/** Shopify CDN: Minification failed

Line 603:3 Expected ":"

**/
@charset "UTF-8";


.variations input[type="radio"] + label:before, .variations .product-form__input--color input[type="radio"] + label, .variations .product-form__input--color input[type="radio"] + label:after, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-zoom svg, .thb-product-detail .product-single__media-xr-close, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg, .accordion summary span svg, .product-popup-modal, .product-add-to-cart-sticky, .product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-gallery-container .product-thumbnail-container .product-thumbnail, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .pickup-availability-wrapper, .product-popup-modal__content, .product-add-to-cart-sticky, #shopify-product-reviews .spr-review, .product-card-small {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.thb-product-detail .product-single__media .figcaption {
  box-shadow: var(--block-shadows); }


.thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-xr-close, .product-popup-modal__content, .product-add-to-cart-sticky {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }



.product-form {
  display: block; }

.add_to_cart_holder {
  display: grid;
  grid-gap: 12px;
  margin-bottom: 25px;
  align-items: start; }
  @media only screen and (min-width: 768px) {
    .add_to_cart_holder--multi {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }

.single-add-to-cart-button[disabled] + .shopify-payment-button {
  display: none; }

.shopify-payment-button {
  width: 100%; }
  .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 0.9375rem;
    font-family: Mona;
    font-weight: 700;
    letter-spacing: var(--button-letter-spacing, 0.02em);
    background: var(--solid-button-background, var(--color-accent));
    color: var(--solid-button-label, #fff);
    border: 0;
    border-radius: 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .button-uppercase-true .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
      text-transform: uppercase; }
    @media screen and (hover: hover) {
      .shopify-payment-button__button:not(.shopify-payment-button__button--branded):not([disabled]):hover, .shopify-payment-button__button:not(.shopify-payment-button__button--branded):not([disabled]):focus {
        background: var(--solid-button-background-hover, var(--color-accent));
        color: var(--solid-button-label, #fff); } }
  .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate div[role="button"] {
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: 50px !important;
    font-size: 0.9375rem !important;
    font-weight: 500;
    letter-spacing: var(--button-letter-spacing, 0.02em);
    background: var(--solid-button-background, var(--color-accent));
    color: var(--solid-button-label, #fff);
    border: 0;
    border-radius: var(--button-border-radius, 6px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .button-uppercase-true .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate div[role="button"] {
      text-transform: uppercase; }
  .shopify-payment-button__button--hidden {
    display: none; }
  .shopify-payment-button .shopify-payment-button__more-options {
    margin: 8px auto 0;
    width: auto;
    font-size: 0.75rem; }


.product-form__input {
  padding: 0;
  border: 0; }

.product-information--line-item {
  margin-bottom: 20px; }
  .product-information--line-item--text:-moz-placeholder, .product-information--line-item--textarea:-moz-placeholder {
    color: rgba(var(--color-body-rgb), 0.6); }
  .product-information--line-item--text::-moz-placeholder, .product-information--line-item--textarea::-moz-placeholder {
    color: rgba(var(--color-body-rgb), 0.6); }
  .product-information--line-item--text:-ms-input-placeholder, .product-information--line-item--textarea:-ms-input-placeholder {
    color: rgba(var(--color-body-rgb), 0.6); }
  .product-information--line-item--text::-webkit-input-placeholder, .product-information--line-item--textarea::-webkit-input-placeholder {
    color: rgba(var(--color-body-rgb), 0.6); }
  .product-information--line-item--textarea {
    min-height: 0; }
  .product-information--line-item input[type="text"],
  .product-information--line-item textarea,
  .product-information--line-item select {
    width: 100%; }
  .product-information--line-item .label {
    display: block;
    margin-bottom: 5px; }

.variations {
  margin-bottom: 10px; }
  .variations .product-form__input {
    padding: 0;
    margin: 0 0 20px;
    border: 0; }
  .variations input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }
    .variations input[type="radio"] + label {
      position: relative; }
      .variations input[type="radio"] + label:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: linear-gradient(to bottom right, transparent, transparent 48%, var(--color-border, #dadce0) 49%, var(--color-border, #dadce0) 50%, var(--color-border, #dadce0) 51%, transparent 52%, transparent) no-repeat;
        z-index: 1; }
    .variations input[type="radio"].is-disabled + label:before {
      content: ""; }
    .variations input[type="radio"].is-disabled + label:after,
    .variations input[type="radio"].is-disabled + label > span {
      opacity: 0.4; }
  .variations .product-form__input {
    padding: 0;
    border: 0; }
    .variations .product-form__input--dropdown .select,
    .variations .product-form__input--dropdown select {
      width: 100%;
      margin-bottom: 0; }
    .variations .product-form__input--block {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      overflow: hidden;
      /* border: 1px solid #0000001A; */
      border-radius: 12px;
      /* padding: 16px; */
      margin-bottom: 32px;gap: 12px; }
      .variations .product-form__input--block input[type="radio"] + label {
        white-space: nowrap;
        width: auto;
        /* min-width: 42px; */
        /* height: 42px; */
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        padding: 20px 20px;
        margin: 0 6px 0px 0;
        /* font-size: 0.8125rem; */
        font-size: 16px;
        line-height: 1.3;
        font-weight: 500;
        font-family: "vinron";
        cursor: pointer;
        overflow: hidden; }
      .variations .product-form__input--block input[type="radio"] + label {
        box-shadow: 0 0 0 1px var(--color-form-border) inset; }
      .variations .product-form__input--block input[type="radio"] + label:last-child{
        /* margin-right: 0; */
      }
      .variations .product-form__input--block input[type="radio"]:checked + label {
        z-index: 5;
        color: #00c389;
        /* box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset; */
        box-shadow: 0 0 0 1px #00c389 inset; }
      .variations .product-form__input--block input[type="radio"]:focus-visible + label {
        box-shadow: 0 0 0 2px #015ecc; }
    .variations .product-form__input--color {
      display: flex;
      flex-wrap: wrap; }
      .variations .product-form__input--color input[type="radio"] + label {
        width: 32px;
        height: 32px;
        display: inline-flex;
        text-indent: -9999em;
        position: relative;
        color: transparent;
        cursor: pointer;
        z-index: 4;
        border-radius: 50%;
        margin: 1px 9px 1px 1px; }
        .variations .product-form__input--color input[type="radio"] + label:before {
          display: block;
          border-radius: 50%;
          overflow: hidden; }
        .variations .product-form__input--color input[type="radio"] + label:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          border-radius: 50%;
          background-size: cover;
          background-color: var(--option-color);
          background-image: var(--option-color-image); }
      .variations .product-form__input--color input[type="radio"]:checked + label {
        box-shadow: 0 0 0 1px var(--color-body, #2c2d2e); }
        .variations .product-form__input--color input[type="radio"]:checked + label:after {
          top: 3px;
          left: 3px;
          right: 3px;
          bottom: 3px; }
      .variations .product-form__input--color input[type="radio"]:hover + label {
        box-shadow: 0 0 0 1px var(--color-form-border); }
        .variations .product-form__input--color input[type="radio"]:hover + label:after {
          top: 3px;
          left: 3px;
          right: 3px;
          bottom: 3px; }
      .variations .product-form__input--color input[type="radio"]:checked:hover + label {
        box-shadow: 0 0 0 1px var(--color-body, #2c2d2e); }
        .variations .product-form__input--color input[type="radio"]:checked:hover + label:after {
          top: 4px;
          left: 4px;
          right: 4px;
          bottom: 4px; }
      .variations .product-form__input--color input[type="radio"]:focus-visible + label:before {
        box-shadow: 0 0 0 2px #015ecc inset; }

.form__label {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Mona";
  /* font-size: 0.8125rem;
  margin-bottom: 9px; */ }
  .form__label__value {
    font-weight: 400;
    text-transform: none;
    margin-right: 20px;
    padding-left: 2px; }
  .form__label .product-popup-modal__opener {
    display: inline-flex;
    margin-left: auto; }




.variations input[type="radio"] + label:before, .variations .product-form__input--color input[type="radio"] + label, .variations .product-form__input--color input[type="radio"] + label:after, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-zoom svg, .thb-product-detail .product-single__media-xr-close, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg, .accordion summary span svg, .product-popup-modal, .product-add-to-cart-sticky, .product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-gallery-container .product-thumbnail-container .product-thumbnail, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .pickup-availability-wrapper, .product-popup-modal__content, .product-add-to-cart-sticky, #shopify-product-reviews .spr-review, .product-card-small {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.thb-product-detail .product-single__media .figcaption {
  box-shadow: var(--block-shadows); }


.thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-xr-close, .product-popup-modal__content, .product-add-to-cart-sticky {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }

.product-grid-container {
  /* overflow-x: hidden; */
}
@media only screen and (min-width: 1068px) {
  .product-grid-container {
    display: grid;
    align-items: start;
    grid-gap: clamp(30px, 5%, 40px);
    grid-template-columns: minmax(45%, 740px) clamp(360px, 45%, 500px); } }

@media only screen and (min-width: 1068px) {
  .product-gallery-sticky {
    position: sticky;
    top: 20px;
    left: 0; }
    .header-sticky--active .product-gallery-sticky {
      top: calc(var(--header-height, 0px) + 20px); } }

.product-gallery-container {
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .product-gallery-container {
      padding-left: 80px; } }
  @media only screen and (min-width: 1068px) {
    .product-gallery-container {
      padding-left: 80px;
      margin: 0; } }
  @media only screen and (min-width: 1068px) {
    .side-panel-content .product-gallery-container {
      position: sticky;
      top: 40px;
      left: 0; } }
  .product-gallery-container scroll-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .product-gallery-container scroll-shadow {
        display: block; } }
  .product-gallery-container .product-thumbnail-container {
    display: grid;
    grid-gap: 10px;
    z-index: 20;
    align-content: start;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    grid-auto-rows: max-content;
    scrollbar-width: none; }
    .product-gallery-container .product-thumbnail-container::-webkit-scrollbar {
      display: none; }
    .product-gallery-container .product-thumbnail-container .product-thumbnail {
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .product-gallery-container .product-thumbnail-container .product-thumbnail:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 1px transparent; }
      .product-gallery-container .product-thumbnail-container .product-thumbnail-icon {
        width: 21px;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        position: absolute;
        top: 3px;
        right: 3px;
        border-radius: 50%;
        pointer-events: none; }
        .product-gallery-container .product-thumbnail-container .product-thumbnail-icon svg {
          opacity: 0.6;
          width: 8px; }
      .product-gallery-container .product-thumbnail-container .product-thumbnail:hover svg {
        opacity: 1; }
      .product-gallery-container .product-thumbnail-container .product-thumbnail.is-initial-selected:after {
        box-shadow: inset 0 0 0 1px var(--color-body, #2c2d2e), inset 0 0 0 3px var(--bg-body, #f5f5f5); }
    .product-gallery-container .product-thumbnail-container[data-hide-variants="true"] .product-images__slide-item--variant {
      display: none; }
      .product-gallery-container .product-thumbnail-container[data-hide-variants="true"] .product-images__slide-item--variant:first-child {
        display: block; }
  .product-gallery-container .product-image-container {
    /* margin: 0 0 0 -10px;
    width: calc(100% + 20px);  */
  }
  @media screen and (max-width: 786px) {
      .thb-product-detail.product .row .columns {
        padding: 0 !important;
      }
      .variations .product-form__input--block input[type="radio"] + label {
        font-size: 14px
      }
  }

    @media only screen and (min-width: 768px) {
      .product-gallery-container .product-image-container {
        margin: 0;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .product-gallery-container .product-image-container .product-images {
      display: block;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .product-gallery-container .product-image-container .product-images {
          max-width: 640px;
          margin: 0 auto; } }
      .product-gallery-container .product-image-container .product-images:not(.flickity-enabled) .flickity-nav,
      .product-gallery-container .product-image-container .product-images:not(.flickity-enabled) .product-images__slide:not(.is-initial-selected) {
        display: none; }
      @media only screen and (min-width: 768px) {
        .product-gallery-container .product-image-container .product-images .flickity-page-dots {
          display: none; } }
      .product-gallery-container .product-image-container .product-images .flickity-nav.flickity-prev {
        left: 20px; }
      .product-gallery-container .product-image-container .product-images .flickity-nav.flickity-next {
        right: 20px; }
  @media only screen and (min-width: 768px) {
    .product-gallery-container.thumbnails-bottom {
      padding-left: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .product-gallery-container.thumbnails-bottom .product-image-container {
      padding-left: 0; } }
  .product-gallery-container.thumbnails-bottom .product-image-container .product-images {
    max-width: none; }
  .product-gallery-container.thumbnails-bottom scroll-shadow {
    position: relative;
    margin-top: 25px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto; }
    .product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container {
      overflow-y: hidden;
      overflow-x: scroll;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      align-items: start; }
      .product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail {
        width: 80px;
        height: auto; }
        .product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail img {
          object-fit: contain; }

.product-image-container .flickity-viewport {
  isolation: isolate;
  border-radius: calc(var(--block-border-radius, 16px) / 2); }
  @media only screen and (min-width: 768px) {
    .product-image-container .flickity-viewport {
      border-radius: var(--block-border-radius, 16px); } }

.product-images__slide {
  display: none; }
  .no-js .product-images__slide {
    display: block; }

.product-images .flickity-viewport .product-images__slide {
  display: block; }




.variations input[type="radio"] + label:before, .variations .product-form__input--color input[type="radio"] + label, .variations .product-form__input--color input[type="radio"] + label:after, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-zoom svg, .thb-product-detail .product-single__media-xr-close, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg, .accordion summary span svg, .product-popup-modal, .product-add-to-cart-sticky, .product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-gallery-container .product-thumbnail-container .product-thumbnail, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .pickup-availability-wrapper, .product-popup-modal__content, .product-add-to-cart-sticky, #shopify-product-reviews .spr-review, .product-card-small {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.thb-product-detail .product-single__media .figcaption {
  box-shadow: var(--block-shadows); }


.thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-xr-close, .product-popup-modal__content, .product-add-to-cart-sticky {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }


.pickup-availability-wrapper {
  display: block;
  position: relative;
  background: rgba(213, 33, 33, 0.15); }
  .pickup-availability-wrapper[available] {
    background: rgba(33, 209, 125, 0.15); }
  .pickup-availability-wrapper.thb-loading {
    min-height: 32px; }

.pickup-availability-information {
  padding: 14px 14px 14px 78px;
  position: relative;
  margin-bottom: 25px;
  min-height: 89px;
  display: flex;
  align-items: center; }
  .pickup-availability-information > svg {
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -20px; }
  .pickup-availability-information__title {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 0.875rem; }
    .pickup-availability-information__title span {
      font-weight: 500; }
  .pickup-availability-information__stock {
    font-size: 0.75rem;
    margin-bottom: 0;
    opacity: 0.8; }
  .pickup-availability-information__button {
    font-size: 0.75rem; }

.pickup-availability-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .pickup-availability-list__item {
    margin-bottom: 30px;
    font-size: 0.9375rem; }
  .pickup-availability-list__location {
    font-size: 1.0625rem;
    margin-bottom: 10px;
    font-weight: 500; }
  .pickup-availability-list__stock {
    font-size: 0.8125rem;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    .pickup-availability-list__stock svg {
      position: absolute;
      top: 4px;
      left: 0;
      width: 20px;
      height: auto; }


@media only screen and (min-width: 768px) {
  .thb-product-detail {
    margin-top: 40px; } }

.thb-product-detail .product-title-container {
  /* margin-bottom: 10px; */
}

.thb-product-detail .product-title {
  /* font-size: calc(var(--font-heading-scale) * 1.8rem);
  line-height: calc(var(--font-heading-line-height-scale) * 1.6rem); */
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Mona";
  margin-bottom: 8px;
  color: var(--color-body, #101820); }
  @media screen and (max-width: 768px) {
    .thb-product-detail .product-title {
      /* font-size: calc(var(--font-heading-scale) * 1.5rem);
      line-height: calc(var(--font-heading-line-height-scale) * 1.6rem); */
      font-size: 20px;
      line-height: 1.3;
    }
    .thb-product-detail .product-price-container .price {
      font-size: 22px !important; 
    }
  }
  .thb-product-detail .product-title a {
    color: var(--color-body, #2c2d2e); }

.thb-product-detail shopify-payment-terms {
  font-size: 0.8125rem;
  margin-top: 10px;
  display: block;
  text-align: left;
  margin-bottom: 20px; }

.thb-product-detail .product-price-container .price {
  font-size: 32px;
  line-height: 1.5;
  display: flex;
  align-items: center;
   font-weight: 700;
   font-family: "Mona";
  margin-right: 4px; }
  .thb-product-detail .product-price-container .price del {
    font-size: 20px;
    font-weight: 500;
  }
  .thb-product-detail .product-price-container .price .unit-price {
    margin-left: 5px; }

.thb-product-detail .product-price-container .product__tax {
  opacity: 0.8;
  font-size: 0.75rem;
  margin-top: 3px; }
  .thb-product-detail .product-price-container .product__tax a {
    text-decoration: underline;
    text-underline-offset: 2px; }

.thb-product-detail .product-price-container .badges {
  display: flex !important;
  align-items:center;
  margin-left: 11px; }

.thb-product-detail .product-price-container .badge {
  d
  margin-right: 10px;
  /* padding: 0 11px; */
  background: #FF56001A;
  color: #FF5600;
  font-size: 12px;
  font-weight: 700;
  font-family: vinron;
  line-height: 1;
  /* padding: 8px 12px; */
  border-radius: 8px;
  padding:6px 8px;
  height: auto !important;

}

.thb-product-detail .product-card--label-container {
  margin-bottom: 13px; }
  .thb-product-detail .product-card--label-container:first-child {
    margin-top: 0; }

.thb-product-detail .product-card--label {
  font-size: 0.75rem;
  padding: 6px 10px; }

.thb-product-detail .star-rating-container {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.3125rem;
  line-height: 0; }
  .thb-product-detail .star-rating-container .star-rating {
    margin-right: 12px; }

.thb-product-detail .product--text.style_vendor {
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  opacity: 0.8;
  margin-bottom: 10px; }

.thb-product-detail .view-product-details {
  margin-top: 30px; }

.thb-product-detail .product-short-description {
  font-size: 0.9375rem;
  margin-bottom: 10px; 
  height: 160px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.product-short-description.active::before{
  position: absolute;
content: "";
width: 100%;
left: 0;
bottom: -4px;
height: 32px;
background: linear-gradient(360deg, #F9FAFB 0%, rgba(248, 248, 248, 0.00) 100%);
}
  .thb-product-detail .product-short-description p,
  .thb-product-detail .product-short-description ul {
    /* margin-bottom: 10px; */
    margin-bottom: 0;
   }
   .thb-product-detail .product-short-description p:has(a) {
    margin-bottom: 10px;
   }
  .thb-product-detail .product-short-description iframe,
  .thb-product-detail .product-short-description video {
    max-width: 100%; }

.product-short-description.active:after {
    position: absolute;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.75) 54%,#fff);
    clear: both;
    content: " ";
    /* display: block; */
    display: none;
    font-size: 0;
}

.learn-more{
    /* color: #2C2D2E; */
    color: #00c389;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 0;
}

.learn-more svg{
    margin-left: 5px;
    height: 1rem;
    width: 1rem;
    /* fill: #2c2d2e; */
    fill: #00c389;
    outline: none;
}



  


/* .thb-product-detail .quantity {
  margin-bottom: 30px; } */

.thb-product-detail .complementary-products.product-recommendations--loaded {
  margin-bottom: 20px; }

.thb-product-detail .product-single__media {
  display: block;
  width: 100%;
  position: relative;
  text-align: center; }
  .thb-product-detail .product-single__media .figcaption {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    padding: 7px 13px;
    position: absolute;
    width: auto;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    z-index: 5;
    background: var(--color-drawer-bg, #fff);
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
    @media only screen and (min-width: 768px) {
      .thb-product-detail .product-single__media .figcaption {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px); } }
  .thb-product-detail .product-single__media-image {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: var(--padding-bottom); }
    .thb-product-detail .product-single__media-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 5; }
  .thb-product-detail .product-single__media-zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 40;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
    .thb-product-detail .product-single__media-zoom svg {
      width: 20px;
      height: 20px;
      opacity: 1; }
    @media only screen and (min-width: 1068px) {
      .thb-product-detail .product-single__media-zoom {
        opacity: 0; } }
  .thb-product-detail .product-single__media-xr-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 40;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
    .thb-product-detail .product-single__media-xr-close svg {
      width: 12px; }
  @media only screen and (min-width: 1068px) {
    .thb-product-detail .product-single__media:hover .product-single__media-zoom {
      opacity: 1; } }
  .thb-product-detail .product-single__media.product-single__media-native-video {
    aspect-ratio: var(--aspect-ratio); }
    .thb-product-detail .product-single__media.product-single__media-native-video video {
      width: 100%;
      height: auto; }
  .thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play {
    position: relative; }
    .thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play img {
      width: 100%; }
    .thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 52px;
      height: 52px;
      margin: -26px 0 0 -26px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--color-drawer-bg, #fff);
      border-radius: 50%; }
      .thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play button svg {
        width: 16px;
        height: 16px; }
    .thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play + iframe {
      display: none; }
    .thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play[hidden] + iframe {
      display: block; }
  .thb-product-detail .product-single__media.product-single__media-external-video iframe {
    width: 100%;
    aspect-ratio: var(--aspect-ratio); }
  .thb-product-detail .product-single__media.product-single__media-model > img,
  .thb-product-detail .product-single__media.product-single__media-model template {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit: contain; }
  .thb-product-detail .product-single__media.product-single__media-model template {
    z-index: 10; }
  .thb-product-detail .product-single__media.product-single__media-model[loaded] .product-single__media-model-button,
  .thb-product-detail .product-single__media.product-single__media-model[loaded] > img {
    display: none; }
  .thb-product-detail .product-single__media.product-single__media-model[loaded] + .product-single__media-xr-close {
    display: flex; }
  .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button {
    background: var(--bg-body, #fff);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 40;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); }
    .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg {
      width: 20px;
      height: 20px; }
    .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button:hover svg, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button:focus svg {
      transform: scale(1.2); }
  .thb-product-detail .product-single__media.product-single__media-model > model-viewer,
  .thb-product-detail .product-single__media.product-single__media-model > .shopify-model-viewer-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .thb-product-detail .product-single__media.product-single__media-model .shopify-model-viewer-ui {
    z-index: 20; }
    .thb-product-detail .product-single__media.product-single__media-model .shopify-model-viewer-ui model-viewer {
      width: 100%;
      height: 100%; }

.thb-product-detail .product__xr-button {
  width: 100%;
  background: var(--bg-body-darken);
  border-color: var(--bg-body-darken);
  color: var(--color-body, #2c2d2e);
  margin-top: 15px; }
  .thb-product-detail .product__xr-button svg {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle; }
    .thb-product-detail .product__xr-button svg path {
      fill: var(--color-body, #2c2d2e); }
  .thb-product-detail .product__xr-button[data-shopify-xr-hidden] {
    visibility: hidden; }
    .shopify-design-mode .thb-product-detail .product__xr-button[data-shopify-xr-hidden] {
      display: none; }

.thb-product-detail .product-images__slide {
  width: 75%;
  margin: 0 2px; }
  @media only screen and (min-width: 768px) {
    .thb-product-detail .product-images__slide {
      width: 100%;
      margin: 0;margin-right: 10px; } }
  .thb-product-detail .product-images__slide:only-child {
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .thb-product-detail .product-images__slide:only-child {
        padding: 0; } }

.thb-product-detail .product-form__error-message-wrapper {
  margin-bottom: 20px; }




.variations input[type="radio"] + label:before, .variations .product-form__input--color input[type="radio"] + label, .variations .product-form__input--color input[type="radio"] + label:after, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-zoom svg, .thb-product-detail .product-single__media-xr-close, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg, .accordion summary span svg, .product-popup-modal, .product-add-to-cart-sticky, .product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-gallery-container .product-thumbnail-container .product-thumbnail, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .pickup-availability-wrapper, .product-popup-modal__content, .product-add-to-cart-sticky, #shopify-product-reviews .spr-review, .product-card-small {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.thb-product-detail .product-single__media .figcaption {
  box-shadow: var(--block-shadows); }


.thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-xr-close, .product-popup-modal__content, .product-add-to-cart-sticky {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }


.accordion {
  display: block;
  border-top: 1px solid var(--color-border, #dadce0);
  border-bottom: 1px solid var(--color-border, #dadce0);
  margin-bottom: 25px; }
  .accordion + .accordion {
    border-top: 0;
    margin-top: -25px; }
  .accordion-container .accordion {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto; }
    .accordion-container .accordion:last-child {
      margin-bottom: 0; }
  .accordion details[open] summary span svg {
    transform: rotateX(0deg); }
  .accordion summary {
    width: 100%;
    list-style: none;
    position: relative;
    padding-right: 40px;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 500;
    padding: 20px 40px 20px 0;
    color: var(--color-heading, #1a1c1d);
    cursor: pointer; }
    .accordion summary span {
      display: inline-flex;
      align-items: center;
      transform-origin: center;
      margin-left: 15px;
      position: absolute;
      top: 50%;
      right: 0;
      height: 20px;
      width: 14px;
      z-index: 5;
      margin-top: -10px;
      will-change: transform;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      .accordion summary span svg {
        transform: rotateX(180deg); }
    .accordion summary::-webkit-details-marker {
      display: none; }
  .accordion .accordion__content {
    padding: 0 0 15px 0;
    font-size: 0.9375rem; }
    .accordion .accordion__content > *:last-child {
      margin-bottom: 0; }


.share-article {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 25px;
  display: flex;
  align-items: center; }
  .share-article svg {
    height: 16px;
    width: auto; }
    .share-article svg path {
      fill: var(--color-body, #2c2d2e); }
  .share-article label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-right: 10px; }
  .share-article a {
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
    padding: 0 5px;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    color: var(--color-body, #2c2d2e); }


.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  padding: 30px;
  background: rgba(var(--color-overlay-rgb), 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  height: 100%; }
  .product-popup-modal[open] {
    opacity: 1;
    visibility: visible;
    z-index: 101; }
  .product-popup-modal__button {
    color: var(--color-body, #2c2d2e);
    display: flex;
    align-items: center;
    cursor: pointer; }
    .product-popup-modal__button svg {
      height: 12px;
      width: auto;
      margin-right: 9px;
      fill: var(--color-body, #2c2d2e); }
    .product-popup-modal__button span {
      font-size: 0.8125rem;
      letter-spacing: 0.02em; }
    .product-popup-modal__button.no-js {
      display: none; }
      .no-js .product-popup-modal__button.no-js {
        display: flex; }
  .product-popup-modal__toggle {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px; }
  .product-popup-modal__content {
    overflow: auto;
    max-height: 80vh;
    max-width: clamp(300px, 90vw, 800px);
    margin: 0 auto;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25); }
    .product-popup-modal__content-header {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 73px;
      text-align: center;
      position: sticky;
      border-bottom: 1px solid var(--color-border, #dadce0);
      background-color: var(--bg-body, #fff);
      top: 0;
      left: 0;
      flex-shrink: 0; }
      .product-popup-modal__content-header h5 {
        color: inherit;
        margin: 0; }
    .product-popup-modal__content scroll-shadow {
      flex: 1;
      display: flex;
      width: 100%;
      overflow: hidden; }
    .product-popup-modal__content-info {
      padding: 25px;
      background-color: var(--bg-body, #fff);
      overflow-y: scroll;
      width: 100%;
      color: var(--color-body); }
      @media only screen and (min-width: 768px) {
        .product-popup-modal__content-info {
          padding: 50px; } }
      .product-popup-modal__content-info table:last-child {
        margin-bottom: 0; }




.variations input[type="radio"] + label:before, .variations .product-form__input--color input[type="radio"] + label, .variations .product-form__input--color input[type="radio"] + label:after, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-zoom svg, .thb-product-detail .product-single__media-xr-close, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg, .accordion summary span svg, .product-popup-modal, .product-add-to-cart-sticky, .product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-gallery-container .product-thumbnail-container .product-thumbnail, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .pickup-availability-wrapper, .product-popup-modal__content, .product-add-to-cart-sticky, #shopify-product-reviews .spr-review, .product-card-small {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.thb-product-detail .product-single__media .figcaption {
  box-shadow: var(--block-shadows); }


.thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-xr-close, .product-popup-modal__content, .product-add-to-cart-sticky {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }


.product-add-to-cart-sticky {
  position: fixed;
  bottom: 0;
  /* right: 15px; */
  width: 100%;
  max-width: 100%;
  z-index: 31;
  background: var(--color-drawer-bg, #fff);
  transform: translateX(calc(100% + 50px)); 
  border-radius: 0;
}
  .product-add-to-cart-sticky.sticky--visible {
    transform: translateX(0%); 
    background: #fff;
    border-top: 1px solid #1018201A;
    height: 64px;
    border-radius: 0;
    padding: 0 50px;
  }
  @media only screen and (min-width: 768px) {
    .product-add-to-cart-sticky {
      bottom: 0px;
      /* right: 15px;  */
    } 
  }
  @media only screen and (min-width: 768px) {
    .product-add-to-cart-sticky--inner {
      /* padding-right: 50px; */
    } 
  }
  .product-add-to-cart-sticky--image {
    width: 48px;
    margin-right: 18px;
    flex-shrink: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
  .product-add-to-cart-sticky--title {
    font-size: calc(var(--font-product-title-scale, 1) * 0.9375rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: 500;
    display: block;
    margin-bottom: 5px; }
  .product-add-to-cart-sticky--inner {
    display: flex;
    gap: 5%;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1332px;
    margin: 0 auto;
    text-align: left;
    /* min-height: 48px; */
    height: 100%;
    justify-content: space-between;
  }
    .product-add-to-cart-sticky--inner .plus {
      position: absolute;
      top: calc(50% - 9.5px);
      right: 8px;
      width: 19px;
      height: 19px;
      display: block; }
    .product-add-to-cart-sticky--inner.sticky-open .plus {
      transform: rotateX(180deg); }
  .product-add-to-cart-sticky--content {
    display: none;
    overflow: hidden;
    padding-top: 18px; }
  .product-add-to-cart-sticky .product-form .add_to_cart_holder {
    margin-bottom: 0; }



.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  display: inline-block;
  font-size: 1rem;
  font-family: Times;
  line-height: 1; }
  .star-rating:before {
    content: "★";
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .star-rating span {
    font-size: 0.75rem;
    margin-left: 8px; }

.rating {
  display: inline-block;
  margin: 0; }

.rating-star {
  --letter-spacing: 0.3;
  --font-size: 1.5;
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0; }

.rating-star:before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(90deg, var(--color-reviews) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.rating-text {
  display: none; }

.rating-count {
  display: none;
  margin: 0; }

@media (forced-colors: active) {
  .rating {
    display: none; }
  .rating-text {
    display: block; } }



.side-panel-links {
  display: block;
  margin-bottom: 20px; }
  .side-panel-links--link {
    display: inline-flex;
    align-items: center;
    margin-right: 12px; }
    @media only screen and (min-width: 768px) {
      .side-panel-links--link {
        margin-right: 22px; } }
    .side-panel-links--link svg {
      margin-right: 5px;
      fill: var(--color-accent); }
      @media only screen and (min-width: 768px) {
        .side-panel-links--link svg {
          margin-right: 10px; } }
    .side-panel-links--link .text-button {
      margin-right: 0; }
    .side-panel-links--link.no-js {
      display: none; }
      .no-js .side-panel-links--link.no-js {
        display: flex; }


.product-inventory-notice {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--color-inventory-instock, #279a4b); }
  .product-inventory-notice--text {
    margin-bottom: 13px;
    display: flex;
    align-items: center; }
  .product-inventory-notice--pulse {
    display: inline-flex;
    width: 8px;
    height: 8px;
    margin: 4px 12px 4px 4px;
    position: relative;
    border-radius: 50%;
    background: var(--color-inventory-instock, #279a4b);
    vertical-align: middle; }
    .product-inventory-notice--pulse:after {
      content: "";
      position: absolute;
      top: -4px;
      left: -4px;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      background: var(--color-inventory-instock, #279a4b);
      animation: inventory-pulse 2s ease-out infinite; }
  .product-inventory-notice--bar {
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    background: var(--color-border, #dadce0); }
    .product-inventory-notice--bar span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--color-inventory-instock, #279a4b);
      transform-origin: top left;
      animation: inventory-bar 1s ease-out forwards; }
  .product-inventory-notice--low {
    color: var(--color-inventory-lowstock, #e97f32); }
    .product-inventory-notice--low .product-inventory-notice--pulse {
      background: var(--color-inventory-lowstock, #e97f32); }
      .product-inventory-notice--low .product-inventory-notice--pulse:after {
        background: var(--color-inventory-lowstock, #e97f32); }
    .product-inventory-notice--low .product-inventory-notice--bar span {
      background: var(--color-inventory-lowstock, #e97f32); }

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.5); }
  to {
    opacity: 0;
    transform: scale(1); } }

@keyframes inventory-bar {
  0% {
    transform: scale(1, 1); }
  to {
    transform: scale(calc(var(--inventory-scale)), 1); } }


.complementary-products.product-recommendations--loaded {
  display: block;
  width: 100%; }

.complementary-products--heading {
  color: var(--color-heading, #1a1c1d);
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 15px; }

.complementary-products--inner {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 340px;
  overflow-x: auto;
  grid-template-columns: repeat(auto-fill, 340px); }

.complementary-products scroll-shadow {
  width: 100%; }




.variations input[type="radio"] + label:before, .variations .product-form__input--color input[type="radio"] + label, .variations .product-form__input--color input[type="radio"] + label:after, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-zoom svg, .thb-product-detail .product-single__media-xr-close, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg, .accordion summary span svg, .product-popup-modal, .product-add-to-cart-sticky, .product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-gallery-container .product-thumbnail-container .product-thumbnail, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .pickup-availability-wrapper, .product-popup-modal__content, .product-add-to-cart-sticky, #shopify-product-reviews .spr-review, .product-card-small {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.thb-product-detail .product-single__media .figcaption {
  box-shadow: var(--block-shadows); }


.thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-xr-close, .product-popup-modal__content, .product-add-to-cart-sticky {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }



h1,
.h1,
.h1-large,
.h1-xlarge {
  font-size: calc(var(--font-heading-scale) * 34px);
  line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 42px)); }
  @media only screen and (min-width: 768px) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
      font-size: calc(var(--font-heading-scale) * 38px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 46px)); } }
  @media only screen and (min-width: 1068px) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
      font-size: calc(var(--font-heading-scale) * 54px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 62px)); } }

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 28px);
  line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 36px)); }
  @media only screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: calc(var(--font-heading-scale) * 36px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 44px)); } }
  @media only screen and (min-width: 1068px) {
    h2,
    .h2 {
      font-size: calc(var(--font-heading-scale) * 42px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 50px)); } }

h3,
.h3,
#shopify-product-reviews .spr-header-title {
  font-size: calc(var(--font-heading-scale) * 26px);
  line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 30px)); }
  @media only screen and (min-width: 768px) {
    h3,
    .h3,
    #shopify-product-reviews .spr-header-title {
      font-size: calc(var(--font-heading-scale) * 30px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 38px)); } }
  @media only screen and (min-width: 1068px) {
    h3,
    .h3,
    #shopify-product-reviews .spr-header-title {
      font-size: calc(var(--font-heading-scale) * 34px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 42px)); } }

h4,
.h4 {
  font-size: calc(var(--font-heading-scale) * 20px);
  line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 28px)); }
  @media only screen and (min-width: 1068px) {
    h4,
    .h4 {
      font-size: calc(var(--font-heading-scale) * 28px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 36px)); } }

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 24px);
  line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 32px)); }

h6,
.h6,
#shopify-product-reviews .spr-review .spr-review-header-title {
  font-size: calc(var(--font-heading-scale) * 18px);
  line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 26px)); }

@media only screen and (min-width: 768px) {
  .h1-large {
    font-size: calc(var(--font-heading-scale) * 52px);
    line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 60px)); } }

@media only screen and (min-width: 1068px) {
  .h1-large {
    font-size: calc(var(--font-heading-scale) * 60px);
    line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 68px)); } }

@media only screen and (min-width: 768px) {
  .h1-xlarge {
    font-size: calc(var(--font-heading-scale) * 60px);
    line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 68px)); } }

@media only screen and (min-width: 1068px) {
  .h1-xlarge {
    font-size: calc(var(--font-heading-scale) * 72px);
    line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 80px)); } }

h1,
.h1,
.h1-large,
.h1-xlarge,
h2,
.h2,
h3,
.h3,
#shopify-product-reviews .spr-header-title,
h4,
.h4,
h5,
.h5,
h6,
.h6 .h1-large,
#shopify-product-reviews .spr-review .spr-review-header-title .h1-large,
.h1-xlarge {
  letter-spacing: var(--font-heading-letter-spacing, normal); }

@media only screen and (min-width: 1068px) {
  .heading-size--small {
    font-size: 2.125rem;
    line-height: 2.625rem; } }

@media only screen and (min-width: 1068px) {
  .heading-size--medium {
    font-size: 3rem;
    line-height: 3.5rem; } }

@media only screen and (min-width: 1068px) {
  .heading-size--large {
    font-size: 3.75rem;
    line-height: 4.25rem; } }

@media only screen and (min-width: 1068px) {
  .heading-size--xlarge {
    font-size: 4.5rem;
    line-height: 5rem; } }

#shopify-product-reviews {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1380px;
  margin-top: var(--section-spacing-mobile, 0);
  margin-bottom: var(--section-spacing-mobile, 0); }
  @media only screen and (min-width: 768px) {
    #shopify-product-reviews {
      margin-top: var(--section-spacing-desktop, 0);
      margin-bottom: var(--section-spacing-desktop, 0);
      padding: 0 50px; } }
  #shopify-product-reviews .spr-container {
    padding: 0;
    border: 0; }
    #shopify-product-reviews .spr-container .spr-review {
      border: 0; }
  #shopify-product-reviews .spr-icon {
    line-height: 1; }
  #shopify-product-reviews .spr-header-title {
    text-align: left; }
  #shopify-product-reviews .spr-starrating,
  #shopify-product-reviews .spr-starratings {
    font-size: 0.625rem;
    color: var(--color-star); }
  #shopify-product-reviews .spr-summary {
    text-align: left;
    font-size: 1.0625rem; }
    @media only screen and (min-width: 768px) {
      #shopify-product-reviews .spr-summary {
        display: flex;
        align-items: center; }
        #shopify-product-reviews .spr-summary .spr-summary-actions {
          margin-left: auto; } }
    #shopify-product-reviews .spr-summary .spr-summary-caption {
      font-size: 0.875rem; }
    @media only screen and (max-width: 767px) {
      #shopify-product-reviews .spr-summary-actions {
        display: block; } }
    #shopify-product-reviews .spr-summary .spr-starrating {
      margin-right: 20px; }
  #shopify-product-reviews .spr-reviews {
    display: grid;
    grid-gap: 10px; }
  #shopify-product-reviews .spr-review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: rgba(var(--color-body-rgb), 0.03);
    margin: 0; }
    @media only screen and (min-width: 768px) {
      #shopify-product-reviews .spr-review {
        padding: 40px; } }
    #shopify-product-reviews .spr-review .spr-review-header-starratings {
      margin-bottom: 10px; }
    #shopify-product-reviews .spr-review .spr-review-header-byline {
      font-style: normal;
      opacity: 0.8;
      font-size: 0.75rem; }
      #shopify-product-reviews .spr-review .spr-review-header-byline strong {
        font-weight: 400; }
    #shopify-product-reviews .spr-review .spr-review-content-body {
      font-size: 0.9375rem; }
    #shopify-product-reviews .spr-review .spr-review-footer {
      width: 100%;
      position: relative; }
      #shopify-product-reviews .spr-review .spr-review-footer .spr-review-reportreview {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 0.75rem; }




