/** Shopify CDN: Minification failed

Line 869:17 Expected ":"

**/
/* VARS */

:root {
  --ouac-green: #49c5b1;
  --ouac-black: #000000;
}

/* CUSTOM FONTS */

/* TuskerGrotesk */
@font-face {
  font-family: "TuskerGrotesk"; /* Replace with your desired font name */
  src: 
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/TuskerGrotesk-5700Bold.woff2?v=121914675859972194151787001257") format("woff2"),  /* Prefer WOFF2 for best compression */
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/TuskerGrotesk-5700Bold.woff?v=76597204798453372141787001257") format("woff"),  /* Fallback for browsers without WOFF2 support */
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/TuskerGrotesk-5700Bold.ttf?v=166329074460587538261787001257") format("truetype"); /* Last fallback for older browsers */
}

/* T-Star */
@font-face {
  font-family: "T-Star"; 
  src: 
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/T-StarPro-Medium.woff2?v=50439114545320230311787001257") format("woff2"),  /* Prefer WOFF2 for best compression */
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/T-StarPro-Medium.woff?v=6935204727781880941787001257") format("woff");  /* Fallback for browsers without WOFF2 support */
  font-weight: 400;
}

@font-face {
  font-family: "T-Star"; 
  src: 
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/T-StarPro-Bold.woff2?v=5052400130752412921787001257") format("woff2"),  /* Prefer WOFF2 for best compression */
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/T-StarPro-Bold.woff?v=40398277054709305311787001257") format("woff");  /* Fallback for browsers without WOFF2 support */
  font-weight: 600;
}

@font-face {
  font-family: "T-Star"; 
  src: 
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/T-StarPro-Heavy.woff2?v=142216658561191745001787001257") format("woff2"),  /* Prefer WOFF2 for best compression */
      url("//onceuponacoconut.com/cdn/shop/t/15/assets/T-StarPro-Heavy.woff?v=147603541174224953171787001257") format("woff");  /* Fallback for browsers without WOFF2 support */
  font-weight: 900;
}

/* UTILITY */

.no-p p:last-child { margin-bottom: 0 !important; }
.text-uppercase { text-transform: uppercase; }
.font-bold { font-weight: 700 !important; }
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; max-width: 100%; }
.h-auto { height: auto !important; }

@media (min-width: 768px)  {
  .hidden-sm {
    display: inline-block !important; 
  }
  .visible-sm {
    display: none !important;
  }
}

@media (max-width: 768px)  {
  .hidden-sm {
    display: none !important; 
  }
  .visible-sm {
    display: inline-block !important;
  }
}

/* GENERAL STYLES */

::selection {
  background-color: var(--ouac-black);
  color: #fff;
}

:root{
  --input-border-width: 2px;
  --input-border-color: var(--ouac-black);
  --input-background: #ffffff;
  --input-border-radius: 0;
  --input-box-shadow: 0;
  --font-button-text-transform: uppercase;
  --button-padding: 7px 15px 4px 15px;
}

.field__input, .customer select,
.field.select select, .customer select,
.field__input:focus, .field__input:not(:placeholder-shown),
.field__input:-webkit-autofill{
   padding: 10px !important;
}
  
.ouac-btn-green,
.btn--primary {
  background: var(--ouac-green);
  display: inline-block;
  padding: 4px 20px 0px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'TuskerGrotesk';
  color: #fff;
  font-size: 21px;
  border-radius: 50px;
  border: 2px solid var(--ouac-black);
  transition: all 0.2s ease;
  &:hover {
    background: var(--ouac-black);
  }
}

.product-form__buttons .shopify-payment-button__button,
.shopify-payment-button__button--unbranded, .shopify-payment-button__more-options {
  text-transform: uppercase !important;
}

.ouac-black-btn {
  text-align: center;
  text-transform: uppercase;
  background: var(--ouac-black);
  color: #fff;
  padding: 11px 5px 7px 5px;
  cursor: pointer;
  border: 2px solid var(--ouac-black);
  transition: all 0.2s ease;
  &:hover {
    background: #fff;
    color: var(--ouac-black);
    transition: all 0.2s ease;
  }
}

