.store-shell{--store-ink:#111;--store-ink-2:#1a1a1a;--store-line:#222;--store-blood:#b30000;--store-safety:#d4ff00;--store-text:#e5e5e5;--store-muted:#a3a3a3;background-color:var(--store-ink);min-height:100vh;color:var(--store-text);background-image:radial-gradient(circle at 20% 10%,#8b000014,#0000 40%),radial-gradient(circle at 80% 90%,#2229,#0000 50%),linear-gradient(#111 0%,#1a1a1a 100%);background-attachment:fixed;font-family:ui-sans-serif,system-ui,sans-serif}.store-main{max-width:80rem;margin:0 auto;padding:2rem 1rem 4rem}@media (min-width:640px){.store-main{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.store-main{padding-left:2rem;padding-right:2rem}}.store-header{z-index:50;border-bottom:1px solid var(--store-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111111f2;position:sticky;top:0}.store-header-inner{justify-content:space-between;align-items:center;max-width:80rem;height:4rem;margin:0 auto;padding:0 1rem;display:flex}.store-header-left{align-items:center;gap:2rem;display:flex}.store-brand{letter-spacing:.02em;text-transform:uppercase;color:#f5f5f5;font-size:1.5rem;font-style:italic;font-weight:900;text-decoration:none;transform:skew(-6deg)}.store-brand span{color:var(--store-blood)}.store-brand:hover{color:var(--store-safety)}.store-nav{text-transform:uppercase;letter-spacing:.08em;gap:1.5rem;font-size:.875rem;font-weight:600;display:flex}.store-nav a{color:#a3a3a3;text-decoration:none}.store-nav a:hover{color:var(--store-safety)}.store-nav--desktop{display:none}@media (min-width:768px){.store-nav--desktop{display:flex}}.store-nav--mobile{border-top:1px solid var(--store-line);flex-direction:column;padding:.75rem 1rem 1rem}@media (min-width:768px){.store-nav--mobile{display:none!important}}.store-header-right{align-items:center;gap:1rem;display:flex}.store-cart-link{color:#d4d4d4;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex;position:relative}.store-cart-link:hover{color:var(--store-safety)}.store-cart-icon{width:1.25rem;height:1.25rem}.store-cart-label{display:none}@media (min-width:640px){.store-cart-label{display:inline}}.store-cart-badge{background:var(--store-blood);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:-.5rem;right:-.75rem}.store-menu-btn{color:#d4d4d4;cursor:pointer;background:0 0;border:none;padding:.5rem}@media (min-width:768px){.store-menu-btn{display:none}}.store-title{letter-spacing:-.02em;color:#f5f5f5;margin:0;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700}.store-sub{color:var(--store-muted);margin:.5rem 0 0}.store-muted{color:var(--store-muted);margin:.25rem 0 0;font-size:.875rem}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem;display:grid}@media (min-width:768px){.store-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem 1.5rem}}@media (min-width:1024px){.store-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.store-card{background:var(--store-ink-2);border:1px solid var(--store-line);color:inherit;text-decoration:none;transition:border-color .2s;display:block;overflow:hidden}.store-card:hover{border-color:var(--store-safety)}.store-card-media{aspect-ratio:1;background:var(--store-line);overflow:hidden}.store-card-media img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .4s,transform .4s}.store-card:hover .store-card-media img{filter:grayscale(0);transform:scale(1.05)}.store-card-body{padding:1rem}.store-card-body h3{text-transform:uppercase;letter-spacing:.02em;color:#f5f5f5;margin:0;font-size:1rem;font-style:italic;font-weight:900;transform:skew(-6deg)}.store-card:hover .store-card-body h3{color:var(--store-safety)}.store-card-body p{color:var(--store-safety);margin:.35rem 0 0;font-size:.875rem;font-weight:700}.store-ph{color:#525252;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;font-size:.75rem;display:flex}.store-pdp{gap:2rem;display:grid}@media (min-width:768px){.store-pdp{grid-template-columns:1fr 1fr;gap:3rem}}.store-pdp-media{aspect-ratio:1;background:var(--store-line);border:1px solid var(--store-line);overflow:hidden}.store-pdp-media img{object-fit:cover;width:100%;height:100%}.store-pdp-info{flex-direction:column;display:flex}.store-pdp-price{color:var(--store-safety);margin:.75rem 0 0;font-size:1.25rem;font-weight:700}.store-pdp-desc{color:var(--store-muted);white-space:pre-wrap;margin-top:1.5rem;line-height:1.6}.store-pdp-actions{flex-direction:column;gap:.75rem;margin-top:auto;padding-top:2rem;display:flex}.store-btn{text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--store-line);cursor:pointer;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex;box-shadow:4px 4px #8b0000}.store-btn:disabled{opacity:.5;cursor:not-allowed}.store-btn--primary{background:var(--store-safety);color:var(--store-ink)}.store-btn--primary:hover:not(:disabled){background:#fff}.store-btn--dark{color:var(--store-ink);background:#f5f5f5}.store-btn--dark:hover{background:var(--store-safety)}.store-btn--inline{width:auto}.store-cart-layout{gap:2rem;display:grid}@media (min-width:1024px){.store-cart-layout{grid-template-columns:2fr 1fr}}.store-cart-item{border-bottom:1px solid var(--store-line);gap:1rem;padding:1.5rem 0;display:flex}.store-cart-thumb{background:var(--store-line);flex-shrink:0;width:6rem;height:6rem;overflow:hidden}.store-cart-thumb img{object-fit:cover;width:100%;height:100%}.store-cart-item-body{flex:1;min-width:0}.store-cart-item-body h3{color:#f5f5f5;margin:0;font-size:.875rem;font-weight:600}.store-qty{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.store-qty button{color:var(--store-text);cursor:pointer;background:0 0;border:1px solid #404040;width:1.75rem;height:1.75rem}.store-qty span{text-align:center;min-width:1.5rem;font-size:.875rem}.store-remove{margin-left:.5rem;font-size:.875rem;width:auto!important;color:var(--store-muted)!important;border:none!important}.store-remove:hover{color:#ef4444!important}.store-cart-line-total{flex-shrink:0;font-size:.875rem;font-weight:600}.store-summary{background:var(--store-ink-2);border:1px solid var(--store-line);padding:1.5rem;position:sticky;top:5rem}.store-summary h2{color:#f5f5f5;margin:0 0 1rem;font-size:1.125rem}.store-summary-row{color:var(--store-muted);justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;display:flex}.store-summary-row strong{color:#f5f5f5;font-weight:600}.store-summary-total{border-top:1px solid var(--store-line);color:#f5f5f5;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-weight:700;display:flex}.store-summary .store-btn{margin-top:1.5rem}.store-empty{text-align:center;padding:4rem 1rem}.store-empty p{color:var(--store-muted);margin-bottom:1rem}.store-empty .store-btn{width:auto;display:inline-flex}.store-form{flex-direction:column;gap:2rem;max-width:42rem;display:flex}.store-form h2{color:#f5f5f5;margin:0 0 1rem;font-size:1.125rem}.store-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.store-form input{box-sizing:border-box;background:var(--store-ink-2);width:100%;color:var(--store-text);border:1px solid #404040;border-radius:0;padding:.75rem 1rem;font-size:.875rem}.store-form input:focus{outline:2px solid var(--store-safety);outline-offset:0;border-color:#0000}.store-form-span2{grid-column:span 2}.store-error{color:#fecaca;background:#7f1d1d59;border:1px solid #7f1d1d;padding:.75rem 1rem;font-size:.875rem}.store-checkout-foot{border-top:1px solid var(--store-line);padding-top:1.5rem}.store-confirm{text-align:center;max-width:42rem;margin:0 auto;padding:4rem 1rem}.store-confirm h1{margin:0 0 .75rem}.store-confirm .store-btn{width:auto;margin-top:1.5rem;display:inline-flex}.store-page-head{margin-bottom:2rem}
