:root{--ink:#2e2a39;--ink-soft:#57525f;--ink-faint:#8a8593;--paper:#fdfbf7;--cream:#faf4ea;--sand:#faedd9;--sand2:#f1ebe2;--yellow:#f8c800;--blue:#0078f8;--red:#f85058;--green:#50b058;--coral:#ff5757;--berry:#9b046f;--plum:#5e3653;--lime:#edffa7;--logocream:#faecd9;--outline:#161616;--line:rgba(46,42,57,.12);--radius:12px;--radius-btn:10px;--radius-lg:20px;--shadow-card:10px 10px 35px rgba(46,42,57,.06);--shadow-soft:0 6px 18px rgba(46,42,57,.08);--wrap:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;font-family:Poppins,system-ui,sans-serif;color:var(--ink);background:var(--cream);font-size:16px;line-height:1.5;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}.skip{position:absolute;left:-9999px}.skip:focus{left:8px;top:8px;background:#fff;padding:8px 12px;border-radius:8px;z-index:200}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}.eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.section{padding:64px 0}.section--tight{padding:36px 0}.center{text-align:center}.muted{color:var(--ink-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:none;cursor:pointer;font-family:inherit;font-weight:600;font-size:16px;padding:14px 24px;border-radius:var(--radius-btn);transition:transform .14s,box-shadow .24s,background .2s;text-align:center}.btn--coral{background:var(--coral);color:#fff;box-shadow:0 10px 24px #ff57574d}.btn--coral:hover{transform:translateY(-2px)}.btn--dark{background:var(--ink);color:var(--paper)}.btn--ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn--block{width:100%}.btn--lg{font-size:16.5px;height:54px;padding:0 24px}.btn[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none}.badge{display:inline-flex;align-items:center;font-size:12.5px;font-weight:700;padding:5px 11px;border-radius:999px;color:#fff}.badge--sale{background:var(--blue)}.badge--soldout{background:var(--ink)}.badge--bestseller{background:var(--yellow);color:var(--ink)}.badge--preorder{background:var(--berry)}.badge--new{background:var(--green)}.badge--custom{background:var(--red)}.anns{position:relative;background:var(--ink);color:var(--paper);overflow:hidden;min-height:38px}.anns__track{display:inline-flex;gap:46px;padding:10px 24px;font-size:13.5px;font-weight:500;animation:marquee 30s linear infinite;will-change:transform}.annsrow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s}.annsrow.is-active{opacity:1;visibility:visible;position:relative}.annsmeter{display:flex;align-items:center;justify-content:center;gap:12px;max-width:var(--wrap);margin:0 auto;padding:9px 24px;font-size:13.5px;font-weight:500;color:var(--paper);white-space:nowrap}.annsmeter svg{flex:0 0 auto;opacity:.92}.annsmeter__txt strong{color:#7fb4ff;font-weight:700}.annsmeter__txt--gift strong{color:#ffe58a}.annsmeter__track{width:150px;height:7px;border-radius:999px;background:#fdfbf733;overflow:hidden;flex:0 0 auto}.annsmeter__fill{display:block;height:100%;background:#0078f8;border-radius:999px;transition:width .45s cubic-bezier(.16,1,.3,1)}.annsmeter__fill--gift{background:var(--green)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.rmeter{width:100%}.rmeter__msg{font-size:15px;font-weight:700;text-align:center;margin-bottom:16px}.rmeter__msg strong{font-weight:800;color:var(--berry)}.rmeter__track{position:relative;height:12px;border-radius:999px;background:#2e2a391a;box-shadow:inset 0 1px 2px #2e2a3914;margin:26px 0 10px}.rmeter__fill{position:absolute;left:0;top:0;height:100%;border-radius:999px;background:var(--blue);transition:width .5s cubic-bezier(.16,1,.3,1)}.rmeter__pt{position:absolute;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid rgba(46,42,57,.16);color:#9a95a2;display:grid;place-items:center;z-index:2;box-shadow:0 2px 8px #2e2a391a;transition:all .35s ease}.rmeter__pt svg{width:17px;height:17px}.rmeter__pt.is-done{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 4px 12px #50b05866}.rmeter__labels{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px}.rmeter__lab{display:flex;flex-direction:column;font-size:13px;font-weight:700;color:#8a8593;line-height:1.3}.rmeter__lab em{font-style:normal;font-size:11.5px;font-weight:600;color:#b0abb7}.rmeter__lab--end{text-align:right;align-items:flex-end}.rmeter__lab.is-done{color:var(--green)}.rmeter__lab.is-done em{color:var(--green);opacity:.75}.rmeter--compact{max-width:600px;margin:0 auto;padding:9px 24px}.rmeter--compact .rmeter__msg{color:var(--paper);margin-bottom:10px;font-size:13.5px}.rmeter--compact .rmeter__msg strong{color:#ffe58a}.rmeter--compact .rmeter__track{background:#fdfbf738;box-shadow:none;margin:16px 0 6px;height:8px}.rmeter--compact .rmeter__pt{background:var(--ink);border-color:#fdfbf759;color:#fdfbf7cc;width:26px;height:26px;box-shadow:none}.rmeter--compact .rmeter__pt svg{width:13px;height:13px}.rmeter--compact .rmeter__pt.is-done{background:var(--green);border-color:var(--green);color:#fff}.rmeter--compact .rmeter__labels{margin-bottom:0}.rmeter--compact .rmeter__lab{color:#fdfbf7b8;font-size:11.5px}.rmeter--compact .rmeter__lab em{display:none}.rmeter--compact .rmeter__lab.is-done{color:#b6f0bd}.cart-reward{background:#fff;border-radius:16px;padding:24px 24px 18px;box-shadow:10px 10px 35px #2e2a390d;margin-bottom:24px}.addpop{position:fixed;left:24px;bottom:24px;z-index:120;width:440px;max-width:calc(100vw - 48px);background:#fff;border-radius:20px;box-shadow:0 24px 60px #2e2a3938;padding:22px;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .3s ease,transform .3s cubic-bezier(.16,1,.3,1),visibility .3s}.addpop.in{opacity:1;visibility:visible;transform:translateY(0)}.addpop__head{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;margin-bottom:14px}.addpop__check{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--green);display:grid;place-items:center}.addpop__x{margin-left:auto;border:none;background:none;cursor:pointer;color:#8a8593;padding:2px;display:grid;place-items:center}.addpop__cup{margin:0 0 14px}.addpop__foot{display:flex;flex-direction:column;gap:8px}.addpop__cont{background:none;color:#57525f;text-decoration:underline}.addpop__meter{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}@media(max-width:620px){.addpop{left:14px;right:14px;bottom:14px;width:auto;max-width:none;padding:18px}}.header{position:sticky;top:0;z-index:60;background:#fdfbf7d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .3s,background .3s}.header.is-scrolled{box-shadow:0 6px 24px #2e2a3914;background:#fdfbf7f5}.header__in{display:flex;align-items:center;gap:24px;padding:14px 24px;max-width:var(--wrap);margin:0 auto}.logo{display:inline-flex;align-items:center;flex:0 0 auto}.logo img{height:48px;width:auto}.logo__blocks{display:inline-flex;flex-direction:column;gap:1px;align-items:flex-start}.logo__row{display:inline-flex;gap:2px}.logo__row--2{transform:rotate(1.5deg);margin-left:6px}.logo__row--1{transform:rotate(-1.5deg)}.logo__b{font-family:Sunborn Sans One,sans-serif;font-size:16px;line-height:1;color:var(--logocream);border:2px solid var(--outline);border-radius:4px;padding:2px 6px 3px;text-shadow:1.5px 1.5px 0 var(--outline)}.nav{display:flex;gap:28px;margin-left:18px;font-size:15px;font-weight:500;flex:1 1 auto}.nav a{opacity:.78}.nav a.is-active{opacity:1;border-bottom:2px solid var(--ink);padding-bottom:3px}.nav a:hover{opacity:1}.nav a.nav--pill{opacity:1;background:var(--coral);color:#fff;padding:6px 13px;border-radius:999px;font-weight:600}.header__actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}.iconbtn{position:relative;border:none;background:none;cursor:pointer;padding:9px;color:var(--ink);display:grid;place-items:center;border-radius:10px}.iconbtn:hover{background:#2e2a390f}.cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;background:var(--coral);color:#fff;font-size:11px;font-weight:700;border-radius:999px;display:grid;place-items:center}.burger{display:none}.hero{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:48px;align-items:center;padding:64px 24px 56px;max-width:var(--wrap);margin:0 auto;overflow:visible}.hero__kicker{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);padding:7px 14px;border-radius:999px;font-size:13px;font-weight:600;box-shadow:var(--shadow-soft)}.hero h1{font-weight:600;font-size:clamp(36px,6vw,60px);line-height:1.12;letter-spacing:-.03em;margin:20px 0 0}.sticker{display:inline-flex;align-items:center;justify-content:center;font-family:Sunborn Sans One,sans-serif;font-size:.72em;color:var(--logocream);background:var(--coral);border:3px solid var(--outline);border-radius:4px;padding:3px 14px;box-shadow:4px 5px 0 var(--outline);transform:rotate(-1.5deg);line-height:1.1;vertical-align:baseline}.hero p{margin:24px 0 28px;font-size:18px;line-height:1.6;color:var(--ink-soft);max-width:460px}.hero__cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero__media{position:relative}.hero__media img,.media-fill{border-radius:24px;box-shadow:10px 18px 50px #2e2a3929;width:100%;object-fit:cover}.hero__stage{position:relative;width:100%;aspect-ratio:4/5;transition:transform .35s ease;transform-style:preserve-3d}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(.97);transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1);pointer-events:none}.hero__slide.is-active{opacity:1;transform:scale(1);pointer-events:auto}.hero__frame{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;overflow:hidden;background:#d8cdbb;box-shadow:10px 22px 55px #2e2a392e;transform:rotate(1.4deg)}.hero__frame img{width:100%;height:100%;object-fit:cover;display:block;box-shadow:none;border-radius:0}.hero__ph{width:100%;height:100%;display:grid;place-items:center;color:#2e2a3966}.hero__spot{position:absolute;top:22px;left:-14px;background:#fff;padding:12px 16px;border-radius:14px;box-shadow:0 14px 30px #2e2a3929;text-decoration:none;color:#2e2a39;display:block;z-index:4}.hero__spot-tag{font-size:12px;color:#8a8593}.hero__spot-title{font-weight:600;font-size:15px}.hero__spot-price{font-size:13px;color:#ff5757;font-weight:600}.hero__disc{position:absolute;bottom:24px;right:-14px;background:#2e2a39;color:#fdfbf7;padding:13px 17px;border-radius:14px;box-shadow:0 14px 30px #2e2a393d;z-index:4}.hero__disc-big{font-size:22px;font-weight:700;line-height:1}.hero__disc-small{font-size:12px;opacity:.8}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero__float{animation:heroFloat 5.5s ease-in-out infinite}.hero__float--slow{animation-duration:7.5s;animation-delay:-2s}.hero__blob{position:absolute;border-radius:50%;z-index:0;pointer-events:none}.hero__blob--1{top:-24px;left:-48px;width:min(40vw,320px);height:min(40vw,320px);background:radial-gradient(circle at 35% 35%,#eaffa3,#d4f36f);opacity:.5;animation:heroMorph 16s ease-in-out infinite}.hero__blob--2{bottom:-56px;right:-24px;width:min(30vw,250px);height:min(30vw,250px);background:radial-gradient(circle at 60% 40%,#c3daff,#8fb8ff);opacity:.45;animation:heroMorph 21s ease-in-out infinite reverse}@keyframes heroMorph{0%,to{border-radius:48% 52% 60% 40%/50% 45% 55% 50%;transform:translate(0) rotate(0)}50%{border-radius:58% 42% 40% 60%/55% 58% 42% 45%;transform:translate(12px,-16px) rotate(8deg)}}.hero__dots{display:flex;gap:8px;justify-content:center;margin-top:22px;position:relative;z-index:4}.hero__dot{width:9px;height:9px;border-radius:50%;border:none;background:#2e2a3933;cursor:pointer;padding:0;transition:all .3s}.hero__dot.is-active{background:var(--coral);width:26px;border-radius:999px}@media(prefers-reduced-motion:reduce){.hero__float,.hero__blob{animation:none}.hero__stage{transition:none}}.stars{color:var(--yellow);letter-spacing:1px;display:inline-flex}.rating-row{display:flex;align-items:center;gap:12px;margin-top:28px;font-size:14.5px;color:var(--ink-soft)}.uspstrip{background:var(--ink);color:var(--paper);overflow:hidden;white-space:nowrap}.uspstrip__t{display:inline-flex;align-items:center;padding:14px 0;font-size:15px;font-weight:500;animation:marquee 34s linear infinite;will-change:transform}.uspstrip__i{margin:0 22px}.uspstrip__dot{font-size:7px;opacity:.5;position:relative;top:-2px}.intro{max-width:620px;margin:0 auto 40px;text-align:center}.intro h2{font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.02em;line-height:1.1;margin:10px 0 12px}.intro p{font-size:17px;color:var(--ink-soft);line-height:1.6}.pgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:28px}.pcard{display:block;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s}.pcard:hover{transform:translateY(-8px);box-shadow:0 22px 46px #2e2a3924}.pcard__media{position:relative;aspect-ratio:1/1;background:var(--sand2);overflow:hidden}.pcard__media img{width:100%;height:100%;object-fit:cover}.pcard__img{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .5s ease,transform .6s cubic-bezier(.16,1,.3,1)}.pcard__img--1{opacity:1}.pcard__img--2{opacity:0}.pcard:hover .pcard__img--1{opacity:0;transform:scale(1.04)}.pcard:hover .pcard__img--2{opacity:1;transform:scale(1.04)}.pcard:hover .pcard__img{transform:scale(1.04)}.pcard__badge{position:absolute;top:12px;left:12px}.pcard__body{padding:16px;text-align:center}.pcard__title{font-weight:600;font-size:14.5px;line-height:1.3;min-height:38px}.price{display:inline-flex;align-items:baseline;gap:8px;margin-top:8px;font-weight:700}.price__now{color:var(--ink)}.price__was{color:var(--ink-faint);text-decoration:line-through;font-weight:500;font-size:.85em}.card{background:#fff;border-radius:16px;box-shadow:var(--shadow-card)}.reveal{opacity:0;transform:translateY(30px)}.reveal.in{opacity:1;transform:none;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.band{border-radius:28px;padding:52px}.band--plum{background:var(--plum);color:var(--paper)}.band--blue{background:var(--blue);color:var(--paper)}.band--lime{background:var(--lime)}.band__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:48px;align-items:center}.tcard{background:#fff;border-radius:16px;padding:26px;box-shadow:var(--shadow-card)}.tcard p{font-size:15.5px;line-height:1.6;margin:14px 0 16px}.tcard .who{font-weight:600;font-size:14px}.nl{display:flex;gap:10px;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}.nl input{flex:1 1 220px;min-width:200px;padding:14px 16px;border-radius:var(--radius-btn);border:1px solid rgba(46,42,57,.4);background:#fff;font-size:15px;font-family:inherit}.pdp{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"gallery head" "gallery buy";column-gap:52px;align-items:start;padding:26px 24px 60px;max-width:var(--wrap);margin:0 auto}.pdp>*{min-width:0}.pdp>.gallery{grid-area:gallery}.pdp__head{grid-area:head}.pdp__buy{grid-area:buy}.gallery{position:sticky;top:96px}.gallery__main{position:relative;border-radius:22px;overflow:hidden;background:var(--sand2);box-shadow:10px 16px 46px #2e2a391f;aspect-ratio:1/1}.gallery__main img{width:100%;height:100%;object-fit:cover}.gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:14px}.gallery__thumbs button{padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:var(--sand2);aspect-ratio:1/1;cursor:pointer}.gallery__thumbs button.is-active{border-color:var(--ink)}.gallery__thumbs img{width:100%;height:100%;object-fit:cover}.gallery__thumb--more{position:relative}.gallery__more{display:none}.gallery__zoom{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border:none;cursor:pointer;border-radius:999px;background:#2e2a39d1;color:#fff;font-family:inherit;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.gallery__zoom:hover{background:var(--ink)}.gallery__main img{cursor:zoom-in}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#1c1924f0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 20px 20px}.lightbox[hidden]{display:none}.lightbox__stage{margin:0;max-width:min(900px,92vw);max-height:74vh;display:flex;flex-direction:column;align-items:center;gap:14px}.lightbox__stage img{max-width:100%;max-height:66vh;object-fit:contain;border-radius:12px;background:var(--sand2)}.lightbox__count{color:#fdfbf7bf;font-size:13.5px;font-weight:600}.lightbox__x{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;background:#fdfbf71f;color:#fff;display:grid;place-items:center;transition:background .2s}.lightbox__x:hover{background:#fdfbf73d}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:none;cursor:pointer;background:#fdfbf71f;color:#fff;display:grid;place-items:center;transition:background .2s}.lightbox__nav:hover{background:#fdfbf73d}.lightbox__nav--prev{left:18px}.lightbox__nav--next{right:18px}.lightbox__strip{display:flex;gap:10px;margin-top:22px;max-width:92vw;overflow-x:auto;padding:4px;scroll-behavior:smooth}.lightbox__strip button{flex:0 0 auto;width:62px;height:62px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:var(--sand2);cursor:pointer;opacity:.55;transition:opacity .2s,border-color .2s}.lightbox__strip button.is-active{opacity:1;border-color:#fff}.lightbox__strip img{width:100%;height:100%;object-fit:cover}.pdp__vendor{color:var(--blue)}.pdp h1{font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.02em;line-height:1.08;margin:8px 0 12px}.pdp__rating{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;font-size:14px;color:var(--ink-soft)}.pdp__social{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;color:var(--ink-soft)}.pdp__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;font-size:32px;font-weight:700;margin-bottom:6px}.pdp__price--head{display:none}.pdp__price .price__was{font-size:18px}.pdp__tax{font-size:12.5px;color:var(--ink-faint);margin-bottom:18px}.pdp__intro{font-size:16.5px;line-height:1.6;color:var(--ink-soft);margin-bottom:22px}.pdp__add2{display:none}.pdp__review{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(46,42,57,.08);border-radius:16px;padding:16px 18px;margin-bottom:22px;box-shadow:var(--shadow-card)}.pdp__review-av{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:var(--sand2);display:grid;place-items:center;font-weight:700;font-size:15px;color:#9b046f}.shipbar{margin-top:18px;background:#fff;border-radius:18px;padding:22px;box-shadow:var(--shadow-card)}.shipbar--mobile{display:none}.shipbar__head{text-align:center;font-size:17px;font-weight:700;color:var(--ink);margin-bottom:16px}.shipbar__bar{height:10px;background:#2e2a391a;border-radius:999px;overflow:hidden;margin-bottom:18px}.shipbar__bar span{display:block;height:100%;background:var(--ink);border-radius:999px}.shipbar__row{display:flex;align-items:center;gap:14px}.shipbar__thumb{width:58px;height:58px;border-radius:12px;overflow:hidden;background:var(--sand2);flex:0 0 auto;display:block}.shipbar__thumb img{width:100%;height:100%;object-fit:cover}.shipbar__title{font-weight:600;font-size:14.5px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shipbar__btn{flex:0 0 auto;padding:11px 18px;border-radius:12px;white-space:nowrap}.variants{margin-bottom:22px}.variants__label{font-size:14px;font-weight:600;margin-bottom:10px}.swatches{display:flex;gap:12px;flex-wrap:wrap}.swatch{width:40px;border-radius:10px;border:2px solid var(--line);cursor:pointer;font-size:13px;font-weight:600;background:#fff;padding:0 12px;height:40px}.swatch.is-active{border-color:var(--ink);box-shadow:0 0 0 2px var(--ink) inset}.swatch[disabled]{opacity:.4;cursor:not-allowed;text-decoration:line-through}.urgency{display:flex;align-items:center;gap:8px;background:#f850581a;color:#c93a40;font-size:13.5px;font-weight:600;padding:8px 14px;border-radius:10px;margin-bottom:20px}.urgency .dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px #f8505833}.preorder-box{background:#fdeecd;border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:20px}.preorder-box--media{display:flex;align-items:center;gap:16px}.preorder-box--media .preorder-box__body{flex:1 1 auto;min-width:0}.preorder-box__img{flex:0 0 auto;width:84px;height:84px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #2e2a3914}.preorder-box__img img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:480px){.preorder-box__img{width:64px;height:64px}}.bar{height:8px;background:#2e2a391f;border-radius:999px;overflow:hidden;margin:10px 0 8px}.bar>span{display:block;height:100%;background:var(--berry);border-radius:999px}.buybox{display:flex;gap:12px;margin-bottom:12px}.qty{display:flex;align-items:center;border:1px solid rgba(46,42,57,.2);border-radius:10px}.qty button{border:none;background:none;cursor:pointer;padding:0 16px;height:54px;font-size:20px;color:var(--ink)}.qty input{width:40px;text-align:center;border:none;background:none;font-size:16px;font-weight:600;font-family:inherit}.reassure{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--ink-soft);margin:2px 0 6px}.usp2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 22px;padding:20px 22px;margin-top:18px;background:#fff;border:1px solid rgba(46,42,57,.08);border-radius:16px}.usp2 .row{display:flex;align-items:center;gap:12px}.usp2 .ic{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.usp2 .lbl{font-size:13.5px;font-weight:600;line-height:1.3}.pay{display:flex;align-items:center;gap:8px;margin-top:16px;flex-wrap:wrap}.pay .lg{display:inline-flex;align-items:center;height:28px;padding:0 9px;background:#fff;border:1px solid var(--line);border-radius:6px;font-weight:800;font-size:13px}.pay .lg--visa{background:#1a1f71;color:#fff;font-style:italic}.pay .lg--mc span{width:15px;height:15px;border-radius:50%}.bundle{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:space-between}.bundle__items{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.bundle__thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;background:var(--sand2)}.bundle__thumb img{width:100%;height:100%;object-fit:cover}.bundle__plus{font-size:24px;color:#cbbfae}.bundle__list{display:flex;flex-direction:column;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(46,42,57,.08);font-size:14px}.bundle__list .li{display:flex;align-items:center;gap:10px}.bundle__list .li span{margin-left:auto;color:var(--ink-faint)}.feat{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:18px}.feat .card{padding:24px}.feat h3{font-size:17px;font-weight:600;margin-bottom:8px}.feat p{font-size:14.5px;color:var(--ink-soft);line-height:1.6}.bullets{display:flex;flex-direction:column;gap:14px}.bullets .b{display:flex;gap:14px;align-items:flex-start;font-size:16px;color:#3a3543;line-height:1.55}.bullets .ck{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#d8f0db;display:grid;place-items:center;margin-top:2px}details.faq{border-bottom:1px solid var(--line);padding:18px 0}details.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:16.5px;font-weight:600}details.faq summary::-webkit-details-marker{display:none}details.faq .a{padding-top:14px;font-size:15.5px;line-height:1.65;color:var(--ink-soft)}.reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:40px;align-items:start}.reviews__sum{position:sticky;top:96px;background:#fff;border-radius:18px;padding:26px;box-shadow:var(--shadow-card)}.dist{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--ink-soft)}.dist .track{flex:1;height:8px;background:#2e2a391a;border-radius:999px;overflow:hidden}.dist .track>span{display:block;height:100%;background:var(--yellow)}.stickybar{position:fixed;left:0;right:0;bottom:0;z-index:55;background:#fdfbf7f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line);box-shadow:0 -8px 30px #2e2a3914;transform:translateY(110%);transition:transform .34s cubic-bezier(.16,1,.3,1)}.stickybar.in{transform:translateY(0)}.stickybar__in{display:flex;align-items:center;gap:20px;padding:12px 24px;max-width:var(--wrap);margin:0 auto}.stickybar__info{min-width:0}.stickybar__ptitle{font-weight:600;font-size:15px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-word}.stickybar__add{flex:0 0 auto;gap:10px;padding:0 22px;height:46px;font-size:15px;white-space:nowrap;box-shadow:0 6px 16px #ff575747}.stickybar__add-ic{width:19px;height:19px;flex:0 0 auto}.stickybar__add-label{white-space:nowrap}.collbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid var(--line)}.chips{display:flex;gap:10px;flex-wrap:wrap}.chip{cursor:pointer;border:1px solid rgba(46,42,57,.16);background:#fff;color:var(--ink);font-weight:500;font-size:14px;padding:9px 16px;border-radius:999px}.chip.is-active{background:var(--ink);color:var(--paper);border-color:var(--ink);font-weight:600}.coll-select{border:1px solid rgba(46,42,57,.2);background:#fff;border-radius:10px;padding:8px 12px;font-size:14px;font-family:inherit;color:var(--ink);cursor:pointer}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:36px;align-items:start}.field{margin-bottom:16px}.field label{display:block;font-size:13.5px;font-weight:600;margin-bottom:7px}.field input,.field textarea{width:100%;padding:13px 15px;border-radius:10px;border:1px solid rgba(46,42,57,.4);background:var(--paper);font-size:15px;font-family:inherit}.footer{margin-top:80px;background:var(--ink);color:var(--paper)}.footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(170px,100%),1fr));gap:40px;padding:56px 24px 28px;max-width:var(--wrap);margin:0 auto}.footer h4{font-size:14px;font-weight:600;margin-bottom:14px}.footer__links{display:flex;flex-direction:column;gap:10px;font-size:14px;color:#fdfbf7b8}.footer__bar{border-top:1px solid rgba(253,251,247,.12)}.footer__bar .in{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding:18px 24px;max-width:var(--wrap);margin:0 auto;font-size:13px;color:#fdfbf799}.footer__pay{display:flex;gap:8px;align-items:center;flex-wrap:wrap;max-width:100%}.footer__pay .payment-icon{height:24px;width:auto}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#2e2a3973;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .3s}.overlay.in{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;z-index:91;width:min(420px,100%);background:var(--paper);box-shadow:-20px 0 60px #2e2a3933;transform:translate(100%);transition:transform .36s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.drawer.in{transform:translate(0)}.drawer__head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer__ship{padding:16px 24px;background:#dceaff;font-size:13.5px;font-weight:500}.drawer__items{flex:1;overflow-y:auto;padding:8px 24px}.citem{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid rgba(46,42,57,.08)}.citem img{width:64px;height:64px;border-radius:10px;object-fit:cover;background:var(--sand2);flex:0 0 auto}.citem__trash{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;color:#8a8593;border:1px solid rgba(46,42,57,.16);background:#fff;transition:color .2s,border-color .2s,background .2s}.citem__trash:hover{color:#ff5757;border-color:#ff5757;background:#fff5f5}.drawer__foot{padding:20px 24px;border-top:1px solid var(--line)}.cup__head{font-weight:600;font-size:14.5px;margin-bottom:6px}.cup--ship{margin-top:26px;padding-top:22px;border-top:1px solid rgba(46,42,57,.08)}.cup--ship .cup__head{font-size:16px;font-weight:700;margin-bottom:10px}.cup--drawer{padding:12px 24px 0;border-top:1px solid var(--line)}.cup--page{margin-top:36px;background:#fff;border-radius:16px;padding:20px 24px;box-shadow:var(--shadow-card)}.cup__row{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:1px solid rgba(46,42,57,.08)}.cup__row:first-of-type{border-top:none}.cup__thumb{width:48px;height:48px;border-radius:10px;overflow:hidden;background:var(--sand2);flex:0 0 auto;display:block}.cup__thumb img{width:100%;height:100%;object-fit:cover}.cup__title{display:block;font-size:13.5px;font-weight:600;line-height:1.25;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cup__price{font-size:12.5px;margin-top:2px;color:var(--ink-soft)}.cup__add{flex:0 0 auto;padding:8px 14px;font-size:13px;border-radius:9px;height:auto;white-space:nowrap}.cup__info{flex:1 1 auto;min-width:0}@media(max-width:900px){.header__in{gap:16px}.nav{gap:22px}}@media(max-width:768px){.section{padding:48px 0}.section--tight{padding:28px 0}.wrap{padding:0 20px}.header__in{padding:12px 16px}.logo img{height:36px!important}.logo__b{font-size:14px}.burger{display:grid}.header__actions{margin-left:auto}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;margin:0;background:var(--paper);border-top:1px solid var(--line);box-shadow:0 14px 30px #2e2a3924;padding:6px 18px;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .32s cubic-bezier(.16,1,.3,1),opacity .2s;font-size:16px}.nav.is-open{max-height:76vh;opacity:1;pointer-events:auto;overflow:auto;padding:6px 18px 14px}.nav a{opacity:1;padding:14px 2px;border-bottom:1px solid var(--line)}.nav a:last-child{border-bottom:none}.nav a.is-active{border-bottom:1px solid var(--line);padding-bottom:14px}.nav a.nav--pill{display:inline-block;width:max-content}.hero{padding:34px 18px 26px;gap:24px}.hero h1{font-size:clamp(30px,8vw,42px)}.hero p{font-size:16px;margin:18px 0 22px;max-width:none}.rating-row{margin-top:20px}.pdp{grid-template-columns:1fr;grid-template-areas:"head" "gallery" "buy";column-gap:0;gap:20px;padding:18px 20px 44px}.gallery,.reviews__sum{position:static}.pdp__buy{display:flex;flex-direction:column}.pdp__buy .pdp__social{order:1}.pdp__buy .pdp__review{order:2}.pdp__buy .pdp__price{order:3}.pdp__buy .pdp__tax{order:4}.pdp__buy .preorder-box{order:5}.pdp__buy .product-form{order:6}.pdp__buy .shipbar--mobile{order:7}.pdp__buy .pdp__intro{order:8}.pdp__buy .pdp__add2{order:9}.pdp__buy .usp2{order:10}.pdp__buy .pay{order:11}.pdp__add2{display:flex;width:100%;justify-content:center;margin-top:2px}.pdp-crumb,.gallery .shipbar{display:none}.shipbar--mobile{display:block;margin-top:6px;margin-bottom:26px}.reviews{gap:22px}.band__grid{gap:26px}}@media(max-width:620px){.pgrid{grid-template-columns:repeat(2,1fr);gap:14px}.pcard__body{padding:12px 10px 14px}.pcard__title{font-size:13px;min-height:34px}.price{font-size:14px;margin-top:6px}.hero h1{line-height:1.28}.sticker{padding:2px 12px;box-shadow:3px 4px 0 var(--outline);transform:rotate(-1.5deg)}.intro{margin-bottom:20px}.intro h2{font-size:clamp(26px,7vw,34px)}.collbar{flex-direction:column;align-items:stretch;gap:12px;padding-bottom:14px}.chips{gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}.chips::-webkit-scrollbar{display:none}.chip{font-size:13px;padding:7px 14px;white-space:nowrap;flex:0 0 auto}.coll-select{font-size:13px;padding:7px 10px}.annsmeter{font-size:12px;gap:9px;padding:8px 14px}.annsmeter__track{width:88px}.band{padding:26px}.usp2{grid-template-columns:1fr 1fr;gap:12px 14px;padding:16px}.usp2 .ic{width:36px;height:36px}.usp2 .lbl{font-size:12.5px}.feat{gap:14px}.feat .card{padding:18px}.shipbar{padding:14px;border-radius:14px;margin-top:14px}.shipbar__head{font-size:14px;margin-bottom:10px}.shipbar__bar{height:8px;margin-bottom:12px}.shipbar__row{gap:10px}.shipbar__thumb{width:44px;height:44px}.shipbar__title{font-size:13px}.shipbar__btn{padding:9px 12px;font-size:13px}.stickybar__in{padding:8px 14px;gap:12px}.stickybar__in>div:first-child{width:42px!important;height:42px!important}.stickybar__in .btn{padding:11px 14px;font-size:14px}.qty button{padding:0 13px;height:50px}.btn--lg{height:50px;font-size:15px}.pdp h1{font-size:clamp(26px,7vw,34px)}.pdp__price{font-size:28px}.hero__frame{aspect-ratio:1/1!important}.gallery__thumbs{gap:8px;grid-template-columns:repeat(4,1fr)}.gallery__thumbs button:nth-child(n+5){display:none}.gallery__more{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;background:#1c192499;color:#fff;font-size:17px;font-weight:700;border-radius:10px}.gallery__thumb--more img{filter:brightness(.75)}.lightbox{padding:52px 12px 16px}.lightbox__nav{width:42px;height:42px}.lightbox__nav--prev{left:8px}.lightbox__nav--next{right:8px}.lightbox__stage img{max-height:58vh}.footer__cols{gap:28px;padding:40px 18px 24px}}@media(max-width:420px){.hero h1{font-size:clamp(25px,8.5vw,32px)}.pcard__title{font-size:12.5px;min-height:32px}.pgrid{gap:12px}.chip{font-size:12.5px;padding:6px 12px}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/adhd.css.map */