.ouac-white-btn {
  color: var(--ouac-green);
  background-color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 9px 20px 6px 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  cursor: pointer;
  &:hover {
    background-color: transparent;
    color: #fff;
  }
}

.field {
  input {
    border: 2px solid var(--ouac-black);
    color: var(--ouac-black);
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
    min-height: 32px;
  }
}

:is(.btn--primary,.shopify-payment-button__button--unbranded):not([disabled]):not(.disabled):hover {
  box-shadow: none !important;
  &:hover {
    color: #fff;
    background: var(--ouac-black) !important;
    transition: all 0.2s ease;
  }
}

quantity-input, .quantity {
  --button-border-radius: 0px;
  --color-borders: var(--ouac-black);
  border-width: 2px;
  box-shadow: 4px 4px 0;
}

.quantity__input:focus-visible {
  outline: unset !important;
}

/* SECTION: PRODUCT GRID */

.zf-product-grid {
  max-width: var(--ideal-width);
  display: flex;
  justify-content: flex-start;
  @media (max-width: 1092px)  {
    justify-content: center;
  }
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  .zf-product-grid-item {
    display: flex;
    width: calc(25% - 7.5px);
    min-width: 258px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid var(--ouac-black);
    .zf-product-grid-item-content {
      display: flex;
      flex-direction: column;
      gap: 5px;
      text-align: center;
      width: 100%;
      h3 {
        font-family: 'T-Star';
      }
    }
    img {
      height: auto;
    }
  }
}

/* SECTION: PRODUCT CTA ROW */

.zf-featured-product-row {
  display: flex;
  justify-content: center;
  @media (max-width: 768px)  {
    background: #fff !important;
  }
  .zf-featured-product-row--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-basis: 1110px;
    @media (max-width: 768px)  {
      gap: 0px;
      flex-direction: column;
    }
    .zf-featured-product-row--image {
      flex-basis: 50%;
      display: flex;
      justify-content: flex-end;
      @media (max-width: 768px)  {
        flex-basis: unset;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
      img {
        height: auto;
        @media (max-width: 768px)  {
          width: 275px;
        }
      }
    }
    .zf-featured-product-row--content {
      flex-basis: 50%;
      max-width: 550px;
      text-align: center;
      margin-right: auto;
      @media (max-width: 768px)  {
        padding: 30px 15px;
        margin-left: auto;
        margin-right: auto;
        flex-basis: unset;
      }
      .zf-featured-product-row--new-flavor {
         letter-spacing: 4px;
      }
      button {
        display: inline-block;
        cursor: pointer;
        padding: 4px 20px 0;
        text-transform: uppercase;
        font-weight: 400;
        font-family: TuskerGrotesk;
        color: #fff;
        font-size: 21px;
        border-radius: 50px;
        border: 2px solid var(--ouac-black);
        transition: all .2s ease;
        width: 215px;
        max-width: 90%;
        &:hover {
          background-color: var(--ouac-black) !important;        
        }
      }
    }
  }
}

.zf-featured-product-row-reversed {
   .zf-featured-product-row--inner {
      flex-direction: row-reverse;
      @media (max-width: 768px)  {
        flex-direction: column;
      }
     .zf-featured-product-row--content {
       margin-right: unset;
       margin-left: auto;
       @media (max-width: 768px)  {
        margin-left: auto;
        margin-right: auto;
      }
     }
     .zf-featured-product-row--image {
       justify-content: flex-start;
       @media (max-width: 768px)  {
         justify-content: center;
       }
     }
   }
}

/* HOME HERO */

