/** Shopify CDN: Minification failed

Line 2104:2 Unexpected "@"

**/
@charset "UTF-8";

.product {
  margin: 0;
}

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

.product__media-wrapper {
  padding-left: 0;
}

.product__info-wrapper {
  padding-bottom: 0;
}

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

@media screen and (min-width: 990px) {
  .product--thumbnail .product__media-gallery,
.product--thumbnail_slider .product__media-gallery,
.product--stacked .product__info-container--sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product__info-wrapper {
    padding-left: 7.4rem;
  }

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

  .product-img {
    height: auto;
    aspect-ratio: 310/450 !important;
  }

  .video_media {
    aspect-ratio: 310/450 !important;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - 0.5rem);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 35%;
    width: calc(35% - 0.5rem);
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
.product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - 0.5rem);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
.product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - 0.5rem);
  }
}
/* Dynamic checkout */
.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));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.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));
  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: calc(1 + 0.5 / var(--font-body-scale));
  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;
}

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

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 100%;
  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;
}

.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-smoke), 0.55);
  border-radius: 4rem;
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  font-family: "AvenirNextLTPro-Bold";
}

.product-form__input input[type=radio]:checked + label {
  background-color: rgb(var(--color-smoke));
  color: rgb(var(--color-background));
}

@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 {
  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].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 outline when focus-visible is available in the browser */
.no-js .product-form__input input[type=radio]:focus:not(:focus-visible) + label {
  box-shadow: none;
}

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

.shopify-payment-button {
  margin-top: 1rem;
}

.product-form__submit {
  letter-spacing: 2px;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 11px 24px;
  min-height: 48px;
}

.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[aria-disabled=true] + .shopify-payment-button,
.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled=true] {
    color: Window;
  }
}
/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  color: black;
}

/* Product info */
.product__info-container > * + * {
  margin: 0 0 1.8rem 0;
}

