html,body{background:#fff}
.az-categories-page{max-width:1320px;margin:0 auto;padding:5px 20px 74px;color:var(--az-ink,#1f2937);background:#fff}
.az-categories-hero{overflow:hidden;border-radius:34px;margin:5px 0 20px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.06)}
.az-categories-hero img{display:block;width:100%;height:auto;border-radius:inherit}
.az-listing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:10px 0 22px;padding:0 2px}
.az-listing-head span{display:block;color:var(--az-accent,#ff6a00);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin-bottom:6px}
.az-listing-head h1{margin:0;color:#111827;font-size:30px;line-height:1.1;letter-spacing:-.03em;font-weight:800}
.az-listing-head p{margin:8px 0 0;color:var(--az-muted,#6b7280);font-size:15px}
.az-listing-head strong{white-space:nowrap;background:#fff7ed;color:#7c2d12;border:1px solid #fed7aa;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700;box-shadow:0 10px 24px rgba(249,115,22,.08)}
.az-listing-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}
.az-listing-sidebar{background:#fff;border:1px solid var(--az-line,#ede7df);border-radius:24px;box-shadow:0 12px 28px rgba(15,23,42,.04);padding:18px;position:sticky;top:18px;max-height:calc(100vh - 36px);overflow:auto}
.az-sidebar-filter-form{display:grid;gap:18px}
.az-filter-section{display:grid;gap:10px;padding-bottom:18px;border-bottom:1px solid #f1ede8}
.az-filter-section:last-of-type{border-bottom:0;padding-bottom:0}
.az-filter-section h3{margin:0;color:#111827;font-size:14px;line-height:1.25;font-weight:700;letter-spacing:-.01em}
.az-filter-section label{display:flex;align-items:center;gap:9px;color:#374151;font-size:14px;font-weight:500;line-height:1.35;cursor:pointer}
.az-filter-section input[type=checkbox]{width:16px;height:16px;accent-color:#ff6a00;flex:0 0 auto}
.az-filter-section input:not([type=checkbox]),.az-filter-section select,.az-top-order-form select{width:100%;border:1px solid var(--az-line,#e5e7eb);border-radius:14px;padding:12px 13px;font:inherit;font-size:14px;font-weight:500;min-width:0;background:#fff;color:#111827;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.az-filter-section input:focus,.az-filter-section select:focus,.az-top-order-form select:focus{border-color:#fb923c;box-shadow:0 0 0 4px rgba(251,146,60,.14)}
.az-price-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.az-sidebar-submit{height:44px;border:0;border-radius:14px;padding:0 16px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#4b1d73,#ff6a00);color:#fff;box-shadow:0 14px 28px rgba(255,106,0,.18)}
.az-clear-filters{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:14px;background:#f9fafb;color:#374151;border:1px solid #e5e7eb;text-decoration:none;font-size:14px;font-weight:600}
.az-listing-content{min-width:0}
.az-listing-content-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 16px;background:#fff;border:1px solid var(--az-line,#ede7df);border-radius:24px;padding:18px 20px;box-shadow:0 12px 28px rgba(15,23,42,.04)}
.az-listing-content-head h2{margin:0;color:#111827;font-size:26px;line-height:1.12;font-weight:800;letter-spacing:-.03em}
.az-listing-content-head p{margin:7px 0 10px;color:#6b7280;font-size:14px}
.az-listing-content-head strong{display:inline-flex;color:#7c2d12;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}
.az-top-order-form{display:grid;gap:7px;min-width:190px}
.az-top-order-form label{color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.az-listing-content .az-products-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:start}
.az-listing-content .az-global-product-card,.az-listing-content .az-product-card{width:100%!important;max-width:none!important}
.az-active-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}
.az-active-filters span{display:inline-flex;align-items:center;border:1px solid #fed7aa;background:#fff7ed;color:#7c2d12;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700}
.az-empty-products{border:1px dashed var(--az-line,#ede7df);background:#fff;color:var(--az-ink,#1f2937);border-radius:22px;padding:30px;text-align:center;font-weight:700;margin:22px 0 0;display:grid;gap:6px;place-items:center;min-height:170px}
.az-empty-products span{font-weight:500;color:#6b7280}
.az-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:28px 0 0;flex-wrap:wrap}
.az-pagination a,.az-pagination span{min-width:42px;height:42px;border:1px solid #e5e7eb;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;text-decoration:none;color:#111827;background:#fff;font-weight:700}
.az-pagination a:hover,.az-pagination a.is-active{background:#111827;color:#fff;border-color:#111827}
.az-categories-search{display:flex;align-items:center;gap:10px;max-width:620px;background:#fff;border:1px solid var(--az-line,#ede7df);border-radius:999px;padding:8px 18px;box-shadow:0 14px 35px rgba(15,23,42,.06)}
.az-categories-search-icon{color:var(--az-accent,#ff6a00);font-size:22px;font-weight:700;line-height:1}
.az-categories-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:12px 0;font:inherit;font-size:16px;color:inherit}
.az-categories-help{display:block;margin-top:10px;color:var(--az-muted,#6b7280)}
.az-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}
.az-category-list-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-height:150px;background:#fff;border:1px solid var(--az-line,#ede7df);border-radius:24px;padding:20px;text-decoration:none;color:inherit;box-shadow:0 12px 28px rgba(15,23,42,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.az-category-list-card:hover,.az-category-list-card:focus-visible{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,23,42,.09);border-color:var(--az-line,#ede7df)}
.az-category-list-card:focus-visible{outline:3px solid rgba(15,23,42,.14);outline-offset:3px}
.az-category-list-icon{width:54px;height:54px;border-radius:18px;background:#fff;color:var(--az-accent,#ff6a00);display:grid;place-items:center;border:1px solid var(--az-line,#ede7df)}
.az-category-list-icon svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:2}
.az-category-list-card strong{font-size:17px;line-height:1.3;letter-spacing:-.01em;font-weight:700}
.az-categories-empty{border:1px dashed var(--az-line,#ede7df);background:#fff;color:var(--az-ink,#1f2937);border-radius:22px;padding:22px;text-align:center;font-weight:700;margin:22px 0 0}
@media(max-width:1200px){.az-listing-content .az-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){.az-listing-layout{grid-template-columns:1fr}.az-listing-sidebar{position:static;max-height:none}.az-listing-head{align-items:flex-start;flex-direction:column}.az-listing-head strong{white-space:normal}.az-listing-content-head{flex-direction:column}.az-top-order-form{width:100%}}
@media(max-width:680px){.az-listing-content .az-products-grid{grid-template-columns:1fr!important}.az-categories-page{padding:20px 12px 52px}.az-categories-hero{border-radius:24px}.az-listing-head h1{font-size:24px}.az-listing-content-head h2{font-size:22px}.az-price-row{grid-template-columns:1fr}.az-categories-search{border-radius:22px}.az-categories-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.az-category-list-card{min-height:136px;border-radius:20px;padding:16px}}