#shopify-section-template--22729749430587__custom_liquid_fbzbLN > .container {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  #zf-home-hero-content {
    img {
      width: 45px;
      height: auto;
      margin-bottom: 5px;
    }
    h1.zf-home-hero-title {
      margin-bottom: 0;
    }
    p.zf-home-hero-byline {
      font-weight: 600;
      letter-spacing: 0;
      margin-bottom: 10px;
      @media (max-width: 768px)  {
        font-size: 18px;
      }
    }
    a.ouac-btn-green {
      width: 230px;
      max-width: 80%;
      margin-bottom: 10px;
    }
  }
  #zf-home-hero-banner {
    img {
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 0;
      width: 755px;
      max-width: 100%;
      height: auto;
    }
    &::after {
      content: "";
      display: block;
      background: #69c0b1;
      background: linear-gradient(90deg, #42c3b1 50%, #613812 50%);
      height: 25.2px;
      width: 100%;
      margin-top: -33px;
    }
  }
}

/* HOME PRESS */

.zf-press-logos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px 15px;
  .zf-press-logo {
    display: flex;
    flex-basis: 110px;
  }
  .zf-press-logo-round {
    flex-basis: 75px;
    @media (max-width: 768px)  {
      flex-basis: 110px;
      justify-content: center;
      img {
        height: 65px;
      }
    }
  }
}

/* ENDORSAL REVIEW ROW */

.zf-endorsal-review-wrapper {
  padding: 30px 15px;
  background-color: var(--ouac-green);
}

.wol-review {
  background: #fff;
  box-shadow: 0px 1px 5px 2px #33333357;
  padding: 2em;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: center;
  img {
	border-radius: 500%;
	margin-bottom: 15px;
  }
}

.wol-comments {
  font-style: italic;
  margin-bottom: 15px;
}

.zf-random-review-list {
  max-width: var(--ideal-width);
  margin-left: auto;
  margin-right: auto;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 15px 15px; 
  grid-template-areas: 
  ". . .";
  @media (max-width: 997px) {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap: 15px 15px;
	grid-template-areas:
	".";
  }
  .wol-review {
    margin: 0;	
  }
}

.zf-random-review-list--single-col {
  display: grid; 
  grid-template-columns: 1fr !important; 
  grid-template-rows: 1fr !important;  
  gap: 15px 15px; 
  grid-template-areas: 
  ". . ."; 
}

/* PRODUCT GRID AJAX (COLLECTIONS) */

#product-grid-ajax {
  .card {
    --card-border-radius: 0px;
    --color-card-background: #fff;
    --card-body-padding: 0px;
    border: 1px solid var(--ouac-black);
    .card-body {
      flex-wrap: nowrap;
      flex-direction: column;
      gap: 5px;
      .card-title {
        font-family: T-Star;
      }
    }
    .zf-card-btn {
      .ouac-black-btn {
        width: 100%;
        display: block;
      }
    }
  }
  @media (hover: hover) {
    .card .media>* {
      transition: unset !important;
      transform: unset !important;
    }
  }
}

/* SECTION: IMAGE WITH HEADING */

.zf-image-with-heading {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: var(--ideal-width);
  gap: 30px;
  align-items: center;
  overflow: hidden;
  @media (max-width: 768px)  {
    flex-direction: column;
  }
  .zf-image-with-heading-image {
    display: flex;
    width: 400px;
    flex-shrink: 1;
    justify-content: center;
    img {
      height: auto;
      width: auto;
      align-self: flex-start;
      @media (max-width: 768px)  {
        max-width: 300px;
        height: auto;
      }
    }
  }
   .zf-image-with-heading-content {
     width: auto;
     flex-shrink: 6;
     @media (max-width: 768px)  {
      text-align: center;
     }
   }
}

.zf-image-with-heading-reversed {
  flex-direction: row-reverse;
  @media (max-width: 768px)  {
    flex-direction: column;
  }
}

/* APP: RECHARGE STYLES */

