/** Shopify CDN: Minification failed

Line 1372:43 Unterminated string token
Line 1375:28 Unterminated string token
Line 1391:43 Unterminated string token
Line 1394:28 Unterminated string token
Line 1402:43 Unterminated string token
Line 1405:28 Unterminated string token
Line 1490:0 Expected ")" to go with "("

**/
.product__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.product__info>*+* {
    margin-top: 5.6rem;
}

.product__info > *:first-child {
    margin-top: 0 !important;
}

.product__price+.product__tax {
    margin-top: 1.6rem;
}

*+.product__form-installment {
    margin-top: 3.2rem;
}

.product__media,
.product__info {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
}

/* Product benefits */
.product__benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.product__benefit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .8rem;
    flex: 1 1 45%;
}

.product__benefit-icon>svg {
    width: 2.4rem;
    height: auto;
}

/* Shopify Payment Button */
.shopify-payment-button {
    margin-top: 1.6rem;
}

.product__payment-icons>*+* {
    margin-top: 1.6rem;
}

/* Variants picker */
variant-selects {
    display: block;
}

variant-selects {
    cursor: pointer;
}

.product-form__input {
    border: none;
}

.product-form__input input[type="radio"]:focus-visible + label{
    outline-style: dashed;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--color-base-text);
}

variant-selects .form__label{
    font-size: var(--font-size-body-small);
    display: inline-block;
}

variant-selects .select{
    margin-top: .8rem;
}

.product-form__input--swatch .form__label{
    margin-bottom: .8rem;
}

variant-selects .form__label:not(:first-child),
variant-selects fieldset:not(:first-child){
    margin-top: 3.2rem;
}

.product-form__input input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.product-form__input:not(.product-form__input--swatch) input[type="radio"]+label {
    background: transparent;
    cursor: pointer;
    text-align: center;
    padding: .8rem 1.6rem;
    display: inline-block;
    border: var(--border-width) solid currentColor;
    border-radius: var(--badge-border-radius);
    color: currentColor;
    margin-inline-end: .8rem;
    margin-top: .8rem;
}


.product-form__input:not(.product-form__input--swatch) input[type="radio"]:checked+label {
    background: var(--color-base-text);
    color: var(--color-base-background);
    border: none;
}

.product-form__input--swatch .swatch-input__label{
    background: transparent;
    cursor: pointer;
    margin-inline-end: .8rem;
}

