.product-heading {
  width: 100%;
}

.product-heading__title-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 0.6250rem;
  justify-content: space-between;
  margin-bottom: 0.5625rem;
}

.product-heading__title-wrapper .yotpo-sr-bottom-line-summary>div {
  margin-right: 0 !important;
}

@media screen and (min-width: 750px) {
  .product-heading__title-wrapper {
    margin: 0 0 0.1875rem;
    align-items: center;
    flex-wrap: wrap;
  }
}

.product-heading__title {
  margin: 0;
  font-size: 1.3125rem;
}

@media screen and (min-width: 750px) {
  .product-heading__title {
    font-size: 1.8750rem;
  }
}

.product-heading__tagline-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-heading__price .price--on-sale .price-item--regular {
  font-size: 0.7500rem;
  color: var(--hh-color-subdued);
}

@media screen and (min-width: 750px) {
  .product-heading__price .price--on-sale .price-item--regular {
    font-size: 0.8750rem;
  }
}

.product-heading__price .price dd {
  margin: 0 0.3125rem 0 0;
}

.product-heading__description {
  margin: 0.5625rem 0;
}

@media screen and (min-width: 750px) {
  .product-heading__description {
    margin: 0.8750rem 0;
  }
}

.product__description[hidden] {
  display: none;
}

.rte .product-heading__description-more-link,
.product-heading__description-more-link {
  font: var(--hh-body-small-font);
  color: var(--hh-color-subdued);
  text-decoration: underline;
}

.variant__promos {
  position: absolute;
  left: 0;
  z-index: 5;
}

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

@media screen and (min-width: 750px) {
  .variant__promos {
    bottom: 0.6250rem;
  }
}

.variant__promos:empty {
  display: none;
}

.variant-promo {
  margin: 0;
  background-color: #F6F0DF;
}

.variant-promo--close {
  position: absolute;
  padding: 0;
  right: 0.6250rem;
  background: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.variant-promo--close svg {
  width: 0.6875rem;
  height: 0.6875rem;
}
