.product__view-details:hover,
.shopify-payment-button__more-options {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.main-product-section-container.product {
  display: flex;
  justify-content: center;
}

.main-product-section-container .c-desc__long p {
  margin: 0;
}

.product-info-b {
  max-width: 1512px !important;
}

.main-product-section-container .thumbnail[aria-current] {
  overflow: hidden;
  border-radius: var(--radius-m);
  border: 2px solid var(--button-background);
  border-color: var(--button-background);
}

@media screen and (min-width: 900px) {
  .main-product-section-container .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 94px;
  }
}

@media screen and (max-width: 749px) {
  .main-product-section-container .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 60px;
  }
}

.main-product-section-container .slider-button {
  display: none;
}


.grid__item.product__media-wrapper {
  height: auto;
}

.icon-with-text img,
.main-product-variant-image-and-text .main-product-variant-image {
  object-fit: contain;
}

.product {
  margin: 0;
  justify-content: end;
}

.product.grid {
  gap: 0;
  align-items: flex-start;
}

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

.product__media-wrapper {
  padding-left: 0;
  height: auto;
  width: 100%;
}

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

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    padding-left: 5rem;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    padding-right: 5rem;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.no-js .shopify-payment-button__button [role="button"]:focus,
.shopify-payment-button__button [role="button"].focused {
  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: 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));
}

.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;
  color: rgb(var(--color-foreground));
}

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

.product-form,
.product-info-b .button_price,
.product-info-b .short_description,
.product-info-b .tab-contents .active,
.product__media-item--variant:first-child,
variant-radios,
variant-selects {
  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 1.2rem;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
}

.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}

.product-form__input .form__label {
  padding-left: 0;
  font-family: var(--font-heading-family);
  color: var(--secondary-text-color);
  line-height: var(--line-height-m);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-s);
}

fieldset.product-form__input .form__label .selected-value {
  font-family: var(--font-heading-family);
  color: var(--secondary-text-color);
  line-height: var(--line-height-m);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-s);
}

.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 {
  max-width: 185px;
  background-color: var(--color-white);
  color: var(--secondary-text-color);
  display: inline-block;
  margin: 0 8px 12px 0;
  padding: 9px;
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
  border: 2px solid var(--color-blue-2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-form__input input[type="radio"]+label:before {
  content: "";
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input input[type="radio"]+label:hover {
  background-color: var(--color-blue-5);
}

.product-form__input input[type="radio"]:checked+label {
  border: 2px solid var(--color-gray-3);
}

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

.no-js .shopify-payment-button__button [role="button"]:focus+label,
.product-form__input input[type="radio"].focused+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;
}

.product--no-media .share-button,
.product--no-media noscript .product-form__input,
.product-popup-modal__content img {
  max-width: 100%;
}

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

.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 .shopify-payment-button__button[disabled],
.product-form__submit[disabled]+.shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

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

.product__info-container .product-form,
.product__info-container .product__description {
  margin: 2.5rem 0;
}

.price-per-item__label.form__label,
.product__text {
  margin-bottom: 0;
}

.product .price .badge,
.product .price dl,
.product .price__container {
  margin-bottom: 0.5rem;
}

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;
  max-width: 400px;
}

.product .product__title h1,
.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

.product__title>* {
  margin: 0;
}

.product .price--sold-out .price__badge-sale,
.product__media-item.product__media-item--variant,
.product__title>a {
  display: none;
}

.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 dl {
  margin-top: 0.5rem;
}

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

/* Arrows + dot pagination in a static row BELOW the main image
   (replaces the chevrons overlaid on the photo). The .slider-buttons--below
   qualifier raises specificity above the theme's
   ".slider--desktop:not(.slider--tablet)+.slider-buttons{display:none}" rule
   that otherwise hides this row on screens <=989px (mobile/tablet). */
.product__media-wrapper media-gallery .slider-buttons.slider-buttons--below {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 100%;
  height: auto;
  gap: 8px;
  padding: 0 16px 6px;
  z-index: 2;
  pointer-events: auto;
}

.product__media-wrapper media-gallery .slider-buttons .slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  color: #6cace4;
  background: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
}

