.custom-subcategory-section ul.subcategories{display:flex;flex-wrap:wrap;gap:30px;list-style:none;padding:0;margin:40px 0;justify-content:flex-start}.custom-subcategory-section .subcategory{width:200px;text-align:center;background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:15px;box-shadow:0 2px 6px rgba(0,0,0,0.05);transition:transform 0.2s ease}.custom-subcategory-section .subcategory:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,0.1)}.custom-subcategory-section .subcategory img{max-width:100%;height:auto;border-radius:6px}.custom-subcategory-section .subcategory span{display:block;margin-top:12px;font-weight:600;color:#333;font-size:16px}