.o-product__media {
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .o-product__media {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .o-product__media {
    min-width: 100%;
    width: auto;
  }

  .a-badge--sale {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .o-product__media--right {
    order: 2;
  }
}

.o-product__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  left: 0;
  position: absolute;
  top: 1rem;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .o-product__badges {
    top: 2rem;
  }
}

.o-product__information--sticky {
  --product-info-header-offset: var(--header-height);
  --product-info-height: 0px;
  align-self: flex-start;
  overflow-y: auto;
  position: sticky;
  top: min(var(--product-info-header-offset), calc(100vh - var(--product-info-height)));
  transition: top var(--default-transition-easing) var(--default-transition-timing);
}

.o-product__information-inner {
  margin: 0 auto;
  max-width: 60rem;
}

@media screen and (min-width: 768px) {
  .o-product__information-inner {
    padding-left: 1rem;
  }
}

.o-product__title {
  display: flex;
  gap: 1.5rem;
}

.o-product__title h1 {
  flex: 1;
  margin-bottom: 0;
}

.o-product__wishlist {
  margin-left: auto;
  margin-top: 0.2rem;
}

.o-product__wishlist .wishlist-engine-button {
  display: block;
}

.o-product__share {
  gap: 1rem;
}

.o-product__usps {
  flex-direction: column;
  gap: 1.5rem;
}

.o-product__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .o-product__usps {
    flex-direction: row;
    gap: 1.5rem 1rem;
    justify-content: space-evenly;
  }
}

.o-product__contact-button .a-btn {
  display: block;
  text-align: center;
  width: 100%;
}

.o-product__contact-button-message {
  color: rgb(var(--color-secondary-text));
  margin-top: 1.5rem;
}

body.u-no-sticky-header .o-product__information--sticky,
body.u-sticky-header-hidden .o-product__information--sticky {
  --product-info-header-offset: 0px;
}

@media screen and (min-width: 768px) {
  .o-product__mobile-summary {
    display: none;
  }
}

.o-product__mobile-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.o-product__collection-link {
  align-items: center;
  display: none;
  font-size: 13px;
  font-weight: 300;
  gap: 0.4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-decoration: none;
}

.o-product__collection-link .icon {
  display: block;
  height: 13px;
  width: 13px;
}

@media screen and (max-width: 767px) {
  .o-product__collection-link {
    display: inline-flex;
  }

  .o-product__mobile-summary {
    margin-bottom: 1.5rem;
  }

  .o-product__mobile-title {
    margin-bottom: 0.4rem;
  }

  .o-product__mobile-vendor,
  .o-product__mobile-price {
    margin: 0;
  }

  .o-product__mobile-reviews {
    margin: 0.8rem 0;
  }

  .o-product__mobile-price-row {
    align-items: flex-end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }

  .js-product-mobile-price {
    margin-bottom: unset;
  }

  .o-product__mobile-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .o-product__mobile-price-compare {
    color: rgb(var(--color-secondary-text));
    text-decoration: line-through;
  }

  .o-product__mobile-sale-badge {
    background-color: #ac2626;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    /* font-size: 1.3rem; */
    /* font-weight: 500; */
    /* line-height: 1; */
    margin: 0;
    /* padding: 0.55rem 0.95rem; */
    text-transform: none;
    white-space: nowrap;
  }

  .o-product__information-inner .o-product__title,
  .o-product__information-inner .o-product__vendor,
  .o-product__information-app-block {
    display: none;
  }

  .o-product__information-inner .o-product__price,
  .o-product__information-inner .o-product__price + div {
    display: none;
  }
}
