.price--product {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.6;

}
.product-off {
    padding: 3px .7rem 1px;
    margin-right: 7px;
    font-weight: 700;
    background: #fb3449;
    border-radius: 2rem;
    color: #fff;
    font-size: 16px;
    width: 5rem;
}
.product--old-price {
    font-weight: 400;
    color: #aaa;
    font-size: 1.3rem;
}
.product--old-price-text {
    text-align: end;
    padding-left: 3rem;
}
.text-end {
    text-align: end;
}
.pe-2{
    padding-left: 2rem;
}