.product__media-wrapper media-gallery .slider-buttons .slider-button[disabled] {
  opacity: 0.35;
}

.product__media-wrapper media-gallery .slider-counter {
  display: none;
}

.product__media-wrapper media-gallery .slider-button .icon {
  height: 14px;
}

/* Force the main media viewer to a one-image-per-view horizontal carousel on
   every breakpoint so swipe / arrows / dots / thumbnail clicks all move the
   visible image by scrolling. (This theme's is-active image-swap was not
   updating the main image, so navigation is driven purely by scroll.) */
.product__media-wrapper media-gallery .product__media-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 0 !important;
}

.product__media-wrapper media-gallery .product__media-list .product__media-item {
  display: block !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  scroll-snap-align: start;
}


@media screen and (min-width: 750px) {

  .product--stacked .product__info-container--sticky,
  .product--thumbnail .product__media-wrapper,
  .product--thumbnail_slider .product__media-wrapper,
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 140px;
    z-index: 2;
  }

  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

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

  .product__info-wrapper--extra-padding {
    padding-left: 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-wrapper media-gallery .slider-buttons .slider-button:hover {
    pointer-events: auto;
    color: var(--color-purple);
  }

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

  .product__info-container {
    max-width: 100%;
  }

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

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

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

.product--no-media .price,
.product--no-media .product__sku,
.product--no-media .product__tax,
.product--no-media .product__text,
.product--no-media .product__title,
.product--no-media noscript .product-form__input,
.product--no-media shopify-payment-terms {
  text-align: center;
}

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

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media .product-form,
.product--no-media .product-form__input--dropdown,
.product--no-media .product-form__quantity,
.product--no-media .product__pickup-availabilities,
.product--no-media .product__view-details,
.product--no-media .share-button,
.product--no-media fieldset.product-form__input {
  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__input--dropdown,
.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

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

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}

.product-form__buttons {
  max-width: 44rem;
  width: -webkit-fill-available;
  max-width: unset;
}

.product-form__buttons .button {
  width: 100%;
  min-width: 100% !important;
  background: var(--button-background);
  border-radius: var(--radius-full);
  font-family: var(--font-heading-family);
  border: none;
  color: var(--color-white);
  padding: 8px 16px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-transform: uppercase;
  font-size: var(--font-size-s);
  font-weight: var(-font-weight-bold);
  line-height: var(--line-height-m);
}

.c-btn-share,
.c-product__guarantee__items {
  font-family: var(--font-body-family);
  font-weight: 400;
}

.product-form__buttons .button.loading,
.product-form__buttons .button.loading:hover {
  background: #4694d9;
  color: #4694d9;
  position: relative;
}

.product-form__buttons .button.loading svg path {
  fill: #4694d9;
}

.product-form__buttons .button.loading>.loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.loading-overlay__spinner .path {
  stroke: #fff;
}

.product-form__buttons .button:hover {
  color: #fff;
  background: #4694d9;
  transition: 0.2s ease-in-out;
}

.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 .product__info-wrapper {
  padding-left: 0;
}

.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.product__media-list {
  appearance: 1/1;
}

.product__media-list li {
  aspect-ratio: 1/1;
}

.c-product-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.c-product-action .product-form__buttons {
  margin-bottom: 24px;
}

.c-btn-share {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: #4f4f4f;
  transition: color 0.25s ease-in-out;
}

.c-btn-share svg {
  margin-right: 6px;
}

.c-btn-share svg path {
  transition: stroke 0.25s ease-in-out;
}

.c-btn-share:hover {
  color: #4694d9;
}

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

.c-btn-share:hover svg path {
  stroke: #4694d9;
}

@media screen and (min-width: 750px) {

  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: var(--media-shadow-vertical-offset);
  }

  .product__media-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active),
  .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;
  }
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    width: calc(100% + 4rem);
  }

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

  .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: calc(100% - 10rem);
  }

  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }

  .product__media-item--variant:first-child {
    padding-right: 1.5rem;
  }

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

@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: 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: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
  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);
}

.product-media-container .product__modal-opener,
.product__media-item>* {
  display: block;
  position: relative;
}

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

.product-media-modal,
.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  position: fixed;
}