.dropdown-swatch {
    position: absolute;
    inset-inline-start: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.dropdown-swatch > .swatch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-swatch + select {
    padding-inline-start: 4.8rem;
}

/* ATC Buttons */
.product-form__submit__container {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    flex-direction: column;
}

.product-form__submit__container .product-form__submit,
.product-form__submit__container .quantity,
.shopify-payment-button__button {
    min-height: 4.8rem;
    padding-top: 0;
    padding-bottom: 0;
}

.product-form__error-message-wrapper {
    margin-bottom: 1.6rem;
    color: var(--color-error);
}

.product__info .quantity {
    border: var(--button-border-width) solid var(--cta-button-border-color);
}

/* Product media */
.no-js .product-media {
    overflow-x: scroll;
    width: 100%;
    display: inline-flex;
}

.no-js .product-media > * {
    flex: 0 0 100%;
}

product-media{
    display: block;
}

.product-media__wrapper {
    position: relative;
}

.product__xr-button {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    margin: 0 auto;
    z-index: 20;
}

.product-single__media {
    width: 100%;
}

.flickity-viewport{
    transition: height .4s ease;
}

.thumbnails{
    position: absolute;
    z-index: 99;
    /* max-width: calc(100% / 2);  */
    padding: 0 var(--page-gutter);
    overflow-x: auto;
    width:100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
}

.thumbnails .product-thumbnails__item {
    margin-inline-end: 1.6rem;
}

.thumbnails--bottom-middle{
    bottom: 4.8rem;
}

.thumbnails--bottom-middle .product-media__thumbnails {
    margin: 0 auto;
    max-width: 400px;
}

.product-thumbnails__item button {
    width: 3.6rem;
    height: 3.6rem;
    overflow: hidden;
    border-radius: 5rem;
    position: relative;
}
.product-thumbnails__item img{
    height: auto;
}

.product-thumbnails__item a{
    display: block;
    width: 100%;
    height: 100%;
}

.product-thumbnails__item-badge{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-thumbnails__item-badge svg{
    width: 3.2rem;
    height: 3.2rem;
}

.product-thumbnails__item.is-selected button{
    border: solid var(--border-width) rgb(var(--color-primary));
}

.product-thumbnails__item:not(.is-selected) img{
    opacity: .5;
}


@media screen and (min-width: 60em){
    .product__media.product__media--full-height {
        position: sticky;
        top: var(--top-content-height);
    }

    .product__media--full-height {
        max-height: calc(100vh - var(--top-content-height));
        min-height: calc(100vh - var(--top-content-height));
    }

    .product__media--full-height .product-media  .flickity-viewport{
        height: 100% !important;
    }

    .product__media--full-height .product-media__container,
    .product__media--full-height .product-media__wrapper,
    .product__media--full-height .product-media,
    .product__media--full-height .product-single__media{
        height: 100%;
        padding-bottom: unset !important;
    }
}

/* Product model UI */
product-model {
    display: block;
}

product-model button {
    width: 100%;
    border: 0;
}

product-model button img {
    object-fit: cover;
}

product-model button img,
product-model .shopify-model-viewer-ui,
product-model .shopify-model-viewer-ui model-viewer {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.xr-button[data-shopify-xr-hidden] {
    visibility: hidden;
}

.shopify-design-mode .xr-button[data-shopify-xr-hidden] {
    display: none;
}

@media screen and (max-width: 60em) {
    .active .xr-button:not([data-shopify-xr-hidden]) {
        display: block;
    }
}

@media screen and (min-width: 60em) {
    .xr-button[data-shopify-xr-hidden] {
        display: none;
    }
}

.shopify-model-viewer-ui__button[hidden] {
    display: none;
}

/* Hide thumbnails when the current cell is a model */
.product-media[data-current-media-type="model"] + .thumbnails {
    opacity: 0;
    visibility: hidden;
    transition: opacity ease 1s, visibility ease 1s;
}

/* Sticky Bar */
product-sticky-bar {
    background: var(--color-base-background);
    color: var(--color-base-text);
    position: fixed;
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    z-index: 99;
    min-height: 6.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    transform: translateY(100%);
    transition: transform .5s ease-in-out;
    will-change: transform;
}

/* 
product-sticky-bar[hidden]{
    display: none;
} */

.product__sticky-bar--in-view {
    transform: translateY(0);
}

.product-sticky-bar__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.6rem;
    align-items: center;
    width: 100%;
}

.product-sticky-bar__product-info>*+* {
    margin-top: .8rem;
}

@media screen and (max-width: 60em) {
    .product-form__submit__container .quantity {
        width: 100%;
        max-width: unset;
    }

    .product-form__quantity {
        width: 100%;
    }
}

@media screen and (min-width: 60em) {
    .product__media,
    .product__info {
        width: 50%;
    }

    .product-form__submit__container {
        flex-direction: row;
    }

    .product-sticky-bar__wrapper {
        grid-template-columns: 1fr 2fr;
    }

    .product-sticky-bar__product-form {
        text-align: end;
    }
}

/* Featured product section */
.featured-product--has-padding .featured-product__wrapper{
    padding: var(--page-gutter);
}

@media screen and (max-width: 60em){
    .featured-product--has-padding .product__info{
        padding-inline-start: 0;
        padding-inline-end: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 60em){
    .featured-product--has-padding .product__info{
        padding-top: 0;
        padding-inline-end: 0;
        padding-bottom: 0;
    }
}

/* Recipient form */

.js .recipient-checkbox ~ .recipient-fields {
    display: none;
}

.js .recipient-checkbox:checked ~ .recipient-fields {
    display: block;
}

.recipient-checkbox{
    display: inline-block;
}

.recipient-checkbox:not(:checked){
    margin-bottom: 3.2rem;
}

.product-form__recipient-error-message-wrapper{
    margin-bottom: 3.2rem;
}

.recipient-fields__field{
    margin-bottom: 1.6rem;
}

.no-js .recipient-checkbox,
.no-js .recipient-checkbox + label {
    display:  none;
}

.recipient-fields{
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}

/* ===== FORCE FINAL FLAVOR BUTTON STYLES ===== */

.product-form__input input[type="radio"] + label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
  border: 1px solid #e5e5e5 !important;
  background: #f7f7f7 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-weight: 500 !important;
}

/* Hover */
.product-form__input input[type="radio"] + label:hover {
  border-color: #000 !important;
  background: #fff !important;
}

/* Default selected */
.product-form__input input[type="radio"]:checked + label {
  background: #2f3e4e !important;
  color: #fff !important;
  border-color: #2f3e4e !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}


/* Flavor colors */
.product-form__input input[type="radio"]:checked + label[for*="Lemon"] {
  background: #f4d03f !important;
  color: #000 !important;
  border-color: #f4d03f !important;
}

.product-form__input input[type="radio"]:checked + label[for*="Orange"] {
  background: #f39c12 !important;
  color: #fff !important;
  border-color: #f39c12 !important;
}

.product-form__input input[type="radio"]:checked + label[for*="Green"] {
  background: #27ae60 !important;
  color: #fff !important;
  border-color: #27ae60 !important;
}

/* ICON FIX (WORKING) */
.product-form__input label:nth-of-type(1)::before {
  content: "🍋 ";
}

.product-form__input label:nth-of-type(2)::before {
  content: "🍊 ";
}

.product-form__input label:nth-of-type(3)::before {
  content: "🍏 ";
}

/* Select Flavor in CAPS + bold */
.product-form__input legend {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-form__input legend::before {
  content: "Select ";
  font-weight: 700;
}

/* Price note */
.price::after {
  content: " (Incl. taxes)";
  font-size: 12px;
  color: #777;
  margin-left: 3px;
}


/* BEST SELLER TAG */
.product-form__input label:nth-of-type(1) {
  position: relative;
}

.product-form__input label:nth-of-type(1)::after {
  content: "Best Seller";
  position: absolute;
  top: -8px;
  right: -8px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 6px;
  font-weight: 600;
}


/* ===== SUBTLE SELECTION (NO BLACK) ===== */

/* Reset any dark selected styles */
.product-form__input input[type="radio"]:checked + label {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #e5e5e5 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Lemon (soft highlight) */
.product-form__input input[type="radio"]:checked + label:nth-of-type(1) {
  border-color: #f4d03f !important;
  background: rgba(244, 208, 63, 0.08) !important;
}

/* Orange */
.product-form__input input[type="radio"]:checked + label:nth-of-type(2) {
  border-color: #f39c12 !important;
  background: rgba(243, 156, 18, 0.08) !important;
}

/* Apple */
.product-form__input input[type="radio"]:checked + label:nth-of-type(3) {
  border-color: #27ae60 !important;
  background: rgba(39, 174, 96, 0.08) !important;
}

/* Space below SELECT FLAVOR */
.product-form__input legend {
  margin-bottom: 12px;
}




/* ===== BENEFITS ICON FIX (FINAL) ===== */

/* Hide default icon */
.product__benefit-icon {
  display: none !important;
}

/* Base spacing */
.product__benefit {
  position: relative;
  padding-left: 22px;
}

/* Sports */
.product__benefit:nth-child(1)::before {
  content: "🏃";
  position: absolute;
  left: 0;
  font-size: 14px;
  filter: grayscale(1) brightness(0);
}

/* Heat */
.product__benefit:nth-child(2)::before {
  content: "☀️";
  position: absolute;
  left: 0;
  font-size: 14px;
  filter: grayscale(1) brightness(0);
}

/* Dizziness */
.product__benefit:nth-child(3)::before {
  content: "🌀";
  position: absolute;
  left: 0;
  font-size: 16px;
  filter: grayscale(1) brightness(0);
}

/* Keto */
.product__benefit:nth-child(4)::before {
  content: "⚡";
  position: absolute;
  left: 0;
  font-size: 14px;
  filter: grayscale(1) brightness(0);
}


/* ===== BENEFITS UPGRADE ===== */

/* Bigger text */
.product__benefit-label span {
  font-size: 15px;
  font-weight: 500;
  color: #2f3e4e;
}

/* Better spacing */
.product__benefit {
  padding-left: 26px;
  margin-bottom: 10px;
}

/* Bigger icons */
.product__benefit::before {
  font-size: 16px !important;
  top: 2px;
}

/* Slight hover (premium feel) */
.product__benefit:hover {
  transform: translateX(2px);
  transition: all 0.2s ease;
}

/* Make benefits text bold */
.product__benefit-label span {
  font-weight: 600;
}


/* ===== BENEFITS MINI CARDS ===== */

.product__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

/* Card */
.product__benefit {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid #eee;
  position: relative;
  transition: all 0.2s ease;
}

/* Hover effect */
.product__benefit:hover {
  background: #fff;
  border-color: #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

/* Text */
.product__benefit-label span {
  font-size: 14px;
  font-weight: 500;
}

/* Icon spacing */
.product__benefit {
  padding-left: 34px;
}

/* Icon styling */
.product__benefit::before {
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 16px;
}

/* Align content properly */
.product__benefit-label {
  display: flex;
  align-items: center;
}

/* Shipping line */
.shipping-line {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Icon */
.shipping-icon {
  font-size: 14px;
  filter: grayscale(1) brightness(0); /* makes it black */
}


/* ===== CTA UPGRADE ===== */

/* Add to cart button */
.product-form__submit {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  background: #2f3e4e;
  transition: all 0.2s ease;
}

/* Hover */
.product-form__submit:hover {
  background: #1f2c38;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* Quantity reduce emphasis */
.quantity {
  opacity: 0.7;
}


.shopify-payment-button {
  display: none !important;
}


/* ===== TRUST LINE (PREMIUM) ===== */

.cta-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
  margin-top: 10px;
  line-height: 1.4;
}

/* Icon */
.cta-trust::before {
  content: "🚚";
  font-size: 14px;
  filter: grayscale(1) brightness(0);
}

/* Optional subtle divider */
.cta-trust {
  border-top: 1px solid #eee;
  padding-top: 8px;
}


/* ===== TRUST LINE (PREMIUM) ===== */

.cta-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
  margin-top: 10px;
  line-height: 1.4;
}

/* Icon */
.cta-trust::before {
  content: "🚚";
  font-size: 14px;
  filter: grayscale(1) brightness(0);
}

/* Optional subtle divider */
.cta-trust {
  border-top: 1px solid #eee;
  padding-top: 8px;
}


.product-form__submit {
  background: linear-gradient(90deg, #2f3e4e, #1f2a36);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}

.product-form__submit:hover {
  transform: translateY(-2px);
}







/* ===== DESKTOP FIX ===== */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center;
  justify-content: center; /* centers whole section */
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto; /* center container */
  padding: 40px 20px;
}

/* Equal width */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div {
  width: 50%;
}

/* IMAGE FIX (bigger + aligned) */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec img {
  width: 120%; /* +20% size */
  max-width: 520px;
  border-radius: 20px;
  display: block;
  margin: 0 auto; /* center inside column */
}

/* TEXT SPACING */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec p {
  font-size: 16px;
  color: #5c6b7a;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ===== MOBILE FIX ===== */
@media screen and (max-width: 768px) {
  
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
    flex-direction: column !important;
    gap: 20px;
    padding: 20px 16px;
  }

  /* Text first */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div {
    width: 100%;
  }

  /* Image BELOW text (clean center) */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 16px;
  }

  /* Heading fix (your current break issue) */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  /* Buttons spacing */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec button {
    width: fit-content;
    margin-bottom: 8px;
  }
}



@media screen and (max-width: 768px) {

  /* STACK: text first, image below */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
    flex-direction: column !important;
    padding: 0 16px;
    gap: 16px;
  }

  /* TEXT SECTION – push up */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div:first-child {
    order: 1;
  }

  /* IMAGE SECTION */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div:last-child {
    order: 2;
    width: 100%;
  }

  /* 🔥 BIG IMAGE LIKE MAGNA */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec img {
    width: 110vw;              /* bigger than screen */
    max-width: none;
    margin-left: -5vw;         /* center overflow */
    border-radius: 16px;
  }

  /* TEXT IMPROVEMENT */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec p {
    font-size: 15px;
    line-height: 1.5;
  }

  /* FLAVOR BUTTONS (clean stack like Magna) */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec button {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 768px) {
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec img {
    transform: scale(1.05);
  }
}



/* MAIN SECTION SPACING */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
  padding: 40px 24px;
  border-radius: 20px;
}

/* GAP BETWEEN TEXT & BUTTONS */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec h2 {
  margin-bottom: 12px;
}

.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec p {
  margin-bottom: 20px;
}

/* FLAVOR BUTTON CONTAINER SPACING */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec .flavor-buttons,
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec .button-group {
  margin-top: 16px;
  margin-bottom: 24px; /* 👈 separation from image */
  gap: 12px;
}

/* INDIVIDUAL BUTTON POLISH */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec button {
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 500;
}

/* IMAGE SECTION – ADD SPACE ABOVE */
.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div:last-child {
  margin-top: 20px; /* 👈 key fix */
}


@media screen and (max-width: 768px) {

  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
    padding: 24px 16px;
  }

  /* Add breathing space before image */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div:last-child {
    margin-top: 24px;
  }

  /* Buttons spacing cleaner */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec button {
    margin-bottom: 8px;
  }
}




html, body {
  overflow-x: hidden !important;
}

@media screen and (max-width: 768px) {

  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
  }

}

* {
  box-sizing: border-box;
}

body {
  max-width: 100vw;
}

@media screen and (max-width: 768px) {

  /* Make container vertical */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
    display: flex;
    flex-direction: column !important;
  }

  /* TEXT SECTION FIRST */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div:first-child {
    order: 1;
  }

  /* IMAGE SECTION BELOW */
  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec > div:last-child {
    order: 2;
    margin-top: 20px;
  }

}


@media screen and (max-width: 768px) {

  .ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
    flex-direction: column-reverse !important;
  }

}



html, body {
  overflow-x: hidden !important;
  width: 100%;
  position: relative;
}


* {
  max-width: 100%;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}



.page-width,
.shopify-section,
.section,
.container {
  overflow-x: hidden !important;
}


.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
  overflow-x: hidden;
}


