/* ПитомЧик v79.5.6 — более понятное отображение цен на карточках и страницах товара. */

.product-price-stack{
  gap:4px!important;
}
.product-price-label,
.product-old-price-label{
  display:block!important;
  font-size:.62rem!important;
  line-height:1!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
.product-price-label{
  color:#5c7a67!important;
}
.product-old-price-label{
  color:#9a8778!important;
  margin-top:2px!important;
}
.product-price-stack .product-price{
  line-height:1.08!important;
}
.product-price-stack del{
  display:block!important;
  line-height:1.05!important;
}
.status-row .product-price-stack,
.detail-price.product-price-stack{
  align-items:flex-end!important;
  text-align:right!important;
}
@media (max-width:560px){
  .status-row .product-price-stack,
  .detail-price.product-price-stack{
    align-items:flex-end!important;
    text-align:right!important;
  }
  .status-row .product-price-stack .product-price,
  .detail-price.product-price-stack .product-price{
    font-size:1rem!important;
  }
}