.product__info-container .product-form,
.product__info-container .product__description {
  margin: 1.6rem 0 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.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__title {
  word-break: break-word;
  margin: 0;
  line-height: 1.43;
  letter-spacing: 1.75px;
  font-size: 2.8rem;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price .price-item {
  margin: 0;
}

.product .price .badge {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: rgb(var(--color-background));
  border: none;
}

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

.product__info-container .price {
  font-family: "AvenirNextLTPro-Mediumit";
}

@media screen and (min-width: 750px) {
  .product__info-container .price {
    margin-top: 0.8rem;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.75px;
    font-family: "AvenirNextLTPro-Mediumit";
  }

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
    margin-right: 0.8rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }

  .product .caption {
    margin-top: 4px;
  }
}

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

.product .caption {
  line-height: 1.67;
  letter-spacing: 0.2px;
  color: #a7a7a7;
  text-align: left;
  font-size: 12px;
  font-family: "AvenirNextLTPro-Medium";
}

.product .price--on-sale .price__sale {
  justify-content: flex-start;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input,
.product--no-media .product__tax {
  text-align: center;
}

.product--no-media .product__media-wrapper {
  padding: 0;
}

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

.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.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 {
  justify-content: center;
}

.product--no-media .product__info-wrapper {
  padding-left: 0;
  transform: translateX(0);
}

/* Product media */
@media screen and (max-width: 749px) {
  .icons_text-container {
    padding: 0 1.6rem;
  }

  .product__media-list {
    margin-left: -2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__title {
    line-height: 1.29;
  }

  .product .product__description,
.product .product__title,
.product .product_rating,
.product .product_badges,
.product product-form {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  .product__info-wrapper {
    padding-left: 0;
    margin-top: 3.2rem;
  }

  .product__info-wrapper {
    margin-top: 3.2rem;
  }

  .product__info-container .product__description {
    margin-top: 0;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.slider--mobile.product__media-list {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-smoke));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem);
  }

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

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

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

.product__media-item.product__media-item--variant {
  display: none;
}

.product__media-item--variant:first-child {
  display: block;
}

@media screen and (max-width: 749px) {
  .product__media-item--variant:first-child {
    padding-right: 1.5rem;
  }
}

@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 {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}

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

.product__media-icon,
.thumbnail__badge {
  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;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: "";
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product__media-toggle.focused::after {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

@media screen and (max-width: 749px) {
  .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-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-item--full .media {
  background-color: #f4f4f4;
}

.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: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
}

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

.product-popup-modal__content {
  background-color: white;
  overflow: auto;
  height: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 0;
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 62%;
    padding: 0;
    height: 80%;
  }
}

.product-popup-modal__content img {
  object-fit: contain;
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content img {
    max-width: fit-content;
  }

  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
    padding-right: 1.6rem;
  }

  .product-popup-modal .table_container {
    position: relative;
  }

  .product-popup-modal__content .table_right_fade {
    display: block !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) -20%, white 100%);
    width: 50px;
    height: 100%;
    position: absolute;
    right: -1%;
    z-index: 1;
  }

  .product-popup-modal__content {
    padding: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
  margin-top: 0.8rem;
}

.product-popup-modal__button {
  font-size: 12px;
  font-family: "AvenirNextLTPro-Medium";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.2px;
  padding-right: 1.3rem;
  padding-left: 0;
  text-underline-offset: 1.5px;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
  display: flex;
  align-items: center;
  color: #a7a7a7;
}

@-moz-document url-prefix() {
  .product-popup-modal__button {
    text-underline-offset: 1px;
  }
}

.product-popup-modal__button span {
  margin-right: 5px;
  margin-top: 2px;
}

.product-popup-modal__content-info {
  padding: 4rem;
}

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

.product-popup-modal__toggle {
  background-color: white;
  border: none;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  z-index: 2;
  width: 2rem;
  margin: 0 24px 0 auto;
  padding: 1rem 0 2.5rem;
}

.product-popup-modal .popup-title {
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 1.33;
  letter-spacing: 1.5px;
  margin: 1.3rem 0 1.9rem 2.4rem;
}

.product-popup-modal__content-info p {
  font-size: 16px;
  font-family: "AvenirNextLTPro-Regular";
}

.size_not_available span {
  opacity: 0.5;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
    overflow: scroll;
    width: 100%;
  }

  .product-popup-modal__content-info {
    padding: 0;
    margin: 2.4rem 1.6rem;
  }

  .product-popup-modal .popup-title {
    font-size: 20px;
    margin: 1.6rem;
    line-height: 1.4;
    letter-spacing: 1.3px;
  }

  .product-popup-modal__toggle {
    margin: 0 16px 0 auto;
  }
}

.product-popup-modal .popup-header {
  border-bottom: 1px solid #ccc;
}

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

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

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

.product .slider-button--prev {
  padding-left: 30px;
}

.product .slider-button--next {
  padding-right: 35px;
}

.product .half-overlay {
  position: absolute;
  margin-left: 16px;
  z-index: 1;
  width: 104px;
}

.product .half-overlay--top {
  top: -2px;
  height: 50px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #f4f4f4);
}

.product .half-overlay--bottom {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f4f4f4);
  bottom: 25px;
  height: 50px;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    margin-left: -1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-popup-modal__content-info strong {
  font-family: "AvenirNextLTPro-Bold";
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    margin-left: 0;
    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__description {
    margin-bottom: 1.3rem !important;
  }

  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .product .product__media-list .grid__item {
    padding-left: 1rem;
    max-height: 520px;
    max-width: 429px;
    width: 100%;
    height: 100%;
  }

  .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
  }

  .product__media-gallery .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: block;
    z-index: 50;
  }

  .product-popup-modal__content-info p {
    max-width: 615px;
  }
}

@media screen and (min-width: 1060px) {
  .product--thumbnail_slider .thumbnail-slider {
    transform: rotate(90deg) translate(5.7%, 65%);
    transform-origin: right top;
  }
}