.variations input[type="radio"] + label:before, .variations .product-form__input--color input[type="radio"] + label, .variations .product-form__input--color input[type="radio"] + label:after, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-zoom svg, .thb-product-detail .product-single__media-xr-close, .thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg, .accordion summary span svg, .product-popup-modal, .product-add-to-cart-sticky, .product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-gallery-container .product-thumbnail-container .product-thumbnail, .product-gallery-container .product-thumbnail-container .product-thumbnail:after, .pickup-availability-wrapper, .product-popup-modal__content, .product-add-to-cart-sticky, #shopify-product-reviews .spr-review, .product-card-small {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.thb-product-detail .product-single__media .figcaption {
  box-shadow: var(--block-shadows); }


.thb-product-detail .product-single__media-zoom, .thb-product-detail .product-single__media-xr-close, .product-popup-modal__content, .product-add-to-cart-sticky {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }


.product-recommendations {
  display: none; }
  .product-recommendations.product-recommendations--loaded {
    overflow-x: hidden;
    display: block;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .product-recommendations__heading {
      margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .product-recommendations.swipe-on-mobile .products.row {
      margin: 0 -15px;
      width: calc(100% + 30px);
      padding: 0 11px;
      display: grid;
      grid-gap: 0;
      grid-auto-flow: column;
      grid-auto-columns: minmax(50%, 1fr);
      overflow-x: auto;
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
      scroll-snap-type: x mandatory;
      scrollbar-width: none; }
      .product-recommendations.swipe-on-mobile .products.row::-webkit-scrollbar {
        display: none; }
      .product-recommendations.swipe-on-mobile .products.row .columns {
        flex: 0 0 100%;
        max-width: 100%; } }

.product-card-small {
  border: 1px solid var(--color-border, #dadce0);
  padding: 10px;
  display: inline-flex;
  align-items: center;
  width: 340px;
  max-width: 100%;
  background: var(--color-product-card-bg, #fff); }
  .product-card-small--image {
    overflow: hidden;
    flex-shrink: 0;
    width: 70px;
    margin-right: 20px;
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
  .product-card-small--info {
    font-size: 0.75rem;
    min-width: 150px; }
    .product-card-small--info .price {
      font-size: inherit; }
  .product-card-small--link {
    display: block;
    font-size: calc(var(--font-product-title-scale, 1) * 0.875rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: 500;
    margin-bottom: 3px; }
  .product-card-small--add-to-cart {
    position: relative;
    overflow: hidden; }
    .product-card-small--add-to-cart-button {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transform: translateY(100%);
      text-align: left;
      color: var(--color-accent);
      display: inline-flex;
      align-items: center;
      min-height: 14px;
      padding-left: 24px;
      text-underline-offset: 2px;
      cursor: pointer; }
      .product-card-small--add-to-cart-button.loading .product-card-small--add-to-cart-icon > svg {
        opacity: 0; }
      .product-card-small--add-to-cart-button.loading .loading-overlay {
        display: flex; }
    .product-card-small--add-to-cart-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 100%;
      display: flex;
      align-items: center; }
    .product-card-small--add-to-cart-text {
      text-decoration: underline; }
    .product-card-small--add-to-cart .loading-overlay {
      top: 0;
      left: 0;
      width: 14px;
      height: 100%;
      transform: none; }
  .product-card-small:hover .price {
    transform: translateY(-100%); }
  .product-card-small:hover .product-card-small--add-to-cart-button {
    transform: translateY(0%); }

  .break {
    display: block;
    width: 100%;
    height: 0;
    line-height: 0;
  }


.product-card--label {
  /* display: inline-block; */
  border: 1px solid var(--color-border, #dadce0);
  padding: 1em 0 0 0;
  padding-left: 0;
  line-height: 1.4;
  border: none;
  border-radius: var(--input-border-radius, 6px); 
}
  .product-card--label-container {
    display: none;
    grid-gap: 5px;
    flex-direction: column;
    flex-wrap:wrap; }


.product--icon-list {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 20px; }
  .product--icon-list ul {
    list-style: none;
    margin: 0; }
    .product--icon-list ul li {
      margin-bottom: 10px; }
      .product--icon-list ul li:last-child {
        margin-bottom: 0; }
  .product--icon-list-image {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px; }
    .product--icon-list-image svg path {
      fill: var(--color-body, #2c2d2e); }

.full-width--false > img {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px);
}

.add_to_cart_btn {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: var(--button-letter-spacing, .02em);
    border-radius: var(--button-border-radius, 6px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color .25s cubic-bezier(.104,.204,.492,1), background-color .25s cubic-bezier(.104,.204,.492,1);

    width: 9.0625rem;
    height: 3.25rem;
    border: 1px solid #e13a2d;
    background: white;
    color: #E13A2D;
}

span.buy_now_btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: var(--button-letter-spacing, .02em);
  border-radius: var(--button-border-radius, 6px);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color .25s cubic-bezier(.104,.204,.492,1), background-color .25s cubic-bezier(.104,.204,.492,1);

  /* width: 9.0625rem; */
  padding: 0 40px;
  height: 100%;
  border: 1px solid #e13a2d;
  background: #e13a2d;
  color: white;
}

@media only screen and (min-width: 768px) {
  .add_to_cart_btn {
    padding: 7px 0;
  }
  span.buy_now_btn {
    /* padding: 7px 0; */
  }
}
@media only screen and (max-width: 767px) {
  span.add_to_cart_btn {
    padding: 7px 8px;
    font-size: 0.875rem;
    height: 40px;
    width: 100px;
  }

  span.buy_now_btn{
    width:100px;
    height:40px;
    font-size: 0.875rem;
  }
}


.product-add-to-cart-stick-left {
    display: flex;
}


/* #shopify-section-template--21663814877468__d0a8ec14-e408-4c33-ad5a-bd6a19ccef04{
  background-color:#d5cabb;
}

#shopify-section-template--21663814877468__b81f8650-972b-4418-9dc9-b4fa315d53b9{
  background-color:#d5cabb;
} */

@media screen and (max-width: 768px) {
  .product-information {
    overflow-x: hidden;
    padding: 0 14px;
  }
  .pc-br {
    display: none;
  }
}
@media screen and (min-width: 1068px) {
  .thb-product-detail .product-short-description {
    /* height: auto;
    overflow: unset; */
  }
}
.text-only {
  font-size: 12px;
}
.product-description-handle p,
.product-description-handle li {
  font-size: 12px;
}
.thb-product-detail .product-short-description p {
  margin-bottom: 0;
}
.loox-rating {
  margin-bottom: 20px;
}
.loox-rating-label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  font-family: "sans-serif";
  color: #00c389;
  margin-left: 10px;
}
.product-add-to-cart-sticky--info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product-add-to-cart-sticky--info .price ins {
  color: #ff5600;
}
.save-info {
  /* background:  #c62a32; */
  font-size: 12px;
  color: #6f6e6e;
  /* padding: 2px 6px; */
  height: fit-content;
}
/* .qbk-free-gift__offers .qbk-offer__checkbox {
  display: none;
} */
.qbk-free-gift__offers .qbk-offer__quantity-label:before {
  background-color: unset;
}
.qbk-free-gift__offers .qbk-offer__body.qbk-offer__body--added:before {
  border-color: rgba(186, 191, 195, 1);
}
.qbk-offer__price--offer {
  color: #00c389;
}
.qbk-offer__body--added .qbk-offer__checkbox-tick {
  background-color: #00c389;
}
.qbk-offer__checkbox-tick {
  border-color: #00c389;
}
.qbk-offer__body.qbk-offer__body--added:before {
  border-color: #00c389;
}
.main-product__quantity {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /* padding: 16px;
  border: 1px solid #0000001A; */
  border-radius: 12px;
  margin-bottom: 32px;
}
.main-product__quantity .quantity {
  border: none;
}
.main-product__quantity .quantity.buttons_added .qty {
  font-weight: 500;
  font-family: "Mona";
  color: #00C389;
}
/* .quantity.buttons_added .qty::-webkit-inner-spin-button, .quantity.buttons_added .qty::-webkit-outer-spin-button {
  margin: 0;
} */
.main-product__quantity .quantity .minus, .quantity .plus {
  width: 96px;
  height: 64px;
  border: 1px solid #1018201A;
  border-radius: 12px;
}
.quantity .minus:hover, .quantity .plus:hover {
  border-color: #101820;
}
.main-product__quantity .quantity .qty::-webkit-inner-spin-button, .main-product__quantity .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

  #looxReviews {
    margin:0 auto 50px !important;
  }
  .product-add-to-cart-stick-right-new {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .prod-sticky-price-info {
    font-family: Mona;
    line-height: 1.2;
    color: #101820;
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .prod-sticky-price {
    font-size: 24px;
    font-weight: 700;
  }
  .prod-sticky-compare-price {
    font-size: 16px;
    text-decoration: line-through;
    opacity: .4;
  }
  .prod-sticky-save {
    color: #FF5600;
    font-size: 12px;
    background-color: #FF56001A;
    padding: 6px 8px;
    font-weight: 700;
    border-radius: 8px;
  }
  .buy_now_btn{
    /* border-radius: 50px !important; */
    background: #00C389 !important;
    border: none !important;
  }
  .shopify-payment-button__button--apple-pay {
    border-radius: 12px !important;
  }
  shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  /* corner radius of all accelerated checkout buttons */
  --shopify-accelerated-checkout-button-border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .thb-product-detail .product-single__media-image .mega-prd-icons {
    /* bottom: 10px; */
    /* top: unset; */
    top: 10px;
    right: 0;
    justify-content: end;
  }
  .thb-product-detail .product-single__media-image .mega-prd-icons img{
    width: 44% !important;
  }
  #judgeme_product_reviews {
    padding: 0 16px
  }
}
.product-title-container .jdgm-star {
  font-size: 14px;
}
.product-title-container .jdgm-prev-badge__text {
  font-size:12px;
  font-weight: 700;
  color: #00c389
}
.prd-desc-wrapper {
  background-color: #F9FAFB !important;
  color: #101820 !important
}
.qbk-custom-description__content {
  color:#FF5600 !important;
  font-size: 14px;
}
  /* assets/component-accordion.css */

accordion-block {
    display: block;
    background: #F9FAFB; /* 图中的浅灰色背景 */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-family: vinron;
    font-size: 14px;
}
.accordion-title {
    /* font-family: vinron; */
}
.accordion-trigger {
    color: #00c389; /* 你的品牌色，类似图中的绿色 */
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
    user-select: none;
}

/* 核心动画逻辑 */
.accordion-body-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

accordion-block[open] .accordion-body-wrapper {
    grid-template-rows: 1fr;
}
.accordion-inner {
    overflow: hidden;
}
.accordion-content {
    overflow: hidden;
    min-height: 0;
    padding-top: 8px;
    font-size: clamp(0.75rem, 0.5933rem + 0.2347vw, 0.875rem);
    color: #101820;
}
.accordion-content ul, .accordion-content p {
  margin-bottom: unset;
}
.accordion-prd-desc ul:last-child li {
  margin-bottom: clamp(0.625rem, 0.3045rem + 0.6838vw, 1.125rem);
}
.accordion-prd-desc ul:last-child li:last-child {
  margin-bottom: 0;
}
/* 针对图中不同内容的布局样式 */
.spec-grid {
    /* display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    padding-top: 15px; */
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.spec-item {
    background: #10182008;
    padding: 10px 24px 10px 10px;
    border-radius: 8px;
    /* overflow: hidden; */
    /* grid-column: span var(--column, 2); */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 10px 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    line-height: 1;
}

.spec-label {
    color: #888;
    font-size: 14px;
}
.spec-value {
    /* font-weight: 600; */
    font-size: 14px;
}