@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Montserrat:wght@500;700;800;900&display=swap";:root{--yellow:#f7c900;--red:#ef3e2f;--blue:#1665c1;--teal:#0a9e9a;--cream:#fff8e5;--ink:#171313;--purple:#7b3fb2;--white:#fff;--line:4px solid var(--ink);--shadow:8px 8px 0 var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Montserrat,Arial,sans-serif;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:999;background:#fff;padding:12px;border:2px solid}.site-header{position:sticky;top:0;z-index:30;min-height:82px;padding:12px clamp(18px,4vw,64px);display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--yellow);border-bottom:var(--line)}.brand{display:inline-flex;align-items:center;font-family:Archivo Black,Impact,sans-serif;font-size:clamp(27px,3.5vw,48px);letter-spacing:-3px;line-height:.85;transform:rotate(-2deg);filter:drop-shadow(3px 3px 0 #fff)}.brand span{color:var(--red);-webkit-text-stroke:2px var(--ink)}.brand b{color:var(--blue);-webkit-text-stroke:2px var(--ink)}.main-nav{display:flex;gap:clamp(13px,2.5vw,36px);font-weight:900;text-transform:uppercase;font-size:13px}.main-nav a:hover{color:var(--red);transform:translateY(-2px)}.cart-pill{background:var(--ink);color:#fff;padding:11px 17px;border:2px solid #fff;box-shadow:3px 3px 0 var(--red);font-weight:900;text-transform:uppercase;font-size:12px}.announcement{background:var(--ink);color:#fff;text-align:center;padding:9px 15px;font-weight:900;letter-spacing:2px;font-size:12px}.comic-dots{background-image:radial-gradient(rgba(23,19,19,.16) 1.5px,transparent 1.5px);background-size:11px 11px}.hero{min-height:690px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;position:relative;padding:clamp(45px,7vw,100px) clamp(22px,7vw,110px);background-color:var(--yellow);border-bottom:var(--line);overflow:hidden}.hero__copy{position:relative;z-index:3;max-width:760px}.eyebrow{margin:0 0 13px;font-size:12px;letter-spacing:2px;font-weight:900;text-transform:uppercase}.hero h1,.section h2,.request-section h2,.standard-page h1{font-family:Archivo Black,Impact,sans-serif;line-height:.93;letter-spacing:-2px;margin:0;text-transform:uppercase}.hero h1{font-size:clamp(54px,7.2vw,112px);max-width:900px;text-shadow:5px 5px 0 white;-webkit-text-stroke:2px var(--ink)}.hero__text{max-width:590px;font-size:clamp(16px,1.6vw,21px);line-height:1.6;font-weight:700}.button-row{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:28px}.comic-button{display:inline-block;background:var(--yellow);border:var(--line);box-shadow:var(--shadow);padding:16px 23px;font-weight:900;text-transform:uppercase;cursor:pointer;transition:.15s}.comic-button:hover{transform:translate(4px,4px);box-shadow:4px 4px 0 var(--ink)}.comic-button--red{background:var(--red);color:#fff}.text-link{font-weight:900;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}.sound-word{position:absolute;top:-55px;left:4px;font-family:Archivo Black,Impact,sans-serif;color:var(--red);font-size:28px;transform:rotate(-9deg);-webkit-text-stroke:1px var(--ink);text-shadow:3px 3px 0 white}.hero__art{position:relative;min-height:500px}.burst{position:absolute;top:6%;right:-15%;bottom:-15%;left:-10%;background:var(--blue);clip-path:polygon(50% 0,58% 34%,78% 8%,72% 39%,100% 28%,76% 52%,100% 70%,69% 65%,76% 100%,52% 73%,35% 100%,39% 68%,4% 80%,28% 56%,0 41%,35% 42%);border:var(--line)}.hero-char{position:absolute;object-fit:contain;filter:drop-shadow(10px 10px 0 rgba(23,19,19,.95));transition:.25s}.hero-char--goku{width:58%;left:0;bottom:1%;transform:rotate(-5deg)}.hero-char--spider{width:49%;right:0;top:0;transform:rotate(6deg)}.hero-char:hover{transform:scale(1.04) rotate(0)}.hero-sticker{position:absolute;right:-4%;bottom:3%;background:var(--red);color:#fff;border:var(--line);border-radius:50%;width:118px;height:118px;display:grid;place-items:center;text-align:center;font-family:Archivo Black;transform:rotate(8deg);box-shadow:5px 5px 0 var(--ink)}.ticker{border-bottom:var(--line);background:var(--red);color:#fff;overflow:hidden;white-space:nowrap;padding:13px 0;font-family:Archivo Black;font-size:20px}.ticker div{display:inline-block;min-width:200%;animation:ticker 22s linear infinite}@keyframes ticker{to{transform:translate(-50%)}}.section{padding:clamp(65px,8vw,120px) clamp(22px,7vw,110px)}.section--cream{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-heading h2,.story h2,.faq h2{font-size:clamp(42px,6vw,82px)}.section-heading>p{max-width:430px;font-weight:700;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{border:var(--line);background:#fff;box-shadow:6px 6px 0 var(--ink);transition:.2s}.product-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:10px 14px 0 var(--ink)}.product-card__image{aspect-ratio:1/1.12;display:grid;place-items:center;overflow:hidden;background:#f4f0e8;border-bottom:var(--line)}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:12px}.product-card__image span{font-family:Archivo Black;font-size:20px}.product-card__copy{padding:16px}.product-card__copy h3{margin:0 0 9px;font-family:Archivo Black;font-size:17px}.product-card__copy p{margin:0;color:var(--red);font-weight:900}.universes{background-color:var(--blue);color:#fff;border-block:var(--line)}.section-heading--light h2{text-shadow:4px 4px 0 var(--ink)}.universe-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.universe-card{position:relative;min-height:410px;overflow:hidden;border:var(--line);box-shadow:var(--shadow);padding:25px;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}.universe-card:hover{transform:translate(-3px,-5px);box-shadow:12px 14px 0 var(--ink)}.universe-card>span{position:absolute;left:22px;top:16px;font-family:Archivo Black;font-size:25px;color:var(--ink)}.universe-card h3{position:relative;margin:0;font-family:Archivo Black;font-size:clamp(34px,5vw,68px);line-height:.9;-webkit-text-stroke:2px var(--ink);text-shadow:4px 4px 0 var(--ink)}.universe-card p{position:relative;margin:12px 0 0;font-weight:900}.universe-card--anime{background:#f37521}.universe-card--marvel{background:#e93832}.universe-card--simpsons{background:#f5c900}.universe-card--naruto{background:#8b5bb4}.universe-card--television{grid-column:1/-1;min-height:500px;background:linear-gradient(135deg,#171320 0 48%,#d8222b 48% 68%,#f5c900 68%);color:#fff}.character-stack{position:absolute;top:15px;right:10px;bottom:80px;left:25%;display:flex;align-items:center;justify-content:center}.character-stack img{position:absolute;width:43%;height:90%;object-fit:contain;filter:drop-shadow(7px 7px 0 rgba(23,19,19,.65))}.character-stack img:first-child{left:0;transform:rotate(-8deg)}.character-stack img:nth-child(2){z-index:2}.character-stack img:nth-child(3){right:0;transform:rotate(8deg)}.character-collage--shows{position:absolute;top:12px;right:20px;bottom:110px;left:24%;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:7px}.character-collage--shows img{width:100%;height:82%;object-fit:contain;filter:drop-shadow(6px 7px 0 rgba(0,0,0,.55));transition:.25s}.character-collage--shows img:nth-child(2n){translate:0 18px}.character-collage--shows img:nth-child(3n){rotate:4deg}.universe-card--television:hover .character-collage--shows img{translate:0 -6px}.story{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,8vw,120px);align-items:center}.comic-frame{position:relative;background:var(--teal);border:var(--line);box-shadow:14px 14px 0 var(--red);padding:25px;transform:rotate(-2deg)}.comic-frame img{max-height:620px;margin:auto;object-fit:contain}.comic-frame span{position:absolute;right:-40px;top:20px;font-family:Archivo Black;font-size:40px;color:var(--yellow);-webkit-text-stroke:2px var(--ink);transform:rotate(12deg)}.story__copy p:not(.eyebrow){font-size:18px;line-height:1.7;font-weight:600}.story__copy .comic-button{margin-top:18px}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;background-color:var(--yellow);border-block:var(--line)}.trust-card{background:#fff;border:var(--line);box-shadow:var(--shadow);padding:30px;text-align:center}.trust-card b{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 18px;border:var(--line);border-radius:50%;background:var(--red);color:#fff;font-size:30px}.trust-card h3{font-family:Archivo Black;font-size:22px;margin:0 0 10px}.trust-card p{line-height:1.5;font-weight:600}.request-section{padding:clamp(65px,8vw,120px) clamp(22px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;background:var(--red);color:#fff;border-bottom:var(--line);overflow:hidden}.request-characters{min-height:470px;position:relative;background:var(--yellow);border:var(--line);box-shadow:14px 14px 0 var(--ink);clip-path:polygon(50% 0,62% 20%,82% 6%,80% 30%,100% 34%,82% 52%,96% 73%,72% 70%,68% 100%,49% 79%,28% 100%,30% 72%,4% 79%,20% 55%,0 40%,25% 33%,20% 10%,41% 23%)}.request-characters img{position:absolute;width:43%;height:75%;object-fit:contain;bottom:11%;filter:drop-shadow(7px 7px 0 rgba(23,19,19,.7))}.request-characters img:first-child{left:2%;transform:rotate(-10deg)}.request-characters img:nth-child(2){left:29%;z-index:2}.request-characters img:nth-child(3){right:1%;transform:rotate(10deg)}.request-copy{position:relative;max-width:620px}.request-copy h2{font-size:clamp(70px,9vw,130px);text-shadow:6px 6px 0 var(--ink)}.request-copy>p:not(.eyebrow){font-size:18px;line-height:1.7;font-weight:700}.sound-word--small{top:-40px;left:auto;right:10%;color:var(--yellow)}.comic-button--whatsapp{margin-top:20px;background:#25d366;color:var(--ink)}.faq{max-width:1150px;margin:auto}.faq h2{margin-bottom:35px}.faq details{border-top:var(--line);padding:20px 4px}.faq details:last-child{border-bottom:var(--line)}.faq summary{cursor:pointer;font-family:Archivo Black;font-size:20px}.faq details p{line-height:1.7}.site-footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px;background:var(--ink);color:#fff;padding:60px clamp(22px,7vw,110px) 25px}.brand--footer{margin-bottom:15px}.site-footer h3{font-family:Archivo Black;font-size:16px;color:var(--yellow)}.site-footer a:not(.brand){display:block;margin:10px 0}.copyright{grid-column:1/-1;border-top:1px solid #555;padding-top:22px;margin-top:20px;font-size:12px}.standard-page{max-width:1300px;margin:auto;padding:70px 30px;min-height:55vh}.standard-page h1{font-size:clamp(45px,7vw,90px)}.rte{line-height:1.7}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-gallery img{width:100%;margin-bottom:15px;border:var(--line);background:#fff}.product-info{position:sticky;top:120px;align-self:start}.product-info select{width:100%;padding:14px;margin:20px 0;border:3px solid var(--ink)}.price{font-family:Archivo Black;font-size:28px;margin:18px 0}.cart-line{display:flex;gap:20px;padding:20px 0;border-bottom:3px solid}.cart-line img{width:110px;height:110px;object-fit:contain;background:#fff;border:2px solid}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.no-js .reveal{opacity:1;transform:none}@media(max-width:1000px){.main-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero__art{margin-top:25px}.product-grid{grid-template-columns:repeat(2,1fr)}.universe-grid,.story,.request-section,.product-main,.trust{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.copyright{grid-column:1/-1}.product-info{position:static}}@media(max-width:620px){:root{--line:3px solid var(--ink);--shadow:5px 5px 0 var(--ink)}.site-header{min-height:68px;padding:9px 13px}.brand{font-size:30px}.cart-pill{font-size:10px;padding:9px}.announcement{font-size:9px}.hero{padding:70px 18px 45px}.hero h1{font-size:52px;letter-spacing:-2px;-webkit-text-stroke:1px}.hero__art{min-height:330px}.hero-sticker{width:84px;height:84px;font-size:12px}.section,.request-section{padding:60px 18px}.section-heading{align-items:start;flex-direction:column}.section-heading h2,.story h2,.faq h2{font-size:43px}.product-grid{gap:12px}.product-card__copy{padding:10px}.product-card__copy h3{font-size:12px}.product-card__copy p{font-size:10px}.universe-card{min-height:330px}.universe-card h3{font-size:38px}.character-stack{top:15px;right:0;bottom:75px;left:15%}.story{gap:55px}.comic-frame span{right:-8px;font-size:28px}.request-characters{min-height:330px}.request-copy h2{font-size:68px}.trust-card{padding:22px}.site-footer{grid-template-columns:1fr}.copyright{grid-column:auto}}@media(max-width:620px){.universe-card--television{min-height:520px}.character-collage--shows{top:45px;right:10px;bottom:105px;left:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:0}.character-collage--shows img{height:100%;max-height:155px}.character-collage--shows img:nth-child(2n){translate:0 8px}.universe-card--television h3{font-size:35px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}.collector-showcase{position:relative;display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(35px,6vw,90px);align-items:center;padding:clamp(75px,9vw,135px) clamp(22px,7vw,110px) 170px;background:var(--cream);border-bottom:var(--line);overflow:hidden}.collector-showcase__heading{max-width:610px}.collector-showcase__heading h2{margin:0;font-family:Archivo Black,Impact,sans-serif;font-size:clamp(52px,7vw,100px);line-height:.88;letter-spacing:-3px;text-transform:uppercase;text-shadow:5px 5px 0 var(--yellow)}.collector-showcase__heading>p:not(.eyebrow){font-size:18px;line-height:1.7;font-weight:700}.collector-showcase__heading .comic-button{margin-top:18px;background:var(--yellow)}.collector-showcase__gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:16px;min-height:650px}.collector-room{position:relative;margin:0;overflow:hidden;border:var(--line);background:#fff;box-shadow:var(--shadow)}.collector-room img{width:100%;height:100%;object-fit:cover}.collector-room--main{grid-row:1/3;transform:rotate(-2deg)}.collector-room--small{transform:rotate(2deg)}.collector-room--small:last-child{transform:rotate(-1deg)}.collector-room figcaption{position:absolute;left:0;right:0;bottom:0;padding:13px;background:var(--red);color:#fff;border-top:var(--line);font-family:Archivo Black;font-size:12px;text-align:center}.collector-characters{position:absolute;left:34%;right:4%;bottom:-22px;height:190px;display:flex;align-items:end;justify-content:center;gap:2%;pointer-events:none}.collector-characters img{width:17%;height:180px;object-fit:contain;filter:drop-shadow(7px 8px 0 rgba(23,19,19,.72))}.collector-characters img:nth-child(2){height:195px}.collector-characters span{align-self:center;background:var(--blue);color:#fff;border:var(--line);box-shadow:5px 5px 0 var(--ink);padding:12px 15px;font-family:Archivo Black;font-size:11px;transform:rotate(4deg)}@media(max-width:1000px){.collector-showcase{grid-template-columns:1fr;padding-bottom:165px}.collector-showcase__gallery{min-height:620px}.collector-characters{left:10%;right:5%}}@media(max-width:620px){.collector-showcase{padding:65px 18px 135px}.collector-showcase__heading h2{font-size:48px}.collector-showcase__gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:370px 210px;min-height:auto;gap:10px}.collector-room--main{grid-column:1/3;grid-row:auto}.collector-room--small{grid-row:2}.collector-characters{left:2%;right:2%;height:135px;bottom:-15px}.collector-characters img{width:22%;height:125px}.collector-characters img:nth-child(2){height:135px}.collector-characters span{font-size:8px;padding:8px}}.hero-char--spider{width:48%;right:-2%;top:-1%;z-index:1}.hero-char--goku{width:31%;left:33%;bottom:0;z-index:5;transform:rotate(-3deg)}.hero-char--naruto{width:25%;height:49%;left:3%;top:1%;z-index:4;transform:rotate(-7deg)}.hero-char--deadpool{width:27%;height:53%;left:3%;bottom:-1%;z-index:3;transform:rotate(6deg)}.hero-char--bart{width:21%;height:42%;right:35%;top:2%;z-index:3;transform:rotate(7deg)}.hero-sticker{z-index:7}@media(max-width:620px){.hero-char--spider{width:47%;right:-3%}.hero-char--goku{width:30%;left:35%}.hero-char--naruto{width:25%;height:43%;left:2%}.hero-char--deadpool{width:26%;height:48%;left:3%}.hero-char--bart{width:20%;height:38%;right:36%}.hero-sticker{right:-2%;bottom:1%}}.hero-char--spider{width:47%;height:100%;right:-3%;top:0;z-index:1}.hero-char--naruto{width:23%;height:45%;left:0;top:0;z-index:4;transform:rotate(-6deg)}.hero-char--bart{width:20%;height:39%;left:25%;right:auto;top:1%;z-index:5;transform:rotate(5deg)}.hero-char--deadpool{width:25%;height:49%;left:1%;bottom:0;z-index:4;transform:rotate(5deg)}.hero-char--goku{width:28%;height:50%;left:27%;bottom:0;z-index:5;transform:rotate(-3deg)}@media(max-width:620px){.hero-char--spider{width:45%;height:96%;right:-2%;top:2%}.hero-char--naruto{width:24%;height:42%;left:0;top:1%}.hero-char--bart{width:21%;height:36%;left:25%;right:auto;top:2%}.hero-char--deadpool{width:25%;height:46%;left:1%;bottom:1%}.hero-char--goku{width:28%;height:47%;left:27%;bottom:0}}.header-actions{display:flex;align-items:center;gap:11px}.header-whatsapp{display:flex;align-items:center;gap:9px;background:#25d366;color:#092d19;border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);padding:8px 12px;font-weight:900;transition:.15s}.header-whatsapp:hover{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--ink)}.header-whatsapp svg{width:28px;height:28px;flex:none}.header-whatsapp span{display:flex;flex-direction:column;line-height:1.05}.header-whatsapp small{font-size:8px;letter-spacing:1px}.header-whatsapp strong{margin-top:4px;font-size:12px;white-space:nowrap}.hero-whatsapp-link{width:100%;margin-top:3px;color:#075e32;font-weight:900;font-size:12px;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:60;display:flex;align-items:center;gap:11px;background:#25d366;color:#092d19;border:3px solid var(--ink);border-radius:999px;box-shadow:6px 7px 0 var(--ink);padding:11px 18px 11px 12px;font-weight:900}.floating-whatsapp:hover{transform:translateY(-4px)}.floating-whatsapp svg{width:36px;height:36px;flex:none}.floating-whatsapp span{display:flex;flex-direction:column;font-size:8px;line-height:1.15;letter-spacing:.4px}.floating-whatsapp strong{margin:3px 0;font-family:Archivo Black;font-size:13px}.floating-whatsapp small{font-size:9px}@media(max-width:1000px){.header-whatsapp small{display:none}.header-whatsapp strong{margin:0}.cart-pill{display:none}}@media(max-width:620px){.header-whatsapp{padding:7px}.header-whatsapp span{display:none}.header-whatsapp svg{width:25px;height:25px}.floating-whatsapp{right:10px;bottom:12px;padding:9px 12px 9px 9px;box-shadow:4px 5px 0 var(--ink)}.floating-whatsapp svg{width:30px;height:30px}.floating-whatsapp span{font-size:7px}.floating-whatsapp strong{font-size:10px}.floating-whatsapp small{font-size:8px}.hero-whatsapp-link{font-size:10px;line-height:1.5}}@keyframes characterBob{0%,to{translate:0 0}50%{translate:0 -9px}}@keyframes burstBreathe{0%,to{scale:1;filter:saturate(1)}50%{scale:1.035;filter:saturate(1.28)}}@keyframes stickerPulse{0%,to{scale:1;rotate:0deg}50%{scale:1.08;rotate:3deg}}@keyframes comicWiggle{0%,to{rotate:-3deg}50%{rotate:4deg}}@keyframes sparkle{0%,to{opacity:.25;scale:.7;rotate:0deg}50%{opacity:1;scale:1.2;rotate:180deg}}@keyframes shineSweep{0%{translate:-180% 0}45%,to{translate:280% 0}}.hero__art:before,.hero__art:after{position:absolute;z-index:8;color:#fff;font-family:Archivo Black;text-shadow:3px 3px 0 var(--ink);pointer-events:none;animation:sparkle 2.4s ease-in-out infinite}.hero__art:before{content:"\2726";font-size:34px;left:22%;top:43%}.hero__art:after{content:"\2605";font-size:24px;right:16%;top:12%;animation-delay:1.1s}.burst{animation:burstBreathe 4.2s ease-in-out infinite}.hero-char{animation:characterBob 3.2s ease-in-out infinite}.hero-char--naruto,.hero-char--bart{animation-delay:-1.2s}.hero-char--deadpool{animation-delay:-2.1s}.hero-char--spider{animation-delay:-.6s}.hero-sticker{animation:stickerPulse 2.2s ease-in-out infinite}.sound-word{animation:comicWiggle 1.7s ease-in-out infinite}.comic-button,.header-whatsapp,.floating-whatsapp{position:relative;overflow:hidden}.comic-button:after,.header-whatsapp:after,.floating-whatsapp:after{content:"";position:absolute;inset:-30% auto -30% -35%;width:24%;background:#ffffff7a;transform:skew(-20deg);animation:shineSweep 4.5s ease-in-out infinite;pointer-events:none}.product-card{position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;z-index:4;top:-25%;bottom:-25%;left:-25%;width:16%;background:#ffffff94;transform:skew(-18deg);translate:-220% 0;transition:translate .65s ease;pointer-events:none}.product-card:hover:before{translate:850% 0}.product-card:nth-child(3n+2){transition-delay:.06s}.product-card:nth-child(3n){transition-delay:.12s}.universe-card:after{content:"\2726";position:absolute;right:20px;top:14px;font-family:Archivo Black;font-size:24px;color:#fff;text-shadow:3px 3px 0 var(--ink);opacity:0;scale:.4;rotate:-40deg;transition:.25s}.universe-card:hover:after{opacity:1;scale:1;rotate:10deg}.collector-room img{transition:transform .55s ease,filter .55s ease}.collector-room:hover img{transform:scale(1.055);filter:saturate(1.15) contrast(1.04)}.trust-card b{transition:.25s}.trust-card:hover b{transform:rotate(-10deg) scale(1.13);background:var(--blue)}.faq details[open]{background:#fff3bd;padding-inline:16px}.faq details[open] summary{color:var(--red)}.section-heading__intro{max-width:620px;margin:16px 0 0;font-size:clamp(15px,1.3vw,19px);font-weight:700;line-height:1.5}.product-card__image{position:relative}.new-arrival-badge{position:absolute;z-index:5;top:14px;left:14px;padding:8px 12px;background:var(--red);color:#fff;border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);font-family:Archivo Black,sans-serif;font-size:11px;letter-spacing:.06em;rotate:-3deg}.product-card:hover .new-arrival-badge{animation:stickerPulse 1s ease-in-out infinite}.product-card--arrival a{display:block;color:inherit;text-decoration:none}.product-card--arrival .product-card__image{aspect-ratio:3/4;overflow:hidden}.product-card--arrival .product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s}.product-card--arrival:hover .product-card__image img{transform:scale(1.055) rotate(.5deg);filter:saturate(1.12) contrast(1.04)}.product-card--arrival:nth-child(odd){rotate:-.35deg}.product-card--arrival:nth-child(2n){rotate:.35deg}.product-card--arrival:hover{rotate:0deg}.product-card--arrival:after{content:"\2726";position:absolute;z-index:6;right:13px;top:13px;color:var(--yellow);font-size:24px;text-shadow:2px 2px 0 var(--ink);opacity:0;scale:.4;transition:.25s;pointer-events:none}.product-card--arrival:hover:after{opacity:1;scale:1;rotate:180deg}.section--cream{position:relative;overflow:hidden}.section--cream:before,.section--cream:after{content:"";position:absolute;pointer-events:none;border:4px solid var(--ink);opacity:.12;rotate:18deg}.section--cream:before{width:90px;height:90px;right:3%;top:4%;background:var(--yellow)}.section--cream:after{width:55px;height:55px;left:2%;bottom:4%;background:var(--blue);rotate:-15deg}.header-socials{display:flex;align-items:center;gap:7px}.header-social{display:flex;align-items:center;gap:6px;padding:7px 9px;background:#fff;border:3px solid var(--ink);box-shadow:3px 3px 0 var(--ink);font-style:normal;font-weight:900;transition:.16s}.header-social:hover{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.header-social span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;font-family:Archivo Black;font-size:16px}.header-social em{font-style:normal;font-size:9px;text-transform:uppercase}.header-social--instagram span{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff}.header-social--facebook span{background:#1877f2;color:#fff}@media(max-width:1250px){.header-social em{display:none}.header-social{padding:6px}.header-social span{width:25px;height:25px}}@media(max-width:620px){.site-header{gap:8px}.header-actions{gap:6px}.header-socials{gap:4px}.header-social{padding:4px;border-width:2px;box-shadow:2px 2px 0 var(--ink)}.header-social span{width:21px;height:21px;font-size:13px}}.social-links{display:grid;gap:9px;margin:12px 0 18px}.site-footer .social-link{display:grid!important;grid-template-columns:34px 1fr;column-gap:9px;align-items:center;margin:0!important;padding:9px 11px;border:2px solid #fff;background:#292424;box-shadow:3px 3px 0 var(--yellow);transition:transform .18s,box-shadow .18s}.site-footer .social-link:hover{transform:translate(-2px,-3px);box-shadow:6px 7px 0 var(--yellow)}.social-link>span{grid-row:1/3;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff;color:var(--ink);font-family:Archivo Black;font-size:21px}.social-link strong{font-family:Archivo Black;font-size:11px;line-height:1}.social-link small{font-size:9px;opacity:.82}.social-link--instagram>span{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff}.social-link--facebook>span{background:#1877f2;color:#fff}.social-link--whatsapp>span{background:#25d366;color:#092d19}.product-card__copy .product-card__price{color:var(--ink);font-family:Archivo Black;font-size:21px;line-height:1.1;margin:3px 0 8px}.product-card__copy .product-card__status{color:var(--red);font-weight:900}.inventory-page{min-height:70vh;padding:clamp(55px,7vw,105px) clamp(22px,7vw,110px);background-color:var(--cream)}.inventory-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:end;gap:35px;border-bottom:var(--line);padding-bottom:32px}.inventory-hero .eyebrow{grid-column:1/-1}.inventory-hero h1{font-size:clamp(66px,10vw,150px);line-height:.82;letter-spacing:-5px;margin:0}.inventory-hero>p:last-child{font-size:18px;font-weight:800;line-height:1.55;max-width:460px}.inventory-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:32px 0}.inventory-toolbar>p{font-family:Archivo Black;margin:0}.inventory-sort{display:flex;align-items:center;gap:13px}.inventory-sort label{font-family:Archivo Black;font-size:12px}.inventory-sort select{-webkit-appearance:none;appearance:none;background:var(--yellow);border:var(--line);border-radius:0;color:var(--ink);cursor:pointer;font-family:Archivo Black;font-size:13px;padding:13px 42px 13px 14px;box-shadow:4px 4px 0 var(--ink);background-image:linear-gradient(45deg,transparent 50%,#111 50%),linear-gradient(135deg,#111 50%,transparent 50%);background-position:calc(100% - 18px) 18px,calc(100% - 12px) 18px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.inventory-grid{margin-top:12px}.product-card--inventory .product-card__image{aspect-ratio:1/1.25}.inventory-note{margin-top:45px;border:var(--line);background:var(--yellow);box-shadow:7px 7px 0 var(--ink);padding:24px;max-width:760px}.inventory-note strong{font-family:Archivo Black;font-size:20px}.inventory-note p{font-weight:700;line-height:1.6;margin:8px 0 0}.inventory-pagination{display:flex;justify-content:center;margin-top:45px;font-family:Archivo Black}.inventory-pagination .page{display:inline-block;margin:4px}.inventory-pagination a,.inventory-pagination .current{border:2px solid var(--ink);display:inline-block;padding:10px 14px;background:#fff}.inventory-pagination .current{background:var(--yellow)}@media(max-width:620px){.product-card__copy .product-card__price{font-size:16px;margin:5px 0}.inventory-page{padding:48px 16px}.inventory-hero{grid-template-columns:1fr}.inventory-hero .eyebrow{grid-column:auto}.inventory-hero h1{font-size:58px;letter-spacing:-3px}.inventory-toolbar,.inventory-sort{align-items:stretch;flex-direction:column}.inventory-sort select{width:100%}.product-card--inventory .product-card__image{aspect-ratio:1/1.22}}.inventory-categories{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 8px}.inventory-categories a{background:#fff;border:3px solid var(--ink);box-shadow:3px 3px 0 var(--ink);padding:10px 13px;font-family:Archivo Black;font-size:11px;transition:.16s}.inventory-categories a:hover,.inventory-categories a.is-active{background:var(--blue);color:#fff;transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.inventory-hero h1{font-family:Archivo Black,Impact,sans-serif;text-transform:uppercase}.product-card--inventory .product-card__image img{object-fit:cover;padding:0}.product-card--inventory:nth-child(4n+2){rotate:.25deg}.product-card--inventory:nth-child(4n+3){rotate:-.25deg}@media(max-width:620px){.inventory-categories{display:grid;grid-template-columns:1fr 1fr;gap:7px}.inventory-categories a{display:grid;place-items:center;text-align:center;padding:9px 6px;font-size:9px}.inventory-hero h1{font-size:46px;line-height:.9}}[data-inventory-card][hidden]{display:none!important}.product-rail-shell{position:relative;margin-top:28px}.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,clamp(250px,28vw,360px));gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 52px 28px 8px;scrollbar-width:thin}.product-rail .product-card{scroll-snap-align:start;min-width:0}.product-card--live{position:relative}.product-card--live>a{display:block;height:100%;color:inherit;text-decoration:none}.product-card--live .product-card__copy{position:relative}.product-card__cta{display:inline-block;margin-top:8px;font-family:Archivo Black,Impact,sans-serif;font-size:11px;letter-spacing:.03em;border-bottom:3px solid var(--ink);transition:transform .2s}.product-card--live:hover .product-card__cta{transform:translate(5px)}.product-card__placeholder{display:grid;place-items:center;width:100%;height:100%;background:#fff;font-family:Archivo Black;padding:20px;text-align:center}.product-rail-arrow{position:absolute;z-index:12;top:45%;translate:0 -50%;display:grid;place-items:center;width:48px;height:48px;border:3px solid var(--ink);background:var(--yellow);color:var(--ink);font-family:Archivo Black;font-size:24px;box-shadow:5px 5px 0 var(--ink);cursor:pointer;transition:transform .18s,box-shadow .18s}.product-rail-arrow:hover{transform:translate(3px,3px) rotate(-4deg);box-shadow:2px 2px 0 var(--ink)}.product-rail-arrow--prev{left:-10px}.product-rail-arrow--next{right:-10px}.empty-products{font-family:Archivo Black;font-size:18px;padding:25px}.section--featured{position:relative;background:var(--ink);color:#fff;overflow:hidden}.section--featured:before{content:"\2605";position:absolute;right:3%;top:1%;font-size:clamp(110px,18vw,270px);line-height:1;color:var(--yellow);opacity:.11;rotate:14deg;pointer-events:none}.text-link--light{color:#fff}.featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:35px}.featured-pick{position:relative;background:var(--cream);color:var(--ink);border:4px solid #fff;box-shadow:8px 8px 0 var(--blue);transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s}.featured-pick:nth-child(2n){translate:0 18px}.featured-pick:hover{transform:translateY(-10px) rotate(-.7deg);box-shadow:13px 13px 0 var(--red)}.featured-pick a{display:block;color:inherit;text-decoration:none}.featured-pick__image{position:relative;aspect-ratio:1/1.18;overflow:hidden;background:#fff;border-bottom:4px solid var(--ink)}.featured-pick__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .4s}.featured-pick:hover .featured-pick__image img{transform:scale(1.07);filter:saturate(1.12)}.featured-pick__burst{position:absolute;right:10px;top:10px;background:var(--yellow);color:var(--ink);border:3px solid var(--ink);box-shadow:3px 3px 0 var(--ink);padding:8px 10px;font-family:Archivo Black;font-size:10px;rotate:5deg;transition:rotate .22s,scale .22s}.featured-pick:hover .featured-pick__burst{rotate:-7deg;scale:1.08}.featured-pick__copy{padding:18px}.featured-pick__kicker{display:block;color:var(--red);font-weight:900;font-size:10px;letter-spacing:.08em;margin-bottom:8px}.featured-pick h3{font-family:Archivo Black,Impact,sans-serif;font-size:clamp(20px,2vw,30px);line-height:1;margin:0 0 10px;text-transform:uppercase}.featured-pick p{font-family:Archivo Black;font-size:19px;margin:0 0 12px}.featured-pick strong{font-family:Archivo Black;font-size:10px;border-bottom:3px solid var(--ink)}@media(max-width:950px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-pick:nth-child(2n){translate:0 0}}@media(max-width:620px){.product-rail{grid-auto-columns:82vw;padding-left:3px;padding-right:36px}.product-rail-arrow{width:40px;height:40px;font-size:20px}.product-rail-arrow--prev{left:-4px}.product-rail-arrow--next{right:-4px}.featured-grid{grid-template-columns:1fr;gap:18px}.featured-pick{max-width:430px}.section--featured .section-heading{gap:18px}}.featured-carousel-shell{position:relative}.featured-carousel-arrow,.featured-carousel-dots{display:none}@media(max-width:620px){.featured-carousel-shell{margin-top:28px;padding:0 4px 36px}.featured-grid{display:flex;gap:16px;margin-top:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:10px 11vw 22px 3px}.featured-grid::-webkit-scrollbar{display:none}.featured-pick{flex:0 0 82vw;max-width:390px;scroll-snap-align:center;scroll-snap-stop:always;translate:0 0;opacity:.72;transform:scale(.965);transition:opacity .35s ease,transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .28s}.featured-pick.is-active{opacity:1;transform:scale(1)}.featured-pick:nth-child(2n){translate:0 0}.featured-carousel-arrow{display:grid;place-items:center;position:absolute;z-index:20;top:45%;translate:0 -50%;width:42px;height:42px;border:3px solid var(--ink);background:var(--yellow);color:var(--ink);box-shadow:4px 4px #fff;font-family:Archivo Black;font-size:20px;cursor:pointer}.featured-carousel-arrow--prev{left:-2px}.featured-carousel-arrow--next{right:-2px}.featured-carousel-dots{display:flex;position:absolute;left:50%;bottom:2px;translate:-50% 0;gap:7px;align-items:center;justify-content:center}.featured-carousel-dots span{display:block;width:8px;height:8px;border-radius:999px;background:#fff;opacity:.35;border:1px solid #fff;transition:width .25s ease,opacity .25s ease,background .25s ease}.featured-carousel-dots span.is-active{width:24px;opacity:1;background:var(--yellow)}.featured-pick__burst{animation:hotSticker 2.1s ease-in-out infinite}.section--featured:after{content:"HOT!";position:absolute;right:-14px;top:150px;font-family:Archivo Black;font-size:68px;color:var(--red);opacity:.1;rotate:12deg;pointer-events:none}}@keyframes hotSticker{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.07) rotate(-3deg)}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/komiko.css.map */
