/** Shopify CDN: Minification failed

Line 118:6 Unexpected "{"
Line 118:7 Expected identifier but found "%"
Line 118:33 Unexpected "{"
Line 118:34 Expected identifier but found "%"
Line 119:6 Unexpected "{"
Line 119:7 Expected identifier but found "%"
Line 119:38 Unexpected "{"
Line 119:39 Expected identifier but found "%"
Line 200:5 Unexpected "{"
Line 200:6 Expected identifier but found "%"
... and 33 more hidden warnings

**/
    @media (max-width: 768px) {
      body.template-product {
        overflow-x: hidden;
      }

      body.template-product .redmond-page-content {
        overflow-x: hidden;
      }
    }

    body.template-product {
      background: #ffffff !important;
    }

    body.template-product .main-content > .grid > .grid__item {
      background: #ffffff;
    }
    .product-single__image {
      position: relative !important;
    }
    .product-single__image-wrapper > div {
      padding-top: 0px !important;
    }
    .product-single__thumbnails {
      display: flex !important;
      overflow-x: auto !important;
      -webkit-overflow-scrolling: touch !important; /* For momentum scrolling on mobile devices */
      gap: 16px;
    }

    .product-single__thumbnails li {
      flex: 0 0 auto !important;
      width: 100vw;
      max-width: 161px;
      background: white;
      border-radius: 16px;
      padding: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Optionally, if you want to ensure that the images have a uniform height */
    .product-single__thumbnails img {
      width: 100% !important; /* Maintain aspect ratio */
      max-width: 600px !important; /* Maintain aspect ratio */
    }

    @media (min-width: 769px) {
      .product-media-layout,
      .pdp-carousel {
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }

      .product-media-layout #default-thumbnails,
      .product-media-layout .variant-thumbnails,
      .pdp-carousel #default-thumbnails,
      .pdp-carousel .variant-thumbnails {
        flex: 1 1 auto;
        max-width: 100%;
        order: 0;
        display: block;
      }

      .product-media-layout .product-single__photos,
      .pdp-carousel .product-single__photos {
        flex: 1 1 auto;
        order: 0;
      }

      .product-media-layout #default-thumbnails .product-single__thumbnails,
      .product-media-layout .variant-thumbnails .product-single__thumbnails,
      .pdp-carousel #default-thumbnails .product-single__thumbnails,
      .pdp-carousel .variant-thumbnails .product-single__thumbnails {
        flex-direction: row !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        max-height: none;
      }
    }

    .product-description  {
      max-width: 600px
    }

    .shopify-block.recharge-subscription-widget{
      justify-content: left !important;
    }

    .shopify-payment-button{
      width: 382px;
    }

    #AddToCart {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 16px 0px;
      gap: 16px;
      {% comment %} width: 100%; {% endcomment %}
      {% comment %} max-width: 382px; {% endcomment %}
      height: 52px;
      background: #005B98;
    }
  .product-single__prices span{
      font-family: 'Montserrat-Bold';
      font-style: normal;
      font-weight: 450;
      font-size: 42px;
      line-height: 60px;
      text-transform: capitalize;
      color: #000000;
      display: inline-block;
    }
    #product-main-title {
      font-family: 'Montserrat-Bold';
      font-style: normal;
      font-weight: 450;
      font-size: 32px;
      line-height: 48px;
      text-transform: capitalize;
      color: #000000;
    }
    .jdgm-preview-badge .jdgm-star {
      color: #005B98 !important;
    }
    .product-single__hero {
      margin: 0px !important;
    }
    @media (min-width: 1150px) {
      .product-single__hero {
        display: flex;
        align-items: flex-start;
        gap: 32px;
        max-width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
      }
      .product-single__hero > .grid__item.post-large--one-half {
        float: none;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
      }
    }
    .variant-description {
      font-size: 18px;
    }
    .btn-nutrition {
      box-sizing: border-box;
      display: ruby;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 7px 24px;
      gap: 10px;
      width:100%;
      max-width: 382px;
      /* Brand/Blue01 */
      border: 1px solid #d4d4d4;
      border-radius: 8px;
      background: transparent !important;
      color: #252525;
      font-size: 12px;
    }
    .btn-nutrition:hover {
      color: #005B98;
    }
    .product-single__image {
      max-width: 600px !important;
      max-height: 600px !important;
    }
    .single-option-selector {
      box-sizing: border-box !important;
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between !important;
      align-items: center !important;
      padding: 14px 16px !important;
      gap: 8px !important;
      width: 100% !important;
     {% comment %}  max-width: 382px !important; {% endcomment %}
      height: 56px !important;
      {% comment %} background: #FFFFFF  !important; {% endcomment %}
      border: 2px solid #CECECE !important;
      border-radius: 8px !important;
    }
  .btn[disabled] {

  }

  .btn.addtocart.disabled,
  .btn.addtocart:disabled {
    background: #c7ccd4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
  }

  .btn.addtocart.disabled:hover,
  .btn.addtocart:disabled:hover {
    background: #c7ccd4 !important;
    color: #ffffff !important;
  }
  .yotpo-radio-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width:100%;
    max-width: 382px;
    height: 250px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-container {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #F1F1F1 !important;
    background-color: rgba(252, 252, 252, 1) !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    padding: 15px 16px !important;
    gap: 8px !important;
    {% comment %} width: 382px !important; {% endcomment %}
    height: auto !important;
    background: #FFFFFF !important;
    border-radius: 8px !important;
  }
  .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-button-text-wrapper  {
    width: 100% !important;
  }
  .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-container.yotpo-selected {
    border: 2px solid #005B98 !important;
  }
  .yotpo-subscription-label-price {
    font-family: 'Montserrat-Bold' !important;
  }
  .yotpo-radio-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 15px 16px;
    gap: 16px;
    width: 100%;
    max-width: 382px;
    height: 128px;
    background: #FFFFFF;
    border: 2px solid #CECECE;
    border-radius: 8px;
  }
  .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper {
    max-width: 100% !important;
  }
  .product-single__policies a {
    color: #005B98 !important;
    font-weight: bold !important;
  }
  .product-single__policies a:hover {
    color: #005B98 !important;
  }
  .yotpo-widget-subscriptions-add-to-cart .yotpo-frequency-options {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(37, 37, 37, 1);
    border-radius: 3px;
    height: fit-content;
    margin: 20px auto;
    margin-right: 100px;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    max-width: 220px;
    height: 56px;
    border-radius: 8px;
  }
  .product-single__photos {
    height: 100vh;
    max-height: 600px;
    background: white;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  {% comment %} you may also like {% endcomment %}
  .product__img-wrapper.supports-js .product__img {
    border-radius: 12px;
  }
  .quantity-selector {
    min-width: 0px !important;
  }
  .single-option-selector {
    min-width: 0px !important;
  }
  {% comment %} hide scroll bar {% endcomment %}
  #ProductThumbs {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: scroll; /* Enable scrolling even when the scrollbar is hidden */s
  }

  #ProductThumbs::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
  }
  .product-description-button {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0;
  }
  .product-description-button-container{
    display: grid;
    gap: 0;
  }
  .product-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .product-description-wrapper .product-description-button-container .product-description-button,
  .product-description-wrapper .product-description-button-container .btn-nutrition,
  .product-description-wrapper .btn-nutrition {
    background-color: #ffffff !important;
    border: none;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    color: #B7B7B7;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 50%;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .product-description-wrapper .product-description-button-container .product-description-button::after,
  .product-description-wrapper .product-description-button-container .btn-nutrition::after,
  .product-description-wrapper .btn-nutrition::after {
    content: '→';
    color: #B7B7B7;
    font-size: 16px;
    margin-left: auto;
    transition: transform 0.3s ease;
  }
  .product-description-wrapper .product-description-button-container .product-description-button[aria-expanded="true"]::after {
    content: '↓';
  }


  @media (max-width: 768px) {
    .product-single__photos {
      height: auto;
      min-height: 0;
    }
    .grid__item {
      padding-inline: 1rem;
    }
    .product-description-wrapper {
      display: flex;
      flex-direction: column;
    }
    .product-description-button-container {
      display: grid;
    }
    .product-description-wrapper .product-description-button-container .product-description-button,
    .product-description-wrapper .product-description-button-container .btn-nutrition,
    .product-description-wrapper .btn-nutrition {
      background-color: #ffffff !important;
      border: none;
      border-top: 1px solid #E0E0E0;
      border-bottom: 1px solid #E0E0E0;
      border-radius: 0;
      color: #999999;
      font-weight: 400;
      padding: 16px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 100%;
      text-align: left;
      position: relative;
      cursor: pointer;
    }
    .product-description-wrapper .product-description-button-container .product-description-button::after,
    .product-description-wrapper .product-description-button-container .btn-nutrition::after,
    .product-description-wrapper .btn-nutrition::after {
      content: '→';
      color: #999999;
      font-size: 16px;
      margin-left: auto;
      transition: transform 0.3s ease;
    }
    .product-description-wrapper .product-description-button-container .product-description-button[aria-expanded="true"]::after {
      content: '↓';
    }
    .product-description-wrapper .product-description.product-description-content {
      display: none !important;
      padding: 16px 20px;
      color: #333333;
      font-family: 'Avenir', 'Avenir Next', sans-serif;
      font-size: 16px;
      line-height: 1.6;
      margin: 0;
    }
    .product-description-wrapper.expanded .product-description.product-description-content {
      display: block !important;
    }
  }

  @media (max-width: 430px) {
    #product-main-title {
      font-size: 30px;
      line-height: 38px;
    }
  }

  #ice-slicer-popup {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: scroll; /* Enable scrolling even when the scrollbar is hidden */
    z-index: 9999 !important;
  }


  /* Product Description Styling */
  .product-description {
    margin: 20px 0;
    font-family: 'Avenir', 'Avenir Next', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
  }

  @media (min-width: 766px) {
    .product-description-wrapper .product-description.product-description-content {
      width: 100%;
      max-width: 50%;
      margin-left: 0;
      margin-right: auto;
    }
  }

  .find-local-store-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    text-decoration: none;
    color: #252525;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
  }

  @media (min-width: 766px) {
    .find-local-store-btn {
      width: 100%;
      max-width: 50%;
    }
  }

  .find-local-store-btn:hover {
    background-color: #E8E8E8;
    border-color: #D0D0D0;
    text-decoration: none;
    color: #252525;
  }

  .find-local-store-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 91, 152, 0.2);
  }

  :root {
    --pdp-control-width: 382px;
  }

  .product-single #AddToCart,
  .product-single .shopify-payment-button,
  .product-single .shopify-payment-button__button,
  .product-single .find-local-store-btn,
  .product-single .product-description-wrapper .product-description-button,
  .product-single .product-description-wrapper .btn-nutrition,
  .product-single .btn-nutrition,
  .product-single .single-option-selector {
    width: 100% !important;
    max-width: var(--pdp-control-width) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  @media (max-width: 768px) {
    .product-single #AddToCart,
    .product-single .shopify-payment-button,
    .product-single .shopify-payment-button__button,
    .product-single .find-local-store-btn,
    .product-single .product-description-wrapper .product-description-button,
    .product-single .product-description-wrapper .btn-nutrition,
    .product-single .btn-nutrition,
    .product-single .single-option-selector {
      max-width: 100% !important;
    }
  }

  @media (min-width: 423px) and (max-width: 765px) {
    .product-single #AddToCart,
    .product-single .shopify-payment-button,
    .product-single .shopify-payment-button__button,
    .product-single .find-local-store-btn,
    .product-single .product-description-wrapper .product-description-button,
    .product-single .product-description-wrapper .btn-nutrition,
    .product-single .btn-nutrition,
    .product-single .single-option-selector {
      width: 100% !important;
      max-width: 100% !important;
      align-self: stretch !important;
    }

    .product-single .shopify-payment-button,
    .product-single .mobile-sticky-cta {
      align-items: stretch !important;
    }
  }

  .store-icon {
    display: flex;
    align-items: center;
    color: #666666;
  }

  .store-text {
    flex: 1;
    text-align: left;
    margin-left: 12px;
  }

  .store-arrow {
    display: flex;
    align-items: center;
    color: #666666;
  }

  /* Choose best fit for you section styling */
  .choose-best-fit-section {
    margin: 10px 0;
  }

  .choose-best-fit-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
    line-height: 1.2;
  }

  .pricing-card {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .pricing-card:hover {
    /* Sin cambios en hover, solo mantiene el fondo blanco */
  }

  .pricing-card.active {
    border-color: #8fad3d; /* Verde personalizado para el borde cuando está seleccionado */
    background-color: #ffffff; /* Siempre fondo blanco */
  }

  .pricing-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .order-online-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
  }

  .price-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333333;
  }

  .price-text .product-single__price {
    font-weight: 700;
  }

  .order-online-card {
    margin: 12px 0;
  }

  .order-online-details-btn {
    display: none;
    width: 100%;
    max-width: var(--pdp-control-width);
    margin: 8px 0 12px;
    gap: 8px;
  }

  .order-online-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .order-online-icon img {
    display: block;
  }

  .order-online-details-btn .order-online-icon img {
    width: 22px;
    height: 22px;
  }

  @media (min-width: 769px) {
    .order-online-card {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .order-online-details-btn {
      display: none;
    }

    .order-online-card {
      background: #000000;
      border: none;
      border-radius: 14px;
      box-shadow: none;
      padding: 14px 16px;
      color: #ffffff;
      position: static;
      width: 100%;
      margin: 12px 0;
      display: none;
    }

    .order-online-card .pricing-card-content {
      justify-content: center;
      gap: 8px;
    }

    .order-online-card .order-online-text {
      color: #ffffff;
      font-weight: 600;
    }

    .order-online-card .price-text {
      display: none;
    }

    .js-order-online .order-online-inline {
      max-height: none;
      overflow: visible;
      opacity: 1;
      pointer-events: auto;
    }

    .product-template-replica .product-single {
      padding-bottom: env(safe-area-inset-bottom);
    }

    .product-template-replica .pdp-status-row + .order-online-inline {
      margin-top: 12px;
    }
  }

  .order-online-sticky-bar {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.12);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    cursor: default;
    pointer-events: auto;
  }

  .order-online-sticky-bar[aria-hidden="true"] {
    display: none !important;
  }

  .order-online-sticky-inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .order-online-sticky-inner--empty {
    flex-wrap: nowrap;
  }

  .order-online-sticky-bar.has-cart .order-online-sticky-inner--empty {
    display: none;
  }

  .order-online-sticky-bar:not(.has-cart) .order-online-sticky-inner--cart {
    display: none;
  }

  .order-online-sticky-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: 'Montserrat', sans-serif;
    flex: 0 0 auto;
  }

  .order-online-sticky-compare {
    font-size: 13px;
    color: #6b7280;
    text-decoration: line-through;
  }

  .order-online-sticky-current {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
  }

  .order-online-sticky-select {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    height: 52px;
    padding: 0 12px;
    border-radius: 999px;
    box-shadow: none;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .order-online-sticky-thumb {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .order-online-sticky-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .order-online-sticky-select-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .order-online-sticky-select-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .order-online-sticky-select-sub {
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
  }

  .order-online-sticky-select-icon {
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .order-online-sticky-add {
    border: none;
    background: #111827;
    color: #ffffff;
    height: 52px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    touch-action: manipulation;
    transition: transform 0.08s ease, box-shadow 0.12s ease, filter 0.12s ease;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.18);
    flex: 0 0 auto;
  }

  .order-online-sticky-add.is-disabled,
  .order-online-sticky-add:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
  }

  .order-online-sticky-add:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 3px 8px rgba(17, 24, 39, 0.2);
    filter: brightness(0.96);
  }

  .order-online-sticky-add:focus-visible {
    outline: 2px solid #111827;
    outline-offset: 2px;
  }

  .order-online-sticky-inner--cart {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .order-online-sticky-cart {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .order-online-sticky-cart-thumb {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .order-online-sticky-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .order-online-sticky-cart-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
  }

  .order-online-sticky-cart-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .order-online-sticky-cart-price {
    font-size: 12px;
    color: #6b7280;
  }

  .order-online-sticky-cart-count {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .order-online-sticky-cart-count-badge {
    position: absolute;
    top: 2px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #0063AA;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 0 4px;
    pointer-events: none;
  }

  .order-online-sticky-cart-count svg {
    width: 36px;
    height: 36px;
    display: block;
  }

  .order-online-sticky-actions {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .order-online-sticky-add-more {
    flex: 1;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    height: 52px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .order-online-sticky-checkout {
    flex: 1;
    text-align: center;
    text-decoration: none;
    background: #0063AA;
    color: #ffffff;
    height: 52px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  @media (min-width: 769px) {
    .order-online-details-btn {
      display: none !important;
    }
  }

  body.order-online-open .order-online-sticky-bar {
    display: none;
  }

  @media (max-width: 768px) {
    .order-online-sticky-bar {
      display: flex;
      background: #ffffff;
      border-top: 1px solid #e5e7eb;
      box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.12);
      padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    }

    .order-online-sticky-price {
      display: flex;
    }

    .order-online-details-btn {
      width: 100%;
      max-width: 100%;
    }
  }

  .order-online-sheet {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
  }

  .order-online-sheet.is-open {
    display: block !important;
  }

  .order-online-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
  }

  .order-online-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.2);
  }

  .order-online-sheet__header {
    position: relative;
    padding: 18px 20px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .order-online-sheet__handle {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    border-radius: 999px;
    background: #d1d5db;
  }

  .order-online-sheet__title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
  }

  .order-online-sheet__close {
    border: none;
    background: none;
    font-size: 40px;
    line-height: 1;
    color: #111827;
    cursor: pointer;
    padding: 4px 6px;
  }

  .order-online-sheet__content {
    padding: 0 20px calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  .order-online-sheet .mobile-sticky-cta {
    position: static;
    padding: 0;
    box-shadow: none;
    background: transparent;
    z-index: auto;
  }

  .order-online-sheet .subscriptions_app_embed_block,
  .order-online-sheet .shopify-block.recharge-subscription-widget,
  .order-online-sheet .yotpo-widget-subscriptions-add-to-cart {
    display: block !important;
  }

  body.order-online-open {
    overflow: hidden;
  }

  body.order-online-open .order-online-sheet {
    display: block;
  }

  .order-online-toast {
    position: fixed;
    top: calc(var(--redmond-header-height, 72px) + 12px + env(safe-area-inset-top));
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    z-index: 10000;
    min-width: min(92vw, 320px);
    max-width: 92vw;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(149, 172, 37, 0.98);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .order-online-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .order-online-toast.is-error {
    background: #f5911f;
  }

  .order-online-rebuy-suppressed .rebuy-cart__flyout,
  .order-online-rebuy-suppressed [class*="rebuy-cart__flyout"],
  .order-online-rebuy-suppressed [class*="rebuy-cart__backdrop"],
  .order-online-rebuy-suppressed [class*="rebuy-cart__overlay"],
  .order-online-rebuy-suppressed [class*="rebuy-modal"],
  .order-online-rebuy-suppressed [class*="rebuy-overlay"],
  .order-online-rebuy-suppressed [class*="rebuy-backdrop"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  @media (min-width: 769px) {
    .order-online-sheet {
      display: none !important;
    }
  }

  /* Flavor/Size Selection Styling */
  .product-single__color-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
    display: block;
  }

  .product-single__quantity label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #5A5C60;
    margin: 0;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    line-height: normal;
    text-align: center;
  }

  .product-single__variants {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #FFFFFF;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
  }

  .product-recharge-selects label {
    display: block;
    margin: 0 0 8px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .product-recharge-selects .product-recharge-option-select {
    display: block !important;
    margin-bottom: 20px;
  }

  .product-single__variants:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  }

  /* Quantity Selector Styling */
  .product-single__quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 4px 0;
    margin-bottom: 24px;
  }

  .quantity-selector {
    border: none;
    background: transparent;
    width: 92px;
    height: 56px;
    min-width: 92px;
    max-width: 92px;
    flex: 0 0 92px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #5A5C60;
    padding: 0;
    line-height: 56px;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
  }

  .quantity-selector:focus {
    outline: none;
  }

  .quantity-selector::-webkit-outer-spin-button,
  .quantity-selector::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .quantity-selector {
    -moz-appearance: textfield;
  }

  /* Subscription Options Styling */
  .subscriptions_app_embed_block {
    margin: 20px 0;
  }

  .subscriptions_app_embed_block .subscription-option {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #F8F9FA;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .subscriptions_app_embed_block .subscription-option:hover {
    background: #E9ECEF;
  }

  .subscriptions_app_embed_block .subscription-option.selected {
    background: #E3F2FD;
    border-color: #2196F3;
  }

  .subscriptions_app_embed_block .subscription-option input[type="radio"] {
    margin-right: 12px;
    width: 18px;
    height: 18px;
  }

  .subscriptions_app_embed_block .subscription-option label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    cursor: pointer;
    flex: 1;
  }

  /* Add to Cart Button Styling */
  .btn.addtocart {
    {% comment %} width: 100%; {% endcomment %}
    background: #007bff;
    color: #FFFFFF;
    border: none;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
  }

  .btn.addtocart:hover {
    background: #0056b3;
  }

 {% comment %}  /* Payment Button Styling */
  .shopify-payment-button {
    margin-top: 12px;
  } {% endcomment %}

  .shopify-payment-button__button {
    width: 100%;
    background: #5a31f4;
    color: #FFFFFF;
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
  }

  .shopify-payment-button__button:hover {
    background: #4c2cd1;
  }

  .mobile-sticky-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-top: 20px;
  }

  @media (min-width: 769px) {
    .mobile-sticky-cta {
      align-items: flex-start;
    }
  }

  @media (max-width: 768px) {
    .mobile-sticky-cta {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
      background: #ffffff;
      box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.12);
      z-index: 1000;
      gap: 8px;
    }

    .order-online-inline .mobile-sticky-cta {
      position: static;
      left: auto;
      right: auto;
      bottom: auto;
      padding: 0;
      background: transparent;
      box-shadow: none;
      z-index: auto;
      margin-top: 16px;
      gap: 12px;
    }

    .mobile-sticky-cta #AddToCart,
    .mobile-sticky-cta .shopify-payment-button,
    .mobile-sticky-cta .shopify-payment-button__button {
      width: 100% !important;
      max-width: 100% !important;
    }

    {% comment %} .product-single {
      padding-bottom: calc(150px + env(safe-area-inset-bottom));
    } {% endcomment %}
  }

  /* Product Description Styling */
  .product-description {
    margin: 20px 0;
    font-family: 'Avenir', 'Avenir Next', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
  }
  .product-description.product-description-content {
    display: none;
  }
  .product-description-wrapper.expanded .product-description.product-description-content {
    display: block !important;
  }

  /* Replica design overrides */
  .product-template-replica {
    --pdp-border: #e5e7eb;
    --pdp-text: #1f2937;
    --pdp-muted: #6b7280;
    --pdp-green: #15803d;
    --pdp-green-bg: #eaf7ef;
    --thumb-accent: #111827;
    --thumb-muted: #d1d5db;
  }

  .order-online-sheet {
    --pdp-border: #e5e7eb;
    --pdp-text: #1f2937;
    --pdp-muted: #6b7280;
    --pdp-green: #15803d;
    --pdp-green-bg: #eaf7ef;
    --thumb-accent: #111827;
    --thumb-muted: #d1d5db;
  }

  .product-template-replica .product-single__hero {
    gap: 40px;
  }

  .product-template-replica .product-single__hero > .grid__item.post-large--one-half:last-child {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  @media (min-width: 1150px) {
    .product-template-replica .product-single,
    .product-template-replica .product-single__hero,
    .product-template-replica .product-single__hero > .grid__item.post-large--one-half:first-child {
      overflow: visible;
    }

    .product-template-replica .product-single__hero > .grid__item.post-large--one-half:first-child {
      position: sticky;
      top: clamp(90px, 12vh, 140px);
      align-self: flex-start;
    }
  }

  .product-template-replica .product-single__photos {
    height: auto;
    max-height: none;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    position: relative;
  }

  .product-template-replica .pdp-carousel {
    --pdp-carousel-bg: transparent;
    --pdp-carousel-gap: 16px;
    --pdp-carousel-pad-block: 31px;
    --pdp-carousel-pad-inline: 33px;
    --pdp-carousel-pad-bottom: 24px;
    --pdp-thumb-size: 90px;
    --pdp-thumb-gap: 16px;
    --pdp-arrow-size: 36px;
    --pdp-progress-gap: 8px;
    --pdp-progress-pad: 24px;
    --pdp-progress-height: 6px;
    --pdp-mobile-image-height: clamp(200px, 56vw, 280px);

    container-type: inline-size;
    container-name: pdp-carousel;
    background: var(--pdp-carousel-bg);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: var(--pdp-carousel-gap);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: var(--pdp-carousel-pad-block) var(--pdp-carousel-pad-inline) var(--pdp-carousel-pad-bottom);
    box-sizing: border-box;
    overflow: hidden;
  }

  .product-template-replica .product-single__photos,
  .product-template-replica .pdp-carousel .product-single__image-wrapper,
  .product-template-replica .pdp-carousel .product-single__image-wrapper > div,
  .product-template-replica .pdp-mobile-slider .product-single__image-wrapper,
  .product-template-replica .pdp-mobile-slider .product-single__image-wrapper > div {
    background: transparent !important;
  }

  .product-template-replica .pdp-carousel__main {
    width: 100%;
  }

  .product-template-replica .pdp-carousel__image-stage {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
  }

  /* Image zoom overlay */
  .image-zoom-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
  }
  .image-zoom-overlay.active {
    display: flex;
  }
  .image-zoom-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    background: #fff;
  }
  .image-zoom-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }
  .image-zoom-close:hover {
    background: #fff;
  }
  body.no-scroll-zoom {
    overflow: hidden;
  }

  /* Hover zoom (loupe) for main image */
  .image-zoom-pane {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: 200%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    border-radius: 8px;
  }
  .image-zoom-pane.active {
    opacity: 1;
  }

  .product-template-replica .pdp-carousel__thumbs-row {
    display: flex;
    align-items: center;
    gap: var(--pdp-thumb-gap);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    position: relative;
  }

  .product-template-replica .pdp-carousel__thumbs-row[hidden] {
    display: none !important;
  }

  .product-template-replica .pdp-carousel__thumbs-viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .product-template-replica .pdp-carousel__thumbs-viewport > span {
    display: block;
    width: 100%;
  }

  .product-template-replica .pdp-carousel__arrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--pdp-arrow-size);
    height: var(--pdp-arrow-size);
    padding: 8px;
    border: none;
    border-radius: 999px;
    background: rgba(122, 130, 146, 0.4);
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.2s ease;
    z-index: 2;
  }

  .product-template-replica .pdp-carousel__arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .product-template-replica .pdp-carousel__arrow svg {
    display: block;
    width: 20px;
    height: 20px;
  }

  .product-template-replica .pdp-carousel__progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--pdp-progress-gap);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 var(--pdp-progress-pad);
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
  }

  .product-template-replica .pdp-carousel__progress--dense {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .product-template-replica .pdp-carousel__progress--dense::-webkit-scrollbar {
    display: none;
  }

  .product-template-replica .pdp-carousel__progress[hidden] {
    display: none !important;
  }

  .product-template-replica .pdp-carousel__progress-segment {
    flex: 1 1 0;
    min-width: 0;
    height: var(--pdp-progress-height);
    border: none;
    border-radius: 3px;
    padding: 0;
    background: #f4ebff;
    cursor: pointer;
    transition: background 0.2s ease;
    scroll-snap-align: center;
  }

  .product-template-replica .pdp-carousel__progress--dense .pdp-carousel__progress-segment {
    flex: 0 0 10px;
    min-width: 10px;
  }

  .product-template-replica .pdp-carousel__progress-segment.is-near {
    background: #d5d9eb;
  }

  .product-template-replica .pdp-carousel__progress-segment.is-active {
    background: #005f9b;
  }

  .product-template-replica .product-single__image {
    margin: 0 auto;
    object-fit: contain;
  }

  .product-template-replica .pdp-carousel .product-single__thumbnails {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: var(--pdp-thumb-gap);
    scroll-behavior: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100%;
  }

  .product-template-replica .pdp-carousel .product-single__thumbnails::-webkit-scrollbar {
    display: none;
  }

  .product-template-replica .pdp-carousel .product-single__thumbnails li,
  .product-template-replica .pdp-carousel .product-single__thumbnails .grid__item {
    width: var(--pdp-thumb-size) !important;
    max-width: var(--pdp-thumb-size) !important;
    flex: 0 0 var(--pdp-thumb-size) !important;
    float: none !important;
    background: #ffffff;
    border-radius: 9.6px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-template-replica .pdp-carousel .product-single__thumbnail {
    display: flex !important;
    width: 100%;
    height: var(--pdp-thumb-size);
    align-items: center;
    justify-content: center;
    border-radius: 9.6px;
    box-shadow: none;
    border: 0.64px solid #d1d1d1;
    padding: 2.56px;
    opacity: 0.5;
    box-sizing: border-box;
    transition: border-color 0.2s ease, opacity 0.2s ease;
  }

  .product-template-replica .pdp-carousel .product-single__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    border-radius: 8px;
  }

  .product-template-replica .pdp-carousel .product-single__thumbnail.is-active {
    opacity: 1;
    border: 1px solid #4f4f4f;
    box-shadow: none;
  }

  @container pdp-carousel (max-width: 520px) {
    .product-template-replica .pdp-carousel {
      --pdp-carousel-gap: clamp(10px, 3.5cqi, 13px);
      --pdp-carousel-pad-block: clamp(4px, 1.5cqi, 6px);
      --pdp-carousel-pad-inline: clamp(4px, 1.5cqi, 6px);
      --pdp-carousel-pad-bottom: clamp(4px, 1.5cqi, 6px);
      --pdp-thumb-size: clamp(44px, 14cqi, 52px);
      --pdp-thumb-gap: clamp(4px, 1.5cqi, 5px);
      --pdp-arrow-size: clamp(28px, 9cqi, 32px);
      --pdp-progress-gap: clamp(4px, 1.8cqi, 6px);
      --pdp-progress-pad: clamp(12px, 5cqi, 19px);
      --pdp-progress-height: clamp(4px, 1.2cqi, 5px);
    }
  }

  @media (max-width: 768px) {
    .product-template-replica .pdp-carousel {
      --pdp-carousel-gap: clamp(10px, 2.5vw, 13px);
      --pdp-carousel-pad-block: clamp(4px, 1.5vw, 6px);
      --pdp-carousel-pad-inline: clamp(4px, 1.5vw, 6px);
      --pdp-carousel-pad-bottom: clamp(4px, 1.5vw, 6px);
      --pdp-thumb-size: clamp(44px, 12vw, 52px);
      --pdp-thumb-gap: clamp(4px, 1.2vw, 5px);
      --pdp-arrow-size: clamp(28px, 8vw, 32px);
      --pdp-progress-gap: clamp(4px, 1.5vw, 6px);
      --pdp-progress-pad: clamp(12px, 4.5vw, 19px);
      --pdp-progress-height: clamp(4px, 1.2vw, 5px);
      --pdp-mobile-image-height: clamp(200px, 56vw, 280px);
    }

    .product-template-replica .pdp-carousel .product-single__photos {
      display: block !important;
      padding: clamp(12px, 4vw, 20px) clamp(2px, 1vw, 3px);
      margin: 0 !important;
      overflow: hidden;
      position: relative;
      height: auto;
      max-height: none;
      background: #ffffff;
      border-radius: 16px;
      width: 100%;
      max-width: 100%;
    }

    .product-template-replica .pdp-carousel__thumbs-row {
      display: block;
      position: relative;
    }

    .product-template-replica .pdp-carousel__thumbs-viewport {
      padding-inline: calc(var(--pdp-arrow-size) + 4px);
    }

    .product-template-replica .pdp-carousel__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 6px;
    }

    .product-template-replica .pdp-carousel__arrow--prev {
      left: 0;
    }

    .product-template-replica .pdp-carousel__arrow--next {
      right: 0;
    }

    .product-template-replica .pdp-carousel__arrow svg {
      width: 16px;
      height: 16px;
    }

    .product-template-replica .pdp-mobile-slider {
      max-height: var(--pdp-mobile-image-height);
    }

    .product-template-replica .pdp-mobile-slide {
      flex: 0 0 100%;
      max-width: 100%;
      height: var(--pdp-mobile-image-height);
      max-height: var(--pdp-mobile-image-height);
      aspect-ratio: auto;
    }

    .product-template-replica .pdp-mobile-slider-nav {
      left: clamp(10px, 3vw, 16px);
      bottom: clamp(10px, 3vw, 16px);
    }
  }

  .product-template-replica #default-thumbnails,
  .product-template-replica .variant-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .product-template-replica .product-thumb-dots:not(.pdp-carousel__progress) {
    display: none;
  }

  .product-template-replica .product-thumb-dot:not(.pdp-carousel__progress-segment) {
    display: none;
  }

  .product-template-replica .pdp-benefits {
    margin-top: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
  }

  .product-template-replica.benefits-ready .pdp-benefits {
    opacity: 1;
    visibility: visible;
  }

  .product-template-replica.benefits-loading .pdp-benefits,
  .product-template-replica.benefits-loading .yotpo-product-points-inner-wrapper,
  .product-template-replica.benefits-loading .truemed-entry-box,
  .product-template-replica.benefits-loading .truemed-note {
    display: none !important;
  }

  .product-template-replica .pdp-benefits__title {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
  }

  .product-template-replica .pdp-benefits__list {
    border-top: 1px solid #e5e7eb;
  }

  .product-template-replica .pdp-benefits__item {
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
  }

  .product-template-replica .pdp-benefits__trigger {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    display: grid;
    grid-template-columns: 28px 1fr 20px;
    gap: 12px;
    align-items: start;
    text-align: left;
    cursor: pointer;
  }

  .product-template-replica .pdp-benefits__icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #eaf7ef;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }

  .product-template-replica .pdp-benefits__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
  }

  .product-template-replica .pdp-benefits__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .product-template-replica .pdp-benefits__title-row {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .product-template-replica .pdp-benefits__name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
  }

  .product-template-replica .pdp-benefits__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: inherit;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  }

  .product-template-replica .pdp-benefits__meta {
    font-size: 12px;
    color: #6b7280;
  }

  .product-template-replica .pdp-benefits__chevron {
    color: #6b7280;
    transition: transform 0.2s ease;
    margin-top: 4px;
  }

  .product-template-replica .pdp-benefits__content {
    margin-left: 40px;
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
  }

  .product-template-replica .pdp-benefits__item:not(.is-open) .pdp-benefits__content {
    display: none;
  }

  .product-template-replica .pdp-benefits__item.is-open .pdp-benefits__chevron {
    transform: rotate(180deg);
  }

  .product-template-replica .pdp-benefits .yotpo-product-points-inner-wrapper,
  .product-template-replica .pdp-benefits .truemed-entry-box,
  .product-template-replica .pdp-benefits .truemed-note {
    font-size: 12px;
    color: #6b7280;
  }

  .product-template-replica .pdp-benefits .yotpo-product-points-inner-wrapper a,
  .product-template-replica .pdp-benefits .truemed-entry-box a {
    color: #2563eb;
    text-decoration: none;
  }

  .product-template-replica .pdp-benefits .yotpo-product-points-inner-wrapper a:hover,
  .product-template-replica .pdp-benefits .truemed-entry-box a:hover {
    text-decoration: underline;
  }

  @media (min-width: 769px) {
    .product-template-replica .pdp-benefits__name {
      font-size: 16px;
    }

    .product-template-replica .pdp-benefits__meta,
    .product-template-replica .pdp-benefits__content,
    .product-template-replica .pdp-benefits .yotpo-product-points-inner-wrapper,
    .product-template-replica .pdp-benefits .truemed-entry-box,
    .product-template-replica .pdp-benefits .truemed-note {
      font-size: 16px;
    }
  }

  .product-template-replica .product-single__thumbnail.is-active {
    box-shadow: none;
  }

  .product-template-replica .pdp-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 8px;
  }

  .product-template-replica .product-single__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--pdp-text);
    margin: 0;
  }

  .product-template-replica .pdp-rating {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .product-template-replica .yotpo-sr-bottom-line-summary {
    gap: 8px;
  }

  .product-template-replica .yotpo-sr-bottom-line-score {
    display: none !important;
  }

  .product-template-replica .yotpo-sr-bottom-line-text--right-panel {
    font-size: 14px !important;
    color: var(--pdp-text);
  }

  .product-template-replica .product-single__prices span {
    font-size: 34px;
    line-height: 1.2;
  }

  .product-template-replica .product-single__prices .pdp-price-serving {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    color: #6b7280;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .product-template-replica .product-single__prices .pdp-price-serving.is-hidden {
    display: none;
  }

  .product-template-replica .product-single__prices {
    margin: 0 0 8px;
  }

  .product-template-replica .pdp-servings {
    font-size: 14px;
    line-height: 1.4;
    color: #005B98;
    font-weight: 700;
    margin: 4px 0 8px;
  }

  .product-template-replica .pdp-variant-servings {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    color: #005B98 !important;
    font-weight: 700;
    margin-top: 2px;
  }

  .order-online-sheet.has-variant-cards .pdp-variant-servings {
    color: #005B98 !important;
  }

  .product-template-replica .pdp-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 8px;
  }

  .product-template-replica .pdp-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
  }

  .product-template-replica .pdp-pill--stock {
    background: var(--pdp-green-bg);
    color: var(--pdp-green);
  }

  .product-template-replica .pdp-pill--oos {
    background: #fee2e2;
    color: #b91c1c;
  }

  .product-template-replica .pdp-pill--sub {
    background: #ecfdf3;
    color: #027a48;
  }

  .product-template-replica .pdp-details-link {
    display: inline-block;
    font-size: 13px;
    color: #1d4ed8;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 8px;
  }

  @media (max-width: 768px) {
    .product-template-replica #product-main-title {
      font-size: 1.2rem;
      line-height: 1.2;
    }

    .product-template-replica .product-single__prices span,
    .product-template-replica .product-single__prices s {
      font-size: 1.5rem;
      line-height: 1.2;
    }

    .product-template-replica .pdp-summary {
      gap: 0;
      margin: 0;
    }

    .product-template-replica .pdp-rating {
      margin: 0;
    }

    .product-template-replica .product-single__prices {
      margin: 0;
    }
  }

  @media (max-width: 768px) {
    .product-template-replica .pdp-details-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 12px 16px;
      border: 1px solid #d1d5db;
      border-radius: 14px;
      font-size: 14px;
      font-weight: 600;
      color: #111827;
      text-decoration: none;
      background: #ffffff;
    }
  }

  .pdp-details-sheet {
    position: fixed;
    inset: 0;
    z-index: 10045;
    display: none;
  }

  .pdp-details-sheet.is-open {
    display: block;
  }

  .pdp-details-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
  }

  .pdp-details-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  .pdp-details-sheet__header {
    position: relative;
    padding: 18px 20px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pdp-details-sheet__handle {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    border-radius: 14px;
    background: #d1d5db;
  }

  .pdp-details-sheet__title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
  }

  .pdp-details-sheet__close {
    border: none;
    background: none;
    font-size: 40px;
    line-height: 1;
    color: #111827;
    cursor: pointer;
    padding: 4px 6px;
  }

  .pdp-details-sheet__content {
    padding: 0 20px calc(96px + env(safe-area-inset-bottom));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    flex: 1 1 auto;
    min-height: 0;
  }

  .pdp-details-sheet .pdp-tabs {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 0;
  }

  .pdp-details-sheet .pdp-tab {
    text-align: center;
  }

  .pdp-details-sheet .pdp-tab.is-active {
    color: #2563eb;
  }

  .pdp-details-sheet .pdp-tab.is-active::after {
    background: #2563eb;
  }

  .iziModal,
  .iziModal.isAttached,
  .iziModal.isFullscreen {
    z-index: 10050 !important;
  }

  .iziModal-overlay {
    z-index: 10040 !important;
  }

  body.pdp-details-open {
    overflow: hidden;
  }

  @media (max-width: 768px) {
    .product-template-replica .pdp-details {
      display: none;
    }

  .pdp-details-sheet .pdp-details {
    display: block;
  }

  .pdp-details-sheet__backdrop {
      bottom: 0;
    }

    .pdp-details-sheet__panel {
      top: calc(12px + env(safe-area-inset-top));
      bottom: 0;
      max-height: calc(100dvh - 12px - env(safe-area-inset-top));
      height: auto;
    }

    body.pdp-details-open .order-online-sticky-bar.has-cart {
      display: flex !important;
      z-index: 10060;
    }
  }

  @media (min-width: 769px) {
    .pdp-details-sheet {
      display: none !important;
    }
  }

  .find-local-store-sheet {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
  }

  .find-local-store-sheet.is-open {
    display: block;
  }

  .find-local-store-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
  }

  .find-local-store-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    max-height: calc(100dvh - 120px);
    height: calc(100dvh - 120px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.2);
  }

  .find-local-store-sheet__header {
    position: relative;
    padding: 18px 20px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .find-local-store-sheet__handle {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    border-radius: 999px;
    background: #d1d5db;
  }

  .find-local-store-sheet__title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
  }

  .find-local-store-sheet__close {
    border: none;
    background: none;
    font-size: 22px;
    line-height: 1;
    color: #111827;
    cursor: pointer;
    padding: 4px 6px;
  }

  .find-local-store-sheet__content {
    padding: 0 12px calc(16px + env(safe-area-inset-bottom));
    overflow: hidden;
    flex: 1 1 auto;
  }

  .find-local-store-frame {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    background: #ffffff;
  }

  body.find-local-store-open {
    overflow: hidden;
  }

  @media (min-width: 769px) {
    .find-local-store-sheet {
      display: none !important;
    }
  }

  .product-template-replica .pdp-choose-fit h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0 6px;
  }

  .product-template-replica .pdp-choose-fit p {
    margin: 0 0 12px;
    font-size: 16px;
    color: var(--pdp-muted);
  }

  .product-template-replica .product-single__color-variants {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-template-replica .product-single__color-variants-shell {
    position: static;
  }

  .product-template-replica .product-single__scroll-row {
    display: none;
    align-items: center;
    gap: 12px;
    margin-top: 0;
  }

  .product-template-replica .product-single__scroll-track {
    flex: 1 1 auto;
    height: 3px;
    background: #D9D9D9;
    border-radius: 999px;
    overflow: hidden;
  }

  .product-template-replica .product-single__scroll-thumb {
    display: block;
    height: 100%;
    width: 24px;
    background: #0CA5EB;
    border-radius: inherit;
  }

  .product-template-replica .product-single__scroll-hint {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #6b7280;
    white-space: nowrap;
  }

  @media (max-width: 768px) {
    .product-template-replica .product-single__color-variants-shell {
      position: static;
      padding-bottom: 0;
    }

    .product-template-replica .product-single__color-variants {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 12px;
      padding-bottom: 6px;
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-color: transparent transparent;
    }

    .product-template-replica .product-single__color-variants::-webkit-scrollbar {
      display: none;
    }

    .product-template-replica .product-single__scroll-row {
      display: flex;
    }

    .product-template-replica .product-single__color-variant {
      flex: 0 0 120px;
      scroll-snap-align: start;
    }

    .product-template-replica .pdp-variant-thumb {
      width: 64px;
      height: 64px;
    }
  }

  .product-template-replica.has-variant-cards .selector-wrapper,
  .product-template-replica.has-variant-cards .single-option-selector {
    display: none !important;
  }

  .product-template-replica .product-single__color-label {
    display: none;
  }

  .product-template-replica .product-single__color-variants .product-single__color-variant {
    margin: 0;
    position: relative;
  }

  .product-template-replica .product-single__color-variant input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .product-template-replica .product-single__color-variant label {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--pdp-border);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .product-template-replica .product-single__color-variant label,
  .product-template-replica .product-single__color-variant label * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .product-template-replica .product-single__color-variant label {
    color: var(--pdp-text);
  }

  .product-template-replica .product-single__color-variant label::before,
  .product-template-replica .product-single__color-variant label::after {
    content: none !important;
    display: none !important;
  }

  .product-template-replica .product-single__color-variant label span {
    position: static !important;
    display: block;
    padding: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    white-space: normal !important;
  }

  .product-template-replica .product-single__color-variant label span::after,
  .product-template-replica .product-single__color-variant label span::before {
    content: none !important;
    display: none !important;
  }

  .product-template-replica .product-single__color-variant label .pdp-variant-card {
    position: static !important;
    display: flex !important;
    transform: none !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .product-template-replica .product-single__color-variant label .pdp-variant-card::after {
    content: none !important;
    display: none !important;
  }

  .product-template-replica .product-single__color-variant label .pdp-variant-thumb {
    display: flex !important;
    position: static !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .product-template-replica .product-single__color-variant label .pdp-variant-info {
    display: flex !important;
    position: static !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .product-template-replica .product-single__color-variant label .pdp-variant-title,
  .product-template-replica .product-single__color-variant label .pdp-variant-price {
    display: block !important;
    position: static !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .product-template-replica .product-single__color-variant input:checked + label {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
  }

  .product-template-replica .pdp-variant-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    width: 100%;
  }

  .product-template-replica .pdp-variant-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    width: 100%;
    align-items: flex-start;
  }

  .product-template-replica .pdp-variant-thumb {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
  }

  .product-template-replica .pdp-variant-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-template-replica .pdp-variant-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--pdp-text);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    letter-spacing: 0;
  }

  .product-template-replica .pdp-variant-price {
    display: none !important;
  }

  .product-template-replica .product-single__color-variant input:checked + label {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 2px #1d4ed8;
  }

  @media (max-width: 768px) {
    .product-template-replica .pdp-variant-thumb {
      width: 72px;
      height: 72px;
    }
  }

  .product-template-replica .product-single__color-variant input:checked + label {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
  }

  .product-template-replica .product-single__color-variant.unavailable label {
    opacity: 0.6;
  }

  .order-online-sheet.has-variant-cards .pdp-choose-fit h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0 6px;
  }

  .order-online-sheet.has-variant-cards .pdp-choose-fit p {
    margin: 0 0 12px;
    font-size: 16px;
    color: var(--pdp-muted);
  }

  .order-online-sheet.has-variant-cards .product-single__color-variants {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .order-online-sheet.has-variant-cards .product-single__color-variants-shell {
    position: static;
  }

  .order-online-sheet.has-variant-cards .product-single__scroll-row {
    display: none;
    align-items: center;
    gap: 12px;
    margin-top: 0;
  }

  .order-online-sheet.has-variant-cards .product-single__scroll-track {
    flex: 1 1 auto;
    height: 3px;
    background: #D9D9D9;
    border-radius: 999px;
    overflow: hidden;
  }

  .order-online-sheet.has-variant-cards .product-single__scroll-thumb {
    display: block;
    height: 100%;
    width: 24px;
    background: #0CA5EB;
    border-radius: inherit;
  }

  .order-online-sheet.has-variant-cards .product-single__scroll-hint {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #6b7280;
    white-space: nowrap;
  }

  @media (max-width: 768px) {
    .order-online-sheet.has-variant-cards .product-single__color-variants-shell {
      position: static;
      padding-bottom: 0;
    }

    .order-online-sheet.has-variant-cards .product-single__color-variants {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 12px;
      padding-bottom: 6px;
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-color: transparent transparent;
    }

    .order-online-sheet.has-variant-cards .product-single__color-variants::-webkit-scrollbar {
      display: none;
    }

    .order-online-sheet.has-variant-cards .product-single__scroll-row {
      display: flex;
    }
  }

  @media (max-width: 768px) {
    .order-online-sheet.has-variant-cards .product-single__color-variant {
      flex: 0 0 120px;
      scroll-snap-align: start;
    }

    .order-online-sheet.has-variant-cards .pdp-variant-thumb {
      width: 64px;
      height: 64px;
    }
  }

  .order-online-sheet.has-variant-cards .selector-wrapper,
  .order-online-sheet.has-variant-cards .single-option-selector {
    display: none !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-label {
    display: none;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variants .product-single__color-variant {
    margin: 0;
    position: relative;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--pdp-border);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label,
  .order-online-sheet.has-variant-cards .product-single__color-variant label * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label {
    color: var(--pdp-text);
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label::before,
  .order-online-sheet.has-variant-cards .product-single__color-variant label::after {
    content: none !important;
    display: none !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label span {
    position: static !important;
    display: block;
    padding: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    white-space: normal !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label span::after,
  .order-online-sheet.has-variant-cards .product-single__color-variant label span::before {
    content: none !important;
    display: none !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label .pdp-variant-card {
    position: static !important;
    display: flex !important;
    transform: none !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label .pdp-variant-card::after {
    content: none !important;
    display: none !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label .pdp-variant-thumb {
    display: flex !important;
    position: static !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label .pdp-variant-info {
    display: flex !important;
    position: static !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant label .pdp-variant-title,
  .order-online-sheet.has-variant-cards .product-single__color-variant label .pdp-variant-price {
    display: block !important;
    position: static !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant input:checked + label {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
  }

  .order-online-sheet.has-variant-cards .pdp-variant-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    width: 100%;
  }

  .order-online-sheet.has-variant-cards .pdp-variant-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    width: 100%;
    align-items: flex-start;
  }

  .order-online-sheet.has-variant-cards .pdp-variant-thumb {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
  }

  .order-online-sheet.has-variant-cards .pdp-variant-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .order-online-sheet.has-variant-cards .pdp-variant-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--pdp-text);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    letter-spacing: 0;
  }

  .order-online-sheet.has-variant-cards .pdp-variant-price {
    display: none !important;
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant input:checked + label {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 2px #1d4ed8;
  }

  @media (max-width: 768px) {
    .order-online-sheet.has-variant-cards .pdp-variant-thumb {
      width: 72px;
      height: 72px;
    }
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant input:checked + label {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
  }

  .order-online-sheet.has-variant-cards .product-single__color-variant.unavailable label {
    opacity: 0.6;
  }

  .product-template-replica .pdp-qty,
  .order-online-sheet .pdp-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    gap: 0;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    padding: 8px 12px;
    width: fit-content;
    box-sizing: border-box;
    background: #ffffff;
  }

  .product-template-replica.is-recharge-template .pdp-qty {
    width: 206px;
    min-width: 206px;
  }

  @supports not (gap: 1px) {
    .product-single__quantity label {
      margin-bottom: 10px;
    }

    .product-template-replica .pdp-qty > * + *,
    .order-online-sheet .pdp-qty > * + * {
      margin-left: 0;
    }
  }

  .product-template-replica .pdp-qty-btn,
  .order-online-sheet .pdp-qty-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #5A5C60;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .product-template-replica .pdp-qty-input,
  .order-online-sheet .pdp-qty-input {
    width: 92px;
    height: 56px;
    min-width: 92px;
    flex: 0 0 92px;
    display: block;
    text-align: center;
    border: none !important;
    background: transparent !important;
    font-weight: 600;
    font-size: 18px;
    color: #5A5C60;
    line-height: 56px;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
  }

  .product-template-replica.is-recharge-template .pdp-qty-input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    flex: 0 0 1px;
    opacity: 0 !important;
    pointer-events: none;
    overflow: hidden;
  }

  .product-template-replica.is-recharge-template .pdp-qty-value {
    width: 92px;
    height: 56px;
    flex: 0 0 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }

  .product-template-replica .pdp-qty-btn,
  .product-template-replica .pdp-qty-input,
  .order-online-sheet .pdp-qty-btn,
  .order-online-sheet .pdp-qty-input {
    margin: 0 !important;
  }

  .product-template-replica .btn.addtocart {
    background: #000000;
    border-radius: 999px;
  }

  .product-template-replica .find-local-store-btn {
    border: 1px solid #d1d5db;
    border-radius: 999px;
    padding: 12px 16px;
    background: #ffffff;
  }

  .product-template-replica .pdp-tabs {
    display: flex;
    gap: 16px;
    scroll-margin-top: clamp(90px, 12vh, 140px);
  }

  .product-template-replica .pdp-tab {
    background: none;
    border: none;
    padding: 8px 0;
    font-size: 14px;
    color: var(--pdp-muted);
    position: relative;
    cursor: pointer;
  }

  .product-template-replica .pdp-tab.is-active {
    color: var(--pdp-text);
    font-weight: 600;
  }

  .product-template-replica .pdp-tab.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--pdp-text);
  }

  .product-template-replica .pdp-tab-panel {
    display: none;
    {% comment %} padding-top: 16px; {% endcomment %}
  }

  .product-template-replica .pdp-tab-panel.is-active {
    display: block;
  }

  .product-template-replica .pdp-tab-panels [data-tab-panel="description"] {
    display: none !important;
  }

  .product-template-replica .pdp-description-static {
    padding-top: 16px;
  }

  .product-template-replica .pdp-description-static.is-hidden {
    display: none;
  }

  .product-template-replica .pdp-description-static .pdp-variant-description {
    display: none;
  }

  .product-template-replica .pdp-description-static .pdp-variant-description.is-active {
    display: block;
  }

  .product-template-replica .nutrition-facts-inline__item + .nutrition-facts-inline__item {
    margin-top: 16px;
  }

  .product-template-replica .nutrition-facts-inline__title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .product-template-replica.has-ingredients-tab.has-hydration-ingredients-panel .btn-nutrition,
  .product-template-replica.has-ingredients-tab.has-immunity-ingredients-panel .btn-nutrition {
    display: none !important;
  }

  .product-template-replica .nutrition-facts-inline img {
    max-width: 100%;
    height: auto;
  }

  .product-template-replica .nutrition-facts-inline table {
    width: 100%;
  }

  .pdp-details-sheet .nutrition-facts-inline {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .pdp-details-sheet .nutrition-facts-inline img,
  .pdp-details-sheet .nutrition-facts-inline table,
  .pdp-details-sheet .nutrition-facts-inline .tabla-blanca,
  .pdp-details-sheet .nutrition-facts-inline .tabla-oscura {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pdp-details-sheet .nutrition-facts-inline .ingredients-container,
  .pdp-details-sheet .nutrition-facts-inline .ingredients-generic-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pdp-details-sheet .nutrition-facts-inline .iziModal-wrap,
  .pdp-details-sheet .nutrition-facts-inline .iziModal-content {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .pdp-details-sheet .nutrition-facts-inline .iziModal-header {
    position: static !important;
    width: 100% !important;
    border-radius: 0 !important;
  }

  .pdp-details-sheet .nutrition-facts-inline .iziModal-content {
    padding: 20px;
  }

  .product-template-replica .yotpo-widget-instance[data-yotpo-instance-id="752319"] {
    display: none;
  }

  @media (min-width: 900px) {
    .product-template-replica .product-single__color-variants {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 769px) {
    .product-template-replica .product-media-layout,
    .product-template-replica .pdp-carousel {
      display: flex;
      flex-direction: column;
    }

    .product-template-replica .product-media-layout #default-thumbnails,
    .product-template-replica .product-media-layout .variant-thumbnails,
    .product-template-replica .pdp-carousel #default-thumbnails,
    .product-template-replica .pdp-carousel .variant-thumbnails {
      max-width: 100%;
      flex: 1 1 auto;
      order: 0;
    }

    .product-template-replica .product-media-layout .product-single__photos,
    .product-template-replica .pdp-carousel .product-single__photos {
      order: 0;
      flex: 1 1 auto;
    }

    .product-template-replica .pdp-carousel .product-single__image {
      max-width: 615px !important;
      max-height: 599px !important;
      width: 100%;
    }

    .product-template-replica .pdp-carousel .product-single__image-wrapper > div {
      padding-top: 0 !important;
      min-height: 599px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  @media (max-width: 768px) {
    .product-template-replica .product-single__hero {
      display: flex;
      flex-direction: column;
      gap: clamp(16px, 4vw, 24px);
    }

    .product-template-replica .product-single__hero > .grid__item.post-large--one-half {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      float: none;
    }

    .product-template-replica .product-single__hero > .grid__item.post-large--one-half:first-child {
      padding-left: 0;
      padding-right: 0;
    }

    .product-template-replica .product-single__hero > .grid__item.post-large--one-half:last-child {
      padding-inline: 0;
      box-sizing: border-box;
    }

    .product-template-replica .product-single {
      overflow-x: hidden;
      max-width: 100%;
    }

    .product-template-replica .product-single__thumbnails li {
      width: auto !important;
      max-width: none !important;
    }

    .product-template-replica .pdp-qty,
    .order-online-sheet .pdp-qty {
      width: fit-content;
      max-width: none;
    }

    .product-template-replica .product-single__image-wrapper.pdp-mobile-excluded {
      display: none !important;
    }

    .product-template-replica .pdp-mobile-slider .product-single__image-wrapper.hide {
      display: flex !important;
    }

    .product-template-replica .pdp-mobile-slider {
      display: flex;
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .product-template-replica .pdp-mobile-slider::-webkit-scrollbar {
      display: none;
    }

    .product-template-replica .pdp-mobile-slide {
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }

    .product-template-replica .pdp-mobile-slider .product-single__image-wrapper > div {
      padding-top: 0 !important;
      height: 100%;
      width: 100%;
    }

    .product-template-replica .pdp-mobile-slider .product-single__image {
      width: 100%;
      height: 100%;
      max-width: 100%;
      object-fit: contain;
    }

    .product-template-replica .pdp-mobile-slider-nav {
      position: absolute;
      z-index: 2;
    }

    .product-template-replica .pdp-mobile-slider-count {
      font-family: 'Avenir', 'Avenir Next', sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 0;
      color: #fdfdfd;
      background: #717680;
      border-radius: 16px;
      padding: 2px 8px;
    }
  }

  .product-template-replica .section-header--breadcrumb {
    margin: 16px auto 12px;
    padding: 0 20px;
    max-width: 1200px;
  }

  .product-template-replica .breadcrumb {
    font-family: 'Avenir', 'Avenir Next', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
    margin: 0;
  }

  .product-template-replica .breadcrumb a {
    color: #6b7280;
    text-decoration: none;
  }

  .product-template-replica .breadcrumb a:hover,
  .product-template-replica .breadcrumb a:focus {
    color: #005b98;
  }

  .product-template-replica .breadcrumb span:not(.breadcrumb__sep) {
    color: #1f2937;
  }

  .product-template-replica .breadcrumb__sep {
    font-size: 14px;
    line-height: 20px;
    padding-right: 6px;
    margin-right: 6px;
  }

  @media (min-width: 769px) {
    .product-template-replica .product-single__hero > .grid__item.post-large--one-half:last-child {
      background: #ffffff;
      border-radius: 16px;
      padding: 24px;
    }
  }

  .product-template-replica .pdp-description-static .rte,
  .product-template-replica .pdp-description-static .rte p,
  .product-template-replica .product-description p,
  .product-template-replica #pdp-details .rte,
  .product-template-replica #pdp-details .rte p {
    font-family: 'Avenir', 'Avenir Next', sans-serif !important;
  }