.ai-flavor-selector-container-ak2lgc3fqrmpwk00vzaigenblockd2320deqfqtec {
  box-sizing: border-box;
}


/* Target Lemon lime specifically */
.product-form__input label:has(span:contains("Lemon lime")) svg {
  fill: #7ED957 !important;
}



/* FORCE left image size */
.ai-paginated-content__wrapper-augmnugzidules1nnuaigenblocka0300b8tyimev img {
  width: 800px !important;
  height: 667px !important;
  object-fit: cover !important;
  border-radius: 16px;
}

/* Prevent grid from stretching it */
.ai-paginated-content__wrapper-augmnugzidules1nnuaigenblocka0300b8tyimev {
  align-items: center;
}

/* Mobile safe */
@media (max-width: 989px) {
  .ai-paginated-content__wrapper-augmnugzidules1nnuaigenblocka0300b8tyimev img {
    width: 100% !important;
    height: auto !important;
  }
}



/* Shop Now → white pill like Add to Cart shape */
a.btn {
  border-radius: 40px !important;
  height: 60px !important;
  padding: 0 32px !important;
  font-size: 18px !important;
  font-weight: 600;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #ffffff !important;
  color: #2f3e4f !important; /* dark text */
  border: none;
}

/* subtle premium hover */
a.btn:hover {
  background: #f4f4f4 !important;
}