.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-modal[open],
.product-popup-modal[open] {
  opacity: 1;
  z-index: 101;
  visibility: visible;
}

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

@media (forced-colors: active) {

  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    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 0 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius) - var(--media-border-width);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.button_price,
.js .recipient-fields,
.main-product-section-container .show-more-button[data-more="0"] span:last-child,
.product .desktop-title-hidden,
.product-info-b .product-form__quantity,
.product-info-b .tab-contents .product__description,
.product-media-modal__content> :not(.active),
.product:not(.featured-product) .product__view-details,
.product__media-list .deferred-media,
.recipient-email-label,
.recipient-form>input[type="checkbox"]:not(:checked, :disabled)~.recipient-fields,
.short_description,
.tab-contents .dynamic_content,
.tab-header.description-block,
.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

.product-media-modal__content>* {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: 0 0;
}

.product-media-modal__content .deferred-media,
.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  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;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

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

.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(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 5rem auto 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.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 .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media>* {
  overflow: hidden;
}

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

.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {

  .product-media-modal__content> :not(.active),
  .product__media-list .deferred-media {
    display: block;
  }

  .product--stacked .thumbnail-list,
  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .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 {
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }

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

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item--full,
  .product:not(.product--columns) .product__media-list .product__media-item:first-child {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:focus .product__media-icon,
  .product__modal-opener:hover .product__media-icon {
    opacity: 1;
  }

  .product-media-modal__content {
    padding: 2rem 11rem 1.5rem;
  }

  .product-media-modal__content>*+* {
    margin-top: 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);
  }

  .main-product-section-container .logo-bar {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 749px) {
  .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 iframe,
  .product-media-modal__dialog .global-media-settings img,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings video {
    border: none;
    border-radius: 0;
  }

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

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

  .product__modal-opener {
    width: 100%;
  }

  .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-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    position: initial;
  }
}

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

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

  .product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) .slider-button {
    display: flex;
  }

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

@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(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail.focused,
.thumbnail[aria-current]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  pointer-events: none;
}

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

.thumbnail--wide img {
  height: auto;
  width: 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: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

.thumbnail-list__item {
  position: relative;
}

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

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

.media-style__carousel_w_thumb #Slider-main-media-slide li {
  width: 100%;
  max-width: 100%;
}

.media-style__carousel_w_thumb .product__media-wrapper {
  width: 50% !important;
  max-width: 50% !important;
}

.media-style__carousel_w_thumb {
  max-width: 1280px;
  margin: auto;
}

.media-style__carousel_w_thumb .product__info-wrapper {
  width: 50% !important;
  max-width: 620px !important;
  margin: 0 auto;
  padding: 0 !important;
}

/* Arrows + dot pagination shown in a static row BELOW the main image
   (replaces the on-image overlay arrows + numeric counter). */
.media-style__carousel_w_thumb .product__media-wrapper>slider-component .slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 100%;
  height: auto;
  gap: 8px;
  padding: 6px 16px 4px;
  z-index: 2;
  pointer-events: auto;
}

.media-style__carousel_w_thumb .product__media-wrapper>slider-component .slider-buttons .slider-button {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #6cace4;
  border-radius: 0;
  width: 32px;
  height: 32px;
  padding: 0;
}

.media-style__carousel_w_thumb .product__media-wrapper>slider-component .slider-buttons .slider-button[disabled] {
  opacity: 0.35;
}

.media-style__carousel_w_thumb .product__media-wrapper>slider-component .slider-buttons .slider-button svg {
  height: 14px;
}

/* Dot pagination (shared by all PDP gallery layouts) */
.product__media-wrapper .slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.product__media-wrapper .slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #d3d3d3;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product__media-wrapper .slider-dot.is-active {
  background-color: #6cace4;
  transform: scale(1.15);
}

.carousel-thumb-container .product__media-list li {
  width: 94px !important;
  max-width: 94px !important;
  height: 94px;
  margin-bottom: 11px !important;
  box-shadow: none;
}

.carousel-thumb-container .product__media-list li>* {
  transition: 0.3s;
  scale: 1;
}

.carousel-thumb-container .product__media-list li.active {
  border: 2px solid var(--button-background);
}

