:root{--ink:#0b1420;--navy:#061522;--navy2:#0b2940;--blue:#1e5f94;--blue2:#2c79b2;--gold:#d7a817;--gold2:#f0c43d;--red:#a92d2a;--paper:#f2f4f6;--line:#c4cdd5;--muted:#65717e;--white:#fff;--shadow:0 14px 32px rgba(4,18,31,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--paper);position:relative;isolation:isolate}body:before{content:"";position:fixed;z-index:-2;left:-110px;top:34vh;width:390px;height:390px;border:34px solid rgba(198,45,45,.035);border-radius:50%;box-shadow:inset 0 0 0 8px #1e5f9408,0 0 0 34px #1e5f9405;pointer-events:none}body:after{content:"";position:fixed;z-index:-2;right:-150px;bottom:8vh;width:430px;height:430px;border:1px solid rgba(30,95,148,.06);border-radius:50%;box-shadow:-55px 0 0 -54px #1e5f9414,0 0 0 85px #d7a81705;pointer-events:none}a{color:inherit}.wrap{width:min(1160px,calc(100% - 34px));margin:auto}header{position:sticky;top:0;z-index:100;background:#fafbfcf7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #bfc9d1}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:950;font-size:23px;letter-spacing:-1.2px}.brand img{width:46px;height:46px;object-fit:cover;border:1px solid #9eacb7;border-radius:6px;box-shadow:0 2px #06152214}.vault{color:var(--blue)}nav{display:flex;gap:30px}nav a{text-decoration:none;font-weight:850;font-size:14px}nav a:hover{color:var(--blue)}.hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(120deg,#06131f,#0a253a,#123f61);padding:52px 0 58px;border-bottom:3px solid var(--gold)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.11;background:linear-gradient(25deg,transparent 0 72%,rgba(215,168,23,.32) 72.2% 72.5%,transparent 72.7%),repeating-linear-gradient(135deg,transparent 0 38px,rgba(255,255,255,.035) 39px 40px),radial-gradient(circle at 18% 22%,rgba(215,168,23,.8) 0 1px,transparent 2px),radial-gradient(circle at 76% 38%,rgba(255,255,255,.7) 0 1px,transparent 2px)}.hero:after{content:"";position:absolute;width:500px;height:500px;right:-270px;top:-290px;border:1px solid rgba(215,168,23,.22);border-radius:50%;box-shadow:0 0 0 24px #d7a8170b,0 0 0 78px #ffffff05}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:300px 1fr;gap:58px;align-items:center}.hero-logo{width:100%;background:#fff;border:2px solid #d8e0e5;border-radius:7px;padding:6px;box-shadow:0 22px 42px #0000006b}.kicker{font-size:10px;letter-spacing:3px;font-weight:950;color:var(--gold2);margin-bottom:10px}.hero h1{font-size:clamp(42px,6vw,70px);line-height:.94;letter-spacing:-3.4px;margin:0 0 18px}.hero p{max-width:680px;font-size:18px;line-height:1.55;color:#eaf3f8;margin:0 0 25px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.cta,.ghost{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;padding:13px 20px;border-radius:5px}.cta{background:var(--gold);color:#101820;border:1px solid #9d7900;box-shadow:0 4px #9d7900}.ghost{border:1px solid #ffffff55;color:#fff;background:#ffffff0b}.cta:hover,.ghost:hover{transform:translateY(-1px)}.hero-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}.hero-tags span{font-size:10px;font-weight:900;letter-spacing:1px;padding:7px 9px;border:1px solid #ffffff2b;background:#ffffff08;border-radius:3px}.home-section{padding:48px 0;position:relative}.home-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(#f2f4f6eb,#f2f4f6eb),repeating-linear-gradient(90deg,transparent 0 54px,rgba(30,95,148,.025) 55px,transparent 56px),repeating-linear-gradient(0deg,transparent 0 54px,rgba(169,45,42,.018) 55px,transparent 56px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-head h2{margin:0;font-size:32px;letter-spacing:-1.3px}.section-head p{margin:0;color:var(--muted);font-size:14px}.shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.shop-card{position:relative;min-height:170px;overflow:hidden;text-decoration:none;padding:25px;color:#fff;border:1px solid rgba(255,255,255,.12);background:#0b2538;box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%)}.shop-card:before{content:"";position:absolute;right:-40px;top:-75px;width:175px;height:245px;transform:rotate(13deg);border:1px solid #ffffff28;background:#ffffff06;border-radius:5px}.shop-card:after{content:"";position:absolute;right:24px;top:24px;width:78px;height:108px;transform:rotate(13deg);border:1px solid #ffffff30;border-radius:4px}.shop-card>*{position:relative;z-index:2}.shop-card .type{font-size:9px;letter-spacing:2px;font-weight:950;color:var(--gold2);margin-bottom:8px}.shop-card h3{font-size:24px;letter-spacing:-.6px;margin:0 0 5px}.shop-card p{font-size:13px;color:#d9e6ef;margin:0}.pokemon{background:linear-gradient(135deg,#143d5d,#091d2c)}.sports{background:linear-gradient(135deg,#202f41,#0a1926)}.sealed{background:linear-gradient(135deg,#174a63,#0a2030)}.custom{background:linear-gradient(135deg,#4b3c16,#142a39)}.shop-card:hover{transform:translateY(-2px);box-shadow:0 16px 35px #05182729}.search-strip{margin-top:14px;border:1px solid #aebbc5;background:#fff;padding:10px;display:flex;gap:9px;box-shadow:0 6px 18px #05182712}.search-strip input{flex:1;min-width:0;border:0;outline:0;font-size:15px}.search-strip button{border:1px solid #9d7900;background:var(--gold);font-weight:950;padding:10px 15px;border-radius:4px;cursor:pointer}.page{padding:34px 0 58px;min-height:70vh;position:relative}.page h1{font-size:42px;letter-spacing:-1.8px;margin:18px 0 14px}.page-lead{color:var(--muted);font-size:14px;margin:0 0 18px}.crumb{display:inline-block;text-decoration:none;color:var(--blue);font-size:13px;font-weight:850}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.choice{position:relative;text-decoration:none;color:#fff;background:linear-gradient(135deg,#0c3049,#0b1e2d);border:1px solid #24465d;padding:28px;min-height:190px;box-shadow:var(--shadow);overflow:hidden;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%)}.choice:after{content:"";position:absolute;right:-40px;bottom:-70px;width:180px;height:230px;transform:rotate(-13deg);border:1px solid #ffffff24}.choice h2{margin:0 0 8px;font-size:31px}.choice p{margin:0;color:#d8e5ee;font-size:14px}.catalog{background:#fffffff7;border:1px solid var(--line);box-shadow:var(--shadow);padding:16px;margin-top:18px;position:relative;overflow:hidden}.catalog:before{content:"";position:absolute;right:-50px;top:-75px;width:150px;height:210px;transform:rotate(14deg);border:1px solid rgba(30,95,148,.07);pointer-events:none}.catalog-head{display:flex;justify-content:space-between;align-items:end;gap:14px;border-bottom:1px solid #e2e7eb;padding-bottom:15px}.catalog-head h1{margin:0;font-size:34px}.catalog-count{text-transform:uppercase;letter-spacing:1.4px;font-size:10px;font-weight:900;color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:6px;padding:14px 0 0}.filter-heading{width:100%;font-size:9px;letter-spacing:1.5px;font-weight:950;text-transform:uppercase;color:var(--muted);margin-top:3px}.filter{border:1px solid #c1ccd5;background:#fff;color:#294256;text-decoration:none;font-size:12px;font-weight:850;padding:7px 10px;border-radius:3px;white-space:nowrap}.filter.active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:inset 0 -2px 0 var(--gold)}.filter:hover{border-color:var(--blue);color:var(--blue)}.toolbar{display:flex;gap:9px;margin-top:13px}.search{flex:1;min-width:0;border:1px solid #c5d0d8;padding:11px 12px;font-size:14px;outline:none}.sort{border:1px solid #c5d0d8;background:#fff;padding:10px;font-weight:800;color:#294256}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}.product{background:#fff;border:1px solid #c4ced6;box-shadow:0 7px 20px #05182712;transition:transform .15s,box-shadow .15s;overflow:hidden}.product:hover{transform:translateY(-3px);box-shadow:0 14px 30px #05182724}.product-link{text-decoration:none;display:block}.product-img{height:310px;background:linear-gradient(145deg,#e5e9ed,#fafbfc);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:1px solid #d5dde3}.product-img img{width:100%;height:100%;object-fit:cover}.product-img.real-product{padding:18px}.product-img.real-product img{object-fit:contain;width:100%;height:100%;box-shadow:0 12px 24px #05182738}.listing-chip{position:absolute;left:9px;top:9px;background:#fffffff0;border:1px solid #b8c4cd;color:#173b57;padding:5px 7px;font-size:8px;font-weight:950;letter-spacing:1px}.product-body{padding:13px}.product-topline{display:flex;justify-content:space-between;gap:6px;align-items:center}.meta{font-size:9px;font-weight:950;letter-spacing:1px;text-transform:uppercase}.category-meta{color:var(--red)}.set-mini{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product h3{font-size:17px;margin:6px 0 7px;letter-spacing:-.3px}.listing-meta{display:flex;gap:5px;flex-wrap:wrap}.listing-meta span{background:#edf2f5;border:1px solid #d7e0e6;padding:5px 6px;font-size:9px;font-weight:800;color:#455d6e}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.price{font-size:20px;font-weight:950}.view-product{font-size:9px;font-weight:950;letter-spacing:.8px;text-transform:uppercase;color:var(--blue)}.card-face{width:78%;height:90%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:950;color:#18364b;background:linear-gradient(135deg,#d9e3ea,#f8fafb);border:1px solid #b8c6d0;position:relative;padding:15px}.card-face small{position:absolute;bottom:12px;font-size:9px;font-weight:700;color:#607383}.placeholder-tag{position:absolute;top:8px;left:8px;font-size:7px;letter-spacing:1px;color:#6b7c88;border:1px solid #bcc8d0;padding:4px;background:#fff}.empty{grid-column:1/-1;border:1px dashed #b8c5ce;background:#fff;padding:35px;text-align:center;color:var(--muted)}.product-detail{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.8fr);gap:44px;align-items:start;margin-top:22px}.real-gallery{position:sticky;top:105px}.main-photo{background:linear-gradient(145deg,#061522,#123b58);border:1px solid #29485e;min-height:620px;display:flex;align-items:center;justify-content:center;padding:24px;box-shadow:0 18px 38px #05182733;position:relative;overflow:hidden}.main-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0 48%,rgba(215,168,23,.08) 48.2% 48.6%,transparent 48.8%),radial-gradient(circle at 85% 15%,rgba(215,168,23,.11),transparent 22%);pointer-events:none}.main-photo img{max-width:100%;max-height:590px;object-fit:contain;box-shadow:0 18px 35px #0000006b}.photo-caption{font-size:10px;color:var(--muted);margin:9px 0}.thumbs{display:flex;gap:9px}.thumb{border:2px solid #c5d0d8;background:#fff;padding:5px;cursor:pointer;width:92px}.thumb.active{border-color:var(--gold)}.thumb img{display:block;width:100%;height:105px;object-fit:cover}.thumb span{display:block;font-size:9px;font-weight:900;margin-top:4px}.detail-kicker{display:flex;gap:7px;align-items:center;color:var(--red);font-size:10px;font-weight:950;letter-spacing:1.4px;text-transform:uppercase}.real-badge{background:var(--navy);color:#fff;padding:6px 8px;font-size:8px;letter-spacing:1px}.detail-info h1{font-size:58px;line-height:.95;letter-spacing:-2.8px;margin:16px 0 10px}.detail-price{font-size:43px;font-weight:950;margin-bottom:13px}.detail-badges{display:flex;gap:6px;flex-wrap:wrap}.detail-badges span{border:1px solid #cbd5dd;background:#f4f7f8;padding:7px 9px;font-size:11px;font-weight:850}.detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:22px 0}.detail-specs>div{border:1px solid #d0d9df;background:#fff;padding:13px}.detail-specs small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:1.2px;font-weight:900;margin-bottom:5px}.detail-specs strong{font-size:13px}.condition-note{border-left:3px solid var(--gold);background:#fff9e3;padding:13px;margin:18px 0;color:#4d4a3a}.condition-note strong{font-size:12px}.condition-note p{font-size:12px;line-height:1.45;margin:5px 0 0}.purchase-cta{display:flex;align-items:center;justify-content:center;text-decoration:none;background:var(--gold);color:#101820;border:1px solid #9d7900;box-shadow:0 4px #9d7900;font-weight:950;padding:15px;border-radius:4px}.purchase-note{font-size:11px;color:var(--muted);text-align:center}.contact-card{background:linear-gradient(135deg,#081d2e,#174c78);color:#fff;padding:30px;border:1px solid #284b62;box-shadow:var(--shadow);max-width:850px}.contact-card h2{font-size:32px;margin:0 0 18px}.email{font-size:20px;font-weight:850}.email a{color:#fff}.social-row{display:flex;gap:9px;margin-top:25px}.social{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #6e8ca3;background:#ffffff08;text-decoration:none;color:#fff}.social svg{width:22px;height:22px}footer{background:#061421;color:#d9e4eb;border-top:2px solid var(--gold);margin-top:25px}.footer-main{display:flex;justify-content:space-between;gap:28px;padding:28px 0}.footer-brand{font-weight:950;font-size:21px}.footer-copy{color:#94a8b7;font-size:13px;margin-top:6px}.footer-links{display:flex;gap:20px;align-items:center}.footer-links a{font-size:12px;font-weight:850;text-decoration:none}.footer-socials{display:flex;gap:7px}.footer-socials .social{width:40px;height:40px}.footer-bottom{border-top:1px solid #1d3444;padding:13px 0;color:#78909f;font-size:10px}@media(max-width:900px){.hero-inner{grid-template-columns:220px 1fr;gap:35px}.grid{grid-template-columns:repeat(3,1fr)}.product-detail{grid-template-columns:1fr}.real-gallery{position:static}.main-photo{min-height:520px}.detail-info h1{font-size:48px}}@media(max-width:650px){.wrap{width:calc(100% - 24px)}.nav{min-height:74px}.brand{font-size:18px}.brand img{width:36px;height:36px}nav{gap:18px}nav a{font-size:12px}.hero{padding:35px 0 42px}.hero-inner{grid-template-columns:1fr;gap:25px}.hero-logo{width:190px}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-actions{width:100%}.cta,.ghost{flex:1}.section-head{display:block}.section-head h2{font-size:28px}.section-head p{margin-top:5px}.shop-grid{grid-template-columns:1fr}.shop-card{min-height:145px}.shop-card h3{font-size:22px}.choice-grid{grid-template-columns:1fr}.page{padding-top:25px}.page h1{font-size:34px}.catalog{padding:13px}.catalog-head h1{font-size:29px}.filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.filter{flex:0 0 auto}.toolbar{flex-direction:column}.grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-img{height:235px}.product-img.real-product{height:255px;padding:10px}.product-body{padding:10px}.product h3{font-size:14px;margin:5px 0}.meta,.set-mini{font-size:8px}.listing-meta span{font-size:8px;padding:4px 5px}.price{font-size:17px}.view-product{font-size:7px}.main-photo{min-height:440px;padding:15px}.main-photo img{max-height:415px}.detail-info h1{font-size:39px}.detail-price{font-size:34px}.detail-specs{grid-template-columns:1fr 1fr}.footer-main{display:grid;grid-template-columns:1fr;gap:18px}.footer-links{order:3;gap:18px}.footer-socials{order:2}.contact-card{padding:23px}.email{font-size:17px}}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.category-card{position:relative;min-height:220px;overflow:hidden;border-radius:12px;border:1px solid #243747;background:#071a2b;color:#fff;text-decoration:none;box-shadow:0 8px 24px #06152228}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .25s}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071a2b08 15%,#071a2bda)}.category-card:hover img{transform:scale(1.035)}.category-copy{position:absolute;z-index:2;left:20px;right:20px;bottom:18px}.category-copy .type{font-size:10px;font-weight:950;letter-spacing:2px;color:#f7c515;margin-bottom:5px}.category-copy h3{font-size:23px;margin:0 0 4px}.category-copy p{font-size:12px;margin:0;color:#d9e5ed}.category-card.wide{grid-column:1/-1;min-height:190px}@media(max-width:560px){.category-grid{grid-template-columns:1fr}.category-card.wide{grid-column:auto}.category-card{min-height:190px}}.social svg{width:24px;height:24px;display:block}.footer-socials .social{border-radius:3px}.footer-socials .social svg{width:23px;height:23px}.social-row .social{border-radius:3px}.social-row .social svg{width:25px;height:25px}@media(max-width:650px){.footer-main{padding:25px 0 20px}.footer-socials{display:flex;gap:9px}.footer-socials .social{width:46px;height:46px}.footer-links{gap:22px}}.home-search{background:#eef2f5;padding:18px 0;border-bottom:1px solid #d5dee5}.home-search-box{display:grid;grid-template-columns:auto 1fr minmax(320px,1.5fr);align-items:center;gap:14px;background:#fff;border:1px solid #c4d0d8;box-shadow:0 8px 22px #05182714;padding:12px 14px}.search-icon{width:42px;height:42px;display:grid;place-items:center;background:#071a2b;color:#f7c515;border-radius:4px}.search-icon svg{width:21px;height:21px}.home-search-copy{min-width:150px}.search-kicker{font-size:9px;letter-spacing:2px;font-weight:950;color:#1e5f94}.search-title{font-size:16px;font-weight:950;margin-top:2px}.home-search-form{display:flex;gap:8px;min-width:0}.home-search-form input{flex:1;min-width:0;border:1px solid #c5d0d8;padding:11px 12px;font-size:14px;outline:none}.home-search-form input:focus{border-color:#1e5f94;box-shadow:0 0 0 2px #1e5f9418}.home-search-form button{border:1px solid #9d7900;background:#f7c515;color:#101820;font-weight:950;padding:0 17px;border-radius:4px;cursor:pointer}@media(max-width:650px){.home-search{padding:12px 0}.home-search-box{grid-template-columns:auto 1fr;gap:10px;padding:10px}.home-search-copy{min-width:0}.home-search-form{grid-column:1/-1}.home-search-form button{padding:0 14px}.search-title{font-size:14px}}.hero-v21{position:relative;overflow:hidden;background:#061522;color:#fff;padding:58px 0 20px;border-bottom:3px solid var(--gold)}.hero-v21:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 82% 22%,rgba(46,116,172,.28),transparent 28%),radial-gradient(circle at 15% 78%,rgba(215,168,23,.1),transparent 24%),linear-gradient(125deg,transparent 0 61%,rgba(255,255,255,.035) 61.2% 61.5%,transparent 61.7%);pointer-events:none}.hero-v21-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;min-height:470px}.hero-copy-v21 h1{font-size:clamp(48px,7vw,82px);line-height:.9;letter-spacing:-4px;margin:10px 0 20px}.hero-copy-v21 h1 span{color:#f7c515}.hero-copy-v21 p{font-size:18px;line-height:1.55;color:#d8e6ee;max-width:610px}.hero-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.hero-stack{height:350px;position:relative;max-width:520px;margin:auto}.hero-card{position:absolute;width:230px;height:308px;border:6px solid #fff;background:#fff;box-shadow:0 24px 55px #00000073;overflow:hidden}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card span{position:absolute;left:12px;bottom:11px;background:#071a2b;color:#fff;padding:6px 9px;font-size:9px;letter-spacing:1.5px;font-weight:950;border-left:3px solid #f7c515}.hero-card-pokemon{left:20px;top:35px;transform:rotate(-6deg);z-index:3}.hero-card-sports{right:25px;top:10px;transform:rotate(6deg);z-index:2}.hero-card-sealed{display:none}.search-v21{position:relative;z-index:4;display:grid;grid-template-columns:auto auto 1fr;gap:13px;align-items:center;background:#fff;border:1px solid #c7d1d9;box-shadow:0 15px 35px #04121f2e;padding:12px 14px;transform:translateY(22px)}.search-v21-icon{width:44px;height:44px;display:grid;place-items:center;background:#0b2940;color:#f7c515;font-size:29px;font-weight:900;border-radius:4px}.search-v21-label{display:flex;flex-direction:column;white-space:nowrap}.search-v21-label b{font-size:14px}.search-v21-label small{color:#6b7884;font-size:10px;margin-top:2px}.search-v21 form{display:flex;gap:8px}.search-v21 input{width:100%;border:1px solid #c5d0d8;padding:12px;font-size:14px;outline:0}.search-v21 input:focus{border-color:var(--blue)}.search-v21 button{border:1px solid #9d7900;background:#f7c515;color:#101820;font-weight:950;padding:0 18px;border-radius:4px}.collections-v21{padding-top:74px;background:linear-gradient(180deg,#eef2f5,#f7f8f9)}.section-head-v21{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head-v21 h2{font-size:34px;letter-spacing:-1.4px;margin:5px 0 0}.small-link{font-size:11px;font-weight:950;text-decoration:none;color:var(--blue);border-bottom:1px solid #a7bccb;padding-bottom:3px}.category-grid-v21{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.category-card-v21{position:relative;display:block;min-height:245px;overflow:hidden;text-decoration:none;background:#071a2b;border:1px solid #263d4e;box-shadow:0 10px 25px #04121f1f;isolation:isolate}.category-card-v21 img{position:absolute;top:9px;right:9px;bottom:9px;left:9px;width:calc(100% - 18px);height:calc(100% - 18px);object-fit:contain;filter:saturate(.9) contrast(1.02);transition:transform .35s}.category-card-v21:hover img{transform:scale(1.045)}.cat-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0615220a 10%,#0615222e 40%,#061522ed);z-index:1}.cat-content{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;color:#fff}.cat-content span{font-size:9px;letter-spacing:2px;color:#f7c515;font-weight:950}.cat-content h3{font-size:31px;letter-spacing:-1.1px;margin:4px 0}.cat-content p{font-size:12px;color:#d7e4ec;margin:0}.category-card-v21:nth-child(5){grid-column:1/-1;min-height:215px}.vault-strip-v21{background:#081a2b;color:#fff;border-top:1px solid #24465d;border-bottom:3px solid #f7c515;padding:28px 0}.vault-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.vault-strip-inner h2{font-size:24px;letter-spacing:-.7px;margin:5px 0 0}.small-cta{padding:11px 15px}.shop-page-v21{padding-top:42px}.shop-title-v21{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.shop-title-v21 h1{margin:4px 0}.shop-title-v21 p{margin:0;color:var(--muted)}.shop-search-link{border:1px solid #b7c6d0;background:#fff;text-decoration:none;font-weight:900;padding:9px 12px;color:#1e5f94}.shop-grid-v21 .category-card-v21{min-height:280px}.custom-hero{display:grid;grid-template-columns:1fr 310px;gap:30px;align-items:center;background:#071a2b;color:#fff;border:1px solid #28485d;padding:28px;margin:18px 0;box-shadow:var(--shadow);overflow:hidden}.custom-hero h1{margin:6px 0 8px}.custom-hero p{color:#d7e4ec;max-width:680px}.custom-hero img{width:100%;height:220px;object-fit:cover;border:4px solid #fff;box-shadow:0 15px 30px #00000047}.choice-grid-v21{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.choice-v21{position:relative;min-height:205px;padding:24px;background:#fff;border:1px solid #c6d0d8;box-shadow:0 9px 22px #04121f14;text-decoration:none;overflow:hidden}.choice-v21:after{content:"";position:absolute;right:-45px;bottom:-70px;width:170px;height:210px;border:1px solid #1e5f9418;transform:rotate(15deg)}.choice-v21 span{font-size:9px;letter-spacing:2px;font-weight:950;color:var(--blue)}.choice-v21 h2{font-size:30px;margin:7px 0}.choice-v21 p{color:var(--muted)}.choice-v21 b{position:absolute;bottom:23px;color:var(--blue);font-size:11px}.contact-v21{max-width:930px}.contact-v21 h1{font-size:54px;margin:6px 0}.contact-lead{color:var(--muted);font-size:16px}.contact-card-v21{margin-top:24px;background:linear-gradient(135deg,#071a2b,#174d7c);color:#fff;padding:30px;border:1px solid #294b61;box-shadow:var(--shadow);display:flex;justify-content:space-between;gap:25px;align-items:end}.contact-label{display:block;color:#f7c515;font-size:9px;letter-spacing:2px;font-weight:950;margin-bottom:7px}.email-v21{display:block;color:#fff;font-size:23px;font-weight:900;text-decoration:none}.contact-card-v21 p{color:#d7e4ec;margin-bottom:0}.contact-card-v21 .footer-socials{display:flex}.footer-bottom{display:flex;justify-content:space-between;gap:15px}.collection-search{display:flex;align-items:center;gap:8px;border:1px solid #c5d0d8;background:#fff;padding-left:10px;flex:1}.collection-search span{font-size:20px;color:#1e5f94}.collection-search .search{border:0}.sort-wrap{display:flex;align-items:center;gap:7px;font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:950;color:var(--muted)}.sort-wrap .sort{min-width:215px}@media(max-width:800px){.hero-v21-grid{grid-template-columns:1fr;gap:18px;padding-top:10px}.hero-copy-v21 h1{font-size:55px}.hero-stack{height:290px}.hero-card{width:170px;height:225px}.hero-card-pokemon{left:30px}.hero-card-sports{right:30px}.hero-card-sealed{right:95px}.search-v21{grid-template-columns:auto 1fr}.search-v21 form{grid-column:1/-1}.search-v21-label{min-width:0}.search-v21-label b{font-size:13px}.category-card-v21,.category-card-v21:nth-child(5){min-height:220px}.shop-grid-v21 .category-card-v21{min-height:245px}.custom-hero{grid-template-columns:1fr}.custom-hero img{height:200px}.contact-card-v21{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.hero-v21{padding-top:32px}.hero-copy-v21 h1{font-size:49px;letter-spacing:-2.5px}.hero-copy-v21 p{font-size:15px}.hero-buttons .cta,.hero-buttons .ghost{flex:1}.hero-stack{height:245px}.hero-card{width:145px;height:195px;border-width:4px}.hero-card-pokemon{left:8px}.hero-card-sports{right:8px}.hero-card-sealed{right:65px}.search-v21{padding:10px}.search-v21-icon{width:38px;height:38px}.search-v21 button{padding:0 13px}.section-head-v21{align-items:flex-start}.section-head-v21 h2{font-size:28px}.category-grid-v21,.choice-grid-v21{grid-template-columns:1fr}.category-card-v21:nth-child(5){grid-column:auto}.cat-content h3{font-size:27px}.cat-content{left:17px;right:17px;bottom:16px}.vault-strip-inner,.shop-title-v21{align-items:flex-start;flex-direction:column}.shop-search-link{width:100%;text-align:center}.contact-v21 h1{font-size:43px}.email-v21{font-size:18px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}.sort-wrap{width:100%;justify-content:space-between}.sort-wrap .sort{min-width:0;flex:1}}.hero-buttons .cta{min-width:210px}.hero-stack{min-height:390px}.hero-card img,.category-card-v21 img{object-position:center center}.hero-card-pokemon img{object-position:center 46%}.hero-card-sports img,.hero-card-sealed img{object-position:center 50%}.category-card-v21:nth-child(5) img{object-position:center 58%}.search-v21{border-radius:8px}.search-v21 input{min-width:0}.category-card-v21{border-radius:10px}.category-card-v21:focus-visible,.cta:focus-visible,.ghost:focus-visible,nav a:focus-visible{outline:3px solid var(--gold2);outline-offset:3px}.product-img.real-product{background:#fff}.product-img.real-product img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.main-photo img{display:block;max-width:100%;width:auto;height:auto;max-height:620px;object-fit:contain;margin:auto}@media(max-width:650px){.nav{gap:10px}.brand{min-width:0}.brand span{white-space:nowrap}nav{gap:14px;flex-shrink:0}nav a{font-size:11px}.hero-v21-grid{min-height:0}.hero-stack{height:255px;min-height:0;margin-top:4px}.hero-card{width:145px;height:198px}.hero-card-pokemon{left:4px;top:20px}.hero-card-sports{right:4px;top:5px}.hero-card-sealed{right:60px;bottom:0}.search-v21{transform:translateY(16px)}.collections-v21{padding-top:62px}}@media(max-width:430px){.nav{min-height:68px}.brand{gap:7px;font-size:16px;letter-spacing:-.8px}.brand img{width:32px;height:32px}nav{gap:11px}nav a{font-size:10px}.hero-copy-v21 h1{font-size:46px}.hero-buttons .cta{width:100%;min-width:0}.search-v21{grid-template-columns:38px 1fr}.search-v21-label small{display:none}.search-v21 form{display:grid;grid-template-columns:1fr auto}.search-v21 input{min-width:0}.search-v21 button{padding:0 11px}}.category-card-v21{background:linear-gradient(145deg,#081b2b,#102f47);border:2px solid #223f56;border-radius:12px}.category-card-v21 img{background:#081725;border-radius:7px;padding:4px;z-index:0}.category-card-v21 .cat-overlay{background:linear-gradient(180deg,#06152205 35%,#0615222e 55%,#061522f5)}.hero-card{border:5px solid #fff;border-radius:6px}.hero-card img{object-fit:contain;background:#0b1722}.hero-card-pokemon{left:30px;top:20px}.hero-card-sports{right:30px;top:5px}.footer-socials .social{border-radius:8px}.social svg{width:25px;height:25px}@media(max-width:800px){.hero-stack{height:270px;max-width:430px}.hero-card{width:165px;height:220px}.hero-card-pokemon{left:20px;top:18px}.hero-card-sports{right:20px;top:4px}}@media(max-width:560px){.hero-stack{height:225px;max-width:360px}.hero-card{width:135px;height:182px;border-width:4px}.hero-card-pokemon{left:8px;top:15px}.hero-card-sports{right:8px;top:2px}.category-card-v21 img{top:7px;right:7px;bottom:7px;left:7px;width:calc(100% - 14px);height:calc(100% - 14px)}}:root{--gold:#e0ad16;--gold2:#ffd02f;--navy:#061522;--blue:#1f6199}body{background:#eef2f5}header{box-shadow:0 3px 14px #04121f12}.brand img{object-fit:cover;flex:0 0 auto}.hero-v21{padding:46px 0 14px}.hero-v21-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:34px;min-height:420px}.hero-copy-v21 h1{font-size:clamp(48px,6vw,74px)}.hero-copy-v21 p{max-width:610px}.hero-stack{height:330px;max-width:430px}.hero-card{width:205px;height:274px;border:4px solid #fff;border-radius:8px}.hero-card img{object-fit:contain;padding:5px;background:#f7f8fa}.hero-card-pokemon{left:12px;top:28px;transform:rotate(-5deg)}.hero-card-sports{right:12px;top:8px;transform:rotate(5deg)}.search-v21{margin-top:0;transform:translateY(18px);border-radius:9px}.collections-v21{padding-top:64px}.category-grid-v21{gap:16px}.category-card-v21{min-height:255px;border-width:2px;border-radius:14px;padding:0;background:#071a2b}.category-card-v21 img{top:10px;right:10px;bottom:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);object-fit:contain;object-position:center;background:#f5f6f7;padding:0;border-radius:8px}.category-card-v21 .cat-overlay{top:10px;right:10px;bottom:10px;left:10px;border-radius:8px;background:linear-gradient(180deg,#06152200 32%,#0615221f 52%,#061522f2)}.cat-content{left:25px;right:25px;bottom:22px}.category-card-v21:nth-child(5){min-height:220px}@media(max-width:800px){.hero-v21-grid{grid-template-columns:1fr;min-height:0;gap:12px}.hero-stack{height:255px;max-width:390px}.hero-card{width:155px;height:208px}.hero-card-pokemon{left:8px;top:15px}.hero-card-sports{right:8px;top:2px}.category-card-v21{min-height:235px}.category-card-v21 img{top:9px;right:9px;bottom:9px;left:9px;width:calc(100% - 18px);height:calc(100% - 18px)}.category-card-v21 .cat-overlay{top:9px;right:9px;bottom:9px;left:9px}}@media(max-width:560px){.hero-v21{padding-top:30px}.hero-stack{height:220px;max-width:340px}.hero-card{width:132px;height:177px;border-width:4px}.hero-card-pokemon{left:7px;top:14px}.hero-card-sports{right:7px;top:1px}.search-v21{transform:translateY(12px)}.collections-v21{padding-top:56px}.category-card-v21{min-height:215px}.category-card-v21 img{top:8px;right:8px;bottom:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px)}.category-card-v21 .cat-overlay{top:8px;right:8px;bottom:8px;left:8px}.cat-content{left:18px;right:18px;bottom:16px}}.product-img.real-product{padding:12px;background:#f7f8fa;border:1px solid #d5dde3}.product-img.real-product img{object-fit:contain;object-position:center;width:100%;height:100%;max-width:100%;max-height:100%}.main-photo{background:#f7f8fa;border:1px solid #d5dde3;overflow:hidden}.main-photo img{object-fit:contain;object-position:center;max-width:100%;max-height:100%;width:auto;height:auto}.thumb{background:#f7f8fa}.footer-socials .social,.social-row .social{display:flex;align-items:center;justify-content:center}.social svg{width:25px;height:25px;display:block}.footer-socials .social{width:46px;height:46px;border-radius:7px}.social-instagram svg .ig-ring{fill:none;stroke:currentColor;stroke-width:1.9}.social-instagram svg .ig-dot{fill:currentColor}.social-tiktok svg .tt-note{fill:currentColor}.social-youtube svg .yt-body{fill:currentColor}.social-youtube svg .yt-play{fill:#061522}@media(max-width:650px){.nav{min-height:70px}.brand{font-size:16px}.brand img{width:34px;height:34px}nav{gap:15px}nav a{font-size:11px}.footer-socials .social{width:44px;height:44px}}.category-card-v21,.choice-v21,.product-link,.filter,.shop-search-link,.crumb,.cta,.ghost,.purchase-cta,.thumb{cursor:pointer;pointer-events:auto}.category-card-v21{isolation:isolate}.category-card-v21 .cat-overlay,.category-card-v21 img{pointer-events:none}.product-link{display:block}.product-img.real-product{overflow:hidden;display:grid;place-items:center}.product-img.real-product img{object-fit:contain!important;width:100%;height:100%;max-width:100%;max-height:100%}.real-gallery .main-photo{background:#f5f7f9;border:1px solid #d5dde3;display:grid;place-items:center;overflow:hidden;min-height:420px}.real-gallery .main-photo img{display:block;width:100%;height:100%;max-height:620px;object-fit:contain}.thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.thumb{background:#fff;border:2px solid #c8d2da;padding:5px;border-radius:7px;color:#102033;font-weight:800}.thumb.active{border-color:#1e5f94;box-shadow:0 0 0 2px #f7c515 inset}.thumb img{display:block;width:72px;height:72px;object-fit:contain;background:#f5f7f9}.thumb span{display:block;font-size:10px;margin-top:4px}.photo-caption{font-size:11px;color:var(--muted);font-weight:800;margin-top:8px}.footer-socials .social{color:inherit!important}.footer-socials .social svg{width:27px!important;height:27px!important;fill:none}@media(max-width:560px){.real-gallery .main-photo{min-height:300px}.thumb img{width:62px;height:62px}.product-img.real-product{min-height:250px}}.cart-nav{display:inline-flex;align-items:center;gap:5px}.cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:var(--gold);color:#111;font-size:9px}.page-title-v27{font-size:48px;letter-spacing:-2px;margin:6px 0 26px}.purchase-actions{display:flex;gap:9px}.secondary-purchase{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border:1px solid #b6c4cd;background:#fff;color:var(--blue);text-decoration:none;font-weight:950;border-radius:5px}.quick-add{border:1px solid #9d7900;background:var(--gold);color:#101820;font-size:10px;font-weight:950;padding:8px 10px;border-radius:4px;cursor:pointer}.empty-v27{background:#fff;border:1px solid var(--line);padding:55px 25px;text-align:center;box-shadow:var(--shadow)}.cart-layout-v27{display:grid;grid-template-columns:1fr 330px;gap:20px}.cart-list-v27{display:grid;gap:10px}.cart-item-v27{display:grid;grid-template-columns:92px 1fr auto;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);padding:12px}.cart-item-img{height:110px;background:#eef2f5}.cart-item-img img{width:100%;height:100%;object-fit:contain}.cart-item-v27 h3{margin:0 0 6px;font-size:16px}.qty{display:flex;align-items:center;gap:8px;margin-top:12px}.qty button{border:1px solid #b7c4cc;background:#fff;width:30px;height:28px;font-weight:900}.qty .remove{width:auto;padding:0 9px;color:#a92d2a;font-size:10px}.cart-summary-v27{background:#071a2b;color:#fff;padding:22px;position:sticky;top:95px}.sum-row{display:flex;justify-content:space-between;border-bottom:1px solid #ffffff22;padding:18px 0 14px;font-size:18px}.full{width:100%}.continue-link{display:block;color:#d9e7ef;text-decoration:none;font-size:11px;text-align:center;margin-top:16px}.auth-grid-v27{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.auth-card-v27{background:#fff;border:1px solid var(--line);padding:25px;box-shadow:var(--shadow);display:grid;gap:10px}.auth-card-v27 input{border:1px solid #c6d0d8;padding:12px;font-size:14px}.auth-card-v27 small{color:var(--muted)}.account-card-v27{display:flex;align-items:center;gap:18px;background:#071a2b;color:#fff;padding:25px;border:1px solid #284a60}.account-avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111;font-weight:950;font-size:23px}.account-card-v27 button{margin-left:auto}.account-grid-v27{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:16px}.account-grid-v27>div{background:#fff;border:1px solid var(--line);padding:20px}.account-grid-v27 p{color:var(--muted)}.account-grid-v27 a{color:var(--blue);font-weight:900;text-decoration:none}.sell-wrap-v27{max-width:980px}.sell-hero-v27{display:grid;grid-template-columns:1fr 330px;gap:25px;background:#071a2b;color:#fff;padding:32px;border:1px solid #294b61;box-shadow:var(--shadow);margin-bottom:18px}.sell-hero-v27 h1{font-size:50px;line-height:.95;letter-spacing:-2px;margin:8px 0 15px}.sell-hero-v27 p{color:#d7e4ec;line-height:1.55}.sell-steps-v27{display:grid;gap:9px;align-content:center}.sell-steps-v27 div{display:flex;gap:13px;border:1px solid #ffffff22;padding:12px;background:#ffffff08}.sell-steps-v27 b{color:var(--gold2)}.sell-form-v27{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.form-section{padding:23px;border-bottom:1px solid #d7dfe4}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.sell-form-v27 input,.sell-form-v27 select,.sell-form-v27 textarea{border:1px solid #c5d0d8;padding:12px;font:inherit;width:100%;background:#fff}.sell-form-v27 textarea{margin-top:10px}.upload-v27{margin-top:12px;border:2px dashed #aebdc8;min-height:175px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:18px;cursor:pointer;background:#f7f9fa}.upload-v27 input{display:none}.upload-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#071a2b;color:var(--gold);font-size:27px}.preview-grid-v27{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:10px}.preview-v27{border:1px solid #cbd5db;background:#eef2f5}.preview-v27 img{width:100%;height:115px;object-fit:contain;background:#fff}.preview-v27 span{display:block;font-size:8px;padding:6px;overflow:hidden;text-overflow:ellipsis}.sell-submit{margin:20px 23px 5px}.form-note{font-size:10px;color:var(--muted);margin:8px 23px 23px}.submitted-v27{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:55px;text-align:center}.success-mark{margin:auto;width:52px;height:52px;display:grid;place-items:center;background:#173e58;color:var(--gold);font-size:28px;border-radius:50px}@media(max-width:850px){.cart-layout-v27{grid-template-columns:1fr}.cart-summary-v27{position:static}.sell-hero-v27,.auth-grid-v27,.account-grid-v27{grid-template-columns:1fr}}@media(max-width:600px){nav{gap:7px}nav a{font-size:9px}.brand{font-size:16px}.brand img{width:34px;height:34px}.cart-item-v27{grid-template-columns:68px 1fr}.cart-item-v27>strong{grid-column:2}.cart-item-img{height:88px}.form-grid{grid-template-columns:1fr}.preview-grid-v27{grid-template-columns:repeat(2,1fr)}.sell-hero-v27{padding:22px}.sell-hero-v27 h1{font-size:42px}.page-title-v27{font-size:38px}.purchase-actions{flex-direction:column}.purchase-actions>*{width:100%}}@media(max-width:700px){header .nav{flex-direction:column;align-items:stretch;justify-content:center;gap:10px;padding:10px 0 12px;min-height:0}header .brand{font-size:19px;line-height:1;justify-content:flex-start;gap:9px}header .brand img{width:38px;height:38px}header nav{width:100%;display:flex;align-items:center;justify-content:space-between;gap:0}header nav a{font-size:12px;line-height:1;white-space:nowrap}header nav .cart-nav{display:inline-flex;align-items:center;gap:5px}.shop-search-link{width:auto!important;text-align:center}}@media(max-width:420px){header .brand{font-size:17px}header nav a{font-size:10px}header nav{gap:4px}}.cart-layout-v27,.cart-list-v27,.cart-item-v27{min-width:0}.cart-item-v27 h3{overflow-wrap:anywhere}.cart-item-img{overflow:hidden}.sum-note{font-size:10px;color:#d9e7ef;margin-top:12px}.checkout-page-v29 .checkout-intro{max-width:720px;color:#64748b;font-size:1.08rem;line-height:1.6;margin:0 0 32px}.checkout-grid-v29{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);gap:24px;align-items:start}.checkout-form-v29{display:grid;gap:18px}.checkout-card-v29,.checkout-summary-v29{background:#fff;border:1px solid #cbd5e1;border-radius:22px;padding:28px;box-shadow:0 10px 30px #0f172a0f}.checkout-card-v29 h2{margin:6px 0 22px;font-size:1.45rem}.section-kicker{font-size:.76rem;letter-spacing:.18em;font-weight:900;color:#d8ad14}.checkout-card-v29 label{display:grid;gap:7px;font-weight:800;color:#172033;margin:14px 0}.checkout-card-v29 input{width:100%;box-sizing:border-box;border:1px solid #b9c5d3;border-radius:11px;padding:13px 14px;font:inherit;background:#fff}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.payment-note,.small-note{color:#64748b;line-height:1.55}.small-note{font-size:.82rem;text-align:center;margin:10px 0 0}.checkout-summary-v29{position:sticky;top:20px}.checkout-line{display:flex;justify-content:space-between;gap:18px;padding:17px 0;border-bottom:1px solid #e2e8f0}.checkout-line div{display:grid;gap:5px}.checkout-line span{font-size:.85rem;color:#64748b}.checkout-summary-v29 .sum-row{display:flex;justify-content:space-between;padding:20px 0;font-size:1.05rem}.checkout-total{border-top:2px solid #0b1b2c;padding-top:18px;display:flex;justify-content:space-between;font-size:1.3rem}.qty button:disabled{opacity:.35;cursor:not-allowed}@media(max-width:800px){.checkout-grid-v29{grid-template-columns:1fr}.checkout-summary-v29{position:static}.field-grid{grid-template-columns:1fr}.checkout-card-v29,.checkout-summary-v29{padding:21px}}.admin-v30{max-width:1050px}.admin-lead{color:var(--muted);max-width:700px}.admin-tabs{display:flex;gap:8px;border-bottom:1px solid #c9d3da;margin:25px 0 20px}.admin-tab{border:0;background:transparent;padding:11px 14px;font-weight:900;color:var(--muted);cursor:pointer}.admin-tab.active{color:var(--blue);border-bottom:3px solid var(--blue)}.admin-panel h2{margin:0 0 5px}.admin-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}.admin-head p{margin:0;color:var(--muted);font-size:13px}.admin-product{display:grid;grid-template-columns:72px 1fr 105px;gap:15px;align-items:center;background:#fff;border:1px solid #cbd5dc;padding:12px;margin-bottom:9px;box-shadow:0 5px 14px #04121f0d}.admin-product img{width:72px;height:72px;object-fit:contain;background:#f3f5f6;border:1px solid #dbe1e5}.admin-product-cat{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;font-weight:950;color:var(--blue)}.admin-product h3{margin:4px 0;font-size:16px}.admin-product-main span{font-size:11px;color:var(--muted)}.stock-edit{font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:950;color:var(--muted)}.stock-edit input{display:block;width:100%;margin-top:5px;padding:9px;border:1px solid #c6d1d8}.admin-row{display:grid;grid-template-columns:1fr 1.5fr auto;gap:15px;align-items:center;background:#fff;border:1px solid #ccd6dc;padding:14px;margin:8px 0}.admin-row span{color:var(--muted);font-size:13px}.admin-empty{padding:25px;background:#fff;border:1px dashed #bcc9d1;color:var(--muted)}@media(max-width:600px){.admin-head{align-items:flex-start;flex-direction:column}.admin-product{grid-template-columns:58px 1fr 72px}.admin-product img{width:58px;height:58px}.admin-product h3{font-size:14px}.admin-row{grid-template-columns:1fr}.admin-tabs{overflow:auto}.admin-tab{white-space:nowrap}}.shopify-section{width:100%}.vd-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px}.vd-product-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);min-width:0;overflow:hidden}.vd-product-card a{text-decoration:none}.vd-product-media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#f5f7f8;border-bottom:1px solid #dce3e8;padding:10px}.vd-product-media img{width:100%;height:100%;object-fit:contain}.vd-product-info{padding:14px;display:grid;gap:7px}.vd-product-type{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;font-weight:950;color:var(--blue)}.vd-product-title{font-size:15px;line-height:1.25;margin:0;overflow-wrap:anywhere}.vd-price{font-weight:950;font-size:18px}.vd-sold{color:#9b2522;font-size:10px;font-weight:950;letter-spacing:1px;text-transform:uppercase}.vd-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.vd-category{position:relative;min-height:210px;overflow:hidden;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.12);background:#0b2538;box-shadow:var(--shadow)}.vd-category img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.vd-category:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#05121eeb,#05121e26 65%)}.vd-category-content{position:absolute;z-index:2;left:20px;right:20px;bottom:18px}.vd-category-content span{font-size:9px;letter-spacing:2px;font-weight:950;color:var(--gold2)}.vd-category-content h3{margin:5px 0;font-size:27px}.vd-category-content p{margin:0;color:#d9e6ef;font-size:12px}.vd-product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:34px;align-items:start}.vd-gallery-main{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:15px}.vd-gallery-main img{width:100%;height:100%;object-fit:contain}.vd-thumbs{display:flex;gap:9px;margin-top:10px;overflow:auto}.vd-thumb{width:72px;height:72px;border:1px solid var(--line);background:#fff;padding:4px}.vd-thumb img{width:100%;height:100%;object-fit:contain}.vd-product-info-page{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:25px}.vd-product-info-page h1{font-size:clamp(30px,5vw,48px);line-height:1;letter-spacing:-2px;margin:12px 0}.vd-stock{display:inline-flex;padding:6px 9px;background:#edf5ef;border:1px solid #b9d1be;color:#245d30;font-size:9px;font-weight:950;letter-spacing:1.2px;text-transform:uppercase}.vd-buy{margin-top:22px;display:grid;gap:10px}.vd-buy-row{display:flex;gap:10px;align-items:center}.vd-qty{width:90px;border:1px solid #c5d0d8;padding:13px;font:inherit;background:#fff}.vd-full{width:100%;border:0;cursor:pointer}.vd-collection-head{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:20px}.vd-filterbar{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.vd-filterbar a{border:1px solid #c1ccd5;background:#fff;color:#294256;text-decoration:none;font-size:12px;font-weight:850;padding:7px 10px;border-radius:3px}.vd-cart-table{display:grid;gap:10px}.vd-cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);padding:12px;box-shadow:0 5px 14px #04121f0d}.vd-cart-img{width:90px;height:90px;background:#f3f5f6;border:1px solid #dbe1e5;display:flex;align-items:center;justify-content:center}.vd-cart-img img{width:100%;height:100%;object-fit:contain}.vd-cart-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:8px}.vd-cart-actions input{width:65px;padding:8px;border:1px solid #c5d0d8}.vd-cart-summary{margin-top:16px;background:#071a2b;color:#fff;padding:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.vd-sell-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:20px;align-items:start}.vd-sell-hero{color:#fff;background:linear-gradient(135deg,#071a2b,#123f61);padding:30px;border-bottom:3px solid var(--gold)}.vd-sell-form{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:22px}.vd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vd-sell-form input,.vd-sell-form select,.vd-sell-form textarea{width:100%;border:1px solid #c5d0d8;padding:12px;font:inherit;background:#fff;margin-top:7px}.vd-sell-form label{display:block;font-weight:800;font-size:13px;margin-bottom:12px}.vd-note{font-size:11px;color:var(--muted);line-height:1.5}.vd-empty{background:#fff;border:1px dashed #bcc9d1;padding:35px;text-align:center}@media(max-width:900px){.vd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vd-product-layout,.vd-sell-grid{grid-template-columns:1fr}}@media(max-width:600px){.vd-category-grid{grid-template-columns:1fr}.vd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vd-product-info{padding:11px}.vd-product-title{font-size:13px}.vd-price{font-size:16px}.vd-cart-item{grid-template-columns:65px 1fr}.vd-cart-item>strong{grid-column:2}.vd-cart-img{width:65px;height:65px}.vd-cart-summary{align-items:stretch;flex-direction:column}.vd-form-grid{grid-template-columns:1fr}.vd-product-info-page{padding:19px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/502vaultdistrict.css.map */