@media screen and (min-width: 1450px) {
  .product__info-wrapper {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1321px) {
  .product--thumbnail_slider .thumbnail-slider {
    transform: rotate(90deg) translate(3vw, 0vw) scale(1.2);
  }
}

@media screen and (max-width: 1320px) and (min-width: 1271px) {
  .product--thumbnail_slider .thumbnail-slider {
    transform: rotate(90deg) translate(0, -1.2vw);
  }
}

@media screen and (max-width: 1270px) and (min-width: 1181px) {
  .product--thumbnail_slider .thumbnail-slider {
    transform: rotate(90deg) translate(3.1vw, 4.5vw) scale(1.06);
  }

  .product__info-wrapper {
    padding-left: 2.4rem;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1101px) {
  .product--thumbnail_slider .thumbnail-slider {
    transform: rotate(90deg) translate(3vw, 3vw) scale(1.1);
  }
}

@media screen and (max-width: 1100px) and (min-width: 1060px) {
  .product--thumbnail_slider .thumbnail-slider {
    transform: rotate(90deg) translate(4vw, 0vw) scale(1.2);
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(21.6% - 0.8rem);
    transform: rotate(-90deg);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  opacity: 0.7;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7);
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail[aria-current] {
  border: 0;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  opacity: 1;
}

.thumbnail img {
  pointer-events: none;
}

.thumbnail--narrow img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.thumbnail--wide img {
  height: auto;
  width: 100%;
}

.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: auto;
  right: 0.4rem;
  top: 0.4rem;
}

@media screen and (min-width: 991px) {
  .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 .product-form__input:first-of-type {
    padding-top: 2.4rem 2.4rem 0.4rem;
  }

  .flickity-page-dots {
    display: none;
  }
}

.product .product-options.product-options_size .size_selector-expand {
  transform: translate(10px, 1px);
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product .thumbnail-list {
  grid-gap: 1.6rem;
}

.product .std_badges span {
  background-color: rgb(var(--color-smoke));
  color: rgb(var(--color-light-black));
  font-size: 1.2rem;
  padding: 0.42rem 0.4rem;
}

.product .std_badges {
  margin-bottom: 2.4rem;
}

.product .product-options.product-options_size {
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.product .product-options.product-options_size input[type=radio] + label {
  padding: 0;
  margin: 0 2.4rem 0.4rem 0;
  font-size: 1.6rem;
  border: none;
}

.product .product-options.product-options_size input[type=radio] + label:first-of-type {
  margin-left: 0;
}

.product .product-options.product-options_size .size_selector-expand {
  cursor: pointer;
  width: 15px;
}

.product .color_expanded .product-options_size .size_selector-expand {
  position: absolute;
  right: 0;
  transform: translate(-12px, 1.5px);
}

.product .color_expanded .product-options_size {
  padding-right: 36px;
  height: fit-content;
}

.product .size_expanded .product-options_size .size_selector-expand {
  display: none;
}

.product .size_expanded .product-options.product-options_size {
  -webkit-transition: width 1s ease-in-out, visibility 1s linear;
  -moz-transition: width 1s ease-in-out, visibility 1s linear;
  -o-transition: width 1s ease-in-out, visibility 1s linear;
  transition: width 2s ease-in-out, visibility 2s linear;
  max-width: 100%;
  flex-wrap: wrap;
  width: auto;
}

.product .product-options_size .size_selector-miniminze {
  display: none;
  cursor: pointer;
}

.product .size_expanded .product-options_size .size_selector-miniminze {
  display: block;
  padding-right: 15px;
  transform: translateX(8px);
  margin-left: auto;
}

.variant_label {
  position: relative;
}

.variant-selected {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-left: 2px;
  font-family: var(--font-heading-family);
  font-weight: bold;
  z-index: 1;
}

.variant-selected::after {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  display: block;
  border-top: 8px solid yellow;
  width: 160%;
  transform: translateX(-20%);
  top: 52%;
  z-index: -1;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}

.product .product-options.product-options_size label.variant_label--circle:hover:after {
  display: none;
}

.product .product-options_size .size_selector-expand:hover:after {
  display: none;
}

.product .product-options_color .color_label {
  transition: flip_down 1s;
}

.product .product-options_color .color_label:hover {
  animation: flip_up 0.5s;
  animation-fill-mode: forwards;
}

@keyframes flip_down {
  from {
    transform: translateY(-3px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes flip_up {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-3px);
  }
}

.product .product-options_size svg {
  fill: #041bf3;
}

@media screen and (min-width: 750px) {
  .not_expanded.product-options_size .size_selector-expand {
    display: none;
  }

  .not_expanded.product-options_size {
    width: fit-content !important;
    max-width: 100% !important;
  }
}

.product .hide_options-size {
  display: none !important;
}

.size_expanded .product-options_size .hide_options-size {
  display: inline-block !important;
}

.product .size_option-container {
  display: flex;
  flex-direction: column-reverse;
}

.product .size_option-container:last-child {
  margin-left: 1.6rem;
}

.product .size_option-container .product-options_color {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  row-gap: 8px;
  flex-wrap: wrap;
}

.product .size_option-container .product-options_color a {
  margin-bottom: 0.4rem;
}

.product .size_option-container .product-options_color label {
  margin-right: 0.8rem;
  display: flex;
  cursor: pointer;
}

.product .size_option-container .product-options_color a:first-of-type label {
  margin-left: 0;
}

.product .size_option-container .product-options_color span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
}

.product .hide_options-color {
  display: none !important;
}

.product .color_selector-miniminze,
.product .color_expanded .color_selector-expand {
  display: none;
}

.product .color_selector-expand {
  transform: translate(10px, 3.8px);
  cursor: pointer;
}

.product .color_expanded .product-options_color {
  -webkit-transition: width 1s ease-in-out, visibility 1s linear;
  -moz-transition: width 1s ease-in-out, visibility 1s linear;
  -o-transition: width 1s ease-in-out, visibility 1s linear;
  transition: width 1s ease-in-out, visibility 1s linear;
  max-width: fit-content;
  flex-wrap: wrap;
  width: 100%;
}

.product .color_expanded .hide_options-color {
  display: flex !important;
}

.color_selected span.v_color::after {
  content: "";
  position: absolute;
  background-image: url(checkmark-yellow-shadow.svg);
  display: block;
  width: 20px;
  height: 20px;
  top: 15%;
  left: 9%;
  background-repeat: no-repeat;
}

.color_selected span.v_color {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.38);
}

.product .color_expanded .color_selector-miniminze {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(-10px);
  cursor: pointer;
}

.icon-play {
  margin: auto;
  width: 50%;
  height: 100%;
  display: flex;
  background-color: transparent;
}

.product_pice-container {
  width: 100%;
  align-items: center;
}

.color_expanded .product-options_size {
  max-width: fit-content !important;
}

.color_expanded .product-options_size .variant_label:not(.variant-selected) {
  display: none;
}

.size_expanded .product-options_color {
  max-width: fit-content !important;
}

.size_expanded .product-options_color .color_label:not(.color_selected) {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container .product__description {
    max-width: 439px;
    margin: 10px 0 26px 0;
  }

  .not_expanded .color_selector-expand {
    display: none;
  }

  .not_expanded {
    max-width: fit-content !important;
  }
}

.product .color_expanded .size_selector-expand {
  display: inline-block !important;
}

.reviews_and_taxes .ruk_rating_snippet .ruk-rating-snippet-count {
  font-size: 16px;
}

.product_rating .ruk_rating_snippet i {
  height: 29px;
}

.product_rating .ruk_rating_snippet {
  display: block;
  align-items: center;
  color: black !important;
}

@media screen and (min-width: 750px) {
  .product .hide_minimize {
    display: none !important;
  }

  .product .button-nav:disabled polyline {
    stroke: #cccccc;
  }

  .product-img {
    width: 100%;
    height: 100%;
  }

  .product-img img {
    object-position: center center;
  }
}

@media screen and (max-width: 749px) {
  .product_pice-container {
    padding: 0.8rem 1.6rem 0;
    justify-content: flex-start !important;
    align-items: flex-end;
  }

  .product_pice-container .price {
    margin-right: 1.6rem;
  }

  .product-img {
    padding-bottom: 140%;
  }

  .product_rating .ruk_rating_snippet {
    margin-top: 0.5rem;
  }

  .reviews_mobile a {
    text-decoration: none;
  }

  .product__info-container .product__description {
    max-width: 374px;
    margin-bottom: 10px !important;
  }

  .product .hide_minimize_mobile {
    display: none !important;
  }

  .not_expanded_mobile.product-options_size .size_selector-expand {
    display: none;
  }

  .not_expanded_mobile.product-options_size {
    width: fit-content !important;
    max-width: 100% !important;
  }

  .not_expanded_mobile .color_selector-expand {
    display: none;
  }

  .not_expanded_mobile {
    max-width: fit-content !important;
  }

  .product .hide_mobile_optios-size {
    display: none !important;
  }

  .size_expanded .product-options_size .hide_mobile_optios-size {
    display: inline-block !important;
  }

  .product .std_badges {
    margin-bottom: -0.9rem;
  }

  .product .color_selector-expand {
    transform: translate(10px, 2px);
    cursor: pointer;
  }

  .product .color_expanded .color_selector-miniminze {
    margin-left: auto;
    transform: translate(-10px, 0);
  }

  .product .size_expanded .product-options_size .size_selector-miniminze {
    margin-left: auto;
  }

  variant-radios, .product-popup-modal__opener {
    position: relative;
    width: 100%;
  }

  .product-container.page-width {
    padding: 0;
  }
}

variant-radios {
  margin-bottom: 0 !important;
}

.product .product-form__input:first-of-type {
  margin-bottom: 0 !important;
}

.product-container .media-container {
  display: flex;
}

.product-container .media-container .carousel-main .carousel-cell:not(.is-selected) {
  visibility: hidden !important;
}

.product-container .carousel {
  margin-bottom: 2.6rem;
  flex-grow: 1;
  width: 100%;
}

.product-container .carousel-cell {
  width: 100%;
  height: auto;
}

.product-container .carousel-nav {
  margin-right: 16px;
  height: 95.5%;
  overflow: auto !important;
  position: absolute;
  -ms-overflow-style: none;
 /* IE and Edge */
  scrollbar-width: none;
 /* Firefox */
}

.product-container .carousel-nav::-webkit-scrollbar {
  display: none;
}

.product-container .carousel-nav::-webkit-scrollbar {
  display: none;
 /* for Chrome, Safari, and Opera */
}

.product-container .carousel-nav .carousel-cell {
  width: 104px;
  margin: 0 4px 1.6rem 0;
  cursor: pointer;
  opacity: 0.7;
}

.product-container .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.product-container .carousel-nav .carousel-cell.is-nav-selected img,
.product-container .carousel-nav .carousel-cell:hover img {
  border: 2.5px solid #2D2D2D;
}

.product-container .carousel-nav .carousel-cell.is-nav-selected,
.product-container .carousel-nav .carousel-cell:hover {
  opacity: 100%;
}

.product-container .button-nav {
  border: none;
  background: transparent;
  width: 20%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.product-container .media-thumbnail {
  position: relative;
  width: 32%;
}

.product-container .media-thumbnail .media {
  padding-bottom: 135%;
}

.product-container .button-nav.btn-up {
  transform: rotate(-90deg) translate(28px, 40px);
}

.product-container .button-nav.btn-down {
  transform: rotate(90deg) translate(3px, -35px);
  bottom: 0;
}

.product-container .media-container .product__media-item--full:not(.product-container .media-container .product__media-item--full:first-of-type) {
  visibility: hidden;
  width: 0;
}

.product .product__media-icon {
  display: none;
}

.product .carousel-main .carousel-cell:hover .product__media-icon {
  display: flex;
}

.product .button-nav svg #Path {
  stroke-width: 1;
}

.product .button-nav svg {
  width: 12px;
  height: 15px;
}

.product .button-nav svg polyline {
  stroke: black;
}

.product .product-form__input:not(.product .size_option-container) {
  display: none;
}

.product .carousel-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-container .media-modal_container {
  background-color: white;
  width: 100%;
  margin: auto;
  height: 100%;
  overflow-y: scroll;
}

.product-container .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.product-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

.product-container .modalDialog > div {
  width: 100%;
  position: relative;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  height: 100%;
}

.product-container .close {
  background: transparent;
  color: black;
  line-height: 25px;
  position: absolute;
  right: 12px;
  font-weight: 700;
  font-size: 20px;
  width: 11px;
  height: 11px;
}

.product .product__payments {
  margin-top: 32px;
  margin-left: 0.1rem;
}

.product .list-payment {
  justify-content: center;
}

.product__model-size {
  display: flex;
  align-items: center;
  margin-left: 22%;
}

@media screen and (max-width: 989px) {
  .product__model-size {
    margin-left: 1.6rem;
    margin-top: -8px;
    margin-bottom: 23px;
  }

  .product__model-size svg {
    width: 16px;
    height: 16px;
  }
}

.product__model-size p {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.2px;
  margin: 0;
}

.product__model-size svg {
  margin-right: 0.7rem;
  margin-bottom: 2.7px;
}

.product .list-payment__item svg {
  width: fit-content;
  height: 32px;
}

.product .list-payment__item {
  padding: 0.3rem;
  width: 54px;
}

.product .color_expanded .product-options_size .variant-selected {
  display: inline-block !important;
}

.product-popup-modal__content-info td {
  padding: 1.2rem 1rem 1.2rem 1.6rem !important;
  width: fit-content;
}

.product-popup-modal__content table {
  table-layout: auto;
  padding-bottom: 35px;
}

.product-popup-modal__content table th {
  border-right: 1px solid white;
  position: relative;
  padding: 1rem 1.6rem 0.7rem 1.5rem;
  font-weight: inherit;
  border-top: none;
}

.product-popup-modal__content table th:first-of-type {
  border-left: none;
}

.product-popup-modal__content table thead th:after {
  content: "";
  height: 40%;
  width: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: -1px;
  background-color: #000;
}

.product-popup-modal tbody td {
  font-size: 16px;
}

.product-popup-modal__content table th,
.product-popup-modal tr td:first-of-type {
  font-size: 18px;
}

.product-popup-modal__content table tbody tr:last-of-type td:after {
  content: "";
  height: 40%;
  width: 1px;
  position: absolute;
  right: 0;
  bottom: -17px;
  left: -1px;
  background-color: #000;
}

.product-popup-modal__content table tbody tr:last-of-type td:first-of-type:after {
  display: none;
}

.product-popup-modal__content table thead th:first-of-type::after {
  display: none;
}

.product-popup-modal__content tbody tr:last-of-type td {
  position: relative;
}

.product-popup-modal__content tbody tr td:last-of-type {
  border-right: none;
}

.product-popup-modal__content tbody tr td:first-of-type {
  border-left: none;
}

.product_actions-container {
  padding: 2.4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .product_actions-container {
    padding: 16px 16px 0 16px;
  }
}

@media screen and (min-width: 750px) and (max-width: 990px) {
  .product-container .product__info-wrapper.grid__item {
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content table {
    width: fit-content;
  }

  .product-popup-modal__content table {
    border-bottom: 1px solid black;
  }

  .product.is-loading {
    display: flex;
  }

  .product.is-loading .grid__item {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    height: 100%;
    width: 100%;
  }
  @  keyframes shine {
    to {
      background-position-x: -200%;
  }
}
}

@media screen and (max-width: 990px) {
  .product_pice-container .price__regular {
    line-height: 1.43;
  }

  .product-container .media-thumbnail {
    display: none;
  }

  .product-container .carousel-cell {
    height: auto;
    width: 100%;
  }

  .product-container .flickity-page-dots {
    bottom: 2.4%;
  }

  .product .carousel-main video {
    mix-blend-mode: multiply;
  }

  .product .flickity-page-dots .dot {
    border-color: #ccc;
    background-color: #ccc;
    border: 0;
    width: 8px;
    height: 8px;
    width: 5%;
    height: 4px;
    border-radius: 0;
    clip-path: polygon(7% 0%, 100% 0%, 91% 100%, 0% 100%);
  }

  .product .flickity-page-dots .dot.is-selected {
    background-color: #333;
    border-color: #333;
  }
}

@media screen and (max-width: 749px) {
  .product_rating {
    margin-bottom: 2.4rem;
  }

  .product .caption {
    margin-bottom: 0.6rem;
  }

  .carousel-main .carousel-cell,
.product .media {
    aspect-ratio: 320/461;
  }

  .product .std_badges span {
    margin-right: 0.8rem;
  }

  .product .list-payment__item svg {
    width: 42px;
    height: 24px;
  }

  .product .list-payment__item {
    padding: 0.2rem;
  }

  .product-container .carousel-cell {
    height: auto;
  }

  .product .flickity-page-dots {
    bottom: -0.4rem;
  }

  .product-container .media-modal_container img {
    width: 100%;
    height: fit-content;
    object-fit: cover;
  }

  .product .product__payments {
    margin-top: 7px;
    padding: 0 1.6rem;
    margin-left: 0;
  }

  .product .list-payment {
    margin: 0;
  }

  .product .list-payment__item:first-of-type {
    padding-left: 0;
  }

  .product__info-container .product-form {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
    background-color: white;
    margin: 0;
    padding: 0.8rem 1.6rem 0 1.6rem;
    border: 1px solid white;
    transform: translateX(-40px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-top: solid 1px #ccc;
  }

  .product_actions-container {
    margin: 0 1.6rem;
  }

  .product .size_option-container:not(.product .size_option-container.color_expanded) {
    flex-wrap: wrap;
  }

  .product-popup-modal__button span {
    margin-top: 4px;
  }

  .product .price-item--last {
    margin-left: 5px !important;
  }

  .product-form__submit {
    margin-bottom: 0.4rem;
  }

  .product .color_expanded .product-options_size {
    padding-right: 36px;
  }
}

@media screen and (max-width: 400px) {
  .product .product-options.product-options_size {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 385px) {
  .product-form__submit {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1400px) {
  .product__info-wrapper {
    padding-left: 9.8rem;
  }

  .product-container .media-container {
    width: 106%;
  }
}

.klaviyo-bis-trigger {
  margin-top: 10px !important;
}

/*
@media screen and (min-width: 990px){
    .media.product-img::before {
      content: '';
      display: block;
      background-color: gray;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      animation: shimmer 2.5s infinite;
    }

    @keyframes shimmer {
      100% {-webkit-mask-position:left}
    }
}*/
.product-sku-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.product-sku span {
  color: #A7A7A7;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
  font-weight: 500;
}

.product-sku-wrapper.medium-hide {
  align-items: center;
  margin-top: calc(24px - 0.6rem);
}

.product-sku-wrapper.medium-hide .product-sku {
  padding-right: 1.6rem;
}

.product-sku-wrapper.medium-hide .product_rating {
  margin-bottom: 0;
}

@media screen and (max-width: 849px) {
  .paypal-commercial {
    padding-left: 1.6rem;
  }
}

.paypal__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 2rem;
}

.paypal__wrapper svg {
  margin-right: 8px;
  margin-left: 3px;
}

.paypal__wrapper .content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.paypal__wrapper .content a {
  color: rgb(var(--color-text-primary));
}

.paypal__wrapper .paypal-commercial {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 4;
  pointer-events: all;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .paypal__wrapper {
    margin-bottom: 1rem;
    margin-left: calc(2rem - 3px);
  }
}

.button-nav[disabled] {
  display: none;
}

.carousel-main .product-img:hover {
  cursor: zoom-in;
}

.carousel-main .media > :not(.zoom):not(.deferred-media__poster-button, .product__media-icon) {
  max-width: 100%;
  min-width: 100%;
  pointer-events: none;
  z-index: 10;
  transform-origin: 0px 0px 0px;
}

.product-popup-modal--zoom .carousel .carousel-cell {
  cursor: zoom-out;
}

@media screen and (min-width: 990px) {
  .product-popup-modal--zoom .carousel.zoom .carousel-cell {
    cursor: zoom-in;
    text-align: center;
  }

  .product-popup-modal--zoom .carousel.zoom .carousel-cell .media {
    width: 50%;
    margin: auto;
  }

  .product-popup-modal--zoom .carousel.zoom .carousel-cell video {
    width: 50%;
    margin: auto;
  }
}

.product-popup-modal--zoom .carousel .flickity-button {
  display: none;
}

.product-popup-modal--zoom .product-popup-modal__content {
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-popup-modal--zoom .product-popup-modal__content img, .product-popup-modal--zoom .product-popup-modal__content video, .product-popup-modal--zoom .product-popup-modal__content iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-popup-modal--zoom .product-popup-modal__content img {
  max-width: unset;
  width: 100%;
}

.product-popup-modal--zoom .product-popup-modal__content-info {
  display: flex;
  padding: 50px 90px 90px 90px;
}

@media screen and (max-width: 989px) {
  .product-popup-modal--zoom .product-popup-modal__content-info {
    padding: 0;
    margin: 0;
    height: calc(100% - 48px);
  }

  .product-popup-modal--zoom .product-popup-modal__content-info .flickity-viewport,
.product-popup-modal--zoom .product-popup-modal__content-info .carousel-cell {
    height: 100% !important;
  }

  .product-popup-modal--zoom .product-popup-modal__content-info .product-img {
    height: 100%;
    width: 100%;
  }
}

.product-popup-modal--zoom .product-popup-modal__content-info .carousel {
  flex: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi {
  width: 104px;
  height: 100%;
  display: flex;
  margin-right: 50px;
  flex-direction: column;
}

.product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi img, .product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi video {
  width: 104px;
  height: 140px;
}

.product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi .icon__wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi .carousel-cell {
  position: relative;
  width: 104px;
  height: 140px;
  margin-bottom: 16px;
  cursor: pointer;
}

.product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi .carousel-cell.is-nav-selected img {
  border: 2.5px solid #2D2D2D;
}

.product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi .carousel-cell:hover img {
  border: 2.5px solid #2D2D2D;
}

@media screen and (max-width: 989px) {
  .product-popup-modal--zoom .product-popup-modal__content-info .carousel-navi {
    display: none;
  }
}

.product-popup-modal--zoom .product-popup-modal__toggle {
  position: absolute;
  top: 82px;
  right: 122px;
  margin: 0;
  padding: 0;
  background: unset;
}

.product-popup-modal--zoom .product-popup-modal__toggle svg {
  width: 24px;
  height: 24px;
}

.product-popup-modal--zoom .product-popup-modal__toggle.zoom {
  top: 50px;
  right: 90px;
}

.wrapper__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 0 16px;
  background: unset;
}

.wrapper__btns button {
  background: unset;
  border: unset;
}

.wrapper__btns .mobile-close {
  margin-left: 20px;
}

.product-container .grid__item {
  flex-grow: unset;
}

.controls__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.controls__wrapper button {
  margin-top: 1px;
}

.controls__wrapper .count__wrapper {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.controls__wrapper .count__wrapper .text {
  padding: 0 6px;
}

.reviews__api--wrapper.reviews__api--wrapper--product {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  color: #000;
}

.reviews__api--wrapper.reviews__api--wrapper--product .stars {
  margin-top: 15px;
}

@media screen and (max-width: 749px) {
  .reviews__api--wrapper.reviews__api--wrapper--product .stars svg {
    width: 13px;
    height: 13px;
  }
}

.reviews__api--wrapper.reviews__api--wrapper--product .stars--numbers {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 749px) {
  .reviews__api--wrapper.reviews__api--wrapper--product .stars--numbers {
    margin-top: 5px;
  }
}

.product-media__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-media__wrapper .card__badge {
  padding: 0;
  left: 20px;
  top: 20px;
  display: none;
  pointer-events: none;
}

.product-media__wrapper .card__badge > * {
  margin-left: unset;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 0;
}

.carousel.carousel-main.flickity-enabled ~ .card__badge {
  display: flex;
}

@media screen and (max-width: 990px) {
  .media-thumbnail {
    pointer-events: none;
  }
}

.fake-sizes__wrapper {
  margin: 0.9rem 0 2.4rem 0 !important;
}

.fake-sizes__wrapper .option-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.fake-sizes__wrapper .option-wrapper span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.fake-sizes__wrapper .size-product__items {
  display: flex;
  flex-wrap: wrap;
}

.fake-sizes__wrapper .size-product__items .size-product__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: rgb(var(--color-base-text));
  padding: 0.8rem 1.6rem;
  margin: 0.8rem 0.8rem 0 0;
  border: 1px solid #CCC;
}

.fake-sizes__wrapper .size-product__items .size-product__item.is-active {
  border: 2px solid #000;
}

.fake-sizes__wrapper .size-product__items .size-product__item span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.fake-sizes__wrapper .font-bold {
  font-family: "AvenirNextLTPro-Bold";
}

@media screen and (max-width: 749px) {
  .fake-sizes__wrapper {
    margin: 0 !important;
    padding: 0.4rem 0 2rem 0;
  }
}