.card-slider-wrapper{overflow:hidden;padding:20px 0;width:100%}.card-slider-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.card-slider-track::-webkit-scrollbar{display:none}.product-card-item{aspect-ratio:4/4;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.1);flex:0 0 calc(23.52941% - 15.29412px);min-width:240px;overflow:hidden;position:relative}.card-bg-img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .5s ease;width:100%;z-index:1}.card-content-overlay{background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.2) 60%,transparent);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:20px;position:absolute;transition:all .4s cubic-bezier(.25,1,.5,1);z-index:2}.card-title{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 8px;transition:color .3s ease}.card-details{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease}.card-details p{color:#f3f4f6;font-size:.9rem;line-height:1.4;margin:0}.product-card-item:hover .card-bg-img{transform:scale(1.05)}.product-card-item:hover .card-content-overlay{background:#fdf6ec;color:#1a1a1a}.product-card-item:hover .card-title{color:#000}.product-card-item:hover .card-details{margin-top:10px;max-height:200px;opacity:1}.product-card-item:hover .card-details p{color:#4a4a4a}@media (max-width:1200px){.product-card-item{flex:0 0 calc(30.76923% - 13.84615px)}}@media (max-width:768px){.product-card-item{flex:0 0 calc(44.44444% - 11.11111px)}}@media (max-width:480px){.product-card-item{flex:0 0 calc(80% - 4px)}}