/** Shopify CDN: Minification failed

Line 1835:12 Expected "]" to go with "["
Line 1835:29 Unexpected "]"

**/
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/sections/section-main-product.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 992px) {
  .section-product {
    padding-right: 5rem;
  }
}

.product {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem auto;
}

.product__media {
  margin-bottom: 4rem;
}

.product-slider {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 2rem;
  padding-bottom: 7rem;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__select {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.5rem;
  line-height: 180%;
  color: #4F4F4F;
  padding: 0.5rem 7rem 0.5rem 2rem;
  border: 0.1rem solid #4F4F4F;
  border-radius: 4rem;
  background: #FFFFFF;
  outline: none;
}

.product__select:focus-visible {
  outline: none;
}

.product__select-wrap {
  position: relative;
  min-width: 21rem;
  height: 4rem;
}

.product__select-wrap ~ .tips {
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1.2rem;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2.2rem;
  background: #000000;
  padding: 0.2rem;
  margin-left: 1rem;
}

.product__select-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  min-width: 21rem;
  border: 0.1rem solid #4F4F4F;
  box-sizing: border-box;
  border-radius: 4rem;
  padding-top: 4rem;
  height: 4rem;
  overflow-y: hidden;
}

.product__select + .icon-caret {
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1rem;
  height: 0.5rem;
  transform: translateY(-50%);
}

.product-form__input .product__select-block.open {
  position: absolute;
  height: max-content;
  border-radius: 2rem;
  background: #fff;
  /*padding-top: 2rem;*/
}

.product-form__input .product__select-block input[type=radio] + label {
  width: 100%;
  text-align: left;
  margin: 0;
  background: none;
  border: none;
  display: none;
}

.product-form__input .product__select-block.open input[type=radio] + label {
  display: block;
}

.product-form__input .product__select-block input[type=radio]:checked + label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  padding: 1.3rem 3.2rem 1.3rem 2rem;
  border: none;
}

.product-form__input .product__select-block svg {
  width: 1rem;
  position: absolute;
  top: 1.8rem;
  right: 1.6rem;
}

.product__like {
  position: absolute;
  right: 1.5rem;
  width: 1.7rem;
}

.product__like:hover, .product__like:focus {
  cursor: pointer;
}

.product__like--added svg {
  fill: #426CF4;
}

.product__badge {
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 2rem;
  z-index: 10;
  width: 15.6rem;
  max-width: 40%;
}

.product__badge .badge {
  width: 100%;
  border: none;
  border-top: 0.1rem solid rgb(var(--color-badge-background));
  border-radius: 0;
  background: none;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 1.1rem 0;
  margin: 0;
  text-align: left;
  color: rgb(var(--color-badge-background));
}

.product__tabs {
  display: flex;
  flex-wrap: wrap;
}

.product__tabs + button {
  margin-top: 3.2rem;
}

.product__tabs > input[type=radio] {
  display: none;
}

.product__tabs > label {
  display: inline-flex;
  user-select: none;
  font-size: 1.4rem;
  line-height: 118%;
  text-align: center;
  letter-spacing: 0.19em;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1rem 1.5rem;
  margin: 0.5rem auto;
  background: #F2F2F2;
  border-radius: 0.4rem;
}

.product__tabs > label:nth-of-type(2) {
  display: flex;
  justify-content: center;
  min-width: calc(100% - 24rem);
}

.product__tabs > input[type=radio]:checked + label {
  padding: 1.5rem 1.5rem 2rem;
  margin: 0 0 -0.5rem;
  background: #F2EFEB;
}

.product__tabs > div {
  display: none;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.4rem;
  background: #f2efeb;
}

.product__tabs #purchase:checked ~ #purchase-content,
.product__tabs #subscribe:checked ~ #subscribe-content {
  display: block;
}

.product__tabs #purchase-content {
  margin-bottom: 50px;
  padding: 50px;
}

.product__tabs #subscribe-content {
  margin-bottom: 50px;
  padding: 30px;
}

.product__tabs .choose {
  display: flex;
  flex-wrap: wrap;
  width: 19rem;
  margin-right: 1rem;
}

.product__tabs .choose input {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.4rem;
}