/* Force override Shopify button styles */
.side-media-with-text__text a.btn,
a.btn {
  border-radius: 40px !important;
  height: 60px !important;
  padding: 0 32px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background-color: #ffffff !important;
  color: #2f3e4f !important;

  border: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

/* hover */
.side-media-with-text__text a.btn:hover,
a.btn:hover {
  background-color: #f4f4f4 !important;
}


/* Force override ALL Shopify buttons */
a.btn,
a.button,
.button {
  border-radius: 40px !important;
  height: 60px !important;
  padding: 0 32px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #ffffff !important;
  color: #2f3e4f !important;

  border: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

/* Override Shopify variables (this is key) */
:root {
  --buttons-radius: 40px !important;
  --buttons-border-width: 0px !important;
}

/* Hover */
a.btn:hover,
a.button:hover,
.button:hover {
  background: #f4f4f4 !important;
}


/* Add to Cart → hover yellow with black text */
button.product-form__submit.btn.btn-full.cta-btn:hover {
  background: #F5FA62 !important; /* your yellow */
  color: #000 !important;
}

/* Also remove gradient on hover */
button.product-form__submit.btn.btn-full.cta-btn:hover {
  background-image: none !important;
}


/* Shop Now → rectangle with slight rounded corners */
.side-media-with-text__text a.btn {
  border-radius: 10px !important; /* small rounding instead of pill */
  height: 56px !important;
  padding: 0 28px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}


/* Default button style */
.product-form__submit {
  background: #F5FA62 !important;
  color: #000000 !important;
  border-radius: 8px; /* optional: cleaner than 12px */
  transition: all 0.15s ease;
}

/* Hover = click feel (no color change) */
.product-form__submit:hover {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Active (actual click press effect) */
.product-form__submit:active {
  transform: translateY(2px) scale(0.96);
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}


.product__benefit-icon svg,
.product__benefit-icon img {
  display: none;
}

.product__benefit-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

/* Faster Hydration (1st item) */
.product__benefit:nth-child(1) .product__benefit-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='%232f3e4e' stroke-width='1.8' xmlns='http://www.w3.org/2000/svg'><path d='M12 2C12 2 5 10 5 14a7 7 0 0 0 14 0c0-4-7-12-7-12z'/></svg>") no-repeat center/contain;
}

/* Better Focus (2nd item) */
.product__benefit:nth-child(2) .product__benefit-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='%232f3e4e' stroke-width='1.8' xmlns='http://www.w3.org/2000/svg'><circle cx='12' cy='12' r='3'/><path d='M12 2v3M12 19v3M4.9 4.9l2.1 2.1M16.9 16.9l2.1 2.1M2 12h3M19 12h3M4.9 19.1l2.1-2.1M16.9 7.1l2.1-2.1'/></svg>") no-repeat center/contain;
}

/* Remove existing icon for first benefit (Faster Hydration) */
.product__benefit:nth-child(1) .product__benefit-icon svg {
  display: none;
}

/* Add droplet icon */
.product__benefit:nth-child(1) .product__benefit-icon::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;

  background: url("data:image/svg+xml;utf8,
  <svg viewBox='0 0 24 24' fill='none' stroke='%232f3e4e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'>
    <path d='M12 2C12 2 6 10 6 14a6 6 0 0 0 12 0c0-4-6-12-6-12z'/>
  </svg>") no-repeat center;

  background-size: contain;
}

/* Hide whatever icon exists */
.product__benefit:nth-child(1) .product__benefit-icon * {
  display: none !important;
}

.product__benefit:nth-child(1) .product__benefit-icon::before {
  content: "" !important;
  display: block;
  width: 18px;
  height: 18px;

  background: url("data:image/svg+xml;utf8,
  <svg viewBox='0 0 24 24' fill='none' stroke='%232f3e4e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'>
    <path d='M12 2C12 2 6 10 6 14a6 6 0 0 0 12 0c0-4-6-12-6-12z'/>
  </svg>") no-repeat center;

  background-size: contain;
}

.product__benefit:nth-child(1) .product__benefit-icon::before {
  content: "" !important;
  font-family: none !important;
  background: url("data:image/svg+xml;utf8,
  <svg viewBox='0 0 24 24' fill='none' stroke='%232f3e4e' stroke-width='1.8' xmlns='http://www.w3.org/2000/svg'>
    <path d='M12 2C12 2 6 10 6 14a6 6 0 0 0 12 0c0-4-6-12-6-12z'/>
  </svg>") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* Make text bold + cleaner */
.product__benefit-label span {
  font-weight: 600 !important;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #1f2a37;
}

/* Improve card feel */
.product__benefit {
  background: #ffffff;
  border: 1px solid #e8edf2;
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.2s ease;
}

/* Better spacing + alignment */
.product__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Subtle premium hover (feels clickable, not gimmicky) */
.product__benefit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border-color: #dbe3ea;
}

/* Icon consistency */
.product__benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}



.product__title h1,
.product__title .u-h1 {
  font-size: 2.4rem !important;  /* reduce size */
  font-weight: 700 !important;   /* keep it bold */
  line-height: 1.2;
}

.product__title h1,
.product__title .u-h1 {
  font-size: 2.2rem !important;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
}


@media (max-width: 768px) {
  .product__title h1,
  .product__title .u-h1 {
    font-size: 1.8rem !important;
  }
}

.product-sticky-bar_wrapper {
  display: none !important;
}

.product-sticky-bar,
.product-sticky-bar__product-info {
  display: none !important;
}


.product-sticky-bar_wrapper {
  display: none !important;
}

