:root{--brand-primary:#0000;--brand-secondary:#F09837;--brand-text:#000000;--brand-border:#ddd;--brand-radius:8px;--brand-transition:all 0.3s ease;--brand-shadow:0 4px 15px rgba(0, 0, 0, 0.08);--brand-hover-shadow:0 8px 25px rgba(240, 152, 55, 0.15)}.brand-categories-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;margin-bottom:30px;padding:20px 0}.category-card{background:#fff;border:1px solid var(--brand-border);overflow:hidden;transition:var(--brand-transition);box-shadow:0 2px 8px rgb(0 0 0 / .05);cursor:pointer;min-height:130px;position:relative}.category-card:hover{border-color:var(--brand-secondary);box-shadow:var(--brand-hover-shadow);transform:translateY(-3px)}.category-card.category-parent{border-color:var(--brand-primary);border-width:3px;background:#f8f9fa}.category-card.category-parent:hover{background:var(--brand-secondary);color:#fff;transform:translateY(-5px) scale(1.02)}.category-card.category-parent:hover .category-name,.category-card.category-parent:hover .product-count{color:#fff}.category-card.category-parent:hover::before{background:rgb(255 255 255 / .2)}.category-card.category-child-expandable{border-color:#e0e0e0;background:#fff;position:relative}.category-card.active{border-color:var(--brand-secondary);background:#fff8f0;box-shadow:var(--brand-hover-shadow)}.category-card.category-parent.active{background:var(--brand-secondary);color:#fff}.category-card.active .category-name{color:var(--brand-secondary);font-weight:700}.category-card.category-parent.active .category-name,.category-card.category-parent.active .product-count{color:#fff}.category-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;padding:10px;text-align:center;height:100%;box-sizing:border-box;cursor:pointer}.category-image{flex:0 0 auto;margin-bottom:2px;height:70px;display:flex;justify-content:center;align-items:center}.category-image img{max-width:60px;max-height:60px;object-fit:contain;border-radius:0;transition:var(--brand-transition)}.category-card:hover .category-image img{transform:scale(1.1)}.category-info{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center}.category-name{font-size:15px;font-weight:600;color:var(--brand-primary);margin:0 0 4px 0;line-height:1.2;transition:var(--brand-transition)}.category-card.category-parent .category-name{font-size:16px;font-weight:700}.product-count{color:#7f8c8d;font-size:12px;font-weight:400;transition:var(--brand-transition)}.reset-filter{display:inline-block;background:var(--brand-primary);color:#fff;border:none;padding:12px 24px;border-radius:var(--brand-radius);font-size:14px;font-weight:500;cursor:pointer;margin-bottom:30px;transition:var(--brand-transition);text-transform:uppercase;letter-spacing:.5px}.reset-filter:hover{background:var(--brand-secondary);transform:translateY(-2px);box-shadow:var(--brand-shadow)}#brand-products-container{margin-top:20px}.brand-products-shortcode{width:100%}.brand-products-shortcode .woocommerce{margin:0}.brand-products-shortcode .products{display:grid!important;gap:20px;margin:0!important;padding:0!important;list-style:none}.brand-products-shortcode li.product{width:100%!important;padding:24px!important}.brand-products-shortcode img.attachment-woocommerce_thumbnail{max-height:150px!important;object-fit:contain}.brand-products-shortcode.columns-2 .products{grid-template-columns:repeat(2,1fr)}.brand-products-shortcode.columns-3 .products{grid-template-columns:repeat(3,1fr)}.brand-products-shortcode.columns-4 .products{grid-template-columns:repeat(5,1fr)}.brand-products-shortcode.columns-5 .products{grid-template-columns:repeat(5,1fr)}.brand-products-shortcode .product{margin:0!important;border:1px solid var(--brand-border);border-radius:none!important;overflow:hidden;transition:var(--brand-transition);background:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .05);text-align:center}.brand-products-shortcode .product:hover{border-color:var(--brand-secondary);box-shadow:var(--brand-hover-shadow);transform:translateY(-3px)}.brand-products-shortcode .woocommerce ul.products::before{display:none}.loading{text-align:center;padding:40px 20px;color:#7f8c8d;font-style:italic;background:#f8f9fa;border:1px solid #e9ecef;border-radius:var(--brand-radius)}.loading::after{content:"";display:inline-block;width:20px;height:20px;border:2px solid var(--brand-secondary);border-radius:50%;border-top-color:#fff0;animation:spin 1s linear infinite;margin-left:10px}@keyframes spin{to{transform:rotate(360deg)}}.no-products,.no-categories,.error{text-align:center;color:#7f8c8d;font-style:italic;padding:30px 20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:var(--brand-radius);margin:20px 0}.error{color:#e74c3c;background:#fdf2f2;border-color:#f5c6cb}.category-card{opacity:0;animation:fadeInUp 0.6s ease forwards}.category-card[style*="grid-area: 1"]{animation-delay:0.1s}.category-card[style*="/ 2 /"]{animation-delay:0.15s}.category-card[style*="/ 3 /"]{animation-delay:0.2s}.category-card[style*="/ 4 /"]{animation-delay:0.25s}.category-card[style*="/ 5 /"]{animation-delay:0.3s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.brand-categories-grid{grid-template-columns:repeat(4,1fr);grid-gap:15px}.category-card{min-height:140px}.category-name{font-size:14px}.category-card.category-parent .category-name{font-size:15px}.brand-products-shortcode.columns-5 .products,.brand-products-shortcode.columns-4 .products{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.brand-categories-grid{grid-template-columns:repeat(2,1fr);grid-gap:12px}.category-card{min-height:120px}.category-link{padding:12px}.category-image{height:50px;margin-bottom:8px}.category-image img{max-width:45px;max-height:45px}.category-name{font-size:13px;line-height:1.1}.category-card.category-parent .category-name{font-size:14px}.category-card::before{font-size:8px;padding:3px 6px;top:6px;right:6px}.product-count{font-size:11px}.brand-products-shortcode.columns-5 .products,.brand-products-shortcode.columns-4 .products,.brand-products-shortcode.columns-3 .products{grid-template-columns:repeat(2,1fr)}.reset-filter{padding:10px 20px;font-size:13px}}@media (max-width:480px){.brand-categories-grid{grid-template-columns:1fr;grid-gap:10px}.category-card{min-height:100px}.brand-products-shortcode .products{grid-template-columns:1fr!important}}.elementor-widget-shortcode .brand-categories-grid,.elementor-widget-shortcode #brand-products-container{max-width:100%}.elementor-section .brand-categories-grid *,.elementor-section .brand-products-shortcode *{box-sizing:border-box}.category-link:focus{outline:2px solid var(--brand-secondary);outline-offset:2px}.reset-filter:focus{outline:2px solid var(--brand-secondary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.category-card,.category-image img,.reset-filter{animation:none!important;transition:none!important}.category-card:hover,.reset-filter:hover{transform:none!important}}