/** Shopify CDN: Minification failed

Line 151:14 Unexpected "{"
Line 151:23 Expected ":"
Line 155:14 Unexpected "{"
Line 155:23 Expected ":"
Line 164:14 Unexpected "{"
Line 164:23 Expected ":"
Line 170:14 Unexpected "{"
Line 170:23 Expected ":"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
.product-form__submit.button.button--primary{
  --mrv-green:#00b18f;
  --mrv-green-dark:#009a7c;
  --mrv-gold:#e2c37f;

  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;

  width:100%;
  max-width:100%;

  padding:14px 18px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.06);

  background:linear-gradient(135deg,var(--mrv-green),var(--mrv-green-dark));
  color:#fff;

  font-weight:700;
  letter-spacing:.2px;
  line-height:1.1;
  white-space:nowrap;

  box-shadow:0 10px 24px rgba(0,177,143,.14), 0 2px 0 rgba(0,0,0,.05);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
  overflow:hidden;
}

.product-form__submit.button.button--primary::before{
  content:"";
  width:32px;
  height:32px;
  border-radius:10px;
  background:rgba(255,255,255,.18);

  display:inline-block;
  flex:0 0 32px;

  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:20px 20px;
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:20px 20px;

  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 0 4a2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4ZM6.2 6l.3 2H19a1 1 0 0 1 .98 1.2l-1.2 6A2 2 0 0 1 16.82 17H8a2 2 0 0 1-1.97-1.65L4.28 4H2a1 1 0 1 1 0-2h2.95a1 1 0 0 1 .98.8L6.2 6Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 0 4a2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4ZM6.2 6l.3 2H19a1 1 0 0 1 .98 1.2l-1.2 6A2 2 0 0 1 16.82 17H8a2 2 0 0 1-1.97-1.65L4.28 4H2a1 1 0 1 1 0-2h2.95a1 1 0 0 1 .98.8L6.2 6Z'/%3E%3C/svg%3E");

  box-shadow:inset 0 0 0 999px #fff;
}

.product-form__submit.button.button--primary::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-35%;
  width:30%;
  height:220%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
  transform:rotate(18deg) translateX(-140%);
  transition:transform .45s ease;
  pointer-events:none;
}

.product-form__submit.button.button--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,177,143,.22), 0 0 0 2px rgba(226,195,127,.18);
  filter:saturate(1.05);
}

.product-form__submit.button.button--primary:hover::after{
  transform:rotate(18deg) translateX(420%);
}

.product-form__submit.button.button--primary:active{
  transform:translateY(0) scale(.99);
  box-shadow:0 10px 24px rgba(0,177,143,.18);
}

.product-form__submit.button.button--primary:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px rgba(226,195,127,.28), 0 14px 34px rgba(0,177,143,.20);
}

.product-form__submit.button.button--primary[disabled],
.product-form__submit.button.button--primary:disabled{
  opacity:.55;
  cursor:not-allowed;
  transform:none;
  box-shadow:none;
}

@media (max-width: 520px){
  .product-form__submit.button.button--primary{
    padding:10px 14px;
    border-radius:12px;
    gap:10px;
    font-size:14px;
    box-shadow:0 8px 18px rgba(0,177,143,.14);
  }

  .product-form__submit.button.button--primary::before{
    width:26px;
    height:26px;
    flex:0 0 26px;
    border-radius:8px;
    -webkit-mask-size:16px 16px;
    mask-size:16px 16px;
  }
}

@media (hover: none){
  .product-form__submit.button.button--primary{
    transform:none !important;
  }
  .product-form__submit.button.button--primary::after{
    display:none !important;
  }
  .product-form__submit.button.button--primary:hover{
    transform:none !important;
    filter:none !important;
  }
}

#CartSection-{{ section.id }} .cart-campaign-message {
    margin: 0 0 24px;
}

#CartSection-{{ section.id }} .cart-campaign-message__inner {
    padding: 16px 18px;
    border: 1px solid #e7d9b7;
    background: #108474;
    border-radius: 8px;
    color: white;
    line-height: 1.6;
}

#CartSection-{{ section.id }} .cart-campaign-message__inner strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

#CartSection-{{ section.id }} .cart-campaign-message__inner p {
    margin: 0;
    font-size: 14px;
}