:root{--bg: oklch(.16 .02 275);--surface: oklch(.205 .02 275);--surface-2: oklch(.25 .02 275);--border: oklch(.32 .02 275);--text: oklch(.96 .01 90);--text-muted: oklch(.68 .02 275);--accent: oklch(.64 .19 300);--accent-soft: oklch(.27 .07 300);--accent-text: oklch(.86 .1 300);--gold: oklch(.78 .13 85);--gold-soft: oklch(.3 .06 85);--danger: oklch(.62 .19 25);--success: oklch(.75 .14 150);--success-soft: oklch(.3 .1 150 / .4);--card-shadow: none;--overlay: oklch(.16 .02 275 / .55)}html[data-theme=light]{--bg: oklch(.975 .004 90);--surface: oklch(1 0 0);--surface-2: oklch(.945 .008 275);--border: oklch(.875 .012 275);--text: oklch(.21 .02 275);--text-muted: oklch(.47 .02 275);--accent: oklch(.52 .19 300);--accent-soft: oklch(.93 .045 300);--accent-text: oklch(.4 .15 300);--gold: oklch(.55 .14 85);--gold-soft: oklch(.93 .06 85);--danger: oklch(.55 .19 25);--success: oklch(.5 .13 150);--success-soft: oklch(.9 .06 150);--card-shadow: 0 1px 2px oklch(.2 .02 275 / .04), 0 10px 24px oklch(.2 .02 275 / .06);--overlay: oklch(.16 .02 275 / .4)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Manrope,system-ui,sans-serif}body{overflow-x:hidden;transition:background .2s ease,color .2s ease}h1,h2,h3{font-family:Bricolage Grotesque,system-ui,sans-serif;margin:0;letter-spacing:-.01em}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--gold)}img{max-width:100%;display:block}button{font-family:inherit}ul{margin:0;padding:0;list-style:none}input,textarea,select{font-family:inherit}svg{display:block}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.35}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fade1{animation:fadeUp .7s ease-out both}.fade2{animation:fadeUp .7s ease-out .12s both}.fade3{animation:fadeUp .7s ease-out .24s both}.float{animation:floatY 5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.fade1,.fade2,.fade3,.float,[style*=animation]{animation:none!important}}.wrap{width:100%;display:flex;justify-content:center}.container{width:100%;max-width:1280px;padding:0 40px;margin:0 auto}.container-narrow{width:100%;max-width:900px;padding:0 40px;margin:0 auto}.container-md{width:100%;max-width:1120px;padding:0 40px;margin:0 auto}.section{padding:88px 0}.section-sm{padding:48px 0}.section-tight{padding:0 0 60px}@media(max-width:749px){.container,.container-narrow,.container-md{padding:0 20px}.section{padding:56px 0}}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-14{gap:14px}.gap-16{gap:16px}.gap-20{gap:20px}.gap-22{gap:22px}.gap-24{gap:24px}.gap-28{gap:28px}.gap-32{gap:32px}.gap-40{gap:40px}.gap-48{gap:48px}.gap-56{gap:56px}.grid{display:grid}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.grid-footer{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr}@media(max-width:989px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-footer{grid-template-columns:1fr 1fr}}@media(max-width:749px){.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-footer{grid-template-columns:1fr}}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-gold{color:var(--gold)}.text-accent{color:var(--accent-text)}.w-full{width:100%}.hidden{display:none!important}@media(max-width:859px){.hide-mobile{display:none!important}}@media(min-width:860px){.hide-desktop{display:none!important}}.h1-xl{font-size:64px;line-height:1.02;font-weight:800}.h1-lg{font-size:46px;font-weight:800}.h1-md{font-size:38px;font-weight:800}.h2{font-size:34px;font-weight:800}.h3{font-size:21px;font-weight:700}@media(max-width:749px){.h1-xl{font-size:38px}.h1-lg{font-size:32px}.h1-md{font-size:28px}.h2{font-size:26px}}.tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:7px 14px;border-radius:999px;background:var(--surface-2);color:var(--text-muted);width:fit-content}.tag-accent{background:var(--accent-soft);color:var(--accent-text)}.tag-gold{background:var(--gold-soft);color:var(--gold)}.tag-sm{font-size:11px;padding:5px 12px}.pulse-dot{width:7px;height:7px;border-radius:999px;background:var(--gold);animation:pulseDot 1.6s ease-in-out infinite}.pill{border:1px solid var(--border);border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer;background:transparent}.pill.active{background:var(--text);color:var(--bg);border-color:var(--text)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-weight:700;border:none;border-radius:999px;padding:16px 32px;font-size:16px;cursor:pointer;text-align:center;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 0 0 1px #a06aec59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #a06aec66;color:#fff}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary.full{width:100%;padding:17px 0}.btn-primary.sm{padding:12px 22px;font-size:14px}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--text);font-weight:600;border:1.5px solid var(--border);border-radius:999px;padding:15px 30px;font-size:16px;cursor:pointer}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--text);font-weight:700;border:1.5px solid var(--border);border-radius:999px;padding:14.5px 0;font-size:16px;cursor:pointer;width:100%}.btn-secondary.sm{padding:10px 20px;font-size:13.5px;width:auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--card-shadow)}.card-pad{padding:32px}.card-pad-sm{padding:22px}.field-label{font-size:13px;font-weight:700;color:var(--text-muted);display:block;margin-bottom:8px}.field{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:14px 16px;color:var(--text);font-size:14.5px;width:100%}.field::placeholder{color:var(--text-muted);opacity:.6}.field:focus{outline:2px solid var(--accent);outline-offset:1px}textarea.field{resize:vertical;font-family:inherit}.qty-stepper{display:inline-flex;align-items:center;gap:10px}.qty-btn{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--text);font-size:18px;cursor:pointer}.qty-value{min-width:32px;text-align:center;font-weight:700}.accordion-item{border-top:1px solid var(--border)}.accordion-item:last-child{border-bottom:1px solid var(--border)}.accordion-trigger{padding:20px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:none;border:none;width:100%;text-align:left;color:var(--text)}.accordion-trigger .sign{color:var(--text-muted);font-size:18px}.accordion-panel{display:none;padding:0 0 24px;flex-direction:column;gap:14px}.accordion-item.open .accordion-panel{display:flex}.accordion-item.open .sign{transform:rotate(45deg)}.stars{display:flex;gap:3px}.stars svg{fill:var(--gold)}.promo-bar{width:100%;background:linear-gradient(90deg,#423000,#3b282a,#311852);background:linear-gradient(90deg,color(xyz 0.035 0.032 -0.005),#3b282a,#311852);border-bottom:2px solid var(--gold)}html[data-theme=light] .promo-bar{background:linear-gradient(90deg,#e6ca91,#cbbaeb)}.promo-bar .container{display:flex;align-items:center;justify-content:center;gap:22px;padding:14px 40px;flex-wrap:wrap;text-align:center}.promo-count{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:30px;line-height:1;color:var(--gold);letter-spacing:-.02em}.promo-divider{width:1px;height:28px;background:#ffffff40}.promo-code{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;border:1.5px dashed oklch(1 0 0 / .4);border-radius:999px;padding:7px 16px}.promo-cta{font-size:14px;font-weight:800;background:var(--gold);color:var(--bg);padding:9px 18px;border-radius:999px;white-space:nowrap}.site-header{border-bottom:1px solid var(--border);position:relative;z-index:20;background:var(--bg)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;gap:20px}.site-logo img{height:32px;width:auto}.main-nav{display:flex;align-items:center;gap:36px;font-weight:600;font-size:15px}.main-nav a{color:var(--text-muted)}.main-nav a.active,.main-nav a:hover{color:var(--text)}.header-icons{display:flex;align-items:center;gap:18px}.icon-btn{background:none;border:none;padding:0;cursor:pointer;color:var(--text);display:flex}.icon-btn.is-active{color:var(--accent)}.cart-count{background:var(--accent);color:#fff;font-weight:700;font-size:13px;width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-9px}.cart-link{position:relative;display:flex}.theme-toggle{display:flex;align-items:center;gap:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px;cursor:pointer}.theme-toggle button{width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:none;border:none;cursor:pointer}.theme-toggle button.active{background:var(--surface);box-shadow:0 1px 4px #00000059;color:var(--gold)}.shop-cta{background:var(--accent);color:#fff;font-weight:700;font-size:14px;padding:11px 22px;border-radius:999px;white-space:nowrap}.nav-toggle{display:none}@media(max-width:989px){.main-nav{display:none}.nav-toggle{display:flex}}@media(max-width:749px){.shop-cta{display:none}}.mobile-nav{display:none;flex-direction:column;gap:0;border-top:1px solid var(--border);background:var(--bg)}.mobile-nav.open{display:flex}.mobile-nav a{padding:16px 40px;border-bottom:1px solid var(--border);color:var(--text);font-weight:600}.hero{position:relative;padding-top:40px;overflow:hidden}.hero-glow{position:absolute;top:-120px;right:8%;width:560px;height:560px;background:radial-gradient(circle,oklch(.64 .19 300 / .22),transparent 70%);filter:blur(10px);pointer-events:none}.hero-grid{display:flex;align-items:center;gap:64px;padding:64px 0 40px}.hero-copy{flex:1;display:flex;flex-direction:column;gap:28px}.hero-media{flex:1.2;display:flex;align-items:center;justify-content:center;position:relative}.hero-badge{position:absolute;top:-6%;right:2%;width:148px;height:148px;border-radius:999px;background:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-10deg);box-shadow:0 16px 40px #ddb04973,0 0 0 6px var(--bg);z-index:5}.hero-badge .pct{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:44px;line-height:.95;color:var(--bg)}.hero-badge .label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--bg);margin-top:2px}.hero-image{width:100%;max-width:600px;aspect-ratio:3/2;border-radius:32px;overflow:hidden;box-shadow:0 30px 70px #0203098c,0 0 0 1px var(--border)}.hero-image img{width:100%;height:100%;object-fit:cover}.trust-row{display:flex;gap:28px;padding-top:12px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--text-muted);font-weight:600}@media(max-width:989px){.hero-grid{flex-direction:column;gap:40px}.hero-media{order:-1;width:100%}}.step-num{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:34px;color:var(--accent)}.rarity-card.legendary{border-color:#ddb04966;background:linear-gradient(160deg,oklch(.24 .03 85 / .5),var(--surface))}html[data-theme=light] .rarity-card.legendary{background:linear-gradient(160deg,oklch(.96 .03 85),var(--surface))}.product-card{display:flex;flex-direction:column;overflow:hidden;position:relative}.product-card .badge-blob{height:180px;display:flex;align-items:center;justify-content:center}.product-card .body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.product-card .price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:14px}.product-card .price{font-weight:800;font-size:20px}.product-card .stock{font-size:11.5px;color:var(--text-muted)}.corner-badge{position:absolute;top:14px;z-index:2}.corner-badge.left{left:14px}.corner-badge.right{right:14px}.wishlist-btn{position:absolute;top:14px;right:14px;z-index:3;width:34px;height:34px;border-radius:999px;background:var(--overlay);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:var(--text)}.wishlist-btn.is-saved{color:var(--accent)}.wishlist-btn.is-saved svg{fill:var(--accent);stroke:var(--accent)}.jdgm-mini{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.cta-banner{border-radius:28px;background:linear-gradient(120deg,#1d162a,#11131d);border:1px solid var(--border);padding:56px 64px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}html[data-theme=light] .cta-banner{background:linear-gradient(120deg,#f1ebff,#f6f8ff);background:linear-gradient(120deg,color(xyz 0.85 0.849 1.127),#f6f8ff)}@media(max-width:749px){.cta-banner{padding:36px}}.review-card{padding:26px;display:flex;flex-direction:column;gap:14px}.review-avatar{width:38px;height:38px;border-radius:999px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:var(--text-muted);flex-shrink:0}.site-footer{border-top:1px solid var(--border);padding:64px 0 40px}.footer-col-title{font-weight:700;color:var(--text)}.footer-links{display:flex;flex-direction:column;gap:12px;font-size:14px;color:var(--text-muted)}.social-row{display:flex;gap:10px;margin-top:6px}.social-btn{width:36px;height:36px;border-radius:999px;background:var(--surface-2);display:flex;align-items:center;justify-content:center}.social-btn.discord{background:#5865f2}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border);font-size:13px;color:var(--text-muted);flex-wrap:wrap;gap:12px;margin-top:48px}.product-main{display:flex;gap:64px;padding:48px 0 24px}.product-gallery{flex:1.1;display:flex;flex-direction:column;gap:16px}.gallery-main{height:480px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-thumb{height:96px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:20px}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb{cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.gallery-thumb:hover{transform:translateY(-1px)}.gallery-thumb.is-active{border-color:var(--accent)!important;box-shadow:0 0 0 1px var(--accent)}.gallery-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.product-info{flex:1;display:flex;flex-direction:column;gap:22px;padding-top:34px}.odds-row{display:flex;align-items:center;gap:12px}.odds-label{width:90px;font-size:13px;color:var(--text-muted)}.odds-track{flex:1;height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.odds-fill{height:100%}.odds-value{width:56px;text-align:right;font-size:12.5px;font-weight:600;color:var(--text-muted)}@media(max-width:989px){.product-main{flex-direction:column;gap:32px}.product-info{padding-top:0}}.filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;border-bottom:1px solid var(--border);padding-bottom:24px}.sort-select{display:flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:10px 16px;background:var(--surface);color:var(--text);font-size:14px;font-family:inherit;cursor:pointer}.cart-layout{display:flex;gap:48px;align-items:flex-start}.cart-items{flex:1.4;display:flex;flex-direction:column;gap:20px}.cart-line{padding:22px;display:flex;gap:20px;align-items:center;flex-wrap:wrap}.cart-line-thumb{width:84px;height:84px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-summary{flex:1;position:sticky;top:40px;min-width:280px}.progress-track{height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--gold))}@media(max-width:900px){.cart-layout{flex-direction:column}.cart-summary{position:static;width:100%}}.account-layout{display:flex;gap:40px;align-items:flex-start}.account-sidebar{width:250px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;position:sticky;top:40px}.side-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;font-weight:700;font-size:14px;color:var(--text-muted)}.side-link.active{background:var(--accent-soft);color:var(--text)}.side-link.danger{color:var(--danger)}.side-divider{height:1px;background:var(--border);margin:12px 4px}.order-row{display:flex;align-items:center;gap:18px;padding:16px;border:1px solid var(--border);border-radius:14px;flex-wrap:wrap}.order-thumb{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:900px){.account-layout{flex-direction:column}.account-sidebar{position:static;width:100%;flex-direction:row;overflow-x:auto}}.timeline-row{display:flex;gap:24px}.timeline-dot-col{display:flex;flex-direction:column;align-items:center;width:16px}.timeline-dot{width:12px;height:12px;border-radius:999px;flex-shrink:0}.timeline-line{width:2px;flex:1;background:var(--border);margin-top:4px}.timeline-body{padding-bottom:32px}.contact-topic{border:1.5px solid var(--border);color:var(--text-muted);border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:600;cursor:pointer;background:none}.contact-topic.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-text);font-weight:700}.breadcrumb{font-size:13px;color:var(--text-muted);font-weight:600}.breadcrumb .current{color:var(--text)}.divider{height:1px;background:var(--border)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:36px 24px;border-style:dashed!important;text-align:center}.rte h1,.rte h2,.rte h3{margin:24px 0 12px}.rte p{margin:0 0 16px}.rte ul,.rte ol{margin:0 0 16px;padding-left:22px}.rte a{text-decoration:underline}.rte img{border-radius:16px;margin:16px 0}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.shopify-captcha-note{font-size:11px;line-height:1.5;color:var(--text-muted);max-width:420px}.shopify-captcha-note a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}@media(max-width:749px){.contact-form-card{padding:24px!important}}.home-page{width:100%}.container{max-width:1400px;padding-left:64px;padding-right:64px}.hero{padding-top:28px}.hero-grid{min-height:650px;padding:72px 0 70px;gap:72px}.hero-copy{gap:24px}.hero-lead{font-size:16px!important;line-height:1.65!important;max-width:520px!important}.hero-code{font-size:11px;color:var(--text-muted);margin-top:-8px}.hero-code strong{color:var(--gold);font-weight:800}.hero-media{flex:1.08}.hero-image{max-width:620px;aspect-ratio:1.5/1;border-radius:22px}.hero-badge{width:128px;height:128px;top:-9%;right:0}.hero-badge .pct{font-size:34px}.hero-badge .label{font-size:10px}.home-how{padding-top:18px;padding-bottom:74px}.step-card{min-height:255px;justify-content:flex-start;gap:16px}.step-card .step-text{font-size:14px;line-height:1.65;max-width:440px}.home-rarity{padding-bottom:72px}.rarity-card{min-height:188px;justify-content:space-between}.rarity-count{font-weight:800;font-size:20px}.rarity-text{font-size:14px;line-height:1.6;margin-top:22px}.home-bundles{padding-bottom:72px}.home-bundles .grid-4{margin-top:20px}.home-bundles .product-card .badge-blob{height:180px}.home-next-drop{padding-bottom:78px}.drop-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:460px}.drop-email{width:250px;border-radius:999px}.drop-success{width:100%;font-size:13px;font-weight:700}.home-reviews{padding-bottom:82px}@media(max-width:989px){.container{padding-left:40px;padding-right:40px}.hero-grid{min-height:auto;padding:50px 0}.drop-form{min-width:0;width:100%}}@media(max-width:749px){.container{padding-left:20px;padding-right:20px}.hero{padding-top:0}.hero-grid{padding:36px 0 50px;gap:34px}.hero-media{order:-1}.hero-image{max-width:100%}.hero-badge{width:96px;height:96px}.hero-badge .pct{font-size:27px}.step-card{min-height:0}.drop-form{flex-direction:column;align-items:stretch}.drop-email{width:100%}}@media(min-width:990px){.home-page .hero-grid{max-width:1180px;margin:0 auto;min-height:0;padding-top:54px;padding-bottom:52px;gap:68px}.home-page .hero-copy{flex:0 0 430px}.home-page .hero-copy .h1-xl{font-size:52px;max-width:390px}.home-page .hero-lead{max-width:390px!important;font-size:14px!important;line-height:1.6!important}.home-page .hero-media{flex:1}.home-page .hero-image{max-width:560px}.home-page .trust-row{max-width:410px;gap:16px 26px;padding-top:2px}.home-page .home-how{padding-top:8px;padding-bottom:62px}.home-page .home-how .container{max-width:1320px}.home-page .step-card{min-height:165px;padding:26px 28px;gap:12px}.home-page .step-card .step-text{font-size:12px;line-height:1.55}.home-page .home-rarity{padding-bottom:64px}.home-page .home-rarity .container{max-width:1320px}.home-page .home-rarity>.container>.flex{gap:24px}.home-page .rarity-card{min-height:165px;padding:24px 28px}.home-page .rarity-text{font-size:12px;line-height:1.55;margin-top:18px}}.home-page .home-rarity .h1-lg,.home-page .home-bundles .h1-lg{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:34px;line-height:1.12;font-weight:800;letter-spacing:-.02em}.contact-page-layout,.wrap.section-tight>.container:has(.contact-form-card){column-gap:48px;row-gap:32px}.contact-form-card{gap:22px!important}.contact-form-card form{display:flex;flex-direction:column;gap:22px}.contact-form-card form>*{margin:0}.contact-form-card form .grid-2{margin-bottom:0}@media(max-width:749px){.home-page .home-rarity .h1-lg,.home-page .home-bundles .h1-lg{font-size:28px}.contact-form-card form{gap:18px}}@media(max-width:749px){html,body{width:100%;max-width:100%;overflow-x:hidden}.container,.container-narrow,.container-md{width:100%;max-width:100%;padding-left:16px;padding-right:16px}.wrap{width:100%;min-width:0}.promo-bar .container{padding:9px 12px;gap:7px 10px;line-height:1.15}.promo-count{font-size:21px}.promo-divider{height:20px}.promo-bar .container>span:not(.promo-count):not(.promo-divider):not(.promo-code){font-size:11px!important}.promo-code{font-size:10px;padding:5px 9px;gap:4px}.promo-cta{font-size:11px;padding:6px 10px}.site-header .container{padding:13px 16px;gap:10px}.site-logo{min-width:0;flex:1}.site-logo img{height:27px;width:auto;max-width:120px;object-fit:contain;object-position:left center}.header-icons{gap:10px;flex-shrink:0}.theme-toggle{padding:2px}.theme-toggle button{width:25px;height:25px}.icon-btn svg{width:20px;height:20px}.mobile-nav a{padding:14px 16px;font-size:14px}.h1-xl{font-size:38px;line-height:1.03;letter-spacing:-.025em}.h1-lg{font-size:30px!important;line-height:1.08;letter-spacing:-.025em}.h1-md{font-size:28px;line-height:1.08}.h2{font-size:25px;line-height:1.1}.h3{font-size:18px}.home-page .hero{padding:0}.home-page .hero-grid{display:flex;flex-direction:column;align-items:stretch;gap:28px;padding:34px 0 40px;min-height:0}.home-page .hero-copy{order:1;flex:1 1 auto;gap:18px}.home-page .hero-media{order:2;width:100%;flex:1 1 auto}.home-page .hero-copy .h1-xl{font-size:38px;max-width:100%}.home-page .hero-lead{max-width:100%!important;font-size:13px!important;line-height:1.6!important}.home-page .hero-copy>.flex{width:100%;flex-direction:column;align-items:stretch;gap:10px}.home-page .hero-copy .btn-primary,.home-page .hero-copy .btn-ghost{width:100%;padding:13px 18px;font-size:14px}.home-page .hero-code{font-size:10px;line-height:1.5}.home-page .trust-row{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;padding-top:0}.home-page .trust-item{font-size:11px;gap:6px}.home-page .trust-item:last-child{grid-column:1 / -1}.home-page .hero-image{width:100%;max-width:none;aspect-ratio:1.5 / 1;border-radius:18px}.home-page .hero-badge{width:84px;height:84px;top:-8%;right:3%}.home-page .hero-badge .pct{font-size:23px}.home-page .hero-badge .label{font-size:8px}.home-page .home-how{padding-top:12px;padding-bottom:48px}.home-page .home-how .grid-3{grid-template-columns:1fr;gap:12px}.home-page .step-card{min-height:0;padding:22px;gap:9px}.home-page .step-num{font-size:28px}.home-page .step-card .step-text{max-width:none;font-size:12px;line-height:1.55}.home-page .home-rarity{padding-bottom:50px}.home-page .home-rarity .container{gap:24px}.home-page .home-rarity>.container>.flex{align-items:flex-start;gap:16px}.home-page .home-rarity .h1-lg{max-width:100%!important;font-size:30px!important}.home-page .home-rarity>.container>.flex>a{font-size:12px!important;white-space:nowrap;align-self:flex-end;margin-bottom:3px}.home-page .home-rarity .grid-3{grid-template-columns:1fr;gap:12px}.home-page .rarity-card{min-height:0;padding:22px}.home-page .rarity-text{font-size:12px;line-height:1.55;margin-top:14px}.home-page .home-bundles{padding-bottom:50px}.home-page .home-bundles .container{gap:22px}.home-page .home-bundles .h1-lg{font-size:30px!important;max-width:100%}.home-page .home-bundles .grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:0}.home-page .home-bundles .product-card{border-radius:14px}.home-page .home-bundles .product-card .badge-blob{height:auto;aspect-ratio:1 / .92}.home-page .home-bundles .product-card .body{padding:14px;gap:7px}.home-page .home-bundles .product-card .body h3{font-size:13px!important;line-height:1.25}.home-page .home-bundles .product-card .body p{font-size:10.5px!important;line-height:1.45!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-page .home-bundles .product-card .price-row{padding-top:8px;gap:6px;align-items:center}.home-page .home-bundles .product-card .price{font-size:15px}.home-page .home-bundles .product-card .btn-primary,.home-page .home-bundles .product-card .btn-secondary{padding:9px 10px;font-size:10px}.home-page .home-bundles .wishlist-btn{width:28px;height:28px;top:9px;right:9px}.home-page .home-bundles .wishlist-btn svg{width:15px;height:15px}.home-page .home-next-drop{padding-bottom:52px}.home-page .cta-banner{padding:24px 20px;border-radius:18px;gap:20px}.home-page .cta-banner>div{max-width:none!important}.home-page .cta-banner .h1-md{font-size:24px}.home-page .drop-text{font-size:12px;line-height:1.55}.home-page .drop-form{min-width:0;width:100%;flex-direction:column;align-items:stretch;gap:9px}.home-page .drop-email,.home-page .drop-form .btn-primary{width:100%}.home-page .home-reviews{padding-bottom:56px}.home-page .home-reviews .container{gap:24px}.home-page .home-reviews .grid-3{grid-template-columns:1fr;gap:12px}.home-page .review-card{padding:20px}.contact-page-layout,.wrap.section-tight>.container:has(.contact-form-card){flex-direction:column;column-gap:0;row-gap:24px;align-items:stretch}.contact-form-card{width:100%!important;min-width:0!important;flex:1 1 100%!important;padding:22px!important}.contact-form-card form{gap:18px;width:100%}.contact-form-card form .grid-2{grid-template-columns:1fr;gap:16px}.contact-form-card .field{min-width:0}.contact-form-card .contact-topic{padding:8px 13px;font-size:12px}.contact-form-card .btn-primary{width:100%!important;min-height:48px}.shopify-captcha-note{max-width:100%;font-size:10px}.wrap.section-tight>.container:has(.contact-form-card)>.flex-col:last-child{width:100%;min-width:0!important;flex:1 1 100%!important}.site-footer{padding:44px 0 28px}.grid-footer{grid-template-columns:1fr;gap:30px}.footer-bottom{margin-top:34px;padding-top:20px}.product-main{gap:24px;padding-top:28px}.gallery-main{height:auto;min-height:300px}.gallery-thumbs{gap:8px}.gallery-thumb{height:72px;border-radius:12px}.cart-line{padding:16px;gap:12px}.cart-summary{min-width:0}.account-sidebar{padding-bottom:4px}[style*="min-width:340px"],[style*="min-width: 340px"]{min-width:0!important}}@media(max-width:359px){.container,.container-narrow,.container-md{padding-left:12px;padding-right:12px}.home-page .hero-copy .h1-xl{font-size:34px}.home-page .home-rarity .h1-lg,.home-page .home-bundles .h1-lg{font-size:27px!important}.home-page .home-bundles .grid-4{gap:8px}.home-page .home-bundles .product-card .body{padding:11px}.home-page .home-bundles .product-card .body h3{font-size:12px!important}.home-page .home-bundles .product-card .price{font-size:14px}.home-page .home-bundles .product-card .btn-primary,.home-page .home-bundles .product-card .btn-secondary{font-size:9px;padding:8px 7px}}@media(max-width:749px){.container>*,.hero-grid>*,.filter-bar>*,.product-card,.product-card .body,.product-card .price-row{min-width:0!important}.product-card .price-row{width:100%;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:8px}.product-card .price-row form{width:100%;min-width:0}.product-card .price-row .btn-primary,.product-card .price-row .btn-secondary,.product-card .price-row form .btn-primary,.product-card .price-row form .btn-secondary{width:100%!important;max-width:100%;min-width:0;white-space:nowrap;padding-left:8px;padding-right:8px}.home-page .home-bundles .product-card .price-row{flex-direction:column;align-items:stretch;gap:7px}.home-page .home-bundles .product-card .price{display:block}.home-page .home-bundles .product-card .price-row form{width:100%}.product-card .body h3,.product-card .body p{overflow-wrap:anywhere}.site-header .container,.header-icons,.site-logo,.hero-grid,.hero-copy,.hero-media,.hero-image{min-width:0!important;max-width:100%}.filter-bar,.filter-bar form,.filter-bar .flex{max-width:100%;min-width:0}.sort-select{max-width:100%}}@media(max-width:359px){.product-card .body{padding:10px}.product-card .price-row{padding-top:6px}.product-card .price-row .btn-primary,.product-card .price-row .btn-secondary,.product-card .price-row form .btn-primary,.product-card .price-row form .btn-secondary{font-size:9px;padding:8px 5px}}@media(max-width:749px){.home-page .hero-grid{display:flex;flex-direction:column;align-items:stretch;gap:18px}.home-page .hero-copy{display:contents}.home-page .hero-copy>.tag{order:1}.home-page .hero-copy>.h1-xl{order:2}.home-page .hero-copy>.text-muted{order:3}.home-page .hero-media{order:4;width:100%;max-width:100%;margin-top:2px}.home-page .hero-copy>.flex{order:5;width:100%}.home-page .hero-copy>.hero-code,.home-page .hero-copy>div[style*="font-size:13px"]{order:6}.home-page .hero-copy>.trust-row{order:7}.home-page .hero-media .hero-image{width:100%;max-width:none}}@media(max-width:749px){.collection-product-grid{grid-template-columns:1fr!important;gap:14px!important}.collection-product-grid .product-card{width:100%;min-width:0!important;border-radius:16px}.collection-product-grid .product-card .badge-blob{height:auto;aspect-ratio:1.35 / 1;min-height:0}.collection-product-grid .product-card .body{padding:16px;gap:8px;min-width:0}.collection-product-grid .product-card .body h3{font-size:17px!important;line-height:1.2;margin:0;overflow-wrap:break-word}.collection-product-grid .product-card .body p{font-size:13px!important;line-height:1.5!important;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.collection-product-grid .product-card .price-row{margin-top:8px;padding-top:10px;gap:10px;width:100%;flex-direction:column;align-items:stretch}.collection-product-grid .product-card .price{font-size:21px;line-height:1}.collection-product-grid .product-card .price-row form,.collection-product-grid .product-card .price-row .btn-primary,.collection-product-grid .product-card .price-row .btn-secondary{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}.collection-product-grid .product-card .price-row .btn-primary,.collection-product-grid .product-card .price-row .btn-secondary{min-height:46px;padding:10px 14px;font-size:13px;white-space:normal}.collection-product-grid .product-card .wishlist-btn{width:34px;height:34px;top:10px;right:10px}.collection-product-grid .product-card .corner-badge{top:10px;left:10px;right:auto}.filter-bar{gap:14px}.filter-bar>.flex{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.filter-bar>.flex::-webkit-scrollbar{display:none}.filter-bar .pill{flex:0 0 auto}.filter-bar>form{width:100%;justify-content:space-between}.filter-bar>form label{flex:0 0 auto}.filter-bar .sort-select{flex:1 1 auto;width:auto;min-width:0}}@media(max-width:359px){.collection-product-grid .product-card .body{padding:14px}.collection-product-grid .product-card .body h3{font-size:16px!important}.collection-product-grid .product-card .body p{font-size:12px!important}.collection-product-grid .product-card .price{font-size:20px}}.product-apps{width:100%;min-width:0;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.product-app-block{width:100%;min-width:0}.product-app-block+.product-app-block{margin-top:28px}.monstos-apps-section{width:100%;min-width:0}.monstos-apps-section>*{max-width:100%}@media(max-width:749px){.product-apps{margin-top:4px;padding-top:4px}.product-app-block{overflow:hidden}}.product-rating-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;min-height:28px;margin:2px 0}.product-rating-badge{display:flex;align-items:center;min-height:24px;min-width:0}.product-rating-badge .jdgm-preview-badge{display:flex!important;align-items:center!important;min-height:24px}.product-rating-badge .jdgm-star{font-size:17px!important;line-height:1!important}.product-rating-badge .jdgm-prev-badge__text{font-size:13px!important;color:var(--text-muted)!important;margin-left:5px}.product-write-review{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 12px;border:1px solid var(--border);border-radius:999px;color:var(--text-muted);font-size:12px;font-weight:700;text-decoration:none;transition:.18s ease}.product-write-review:hover{border-color:var(--accent);color:var(--text);background:var(--accent-soft)}.product-reviews-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}.product-reviews-title-row .h2{margin:0}@media(max-width:749px){.product-reviews-title-row{align-items:flex-start;flex-direction:column;gap:14px}.product-reviews-title-row .product-write-review{font-size:12px;padding:8px 14px}}.product-review-widget-wrap{width:100%;min-width:0}.product-review-widget-wrap #judgeme_product_reviews,.product-reviews-section .jdgm-rev-widg{width:100%}.product-reviews-section .jdgm-write-rev-link{cursor:pointer}@media(max-width:749px){.product-rating-row{gap:9px;margin-top:4px}.product-rating-badge .jdgm-star{font-size:16px!important}.product-write-review{font-size:11px;padding:6px 10px}}.product-rating-badge{min-height:22px}.product-reviews-section{padding-top:16px;padding-bottom:88px}.product-reviews-inner{border-top:1px solid var(--border);padding-top:42px}.product-reviews-heading{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}.product-reviews-heading .h2{max-width:760px}.product-reviews-section .jdgm-widget,.product-reviews-section .jdgm-review-widget,.product-reviews-section #judgeme_product_reviews{width:100%;max-width:100%}.jdgm-carousel-wrapper{width:100%;max-width:100%;margin:0 auto}@media(max-width:749px){.product-reviews-section{padding-top:10px;padding-bottom:56px}.product-reviews-inner{padding-top:28px}.product-reviews-heading{margin-bottom:20px}.product-reviews-heading .h2{font-size:26px;line-height:1.15}.product-reviews-section .jdgm-widget,.product-reviews-section .jdgm-review-widget,.product-reviews-section #judgeme_product_reviews{overflow:visible}}.home-reviews .jdgm-carousel-wrapper{width:100%;max-width:1120px;margin:0 auto}.home-reviews .jdgm-carousel-title-and-link{margin-bottom:18px}.montos-jdgm-review-fallback{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;margin-top:24px;text-align:left}.montos-jdgm-review-card{min-width:0;border:1px solid var(--border);border-radius:18px;background:var(--surface);padding:22px;overflow:hidden}.montos-jdgm-review-card .jdgm-rev{margin:0!important;padding:0!important;border:0!important;background:transparent!important}.montos-jdgm-review-card .jdgm-rev__header{margin-bottom:10px}.montos-jdgm-review-card .jdgm-rev__body{color:var(--text-muted);font-size:14px;line-height:1.6}.montos-jdgm-review-card .jdgm-rev__title{color:var(--text);font-weight:800}@media(max-width:700px){.montos-jdgm-review-fallback{grid-template-columns:1fr;gap:12px;margin-top:18px}.montos-jdgm-review-card{padding:18px;border-radius:14px}.home-reviews .jdgm-carousel-wrapper{overflow:hidden}}.montos-reviews{width:100%}.montos-reviews,.monstos-reviews *{box-sizing:border-box}.monstos-reviews-summary{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin:0 0 28px}.monstos-reviews-stars,.monstos-review-card-stars{display:flex;gap:3px;line-height:1}.monstos-review-star{font-size:20px;color:var(--border);font-family:Arial,sans-serif}.monstos-review-star.is-filled{color:var(--gold)}.monstos-review-average{font-size:15px;font-weight:800;color:var(--text)}.monstos-review-count{font-size:14px;color:var(--text-muted)}.monstos-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;text-align:left}.monstos-review-card{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:var(--card-shadow);overflow:hidden}.monstos-review-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.monstos-review-card-stars .monstos-review-star{font-size:17px}.monstos-review-check{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:800}.monstos-review-content{color:var(--text-muted);font-size:14px;line-height:1.6}.monstos-review-content>*{margin:0 0 7px}.monstos-review-content>*:last-child{margin-bottom:0}.monstos-review-content a{color:var(--accent)}.monstos-review-content .jdgm-rev__body,.monstos-review-content .jdgm-rev__text{color:var(--text-muted);font-size:14px;line-height:1.65}.monstos-review-content .jdgm-rev__author,.monstos-review-content .jdgm-rev__author-name,.monstos-review-content .jdgm-rev__buyer{color:var(--text);font-weight:700}.monstos-review-content .jdgm-rev__title{color:var(--text);font-weight:800;font-size:15px}.monstos-review-content .jdgm-rev__prod-info,.monstos-review-content .jdgm-rev__prod-link{color:var(--accent);font-weight:600}.monstos-review-content .jdgm-star{font-family:JudgemeStar!important}@media(max-width:989px){.monstos-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.monstos-reviews-summary{margin-bottom:20px}.monstos-review-grid{grid-template-columns:1fr;gap:14px}.monstos-review-card{padding:20px;border-radius:16px}}.product-rating-fallback{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.product-rating-stars{color:var(--gold);letter-spacing:1px;font-size:14px;line-height:1}.product-rating-badge .jdgm-preview-badge:not(:empty)+.product-rating-fallback{display:none}.product-rating-badge:has(.jdgm-preview-badge:not(:empty)) .product-rating-fallback{display:none}@media(max-width:749px){.product-rating-fallback{font-size:11px}.product-rating-stars{font-size:13px}}.wishlist-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.wishlist-drawer.is-open{pointer-events:auto;visibility:visible}.wishlist-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000094;opacity:0;transition:opacity .2s ease}.wishlist-drawer.is-open .wishlist-drawer-backdrop{opacity:1}.wishlist-drawer-panel{position:absolute;top:0;right:0;width:min(430px,92vw);height:100%;background:var(--bg);border-left:1px solid var(--border);padding:28px;overflow:auto;transform:translate(100%);transition:transform .24s ease;box-shadow:-20px 0 60px #00000040}.wishlist-drawer.is-open .wishlist-drawer-panel{transform:translate(0)}.wishlist-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--border)}.wishlist-drawer-head h2{font-size:26px;margin:12px 0 4px}.wishlist-drawer-head p{margin:0;color:var(--text-muted);font-size:13px}.wishlist-drawer-items{display:flex;flex-direction:column;gap:12px;padding:18px 0}.wishlist-drawer-item{display:grid;grid-template-columns:76px 1fr auto;align-items:center;gap:14px;padding:10px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.wishlist-drawer-item img{width:76px;height:76px;object-fit:cover;border-radius:12px;background:var(--surface-2)}.wishlist-drawer-item-info{min-width:0}.wishlist-drawer-item-info a{display:block;color:var(--text);font-weight:700;font-size:14px;line-height:1.3}.wishlist-drawer-item-info span{display:block;color:var(--text-muted);font-size:13px;margin-top:6px}.wishlist-drawer-remove{width:30px;height:30px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}.wishlist-drawer-remove:hover{color:var(--text);background:var(--surface-2)}.wishlist-drawer-empty{text-align:center;padding:55px 20px;color:var(--text-muted)}.wishlist-drawer-empty strong{display:block;color:var(--text);font-size:17px;margin-bottom:8px}.wishlist-drawer-empty p{font-size:13px;line-height:1.5;margin:0 0 18px}.wishlist-drawer-heart{font-size:46px;line-height:1;margin-bottom:18px;color:var(--text-muted)}.wishlist-drawer-page{display:block;text-align:center;color:var(--text-muted);font-size:13px;text-decoration:underline;text-underline-offset:3px;padding:16px 0 4px}html.wishlist-lock,html.wishlist-lock body{overflow:hidden}@media(max-width:749px){.wishlist-drawer-panel{width:100%;padding:22px 18px}.wishlist-drawer-item{grid-template-columns:64px 1fr auto}.wishlist-drawer-item img{width:64px;height:64px}}@media(max-width:749px){.section-tight .container:has(.contact-form-card){display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:20px!important;width:100%!important;max-width:100%!important;min-width:0!important}.section-tight .container:has(.contact-form-card)>.contact-form-card,.section-tight .container:has(.contact-form-card)>.flex-col{flex:0 0 auto!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.contact-form-card{padding:22px 18px!important;overflow:hidden}.contact-form-card form,.contact-form-card form>*,.contact-form-card .grid-2{width:100%;max-width:100%;min-width:0!important;box-sizing:border-box}.contact-form-card .grid-2{grid-template-columns:1fr!important}.contact-form-card .field,.contact-form-card textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.contact-form-card .flex-wrap{max-width:100%}.contact-form-card .btn-primary{width:100%!important;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/63/assets/theme.css.map */
