.products-slider-container{width:100%;overflow:hidden}.section-title{text-align:center;font-size:28px}.slider-wrapper{width:100%;padding:1rem;position:relative;overflow:hidden}.slider-track{gap:20px;transition:transform .7s ease-in-out;display:flex}.product-card{text-align:left;cursor:pointer;color:#000;background:#fff;border-radius:14px;min-width:240px;height:fit-content;padding:15px;text-decoration:none;transition:all .3s;position:relative;box-shadow:0 4px 14px #0000001f}.product-card:hover{transform:translateY(-6px);box-shadow:0 6px 20px #0000002e}.img-box{border-radius:10px;width:100%;height:200px;margin-bottom:12px;overflow:hidden}.img-box .img{object-fit:cover;width:100%;height:100%;position:relative}.product-card h3{margin-bottom:5px;font-size:18px}.product-card p{color:#ff7d29;font-size:17px;font-weight:600}.mobile-grid{padding:1rem}.mobile-product{background:#fff;border:1px solid #eee;border-radius:6px;grid-column:span 6;height:250px;padding:1rem}.mobile-product .img{border-radius:4px;width:100%;height:80%;position:relative}.mobile-product h4{margin:6px 0 4px;font-size:14px}.mobile-product p,.web-product p{color:orange;font-size:16px;font-weight:600}.web-grid{padding:1rem}.web-grid .web-product{grid-column:span 3;width:250px;height:300px}.web-grid .web-product .img{height:90%;position:relative}