.product__tabs .choose ul {
  width: 300px;
}

.product__tabs .choose li {
  font-size: 1.8rem;
  width: 200px;
}

.product__tabs .choose li p {
  margin-left: 35px;
  font-size: 1.8rem;
}

.product__tabs .choose label {
  width: calc(100% - 3rem);
}

.product__tabs .choose label span {
  display: inline-block;
  width: 100%;
}

.product__tabs .choose label span:first-of-type {
  color: #4F4F4F;
}

.product-section .spr-starrating {
  justify-content: flex-start !important;
}

.product-section .spr-starrating .spr-stars {
  display: flex;
  align-items: center;
}

.product-section .spr-starrating .spr-stars span {
  display: flex;
  align-items: center;
}

.product-section .spr-starrating .link {
  font-size: 13px;
  line-height: 180%;
  color: #4F4F4F;
  text-decoration: none;
}

.product-section .form__label {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-right: 1rem;
}

.product-section .option-color.product-form__input input[type=radio] + label {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  padding: 0;
  margin: 0 0.5rem;
}

.product-section .option-color.product-form__input input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 1.1rem;
  border: 0.1rem solid #000000;
}

.product-section .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0;
}

.product-section .swiper-pagination .swiper-pagination-bullet {
  height: 0.8rem;
  width: 0.8rem;
  background: #E2DBD0;
  border-radius: 0.4rem;
  opacity: 1;
  margin: 0 0.6rem;
}

.product-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.product-section .product-button-next,
.product-section .product-button-prev {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 10;
  display: block;
  width: 0.9rem;
  height: 1.5rem;
  transform: translateY(-50%);
}

.product-section .product-button-prev {
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}

.product__media-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 750px) {
  .product__media-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .product__media-wrapper {
    max-width: 56%;
    width: 56%;
  }
}

.product__info-wrapper {
  width: 100%;
}

@media (min-width: 750px) {
  .product__info-wrapper {
    width: 50%;
    padding-left: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .product__info-wrapper {
    padding-left: 10.5%;
    max-width: 44%;
    width: 44%;
  }
}

@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .product__info-container--sticky {
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product__media-container .slider-buttons {
    display: none;
  }
}

/*@media screen and (min-width: 992px) {
  .product:not(.product--no-media) .product__media-wrapper {
    max-width: 56%;
    width: 56%;
  }

  .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 44%;
    width: 44%;
  }
}
*/

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  font-family: inherit;
  min-height: 4.6rem;
}

.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));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

/* Form Elements */

.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 37rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  display: flex;
}

.product-form__input svg {
  width: 2rem;
}

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: 1rem;
}

.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: 0.1rem solid rgba(var(--color-foreground), 0.55);
  border-radius: 4rem;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  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;
}

.product-form__input input[type=radio] + label:hover {
  border: 0.1rem solid rgb(var(--color-foreground));
}

.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]:disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}

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

/* Fallback */

.product-form__input input[type=radio]: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 outline when focus-visible is available in the browser */

.product-form__input input[type=radio]:focus:not(:focus-visible) + label {
  box-shadow: none;
}

.product-form__input .select {
  max-width: 25rem;
}

.product-form__submit.button-simple {
  font-size: 16px;
  line-height: 180%;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  margin-bottom: 1rem;
}

.product-form__submit.button--primary {
  text-decoration: none;
  max-width: 24rem;
}

.product-form__submit.button--primary::after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 400;
}

.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
}

.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

.shipping {
  margin-bottom: 3.2rem;
}

.shipping__item {
  display: flex;
  font-size: 1.5rem;
  line-height: 130%;
}

.shipping__item span {
  font-size: 1.2rem;
  font-weight: 300;
  color: #7b7b7b;
}

.shipping__item .facet-checkbox {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 0 0 0.5rem;
  margin-bottom: 0.5rem;
}

.shipping__item input {
  margin-top: 0.2rem;
}

/* Overrides */

.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin: 0 0 2.5rem;
}

.product__info-container .product__description,
.product__info-container .share-button {
  margin: 0 2.5rem;
}

