.product__info-wrapper.updated .price {
  margin: 16px 0;
}

.product .product__info-wrapper.updated span.price-item.price-item--sale.price-item--last {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.product .product__info-wrapper.updated .price .price-item {
  color: #59616E;
  font-size: 16px;
  line-height: 20px;
}

.product__info-wrapper.updated .percentage-off {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  padding: 2px 8px;
}

@media screen and (min-width: 750px) {
  .product__info-wrapper.updated .price {
    margin: 20px 0;
  }
}