*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #07101f;--navy2: #0c1929;--navy3: #112038;--navy4: #1a2f4a;--gold: #f5c030;--gold2: #e0a800;--white: #f0f4ff;--muted: #8fa3bf;--card-bg: #0e1e32;--green: #4ade80;--blue: #38bdf8;--red: #f87171;--purple: #a78bfa;--font-display: "Bebas Neue", sans-serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);font-family:var(--font-body);overflow-x:hidden;margin:0;padding:0}input,textarea,button,select{font-family:var(--font-body)}::selection{background:var(--gold);color:var(--navy)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--navy4);border-radius:3px}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;height:auto;display:block}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.88) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideUpIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes orb1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(55px,-38px) scale(1.12)}}@keyframes orb2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-42px,52px) scale(.92)}}@keyframes orb3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(38px,42px) scale(1.08)}}@keyframes cf1{0%,to{transform:rotate(-24deg) translateY(0)}50%{transform:rotate(-21deg) translateY(-16px)}}@keyframes cf2{0%,to{transform:rotate(-12deg) translateY(0)}50%{transform:rotate(-9deg) translateY(-22px)}}@keyframes cf3{0%,to{transform:rotate(2deg) translateY(0)}50%{transform:rotate(5deg) translateY(-18px)}}@keyframes cf4{0%,to{transform:rotate(16deg) translateY(0)}50%{transform:rotate(19deg) translateY(-14px)}}@keyframes cf5{0%,to{transform:rotate(28deg) translateY(0)}50%{transform:rotate(31deg) translateY(-20px)}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}@keyframes pulseBadge{0%,to{box-shadow:0 0 #f5c03066}50%{box-shadow:0 0 0 6px #f5c03000}}@keyframes livePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}.btn-gold{background:var(--gold);color:var(--navy);border:none;border-radius:11px;padding:16px 34px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 8px 32px #f5c03047;letter-spacing:.3px;transition:transform .2s;display:inline-block}.btn-gold:hover{transform:scale(1.03)}.btn-outline{background:#ffffff0d;color:var(--white);border:1px solid rgba(255,255,255,.14);border-radius:11px;padding:16px 34px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;display:inline-block}.btn-outline:hover{border-color:#f5c0304d}.btn-dark{background:var(--navy);color:#fff;border:none;border-radius:9px;padding:14px;font-weight:700;font-size:13px;cursor:pointer;letter-spacing:.8px;transition:background .2s}.btn-dark:hover{background:var(--navy3)}#scroll-progress{position:fixed;top:0;left:0;height:2px;width:0%;background:var(--gold);z-index:9999;box-shadow:0 0 8px #f5c03099;transition:width .05s}#back-to-top{position:fixed;bottom:28px;right:28px;z-index:300;width:44px;height:44px;border-radius:50%;background:var(--gold);color:var(--navy);border:none;cursor:pointer;font-size:18px;font-weight:700;box-shadow:0 4px 20px #f5c03066;display:none;align-items:center;justify-content:center;animation:fadeIn .3s ease}#back-to-top.show{display:flex}#toast-stack{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:600;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.toast{background:#fff;color:var(--navy);border-radius:10px;padding:12px 22px;font-size:13px;font-weight:600;box-shadow:0 8px 32px #00000040;display:flex;align-items:center;gap:10px;animation:popIn .3s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}#activity-feed{position:fixed;bottom:28px;left:28px;z-index:300;background:#0a1428f2;border:1px solid rgba(245,192,48,.2);border-radius:12px;padding:12px 16px;max-width:280px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #0006;display:none;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}#activity-feed.visible{display:block;opacity:1;transform:translateY(0)}.af-close{position:absolute;top:6px;right:8px;background:none;border:none;color:var(--muted);cursor:pointer;font-size:13px}.af-row{display:flex;gap:10px;align-items:center}.af-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1a3a6e,#2d4a9e);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);color:var(--gold);font-size:16px;flex-shrink:0}.af-text-1{font-size:12px;font-weight:600;color:var(--white);line-height:1.4}.af-text-2{font-size:11px;color:var(--gold);line-height:1.4;margin-top:1px}.af-text-3{font-size:10px;color:var(--muted);margin-top:2px}#nl-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;animation:fadeIn .3s ease}#nl-popup.show{display:flex}.nl-card{background:#fff;border-radius:20px;padding:48px 44px;width:430px;max-width:92vw;position:relative;box-shadow:0 40px 100px #0009;animation:popIn .4s cubic-bezier(.34,1.56,.64,1);text-align:center}.nl-close{position:absolute;top:14px;right:14px;background:#0000000f;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:18px;color:#555;display:flex;align-items:center;justify-content:center}.nl-logo-wrap{display:flex;justify-content:center;margin-bottom:20px}.nl-logo-wrap img{height:56px;object-fit:contain}.nl-logo-text{font-family:var(--font-display);font-size:28px;color:var(--navy)}.nl-badge{display:inline-block;background:#fff8e0;color:#b8860b;font-size:10px;font-weight:700;letter-spacing:2px;padding:4px 10px;border-radius:4px;margin-bottom:14px}.nl-title{font-family:var(--font-display);font-size:32px;color:var(--navy);letter-spacing:1px;margin-bottom:10px;line-height:1.1}.nl-text{font-size:13px;color:#777;line-height:1.65;margin-bottom:24px}.nl-input{width:100%;border:1.5px solid #e0e0e0;border-radius:9px;padding:13px 16px;font-size:13px;color:var(--navy);margin-bottom:12px;outline:none}.nl-disc{margin-top:12px;font-size:11px;color:#bbb}.nl-success{display:none}.nl-success.show{display:block}.nl-success-icon{font-size:42px;margin-bottom:12px}.nl-success h2{font-family:var(--font-display);font-size:30px;color:var(--navy);margin-bottom:8px}.nl-success p{font-size:13px;color:#777;line-height:1.65}#cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:none}#cart-drawer.show{display:flex}#cart-drawer .cd-backdrop{flex:1;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#cart-drawer .cd-panel{width:400px;max-width:92vw;background:#0c1929;border-left:1px solid rgba(245,192,48,.12);display:flex;flex-direction:column;height:100vh;animation:slideInRight .3s ease}.cd-header{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center}.cd-title{font-family:var(--font-display);font-size:24px;letter-spacing:1px}.cd-close{background:#ffffff0f;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;color:var(--white);font-size:18px;display:flex;align-items:center;justify-content:center}.cd-ship{padding:14px 24px;background:#f5c0300f;border-bottom:1px solid rgba(245,192,48,.08)}.cd-ship-text{font-size:11px;color:var(--muted);margin-bottom:7px}.cd-ship-bar{height:5px;background:#ffffff14;border-radius:3px;overflow:hidden}.cd-ship-fill{height:100%;background:var(--gold);border-radius:3px;transition:width .5s ease}.cd-items{flex:1;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:14px}.cd-empty{text-align:center;padding:60px 0;color:var(--muted)}.cd-empty-icon{font-size:40px;margin-bottom:12px}.cd-foot{padding:20px 24px;border-top:1px solid rgba(255,255,255,.06)}.cd-subtotal-row{display:flex;justify-content:space-between;margin-bottom:16px}.cd-subtotal-label{font-size:13px;color:var(--muted)}.cd-subtotal-val{font-family:var(--font-display);font-size:24px;color:var(--gold)}.cd-checkout{width:100%;background:var(--gold);color:var(--navy);border:none;border-radius:11px;padding:16px;font-weight:700;font-size:14px;cursor:pointer;margin-bottom:8px;letter-spacing:.3px;box-shadow:0 6px 24px #f5c03040}.cd-continue{width:100%;background:none;border:1px solid rgba(255,255,255,.1);color:var(--muted);border-radius:11px;padding:12px;font-size:13px;cursor:pointer}#search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:450;background:#040a16f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none;flex-direction:column;align-items:center;padding:80px 24px;animation:fadeIn .2s ease}#search-overlay.show{display:flex}.so-close{position:absolute;top:24px;right:28px;background:#ffffff0f;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;color:var(--white);font-size:20px;display:flex;align-items:center;justify-content:center}.so-inner{width:100%;max-width:640px}.so-label{font-size:11px;color:var(--gold);letter-spacing:3px;margin-bottom:16px;text-align:center}.so-search{display:flex;align-items:center;gap:12px;background:#ffffff0d;border:1px solid rgba(245,192,48,.2);border-radius:14px;padding:14px 20px;margin-bottom:8px}.so-input{flex:1;background:none;border:none;color:var(--white);font-size:16px;outline:none}.so-results{margin-top:16px;display:flex;flex-direction:column;gap:6px}.so-result{padding:12px;background:#ffffff0a;border-radius:8px;cursor:pointer;transition:background .15s}.so-result:hover{background:#f5c03014}#mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:450;display:none}#mobile-menu.show{display:block}#mobile-menu .mm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#mobile-menu .mm-panel{position:absolute;top:0;right:0;width:320px;max-width:88vw;height:100vh;background:#0c1929;border-left:1px solid rgba(245,192,48,.12);padding:24px;animation:slideInRight .3s ease;display:flex;flex-direction:column;gap:8px}.ticker-bar{background:linear-gradient(90deg,#08122a,#0d1e3d,#08122a);border-bottom:1px solid rgba(245,192,48,.07);padding:10px 0;overflow:hidden;white-space:nowrap;cursor:default}.ticker-track{display:inline-block;animation:ticker 32s linear infinite}.ticker-bar:hover .ticker-track{animation-play-state:paused}.ticker-track span{margin-right:72px;font-size:10px;color:var(--gold);letter-spacing:2.5px;font-weight:600}.top-bar{background:#040810f2;border-bottom:1px solid rgba(255,255,255,.03);padding:8px 0;overflow:hidden}.top-bar-inner{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:0 20px}.top-bar-inner span{font-size:11px;color:var(--muted);letter-spacing:.3px;white-space:nowrap}.main-nav{position:sticky;top:0;z-index:200;background:#07101fe0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.04);transition:all .35s cubic-bezier(.4,0,.2,1)}.main-nav.scrolled{background:#07101ffa;border-bottom-color:#f5c0301f}.main-nav-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;height:70px;gap:28px}.nav-logo{cursor:pointer;flex-shrink:0;display:block}.nav-logo img{height:52px;width:auto;object-fit:contain}.nav-logo .logo-text{font-family:var(--font-display);font-size:28px;color:var(--gold);letter-spacing:2px}.nav-search-pill{flex:1;max-width:420px;display:flex;align-items:center;gap:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:10px 14px;cursor:text;transition:border .2s}.nav-search-pill:hover{border-color:#f5c03033}.nav-search-pill span{font-size:13px;color:var(--muted);flex:1}.nav-search-pill kbd{font-size:10px;color:#8fa3bf80;background:#ffffff0d;padding:2px 6px;border-radius:4px;letter-spacing:.5px}.nav-links{display:flex;gap:2px;align-items:center}.nav-links a{background:none;border:none;color:var(--muted);font-size:13px;font-weight:400;cursor:pointer;padding:7px 12px;border-radius:8px;letter-spacing:.2px;transition:color .2s;white-space:nowrap;position:relative}.nav-links a:hover,.nav-links a.is-active{color:var(--gold);font-weight:600}.nav-links a.is-active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:16px;height:2px;background:var(--gold);border-radius:1px}.badge-hot{position:absolute;top:-4px;right:-2px;background:var(--gold);color:var(--navy);font-size:7px;font-weight:800;padding:1px 4px;border-radius:3px;letter-spacing:1px}.nav-icons{margin-left:auto;display:flex;gap:4px;align-items:center}.icon-btn{background:none;border:none;cursor:pointer;padding:9px;border-radius:9px;transition:all .18s;position:relative}.icon-btn:hover{background:#f5c03014}.icon-btn svg{stroke:var(--muted);transition:stroke .18s}.icon-btn:hover svg{stroke:var(--gold)}.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--gold);color:var(--navy);font-size:8px;font-weight:800;border-radius:50%;width:17px;height:17px;display:flex;align-items:center;justify-content:center;animation:popIn .3s ease}.cart-badge.hidden{display:none}.mob-menu-btn{background:none;border:1px solid rgba(255,255,255,.1);color:var(--white);cursor:pointer;padding:7px 10px;border-radius:8px;display:none;font-size:16px;line-height:1}@keyframes logoSpinPause{0%{transform:rotate(0)}45%{transform:rotate(360deg)}75%{transform:rotate(360deg)}to{transform:rotate(720deg)}}@keyframes logoSpinContinuous{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logoWobble{0%,to{transform:rotate(0)}20%{transform:rotate(-8deg)}40%{transform:rotate(8deg)}60%{transform:rotate(-4deg)}80%{transform:rotate(4deg)}}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.logo-anim-spin-pause img,a.logo-anim-spin-pause img{animation:logoSpinPause 8s cubic-bezier(.45,0,.55,1) infinite!important;transform-origin:center center!important;display:inline-block!important}.logo-anim-spin-continuous img,a.logo-anim-spin-continuous img{animation:logoSpinContinuous 8s linear infinite!important;transform-origin:center center!important;display:inline-block!important}.logo-anim-wobble img,a.logo-anim-wobble img{animation:logoWobble 8s ease-in-out infinite!important;transform-origin:center center!important;display:inline-block!important}.logo-anim-pulse img,a.logo-anim-pulse img{animation:logoPulse 8s ease-in-out infinite!important;transform-origin:center center!important;display:inline-block!important}.logo-anim-spin-on-hover img{transition:transform .6s cubic-bezier(.22,.61,.36,1)!important;transform-origin:center center!important}.logo-anim-spin-on-hover:hover img{transform:rotate(360deg)!important}.logo-anim-spin-pause:hover img,.logo-anim-spin-continuous:hover img,.logo-anim-wobble:hover img,.logo-anim-pulse:hover img{animation-play-state:paused!important}@media(prefers-reduced-motion:reduce){.nav-logo img{animation:none!important;transition:none!important}}.hero{min-height:92vh;background:var(--navy);display:flex;align-items:center;position:relative;overflow:hidden}.hero-orbs{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.orb{position:absolute;border-radius:50%}.orb-1{width:800px;height:800px;background:radial-gradient(circle,rgba(13,37,80,.95) 0%,transparent 65%);top:-280px;left:15%;animation:orb1 9s ease-in-out infinite}.orb-2{width:520px;height:520px;background:radial-gradient(circle,rgba(245,192,48,.058) 0%,transparent 70%);top:10%;right:-60px;animation:orb2 12s ease-in-out infinite}.orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(26,58,110,.55) 0%,transparent 70%);bottom:-80px;left:8%;animation:orb3 10s ease-in-out infinite}.hero-cards{position:absolute;right:0;top:0;bottom:0;width:38%;pointer-events:none;z-index:1}.hc{position:absolute;border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 24px #0000004d}.hc:before{content:"";display:block;margin:4px;height:55%;border-radius:5px;background:#ffffff0d}.hc-1{width:62px;height:87px;background:linear-gradient(145deg,#2d4a9e,#1a2f6e);top:6%;right:1%;animation:cf1 6.2s ease-in-out infinite;opacity:.5}.hc-2{width:78px;height:109px;background:linear-gradient(145deg,#5a3abc,#2d1a6e);top:21%;right:10%;animation:cf2 7.8s ease-in-out infinite;opacity:.7}.hc-3{width:68px;height:95px;background:linear-gradient(145deg,#9e3030,#6e1a1a);top:40%;right:2%;animation:cf3 5.6s ease-in-out infinite;opacity:.55}.hc-4{width:60px;height:84px;background:linear-gradient(145deg,#2a8a5a,#1a5a3a);top:57%;right:13%;animation:cf4 8.2s ease-in-out infinite;opacity:.45}.hc-5{width:55px;height:77px;background:linear-gradient(145deg,#2a6a9e,#1a4a6e);top:74%;right:0%;animation:cf5 6.8s ease-in-out infinite;opacity:.35}.hero-content{max-width:1280px;margin:0 auto;padding:80px 48px;width:100%;position:relative;z-index:2}.hero-inner{max-width:640px}.hero-live-badge{display:inline-flex;align-items:center;gap:8px;background:#f5c03014;border:1px solid rgba(245,192,48,.18);border-radius:20px;padding:6px 14px;margin-bottom:24px}.live-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block;animation:pulseBadge 2s ease infinite}.hero-live-badge span:last-child{font-size:11px;color:var(--gold);letter-spacing:2px;font-weight:600}.hero-title{font-family:var(--font-display);font-size:clamp(56px,8.5vw,108px);line-height:.9;letter-spacing:2px;margin-bottom:28px}.hero-title-word{display:block;color:var(--gold);text-shadow:0 0 80px rgba(245,192,48,.2);height:1em;overflow:hidden}.hero-title-word span{display:block;animation:slideUpIn .5s ease}.hero-title-first{display:block}.hero-title-altijd{display:block;font-size:clamp(36px,5vw,66px);color:var(--muted);letter-spacing:3px;font-weight:400}.hero-desc{color:var(--muted);font-size:15px;line-height:1.78;max-width:440px;margin-bottom:36px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}.hero-trust{display:flex;gap:32px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px}.trust-val{font-family:var(--font-display);font-size:24px;color:var(--gold)}.trust-label{font-size:11px;color:var(--muted);line-height:1.3}.hero-countdown{position:absolute;bottom:32px;right:48px;z-index:2;text-align:right}.cd-label{font-size:9px;color:var(--gold);letter-spacing:3px;margin-bottom:8px}.cd-row{display:flex;gap:12px;align-items:center}.cd-block{text-align:center}.cd-num{font-family:var(--font-display);font-size:40px;color:var(--gold);line-height:1;min-width:50px}.cd-lbl{font-size:8px;color:var(--muted);letter-spacing:2px}.stats-bar{background:linear-gradient(90deg,#08122a,#0d1e3d,#08122a);border-top:1px solid rgba(245,192,48,.06);border-bottom:1px solid rgba(245,192,48,.06)}.stats-inner{max-width:1280px;margin:0 auto;padding:36px 48px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat-item{text-align:center}.stat-num{font-family:var(--font-display);font-size:40px;color:var(--gold);letter-spacing:1px}.stat-label{font-size:11px;color:var(--muted);margin-top:4px}.section{padding:80px 0}.container{max-width:1280px;margin:0 auto;padding:0 48px}.sec-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:16px}.sec-header-c{flex-direction:column;align-items:center;text-align:center;margin-bottom:52px}.sec-title{font-family:var(--font-display);font-size:52px;letter-spacing:1px}.sec-link{font-size:13px;color:var(--gold)}.sec-cta{text-align:center;margin-top:52px}.filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.ftab{background:#ffffff0a;color:var(--muted);border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:8px 16px;font-size:11px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .2s}.ftab:hover,.ftab.active{background:var(--gold);color:var(--navy);border-color:transparent}.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pcard{background:var(--card-bg);border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .35s ease;position:relative;box-shadow:0 2px 10px #0003}.pcard:hover{background:linear-gradient(155deg,#112240,var(--card-bg));border-color:#f5c03047;transform:translateY(-4px) scale(1.01);box-shadow:0 24px 56px #00000080}.pcard-img-wrap{display:block;aspect-ratio:16/11;overflow:hidden;position:relative;background:linear-gradient(145deg,#1a2f6e,#2d4a9e)}.pcard-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.pcard:hover .pcard-img-wrap img{transform:scale(1.03)}.pcard-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:40px;opacity:.2;color:var(--gold);letter-spacing:4px}.pcard-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.05) 50%,transparent 60%);background-size:200% 100%;opacity:0;pointer-events:none}.pcard:hover .pcard-shimmer{opacity:1;animation:shimmer 1.3s ease-in-out infinite}.ptag{position:absolute;top:10px;left:10px;font-size:9px;font-weight:800;letter-spacing:1.5px;padding:3px 9px;border-radius:4px;text-transform:uppercase}.ptag-hot{background:var(--gold);color:var(--navy);animation:pulseBadge 2s ease infinite}.ptag-nieuw{background:var(--green);color:var(--navy);animation:pulseBadge 2s ease infinite}.ptag-restock{background:var(--blue);color:var(--navy)}.ptag-sale{background:var(--red);color:#fff}.ptag-preorder{background:var(--purple);color:var(--navy)}.pcard-stock-low{position:absolute;bottom:10px;right:10px;background:#f87171eb;color:#fff;font-size:9px;font-weight:700;padding:3px 9px;border-radius:4px}.pcard-viewers{position:absolute;bottom:10px;left:10px;background:#0000008c;color:#ffffffb3;font-size:9px;padding:3px 8px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pcard-wish{position:absolute;top:10px;right:10px;z-index:5;background:#0006;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s}.pcard-wish:hover{color:var(--red)}.pcard-wish.is-wished{background:var(--gold);color:var(--navy)}.pcard-body{padding:14px 16px 18px}.pcard-vendor{font-size:9px;color:var(--muted);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:5px}.pcard-title{font-size:13px;font-weight:600;line-height:1.4;margin-bottom:10px;min-height:36px}.pcard-title a{color:inherit}.pcard-title a:hover{color:var(--gold)}.pcard-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.pcard-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.price-now{font-family:var(--font-display);font-size:26px;color:var(--gold);letter-spacing:.5px}.price-was{font-size:11px;color:var(--muted);text-decoration:line-through}.atc-btn{background:#f5c0301a;color:var(--gold);border:1px solid rgba(245,192,48,.25);border-radius:9px;padding:9px 16px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.atc-btn:hover:not(:disabled){background:var(--gold);color:var(--navy)}.atc-btn:disabled{opacity:.5;cursor:not-allowed}.why-section{background:var(--navy2);padding:96px 0}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.why-card{background:var(--card-bg);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:32px 28px;position:relative;overflow:hidden;transition:border-color .2s}.why-card:hover{border-color:#f5c03033}.why-num{font-family:var(--font-display);font-size:90px;color:#f5c0300d;position:absolute;top:-16px;right:12px;line-height:1}.why-bar{width:40px;height:3px;background:var(--gold);border-radius:2px;margin-bottom:20px}.why-title{font-size:16px;font-weight:700;margin-bottom:10px}.why-text{color:var(--muted);line-height:1.78;font-size:13px}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.rev-card{background:var(--card-bg);border:1px solid rgba(255,255,255,.05);border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s;cursor:pointer}.rev-card.active{border-color:#f5c03038}.rev-top{display:flex;justify-content:space-between;align-items:center}.rev-stars{color:var(--gold);font-size:13px;letter-spacing:1px}.rev-date{font-size:10px;color:var(--muted)}.rev-text{color:#f0f4ffd9;line-height:1.72;font-size:13px;font-style:italic;flex:1}.rev-author{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid rgba(255,255,255,.05)}.rev-av{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#1a3a6e,#0d2550);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);color:var(--gold);font-size:16px;flex-shrink:0}.rev-name{font-size:12px;font-weight:600}.rev-city{font-size:10px;color:var(--muted);margin-top:1px}.rev-score{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:13px;color:var(--muted)}.rev-score strong{color:var(--gold);font-family:var(--font-display);font-size:22px}.vip-strip{background:linear-gradient(135deg,#0d2550,#1a3a6e);padding:56px 0;position:relative;overflow:hidden}.vip-strip:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(245,192,48,.08) 0%,transparent 70%)}.vip-inner{max-width:1280px;margin:0 auto;padding:0 48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;position:relative;z-index:1}.vip-text-wrap{flex:1;min-width:280px}.vip-title{font-family:var(--font-display);font-size:40px;letter-spacing:1px;margin-bottom:6px}.vip-title strong{color:var(--gold)}.vip-sub{font-size:13px;color:var(--muted)}.vip-form{display:flex;gap:8px;align-items:center}.vip-input{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:12px 16px;font-size:13px;color:var(--white);outline:none;min-width:240px}.vip-input::placeholder{color:var(--muted)}.vip-btn{background:var(--gold);color:var(--navy);border:none;border-radius:9px;padding:12px 22px;font-size:13px;font-weight:700;cursor:pointer}.site-footer{background:#040a14;border-top:1px solid rgba(255,255,255,.04);padding:64px 0 32px;margin-top:0}.ft-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.ft-brand img{margin-bottom:16px;height:44px;width:auto}.ft-about{font-size:13px;color:var(--muted);line-height:1.7;margin:16px 0;max-width:360px}.ft-contact{font-size:13px;color:var(--muted);margin-bottom:16px}.ft-socials{display:flex;gap:8px}.soc-btn{width:36px;height:36px;border-radius:8px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--muted);border:1px solid rgba(255,255,255,.05);transition:all .2s}.soc-btn:hover{color:var(--gold);border-color:#f5c03033}.ft-col-h{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;color:var(--white)}.ft-col-links a,.ft-col-links p{font-size:13px;color:var(--muted);display:block;margin-bottom:12px;transition:color .2s}.ft-col-links a:hover{color:var(--gold)}.ft-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);font-size:11px;color:var(--muted)}.ft-bottom .pay-icons{display:flex;gap:8px}.ft-bottom .pay-icons span{background:#ffffff0d;padding:4px 10px;border-radius:5px;font-size:9px;letter-spacing:1px}.ft-legal{display:flex;gap:18px}.ft-legal a:hover{color:var(--gold)}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center}.error-page .err-num{font-family:var(--font-display);font-size:200px;color:#f5c0300f;line-height:1;text-align:center}.error-page h1{font-family:var(--font-display);font-size:48px;text-align:center;margin:-40px 0 16px}.error-page p{color:var(--muted);text-align:center;margin-bottom:32px}.shopify-section--liquid-error{display:none!important}@media(max-width:900px){.nav-links,.nav-search-pill{display:none!important}.mob-menu-btn{display:flex!important;align-items:center;justify-content:center}.top-bar-inner{gap:16px}.top-bar-inner span:not(:first-child){display:none}}@media(max-width:768px){.hero-cards,.hero-countdown{display:none}.hero-content{padding:60px 20px}.hero-title{font-size:52px!important}.hero-title-altijd{font-size:32px!important}.hero-ctas{flex-direction:column}.hero-ctas .btn-gold,.hero-ctas .btn-outline{width:100%;justify-content:center}.hero-trust{gap:16px}.stats-inner{padding:28px 20px;grid-template-columns:1fr 1fr;gap:24px}.stat-num{font-size:32px}.container{padding:0 20px}.section{padding:56px 0}.sec-title{font-size:36px}.prod-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr;gap:16px}.rev-grid{grid-template-columns:1fr}.vip-inner{flex-direction:column;align-items:flex-start}.vip-form{width:100%;flex-direction:column}.vip-input{width:100%;min-width:0}.vip-btn{width:100%}.ft-grid{grid-template-columns:1fr 1fr;gap:28px}#cart-drawer .cd-panel{width:100vw;max-width:100vw}#activity-feed{bottom:80px!important;left:12px!important;max-width:260px}#toast-stack{bottom:120px!important}}@media(max-width:480px){.prod-grid{grid-template-columns:1fr 1fr 1fr 1fr}.ft-grid{grid-template-columns:1fr}.stats-inner{grid-template-columns:1fr 1fr}}@media(max-width:999px){.prod-grid{grid-template-columns:repeat(4,1fr)!important}}.pcard-img-wrap{aspect-ratio:1 / 1!important;background:#fff!important;overflow:hidden;display:flex;align-items:center;justify-content:center}.pcard-img-wrap img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px;box-sizing:border-box}@media(min-width:1000px){.prod-grid{grid-template-columns:repeat(6,1fr)!important}}@media(min-width:600px)and (max-width:999px){.prod-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:599px){.prod-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}}.prod-grid>.pcard{display:flex;flex-direction:column;height:100%}.pcard-body{flex:1 1 auto}.pcard-foot{margin-top:auto}.pcard-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;min-height:2.6em}.ppage__media{background:radial-gradient(130% 110% at 50% 0%,#fff,#eef1f7 58%,#e3e8f1)!important;border:0!important;border-radius:20px!important;padding:34px!important;min-height:400px!important;box-shadow:0 28px 64px -22px #000000a6,0 0 0 1px #f5c54233!important}.ppage__img{filter:drop-shadow(0 22px 30px rgba(15,23,48,.22))!important}.pcard-img-wrap{background:linear-gradient(180deg,#fff,#eef1f7)!important}@media(max-width:749px){.ppage__media{min-height:300px!important;padding:24px!important}}.ppage__media{background:radial-gradient(120% 120% at 50% 28%,#1a2747,#0b1326 72%)!important;box-shadow:0 28px 64px -22px #000000b3,0 0 0 1px #f5c5422e!important}.ppage__img{filter:drop-shadow(0 16px 26px rgba(0,0,0,.5))!important}.pcard-img-wrap{background:radial-gradient(120% 120% at 50% 22%,#17213c,#0c1426 78%)!important}.pcard-img-wrap img{filter:drop-shadow(0 8px 14px rgba(0,0,0,.45))!important}.pcard-img-wrap{background:radial-gradient(circle at 50% 42%,#2a3c63,#17223e,#0a1124)!important}.pcard-img-wrap img{padding:2px!important}.ppage__media{background:radial-gradient(circle at 50% 36%,#2c3f6a,#16223e 52%,#0a1226)!important}@media(min-width:1000px){.hero-cards{width:600px!important}.hero-cards .hc{width:168px!important;height:234px!important;border-radius:14px!important;box-shadow:0 22px 44px #0000008c,inset 0 2px #ffffff2e!important;border:1px solid rgba(255,255,255,.16)!important}.hero-cards .hc:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;background:linear-gradient(135deg,#ffffff4d,#fff0 42%);pointer-events:none}}.pcard-foot{flex-direction:column!important;align-items:stretch!important;gap:6px!important}.pcard-foot .atc-btn{width:100%!important}.pcard-foot .pcard-price{width:auto!important}.stats-bar{display:none!important}.hero{min-height:0!important}@media(min-width:1000px){.hero{min-height:560px!important}}@media(max-width:749px){.hero{padding:16px 0 26px!important}}html[data-pc-theme=light]{color-scheme:light}html[data-pc-theme=dark]{color-scheme:dark}body[data-pc-theme=light]{--navy2: #eef4fb;--navy3: #dfeaf6;--navy4: #cddced;--white: #111827;--muted: #54657d;--card-bg: #ffffff;background:linear-gradient(180deg,#fff,#eef5ff);color:#111827}html[data-pc-theme=light] body:not([data-pc-theme]){background:linear-gradient(180deg,#fff,#eef5ff);color:#111827}.theme-toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--muted)}.theme-toggle-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .22s ease,transform .22s ease}.theme-toggle-moon{opacity:0;transform:translateY(8px) rotate(-20deg) scale(.8)}.theme-toggle-sun{opacity:1;transform:translateY(0) rotate(0) scale(1)}body[data-pc-theme=light] .theme-toggle,html[data-pc-theme=light] .theme-toggle{background:#ffffffd1;border-color:#07101f1f;box-shadow:0 10px 24px #07101f14}body[data-pc-theme=light] .theme-toggle-sun,html[data-pc-theme=light] .theme-toggle-sun{opacity:0;transform:translateY(-8px) rotate(20deg) scale(.8)}body[data-pc-theme=light] .theme-toggle-moon,html[data-pc-theme=light] .theme-toggle-moon{opacity:1;transform:translateY(0) rotate(0) scale(1)}body[data-pc-theme=light] .top-bar,html[data-pc-theme=light] body:not([data-pc-theme]) .top-bar{background:#fffffff5;border-bottom-color:#07101f14}body[data-pc-theme=light] .main-nav,html[data-pc-theme=light] body:not([data-pc-theme]) .main-nav{background:#ffffffe0;border-bottom-color:#07101f14;box-shadow:0 14px 40px #07101f14}body[data-pc-theme=light] .main-nav.scrolled{background:#fffffff5;border-bottom-color:#f5c03047}body[data-pc-theme=light] .nav-search-pill,body[data-pc-theme=light] .vip-input,body[data-pc-theme=light] .so-search{background:#ffffffd1;border-color:#07101f1f}body[data-pc-theme=light] .hero{background:radial-gradient(circle at 18% 16%,rgba(245,192,48,.16),transparent 34%),radial-gradient(circle at 86% 12%,rgba(56,189,248,.16),transparent 32%),linear-gradient(180deg,#fff,#eef5ff)}body[data-pc-theme=light] .hero-title-altijd,body[data-pc-theme=light] .hero-desc,body[data-pc-theme=light] .section-sub,body[data-pc-theme=light] .why-text,body[data-pc-theme=light] .vip-sub,body[data-pc-theme=light] .pcard-vendor{color:var(--muted)}body[data-pc-theme=light] .section,body[data-pc-theme=light] .why-section{background:#f6f9ff}body[data-pc-theme=light] .pcard,body[data-pc-theme=light] .why-card{background:#fff;border-color:#07101f1a;box-shadow:0 18px 44px #07101f14}body[data-pc-theme=light] .pcard:hover,body[data-pc-theme=light] .why-card:hover{border-color:#f5c03057;box-shadow:0 24px 54px #07101f1f}body[data-pc-theme=light] .pcard-img-wrap{background:radial-gradient(circle at 50% 38%,#fff,#edf3fb 58%,#dfe9f6)!important}body[data-pc-theme=light] .pcard-img-wrap img,body[data-pc-theme=light] .ppage__img{filter:drop-shadow(0 10px 18px rgba(20,34,58,.2))!important}body[data-pc-theme=light] .ticker-bar{background:linear-gradient(90deg,#fff7dc,#fff,#fff7dc);border-bottom-color:#f5c03042}body[data-pc-theme=light] .vip-strip{background:linear-gradient(135deg,#fff,#e9f2ff)}body[data-pc-theme=light] .site-footer{background:#fff;border-top-color:#07101f14}body[data-pc-theme=light] #cart-drawer .cd-panel,body[data-pc-theme=light] #mobile-menu .mm-panel{background:#fff;border-left-color:#07101f1a;box-shadow:-24px 0 60px #07101f24}body[data-pc-theme=light] #search-overlay{background:#f6f9fffa}body[data-pc-theme=light] .cd-header,body[data-pc-theme=light] .cd-foot{border-color:#07101f14}body[data-pc-theme=light] .cd-close,body[data-pc-theme=light] .so-close,body[data-pc-theme=light] .cd-continue,body[data-pc-theme=light] .mob-menu-btn{background:#07101f0a;border-color:#07101f1a;color:#111827}@media(max-width:749px){.theme-toggle{width:38px;height:38px}}@keyframes logoHorizontalCalmSpin{0%,14%{transform:perspective(520px) rotateY(0) translateZ(0)}42%{transform:perspective(520px) rotateY(180deg) translateZ(0)}68%,to{transform:perspective(520px) rotateY(360deg) translateZ(0)}}.logo-anim-spin-pause img,a.logo-anim-spin-pause img,.logo-anim-spin-continuous img,a.logo-anim-spin-continuous img{animation:logoHorizontalCalmSpin 11s cubic-bezier(.42,0,.18,1) infinite!important;transform-origin:center center!important;transform-style:preserve-3d!important;backface-visibility:visible!important;will-change:transform}.logo-anim-spin-on-hover:hover img{transform:perspective(520px) rotateY(180deg)!important}body[data-pc-theme=light] .ppage__vendor{color:#64748b!important}body[data-pc-theme=light] .ppage__title{color:#111827!important;text-shadow:none!important}body[data-pc-theme=light] .ppage__price,body[data-pc-theme=light] .ppage__now{color:#d49a00!important;text-shadow:none!important}body[data-pc-theme=light] .ppage__desc{color:#334155!important;background:#ffffffe0!important;border:1px solid rgba(7,16,31,.08)!important;box-shadow:0 16px 38px #07101f14!important}body[data-pc-theme=dark] .ppage__desc{color:#c7d0e4!important;background:#0c19296b!important;border:1px solid rgba(255,255,255,.06)!important}.ppage__desc{border-radius:18px!important;padding:18px!important;font-size:15px!important;line-height:1.72!important}.ppage__desc p{margin:0 0 13px!important}.ppage__desc p:last-child{margin-bottom:0!important}.ppage__desc strong{color:inherit!important;font-weight:800!important}.ppage__desc ul,.ppage__desc ol{margin:8px 0 15px 20px!important;padding:0!important}.ppage__desc li{margin:5px 0!important}@media(max-width:749px){.ppage{padding-top:14px!important}.ppage__media{width:min(86vw,336px)!important;max-width:336px!important;min-height:0!important;height:auto!important;aspect-ratio:1 / 1!important;padding:16px!important;margin:14px auto 16px!important;border-radius:22px!important}.ppage__img{width:100%!important;height:100%!important;max-width:100%!important;max-height:300px!important;object-fit:contain!important;padding:0!important}.ppage__info{width:min(92vw,360px)!important;margin:0 auto!important;padding:0 0 34px!important}.ppage__vendor{margin-bottom:7px!important;font-size:11px!important;letter-spacing:2.4px!important}.ppage__title{font-size:23px!important;line-height:1.15!important;margin-bottom:14px!important}.ppage__price{margin-bottom:18px!important}.ppage__atc,.ppage__btn{min-height:54px!important;border-radius:16px!important;font-size:15px!important}.ppage__desc{margin-top:22px!important;padding:17px!important;font-size:14.5px!important;line-height:1.75!important}.pcard-img-wrap{min-height:0!important;aspect-ratio:1 / 1!important}.pcard-img-wrap img{object-fit:contain!important;padding:7px!important;max-height:94%!important}}@media(prefers-reduced-motion:reduce){.logo-anim-spin-pause img,a.logo-anim-spin-pause img,.logo-anim-spin-continuous img,a.logo-anim-spin-continuous img{animation:none!important}}@keyframes logoHorizontalSwayCalm{0%,to{transform:perspective(760px) rotateY(0) rotateX(0) translateZ(0)}22%{transform:perspective(760px) rotateY(14deg) rotateX(.4deg) translateZ(0)}50%{transform:perspective(760px) rotateY(0) rotateX(0) translateZ(0)}72%{transform:perspective(760px) rotateY(-14deg) rotateX(-.4deg) translateZ(0)}}.nav-logo.logo-anim-spin-pause,.nav-logo.logo-anim-spin-continuous,a.logo-anim-spin-pause,a.logo-anim-spin-continuous{perspective:760px!important}.logo-anim-spin-pause img,a.logo-anim-spin-pause img,.logo-anim-spin-continuous img,a.logo-anim-spin-continuous img{animation:logoHorizontalSwayCalm 8.8s cubic-bezier(.45,0,.2,1) infinite!important;transform-origin:50% 50%!important;transform-style:preserve-3d!important;backface-visibility:hidden!important;will-change:transform}.logo-anim-spin-on-hover:hover img{transform:perspective(760px) rotateY(14deg) translateZ(0)!important}@media(prefers-reduced-motion:reduce){.logo-anim-spin-pause img,a.logo-anim-spin-pause img,.logo-anim-spin-continuous img,a.logo-anim-spin-continuous img{animation:none!important;transform:none!important}}.nav-links a.nav-special-link{color:#d49a00!important;font-weight:800!important;border:1px solid rgba(245,192,48,.18);background:#f5c03012}.nav-links a.nav-special-link:hover{border-color:#f5c03073}.nav-links a.nav-special-link--scan:before{content:"";width:6px;height:6px;display:inline-block;margin-right:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e1f;vertical-align:1px}.icon-btn.social-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.icon-btn.social-icon-btn span{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:var(--muted);color:var(--navy);font-size:11px;font-weight:900;line-height:1}.icon-btn.social-icon-btn:hover span{background:var(--gold)}.mm-link{font-family:var(--font-display);font-size:24px;letter-spacing:1px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.05);color:var(--white);text-decoration:none}.mm-link--strong{color:var(--gold)}.mm-social-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 18px}.mm-social-row a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;color:var(--white);text-decoration:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:12px}.mm-social-row a:hover{border-color:#f5c03073;color:var(--gold)}.mm-social-row span{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:var(--gold);color:var(--navy);font-size:11px;font-weight:900}body[data-pc-theme=light] #mobile-menu .mm-panel{background:#fff;color:#111827}body[data-pc-theme=light] #mobile-menu .mm-panel a:not([style*="background:var(--gold)"]){color:#111827}body[data-pc-theme=light] #mobile-menu .mm-social-row a{background:#f5f8fc;border-color:#07101f1a;color:#111827}body[data-pc-theme=light] #mobile-menu .mm-link--strong{color:#b88700!important}@media(max-width:900px){.nav-icons .social-icon-btn{display:none!important}}.main-nav{will-change:transform,background,border-color,box-shadow}html.pc-nav-logo-only .main-nav,body.pc-nav-logo-only .main-nav,.main-nav.pc-nav-logo-only{position:fixed!important;top:0!important;left:0!important;right:0!important;height:0!important;min-height:0!important;background:transparent!important;border-bottom:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transform:none!important;pointer-events:none!important;z-index:450!important}body.pc-nav-logo-only .main-nav-inner,html.pc-nav-logo-only .main-nav-inner{height:0!important;max-width:none!important;padding:0!important}body.pc-nav-logo-only .nav-search-pill,body.pc-nav-logo-only .nav-links,body.pc-nav-logo-only .nav-icons,body.pc-nav-logo-only .mob-menu-btn,html.pc-nav-logo-only .nav-search-pill,html.pc-nav-logo-only .nav-links,html.pc-nav-logo-only .nav-icons,html.pc-nav-logo-only .mob-menu-btn{opacity:0!important;visibility:hidden!important;transform:translateY(-28px)!important;pointer-events:none!important}body.pc-nav-logo-only .nav-logo,html.pc-nav-logo-only .nav-logo{position:fixed!important;top:12px!important;left:18px!important;z-index:460!important;width:76px!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;background:#ffffffdb!important;border:1px solid rgba(7,16,31,.1)!important;box-shadow:0 16px 36px #07101f29!important;pointer-events:auto!important}html[data-pc-theme=dark].pc-nav-logo-only .nav-logo,body[data-pc-theme=dark].pc-nav-logo-only .nav-logo{background:#07101fd6!important;border-color:#f5c03033!important;box-shadow:0 16px 36px #00000042!important}body.pc-nav-logo-only .nav-logo-img,html.pc-nav-logo-only .nav-logo-img{height:42px!important;width:auto!important}.pullcards-grader-section{padding:56px 0 44px!important;background:linear-gradient(180deg,#f7faff,#eef4fb 54%,#fff)!important}html[data-pc-theme=dark] .pullcards-grader-section,body[data-pc-theme=dark] .pullcards-grader-section{background:linear-gradient(180deg,#07101f,#0b1628 58%,#07101f)!important}#pullcards-grader{padding:clamp(42px,6vw,70px) 0 34px!important;min-height:0!important;background:transparent!important}.pullcards-grader-copy{width:min(1120px,calc(100% - 48px))!important;max-width:1120px!important;margin:0 auto 22px!important;padding:28px!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(240px,.75fr)!important;align-items:center!important;gap:26px!important;text-align:left!important;border-radius:22px!important;background:#ffffffd1!important;border:1px solid rgba(7,16,31,.08)!important;box-shadow:0 22px 58px #07101f1a!important}html[data-pc-theme=dark] .pullcards-grader-copy,body[data-pc-theme=dark] .pullcards-grader-copy{background:#0c1929b8!important;border-color:#f5c03024!important;box-shadow:0 24px 64px #00000047!important}.pullcards-grader-copy h1{margin:0!important;color:#07101f!important;font-size:clamp(34px,4.5vw,56px)!important;line-height:.98!important;letter-spacing:0!important;max-width:720px!important}html[data-pc-theme=dark] .pullcards-grader-copy h1,body[data-pc-theme=dark] .pullcards-grader-copy h1{color:#f7f9ff!important}.pullcards-grader-copy p{margin:0!important;max-width:500px!important;color:#52637a!important;font-size:15px!important;line-height:1.65!important}html[data-pc-theme=dark] .pullcards-grader-copy p,body[data-pc-theme=dark] .pullcards-grader-copy p{color:#aebbd0!important}.pullcards-grader-copy:after{content:"";display:block;min-height:146px;border-radius:18px;background:linear-gradient(135deg,#f5c0303d,#5cb8ff29 48%,#07101f14),repeating-linear-gradient(135deg,rgba(7,16,31,.08) 0 1px,transparent 1px 14px);border:1px solid rgba(7,16,31,.08)}html[data-pc-theme=dark] .pullcards-grader-copy:after,body[data-pc-theme=dark] .pullcards-grader-copy:after{background:linear-gradient(135deg,#f5c03047,#5cb8ff1f 48%,#ffffff0d),repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 1px,transparent 1px 14px);border-color:#f5c03029}.pullcards-grader-frame-wrap{width:min(1120px,calc(100% - 48px))!important;max-width:1120px!important;height:650px!important;min-height:0!important;margin:0 auto!important;overflow:hidden!important;border-radius:22px!important;border:1px solid rgba(7,16,31,.1)!important;background:#07101f!important;box-shadow:0 26px 70px #07101f29!important}.pullcards-grader-frame{height:650px!important;min-height:0!important;border-radius:22px!important}#pullcards-verpakking.pc-pack-trust,.pc-pack-trust{margin-top:0!important;padding:58px 0!important;background:linear-gradient(180deg,#fff,#f5f8fc)!important}html[data-pc-theme=dark] #pullcards-verpakking.pc-pack-trust,body[data-pc-theme=dark] #pullcards-verpakking.pc-pack-trust,html[data-pc-theme=dark] .pc-pack-trust,body[data-pc-theme=dark] .pc-pack-trust{background:linear-gradient(180deg,#07101f,#0b1628)!important}.pc-pack-trust__inner{width:min(1120px,calc(100% - 48px))!important;max-width:1120px!important;display:grid!important;grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr)!important;align-items:center!important;gap:38px!important}.pc-pack-trust__copy{max-width:500px!important;padding:0!important}.pc-pack-trust__copy h2{margin:8px 0 14px!important;color:#07101f!important;font-size:clamp(32px,4vw,52px)!important;line-height:1!important;letter-spacing:0!important}html[data-pc-theme=dark] .pc-pack-trust__copy h2,body[data-pc-theme=dark] .pc-pack-trust__copy h2{color:#f7f9ff!important}.pc-pack-trust__copy p:not(.pc-pack-trust__eyebrow){max-width:460px!important;color:#52637a!important;font-size:15px!important;line-height:1.7!important}html[data-pc-theme=dark] .pc-pack-trust__copy p:not(.pc-pack-trust__eyebrow),body[data-pc-theme=dark] .pc-pack-trust__copy p:not(.pc-pack-trust__eyebrow){color:#aebbd0!important}.pc-pack-trust__visual{min-height:330px!important}.pc-pack-steps{margin-top:28px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.pc-pack-step{min-height:140px!important;padding:18px!important;border-radius:16px!important}@media(max-width:900px){body.pc-nav-logo-only .nav-logo,html.pc-nav-logo-only .nav-logo{top:10px!important;left:14px!important;width:68px!important;height:48px!important;border-radius:12px!important}body.pc-nav-logo-only .nav-logo-img,html.pc-nav-logo-only .nav-logo-img{height:38px!important}.pullcards-grader-section{padding:38px 0 30px!important}#pullcards-grader{padding:32px 0 24px!important}.pullcards-grader-copy{width:calc(100% - 28px)!important;grid-template-columns:1fr!important;gap:16px!important;padding:20px!important;border-radius:18px!important;margin-bottom:14px!important}.pullcards-grader-copy h1{font-size:32px!important;line-height:1.02!important}.pullcards-grader-copy p{font-size:14px!important;line-height:1.6!important}.pullcards-grader-copy:after{min-height:8px!important;border-radius:999px!important}.pullcards-grader-frame-wrap,.pullcards-grader-frame{width:calc(100% - 28px)!important;height:560px!important;border-radius:18px!important}.pc-pack-trust{padding:42px 0!important}.pc-pack-trust__inner{width:calc(100% - 28px)!important;grid-template-columns:1fr!important;gap:24px!important}.pc-pack-trust__copy h2{font-size:30px!important}.pc-pack-trust__actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.pc-pack-trust__button{width:100%!important;justify-content:center!important;text-align:center!important}.pc-pack-steps{grid-template-columns:1fr!important;gap:10px!important}.pc-pack-step{min-height:0!important}}.pullcards-grader-copy{grid-template-columns:minmax(0,.92fr) minmax(280px,1fr)!important;align-items:start!important;padding:24px!important;gap:22px!important}.pullcards-grader-copy h1{font-size:clamp(30px,3.2vw,44px)!important;line-height:1.04!important;max-width:560px!important}.pullcards-grader-copy p{max-width:470px!important}.pullcards-grader-copy:after{min-height:106px!important}#pullcards-grader{padding:clamp(36px,5vw,58px) 0 28px!important}.pullcards-grader-frame-wrap,.pullcards-grader-frame{height:620px!important}@media(max-width:900px){.pullcards-grader-copy{padding:18px!important}.pullcards-grader-copy h1{font-size:29px!important}.pullcards-grader-copy:after{min-height:7px!important}.pullcards-grader-frame-wrap,.pullcards-grader-frame{height:540px!important}}@media(max-width:900px){.pullcards-grader-copy{grid-template-columns:1fr!important;align-items:start!important;width:calc(100% - 28px)!important}.pullcards-grader-copy h1,.pullcards-grader-copy p,.pullcards-grader-copy:after{grid-column:1 / -1!important;width:100%!important;max-width:none!important}.pullcards-grader-copy h1{overflow-wrap:normal!important;word-break:normal!important}}#pullcards-grader,#pullcards-verpakking,#whatnot-live-alerts{scroll-margin-top:96px!important}@media(max-width:900px){#pullcards-grader,#pullcards-verpakking,#whatnot-live-alerts{scroll-margin-top:78px!important}}#shopify-section-template--30117701222741__reviews .section{padding:54px 0!important;background:linear-gradient(180deg,#f8fbff,#eef4fb)!important}#shopify-section-template--30117701222741__reviews .container{max-width:1180px!important}#shopify-section-template--30117701222741__reviews .sec-header-c{margin-bottom:28px!important}#shopify-section-template--30117701222741__reviews .sec-title{font-size:clamp(34px,4vw,46px)!important;line-height:1!important}#shopify-section-template--30117701222741__reviews .rev-score{color:#4b5f78!important}#shopify-section-template--30117701222741__reviews .rev-grid{gap:16px!important;align-items:stretch!important}#shopify-section-template--30117701222741__reviews .rev-card{min-height:0!important;padding:22px!important;border:1px solid rgba(7,16,31,.1)!important;box-shadow:0 14px 34px #07101f1a!important}#shopify-section-template--30117701222741__reviews .rev-text,#shopify-section-template--30117701222741__reviews .rev-card p{color:#263447!important;font-size:14px!important;line-height:1.58!important}#shopify-section-template--30117701222741__reviews .rev-author,#shopify-section-template--30117701222741__reviews .rev-author div:not(.rev-av){color:#111827!important}#shopify-section-template--30117701222741__reviews .rev-card:nth-child(n+4){display:none!important}.pullcards-grader-copy:after{display:none!important}.pullcards-grader-copy{grid-template-columns:1fr!important;padding:22px!important;gap:10px!important}#pullcards-grader{padding:clamp(30px,4vw,46px) 0 22px!important}.pullcards-grader-frame-wrap,.pullcards-grader-frame{height:560px!important}#pullcards-verpakking.pc-pack-trust,.pc-pack-trust{padding:38px 0!important}.pc-pack-trust__inner{grid-template-columns:1fr!important;gap:24px!important}.pc-pack-trust__copy{max-width:760px!important}.pc-pack-trust__visual{display:none!important}.pc-pack-steps{margin-top:20px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.pc-pack-step{min-height:104px!important;padding:14px!important}.whatnot-alerts{padding:36px 0!important}@media(max-width:900px){#shopify-section-template--30117701222741__reviews .section{padding:38px 0!important}#shopify-section-template--30117701222741__reviews .container{padding:0 18px!important}#shopify-section-template--30117701222741__reviews .sec-header-c{align-items:flex-start!important;text-align:left!important;margin-bottom:20px!important}#shopify-section-template--30117701222741__reviews .sec-title{font-size:32px!important}#shopify-section-template--30117701222741__reviews .rev-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:12px!important;padding-bottom:4px!important}#shopify-section-template--30117701222741__reviews .rev-card,#shopify-section-template--30117701222741__reviews .rev-card:nth-child(n+4){display:flex!important;min-width:min(82vw,330px)!important;height:auto!important;scroll-snap-align:start!important}.pullcards-grader-copy{padding:18px!important}.pullcards-grader-frame-wrap,.pullcards-grader-frame{height:500px!important}.pc-pack-trust__inner{width:calc(100% - 28px)!important}.pc-pack-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pc-pack-step{min-height:0!important}}.pc-pack-trust__actions{gap:10px!important}.pc-pack-trust__steps{margin-top:20px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}@media(max-width:900px){.pc-pack-trust__actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.pc-pack-trust__button{min-height:42px!important;padding:10px 12px!important}.pc-pack-trust__steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.pc-pack-step{min-height:0!important;padding:12px!important}.pc-pack-step p{display:none!important}.whatnot-alerts__inner{gap:18px!important}.whatnot-alerts__copy{padding:0 18px!important}.whatnot-alerts__panel{padding:20px!important}.whatnot-alerts__inputrow{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;height:auto!important}.whatnot-alerts__button{width:auto!important;min-width:116px!important;padding-left:12px!important;padding-right:12px!important}.whatnot-alerts__steps{display:none!important}}@media(max-width:900px){.hero{min-height:580px!important;align-items:flex-start!important}.hero-content{padding:46px 24px 38px!important}.hero-title{font-size:clamp(46px,18vw,70px)!important;margin-bottom:18px!important}.hero-title-altijd{font-size:clamp(30px,12vw,48px)!important}.hero-desc{margin-bottom:24px!important}.hero-trust{gap:14px!important}.hero-countdown{display:none!important}#shopify-section-template--30117701222741__featured .section{padding:46px 0!important}#shopify-section-template--30117701222741__featured .container,#shopify-section-template--30117701222741__why .container{padding:0 20px!important}#shopify-section-template--30117701222741__featured .sec-header,#shopify-section-template--30117701222741__why .sec-header-c{margin-bottom:22px!important}#shopify-section-template--30117701222741__featured .sec-title,#shopify-section-template--30117701222741__why .sec-title{font-size:34px!important;line-height:1!important}#shopify-section-template--30117701222741__featured .filter-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:2px!important}#shopify-section-template--30117701222741__featured .prod-grid{display:flex!important;overflow-x:auto!important;gap:12px!important;scroll-snap-type:x mandatory!important;padding:0 2px 6px!important}#shopify-section-template--30117701222741__featured .pcard{min-width:172px!important;width:172px!important;height:auto!important;min-height:318px!important;scroll-snap-align:start!important}#shopify-section-template--30117701222741__featured .pcard-img-wrap{height:164px!important;min-height:0!important}#shopify-section-template--30117701222741__featured .pcard-body{min-height:146px!important}#shopify-section-template--30117701222741__featured .sec-cta{margin-top:22px!important}#shopify-section-template--30117701222741__why .why-section{padding:44px 0!important}#shopify-section-template--30117701222741__why .why-grid{display:flex!important;overflow-x:auto!important;gap:12px!important;scroll-snap-type:x mandatory!important;padding-bottom:4px!important}#shopify-section-template--30117701222741__why .why-card{min-width:min(82vw,320px)!important;height:auto!important;min-height:178px!important;padding:20px!important;scroll-snap-align:start!important}#shopify-section-template--30117701222741__why .why-num{font-size:58px!important;height:auto!important}#shopify-section-template--30117701222741__why .why-text{font-size:13.5px!important;line-height:1.55!important}}@media(max-width:900px){.hero-content{padding:30px 24px!important}.hero-title{font-size:clamp(42px,16vw,62px)!important;margin-bottom:14px!important}.hero-title-altijd{font-size:clamp(28px,10vw,42px)!important}.hero-desc{font-size:14px!important;line-height:1.62!important;margin-bottom:18px!important}.hero-ctas{margin-bottom:22px!important}}.top-bar,.hero-live-badge,.hero-desc,.hero-trust,.stats-bar,.hero-countdown{display:none!important}.hero{min-height:min(78vh,760px)!important;align-items:center!important}.hero-content{padding-top:clamp(72px,8vw,104px)!important;padding-bottom:clamp(54px,7vw,86px)!important}.hero-title{margin-bottom:22px!important}.hero-title-word{min-height:1em!important}.hero-title-pokemon-live,.hero-title-first{animation:pcPokemonBreath 4.8s ease-in-out infinite!important;transform-origin:left center!important}.hero-ctas{margin-bottom:16px!important}.hero-product-strip{display:flex!important;gap:10px!important;flex-wrap:wrap!important;color:#f7f9ffb8!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important}.hero-product-strip span{border:1px solid rgba(245,192,48,.18)!important;border-radius:999px!important;padding:7px 10px!important;background:#ffffff0a!important;animation:pcProductFlicker 5.2s ease-in-out infinite!important}.hero-product-strip span:nth-child(2),.hero-product-chip--box{animation-delay:.8s!important}.hero-product-strip span:nth-child(3),.hero-product-chip--booster{animation-delay:1.45s!important}.hero-product-cloud{position:absolute!important;right:5vw!important;top:21%!important;width:min(360px,34vw)!important;height:330px!important;pointer-events:none!important;z-index:1!important}.hero-product-chip{position:absolute!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:126px!important;min-height:48px!important;padding:0 18px!important;border-radius:8px!important;border:1px solid rgba(245,192,48,.18)!important;background:#07101f94!important;color:#f7f9ffd1!important;box-shadow:0 14px 36px #0000002e!important;font-size:12px!important;letter-spacing:.1em!important;text-transform:uppercase!important;opacity:.78!important}.hero-product-chip--etb{top:18px;left:12px;animation:pcChipFloatA 5.8s ease-in-out infinite}.hero-product-chip--box{top:126px;right:0;animation:pcChipFloatB 6.4s ease-in-out infinite}.hero-product-chip--booster{bottom:24px;left:44px;animation:pcChipFloatC 7s ease-in-out infinite}.pc-sortbar{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 24px!important}.pc-sortbar>span{color:var(--muted)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}.pc-sort-btn{border:1px solid rgba(255,255,255,.09)!important;background:#ffffff0a!important;color:var(--muted)!important;border-radius:8px!important;padding:8px 14px!important;font-size:11px!important;font-weight:700!important;cursor:pointer!important}.pc-sort-btn:hover,.pc-sort-btn.active{background:var(--gold)!important;color:var(--navy)!important;border-color:var(--gold)!important}.ftab{display:inline-flex!important;align-items:center!important;gap:6px!important}.ftab-icon{line-height:1!important}.ptag{display:inline-flex!important;align-items:center!important;gap:4px!important}html.pc-nav-logo-only .main-nav,body.pc-nav-logo-only .main-nav,.main-nav.pc-nav-logo-only{position:fixed!important;top:0!important;left:0!important;right:0!important;height:58px!important;min-height:58px!important;background:#ffffffc7!important;border-bottom:1px solid rgba(7,16,31,.08)!important;box-shadow:0 10px 26px #07101f14!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;transform:translateY(0)!important;pointer-events:auto!important}html[data-pc-theme=dark].pc-nav-logo-only .main-nav,body[data-pc-theme=dark].pc-nav-logo-only .main-nav{background:#07101fc7!important;border-bottom-color:#f5c0301f!important}body.pc-nav-logo-only .main-nav-inner,html.pc-nav-logo-only .main-nav-inner{height:58px!important;max-width:1280px!important;padding:0 18px!important}body.pc-nav-logo-only .nav-links,body.pc-nav-logo-only .nav-search-pill,body.pc-nav-logo-only .nav-icons,body.pc-nav-logo-only .mob-menu-btn,html.pc-nav-logo-only .nav-links,html.pc-nav-logo-only .nav-search-pill,html.pc-nav-logo-only .nav-icons,html.pc-nav-logo-only .mob-menu-btn{opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important;pointer-events:none!important}body.pc-nav-logo-only .nav-logo,html.pc-nav-logo-only .nav-logo{position:static!important;width:auto!important;height:48px!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:translate(0) scale(.9)!important;pointer-events:auto!important}body.pc-nav-logo-only .nav-logo-img,html.pc-nav-logo-only .nav-logo-img{height:44px!important}#pullcards-verpakking.pc-pack-trust,.pc-pack-trust{padding:44px 0!important}.pc-pack-trust__inner{grid-template-columns:minmax(0,.9fr) minmax(260px,.7fr)!important;gap:24px!important}.pc-pack-trust__copy h2{font-size:clamp(28px,3.4vw,44px)!important}.pc-pack-trust__visual{display:block!important;opacity:.58!important;min-height:240px!important;position:relative!important}.pc-pack-box{position:relative!important;width:min(360px,100%)!important;height:220px!important;margin:0 auto!important;border-radius:16px!important;border:1px solid rgba(245,192,48,.18)!important;background:linear-gradient(145deg,#ffffff1f,#ffffff09)!important;box-shadow:0 20px 50px #07101f29!important;transform:rotate(-1deg)!important}.pc-pack-box__lid{position:absolute!important;inset:16px 16px auto!important;height:54px!important;border-radius:12px!important;background:#07101f2e!important}.pc-pack-box__body{position:absolute!important;left:18px!important;right:18px!important;bottom:18px!important;height:118px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff14!important}.pc-pack-sticker,.pc-pack-label{position:absolute!important;border-radius:8px!important;padding:7px 10px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.pc-pack-sticker--pull{left:14px;top:10px;color:var(--gold);background:#f5c0301f}.pc-pack-sticker--tcg{right:14px;top:10px;color:#f7f9ffbd;background:#ffffff14}.pc-pack-label{left:16px;bottom:16px;color:#f7f9ffc7;background:#07101f3d}.pc-pack-fill{position:absolute!important;width:54px!important;height:10px!important;border-radius:999px!important;background:#f5c03024!important}.pc-pack-fill--one{left:20px;top:24px}.pc-pack-fill--two{right:28px;top:52px}.pc-pack-fill--three{left:74px;top:78px}@keyframes pcPokemonBreath{0%,to{transform:translate(0);opacity:1}50%{transform:translate(5px);opacity:.94}}@keyframes pcProductFlicker{0%,to{transform:translate(0);opacity:.78}48%{transform:translate(5px);opacity:1}}@keyframes pcChipFloatA{0%,to{transform:translate(0)}50%{transform:translate(18px)}}@keyframes pcChipFloatB{0%,to{transform:translate(0)}50%{transform:translate(-16px)}}@keyframes pcChipFloatC{0%,to{transform:translate(0)}50%{transform:translate(12px)}}@media(max-width:900px){.hero{min-height:620px!important}.hero-content{padding:74px 24px 46px!important}.hero-product-cloud{right:18px!important;top:58%!important;width:180px!important;height:138px!important;opacity:.46!important}.hero-product-chip{min-width:88px!important;min-height:32px!important;padding:0 10px!important;font-size:10px!important;border-radius:7px!important}.hero-product-chip--etb{top:0;left:0}.hero-product-chip--box{top:48px;right:0}.hero-product-chip--booster{bottom:0;left:8px}.pc-sortbar{margin-bottom:18px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important}.pc-sortbar>span,.pc-sort-btn{white-space:nowrap!important}.pc-pack-trust__inner{grid-template-columns:1fr!important;gap:16px!important}.pc-pack-trust__visual{min-height:128px!important;order:-1!important;opacity:.38!important}.pc-pack-box{height:126px!important;width:min(280px,88vw)!important}.pc-pack-box__lid{height:34px!important;inset:10px 10px auto!important}.pc-pack-box__body{left:12px!important;right:12px!important;bottom:12px!important;height:64px!important}.pc-pack-sticker,.pc-pack-label{font-size:9px!important;padding:5px 7px!important}.pc-pack-trust__copy p:not(.pc-pack-trust__eyebrow){font-size:14px!important;line-height:1.5!important}.pc-pack-trust__steps{margin-top:14px!important}}.hero-orbs,.hero-orbs .orb{display:none!important}@media(max-width:600px){.hero-title{max-width:350px!important;gap:8px!important}.hero-title-word,.hero-title-word .hw-cycle{display:block!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;font-size:44px!important;line-height:.94!important;letter-spacing:0!important}.hero-title-first{display:block!important;font-size:58px!important;line-height:.9!important;letter-spacing:0!important}.hero-product-strip{margin-top:18px!important;gap:8px!important}}@media(max-width:360px){.hero-title{max-width:320px!important}.hero-title-word,.hero-title-word .hw-cycle{font-size:39px!important}.hero-title-first{font-size:52px!important}}.hero-title-word,.hero-title-word .hw-cycle{color:#f2b928!important;opacity:.96!important;text-shadow:0 1px 0 rgba(9,17,31,.18),0 10px 28px rgba(242,185,40,.18)!important}html[data-pc-theme=dark] .hero-title-word,html[data-pc-theme=dark] .hero-title-word .hw-cycle{color:var(--gold)!important;opacity:.98!important}.pcard-no-img{width:100%!important;height:100%!important;min-height:160px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid rgba(242,185,40,.18)!important;background:linear-gradient(135deg,#f2b9281a,#ffffffc2 48%,#2b6b9a1a)!important;color:#d9a312!important;font-size:34px!important}.pcard-no-img:before{content:"PullCards";display:block!important;font-family:var(--font-display)!important;font-size:18px!important;line-height:1!important;color:#10203a!important;letter-spacing:0!important}.pcard-no-img:after{content:"Afbeelding volgt";display:block!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#10203a8f!important}html[data-pc-theme=dark] .pcard-no-img{background:linear-gradient(135deg,#f2b92821,#0e182ad6 48%,#2b6b9a2e)!important}html[data-pc-theme=dark] .pcard-no-img:before{color:#f7f9ff!important}html[data-pc-theme=dark] .pcard-no-img:after{color:#f7f9ff94!important}.hero{min-height:520px!important;height:auto!important;align-items:center!important;overflow:hidden!important;background:linear-gradient(106deg,#fffae8f5,#f7fafffa 48%,#e2f4fff5)!important}.hero:after{content:"";position:absolute;z-index:1;right:150px;top:122px;width:310px;height:310px;background-image:url(https://pullcards.nl/cdn/shop/files/ME2.5_ETB_Mega_Dragonite_box_art.jpg?v=1782774466&width=600);background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 24px 34px rgba(8,20,38,.18));transform:rotate(-2deg);pointer-events:none}.hero-content{padding:76px 48px 70px!important}.hero-inner{max-width:620px!important;position:relative!important;z-index:3!important}.hero-title{margin-bottom:22px!important;letter-spacing:0!important}.hero-title-word,.hero-title-word .hw-cycle{color:#f0b821!important;opacity:1!important;text-shadow:0 1px 0 rgba(8,19,35,.14),0 14px 30px rgba(240,184,33,.16)!important}.hero-title-word{font-size:74px!important;line-height:.9!important}.hero-title-first{color:#071326!important;font-size:88px!important;line-height:.88!important}.hero-ctas{margin-top:6px!important;margin-bottom:0!important;max-width:290px!important}.hero-ctas .btn-gold{width:100%!important;min-height:52px!important;padding:0 28px!important}.hero-product-strip{display:none!important}.hero-product-cloud{z-index:2!important;right:100px!important;top:132px!important;width:340px!important;height:310px!important;opacity:.62!important}.hero-product-chip{min-width:112px!important;min-height:40px!important;padding:0 14px!important;background:#07101f8a!important;color:#f7f9ffd6!important;box-shadow:0 14px 28px #08142626!important;border-color:#07101f14!important;letter-spacing:.08em!important}.hero-product-chip--etb{top:0!important;right:210px!important;left:auto!important}.hero-product-chip--box{top:104px!important;right:-18px!important;left:auto!important}.hero-product-chip--booster{bottom:16px!important;right:178px!important;left:auto!important}.template-index .section-header,.featured-collection .section-header,.collection-products .section-header{margin-top:0!important}@media(max-width:1100px){.hero:after{right:64px!important;width:260px!important;height:260px!important}.hero-product-cloud{right:38px!important;width:300px!important}}@media(max-width:900px){.hero{min-height:476px!important;background:linear-gradient(112deg,#fffae8f7,#f4f9fffa 58%,#e2f4fff0)!important}.hero:after,.hero-product-cloud,.hero-product-strip{display:none!important}.hero-content{padding:68px 24px 48px!important}.hero-inner{max-width:342px!important}.hero-title{margin-bottom:20px!important}.hero-title-word,.hero-title-word .hw-cycle{font-size:38px!important;line-height:.95!important}.hero-title-first{font-size:54px!important;line-height:.9!important}.hero-ctas{max-width:342px!important}.hero-ctas .btn-gold{width:100%!important}}@media(max-width:360px){.hero{min-height:452px!important}.hero-title-word,.hero-title-word .hw-cycle{font-size:34px!important}.hero-title-first{font-size:49px!important}}.hero .hero-title-word,.hero .hero-title-word .pc-hw,.hero .hero-title-word *{color:#d99b05!important;opacity:1!important;text-shadow:0 1px 0 rgba(7,19,38,.18),0 10px 24px rgba(217,155,5,.14)!important}.hero .hero-product-cloud{display:none!important}.hero:after{right:135px!important;top:116px!important;width:330px!important;height:330px!important;opacity:.96!important;mix-blend-mode:multiply!important;filter:drop-shadow(0 24px 34px rgba(8,20,38,.18)) saturate(1.04)!important}html[data-pc-theme=dark] body,body[data-pc-theme=dark]{background:#060d1a!important;color:#f7f9ff!important}html[data-pc-theme=dark] .hero{background:radial-gradient(circle at 18% 8%,rgba(242,185,40,.12),transparent 28%),linear-gradient(180deg,#071121,#050b17)!important;color:#f7f9ff!important}html[data-pc-theme=dark] .hero-title-first{color:#f7f9ff!important;text-shadow:0 16px 34px rgba(0,0,0,.28)!important}html[data-pc-theme=dark] .hero .hero-title-word,html[data-pc-theme=dark] .hero .hero-title-word .pc-hw,html[data-pc-theme=dark] .hero .hero-title-word *{color:#f2bd2d!important;text-shadow:0 12px 26px rgba(242,189,45,.16)!important}html[data-pc-theme=light] .hero{background:linear-gradient(106deg,#fffae8f5,#f7fafffa 48%,#e2f4fff5)!important}@media(max-width:900px){.hero{min-height:356px!important;height:356px!important;align-items:flex-start!important}.hero-content{padding:42px 24px 30px!important;width:100%!important}.hero-inner{max-width:342px!important}.hero-title{margin-bottom:14px!important}.hero-title-word,.hero-title-word .hw-cycle,.hero .hero-title-word .pc-hw{font-size:34px!important;line-height:.92!important}.hero-title-first{font-size:50px!important;line-height:.9!important}.hero-ctas{max-width:342px!important;margin-top:0!important}.hero-ctas .btn-gold{min-height:50px!important;padding:0 22px!important}.hero:after,.hero-product-cloud,.hero-product-strip,.hero-product-chip{display:none!important}}@media(max-width:360px){.hero{min-height:338px!important;height:338px!important}.hero-content{padding-top:36px!important}.hero-title-word,.hero-title-word .hw-cycle,.hero .hero-title-word .pc-hw{font-size:31px!important}.hero-title-first{font-size:46px!important}}html[data-pc-theme=dark] .hero:after{mix-blend-mode:normal!important;opacity:.42!important;filter:drop-shadow(0 24px 34px rgba(0,0,0,.36)) saturate(1.02) brightness(.9)!important}@media(max-width:900px){html[data-pc-theme=dark] .hero:after{display:none!important}}.pc-index-page #pullcards-grader,.pc-index-page #pullcards-verpakking,.pc-index-page #whatnot-live-alerts,.pc-hide-home-section{display:none!important}.pc-catalog-section{position:relative!important}.pc-catalog-tools{display:flex!important;flex-direction:column!important;gap:10px!important;margin:0 0 18px!important}.pc-filter-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.pc-filter-label,.pc-catalog-count{color:var(--muted)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.pc-filter-chip{border:1px solid rgba(255,255,255,.1)!important;background:#ffffff0a!important;color:#b8c5d8!important;border-radius:8px!important;min-height:34px!important;padding:0 12px!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important;white-space:nowrap!important}.pc-filter-chip:hover,.pc-filter-chip.is-active{background:var(--gold)!important;border-color:var(--gold)!important;color:var(--navy)!important}.pc-filter-empty{display:none;margin:18px 0 8px!important;padding:18px!important;border:1px solid rgba(245,192,48,.18)!important;border-radius:8px!important;background:#ffffff08!important;color:#d9e2f2!important;font-weight:700!important}.pc-filter-empty.is-visible{display:block!important}.pcard[hidden]{display:none!important}.pc-index-page .hero-ctas{max-width:260px!important}.pc-index-page .hero-ctas .btn-gold{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:260px!important;min-height:46px!important;padding:0 18px!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:14px!important;line-height:1!important;border-radius:9px!important}.pc-index-page section:has(.prod-grid){padding-top:34px!important}.pc-index-page .sec-header{margin-bottom:18px!important}@keyframes pcLogoSwayFlat{0%,to{transform:perspective(520px) rotateY(-7deg) translate(-1px)}50%{transform:perspective(520px) rotateY(7deg) translate(1px)}}.main-nav .nav-logo img,.main-nav .nav-logo-img,a.nav-logo img{animation:pcLogoSwayFlat 7.8s ease-in-out infinite!important;transform-origin:center center!important;backface-visibility:visible!important}.main-nav .nav-logo:hover img{animation-play-state:running!important}.pc-route-page{min-height:70vh;background:linear-gradient(180deg,#07101f,#050b17)!important;color:#f7f9ff!important}.pc-route-wrap{max-width:1120px;margin:0 auto;padding:56px 22px 72px!important}.pc-route-eyebrow{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px}.pc-route-title{font-family:var(--font-display);font-size:clamp(46px,8vw,82px);line-height:.9;letter-spacing:0;margin:0 0 18px}.pc-route-lead{max-width:660px;color:#b7c4d8;font-size:16px;line-height:1.65;margin:0 0 24px}.pc-route-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:24px;align-items:start}.pc-route-card,.pc-route-frame-wrap{border:1px solid rgba(245,192,48,.16);background:#0d1829;border-radius:8px;padding:22px;box-shadow:0 18px 42px #00000029}.pc-route-card h2{font-family:var(--font-display);font-size:30px;line-height:1;margin-bottom:12px}.pc-route-card p,.pc-route-card li{color:#b7c4d8;font-size:14px;line-height:1.6}.pc-route-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.pc-route-step{border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:8px;padding:14px}.pc-route-step strong{display:block;color:#fff;font-size:14px;margin-bottom:4px}.pc-route-frame{width:100%;height:min(720px,78vh);border:0;border-radius:8px;background:#07101f}.pc-alert-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:16px}.pc-alert-form input[type=email]{min-height:44px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0d;color:#fff;padding:0 12px;font-size:14px}.pc-alert-form button{min-height:44px;border:0;border-radius:8px;background:var(--gold);color:var(--navy);font-weight:900;padding:0 16px;cursor:pointer}.pc-route-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.pc-route-socials a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:0 14px;background:#ffffff0a;color:#fff;font-weight:800}@media(max-width:900px){.pc-index-page .hero{min-height:326px!important;height:326px!important}.pc-index-page .hero-content{padding:28px 22px 22px!important}.pc-index-page .hero-inner{max-width:310px!important}.pc-index-page .hero-title{margin-bottom:12px!important}.pc-index-page .hero-title-word,.pc-index-page .hero-title-word .hw-cycle,.pc-index-page .hero .hero-title-word .pc-hw{font-size:30px!important;line-height:.92!important}.pc-index-page .hero-title-first{font-size:44px!important;line-height:.9!important}.pc-index-page .hero-ctas{max-width:236px!important}.pc-index-page .hero-ctas .btn-gold{max-width:236px!important;min-height:42px!important;font-size:13px!important}.pc-index-page section:has(.prod-grid){padding-top:28px!important}.pc-filter-row,.pc-sortbar{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:3px!important;scrollbar-width:none}.pc-filter-row::-webkit-scrollbar,.pc-sortbar::-webkit-scrollbar{display:none}.pc-filter-label,.pc-catalog-count,.pc-filter-chip,.pc-sort-btn{flex:0 0 auto}.pc-catalog-tools{margin-bottom:14px!important}.pc-route-wrap{padding:36px 18px 56px!important}.pc-route-grid{grid-template-columns:1fr;gap:14px}.pc-route-card,.pc-route-frame-wrap{padding:16px}.pc-route-steps,.pc-alert-form{grid-template-columns:1fr}.pc-alert-form button{width:100%}body.pc-nav-logo-only .main-nav-inner,html.pc-nav-logo-only .main-nav-inner{justify-content:space-between!important;gap:10px!important}body.pc-nav-logo-only .mob-menu-btn,html.pc-nav-logo-only .mob-menu-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;margin-left:auto!important;background:#ffffff0a!important;border-color:#ffffff1f!important;color:#f7f9ff!important}body.pc-nav-logo-only .nav-icons,html.pc-nav-logo-only .nav-icons{display:none!important}.pc-nav-logo-only .nav-logo img,.pc-nav-logo-only .nav-logo-img{height:42px!important}}@media(max-width:360px){.pc-index-page .hero{min-height:306px!important;height:306px!important}.pc-index-page .hero-title-word,.pc-index-page .hero-title-word .hw-cycle,.pc-index-page .hero .hero-title-word .pc-hw{font-size:27px!important}.pc-index-page .hero-title-first{font-size:40px!important}.pc-index-page .hero-ctas,.pc-index-page .hero-ctas .btn-gold{max-width:220px!important}}@media(max-width:900px){body.pc-nav-logo-only .nav-icons,html.pc-nav-logo-only .nav-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:0!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;margin-left:auto!important}body.pc-nav-logo-only .nav-icons>*:not(.mob-menu-btn),html.pc-nav-logo-only .nav-icons>*:not(.mob-menu-btn){display:none!important}body.pc-nav-logo-only .mob-menu-btn,html.pc-nav-logo-only .mob-menu-btn{position:relative!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;margin-left:auto!important;background:#ffffff0a!important;border-color:#ffffff24!important;color:#f7f9ff!important}}@media(max-width:900px){.pc-index-page .hero{min-height:286px!important;height:286px!important}.pc-index-page .hero-content{padding:22px 20px 16px!important}.pc-index-page .hero-inner{max-width:286px!important}.pc-index-page .hero-title{margin-bottom:10px!important}.pc-index-page .hero-title-word,.pc-index-page .hero-title-word .hw-cycle,.pc-index-page .hero .hero-title-word .pc-hw{font-size:28px!important;line-height:.9!important}.pc-index-page .hero-title-first{font-size:40px!important;line-height:.88!important}.pc-index-page .hero-ctas{max-width:220px!important}.pc-index-page .hero-ctas .btn-gold{max-width:220px!important;min-height:40px!important;font-size:13px!important}.pc-index-page .pc-catalog-tools{display:none!important}.pc-index-page .pc-sortbar{margin-bottom:12px!important}.pc-index-page section:has(.prod-grid){padding-top:22px!important}.pc-index-page .filter-tabs{margin-bottom:12px!important}}@media(max-width:360px){.pc-index-page .hero{min-height:270px!important;height:270px!important}.pc-index-page .hero-title-word,.pc-index-page .hero-title-word .hw-cycle,.pc-index-page .hero .hero-title-word .pc-hw{font-size:25px!important}.pc-index-page .hero-title-first{font-size:37px!important}.pc-index-page .hero-ctas,.pc-index-page .hero-ctas .btn-gold{max-width:210px!important}}@media(max-width:900px){.pc-index-page .hero{min-height:234px!important;height:234px!important}.pc-index-page .hero-content{padding:18px 20px 10px!important;justify-content:flex-start!important}.pc-index-page .hero-inner{max-width:272px!important}.pc-index-page .hero-title{margin-bottom:9px!important}.pc-index-page .hero-title-word,.pc-index-page .hero-title-word .hw-cycle,.pc-index-page .hero .hero-title-word .pc-hw{font-size:26px!important;line-height:.9!important}.pc-index-page .hero-title-first{font-size:37px!important;line-height:.88!important}.pc-index-page .hero-ctas{max-width:210px!important}.pc-index-page .hero-ctas .btn-gold{max-width:210px!important;min-height:38px!important;font-size:13px!important}.pc-index-page section:has(.prod-grid){padding-top:14px!important}.pc-index-page .sec-header{margin-bottom:12px!important}.pc-index-page .filter-tabs,.pc-index-page .pc-sortbar{margin-bottom:10px!important}}@media(max-width:360px){.pc-index-page .hero{min-height:218px!important;height:218px!important}.pc-index-page .hero-content{padding:16px 18px 8px!important}.pc-index-page .hero-title-word,.pc-index-page .hero-title-word .hw-cycle,.pc-index-page .hero .hero-title-word .pc-hw{font-size:24px!important}.pc-index-page .hero-title-first{font-size:35px!important}.pc-index-page .hero-ctas,.pc-index-page .hero-ctas .btn-gold{max-width:200px!important}}@media(max-width:900px){body.pc-index-page .hero,html .pc-index-page .hero{min-height:0!important;height:auto!important;margin:0!important;padding:0!important;overflow:hidden!important}body.pc-index-page .hero-content,html .pc-index-page .hero-content{display:block!important;min-height:0!important;height:auto!important;padding:16px 20px 18px!important;margin:0!important}body.pc-index-page .hero-inner,html .pc-index-page .hero-inner{max-width:348px!important;margin:0!important;padding:0!important}body.pc-index-page .hero-title,html .pc-index-page .hero-title{margin:0 0 12px!important;max-width:320px!important}body.pc-index-page .hero-title-word,body.pc-index-page .hero-title-word .hw-cycle,body.pc-index-page .hero .hero-title-word .pc-hw,html .pc-index-page .hero-title-word,html .pc-index-page .hero-title-word .hw-cycle,html .pc-index-page .hero .hero-title-word .pc-hw{font-size:28px!important;line-height:.9!important}body.pc-index-page .hero-title-first,html .pc-index-page .hero-title-first{font-size:40px!important;line-height:.86!important}body.pc-index-page .hero-ctas,html .pc-index-page .hero-ctas{width:100%!important;max-width:348px!important;margin:0!important}body.pc-index-page .hero-ctas .btn-gold,html .pc-index-page .hero-ctas .btn-gold{width:100%!important;max-width:348px!important;min-height:48px!important;padding:0 18px!important;font-size:14px!important;line-height:1!important;border-radius:9px!important}body.pc-index-page section:has(.prod-grid),html .pc-index-page section:has(.prod-grid){padding-top:10px!important;margin-top:0!important}body.pc-index-page .pc-catalog-section,html .pc-index-page .pc-catalog-section{margin-top:0!important}body.pc-index-page .sec-header,html .pc-index-page .sec-header{margin-bottom:12px!important}body.pc-index-page .filter-tabs,html .pc-index-page .filter-tabs,body.pc-index-page .pc-sortbar,html .pc-index-page .pc-sortbar{margin-bottom:10px!important}}@media(max-width:360px){body.pc-index-page .hero-content,html .pc-index-page .hero-content{padding:14px 18px 16px!important}body.pc-index-page .hero-title-word,body.pc-index-page .hero-title-word .hw-cycle,body.pc-index-page .hero .hero-title-word .pc-hw,html .pc-index-page .hero-title-word,html .pc-index-page .hero-title-word .hw-cycle,html .pc-index-page .hero .hero-title-word .pc-hw{font-size:25px!important}body.pc-index-page .hero-title-first,html .pc-index-page .hero-title-first{font-size:36px!important}body.pc-index-page .hero-ctas,body.pc-index-page .hero-ctas .btn-gold,html .pc-index-page .hero-ctas,html .pc-index-page .hero-ctas .btn-gold{max-width:320px!important}}.pc-lang{position:relative;display:inline-flex;align-items:center;justify-content:center}.pc-lang-toggle{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a;color:#dfe8f7;cursor:pointer}.pc-lang-toggle svg{width:19px;height:19px;animation:pcLangGlobeSway 7.5s ease-in-out infinite;transform-origin:center}.pc-lang-code{font-size:10px;font-weight:900;letter-spacing:.04em;color:#f5c030}.pc-lang-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:80;display:none;min-width:156px;padding:8px;border:1px solid rgba(245,192,48,.24);border-radius:8px;background:#091424;box-shadow:0 20px 48px #00000061}.pc-lang.is-open .pc-lang-menu{display:grid;gap:4px}.pc-lang-option{border:0;border-radius:7px;background:transparent;color:#d9e4f5;text-align:left;padding:10px 11px;font-size:13px;font-weight:800;cursor:pointer}.pc-lang-option:hover,.pc-lang-option.is-active{background:#f5c030;color:#07101f}@keyframes pcLangGlobeSway{0%,to{transform:rotate(-7deg)}50%{transform:rotate(7deg)}}.pc-hide-default-collection-title{display:none!important}@media(max-width:900px){.main-nav-inner{padding-left:14px!important;padding-right:14px!important;gap:8px!important}.main-nav .nav-logo img,.main-nav .nav-logo-img{max-width:68px!important}.main-nav .nav-icons{gap:2px!important;display:flex!important;align-items:center!important}.main-nav .icon-btn,.main-nav .mob-menu-btn,.pc-lang-toggle{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}.pc-lang-code{display:none!important}.pc-lang-toggle svg{width:18px!important;height:18px!important}.pc-lang-menu{right:-46px;top:42px}.main-nav .mob-menu-btn{font-size:18px!important}}@media(max-width:360px){.main-nav-inner{padding-left:10px!important;padding-right:10px!important}.main-nav .nav-logo img,.main-nav .nav-logo-img{max-width:62px!important}.main-nav .icon-btn,.main-nav .mob-menu-btn,.pc-lang-toggle{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important}.main-nav .nav-icons{gap:1px!important}}.pc-lang-toast{position:fixed;left:50%;top:82px;z-index:9999;transform:translate(-50%,-8px);opacity:0;pointer-events:none;background:#f5c030;color:#07101f;border:1px solid rgba(7,16,31,.12);border-radius:8px;padding:9px 13px;font-size:12px;font-weight:900;letter-spacing:.03em;box-shadow:0 14px 34px #00000059;transition:opacity .18s ease,transform .18s ease}.pc-lang-toast.is-visible{opacity:1;transform:translate(-50%)}body[data-pc-lang=en] .pc-lang-toggle,body[data-pc-lang=de] .pc-lang-toggle,body[data-pc-lang=fr] .pc-lang-toggle{border-color:#f5c0306b!important;background:#f5c0301f!important;color:#f5c030!important}@media(max-width:900px){.pc-lang-toast{top:72px;max-width:calc(100vw - 32px);white-space:nowrap}}@media(max-width:900px){.filter-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;padding-bottom:0!important}.filter-tabs::-webkit-scrollbar{display:none!important}.filter-tabs .ftab{flex:0 0 auto!important}.pc-filter-row,.pc-sortbar{scrollbar-width:none!important;-ms-overflow-style:none!important}.pc-filter-row::-webkit-scrollbar,.pc-sortbar::-webkit-scrollbar{display:none!important}}.pc-lang-toggle svg{animation:none!important;transform:none!important}.pc-lang-toggle{transform:none!important}.pc-mobile-select-panel{display:none}.pc-route-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 20px}.pc-route-primary,.pc-route-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;padding:0 15px;font-weight:900;font-size:13px}.pc-route-primary{background:var(--gold);color:var(--navy);box-shadow:0 10px 28px #f5c03040}.pc-route-secondary{border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#f7f9ff}.pc-scan-status{flex:1 1 100%;min-height:34px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff08;color:#b7c4d8;padding:8px 10px;font-size:12px;font-weight:750;line-height:1.35}.pc-scan-status.is-ok{border-color:#4ade8047;background:#4ade8014;color:#c8f7d7}.pc-scan-status.is-warn{border-color:#f5c03040;background:#f5c03014;color:#f4dda0}@media(max-width:900px){.pc-mobile-select-panel{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px!important;padding:12px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:8px!important;background:linear-gradient(180deg,#ffffff0e,#ffffff07)!important;box-shadow:0 14px 30px #00000024!important}.pc-mobile-select-field{display:grid!important;gap:6px!important;min-width:0!important}.pc-mobile-select-field span{color:var(--muted)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.pc-mobile-select-field select{width:100%!important;min-height:38px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:8px!important;background:#0b1627!important;color:#eef4ff!important;padding:0 30px 0 10px!important;font-size:13px!important;font-weight:850!important;line-height:1!important;outline:none!important;-webkit-appearance:none!important;appearance:none!important;background-image:linear-gradient(45deg,transparent 50%,#f5c030 50%),linear-gradient(135deg,#f5c030 50%,transparent 50%)!important;background-position:calc(100% - 16px) 16px,calc(100% - 11px) 16px!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}.pc-mobile-select-field select:focus{border-color:#f5c0307a!important;box-shadow:0 0 0 3px #f5c0301a!important}.pc-mobile-enhanced-hide{display:none!important}.pc-catalog-section>.container.pc-mobile-enhanced-hide{display:block!important}.pc-catalog-section .container{padding-left:20px!important;padding-right:20px!important}.pc-catalog-section .sec-title{font-size:44px!important;line-height:.92!important}.pc-catalog-section .prod-grid{gap:14px!important}.pc-catalog-section .pcard{border-radius:8px!important}.pc-route-actions{margin-bottom:16px}.pc-route-primary,.pc-route-secondary{flex:1 1 145px;min-height:44px}.pc-route-frame-wrap{padding:10px!important}.pc-route-frame{height:620px!important;max-height:76vh!important}}html[data-pc-theme=light] .pc-mobile-select-panel{background:linear-gradient(180deg,#ffffffdb,#f4f7fcd1)!important;border-color:#0813261c!important}html[data-pc-theme=light] .pc-mobile-select-field select{background-color:#fff!important;color:#081326!important;border-color:#08132629!important}html[data-pc-theme=light] .pc-route-secondary,html[data-pc-theme=light] .pc-scan-status{background:#ffffffbf;color:#1f2d42;border-color:#0813261f}.pc-home-filter-hidden{display:none!important}body.pc-search-open{overflow:hidden!important}#search-overlay{overflow-y:auto!important;align-items:center!important;overscroll-behavior:contain!important}#search-overlay .so-inner{width:min(640px,100%)!important}#search-overlay .so-results{max-height:calc(100dvh - 190px)!important;overflow-y:auto!important;padding-right:2px!important;overscroll-behavior:contain!important}.ticker-bar{padding:12px 0!important}.ticker-track span{margin-right:108px!important;letter-spacing:3.2px!important}.pc-index-page .pc-catalog-section{padding-top:18px!important}.pc-index-page .pc-catalog-section .sec-header{margin-bottom:16px!important}.pc-index-page .pc-catalog-section .sec-title{letter-spacing:.02em!important}.pc-index-page .prod-grid{margin-top:0!important}.pc-menu-social-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:4px 0 14px;padding:0 0 12px;border-bottom:1px solid rgba(255,255,255,.08)}.pc-menu-social{min-width:0;display:grid;place-items:center;gap:4px;min-height:58px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff08;color:#f7f9ff;text-align:center}.pc-menu-social span{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#f5c030;color:#07101f;font-size:10px;font-weight:950;letter-spacing:.02em}.pc-menu-social b{font-size:10px;line-height:1;font-weight:850}.pc-menu-social.is-instagram span{background:linear-gradient(135deg,#f5c030,#e0548f);color:#fff}.pc-menu-social.is-mail span{background:#dbeafe;color:#07101f}.pc-route-wrap-v35{max-width:1040px!important;padding-top:42px!important}.pc-route-wrap-v35 .pc-route-title{font-size:clamp(42px,7vw,78px)!important;margin-bottom:14px!important}.pc-route-wrap-v35 .pc-route-lead{max-width:620px!important;font-size:15px!important;line-height:1.55!important;margin-bottom:18px!important}.pc-scan-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 14px}.pc-pricing-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 20px;max-width:720px}.pc-pricing-strip div{border:1px solid rgba(245,192,48,.18);background:#ffffff08;border-radius:8px;padding:13px 14px}.pc-pricing-strip strong{display:block;color:#f7f9ff;font-size:15px;font-weight:950;margin-bottom:3px}.pc-pricing-strip span{display:block;color:#b7c4d8;font-size:12px;font-weight:750;line-height:1.35}.pc-route-grid-compact{grid-template-columns:minmax(0,1fr) minmax(260px,.6fr)!important;gap:16px!important}.pc-route-steps.compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.pc-route-steps.compact .pc-route-step{padding:12px!important}.pc-route-card.pc-mini-status,.pc-route-card.pc-pack-card{align-self:stretch}.pc-route-card.pc-pack-card .pc-route-primary{margin-top:14px}.pc-route-socials-big a{min-width:138px;min-height:48px}@media(max-width:900px){#mobile-menu .mm-panel{top:82px!important;right:0!important;bottom:24px!important;height:auto!important;width:min(292px,82vw)!important;max-width:82vw!important;padding:14px 16px 16px!important;border-radius:14px 0 0 14px!important;overflow-y:auto!important;gap:6px!important}#mobile-menu .mm-backdrop{background:#00000075!important}#mobile-menu .mm-close{width:34px!important;height:34px!important;margin-left:auto!important}#mobile-menu .mm-panel a:not(.pc-menu-social){font-size:24px!important;line-height:1!important;padding:13px 0!important}.pc-menu-social-top{gap:7px;margin-top:0;margin-bottom:10px;padding-bottom:10px}.pc-menu-social{min-height:52px}.ticker-bar{padding:11px 0!important}.ticker-track span{margin-right:94px!important;font-size:10px!important;letter-spacing:3px!important}.pc-index-page .hero-content{padding-bottom:14px!important}.pc-index-page .pc-catalog-section{padding-top:12px!important}.pc-index-page .pc-catalog-section .container{padding-left:20px!important;padding-right:20px!important}.pc-index-page .pc-catalog-section .sec-header{margin-bottom:12px!important;align-items:flex-end!important}.pc-index-page .pc-catalog-section .sec-title{font-size:42px!important;line-height:.9!important}.pc-index-page .pc-catalog-section .sec-link{font-size:13px!important;white-space:nowrap!important}.pc-index-page .prod-grid{gap:14px!important}#search-overlay{padding:70px 16px 18px!important;align-items:stretch!important}#search-overlay .so-close{top:18px!important;right:18px!important}#search-overlay .so-inner{max-width:none!important}#search-overlay .so-search{padding:12px 14px!important;border-radius:10px!important}#search-overlay .so-results{max-height:calc(100dvh - 155px)!important}#search-overlay .so-result{min-height:68px!important}.pc-route-wrap-v35{padding:28px 18px 46px!important}.pc-route-wrap-v35 .pc-route-title{font-size:44px!important;line-height:.9!important}.pc-route-wrap-v35 .pc-route-lead{font-size:14px!important;margin-bottom:14px!important}.pc-scan-hero-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.pc-scan-hero-actions .pc-route-primary,.pc-scan-hero-actions .pc-route-secondary{min-height:42px!important;padding:0 10px!important;font-size:12px!important}.pc-pricing-strip{grid-template-columns:1fr!important;gap:8px!important;margin-bottom:14px!important}.pc-pricing-strip div{padding:11px 12px!important}.pc-route-grid-compact{grid-template-columns:1fr!important;gap:12px!important}.pc-route-steps.compact{grid-template-columns:1fr 1fr!important}.pc-route-steps.compact .pc-route-step p{font-size:12px!important;line-height:1.4!important}.pc-route-card{padding:15px!important}.pc-route-card h2{font-size:26px!important}}@media(max-width:360px){#mobile-menu .mm-panel{width:84vw!important;max-width:84vw!important;padding-left:14px!important;padding-right:14px!important}#mobile-menu .mm-panel a:not(.pc-menu-social){font-size:22px!important}.pc-route-steps.compact{grid-template-columns:1fr!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/theme.css.map?codex_v35_probe=1 */
