.category-container{font-family:Segoe UI,sans-serif;padding:20px;min-height:100vh}.category-title{font-size:2rem;margin-bottom:20px;text-align:center;font-weight:800;color:#263238;line-height:1.2}.subcategory-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;justify-content:center}.subcategory-btn{border:none;padding:10px 16px;cursor:pointer;border-radius:20px;font-weight:500;transition:background-color .3s ease}.subcategory-btn.active{color:#fff}.products-section{margin-top:10px}.product-count{margin-bottom:15px;text-align:center;font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-grid{grid-template-columns:1fr}}.add-confirmation{position:fixed;bottom:16px;left:50%;transform:translateX(-50%);background:#38a169;color:#fff;padding:6px 12px;border-radius:16px;font-weight:600;font-size:12px;line-height:1.2;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;height:auto;width:max-content;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:1000;pointer-events:none}