.store-layout{grid-template-columns:minmax(0,240px) 1fr;align-items:start;width:100%;max-width:100%;display:grid}.store-layout.filters-hidden{grid-template-columns:1fr}.store-sidebar{box-sizing:border-box;background:#000;align-self:stretch;width:240px;max-width:240px;min-height:100vh;max-height:100vh;padding:20px 20px 40px;position:sticky;top:0;overflow-y:auto}.filters-hidden .store-sidebar.desktop-sidebar{display:none}.filter-section{margin-bottom:24px}.filter-title{letter-spacing:4px;color:#aaa;text-transform:uppercase;border-bottom:1px solid #333;margin-bottom:10px;padding-bottom:6px;font-size:11px;font-weight:700}.cat-list,.subcat-list{margin:0;padding:0;list-style:none}.cat-list>li{margin-bottom:6px}.cat-list>li>a{color:#ccc;letter-spacing:2px;text-transform:uppercase;font-size:13px;text-decoration:none}.cat-list>li>a:hover,.cat-list>li.active>a{color:#fff}.subcat-list{border-left:2px solid #222;margin:4px 0 6px 12px}.subcat-list li{margin-bottom:5px;padding-left:10px}.subcat-list li a{color:#888;letter-spacing:2px;text-transform:uppercase;font-size:11px;text-decoration:none}.subcat-list li a:hover,.subcat-list li.active a{color:#fff}.color-swatches{flex-direction:column;gap:10px;display:flex}.color-option a{align-items:center;gap:10px;text-decoration:none;display:flex}.color-swatch{border-radius:50%;flex-shrink:0;width:20px;height:20px;display:inline-block}.color-label{letter-spacing:2px;color:#ccc;text-transform:uppercase;font-size:12px}.color-option.active .color-label{color:#fff}.color-option.active .color-swatch{outline-offset:2px;outline:2px solid #fff}.size-swatches{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.size-swatches .swatch-btn{color:#fff;cursor:pointer;letter-spacing:2px;background:0 0;border:2px solid #fff;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.size-swatches .swatch-btn:hover,.size-swatches .swatch-btn.active{color:#000;background:#fff}.store-products{min-width:0;padding:0 20px 60px}.store-header-row{justify-content:space-between;align-items:center;gap:16px;padding:50px 0 4px;display:flex}.store-header-row h1{letter-spacing:2px;text-transform:uppercase;margin:0;font-size:2rem;font-weight:800}.store-filter-toggle{color:#fff;letter-spacing:3px;cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #fff;padding:8px 18px;font-family:inherit;font-size:11px;font-weight:700;transition:background .2s,color .2s}.store-filter-toggle:hover{color:#000;background:#fff}.store-mobile-filter-btn{display:none}.store-result-count{color:#aaa;letter-spacing:1px;margin:10px 0 0;font-size:.85rem}.store-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin:0;padding:20px 0;list-style:none;display:grid}.filters-hidden .store-grid{grid-template-columns:repeat(4,1fr)}.store-empty{color:#aaa;letter-spacing:1px;padding:40px 0}.product-card{flex-direction:column;display:flex}.product-card-link{color:inherit;text-align:center;text-decoration:none;display:block}.product-card-img{aspect-ratio:2/3;background:#1c1c1c;width:100%;position:relative;overflow:hidden}.product-card-img img{object-fit:cover}.product-card-img .img-front{opacity:1;transition:opacity .35s}.product-card-img .img-back{opacity:0;transition:opacity .35s}.product-card:hover .product-card-img .img-back{opacity:1}.product-card:hover .product-card-img:has(.img-back) .img-front{opacity:0}.product-sale-badge{z-index:3;color:#000;letter-spacing:1px;background:#fff;padding:4px 9px;font-size:12px;font-weight:800;position:absolute;top:10px;right:10px}.product-card.is-soldout .img-front,.product-card.is-soldout .img-back{filter:brightness(.35)}.product-card.is-soldout .product-card-img{background:#0a0a0a}.soldout-overlay{z-index:3;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.soldout-overlay>span{color:#fff;letter-spacing:4px;text-transform:uppercase;background:#00000059;border:2px solid #fff;padding:10px 18px;font-size:1rem;font-weight:800}.product-card-title{letter-spacing:1px;text-transform:uppercase;margin:12px 0 4px;font-size:1rem;font-weight:600}.product-card-brand{letter-spacing:2px;text-transform:uppercase;color:#888;margin:0 0 6px;font-size:.75rem}.product-card-price{letter-spacing:.02em;color:#fff;background:#1a1a1a;border:1px solid #333;margin-top:6px;padding:7px 16px;font-size:1.25rem;font-weight:700;line-height:1.3;display:inline-block}.product-card-price del{opacity:.45;margin-right:8px;font-size:.7em;font-weight:400}.product-card-price ins{font-weight:800;text-decoration:none}.store-drawer-backdrop,.store-drawer{display:none}@media (max-width:1100px){.store-grid,.filters-hidden .store-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.store-layout{grid-template-columns:1fr}.store-sidebar.desktop-sidebar{display:none}.store-products{padding:0 16px 50px}.store-filter-toggle{display:none}.store-mobile-filter-btn{color:#fff;letter-spacing:3px;cursor:pointer;background:0 0;border:2px solid #fff;align-items:center;gap:9px;padding:8px 16px;font-family:inherit;font-size:11px;font-weight:700;display:inline-flex}.filter-hamburger{flex-direction:column;justify-content:center;gap:3px;display:inline-flex}.filter-hamburger span{background:currentColor;width:16px;height:2px;display:block}.store-drawer-backdrop.open{z-index:1500;background:#0009;display:block;position:fixed;inset:0}.store-drawer{z-index:1600;background:#000;width:290px;max-width:85vw;height:100%;padding:16px 20px 40px;transition:transform .3s;display:block;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.store-drawer.open{transform:translate(0)}.store-drawer .store-sidebar{width:auto;max-width:none;min-height:0;max-height:none;padding:0;position:static;overflow:visible}.store-drawer-close{color:#fff;cursor:pointer;float:right;background:0 0;border:none;font-size:26px;line-height:1}}@media (max-width:560px){.store-grid,.filters-hidden .store-grid{grid-template-columns:repeat(2,1fr);gap:14px}.store-header-row h1{font-size:1.5rem}}body.light-mode .store-products,body.light-mode .product-card-title{color:#111}body.light-mode .product-card-price{color:#111;background:#f0f0f0;border-color:#ccc}body.light-mode .product-card-img{background:#f0f0f0}body.light-mode .product-card.is-soldout .product-card-img{background:#c2c2c2}body.light-mode .product-card.is-soldout .img-front,body.light-mode .product-card.is-soldout .img-back{filter:brightness(.9)opacity(.4)}body.light-mode .store-filter-toggle,body.light-mode .store-mobile-filter-btn{color:#111;border-color:#111}body.light-mode .store-filter-toggle:hover{color:#fff;background:#111}
