.cstm_product .t4s-product-price {
    display: flex;
    align-items: baseline;
    gap: .5rem;
}
.cstm_product .t4s-product__info-wrapper small {
    line-height: normal;
}
@media(min-width:768px){
.cstm_product .t4s-product__info-container .t4s-product-price,
.cstm_product .t4s-product__info-container span.custom-sale{
    font-size: 1.8rem;
}
}