.o-product__content {
  margin-bottom: var(--spacing-lg-2);
}
.o-product__media {
  margin-bottom: 2rem;
}
@media screen and (min-width: 990px) {
  .o-product__media {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .o-product__media {
    min-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 990px) {
  .o-product__media .m-product-media--slider-side .m-product-media__main-slider .m-swiper__arrow {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .o-product__media .m-product-media--slider-side .m-product-media__main-slider {
    order: 2;
  }
}
@media screen and (min-width: 990px) {
  .o-product__media--right {
    order: 2;
  }
  .o-product__media--right + .o-product__information {
    padding-left: 0;
    padding-right: 3rem;
  }
}
.o-product__media--right .m-product-media--slider-side .m-product-media__thumbs {
  order: 2;
}
.o-product__media .o-product__wishlist {
  position: absolute;
  right: var(--spacing-md);
  bottom: var(--spacing-md);
  z-index: 1;
}
.o-product__media .o-product__wishlist .wishlist-engine {
  background-color: rgb(var(--color-sand-rgb));
  border: 1px solid rgb(var(--color-green-dark-rgb));
}
.o-product__media-info {
  margin-top: 2rem;
}
.o-product__sku {
  margin-left: var(--spacing-xxs);
}
.o-product__btn--discover-more .a-link {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 990px) {
  .o-product__information {
    padding-left: 3rem;
  }
}
.o-product__information--sticky {
  position: sticky;
  top: var(--header-height);
  align-self: flex-start;
  overflow-y: auto;
  transition: top var(--default-transition-easing) var(--default-transition-timing);
}
.o-product__information .m-breadcrumbs__list {
  margin-top: 0;
  margin-bottom: 0;
}
.o-product__information-inner--background {
  padding: var(--spacing-lg);
  border-radius: var(--border-radius-24);
}
.o-product__title h1 {
  margin-bottom: 0;
}
.o-product__share {
  gap: 1rem;
}
.o-product__wishlist .wishlist-engine {
  height: 100%;
  background-color: rgb(var(--color-sand-dark-rgb));
  aspect-ratio: 1/1;
  border: none;
}
.o-product--is-giftcard .o-product__price-quantity-buy {
  align-items: center;
}
.o-product--is-giftcard .o-product__price-quantity-buy .o-product__price {
  flex: 1;
}
.o-product--is-giftcard .o-product__price-quantity-buy .o-product__price .m-price {
  height: auto;
}
.o-product--is-giftcard .o-product__price-quantity-buy .o-product__quantity {
  margin-top: var(--spacing-xs);
  margin-bottom: var(--spacing-xxs);
}
.o-product--is-giftcard .o-product__price-quantity-buy .o-product__product-form {
  width: 100%;
  flex-basis: 100%;
}
.o-product--is-giftcard .m-variants__select.single .ts-control {
  border: 1px solid rgb(var(--color-border));
}
.o-product__accordion {
  --layout-section-padding: var(--spacing-xl);
  --acc-trigger-padding: 0.75rem 0;
}
.o-product__accordion .m-accordion__header {
  padding: var(--acc-trigger-padding);
}
.o-product__accordion .m-accordion__header h3 {
  font-weight: 500;
}
.o-product__accordion .m-accordion:not(.m-accordion--no-borders) {
  border-top: 0;
}
.o-product__accordion .m-accordion + .m-accordion {
  margin-top: 0;
}
.o-product__accordion .o-section {
  border-radius: var(--border-radius-24);
}
.o-product__box-content {
  border-radius: var(--border-radius-30);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.626rem;
}
.o-product__box-content-rte {
  color: rgba(var(--color-green-dark-rgb), 0.6);
}
.o-product__box-content-header {
  justify-content: space-between;
  align-items: flex-start;
}
.o-product__box-content-header-body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 23rem;
}
.o-product__box-content-quantity-badge {
  padding: 0;
}

body.u-sticky-header-hidden .o-product__information--sticky, body.u-no-sticky-header .o-product__information--sticky {
  top: 0;
}
