.ms-cat-grid{display:grid;gap:20px;list-style:none;padding:0;margin:0}.ms-cat-cols-2{grid-template-columns:repeat(2,1fr)}.ms-cat-cols-3{grid-template-columns:repeat(3,1fr)}.ms-cat-cols-4{grid-template-columns:repeat(4,1fr)}.ms-cat-cols-5{grid-template-columns:repeat(5,1fr)}.ms-cat-cols-6{grid-template-columns:repeat(6,1fr)}.ms-cat-card{position:relative;display:block;height:260px;border-radius:12px;overflow:hidden;text-decoration:none!important}.ms-cat-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.ms-cat-card:hover img{transform:scale(1.08)}.ms-cat-card::after{content:'';position:absolute;inset:0;background:rgb(0 0 0 / .4);transition:background 0.3s ease;z-index:1}.ms-cat-card:hover::after{background:rgb(253 137 43 / .6)}.ms-cat-info{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:2;color:#fff}.ms-cat-name{font-size:18px;font-weight:700;color:#fff;margin:0 0 4px;line-height:1.3}.ms-cat-count{font-size:13px;opacity:.85;font-weight:400}.ms-woocommerce-product-category{margin-bottom:30px}.ms-woocommerce-product-category .product-category-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.ms-woocommerce-product-category .product-category{position:relative;border-radius:12px;overflow:hidden}.ms-woocommerce-product-category .product-category>a{position:absolute;inset:0;z-index:3}.ms-woocommerce-product-category .ms-product-media{height:160px;overflow:hidden}.ms-woocommerce-product-category .ms-product-media img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.ms-woocommerce-product-category .product-category:hover .ms-product-media img{transform:scale(1.05)}.ms-woocommerce-product-category .ms-product-content{padding:12px 14px;background:#fff;border:1px solid #e5e5e5;border-top:none;border-radius:0 0 12px 12px}.ms-woocommerce-product-category .ms-product-title{font-size:14px;font-weight:600;margin:0}.ms-woocommerce-product-category .ms-product-title a{color:#1a1a1a;text-decoration:none}@media (max-width:1024px){.ms-cat-cols-5,.ms-cat-cols-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ms-cat-cols-3,.ms-cat-cols-4,.ms-cat-cols-5,.ms-cat-cols-6{grid-template-columns:repeat(2,1fr)}.ms-cat-card{height:200px}.ms-cat-name{font-size:15px}}@media (max-width:480px){.ms-cat-cols-2,.ms-cat-cols-3,.ms-cat-cols-4,.ms-cat-cols-5,.ms-cat-cols-6{grid-template-columns:repeat(2,1fr)}.ms-cat-card{height:160px}.ms-cat-info{padding:14px}.ms-cat-name{font-size:14px}}