.rc-widget {
  .rc-radio-group__options {
	border-radius: 0 !important;
    border: unset !important;
    .rc-radio,
    .rc-radio:not(:first-child) {
      border: 2px solid;
      border-color: var(--product-accent);
      margin-bottom: 10px;
      padding: 8px 12px;
      align-items: flex-start;
      font-size: 1.25em;
      input[type="radio"] {
        margin-right: unset;
        &::before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 6 Free";
            font-weight: 400;
            content: "\f111";
            color: var(--product-accent);
        }
      }
      .rc-radio__label {
        flex-direction: column-reverse;
        line-height: 1.4;
        text-transform: uppercase;
        .price-label {
          color: var(--product-accent);
          font-weight: 400;
        }
      }
    }
    .rc-radio.rc-radio--active {
      &:not(:first-child) {
        border-top: 2px solid var(--product-accent);
      }
      background: transparent !important;
      input[type="radio"] {
        &::before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "\f058";
            color: var(--product-accent);
        }
      }
    }
  }
  .rc-selling-plans-dropdown {
    select {
      border: 1px solid var(--ouac-black);
      margin-bottom: 10px;
      background-image: url("//onceuponacoconut.com/cdn/shop/t/15/assets/chevron-down-solid.png?v=10739555977042617291787001257");
      background-size: 13px;
      background-repeat: no-repeat;
      background-position: 98%;
      font-weight: 400;
    }
  }
}

.rb-frequency-wrapper {
  label {
    font-weight: 700;
  }
  select#selling-plan-list {
    --rc-spacer-0: 0px;
    --rc-spacer-1: 4px;
    --rc-spacer-2: 8px;
    --rc-spacer-3: 12px;
    --rc-spacer-4: 16px;
    --rc-spacer-5: 20px;
    --rb-select-radius: 0px;
    border: 1px solid var(--ouac-black);
    padding: var(--rc-spacer-3) 28px var(--rc-spacer-3) var(--rc-spacer-3);
    background-image: url("//onceuponacoconut.com/cdn/shop/t/15/assets/chevron-down-solid.png?v=10739555977042617291787001257");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 98%;
    font-weight: 400;
  }
}

/* BUILD YOUR CASE */

.recharge-bundles-widget {
  .rb-btn,
  .rb-btn.disabled,
  .rb-btn[disabled] {
    font-size: var(--font-site-header-family);
    text-transform: var(--font-site-header-text-transform);
    border-radius: var(--border-radius-pill);
    font-weight: 400;
    font-family: TuskerGrotesk;
    border: 2px solid var(--ouac-black);
    padding: 7px 15px 4px 15px;
    &:hover {
      color: #fff;
      background: var(--ouac-black);
    }
  }
  .tlh-title {
    text-transform: uppercase;
  }
  #build-a-box {
    .rb-item {
      padding: 15px;
      border: 1px solid var(--ouac-black);
      .rb-item-content {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 8px;
        .rb-title {
          --font-size: 2.6rem;
          font-style: var(--font-heading-style);
          font-weight: var(--font-heading-weight);
          line-height: var(--font-heading-line-height);
          letter-spacing: var(--font-heading-letter-spacing);
          text-transform: var(--font-heading-text-transform);
          font-family: T-Star;
          font-size: calc(var(--font-size)*0.75);
        }
      }
      .rb-qty-wrapper {
        display: inline-flex;
        box-shadow: 4px 4px;
        margin-bottom: 4px;
        input.rb-input {
          border-top: 2px solid var(--ouac-black);
          border-bottom: 2px solid var(--ouac-black);
          border-left: unset;
          border-right: unset;
          border-radius: 0 !important;
          margin-left: 0;
          margin-right: 0;
          font-size: 15px;
          line-height: 1;
          max-width: 35px;
        }
        .rb-btn-qty {
          background: #fff;
          color: var(--ouac-black);
          border: 2px solid var(--ouac-black);
          border-radius: 0 !important;
          font-weight: 400;
          font-family: T-Star;
          padding: 8px 15px 7px 15px;
          font-size: 22px;
          line-height: 1;
        }
        .rb-btn-qty-plus {
          border-left: unset;
        }
        .rb-btn-qty-minus {
          border-right: unset;
        }
        .rb-btn.tdisabled, a.tdisabled, button[disabled] {
          opacity: 1;
        }
      }
    }
  }
}

