.o-product--has-sticky-action-bar .o-product__product-form form input,
.o-product--has-sticky-action-bar .o-product__product-form form .m-product-form__submit,
.o-product--has-sticky-action-bar .o-product__product-form form .shopify-payment-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .o-product--has-sticky-action-bar .o-product__product-form form input,
  .o-product--has-sticky-action-bar .o-product__product-form form .m-product-form__submit,
  .o-product--has-sticky-action-bar .o-product__product-form form .shopify-payment-button {
    display: block;
  }
}
.o-product--has-sticky-action-bar .o-product__product-form form .m-product-form__submit-wishlist .a-wishlist-btn {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .o-product--has-sticky-action-bar .o-product__product-form form .m-product-form__submit-wishlist .a-wishlist-btn {
    margin-bottom: 0;
  }
  .o-product--has-sticky-action-bar .o-product__product-form form .m-product-form__submit-wishlist .a-wishlist-btn button {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .o-product--has-sticky-action-bar .o-product__product-form form .shopify-payment-button {
    margin-bottom: 1rem;
  }
}
.o-product__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.o-product__media {
  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;
  }
}
@media screen and (min-width: 768px) {
  .o-product__information {
    padding-left: 3rem;
  }
}
.o-product__information > * + * {
  margin-top: 1.6rem;
}
.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 > .o-product__vendor + .o-product__title {
  margin-top: 0;
}
.o-product__information:has(.o-product__title + .o-product__colors-material) > .o-product__title {
  margin-bottom: 0;
}
.o-product__vendor p {
  margin: 0;
}
.o-product__title {
  margin-bottom: 2rem;
}
.o-product__title h1 {
  margin: 0;
}
.o-product__price * {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.o-product__colors-material {
  font-weight: 300;
}
.o-product__price {
  margin-top: 0;
}
.o-product__price * {
  font-weight: 300;
}
.o-product__share {
  gap: 1rem;
}
.o-product__usp + .o-product__usp {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.o-product div:not(.o-product__usp) + .o-product__usp {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
.o-product__quantity-wishlist {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.o-product__quantity-wishlist .o-product__quantity {
  margin-block: 0;
}
.o-product__quantity-wishlist button.swym-button.swym-button {
  height: 4rem;
}

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