/* BELARA V6 — catalog cleanup */
.belara2-products-grid{
    direction:rtl;
    align-items:stretch;
}
.belara2-product-card{
    direction:rtl;
    text-align:right;
    display:flex;
    flex-direction:column;
    height:100%;
}
.belara2-product-copy{
    display:flex;
    flex-direction:column;
    flex:1;
}
.belara2-product-copy h3{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    min-height:48px;
    margin-bottom:10px;
    font-weight:800;
    text-transform:none;
}
.belara2-product-image img{
    object-position:center top;
}
.belara2-price{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:5px 8px;
    min-height:54px;
    line-height:1.45;
}
.belara2-price del{
    color:#8b7168;
    font-weight:600;
    opacity:.85;
}
.belara2-price ins{
    color:#2A1210;
    font-weight:900;
    text-decoration:none;
}
.belara2-price-prefix{
    font-size:12px;
    color:#6B4636;
    font-weight:700;
}
.belara2-tax-note{
    display:block;
    width:100%;
    color:#6B4636;
    font-size:11px;
    font-weight:500;
}
.belara2-product-action{
    margin-top:auto;
}
@media(max-width:767px){
    .belara2-product-copy h3{
        min-height:42px;
        font-size:12px;
    }
    .belara2-price{
        min-height:50px;
        font-size:12px;
    }
    .belara2-tax-note{
        font-size:10px;
    }
}
