/** Shopify CDN: Minification failed

Line 1990:1 Expected "}" to go with "{"

**/
.product {
  margin: 0;
}
.product-page-width {
  padding: 0 5rem;
  max-width: 1660px;
  margin: 0 auto;
}
.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}
.product__media-wrapper {
  padding-left: 0;
}
.trust-badge__item img {
  width: 100%;
  height: 100%;
  max-width: 32rem;
}
.product-width-wide {
  padding: 3rem 5rem;
}
.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
}
.shopify-payment-button__button [role='button'].focused, .no-js .shopify-payment-button__button [role='button']:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}
.shopify-payment-button__button [role='button']:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}
.shopify-payment-button__button [role='button']:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}
.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2);
  background: #C0E4F4;
  color: #121212;
  transition: all 0.35s;
}
.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
}
.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5);
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}
/* Product form */
.product-form {
  display: block;
}
.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 3rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}
variant-radios, variant-selects {
  display: block;
}
.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}
.product-form__input .form__label {
  padding-left: 0;
}
fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
  word-break: normal;
  font-weight: 500;
}
fieldset.product-form__input .form__label span {
  opacity: 0.65;
}
.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__input input[type='radio'] + label {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
}
.product-form__input input[type='radio']:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
.product-form__input input[type='radio']:hover + label {
  background-color: rgb(var(--color-foreground), 0.08);
}
.product-form__input input[type='radio']:not(.disabled) + label > .visually-hidden {
  display: none;
}
.pickerVariant_color {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.variantColor input[type=radio]+label {
  color: var(--color-foreground);
  display: inline-block;
  padding: 0;
  letter-spacing: .1rem;
  line-height: 11px;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  font-size: 0 !important;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 100%;
}
.variantColor input[type=radio]+label:before {
  content: "";
  position: absolute;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  border: 1px solid var(--border-color);
  z-index: 1;
  border-radius: 100%;
  display: inline-block;
  transition: all 0.35s;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%,-50%);
}
.variantColor input[type=radio]:checked+label:before,
.variantColor input[type=radio]:hover+label:before {
  opacity: 1;
}
.variantColor.product-form__input input[type=radio].disabled+label:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.variantColor input[type=radio].disabled:checked+label::after {
  width: 20px;
}
.variants_parent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}
quick-add-modal .variantColor .variants_parent {
  padding: 0 0.5rem;
}
.product-form__input .form__label, .quantity__label, .sku__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 0;
}
.product__sku {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.product-form__input {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
}
.product-form__buttons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media screen and (forced-colors: active) {
  .product-form__input input[type='radio']:checked + label {
    text-decoration: underline;
  }
}
.product-form__input input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}
.product-form__input input[type='radio']:disabled + label, .product-form__input input[type='radio'].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}
.product-form__input input[type='radio'].disabled:checked + label, .product-form__input input[type='radio']:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
.product-form__input input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role='button']:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}
.product-form__input .select {
  max-width: 25rem;
}
.no-js .product-form__submit.button--secondary {
  --color-button: inherit;
  --color-button-text: inherit;
  --alpha-button-background: 1;
}
.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled='true'] {
    color: Window;
  }
}
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}
.product__info-container > * + * {
  margin: 1rem 0;
}
.product__info-container iframe {
  max-width: 100%;
}
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
  margin: 2.5rem 0;
}
.product__text {
  margin: 0;
}
a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}
.product__title {
  word-break: break-word;
  margin-bottom: .6rem;
}
.product__title > * {
  margin: 0;
  font-size: 38px;
}
.product__title > a {
  display: none;
}
.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -0.5rem;
  opacity: .65;
  font-size: 12px;
}
.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}
.product__accordion .accordion__content {
  padding: 0 1rem;
}
.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.product .price--sold-out .price__badge-sale {
  display: none;
}
.product__description-title {
  font-weight: 600;
}
.product--no-media .product__title, .product--no-media .product__text, .product--no-media noscript .product-form__input, .product--no-media .product__tax, .product--no-media .product__sku, .product--no-media shopify-payment-terms {
  text-align: center;
}
.product--no-media .product__media-wrapper, .product--no-media .product__info-wrapper {
  padding: 0;
}
.product__tax {
  margin-top: -1.4rem;
}
.product--no-media noscript .product-form__input, .product--no-media .share-button {
  max-width: 100%;
}
.product--no-media fieldset.product-form__input, .product--no-media .product-form__quantity, .product--no-media .product-form__input--dropdown, .product--no-media .share-button, .product--no-media .product__view-details, .product--no-media .product__pickup-availabilities, .product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product--no-media .product-form {
  flex-direction: column;
}
.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}
.product--no-media .product-form__quantity, .product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}
.price-per-item__label.form__label {
  margin-bottom: 0rem;
}
.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}
.product-form__buttons {
  max-width: 44rem;
}
.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}
.product--no-media .product-popup-modal__button {
  padding-right: 0;
}
.product--no-media .price {
  text-align: center;
}
.product__media-list video {
  border-radius: var(--media-radius);
}
.product_slider {
  position: relative;
  height: auto;
  width: 100%;
  display: block;
}
.product_slider .slider-button--prev {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translate(2%, -50%);
  z-index: 5;
}
.product_slider .slider-button--next {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translate(2%, -50%);
  z-index: 4;
}
.product__media-item.product__media-item--variant {
  display: none;
}
.product__media-item--variant:first-child {
  display: block;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }
  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }
  .product__media-list .product__media-item {
    width: 100%;
  }
}
.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}
.product__media-icon, .thumbnail__badge {
  background-color: #12121233;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}
.product--stacked .product-media-container .media {
  height: 100%;
}
.product__media-video .product__media-icon {
  opacity: 1;
}
.product__modal-opener--image .product__media-toggle:hover {
  cursor: var(--cursor-zoom-in-svg-url) 18 18,zoom-in;
}
.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.pswp-gallery.slider.slider--mobile {
  overflow-y: hidden;
}
.stacked__layout .slider--everywhere {
  max-height: 80rem;
  gap: 22px;
  height: 100%;
}
.stacked__layout .product__media-item:not(.slide_stacked) .product-media-container.constrain-height .media {
  padding-top: 100% !important;
}  
.stacked__layout .product__media-item:not(.slide_stacked) .product-media-container.constrain-height .media, .stacked__layout .product-media-container.product-media-container, .stacked__layout .product-media-container .product__modal-opener {
  height: 100%;
  width: 100% !important;
  max-width: 100%;
}
.slider-button--next .icon {
  transform: rotate(-90deg);
}
.slider-button .icon {
  height: 0.6rem;
}
.slider-button--prev .icon {
  transform: rotate(90deg);
}
.slide_stacked .product-media-container .media {
  padding-top: 65% !important;
  height: 100%;
}
.slide_stacked {
  display: grid !important;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .product__info-container > * + * {
    margin: 1.5rem 0;
  }
  .product_slider {
    height: auto;
  }
  .product-width-wide {
    padding: 1.5rem;
  }
  .stacked__layout.stacked__left .product_slider .slider-button--prev {
    top: 50%;
    bottom: auto;
    left: 0%;
  }
  .stacked__layout.stacked__left .product_slider .slider-button--next {
    top: 50%;
    bottom: auto;
    right: 0;
  }
  .product__title>* {
    font-size: 2.5rem;
  }
  .stacked__layout .slider--everywhere,
  .slide_stacked {
    gap: 10px;
  }
}
.product__media-item > * {
  display: block;
  position: relative;
}
.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}
.product__media-toggle::after {
  content: '';
  cursor: var(--cursor-zoom-in-svg-url) 28 28,zoom-in;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.trusted_label {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.15rem;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 6px;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}
variant-selects {
  gap: 0 !important;
}
variant-selects .product-form__input {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 2.2rem 1.5rem;
  border-top: 1px solid rgb(var(--color-foreground), 0.4);
  border-bottom: 1px solid rgb(var(--color-foreground), 0.4) ;
  max-width: 40rem;
}
variant-selects .product-form__input:nth-child(even) {
  border-left: 1px solid rgb(var(--color-foreground), 0.4);
}
variant-selects .product-form__input:nth-child(3),
variant-selects .product-form__input:nth-child(4),
variant-selects .product-form__input:nth-child(5),
variant-selects .product-form__input:nth-child(6),
variant-selects .product-form__input:nth-child(7),
variant-selects .product-form__input:nth-child(8),
variant-selects .product-form__input:nth-child(9),
variant-selects .product-form__input:nth-child(10) {
  border-top: none;
}
variant-selects .product-form__input .select__select {
  width: auto;
  height: auto;
  appearance: auto;
  border: none;
  text-align: right;
  font-size: 1.3rem;
  font-weight: var(--font-subheading-weight);
  color: rgba(var(--color-foreground));
}

@media (forced-colors: active) {
  .product__media-toggle:focus-visible, .product__media-toggle:focus-visible:after, .product-form__input input[type='radio']:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}
.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}
.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}
.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}
.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}
.product-media-modal__content .media {
  background: none;
}
.product-media-modal__model {
  width: 100%;
}
.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}
.product-media-modal__content .deferred-media {
  width: 100%;
}
.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.popUp__overlay {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: rgba(var(--color-foreground),.5);
  cursor: var(--cursor-close-svg-url) 28 28,auto;
  height: 100%;
  transition: all 0.4s;
  z-index: 8;
}
.product-popup-modal[open] .popUp__overlay {
  opacity: 1;
  visibility: visible;
}
.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 70%;
  width: 92%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), 0.6);
  border-style: solid;
  border-width: 1;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all .4s;
}
.product-popup-modal[open] .product-popup-modal__content {
  opacity: 1;
  visibility: visible;
}
.product-popup-modal__content img {
  max-width: 100%;
}
.product-popup-modal__opener {
  display: inline-block;
}
.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}
.product-popup-modal__content-info {
  padding-right: 4.4rem;
}
.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}
.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.product__media-list .media > * {
  overflow: hidden;
}
.product .price .price-item {
  font-size: 30px;
  font-weight: var(--font-heading-weight);
  color: #C66500;
}
.product__info-container .price--on-sale .price-item--regular {
  font-size: 26px;
  font-weight: var(--font-subheading-weight);
  color: #707070;
}
@media screen and (min-width: 916px) and (max-width: 1071px) {
  .product .price .price-item {
    font-size: 28px;
    font-weight: var(--font-heading-weight);
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 22px;
    font-weight: var(--font-subheading-weight);
  }
}
@media screen and (max-width: 915px) {
  .product .price .price-item {
    font-size: 24px;
    font-weight: var(--font-heading-weight);
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 18px;
    font-weight: var(--font-subheading-weight);
  }
}
.product__info-container .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}
.section-Main-product .badge {
  line-height: 1.834;
  padding: 0.5rem 1.8rem 0.6rem 1.8rem;
}
.slider--mobile.thumbnail-list:after {
  content: none;
}
.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}
@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.66% - 0.8rem);
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.66% - 0.8rem);
  }
}
.thumbnail {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  opacity: 0.6;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  border: none;
  transition: all .35s;
  background-color: transparent;
}
.color_pickerVariant {
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}
.thumbnail:hover {
  opacity: 1;
}
.thumbnail.global-media-settings img {
  border-radius: 0;
}
.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
  opacity: 1;
}
.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: var(--media-radius);
}
.image-magnify-hover {
  cursor: zoom-in;
}
.product__modal-opener--image .product__media-zoom-none, .product__media-icon--none {
  display: none;
}
.product__modal-opener > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}
.product-media-container .product__modal-opener:not(.product__modal-opener--image) {
  display: none;
}
.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}
@media (hover: hover) {
  .product__media-zoom-hover, .product__media-icon--hover {
    display: none;
  }
}
.js .product__media {
  overflow: hidden !important;
}
.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}
.thumbnail[aria-current]:focus, .thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}
/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus, .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}
.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}
.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}
.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.thumbnail-list__item {
  position: relative;
}
.thumbnail-list__item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.product:not(.featured-product) .product__view-details, .section-Main-product .product__view-details {
  display: none;
}
.product__view-details {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}
.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: var(--font-subheading-weight);
}
.product--no-media .product__inventory {
  justify-content: center;
}
.product__inventory.visibility-hidden:empty {
  display: none;
}
.product__inventory.visibility-hidden:empty::after {
  content: '#';
}
.icon-with-text {
  --icon-size: 3rem;
  --icon-spacing: 1rem;
}
.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}
.icon-with-text--vertical {
  --icon-size: 2rem;
}
.icon-with-text .icon {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}
.icon-with-text--horizontal .icon, .icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}
.icon-with-text--vertical .icon {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}
.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}
.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}
.icon-with-text--horizontal .h4 {
  padding-top: var(--icon-spacing);
  text-align: center;
}
.icon-with-text--horizontal svg + .h4, .icon-with-text--horizontal img + .h4, .icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}
.icon-with-text__item {
  display: flex;
  align-items: center;
}
.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}
.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}
.product__sku.visibility-hidden::after {
  content: '#';
}
.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: 100%;
}
.product-media-container.constrain-height {
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}
.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}
.product-media-container .media {
  padding-top: var(--ratio-percent);
}
.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}
.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}
.recipient-form {
  --recipient-checkbox-margin-top: 0.64rem;
  margin-right: 1rem;
  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}
