.o-product {
  z-index: 0;
}
.o-product.sticky-correction {
  margin-top: -7.6rem;
}
.o-product__media {
  z-index: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .o-product__media {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .o-product__media--right {
    order: 2;
  }
  .o-product__media--right + .o-product__information {
    padding-left: 0;
    padding-right: 3rem;
  }
}
.o-product .icon-registry {
  width: 2.5rem;
  height: auto;
}
.o-product__content {
  justify-content: space-between;
}
.o-product__sticky-cta {
  background: var(--color-primary-bg);
  position: sticky;
  left: 0;
  right: 0;
  z-index: 998;
  transition: top var(--default-transition-easing) var(--default-transition-timing), transform var(--default-transition-easing) var(--default-transition-timing);
  transform: unset;
}
.o-product__sticky-cta.up {
  top: calc(var(--header-main-height) - 2px);
}
@media screen and (min-width: 1250px) {
  .o-product__sticky-cta.up {
    top: calc(var(--header-height) - 2px);
  }
}
.o-product__sticky-cta.down {
  top: calc(var(--header-main-height) - 2px);
}
.o-product__sticky-cta--inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 99999;
  border-bottom: 0.5px solid var(--color-primary-border);
}
.o-product__sticky-cta--image img {
  height: 5rem;
  width: auto;
}
.o-product__sticky-cta--hide {
  transform: translateY(calc(var(--header-height) * -1 - 3rem));
}
.o-product__sticky-cta--hide.up {
  top: 0;
}
.o-product__sticky-cta--title {
  display: none;
  margin-left: 2rem;
  font-family: var(--ff-tertiary);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .o-product__sticky-cta--title {
    display: block;
  }
}
.o-product__sticky-cta--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.o-product__sticky-cta--left .o-product__sticky-cta--price {
  display: block;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .o-product__sticky-cta--left .o-product__sticky-cta--price {
    display: none;
  }
}
.o-product__sticky-cta--right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.o-product__sticky-cta--right .o-product__sticky-cta--price {
  display: none;
}
@media screen and (min-width: 768px) {
  .o-product__sticky-cta--right .o-product__sticky-cta--price {
    display: block;
    margin-right: 2rem;
    font-weight: 500;
  }
  .o-product__sticky-cta--right .o-product__sticky-cta--price .m-price {
    color: var(--color-primary-body);
  }
}
.o-product__title {
  margin-bottom: 0.6rem;
  letter-spacing: var(--letter-spacing);
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .o-product__title {
    margin-bottom: 1rem;
    letter-spacing: var(--letter-spacing-md);
  }
}
.o-product__out-of-stock {
  margin-bottom: 1.6rem;
}
.o-product__out-of-stock p {
  font-family: var(--body-fs-lg);
  line-height: var(--body-lh-lg);
}
@media screen and (min-width: 768px) {
  .o-product__out-of-stock {
    margin-bottom: 3.2rem;
  }
}
.o-product__header {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .o-product__header {
    margin-bottom: 3rem;
  }
}
.o-product__header--icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2.4rem;
}
.o-product__header--icons .icon {
  height: 2.2rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .o-product__header--icons .icon {
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .o-product__header--icons {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.o-product__header--collections {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .o-product__header--collections {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.4rem;
  }
}
.o-product__header--link {
  text-transform: none;
  font-family: var(--ff-secondary);
  text-decoration: underline;
  color: var(--color-primary-body);
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
@media screen and (min-width: 768px) {
  .o-product__information {
    padding-left: 7rem;
    padding-top: 2rem;
  }
}
.o-product__information > * + * {
  margin-top: 1.6rem;
}
.o-product__information--sticky {
  position: sticky;
  top: var(--header-height);
  align-self: flex-start;
  overflow-y: hidden;
  transition: top var(--default-transition-easing) var(--default-transition-timing);
}
.o-product__information--sticky-bottom {
  position: sticky;
  bottom: 1rem;
  align-self: flex-end;
  overflow-y: hidden;
}
.o-product__information .o-product__description {
  margin-top: 3rem;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.o-product__information .o-product__description.small {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .o-product__information .o-product__description {
    margin-top: 5rem;
  }
}
.o-product__information .m-list-payment {
  margin: 0;
  margin-top: 1.6rem;
}
.o-product__btn {
  width: 100%;
  text-align: center;
}
.o-product__btns {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.2rem;
  margin-bottom: 1.9rem;
}
@media screen and (min-width: 768px) {
  .o-product__btns {
    gap: 1.5rem;
    margin-top: 4.1rem;
    margin-bottom: 3.1rem;
  }
}
.o-product__btns.js-pdp-set-buttons .m-product-form__submit,
.o-product__btns.js-pdp-set-buttons .m-product-form__buttons {
  display: block;
}
.o-product__btns.js-pdp-set-buttons .o-main-product__outofstock,
.o-product__btns.js-pdp-set-buttons .o-product__out-of-stock {
  display: none;
}
.o-product__btns.js-pdp-set-buttons.out-of-stock {
  gap: 0;
}
.o-product__btns.js-pdp-set-buttons.out-of-stock .m-product-form__submit,
.o-product__btns.js-pdp-set-buttons.out-of-stock .m-product-form__buttons {
  display: none;
}
.o-product__btns.js-pdp-set-buttons.out-of-stock .o-product__out-of-stock {
  margin-bottom: 1.6rem;
}
.o-product__btns.js-pdp-set-buttons.out-of-stock .o-main-product__outofstock,
.o-product__btns.js-pdp-set-buttons.out-of-stock .o-product__out-of-stock {
  display: block;
}
.o-product__payment-info {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  margin-top: 1.9rem;
}
@media screen and (min-width: 768px) {
  .o-product__payment-info {
    margin-top: 3rem;
  }
}
.o-product__payment-info .icon-klarna {
  margin-left: 0.6rem;
  width: 5rem;
}
.o-product__payment-info--text {
  color: var(--color-quaternary-body);
  font-family: var(--ff-tertiary);
  text-transform: uppercase;
  font-size: var(--subtitle-fs);
  line-height: 1.8em;
  text-align: left;
}
.o-product__payment-info--text p {
  letter-spacing: var(--letter-spacing-lg);
}
@media screen and (min-width: 768px) {
  .o-product__payment-info--text {
    text-align: center;
  }
}
.o-product__tax, .o-product__tax a {
  font-family: var(--ff-tertiary);
  color: var(--color-quaternary-body);
  margin-top: 0;
}
.o-product__price {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.o-product__price .m-price-item {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .o-product__price {
    margin-top: 3.2rem;
  }
}
.o-product__share {
  gap: 1rem;
}
.o-product__sku {
  padding: 1.7rem 1.2rem 1.7rem 1.2rem;
}
.o-product__sku h4 {
  font-family: var(--ff-tertiary);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .o-product__sku {
    padding: 1.5rem 2.05rem 1.5rem 2.05rem;
  }
}
.o-product__quantity {
  display: flex;
  column-gap: 1.5rem;
}
.o-product__quantity.a-input {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .o-product__quantity.a-input {
    margin-top: 3rem;
  }
}
.o-product__quantity--label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-family: var(--ff-tertiary);
  font-weight: 500;
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
}
.o-product__collection-information {
  position: relative;
  margin-top: 5rem;
}
.o-product__collection-information--title {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--ff-tertiary);
  font-size: var(--product-collection-information-title-fs);
  line-height: var(--product-collection-information-title-lh);
  color: var(--color-quaternary-body);
}
.o-product__collection-information--block-links {
  margin-top: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-product__collection-information--block-link {
  width: 50%;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1.5px solid var(--color-primary-border);
  color: var(--color-primary-body);
}
@media screen and (min-width: 768px) {
  .o-product__collection-information--block-link {
    width: 39%;
  }
}
.o-product__collection-information--block-link:first-child {
  padding: 1.05rem 2rem;
  font-family: var(--ff-secondary);
  font-size: var(--product-collection-information-link-designer-fs);
  line-height: var(--product-collection-information-link-designer-lh);
}
.o-product__collection-information--block-link:last-child {
  padding: 1.3rem 2rem;
  font-family: var(--ff-primary);
  font-size: var(--product-collection-information-link-collection-fs);
  line-height: var(--product-collection-information-link-collection-lh);
}
.o-product__collection-information--description {
  padding-top: 2.8rem;
}
.o-product__collection-information--description.small {
  padding-bottom: 3rem;
}
.o-product__collection-information--description.small.js-read-more-text {
  max-height: 40rem;
  transition: max-height var(--default-transition-easing) var(--default-transition-timing-lg);
  overflow: visible;
}
.o-product__collection-information--description.small.js-read-more-text.hidden {
  overflow: hidden;
  max-height: 12rem;
  transition: max-height var(--default-transition-easing) var(--default-transition-timing);
}
.o-product__collection-information--description ul {
  padding-left: 1.5rem;
}
.o-product__collection-information--description ul li::before {
  top: -0.05rem;
  left: -1.5rem;
  content: "- ";
  background: none;
  border: none;
  height: unset;
}
.o-product__collection-information--description-container {
  position: relative;
  padding-bottom: 5rem;
}
.o-product__collection-information--links {
  margin-top: 3rem;
}
.o-product__collection-information--link-container:not(:first-child) {
  margin-top: 1.5rem;
}
.o-product__collection-information--btn-container {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 15rem;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.95));
}
.o-product__collection-information--btn-container.hidden {
  padding-top: 2rem;
  transition: padding-top var(--default-transition-easing) var(--default-transition-timing);
}
.o-product__select--container .ts-wrapper.a-select__field.single .ts-control {
  font-family: var(--ff-tertiary);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3.9rem;
  font-size: var(--quantity-fs);
  line-height: var(--quantity-lh);
}
@media screen and (min-width: 768px) {
  .o-product__select--container .ts-wrapper.a-select__field.single .ts-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.o-product__select--container .ts-dropdown-content {
  padding: 0;
}
.o-product__select--container .a-select__field:not(.ts-wrapper) {
  min-width: 10rem;
}
.o-product__select--container.loading {
  opacity: 0.5;
  pointer-events: none;
}
.o-product__wishlist .wishlist-engine[data-added=true] .wishlist-icon::after {
  mask-image: url(wishlist-filled.svg);
  -webkit-mask-image: url(wishlist-filled.svg);
}
.o-product__wishlist .wishlist-engine .wishlist-icon {
  display: flex;
}
.o-product__wishlist .wishlist-engine .wishlist-icon::after {
  content: "";
  background-color: var(--color-primary);
  mask-image: url(wishlist-empty.svg);
  -webkit-mask-image: url(wishlist-empty.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
.o-product__wishlist .wishlist-engine .wishlist-icon svg {
  display: none;
}
.o-product__wishlist:hover {
  cursor: pointer;
}
.o-product .o-main-product__outofstock .a-btn {
  width: 100%;
}
.o-product .o-main-product__outofstock .a-input__field {
  margin-bottom: 0.8rem;
  border: 1px solid var(--color-tertiary-bg);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.o-product .o-main-product__outofstock .a-input__field::placeholder {
  color: var(--color-quaternary-body);
}
.o-product__modal-overlay {
  overflow-y: scroll;
  display: none;
  z-index: 90002;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-color: rgba(20, 20, 20, 0.6);
}
.o-product__modal-overlay.active {
  display: flex;
}
.o-product__contact-modal {
  overflow: visible;
  transform: scale(1);
  transform-origin: center center;
  max-height: 100%;
  border-radius: 2px;
  position: relative;
  outline: 0px;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  align-self: center;
  background: white;
  width: 95%;
  max-width: 65rem;
  padding: 2rem 2rem 3rem;
  flex-direction: column;
}
.o-product__contact-modal #contact_form {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .o-product__contact-modal #contact_form {
    width: 80%;
  }
}
.o-product__contact-modal #contact_form .a-input__field {
  border-color: var(--form-border-color);
  font-family: var(--ff-secondary);
  padding: 0.6rem 1.5rem;
}
.o-product__contact-modal #contact_form .a-input__field::placeholder {
  font-family: var(--ff-secondary);
  color: var(--form-placeholder-color);
}
.o-product__modal-form {
  overflow-y: scroll;
}
.o-product__modal-top {
  display: flex;
  justify-content: right;
  margin-bottom: 1.5rem;
}
.o-product__close-modal {
  cursor: pointer;
}
.o-product__size-guide {
  max-width: 100vw;
}
.o-product__size-guide--inner {
  padding: 4rem 2rem;
  overflow-y: scroll;
  max-height: 80vh;
  max-width: 90vw;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .o-product__size-guide--inner {
    padding: 4rem;
  }
}
.o-product__size-guide--wrapper {
  display: flex;
  gap: 2rem;
  margin: 4rem 0;
  flex-wrap: wrap;
}
.o-product__size-guide--image {
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .o-product__size-guide--image {
    width: 15rem;
  }
}
.o-product__size-guide--image img {
  max-width: 100%;
  height: auto;
}
.o-product__size-guide--label {
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.o-product__size-guide--label, .o-product__size-guide--size {
  font-size: var(--body-fs-xs);
  line-height: var(--body-lh-xs);
  display: block;
  font-family: var(--ff-primary);
  font-weight: 400;
}
.o-product__size-guide--subtext {
  color: var(--color-quaternary-body);
  font-size: var(--body-fs-xs);
  line-height: var(--body-lh-xs);
}
.o-product__usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.o-product__usp {
  display: flex;
  margin-bottom: 1rem;
}
.o-product__usp--icon {
  margin-right: 1rem;
}
.o-product__usp--text {
  color: var(--color-quaternary-body);
  font-family: var(--ff-tertiary);
  font-size: var(--subtitle-fs);
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
}
.o-product__usp .icon-klarna {
  margin-left: 0.6rem;
}

body.u-sticky-header-hidden .o-product__information--sticky, body.u-no-sticky-header .o-product__information--sticky {
  top: var(--header-main-height);
}
