/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 
.ebp-product-message,
.ebp-product-variable-message {
  margin-bottom: 12px;
}


.giftcard-sum-and-apply-row {
  display: flex;
  gap: 20px;

  >*:nth-child(1) {
    flex: 3;
  }
  
  >*:nth-child(2) {
    flex: 1;
  }
}