.product__text {
  margin-bottom: 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__accordion .accordion__content {
  padding: 0 1rem;
}

.product__buttons {
  margin-bottom: 3.2rem;
}

.product .price {
  align-items: flex-start;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #4F4F4F;
}

.product .price .price-item--sale {
  color: #EB5757;
}

.product .price .badge {
  display: none;
}

.product__price {
  display: flex;
  align-items: center;
}

.product__price .form__label {
  margin-bottom: 0;
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: rgb(var(--color-background));
  padding: 1rem 1.6rem 0 0.6rem;
  border: none;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

/* Product media */

@media screen and (max-width: 749px) {
  .slider.product__media-list {
    padding-bottom: 0;
  }

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

@media screen and (min-width: 750px) {
  .product__media-item:first-child {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product__media-list .product__media-item {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .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-item > * {
  display: block;
  position: relative;
}

.media > :not(.zoom, .deferred-media__poster-button) {
  /*max-width: 39rem;
  max-height: 45rem;*/
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
}

.product__media-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.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 > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .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-list .deferred-media,
.product__media-list .product__modal-opener {
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

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

@media screen and (min-width: 750px) {
  .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;
  }
}

@media screen and (min-width: 990px) {
  .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;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.product-popup-modal__content {
  background-color: #FFFFFF;
  overflow: auto;
  height: 100%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
  margin-bottom: 1.5rem;
}

div.product a[href="/account/login"] {
  display: none;
}

.product__vendor {
  color: #7b7b7b;
  font-weight: 100 !important;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.product-popup-modal__toggle {
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  padding: 1.2rem;
  z-index: 2;
  top: -1.2rem;
  right: -1.2rem;
  width: 4rem;
  border: none;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.fitbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: block;
}

.fitbox__try-it {
  position: relative;
  display: flex;
  align-items: center;
  width: min-content;
  min-width: 10.3rem;
  text-align: left;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 0.5rem 2rem;
  margin: -8rem auto 5rem;
  border-radius: 10rem;
}

.fitbox__try-it svg {
  min-width: 2rem;
  margin-right: 0.8rem;
}

.fitbox__try-it .no-visible {
  position: absolute;
  opacity: 0;
}

.fitbox__container {
  margin: 5% auto;
  height: 500px;
  max-height: 85%;
}

@media (min-width: 992px) {
  .fitbox__container {
    height: 800px;
    width: 1000px;
  }
}

.fitbox__close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}

.fitbox__close svg {
  pointer-events: none;
}

/* New Product Grid Structure */

.product-section {
  display: block;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .product-section {
    overflow: unset;
  }
}

.product__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px 0;
  gap: 24px 0;
}

@media (min-width: 1025px) {
  .product__grid {
    grid-gap: 0 40px;
    gap: 0 40px;
  }
}

.product__grid-item--gallery {
  grid-column: span 12;
}

@media (min-width: 1025px) {
  .product__grid-item--gallery {
    grid-column: span 8;
  }
}

.product__grid-item--form {
  position: relative;
  grid-column: span 12;
}

@media (min-width: 1025px) {
  .product__grid-item--form {
    grid-column: span 4;
    padding-top: 24px;
  }
}

.product__form-container {
  position: sticky;
  top: 60px;
}

/* Product Meta Block */

.product__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 26px;
}

.product__vendor {
  display: inline-block;
  font-family: "Garet Bold", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  color: #000000;
  text-transform: uppercase;
  flex-shrink: 0;
}

.product__sale-badge {
  display: inline-block;
  font-family: "Garet Bold", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.15px;
  padding: 3px 14px;
  margin-left: auto;
  color: #FFFFFF;
  background-color: #D10000;
  border-radius: 4px;
  text-transform: uppercase;
  flex-shrink: 0;
}

/* Product Title Block */

.product__title {
  font-family: "Garet Book", sans-serif !important;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 14px;
  text-transform: none;
  letter-spacing: normal;
}

/* Product Price Block */

.product__price-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  min-height: 22px;
}

.product__price {
  display: flex;
  align-items: center;
}

.product__price span,
.product__price s {
  display: inline-block;
  font-family: "Garet Bold", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  flex-shrink: 0;
}

.product__price s {
  margin-left: 8px;
  opacity: 0.5;
}

.product__price-percentage {
  display: inline-block;
  background-color: #D1000010;
  color: #D10000;
  font-family: "Garet Bold", sans-serif !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.15px;
  padding: 3px 10px;
  margin-left: 8px;
  border-radius: 4px;
  flex-shrink: 0;
  text-transform: uppercase;
}

/* Affirm Info Block */

.product__info {
  display: flex;
  align-items: flex-end;
}

.product__info-text {
  font-size: 14px;
  line-height: 21px;
  opacity: 0.6;
  margin: 0;
}

.product__info-image {
  height: 27px;
  width: auto;
  margin-left: 6px;
}

.product__info-link {
  margin-left: 6px;
}

.product__info-link svg {
  display: block;
  width: 21px;
  height: 21px;
  margin-bottom: 3px;
}

/* Product Description Block */

.product__description * {
  font-size: 16px;
  line-height: 26px;
}

.product__description a {
  text-decoration: underline;
}

/* Product Favourite Block */

.product__fav-wrapper {
  display: block;
  margin: 0 0 24px;
}

.product__fav {
  display: flex;
  align-items: center;
  font-family: "Garet Bold", sans-serif !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.15px;
}

.product__fav svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* Product Options */

.product-options {
  margin-bottom: 24px;
}

.product-option {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.product-option legend {
  font-family: "Garet Regular", sans-serif !important;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  position: relative;
  width: 100%;
}

.product-option strong {
  font-family: inherit;
  color: #181E2B99;
  margin-right: 8px;
  font-weight: 400;
}

.product-option span {
  font-family: inherit;
}

.product-options--unavailable-option-style-hide .product-option:not(:first-of-type) .product-option-item.unavailable {
  display: none;
}

.product-options--unavailable-option-style-disable .product-option:not(:first-of-type) .product-option-item.unavailable {
  opacity: 0.5;
}

.product-option__options {
  margin: 0 0 24px;
  padding: 0;
  border: none;
}

.product-option__stock_message {
  margin: 0;
  font-size: calc-rem(14px);
  font-weight: 700;
  line-height: calc-rem(22px);
}

.product-option__option-values {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 14px;
}

.product-option-item {
  margin-right: 8px;
}

.product-option-item input {
  position: absolute;
  opacity: 0%;
}

.product-option-item label {
  display: block;
  position: relative;
  margin: 0;
  padding: 7px 20px;
  border: 1px solid #AFBBEB60;
  background-color: #AFBBEB30;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
}

.product-option-item input:checked + label {
  border-color: #181E2B;
  background-color: #FFFFFF;
}

.product-option-item.product-option-item--radio.soldout label span {
  text-decoration: line-through;
}

.product-option-item.product-option-item--color {
  position: relative;
  margin-right: 10px;
}

.product-option-item.product-option-item--color label {
  padding: 0;
  overflow: hidden;
}

.product-option-item.product-option-item--color.soldout .product-option-item__swatch::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #AFBBEB60;
  pointer-events: none;
}

.product-option-item__swatch {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 4px;
}

.product-option-item__swatch img {
  mix-blend-mode: multiply;
  height: 100%;
  object-fit: contain;
}

.product-option__size-guide-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-option__size-guide {
  color: #000000;
}

.product-form {
  margin: 0 0 24px;
}

/* Product Quantity Notif Block */

.product__qty-notif {
  padding: 16px;
  border-radius: 8px;
  background-color: #F7F8FD;
  margin: 0 0 24px;
}

.product__qty-notif-copy {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
}

.product__qty-line {
  margin-top: 8px;
}

.product__qty-line span {
  display: flex;
  font-size: 14px;
  line-height: 21px;
}

.product__qty-line svg {
  display: block;
  margin-right: 8px;
}

/* Product Size Guide Block */

.product__size-guide {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
  padding: 16px;
}

.product__size-guide[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product__size-guide-content {
  background-color: #FFFFFF;
  overflow: auto;
  height: auto;
  max-height: 800px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 48px 16px 16px;
  border-radius: 8px;
}

.product__size-guide-toggle {
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  cursor: pointer;
  position: absolute;
  padding: 12px;
  top: 0;
  right: 0;
}

.product__size-guide-toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Divider Block */

.product__divider {
  margin: 24px 0;
  background-color: #AFBBEB50;
  height: 1px;
}

/* Product Subscriptions */

.product-subscription-options {
  margin-bottom: 12px;
}

.product-subscription-toggles {
  margin-bottom: 8px;
  padding: 0;
  border: none;
}

.product-subscription-toggle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #AFBBEB40;
  border-radius: 8px;
  padding: 10px 12px;
}

.product-subscription-toggle:not(:last-child) {
  margin-bottom: 8px;
}

.product-subscription-toggle[\:has\(input\:checked\)] {
  border: 1px solid #AFBBEB60;
  background-color: #AFBBEB20;
}

.product-subscription-toggle:has(input:checked) {
  border: 1px solid #AFBBEB60;
  background-color: #AFBBEB20;
}

.product-subscription-toggle label {
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
}

.product-subscription-toggle label::before {
  content: "";
  display: block;
  background: url("unchecked.svg");
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-subscription-toggle[\:has\(input\:checked\)] label::before {
  background: center/contain no-repeat url("checked.svg");
}

.product-subscription-toggle:has(input:checked) label::before {
  background: center/contain no-repeat url("checked.svg");
}

.product-subscription-toggle input {
  position: absolute;
  top: 0;
  opacity: 0;
}

.selling-plan-group-wrap {
  margin: 16px 0 0 32px;
}

.selling-plan-group-wrap .dropdown-select {
  border-radius: 40px;
}

.selling-plan-group-wrap select,
.selling-plan-group-wrap li {
  font-size: 16px;
  line-height: 26px;
}

.selling-plan-group-wrap .dropdown-select[open] select {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.selling-plan-group-wrap select {
  padding: 7px 40px 7px 16px;
  border-radius: 40px;
  border: 1px solid #AFBBEB60;
  min-width: 220px;
}

.selling-plan-group-wrap ul {
  border: 1px solid #AFBBEB60;
  border-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #FFF;
}

.selling-plan-group-wrap .dropdown-select ul li[aria-selected=true] {
  background-color: #AFBBEB20;
}

.selling-plan-group {
  display: flex;
  align-items: center;
}

.selling-plan-group label {
  font-size: 14px;
  margin-right: 8px;
  flex-shrink: 0;
}

.selling-plan-group label:before {
  display: none;
}

.product-subscription-toggle__label-text {
  margin-right: auto;
  font-family: "Garet Bold", sans-serif !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.15px;
}

.product-subscription-toggle__label-prices {
  flex-shrink: 0;
}

.product-subscription-toggle__label-prices span,
.product-subscription-toggle__label-prices s {
  font-family: "Garet Bold", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}

.product-subscription-toggle__label-prices s {
  opacity: 0.5;
}

/* Product Contacts QTY */

.product-contact-quantity {
  margin-bottom: 24px;
}

.product-contact-quantity__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 24px;
  gap: 0 24px;
}

.product-contact-quantity__grid-item {
  text-align: center;
}

.product-contact-quantity__label {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}

.product-contact-quantity__label span {
  opacity: 0.6;
}

.product-contact-quantity__selector {
  border: 1px solid black;
  border-radius: 40px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-contact-quantity__selector button {
  padding: 4px;
}

.product-contact-quantity__selector span {
  font-size: 16px;
  line-height: 26px;
}

.product-sticky {
  position: fixed;
  z-index: 24;
  bottom: 0;
  left: 0;
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 -1px 5px 0 #00000030;
  width: 100%;
}

.product-sticky__image-wrapper {
  border-radius: 100%;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  background-color: #afbbeb30;
}

.product-sticky__image {
  border-radius: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-sticky__atc {
  margin-left: auto;
}

.product-sticky__product-title {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 4px;
  color: #000000;
}

.product-sticky__price {
  display: flex;
  font-size: 14px;
  line-height: 14px;
}

.product-sticky__price s {
  margin-left: 4px;
  opacity: 0.6;
}

body[\:has\(.product-sticky\)] {
  padding-bottom: 64px;
}

body:has(.product-sticky) {
  padding-bottom: 64px;
}
