.product-list .product-item-wrapper{margin-bottom:24px}.product-list .product-item-wrapper .product-item{box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);width:100%;height:100%}.product-list .product-item-wrapper .product-item .image-box{width:100%;aspect-ratio:1 / 1;overflow:hidden}.product-list .product-item-wrapper .product-item .image-box img{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.product-list .product-item-wrapper .product-item .image-box img:hover{transform:scale(1.2)}.product-list .product-item-wrapper .product-item .text-wrapper{padding:24px;transition:all .5s ease;position:relative;overflow:hidden;text-align:center}.product-list .product-item-wrapper .product-item .text-wrapper .title{margin:0}.product-list .product-item-wrapper .product-item .text-wrapper::after{content:'';position:absolute;inset:0;left:100%;background:linear-gradient(to right, var(--primary-color), var(--primary-color-light));z-index:-1;transition:all .5s ease}.product-list .product-item-wrapper .product-item:hover .text-wrapper{color:#fff}.product-list .product-item-wrapper .product-item:hover .text-wrapper::after{left:0}@media screen and (max-width:768px){.product-list .product-item-wrapper{margin-bottom:12px}.product-list .product-item-wrapper .product-item .text-wrapper{padding:6px}.product-list .product-item-wrapper .product-item .text-wrapper .title{font-size:16px}}