.category-page{padding:40px}.category-container{width:100%;max-width:1400px;margin:0 auto}.category-title{font-size:26px;font-weight:700;margin-bottom:30px;color:#111827}.search-result-summary{margin:-16px 0 28px;color:#6b7280;font-size:15px}.category-empty{padding:56px 24px;border:1px dashed #d1d5db;border-radius:16px;background:#f9fafb;color:#6b7280;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.product-grid>*{min-width:0}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:500px){.category-page{padding:28px 16px}.category-title{margin-bottom:24px;font-size:22px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.category-empty-state{display:flex;max-width:640px;min-height:300px;flex-direction:column;align-items:center;justify-content:center;margin:20px auto 70px;padding:42px 28px;border:1px solid #f0dfd1;border-radius:20px;background:radial-gradient(circle at top,rgba(199,90,10,.08),transparent 48%),#ffffff;text-align:center}.category-empty-state__icon{display:grid;width:62px;height:62px;place-items:center;margin-bottom:18px;border-radius:18px;background:#fff4e8;color:#c75a0a}.category-empty-state h2{margin:0;color:#18212f;font-size:clamp(20px,3vw,25px)}.category-empty-state p{max-width:480px;margin:12px 0 22px;color:#64748b;font-size:14px;line-height:1.7}.category-empty-state a{display:inline-flex;min-height:42px;align-items:center;padding:0 18px;border-radius:10px;background:#c75a0a;color:#ffffff;font-size:13px;font-weight:750;text-decoration:none}.category-empty-state a:hover{background:#a94c09}