.top-products-card{position:relative;height:350px;border-radius:18px;overflow:hidden;cursor:pointer;color:#fff}.top-products-card__bg{position:absolute;inset:0;background-size:cover;background-position:50%;transition:transform .4s ease}.top-products-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,30,.35),rgba(10,10,25,.85));z-index:1}.top-products-card__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end}@media (hover:hover){.top-products-card:hover .top-products-card__bg{transform:scale(1.08)}}