/* OFF CANVAS CART */

#rebuy-cart {
  .rebuy-cart__flyout {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    .rebuy-cart__flyout-title {
      font-size: 18px;
    }
    .rebuy-cart__flyout-content {
      .rebuy-cart__flyout-item {
        text-transform: uppercase;
        font-weight: 400 !important;
        font-family: T-Star;
      }
      .rebuy-cart__flyout-item-quantity-widget {
        border: 2px solid var(--ouac-black);
        box-shadow: 4px 4px;
      }
      .rebuy-cart__flyout-item-quantity-widget-button:hover {
        background: #fff;
      }
      .rebuy-cart__flyout-item-quantity-widget-label {
        border: unset !important;
        font-weight: 400;
      }
      select.rebuy-select {
        border: 1px solid var(--ouac-black);
        padding: 8px 15px 6px 10px;
        background-image: url('//once-upon-a-coconut.myshopify.com/cdn/shop/t/6/assets/chevron-down-solid.png');
        background-size: 13px;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: 98%;
        font-weight: 400;
      }
    }
  }
  .rebuy-input,
  .rebuy-widget
  .rebuy-input,
  input.rebuy-input,
  .rebuy-widget input.rebuy-input {
    border-radius: 0 !important;
    color: var(--ouac-black);
    border: 2px solid var(--ouac-black);
    &:hover {
      border: 2px solid var(--ouac-black);
    }
  }
  .rebuy-cart a:focus-visible,
  .rebuy-cart button:focus-visible,
  .rebuy-cart select:focus-visible,
  .rebuy-cart input:focus-visible,
  .rebuy-cart__progress-free-product-variant-select:focus-visible {
    outline: unset !important;
    border-color: var(--ouac-black) !important;
  }
  .rebuy-button {
    background-color: var(--ouac-black);
    border: 2px solid var(--ouac-black);
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s ease;
    &:hover {
      background: #fff;
      color: var(--ouac-black);
    }
    &.outline {
      background: #fff;
      color: var(--ouac-black);
      &:hover {
        background: var(--ouac-black);
        color: #fff;
      }
    }
  }
  .rebuy-cart__flyout-terms {
    margin-bottom: 10px;
  }
  .rebuy-cart__checkout-button {
    .rebuy-button-icon {
      display: none !important;
    }
  }
  .rebuy-cart__view-cart-button {
    display: none !important;
  }
  .rebuy-cart__progress-free-product-title {
    text-transform: uppercase;
  }
  .rebuy-cart__progress-free-product-variant-select:not(:focus)+.rebuy-cart__progress-free-product-variant-select-prompt,
  .rebuy-cart__progress-free-product-variant-select:not(:active)+.rebuy-cart__progress-free-product-variant-select-prompt,
  [data-rebuy-component="progress-bar"] .rebuy-cart__progress-free-product-variant-select:not(:focus)+.rebuy-cart__progress-free-product-variant-select-prompt,
  [data-rebuy-component="progress-bar"] .rebuy-cart__progress-free-product-variant-select:not(:active)+.rebuy-cart__progress-free-product-variant-select-prompt {
    background-color: var(--ouac-black);
    text-transform: uppercase;
    border-radius: 0;
  }
  .rebuy-cart__flyout-item-price .rebuy-money, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-price .rebuy-money {
    color: var(--ouac-black) !important;
    font-size: 16px;
  }
  .rebuy-select, .rebuy-widget .rebuy-select, select.rebuy-select, .rebuy-widget select.rebuy-select {
    border-radius: 0 !important;
  }
}

/* FOOTER */

.zf-greenspark {
  justify-content: flex-end;
  @media (max-width: 1024px)  {
    justify-content: flex-start;
  }
  @media (max-width: 768px)  {
    justify-content: center;
  }
  .zf-greenspark-inner {
    flex-basis: 297px;
  }
}

/* ACCOUNT */

