.product-wrapper{display:flex;flex-direction:column;justify-content:space-between;text-align:center;gap:10px;position:relative;cursor:pointer;height:500px;background-color:#fff;width:19vw!important}.product-img{object-fit:contain!important;width:19vw!important;height:400px!important;overflow:hidden!important}.product-second-img{position:absolute;top:0;object-fit:cover;width:19vw;height:400px;opacity:0;overflow:hidden}.product-second-img:hover{opacity:1}.product-footer{background-color:#000;font-size:.8rem}.product-footer,.product-tag{color:#fff;padding:5px;display:flex;align-items:center;justify-content:center}.product-tag{background-color:#bc0505;position:absolute;top:1rem;height:2.5rem}.last-price{font-size:1.1rem}@media screen and (max-width:900px){.product-img{width:100vw!important}.desktop{display:none}.product-slider-wrapper>div>div:first-child,.product-wrapper{gap:0;width:100vw!important}}