.belonz-product-card{

display:flex;
align-items:center;
gap:30px;

margin:45px 0;

padding:25px;

border-radius:22px;

background:#ffffff;

border:1px solid #ffe5ef;

box-shadow:0 12px 35px rgba(248,90,150,.12);

transition:.35s;

}

.belonz-product-card:hover{

transform:translateY(-4px);

box-shadow:0 20px 45px rgba(248,90,150,.18);

}

.belonz-product-card del .amount{
    color: gray;
}

.belonz-product-image{

width:170px;

flex-shrink:0;

}

.belonz-product-image img{

width:100%;

border-radius:18px;

}

.belonz-product-info{

flex:1;

}

.belonz-badge{

display:inline-block;

padding:7px 16px;

border-radius:30px;

background:#FFF0F6;

color:#F25287;

font-size:13px;

font-weight:700;

margin-bottom:15px;

}

.belonz-product-info h3{

font-size:23px;

margin:0 0 12px;

}

.belonz-product-info h3 a{

text-decoration:none;

color:#2e2e2e;

}

.belonz-rating{

margin-bottom:18px;

}

.belonz-price{

font-size:28px;

font-weight:800;

color:#F25287;

margin-bottom:22px;

}

.belonz-btn{

display:inline-block;

padding:14px 32px;

background:linear-gradient(90deg,#ff6ca8,#f43f78);

color:#fff;

border-radius:14px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.belonz-btn:hover{

opacity:.9;

color:#fff;

}

@media(max-width:768px){

.belonz-product-card{

flex-direction:column;

text-align:center;

}

.belonz-product-image{

width:190px;

}

}