.carousel-thumb-container .product__media-list li.active>* {
  scale: 1;
}

@media (min-width: 750px) {
  .slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scroll-padding-left: var(--desktop-margin-left-first-item);
  }

  .slider.slider--desktop .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding),
        var(--shadow-padding-bottom));
  }

  .carousel-thumb-container .slider.slider--desktop .slider__slide:last-child {
    margin-right: auto;
  }

  .media_vertical_w_thumb .product__media-wrapper {
    display: flex;
    flex-flow: row-reverse;
    overflow: inherit;
  }

  .media_vertical_w_thumb .product__media-wrapper>slider-component {
    width: calc(100% - 110px);
  }

  .media_vertical_w_thumb .carousel-thumb-container {
    width: 110px;
    top: 155px;
    position: sticky;
    max-height: calc(100vh - 170px);
    overflow: auto;
    padding-right: 10px;
  }

  .media_vertical_w_thumb .carousel-thumb-container .product__media-list li {
    width: 100% !important;
  }

  .media_vertical_w_thumb .media-style__carousel_w_thumb {
    align-items: flex-start;
  }

  .media_vertical_w_thumb .product__info-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    position: sticky;
    top: 155px;
    max-height: calc(100vh - 155px);
    overflow: auto;
  }
}

@media (max-width: 989px) {

  .media-style__carousel_w_thumb .product__info-wrapper,
  .media-style__carousel_w_thumb .product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.icon-with-text .icon,
.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
}

@media (max-width: 589px) {
  .product-form__input {
    flex-wrap: wrap;
  }
}

.product-form form {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.product-info-b .product__description> :first-child,
.product-info-b .product__description> :nth-child(2),
.short_description> :not(:first-child):not(:nth-child(2)) {
  display: none !important;
}

.product-info-b .tab-header.description-block {
  display: flex;
  grid-gap: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.product-info-b .tab-contents {
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.product-info-b .tab-header.description-block .tab-title {
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
}

.product-info-b .tab-header.description-block .tab-title.active,
.product-info-b .tab-header.description-block .tab-title:hover {
  border-bottom: 1px solid #000;
}

.product-info-b .product__info-wrapper .product-form__buttons {
  padding-left: initial;
  margin-top: auto;
  margin-bottom: 0;
}

.subscription_explorer {
  box-sizing: border-box;
  margin: 0 0 16px;
  min-width: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.main-product-section-container .product-info-b .subscription_explorer {
  display: none;
}


.subscription_explorer>.c-tooltip__text,
.subscription_explorer>a {
  display: none;
  position: relative;
  overflow: hidden;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  color: #6cace4;
}

.subscription_explorer>.c-tooltip__text::after,
.subscription_explorer>a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  transition: 0.2s ease-in-out;
}

.subscription_explorer>.c-tooltip__text:hover::after,
.subscription_explorer>a:hover::after {
  transform: translateX(-101%);
}

#subscription-tooltip {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  visibility: hidden;
  position: absolute;
  color: #fff;
  background-color: #4f4f4f;
  bottom: calc(100% + 10px);
  left: 0;
  width: 300px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  padding: 16px;
}

#subscription-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  top: calc(100% - 10px);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #4f4f4f;
}

.recipient-form>input[type="checkbox"]:checked+label .icon-checkmark,
.subscription_explorer>.c-tooltip__text:hover+#subscription-tooltip,
.subscription_explorer>a:hover+#subscription-tooltip {
  visibility: visible;
}

.c-product__guarantee {
  margin: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

.c-product__guarantee__items {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.14;
  color: var(--secondary-text-color);
  margin-bottom: 8px;
  gap: 4px;
}

.c-product__guarantee__items svg {
  margin-right: 10px;
}

.icon-with-text--vertical .icon,
.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}


@media (min-width: 580px) {
  .subscription_explorer {
    flex-direction: row;
    align-items: center;
  }
}

.c-product__headline {
  display: flex;
}

