.filterbar{border-top:1px solid #eee;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-top:30px;padding:18px 0;display:flex}.filter-left{align-items:center;gap:25px;display:flex}.items-count{font-size:14px;font-weight:500}.show-filter{cursor:pointer;color:#666;background:0 0;border:none;font-size:13px;text-decoration:underline}.filter-right{position:relative}.sort-label{cursor:pointer;font-size:14px;font-weight:500}.dropdown{z-index:10;background:#fff;border:1px solid #eee;width:220px;padding:8px 0;position:absolute;top:35px;right:0;box-shadow:0 4px 12px #00000014}.dropdown-item{cursor:pointer;padding:10px 15px;font-size:13px}.dropdown-item:hover{background:#f5f5f5}.dropdown-item.active{font-weight:600}@media (max-width:768px){.filterbar{padding:14px 0}.items-count{display:none}.filter-left,.filter-right{flex:1;justify-content:center}.filter-left{border-right:1px solid #ddd}.show-filter{color:#000;font-size:14px;font-weight:600;text-decoration:none}.sort-label{font-size:14px;font-weight:600}}
.sidebar{border-right:1px solid #e5e5e5;flex-shrink:0;width:260px;max-width:100%;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px}.sidebar-block{border-bottom:1px solid #e5e5e5;padding:20px 0}.sidebar-header{cursor:pointer;letter-spacing:.5px;justify-content:space-between;font-weight:600;display:flex}.chevron{padding-right:8px;font-size:18px}.sidebar-subtext{color:#777;margin-top:6px;font-size:12px}.sidebar-options{flex-direction:column;gap:8px;margin-top:12px;display:flex}.sidebar-options label{cursor:pointer;gap:6px;font-size:13px;display:flex}@media (max-width:1024px){.sidebar{width:100%}}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;display:grid}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:992px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.product-grid{grid-template-columns:1fr}}.product-card{background:#fff;border:1px solid #eee;width:100%;max-width:100%;padding:16px;transition:all .3s;position:relative}.product-card:hover{box-shadow:0 4px 14px #0000000d}.image-wrapper{aspect-ratio:1;background:#f5f5f5;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.image-wrapper img{object-fit:contain;width:85%;height:85%;transition:transform .3s}.product-card:hover .image-wrapper img{transform:scale(1.04)}.product-info{margin-top:14px}.product-title{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.product-subtext{color:#777;margin-top:6px;font-size:12px;line-height:1.4}.product-subtext .underline{cursor:pointer;color:#000;text-decoration:underline}.wishlist{cursor:pointer;position:absolute;bottom:14px;right:14px}.wishlist svg{width:18px;height:18px;transition:all .2s}.wishlist:hover svg{transform:scale(1.1)}@media (max-width:600px){.product-card{max-width:510px;padding:14px}.product-title{font-size:12px}.product-subtext{font-size:11px}}@media (max-width:430px){.product-card{max-width:390px}}@media (max-width:390px){.product-card{max-width:330px}}
