.hot-ctl{max-width:1100px; margin:0 auto; padding:40px 16px 60px;}
.hot-ctl__heading{font-size:20px; margin:0 0 20px; color:#665040;}
.hot-ctl__grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.hot-ctl__card{display:flex; flex-direction:column; text-decoration:none; color:inherit;}
.hot-ctl__card img{width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:10px; margin-bottom:8px; background:#f1eada;}
.hot-ctl__title{font-size:13px; font-weight:600; color:#665040;}
.hot-ctl__price{font-size:13px; color:#665040; font-weight:700;}

@media (max-width:749px){
  .hot-ctl__grid{grid-template-columns:repeat(2,1fr);}
}