.recipient-form-field-label {
  margin: 0.6rem 0;
}
.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}
.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}
.no-js .recipient-checkbox {
  display: none;
}
.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}
.recipient-fields__field {
  margin: 0 0 2rem 0;
}
.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}
.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}
.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}
.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}
.js .recipient-fields {
  display: none;
}
.recipient-fields hr {
  margin: 1.6rem auto;
}
.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields, .recipient-email-label {
  display: none;
}
.js .recipient-email-label.required, .no-js .recipient-email-label.optional {
  display: inline;
}
.recipient-form ul {
  line-height: calc(1 + 0.6);
  padding-left: 4.4rem;
  text-align: left;
}
.recipient-form ul a {
  display: inline;
}
.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}
@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }
  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }
  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}
.pswp {
  position: fixed;
  z-index: 99999;
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
} 
.pswp:focus {
  outline: 0;
}
.pswp img {
  max-width: none;
  object-fit: contain;
}
.pswp--open {
  display: block;
}
.pswp, .pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}  
.pswp__bg {
  background: rgba(var(--color-foreground), 1);
  display: block !important;
}  
.pswp, .pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .pswp__content, .pswp__img, .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp {
  position: fixed;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: var(--cursor-zoom-in-svg-url) 18 18,zoom-in;
}  
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.pswp__container, .pswp__img, .pswp__button, .pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__button.next-arrow{
  left: 80%;
}
.pswp__button.prev-arrow{
  right: 80%;
}
.pswp__item {
  z-index: 1;
  overflow: hidden;
}
.pswp__hidden {
  display: none !important;
}
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--color-base-accent-3);
}
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  pointer-events: none;
}
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--color-button-text);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn:focus {
  outline: 0;
}
div.pswp__img--placeholder, .pswp__img--with-bg {
  background: var(--color-base-text);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}
