/** Shopify CDN: Minification failed

Line 450:2 Unexpected "{"
Line 451:2 Expected identifier but found "%"
Line 454:0 Unexpected "18"
Line 461:2 Expected identifier but found "%"
Line 821:2 Unexpected "{"
Line 822:2 Expected identifier but found "%"
Line 825:18 Unexpected "2.125rem"
Line 826:2 Expected identifier but found "%"

**/
@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-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: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;
  box-shadow: 0 0 0 1px rgb(206, 206, 206);
}

.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;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 14px;
}

.variations .product-form__input--block input[type="radio"]+label {
  width: auto;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--input-border-radius, 6px);
  padding: 5px 15px;
  margin: 0 6px 6px 0;
  font-size: 0.8125rem;
  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"]:checked+label {
  z-index: 5;
  box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) 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: 500;
  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);
}


@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);
  }
}


  {
  % comment %
}

18 Sept 2023 - BRAD changed FROM: margin bottom: 40px;
}

TO: margin bottom: 25px;
}

to {
  % endcomment %
}


.product-gallery-container {
  position: relative;
  margin-bottom: 25px;
}

@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 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: 20px;
}

  {
  % comment %
}

BRAD Updated from 2.125rem to 1.5rem and 2.625rem to 2.0rem below respectively {
  % endcomment %
}

.thb-product-detail .product-title {
  font-size: calc(var(--font-heading-scale) * 1.5rem);
  line-height: calc(var(--font-heading-line-height-scale) * 2.0rem);
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--color-body, #2c2d2e);
}

.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: 1.25rem;
  display: flex;
  align-items: center;
  margin-right: 11px;
}

.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 {
  margin-left: 11px;
}

.thb-product-detail .product-price-container .badge {
  margin-right: 5px;
  padding: 0 11px;
}

.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: 25px;
}

.thb-product-detail .product-short-description p,
.thb-product-detail .product-short-description ul {
  margin-bottom: 10px;
}

.thb-product-detail .product-short-description iframe,
.thb-product-detail .product-short-description video {
  max-width: 100%;
}

.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;
  }
}

.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: 15px;
  right: 15px;
  width: calc(100% - 30px);
  max-width: 420px;
  z-index: 31;
  background: var(--color-drawer-bg, #fff);
  padding: 15px;
  transform: translateX(calc(100% + 50px));
}

.product-add-to-cart-sticky.sticky--visible {
  transform: translateX(0%);
}

@media only screen and (min-width: 768px) {
  .product-add-to-cart-sticky {
    bottom: 30px;
    right: 30px;
  }
}

.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;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 50px;
  text-align: left;
  min-height: 48px;
}

.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: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
  -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 {
  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%);
}


.product-card--label {
  font-size: 0.625rem;
  border: none; /* No border */
  color: #ce0058; /* Red text color */
  padding: 4px 6px;
  line-height: 1.2;
  border-radius: var(--input-border-radius, 6px);
  font-weight: bold; /* Bold text */
}

.product-card--label-container {
  display: flex;
  grid-gap: 5px;
  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);
}

.product-information--notify-me-cta {
  font-size: 0.8125rem;
  display: inline-block;
  margin-bottom: 1rem;
}