.layout{display:flex;align-items:flex-start}.sidebar{width:220px;height:100vh;position:-webkit-sticky;position:sticky;top:0;padding:20px 10px;border-right:1px solid #eee;box-shadow:2px 0 8px rgba(0,0,0,.05);background:#fff;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{display:none}@media(max-width:768px){.sidebar{position:fixed;top:0;left:-250px;width:220px;z-index:999;height:100vh;transition:left .3s ease;box-shadow:2px 0 12px rgba(0,0,0,.2)}}.sidebar.open{left:0!important}.sidebar .category-wrapper{margin-bottom:10px}.sidebar .category-item{display:flex;gap:10px;padding:8px 0;border-radius:6px;cursor:pointer;justify-content:space-between;align-items:center;transition:background .2s}.sidebar .category-item:hover{background:#f9f9f9}.sidebar .category-item .category-img{flex-shrink:0;border-radius:50%}.sidebar .category-item .category-text{flex:1 1;margin-top:2px;font-size:13px;font-weight:550;color:#2b2b2b}.sidebar .category-item .arrow{margin-top:2px;font-size:18px;color:#2b2b2b}.sidebar .subcategory-list{margin-left:45px;margin-top:5px;display:flex;flex-direction:column;gap:6px}.sidebar .subcategory-list .subcategory-item{font-size:13px;color:#2b2b2b;cursor:pointer;padding:4px 0}.sidebar .subcategory-list .subcategory-item:hover{color:#e91e63}.shop-content{flex:1 1;padding:20px 0 20px 20px}.shop-content .results-header .title{color:#2b2b2b}.shop-content .results-header .highlight,.shop-content .results-header .title{font-weight:600;text-transform:uppercase;font-family:Outfit,sans-serif!important}.shop-content .results-header .highlight{color:#e91e63}.shop-content .results-header .results-count{display:block;font-size:14px;margin-top:5px;font-family:Outfit,sans-serif!important;color:#2b2b2b}.shop-content .empty-state{display:flex;margin-top:50px;align-items:center;flex-direction:column;font-family:Outfit,sans-serif!important}.shop-content .empty-state img{margin-bottom:15px}.shop-content .empty-state p{font-weight:500}