.pswp__button--close {
  position: absolute;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 100px;
  padding: 0;
  height: 50px;
  width: 50px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pswp__button--arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  background-color: rgb(var(--color-button-text));
}
.pswp__button--arrow svg {
  width: 1.5rem;
}
.pswp__button--arrow svg path {
  fill: rgba(var(--color-button),var(--alpha-button-background));
}
.pswp__button--arrow:hover {
  background-color: rgba(var(--color-button),var(--alpha-button-background)) !important;
}
.pswp__button--arrow:hover svg path {
  fill: rgb(var(--color-button-text)) !important;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 20%;
  left: -5px;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
button.pswp__button.slide-arrow.prev-arrow {
  transform: rotate(90deg);
}
button.pswp__button.slide-arrow.next-arrow {
  transform: rotate(-90deg);
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: -6px;
  transform: scale(-1, 1);
}
.pswp__button--close svg>* {
  transition: all .3s;
}
.pswp__button--close:hover svg circle { 
  opacity: 0;
}
.pswp__button--arrow--prev:hover {
  width: 70px;
}
.pswp__button--zoom, .pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pswp__counter {
  position: fixed;
  bottom: 3%;
  left: 50%;
  font-size: 13px;
  color: #000000;
  transform: translate(-50%, -3%);
  padding: 1rem 2rem;
  border-radius: 32px;
  background-color: #FFFFFF;
}
.pswp--one-slide .pswp__counter {
  display: none;
}
.stickyCart {
  background-color: var(--color-background);
  position: fixed;
  bottom: 10px;
  z-index: 5;
  max-width: 580px;
  min-width: 400px;
  line-height: 0;
  box-shadow: 0 0 21px rgba(var(--color-foreground), 0.15);
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}
.sticky_left {
  left: 10px;
}
.sticky_center {
  left: 50%;
  transform: translate(-50%, -10px);
}
.sticky_right {
  right: 10px;
}
.stickyCart-active{
  opacity: 1 !important;
  visibility: visible !important;
}
.sticky_main .Addbtns {
  white-space: nowrap;
  text-align: right;
}
.sticky_main .Addbtns .btn {
  padding: 12px 20px;
}
.stickyCart .img {
  width: 80px;
  height: 80px;
  position: relative;
}
.stickyCart .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stickyDescription {
  width: 80%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.stickyCart .stickyOptions {
  text-align: left;
}
.stickyCart .stickyOptions .selectedOpt {
  line-height: 35px;
  white-space: nowrap;
  width: 100%;
  color: var(--color-base-accent-1);
  display: flex;
  align-items: center;
  gap: 30px;
}
.selectedOpt .form__label{
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: rgba(var(--color-foreground),.7);
}
.selectedOpt strong{
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.stickyCart.popup {
  padding-right: 16px;
}
.stickyCart .sticky_main .img_title .img {
  width: 80px;
  height: 60px;
}
.stickyCart .sticky_main .img_title .img img {
  max-height: 100%;
  margin: 0 auto;
}
.sticky-title {
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-base-accent-1);
  margin-bottom: 8px;
  margin-top: 0;
}
.sticky_main .img_title {
  padding-right: 20px;
}
.sticky_main .img_title .selectedOpt {
  line-height: 1;
}
.stickyCart .sticky_main {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  justify-content: space-between;
  padding: 12px;
  gap: 20px;
}
@media only screen and (max-width:766px) {
  .stickyCart .stickyOptions {
    width: 50%;
  }
  .stickyCart .stickyOptions .selectedOpt {
    width: 100%;
    white-space: break-spaces;
    height: 50px;
  }
  .stickyCart .btns .button--full-width {
    padding: 8px 35px;
  }
  .stickyCart .sticky_main .img_title, .stickyCart .sticky_main .options {
    display: none !important;
  }
  .stickyCart .Addbtns {
    text-align: center!important;
    margin: 0 auto;
    padding: 7px 0;
  }
  .spr-container {
    padding: 24px 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .stickyCart .img {
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .stickyDescription {
    width: 100%;
    padding: 0;
  }
  .stickyDescription .product-form {
    text-align: right;
  }
  .stickyCart .stickyOptions {
    display: none;
  }
  .stickyCart .product-form__quantity {
    display: none;
  }
  .stickyCart .Addbtns {
    padding: 14px 0;
    text-align: center;
    margin: 0;
  }
  .template-product #shopify-section-footer{
    padding-bottom: 0 !important;
  }
}
@media (max-width: 766px) {
  .stickyCart .Addbtns {
    width: 100%!important;
  }
  .stickyDescription .product-form {
    text-align: center;
  }
  .sticky_main .Addbtns .btn{
    width: 100%;
    background-color: var(--color-base-solid-button-labels);
    color: var(--color-base-button-color);
  }
  .stickyCart{
    max-width: 90%;
    min-width: 90%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -10px);
  }
  .stickyCart button {
    width: 100%;
  }
  .stickyCart .product-form__buttons {
    margin: 0 auto;
  }
  .stickyCart .Addbtns {
    padding: 0;
  }
}
@media only screen and (min-width:830px) and (max-width: 1200px) {
  .stickyCart .stickyOptions .selectedOpt {
    line-height: 6px;
  }
  .stickyCart {
    width: 55%;
  }
}
@media only screen and (min-width:767px) and (max-width: 991px) {
  .stickyCart .stickyOptions .selectedOpt {
      white-space: break-spaces;
  }
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
  .stickyCart .btns .button--full-width {
      padding: 8px 35px;
  }
  .full-btns {
      padding: 16px 24px;
  }
}
@media screen and (min-width: 750px) {
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }
  .stacked__layout .product_slider .slider-button--prev{
    top: auto;
    bottom: -6%;
    left: auto;
    right: 85px;
    background: rgba(var(--color-button));
  }
  .stacked__layout .product_slider .slider-button--next{
    top: auto;
    bottom: -6%;
    right: 30px;
    background: rgba(var(--color-button));
  }
  .stacked__layout .product__info-wrapper {
    padding: 0 2rem 0 2rem !important;
  }
  .product__info-wrapper {
    padding: 0 0 0 3rem;
  }
  .product__info-wrapper--extra-padding {
    padding: 0 0 0 8rem;
  }
  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }
  .product--right .product__info-wrapper--extra-padding {
    padding: 0 8rem 0 0;
  }
  .product--right .product__media-list {
    margin-bottom: 2rem;
  }
  .product__media-container .slider-buttons {
    display: none;
  }
  .product__info-container > *:first-child {
    margin-top: 0;
  }
  .product--thumbnail .product__media-item:not(.is-active), .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }
  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }
  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
  .grid__item.product__media-item--full {
    width: 100%;
  }
  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }
  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }
  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }
  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .stacked__layout .product_slider {
    height: 100%;
  }
  .product-media-modal__content {
    padding-bottom: 2rem;
  }
  .product-media-modal__content > *:not(.active) {
    display: block;
  }
  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product__media-list .deferred-media {
    display: block;
  }
  .product-media-modal__content {
    padding: 2rem 11rem;
  }
  .product-media-modal__content > * {
    width: 100%;
  }
  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }
  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
  .product-popup-modal__content {
    padding-right: 1.5rem;
    width: 60%;
    padding: 0 3rem;
  }
  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
  .product--stacked .thumbnail-list {
    display: none;
  }
  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .stacked__left {
    padding-left: 0;
  }
  .stacked__right {
    padding-right: 0;
  }
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }
  .product__media-wrapper .slider-mobile-gutter .slider-button.layout__stacked {
    display: none;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.66% - 0.8rem);
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
    background: rgba(var(--color-button));
  }
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }
  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
  .product-media-container {
    max-width: 100%;
  }
  .product-media-container:not(.media-type-image) {
    --aspect-ratio: var(--ratio);
  }
  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }
  .product-media-container.media-fit-cover, .product-media-container.media-fit-cover .product__modal-opener, .product-media-container.media-fit-cover .media {
    height: 100%;
  }
  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 70%;
    width: calc(70% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 2rem;
    max-width: 30%;
    width: calc(30% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 2rem 0 0;
  }
  .product--medium:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--medium:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--stacked .product__media-item {
    max-width: calc(45% - 22px / 2)!important;
  }
  .product:not(.product--columns) .product__media-list .product__media-item:first-child, .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }
  .product__modal-opener .product__media-icon {
    opacity: 0;
  }
  .product__modal-opener:hover .product__media-icon, .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
  .product-media-modal__content {
    padding: 2rem 11rem;
  }
  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }
  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }
  .product-media-modal__toggle {
    right: 5rem;
  }
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }
  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }
  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }
  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }
  .product__media-list .product__media-item {
    width: 100%;
  }
  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image), .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product--thumbnail .is-active .deferred-media, .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
  .product-media-modal__dialog .global-media-settings, .product-media-modal__dialog .global-media-settings video, .product-media-modal__dialog .global-media-settings model-viewer, .product-media-modal__dialog .global-media-settings iframe, .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
  .product__media-item {
    display: flex;
    align-items: center;
  }
  .product__modal-opener {
    width: 100%;
  }
  .thumbnail-slider {
    display: flex;
    align-items: center;
  }
  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }
  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
  .product__media-zoom-hover, .product__media-icon--hover {
    display: flex;
  }
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }
  .product-media-container.media-fit-cover .media {
    position: initial;
  }
  /* Product container on mobile – give it breathing room */
@media screen and (max-width: 768px) {
  .product-page-width,
  .product-width-wide {
    padding: 1.8rem;   /* LEFT & RIGHT SPACE */
    max-width: 100%;
    margin: 0;
  }
}
/* Product container on mobile – Enlarging Product Title */
@media screen and (max-width: 768px) {
  .product__title > * {
    font-size: 4rem !important;  /* was 2.5rem */
    line-height: 1.2;
  }
}
/* Center PRODUCT TITLE, WISE REVIEWS, PRICE, and SHIPPING text on MOBILE only */
@media screen and (max-width: 768px) {

  /* Product title */
  .product__title {
    text-align: center !important;
  }

  /* Price */
  .product .price {
    justify-content: center !important;
    text-align: center !important;
  }

  /* ✅ Shipping calculated at checkout */
  .product__tax {
    text-align: center !important;
    justify-content: center !important;
  }

  /* ✅ Wise Reviews stars + review count */
  .wise-inline-flex.wise-items-center.wise-flex-wrap.wise-justify-start {
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
  }

  /* ✅ Wise Reviews review text */
  .wise-total-reviews {
    text-align:

}