.customer-account__header,
.customer-account__logout {
    flex-direction: row !important;
}

table.order-history,
table.order-details {
  thead th {
    padding: 15px !important;
    @media (max-width: 768px) {
      padding: 10px 0 !important;
    }
    &:first-of-type {
      padding-left: 0 !important;
    }
  }
  tbody tr {
    border-top: 1px solid #0000000a;
  }
  tbody td {
    padding: 15px !important;
    @media (max-width: 768px) {
      padding: 10px 0 !important;
    }
    &:first-of-type {
      padding-left: 0 !important;
    }
  }
}

html.template-order {
  --pt: 50px;
  --pb: 50px;
  --sm-pt: 50px;
  --sm-pb: 50px;
}

.account {
  .customer-account__header {
    margin-bottom
  }
}

/* GHL Footer Optin */

.zf-ghl-footer-optin {
  color: #fff;
  background-color: #c0306c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
  @media (max-width: 768px)  {
    padding-top: 20px;
    padding-bottom: 20px;
	flex-direction: column;
    gap: 15;
  }
}

/* PAGE: COLLEGE AMABASSADOR */

#template--23788266127730__image_with_text_JLwC3f {
  background-image: url('//onceuponacoconut.com/cdn/shop/t/15/assets/college-flat-left.png?v=91678802108907867441787001257');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 250px;
  @media (max-width: 997px)  {
    background-size: 200px;
    background-image: url('//onceuponacoconut.com/cdn/shop/t/15/assets/college-flat-left-mobile.png?v=179361454616902542031787001257');
  }
  @media (max-width: 768px)  {
    background-position: center left;
    .media {
      text-align: center;
      img {
        width: 325px;
        max-width: 98%;
        margin: 0 auto;
      }
    }
  }
  h1 {
    color: #c3366f;
  }
}

/* PAGE: STREET TEAM */

#template--23825720869234__image_with_text_JLwC3f {
  /* background-image: url('//onceuponacoconut.com/cdn/shop/t/15/assets/college-flat-left.png?v=91678802108907867441787001257'); */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 250px;
  @media (max-width: 997px)  {
    background-size: 200px;
    /* background-image: url('//onceuponacoconut.com/cdn/shop/t/15/assets/college-flat-left-mobile.png?v=179361454616902542031787001257'); */
  }
  @media (max-width: 768px)  {
    background-position: center left;
    .media {
      text-align: center;
      img {
        width: 325px;
        max-width: 98%;
        margin: 0 auto;
      }
    }
  }
  h1 {
    color: #4c3d9a;
  }
}

/* HOMEPAGE 2025 */

/* NEW FLAVOR ALERT */
#zf-section-template--26210158444914__zf_dev_e44TGF {
  overflow: hidden;
  .zf-custom-section__blocks-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    gap: 50px;
    @media (max-width: 768px) {
      & {
        flex-direction: column-reverse;
        gap: 15px;
      }
    }
  }
  h2 {
    margin-bottom: 0;
  }
  p {
    text-transform: uppercase;
    font-size: 1.45em;
    margin-bottom: 15px;
    @media (max-width: 768px) {
      & {
        font-size: 1.15em;
      }
    }
  }
  .button {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding-top: 9px;
    padding-bottom: 6px;
  }
  .col-1 {
    width: 45%;
    flex-shrink: 0;
    @media (max-width: 768px) {
      & {
        width: 100%;
      }
    }
  }
  .col-2 {
    width: 55%;
    position: relative;
    @media (max-width: 768px) {
      & {
        width: 100%;
      }
    }
  }
  .zf-custom-section__block-custom_image_McpQWR {
    @media (max-width: 768px) {
      & {
        width: 200px;
      }
    }
  }
}

/* REAL TASTE. REAL PROOF */
#zf-section-template--26210158444914__zf_dev_XVBdE7 {
  .real-taste-photos {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 100%;
  }
  p {
    font-weight: 700;
  }
  .button {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding-top: 9px;
    padding-bottom: 6px;
  }
}