.c-product__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.c-btn-price {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .c-product-action .product-form__buttons {
    margin-bottom: 0;
  }

  .c-product-action,
  .c-product__headline {
    flex-direction: row;
  }

  .product-form__buttons .button {
    min-width: 256px;
    width: 100%;
  }

  .c-product__info {
    margin-bottom: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .product__media-wrapper {
    padding-right: 40px;
  }
}

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product--no-media .product__inventory {
  justify-content: center;
}

.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after,
.product__sku.visibility-hidden::after {
  content: "#";
}

.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .icon {
  fill: rgb(var(--color-foreground));
}

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

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal img+.h4,
.icon-with-text--horizontal svg+.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-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

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

@media screen and (min-width: 750px) {
  .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 .media,
  .product-media-container.media-fit-cover .product__modal-opener {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }

  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

.recipient-form {
  --recipient-checkbox-margin-top: 0.64rem;
  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;
}

.main-product-in-stock-badge,
.main-product-key-points-container,
.main-product-out-of-stock-badge {
  font-size: var(--mobile-font-size-l);
  font-weight: 600;
}

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

.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-fields hr {
  margin: 1.6rem auto;
}

.recipient-form>input[type="checkbox"]:checked~.recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}

.js .recipient-email-label.required,
.recipient-form ul a {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

@media screen and (forced-colors: active) {
  .product-form__input input[type="radio"]:checked+label {
    text-decoration: underline;
  }

  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }

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

.main-product-info-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.main-product-reviews-and-stock-label {
  width: 100%;
}

.main-product-key-points-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: var(--color-blue-5);
  border-radius: 13px;
  color: var(--secondary-text-color);
  padding: 15px 11px;
  row-gap: 10px;
  margin: 8px 0;
}

.main-product-single-key-point {
  max-width: 50%;
  width: 100%;
  display: flex;
  gap: 5px;
}

.main-product-section-container.product.media-style__carousel_w_thumb {
  max-width: 1250px;
}

.main-product-in-stock-badge {
  color: var(--color-green-2);
}

.main-product-out-of-stock-badge {
  color: var(--color-red);
}

.main-product-badge-point {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}

.main-product-in-stock-badge .main-product-badge-point {
  background-color: var(--color-green-2);
}

.main-product-out-of-stock-badge .main-product-badge-point {
  background-color: var(--color-red);
}

.main-product-options-container {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  flex-wrap: wrap;
}

.c-product__guarantee__items-text-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.main-product-section-container .logo-bar {
  justify-content: flex-start;
}

.main-product-section-container .logo-bar .logo-bar__item {
  flex-direction: column;
  gap: 12px;
  max-width: 125px;
}

.main-product-section-container .logo-bar .logo-bar__item .logo-bar__image,
.shipping-info-wrapper .shipping-text p {
  margin: 0;
}

.main-product-section-container .logo-bar .logo-bar__item h3 {
  max-width: max-content;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--secondary-text-color);
}

