.products-container>div>section{padding:1rem}.product-card{color:#000;background:#fff;border:2px solid #eee;border-radius:12px;grid-column:span 3;height:fit-content;text-decoration:none;transition:all .3s;overflow:hidden}.product-card:hover{border-color:orange;transform:translateY(-4px);box-shadow:0 4px 10px #ffa50040}.img-box{background:#eee;justify-content:center;align-items:center;width:100%;height:300px;display:flex;overflow:hidden}.img-box .img{width:100%;height:100%;position:relative}.details{padding:12px}.details h3{margin-bottom:8px;font-size:16px;font-weight:600}.price{color:orange;margin-bottom:12px;font-size:18px;font-weight:700}.view-btn{color:#fff;cursor:pointer;background:orange;border:none;border-radius:6px;width:100%;padding:10px;font-size:14px;font-weight:700;transition:all .2s}.view-btn:hover{background:#ff8a00}@media (max-width:800px){.product-card{grid-column:span 6;height:fit-content}.img-box{height:200px}}
