.product-list{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;padding:10px}.product-item{width:calc(25% - 10px);background:#fff;transition:all .3s ease-in-out;position:relative;text-align:center;padding-bottom:10px}.product-img{position:relative;overflow:hidden;background:#fff;padding:10px}.product-img img{width:100%;height:auto;display:block;transition:transform .3s ease-in-out}.sct_cart_btn .btn_cart{position:absolute;right:11px;bottom:15px;padding:8px 9px 7px 7px;background:rgba(0,0,0,.3);color:#fbfbfb;border-radius:7px;border:1px solid #e3e3e3}.sct_cart_btn .btn_cart:hover{background:#fff;color:#000}.product-info{padding:8px;text-align:center}.product-title a{font-size:15px;font-weight:700;color:#333;text-decoration:none;border-bottom:1px solid #e3e6e9}.product-title a:hover{color:#ff5e00}.product-meta{font-size:13px;color:#888;margin-top:5px}.product-price{margin-top:5px;font-size:16px;font-weight:700;color:#e74c3c;display:flex;justify-content:center;gap:8px}.discount{color:#d9534f;font-weight:700;font-size:18px}.new-price{color:#000;font-size:18px;font-weight:700}.product-icons{margin-top:5px;display:flex;justify-content:center;gap:5px}.icon{background:#ff5e00;color:#fff;font-size:11px;padding:2px 5px;border-radius:3px;font-weight:700}.hit{background:#e74c3c}.recommend{background:#ff9800}.new{background:#4caf50}.popular{background:#3f51b5}.sale{background:#9c27b0}.product-share{margin-top:5px;font-size:12px;color:#666;cursor:pointer}.product-share:hover{color:#ff5e00}@media (max-width:1024px){.product-item{width:calc(33.33% - 10px)}}@media (max-width:768px){.product-item{width:calc(50% - 10px)}}@media (max-width:480px){.product-item{width:calc(50% - 10px)}}.shop_icon_7{background:#999;color:#fff;font-size:12px;padding:4px 8px;border-radius:3px;font-weight:700}#sct_sortlst{margin:20px 0!important;border-top:1px solid #000!important;border-bottom:1px solid #dfdfdf!important;zoom:1!important;display:none!important}.product-item:hover{background:#f9e81c;transition:background .3s ease-in-out}.product-item:hover .product-img img{transform:scale(1.05)}.product-item:hover{box-shadow:0 4px 10px rgba(0,0,0,.15);border-radius:5px}