.product__info-wrapper .c-desc {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.main-product-section-container .c-desc {
  background-color: var(--description-background);
  padding: 16px 24px 20px;
  border-radius: 13px;
}

.main-product-section-container .c-desc h3 {
  color: var(--secondary-text-color);
  font-weight: 600;
  font-size: var(--mobile-font-size-xl);
}

/* Desktop: short description body text size.
   Target the paragraph (and the collapsed short text) rather than the
   .js-long-text wrapper, so the injected "Read more / Read less" span
   (a direct child of .js-long-text) keeps its normal size. */
@media (min-width: 990px) {

  .main-product-section-container .c-desc .js-short-text,
  .main-product-section-container .c-desc .js-long-text p {
    font-size: 18px !important;
  }
}

.main-product-section-container .show-more-button {
  background-color: transparent;
  transition: var(--default-transition);
}

.main-product-section-container .show-more-button[data-more="1"] {
  transform: rotate(90deg);
}

.main-product-section-container .show-more-button span {
  display: block;
  background-color: var(--secondary-text-color);
}

.main-product-section-container .product-description-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-product-section-container .product__media {
  border-radius: 15px;
}

.product .c-product__guarantee__items {
  gap: 14px;
}

.main-product-variant-image-and-text .image-padding-top {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.variant-option-bite-price {
  font-size: var(--mobile-font-size-s-1);
  font-weight: var(--font-weight-normal);
  text-transform: lowercase;
}

.main-product-variant-image-and-text .variant-label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 10px;
  background: var(--text-color);
  border-radius: var(--radius-xs);
  font-size: var(--mobile-font-size-s);
  text-transform: uppercase;
  width: max-content;
}

.main-product-variant-image-and-text .variant-label-text {
  color: var(--color-white);
}

.product-form__input input[type="radio"]+label:hover,
.product-form__input input[type=radio]:checked+label {
  background-color: unset;
}

.variant-option-name {
  text-transform: uppercase;
  font-size: var(--mobile-font-size-m);
  padding-top: 6px;
}

.shipping-info-wrapper {
  align-items: unset;
}

.shipping-info-wrapper .shipping-info-icon-wrapper {
  max-width: 48px;
  width: 100%;
}

.shipping-info-wrapper .shipping-info-icon-wrapper .shipping-info-icon {
  width: 100%;
  height: 100%;
}

.quantity-atc-btn-wrapper {
  display: flex;
  gap: 16px;
}

.product-info-b .quantity-atc-btn-wrapper .product-form__quantity {
  display: block;
  flex-basis: 0;
  border: 2px solid #d5e0ea;
  border-radius: 32px;
}

.product .product-form__input input[type="radio"]+label {
  font-size: 15px;
  font-weight: 500;
}

.thumbnail-slider .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-m);
}

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

  .main-product-section-container {
    display: flex;
    flex-wrap: wrap;
  }

  .product__media-list.slider--mobile .product__media-item,
  .product__media-list.grid--peek .product__media-item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-product-section-container .product__media-icon {
    display: none;
  }

  .grid__item.product__media-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  body .product__media-list .product__media {
    padding-top: 100% !important;
  }

  .product .mobile-title-hidden {
    display: none;
  }

  .product .desktop-title-hidden {
    display: flex;
    width: 100%;
    order: 2;
  }

  .main-product-section-container .product__media-wrapper {
    order: 1;
  }

  .main-product-section-container .product__info-wrapper {
    order: 3;
  }

  .quantity-atc-btn-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .product-info-b .quantity-atc-btn-wrapper .product-form__quantity {
    display: block;
    flex-basis: 100%;
    border: 2px solid #d5e0ea;
    border-radius: 32px;
  }

  .product .product-form__buttons,
  .product-info-b .quantity-atc-btn-wrapper .product-form__quantity .quantity {
    width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .main-product-section-container .c-btn-share {
    display: none;
  }

  .main-product-section-container .c-product-action .product-form__buttons {
    margin-bottom: 0;
  }

  .main-product-section-container .form {
    margin-bottom: 10px;
  }

  .main-product-single-key-point {
    max-width: unset;
  }

  .main-product-key-points-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.yotpo-sr-bottom-line-button .yotpo-sr-bottom-line-text {
  font-family: var(--font-heading-family) !important;
  font-weight: var(--font-weight-normal) !important;
  line-height: var(--line-height-m) !important;
}

.yotpo-sr-bottom-line-right-panel {
  align-self: center !important;
}

.yotpo-star-rating-reviews-summary-icon svg path {
  fill: var(--secondary-text-color);
}

.main-product-section-container .yotpo-star-rating-reviews-highly-rated-topics {
  padding: 0;
}

body.product #bc-order-id+style+.c-product-action:before {
  height: 0 !important;
}

@media screen and (min-width: 750px) {

  .product__media img,
  .product-media-container img,
  .global-media-settings img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }

  .product__media-list .product__media-item {
    overflow: hidden;
  }

  .product__media,
  .product-media-container {
    overflow: hidden;
  }

  .product__media-item.grid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: var(--radius-m);
  }

  .product__media-icon {
    display: none;
  }

  .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .product__media-list .media img {
    display: block;
    object-fit: contain;
  }

  .product__modal-opener--image .product__media-toggle {
    cursor: default;
    pointer-events: none;
  }

  .product__modal-opener--image::after {
    cursor: default;
  }
}

@media screen and (min-width: 990px) {

  body.product {
    overflow: visible;
  }

  .product__media-wrapper {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 130px;
    height: auto;
  }

}