.category-sidebar{flex-shrink:0;width:220px}.category-sidebar-title{text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;border-bottom:2px solid #1a1a1a;margin-bottom:1rem;padding-bottom:.75rem;font-size:.8rem;font-weight:700}.category-list{margin:0;padding:0;list-style:none}.category-list-item{color:#444;cursor:pointer;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;transition:color .2s;display:flex}.category-list-item:hover{color:#1a1a1a}.category-list-item.active{color:#1a1a1a;font-weight:600}.category-count{color:#888;margin-left:6px;font-size:.8rem}@media (max-width:900px){.category-sidebar{width:195px}}@media (max-width:767px){.category-sidebar{width:100%}.category-list{flex-wrap:wrap;gap:.5rem;display:flex}.category-list-item{border:1px solid #e0e0e0;border-radius:20px;padding:.4rem .75rem;font-size:.85rem}.category-list-item.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}}.mobile-category-btn,.category-overlay{display:none}@media (max-width:767px){.mobile-category-btn{color:#fff;cursor:pointer;margin-bottom:20px;background:#000;border:1px solid #000;border-radius:8px;justify-content:center;align-items:center;width:fit-content;margin-inline:auto;padding:12px 50px;font-size:16px;font-weight:600;transition:all .5s;display:flex}.mobile-category-btn:hover{color:#000;background:0 0;border:1px solid #000}.category-overlay{z-index:9999;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;display:block;position:fixed;inset:0}.category-overlay.active{opacity:1;visibility:visible}.category-sidebar{z-index:99999;opacity:0;visibility:hidden;background:#fff;border-radius:20px;width:90%;max-height:80vh;padding:25px 20px;transition:all .4s;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-60%)}.category-sidebar.active{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.category-sidebar-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.category-close{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;width:35px;height:35px;font-size:24px}.category-close:hover{opacity:.8}}
.products-page{width:100%;max-width:1440px;min-height:60vh;margin:148px auto 0;padding:4rem 2rem}.products-container{width:100%}.products-header{text-align:center;margin-bottom:3rem}.products-header h1{color:#1a1a1a;margin-bottom:1rem;font-family:jost,sans-serif;font-size:3rem;font-weight:500}.products-header p{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.products-layout{align-items:flex-start;gap:3rem;display:flex}.products-content{flex:1;min-width:0}.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media screen and (max-width:1199px){.products-grid{gap:1.5rem}}@media screen and (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.products-header h1{font-size:30px}.products-grid{gap:1.3px}}@media screen and (max-width:900px){.products-layout{gap:2.5rem}.products-grid{gap:1.2rem}}@media screen and (max-width:767px){.products-page{margin-top:0;padding-block:50px}.products-layout{flex-direction:column;gap:1.5rem}}@media screen and (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}.products-header h1{font-size:28px}}@media screen and (max-width:575px){.products-grid{gap:12px}}@media screen and (max-width:480px){.products-grid{gap:8px}}
