.shop{--bg:#101010;--fg:#eaeaea;--border-color:#222;--border:1px solid var(--border-color);--mono:"Courier New", Courier, monospace;--sans:"Helvetica Neue", Helvetica, Arial, sans-serif;background-color:var(--bg);color:var(--fg);font-family:var(--sans);text-transform:uppercase;grid-template:"sidebar marquee""sidebar main"1fr/2fr 10fr;gap:0;width:100vw;height:100vh;display:grid;overflow:hidden}.shop ::selection{background:var(--fg);color:var(--bg)}.shop a{color:inherit;text-decoration:none}.shop .sidebar{border-right:var(--border);background:var(--bg);flex-direction:column;grid-area:sidebar;justify-content:space-between;display:flex}.shop .sidebar-chrome .cart-btn{display:none}.shop .sidebar-header{border-bottom:var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.shop .sidebar-header span{font-family:var(--sans);text-transform:none;letter-spacing:-1px;white-space:nowrap;font-size:1.5rem;font-weight:700;line-height:1}.shop .sidebar-header svg{opacity:1;width:28px;height:28px;transition:transform .3s}.shop .sidebar-header:hover svg{transform:rotate(90deg)}.shop .nav-list{letter-spacing:0;writing-mode:horizontal-tb;flex-direction:column;gap:1.5rem;padding:1.5rem;font-size:1rem;font-weight:700;list-style:none;display:flex;transform:none}.shop .nav-list li{opacity:.4;justify-content:space-between;align-items:center;transition:opacity .2s;display:flex}.shop .nav-list a{flex:1;justify-content:space-between;align-items:center;display:flex}.shop .nav-list li:hover{opacity:1;text-decoration:none}.shop .nav-list li.active{color:var(--fg);opacity:1;background:0 0;padding:0}.shop .filters{border-top:var(--border);border-bottom:var(--border);padding:1.5rem;font-size:.8rem}.shop .filter-group{margin-bottom:2rem}.shop .filter-group:last-child{margin-bottom:0}.shop .filter-title{font-family:var(--sans);opacity:1;letter-spacing:1px;margin-bottom:1rem;font-weight:700}.shop .filter-item{font-family:var(--mono);opacity:.6;color:inherit;text-transform:inherit;width:100%;font-size:inherit;text-align:inherit;background:0 0;border:none;justify-content:space-between;margin-bottom:.6rem;padding:0;transition:opacity .2s;display:flex}.shop .filter-item:hover{opacity:1;background:0 0;padding-left:0}.shop .sidebar-footer{font-family:var(--mono);opacity:.8;padding:1.5rem;font-size:.75rem;line-height:1.6}.shop .main-content{background:var(--bg);grid-area:main;grid-template-rows:auto 1fr;display:grid;overflow:hidden}.shop .top-bar{border-bottom:var(--border);font-size:.8rem;font-family:var(--mono);opacity:1;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.shop .cart-btn{font-family:var(--sans);text-transform:uppercase;border:1px solid #888;padding:.4rem .8rem;font-size:.8rem;font-weight:700;transition:background-color .2s ease-in,color .2s ease-in,border-color .2s ease-in}.shop .cart-btn:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.shop .cart-arrow{margin-left:.5em;display:inline-block}.shop .cart-btn:hover .cart-arrow{animation:1.5s ease-in-out infinite shop-cart-nudge;display:inline-block}@keyframes shop-cart-nudge{0%,to{transform:translate(0)}50%{transform:translate(3px)}}@media (prefers-reduced-motion:reduce){.shop .cart-btn:hover .cart-arrow{animation:none}}.shop .page-title{font-family:var(--sans);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.shop .shop-grid{grid-template-columns:repeat(3,1fr);display:grid;overflow-y:auto}.shop .shop-grid::-webkit-scrollbar{border-left:var(--border);width:8px}.shop .shop-grid::-webkit-scrollbar-thumb{background:#333}.shop .product-card{border-right:var(--border);border-bottom:var(--border);flex-direction:column;display:flex;position:relative}.shop .product-card:nth-child(3n){border-right:none}.shop .product-image-container{aspect-ratio:4/5;border-bottom:var(--border);flex-grow:1;position:relative;overflow:hidden}.shop .product-image-container img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .3s}.shop .product-card:hover .product-image-container img{filter:grayscale(0%)}.shop .product-meta{font-size:.65rem;font-family:var(--mono);color:var(--bg);background:var(--fg);z-index:10;padding:4px 8px;font-weight:700;position:absolute;top:15px;left:15px}.shop .product-info{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.shop .product-name{font-family:var(--sans);letter-spacing:-.5px;font-size:1.25rem;font-weight:700}.shop .product-price-row{font-family:var(--mono);opacity:.8;justify-content:space-between;font-size:.8rem;display:flex}.shop .add-to-cart{border:1px solid var(--border-color);color:var(--fg);font-family:var(--sans);text-transform:uppercase;background:0 0;width:100%;margin-top:.5rem;padding:.8rem;font-weight:700;transition:all .2s}.shop .product-card:hover .add-to-cart{border-color:var(--fg)}.shop .add-to-cart:hover:not(:disabled),.shop .add-to-cart.is-busy{background:var(--fg);color:var(--bg)}.shop .shop-marquee{border-bottom:var(--border);width:auto;font-size:.75rem;font-family:var(--mono);white-space:nowrap;color:var(--fg);grid-area:marquee;padding:12px 0;overflow:hidden}.shop .shop-marquee-track{width:max-content;display:flex;animation:none!important}.shop .shop-marquee-copy{flex-shrink:0}.shop .product-card.sold-out .product-image-container:before{content:"";background:color-mix(in srgb, var(--bg) 58%, transparent);z-index:1;pointer-events:none;position:absolute;inset:0}.shop .product-card.sold-out .product-image-container img,.shop .product-card.sold-out:hover .product-image-container img{filter:grayscale()brightness(.45)contrast(.95)}.shop .sold-out .product-image-container:after{content:"SOLD OUT";font-family:var(--sans);letter-spacing:-1px;color:var(--bg);background:var(--fg);white-space:nowrap;z-index:2;border:none;padding:.5rem 1rem;font-size:2.5rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shop .sold-out .add-to-cart{opacity:.3;text-decoration:line-through}@media (max-width:900px),(hover:none){.shop .product-image-container img{filter:none}.shop .add-to-cart{border-color:var(--fg)}}@media (max-width:900px){:is(html:has(.shop),body:has(.shop)){height:auto;overflow:auto}.shop{grid-template:"marquee""sidebar""main"/1fr;width:100%;height:auto;min-height:100dvh;overflow:visible}.shop .sidebar{border-right:none;border-bottom:var(--border)}.shop .shop-marquee{align-items:center;height:2rem;padding:0;font-size:.75rem;display:flex}.shop .sidebar-footer{display:none}.shop .sidebar-chrome{grid-template-columns:1fr auto;align-items:center;padding:1rem 1rem 0;display:grid}.shop .sidebar-header{border-bottom:none;padding:0}.shop .sidebar-header span{letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.shop .sidebar-header svg{display:none}.shop .sidebar-chrome .cart-btn{padding:.4rem .65rem;font-size:.7rem;display:block}.shop .top-bar .cart-btn{display:none}.shop .nav-list{letter-spacing:.04em;flex-flow:row;justify-content:space-between;align-items:center;gap:.4rem;padding:.75rem 1rem 1rem;font-size:.58rem}.shop .nav-list li,.shop .nav-list a{flex:none;justify-content:flex-start}.shop .main-content{overflow:visible}.shop .top-bar{flex-wrap:wrap;gap:.75rem}.shop .shop-grid{grid-template-columns:1fr;overflow:visible}.shop .product-card,.shop .product-card:nth-child(3n){border-right:none}.shop .sold-out .product-image-container:after{font-size:clamp(1.25rem,8vw,2.5rem)}}
