.product-list .product-list-wrapper{padding:48px 0}.product-list .product-list-wrapper .list{display:flex;flex-wrap:wrap;gap:48px}.product-list .product-list-wrapper .list .item{width:calc(100% / 3 - 32px);aspect-ratio:1 / 1;position:relative;box-shadow:1px 1px 10px rgba(0,0,0,0.5);overflow:hidden;cursor:pointer}.product-list .product-list-wrapper .list .item a{display:block;width:100%;height:100%}.product-list .product-list-wrapper .list .item a img{width:100%;height:100%;object-fit:cover;transition:all .6s ease}.product-list .product-list-wrapper .list .item a .content{position:absolute;left:0;bottom:0;width:100%;padding:12px;background:linear-gradient(to right, rgba(13,21,212,0.7), rgba(142,45,226,0.7));color:#fff;font-size:24px;text-align:center;z-index:3}.product-list .product-list-wrapper .list .item::before{display:none;content:'';position:absolute;inset:0;background:rgba(0,0,0,0.1);z-index:1;transition:all .6s ease;border-radius:50%;transform:scale(2)}.product-list .product-list-wrapper .list .item:hover img{transform:scale(1.2)}.product-list .product-type-list{display:flex;flex-direction:column;padding:12px;gap:24px}.product-list .product-type-list .product-type-item{width:100%}.product-list .product-type-list .product-type-item .image-wrapper{width:100%;aspect-ratio:1 / 1}.product-list .product-type-list .product-type-item .image-wrapper img{display:block;width:100%;height:100%;object-fit:cover}.product-list .product-type-list .product-type-item .text{padding:12px 6px;font-size:16px;text-align:center;background:linear-gradient(to right, rgba(13,21,212,0.7), rgba(142,45,226,0.7));color:#fff}@media screen and (max-width:768px){.product-list .product-list-wrapper{padding:24px 12px}.product-list .product-list-wrapper .list{gap:12px}.product-list .product-list-wrapper .list .item{width:calc(100% / 2 - 6px)}.product-list .product-list-wrapper .list .item a .content{padding:6px;font-size:14px}}