.product-list-wrapper{padding:80px 0}.product-list .product-item-wrapper{margin-bottom:24px}.product-list .product-item-wrapper .product-item{box-shadow:0 0 29px rgba(128,128,128,0.11);transition:.5s all;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}.product-list .product-item-wrapper .product-item .text-wrapper .title{margin:0}.product-list .product-item-wrapper .product-item .text-wrapper .date{color:#666}.product-list .product-item-wrapper .product-item .text-wrapper::after{content:'';position:absolute;left:0;bottom:0;height:4px;width:0;background:linear-gradient(to right, var(--primary-color), var(--primary-color-light));transition:all .5s ease}.product-list .product-item-wrapper .product-item:hover .text-wrapper::after{width:100%}@media screen and (max-width:768px){.product-list-wrapper{padding:24px 0}.product-list-wrapper .product-item .text-wrapper{padding:6px}.product-list-wrapper .product-item .text-wrapper .title{font-size:16px}.product-list-wrapper .product-item .text-wrapper .date{font-size:14px}}