.oota-related-products{

background:#fff;

padding:35px;

margin-top:35px;

border-radius:14px;

box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.oota-related-products h2{

margin-bottom:30px;

font-size:28px;

}

.oota-related-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:25px;

}

.oota-related-card{

text-align:center;

}

.oota-related-card img{

width:100%;

height:auto;

border-radius:10px;

}

.oota-related-card h3{

font-size:17px;

margin:15px 0;

min-height:48px;

}

.oota-related-price{

font-size:20px;

font-weight:bold;

margin-bottom:15px;

}