@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap";:root{--paper:#f7f7f2;--ink:#10120f;--muted:#686b64;--line:#dcded5;--acid:#c8ff32;--dark:#171a16;--radius:22px;font-family:DM Sans,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);min-width:320px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.no-scroll{overflow:hidden}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,64px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;background:#f7f7f2eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.04em;font-size:21px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--ink);color:var(--acid);border-radius:50%;font-size:17px}.desktop-nav{display:flex;gap:34px;font-size:14px;color:#4c4e49}.desktop-nav a:hover{color:#000}.cart-button{border:0;background:var(--ink);color:#fff;border-radius:99px;padding:10px 11px 10px 18px;display:flex;gap:12px;align-items:center;cursor:pointer}.cart-button b{background:var(--acid);color:var(--ink);width:25px;height:25px;display:grid;place-items:center;border-radius:50%;font-size:12px}.hero{min-height:640px;height:calc(100svh - 78px);max-height:820px;padding:clamp(50px,8vw,110px) clamp(20px,7vw,110px);display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;overflow:hidden}.hero-copy{z-index:2}.eyebrow{text-transform:uppercase;font-weight:700;letter-spacing:.12em;font-size:11px;display:flex;align-items:center;gap:8px;margin:0 0 24px}.eyebrow span{width:20px;height:2px;background:var(--ink)}.hero h1,.section-heading h2,.how h2{font:800 clamp(52px,7vw,104px)/.91 Manrope,sans-serif;letter-spacing:-.075em;margin:0}.hero h1 em,.how h2 em{font-family:Georgia,serif;font-weight:400}.hero-text{max-width:460px;color:var(--muted);font-size:clamp(16px,2vw,19px);line-height:1.55;margin:30px 0}.primary-link{display:inline-flex;gap:45px;align-items:center;background:var(--acid);padding:16px 20px;border-radius:99px;font-weight:700;font-size:14px}.primary-link span{font-size:20px}.hero-art{height:100%;min-height:450px;position:relative;display:flex;align-items:center;justify-content:center}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:min(43vw,530px);height:min(43vw,530px);background:var(--acid)}.orb-two{width:180px;height:180px;background:#ffc7dc;right:0;top:8%}.device{width:130px;height:360px;border-radius:35px;position:absolute;display:flex;flex-direction:column;justify-content:flex-end;padding:25px 16px;box-shadow:0 28px 45px #26300d33;font-family:Manrope,sans-serif;transform-origin:center bottom}.device small{font-weight:800;letter-spacing:.08em}.device strong{font-size:24px;letter-spacing:-.07em}.device-a{background:#1d211b;color:#fff;transform:rotate(-13deg) translate(-100px,-15px)}.device-b{height:330px;background:#d9ff70;color:#152000;transform:rotate(7deg) translate(35px,15px);z-index:2}.device-c{height:290px;width:112px;background:#83a6ff;color:#071839;transform:rotate(19deg) translate(135px,38px)}.hero-sticker{position:absolute;z-index:4;right:3%;bottom:15%;background:#fff;width:90px;height:90px;border-radius:50%;display:grid;place-items:center;text-align:center;font:700 11px/1.25 Manrope;transform:rotate(10deg);box-shadow:0 10px 30px #0002}.brand-strip{border-block:1px solid var(--line);padding:28px clamp(20px,4vw,64px);display:flex;align-items:center;gap:45px;overflow:hidden}.brand-strip>p{white-space:nowrap;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.brand-logos{display:flex;justify-content:space-around;align-items:center;gap:clamp(28px,5vw,75px);width:100%;overflow:auto;scrollbar-width:none}.brand-logos span{font:800 17px Manrope,sans-serif;white-space:nowrap;letter-spacing:-.05em}.catalog{padding:clamp(70px,10vw,130px) clamp(20px,4vw,64px)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:44px}.section-heading h2{font-size:clamp(54px,7vw,92px)}.section-heading .eyebrow{margin-bottom:15px}.section-heading>p{color:var(--muted);font-size:13px}.catalog-tools{display:flex;gap:18px;align-items:center;margin-bottom:34px}.search-box{height:48px;border:1px solid var(--line);border-radius:99px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 18px;min-width:300px}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:14px}.search-box span{font-size:22px}.filter-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.filter-chip{height:48px;border:1px solid var(--line);background:transparent;border-radius:99px;padding:0 20px;white-space:nowrap;cursor:pointer;font-size:13px}.filter-chip.active{background:var(--ink);border-color:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 16px}.product-card{min-width:0}.product-visual{height:350px;border-radius:var(--radius);background:color-mix(in srgb,var(--card),#fff 46%);position:relative;display:grid;place-items:center;overflow:hidden}.product-visual:after{content:"";position:absolute;width:180px;height:35px;border-radius:50%;background:#0002;filter:blur(12px);bottom:38px}.tag{position:absolute;left:14px;top:14px;background:#fff;border-radius:99px;padding:7px 11px;font-size:10px;font-weight:700;text-transform:uppercase;z-index:3}.product-device{background:var(--device);color:var(--device-ink);width:112px;height:245px;border-radius:28px;box-shadow:inset 0 0 0 2px #fff5,0 25px 35px #0002;display:flex;flex-direction:column;justify-content:flex-end;padding:18px 13px;transform:rotate(-7deg);z-index:2;font-family:Manrope,sans-serif}.product-device:before{content:"";width:39px;height:18px;background:#111;border:3px solid #ffffff33;border-radius:8px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.product-device span{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.product-device b{font-size:18px;line-height:1;letter-spacing:-.07em}.product-device i{font:600 8px DM Sans;margin-top:7px;text-transform:uppercase}.product-info{display:flex;align-items:center;justify-content:space-between;margin-top:17px}.product-info p{margin:0 0 3px;color:var(--muted);font-size:12px}.product-info h3{margin:0;font:700 19px Manrope;letter-spacing:-.04em}.quick-add{border:1px solid var(--line);background:transparent;width:40px;height:40px;border-radius:50%;font-size:23px;cursor:pointer;transition:.2s}.quick-add:hover{background:var(--acid);border-color:var(--acid);transform:rotate(90deg)}.product-meta{display:flex;gap:7px;margin:11px 0}.product-meta span{font-size:10px;color:var(--muted);background:#eceee7;padding:5px 7px;border-radius:5px}.price{font-size:14px}.empty-state{text-align:center;padding:80px 20px;border:1px dashed var(--line);border-radius:var(--radius)}.empty-state p{color:var(--muted)}.how{background:var(--dark);color:#fff;padding:clamp(70px,10vw,125px) clamp(20px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:80px}.eyebrow.light span{background:var(--acid)}.how h2{font-size:clamp(56px,7vw,90px)}.how h2 em{color:var(--acid)}.how ol{list-style:none;margin:0;padding:0}.how li{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid #ffffff22}.how li>b{color:var(--acid);font-size:12px}.how li span{color:#a9ada5}.how li strong{display:block;color:#fff;font:700 20px Manrope;margin-bottom:7px}footer{padding:35px clamp(20px,4vw,64px);display:flex;align-items:center;justify-content:space-between;gap:25px}footer p{color:var(--muted);font-size:11px;text-align:center}footer>a:last-child{font-size:12px;font-weight:700}.drawer-backdrop{position:fixed;inset:0;background:#0008;z-index:49;opacity:0;visibility:hidden;transition:.25s}.drawer-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;z-index:50;right:0;top:0;height:100dvh;width:min(480px,100%);background:var(--paper);padding:30px;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:22px}.drawer-head .eyebrow{margin-bottom:8px}.drawer-head h2{margin:0;font:800 42px Manrope;letter-spacing:-.06em}.drawer-head button{border:1px solid var(--line);background:transparent;border-radius:50%;font-size:25px;width:42px;height:42px;cursor:pointer}.cart-items{overflow-y:auto;flex:1}.cart-empty{margin:auto;text-align:center;color:var(--muted)}.cart-empty span{display:block;font-size:60px;color:#c9ccc3}.cart-empty strong{display:block;color:var(--ink);margin:12px}.cart-empty p{font-size:13px}.cart-item{display:grid;grid-template-columns:90px 1fr 25px;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-thumb{height:110px;border-radius:13px;background:color-mix(in srgb,var(--card),#fff 46%);display:grid;place-items:center;overflow:hidden}.cart-thumb .product-device{transform:scale(.28) rotate(-7deg);flex:none}.cart-info p{font-size:10px;color:var(--muted);margin:5px 0}.cart-info h3{font:700 16px Manrope;margin:0}.cart-info>span{font-size:10px;color:var(--muted)}.cart-row{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.quantity{border:1px solid var(--line);border-radius:99px;display:flex;align-items:center}.quantity button{border:0;background:transparent;width:27px;height:27px;cursor:pointer}.quantity b{font-size:11px}.cart-row strong{font-size:13px}.remove{border:0;background:transparent;font-size:20px;color:var(--muted);align-self:start;cursor:pointer}.drawer-footer{padding-top:20px;border-top:1px solid var(--line)}.drawer-footer>div{display:flex;justify-content:space-between;align-items:center}.drawer-footer>div span{font-size:13px}.drawer-footer>div strong{font:800 22px Manrope}.drawer-footer button{width:100%;border:0;border-radius:99px;background:var(--acid);padding:17px 22px;margin:18px 0 10px;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.drawer-footer small{display:block;text-align:center;color:var(--muted)}.toast{position:fixed;left:50%;bottom:25px;z-index:60;background:var(--ink);color:#fff;padding:13px 20px;border-radius:99px;font-size:13px;transform:translate(-50%,30px);opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%)}@media(max-width:1000px){.hero{grid-template-columns:1fr 1fr;padding-inline:35px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-visual{height:310px}.how{padding-inline:45px}}@media(max-width:760px){.site-header{height:66px}.desktop-nav{display:none}.cart-button>span{display:none}.cart-button{padding:7px}.hero{height:auto;min-height:0;grid-template-columns:1fr;padding:55px 20px 20px}.hero h1{font-size:clamp(53px,16vw,78px)}.hero-text{font-size:16px;margin:22px 0}.hero-art{height:390px;min-height:0;margin-top:18px}.orb-one{width:330px;height:330px}.orb-two{width:110px;height:110px}.device{height:270px;width:98px;border-radius:25px}.device-a{transform:rotate(-13deg) translate(-70px,-5px)}.device-b{height:250px;transform:rotate(7deg) translate(25px,15px)}.device-c{height:220px;width:88px;transform:rotate(19deg) translate(95px,32px)}.hero-sticker{right:2%;bottom:8%;width:75px;height:75px}.brand-strip{display:block;padding-block:20px}.brand-strip>p{margin:0 0 16px}.brand-logos{justify-content:flex-start}.catalog{padding-block:75px}.section-heading{margin-bottom:28px}.section-heading h2{font-size:58px}.catalog-tools{display:block}.search-box{min-width:0;width:100%;margin-bottom:12px}.filter-row{margin-inline:-20px;padding-inline:20px}.filter-chip{height:42px}.product-grid{grid-template-columns:repeat(2,1fr);gap:30px 10px}.product-visual{height:245px;border-radius:16px}.product-device{transform:scale(.78) rotate(-7deg)}.product-info h3{font-size:16px}.quick-add{width:36px;height:36px}.product-meta{flex-wrap:wrap}.how{grid-template-columns:1fr;gap:50px;padding:75px 20px}.how h2{font-size:63px}footer{flex-direction:column;text-align:center}.footer-brand{order:-1}.cart-drawer{padding:22px 18px}}@media(max-width:390px){.product-grid{grid-template-columns:1fr}.product-visual{height:320px}.product-device{transform:rotate(-7deg)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important}}.model-stage{position:absolute;inset:0;z-index:2}.hero-model{position:absolute;--poster-color:transparent;background:transparent;filter:drop-shadow(0 28px 22px #1b250733);animation:modelFloat 5s ease-in-out infinite;outline:none}.model-main{width:62%;height:92%;left:19%;top:3%;z-index:3}.model-left{width:43%;height:68%;left:0;top:17%;z-index:2;animation-delay:-1.7s}.model-right{width:40%;height:63%;right:-2%;top:22%;z-index:1;animation-delay:-3.2s}.drag-hint{position:absolute;z-index:5;left:50%;bottom:7%;transform:translate(-50%);margin:0;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:99px;padding:8px 13px;font-size:10px;font-weight:700;white-space:nowrap}.drag-hint span{font-size:15px;margin-right:5px}@keyframes modelFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-18px) rotate(1deg)}}@media(max-width:760px){.hero-art{height:410px}.model-main{width:68%;left:16%}.model-left{width:46%;left:-3%}.model-right{width:43%;right:-4%}.drag-hint{bottom:4%}}@media(prefers-reduced-motion:reduce){.hero-model{animation:none}}:root{--paper:#090b0a;--ink:#f5f7f2;--muted:#92978f;--line:#242824;--dark:#050605}body{background:#090b0a;color:var(--ink)}.site-header{background:#090b0aeb;border-color:var(--line)}.brand-mark{background:var(--acid);color:#10120f}.desktop-nav{color:#aeb2ab}.cart-button{background:#f5f7f2;color:#10120f}.hero{position:relative;isolation:isolate;background:#07100d;color:#fff;transition:background .7s ease}.hero-copy,.hero-art{position:relative;z-index:4}.flavor-bg{position:absolute;inset:0;z-index:-3;opacity:0;transition:opacity .8s ease;background-position:center;background-size:cover}.flavor-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#040706ee,#060908aa 42%,#03050433),radial-gradient(circle at 72% 48%,transparent 0%,#05070699 72%)}.flavor-bg-mint{background-image:url(/assets/mint-bg-BQGxPmj8.png),radial-gradient(circle at 70% 45%,#08765f,#031410 68%)}.flavor-bg-blue{background-image:url(/assets/azuis-CFHoPR6-.png),radial-gradient(circle at 70% 45%,#075da0,#03101d 68%);background-size:cover}.flavor-bg-red{background-image:url(/assets/vermelhas-BV55ODJn.png),radial-gradient(circle at 70% 45%,#8b1732,#1a050b 68%);background-size:cover}.flavor-mint .flavor-bg-mint,.flavor-blue .flavor-bg-blue,.flavor-red .flavor-bg-red{opacity:1}.orb{opacity:.13;filter:blur(40px)}.orb-one{background:#86ffc9}.orb-two{background:#fff}.product-kicker{font:800 13px Manrope;letter-spacing:.22em;margin-bottom:10px;color:var(--acid)}.hero h1{font-size:clamp(60px,7.4vw,112px)}.hero-text{color:#c2c9c0}.primary-link{color:#10120f}.flavor-picker{display:flex;gap:8px;margin:0 0 24px;flex-wrap:wrap}.flavor-option{display:flex;align-items:center;gap:8px;border:1px solid #ffffff26;color:#c4c9c1;background:#ffffff08;border-radius:99px;padding:8px 12px;cursor:pointer;font-size:11px;transition:.25s}.flavor-option:hover,.flavor-option.active{color:#fff;border-color:#ffffff70;background:#ffffff18}.flavor-option i{width:13px;height:13px;border-radius:50%;background:#75e8bc;box-shadow:0 0 0 3px #75e8bc22}.flavor-option[data-flavor=blue] i{background:#559cff;box-shadow:0 0 0 3px #559cff22}.flavor-option[data-flavor=red] i{background:#ff5579;box-shadow:0 0 0 3px #ff557922}.floating-assets{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.float-img{position:absolute;opacity:0;transition:opacity .6s ease;filter:drop-shadow(0 18px 22px #0008);animation:assetFloat 7s ease-in-out infinite}.flavor-mint .float-img.mint,.flavor-blue .float-img.blue,.flavor-red .float-img.red{opacity:.62}.m1{width:150px;right:4%;top:12%;transform:rotate(25deg)}.m2{width:105px;left:48%;bottom:7%;animation-delay:-2s}.m3{width:85px;right:34%;top:7%;animation-delay:-4s}.b1,.r1{width:68%;height:78%;right:-7%;top:12%;object-fit:contain;opacity:0!important}.flavor-blue .b1,.flavor-red .r1{opacity:.42!important}@keyframes assetFloat{0%,to{translate:0 0;rotate:-2deg}50%{translate:0 -22px;rotate:3deg}}.model-stage{z-index:3}.model-main{width:76%;height:96%;left:12%;transition:opacity .22s ease,transform .22s ease;animation:modelFloat 5s ease-in-out infinite}.model-main.switching{opacity:0;transform:scale(.88) rotate(12deg)}.pod-arrow{position:absolute;z-index:7;top:50%;translate:0 -50%;width:50px;height:50px;border-radius:50%;border:1px solid #ffffff35;background:#080b09a6;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:21px;cursor:pointer;transition:.2s}.pod-arrow:hover{background:var(--acid);color:#10120f;border-color:var(--acid)}.pod-prev{left:2%}.pod-next{right:2%}.pod-counter{position:absolute;right:4%;top:8%;z-index:6;display:flex;align-items:center;gap:8px;font:700 11px Manrope}.pod-counter b{color:var(--acid)}.pod-counter span{width:42px;height:1px;background:#fff5}.pod-counter small{color:#fff7}.drag-hint{background:#080b09aa;color:#d8ddd5;border:1px solid #ffffff1d}.brand-strip,.catalog{background:#0d100e}.brand-strip{border-color:var(--line)}.product-visual{background:color-mix(in srgb,var(--card),#0b0d0c 74%)}.tag{background:#151915;color:#fff}.filter-chip,.search-box{background:#121512;border-color:var(--line);color:#fff}.search-box input{color:#fff}.filter-chip.active{background:var(--acid);border-color:var(--acid);color:#10120f}.product-meta span{background:#171b17}.quick-add{color:#fff}.quick-add:hover{color:#10120f}.how{background:#050605}.cart-drawer{background:#0d100e}.drawer-head button,.quantity button,.remove{color:#fff}.cart-thumb{background:color-mix(in srgb,var(--card),#0b0d0c 74%)}footer{background:#090b0a}.empty-state{border-color:var(--line)}@media(max-width:760px){.hero{padding-top:48px}.hero-art{height:420px}.model-main{width:82%;left:9%}.pod-arrow{width:44px;height:44px}.pod-prev{left:0}.pod-next{right:0}.pod-counter{top:3%;right:2%}.m1{width:100px}.m2{left:3%;width:75px}.m3{right:5%;width:65px}.b1,.r1{width:110%;right:-20%}.flavor-picker{gap:6px}.flavor-option{padding:8px 10px}.flavor-option span{font-size:10px}}.flavor-bg-blue,.flavor-bg-red{animation:backgroundDrift 18s ease-in-out infinite alternate;background-size:110% auto}.flavor-bg-blue{background-image:linear-gradient(#03101d55,#03101d55),url(/assets/azuis-CFHoPR6-.png),radial-gradient(circle at 70% 45%,#075da0,#03101d 68%)}.flavor-bg-red{background-image:linear-gradient(#1a050b66,#1a050b66),url(/assets/vermelhas-BV55ODJn.png),radial-gradient(circle at 70% 45%,#8b1732,#1a050b 68%)}@keyframes backgroundDrift{0%{background-position:45% center}to{background-position:55% center}}.fruit-orb{position:absolute;z-index:2;display:block;border-radius:50%;opacity:0;pointer-events:none;box-shadow:inset -10px -12px 24px #0008,0 18px 32px #0008;transition:opacity .5s ease;animation:fruitFloat 6s ease-in-out infinite}.fruit-orb.blue{background-image:url(/assets/azuis-CFHoPR6-.png);background-size:700px auto}.fruit-orb.red{background-image:url(/assets/vermelhas-BV55ODJn.png);background-size:700px auto}.flavor-blue .fruit-orb.blue,.flavor-red .fruit-orb.red{opacity:.88}.fruit-orb.b1,.fruit-orb.r1{width:92px;height:92px;right:7%;top:17%;background-position:18% 20%}.fruit-orb.b2,.fruit-orb.r2{width:58px;height:58px;left:51%;bottom:13%;background-position:73% 62%;animation-delay:-2s}.fruit-orb.b3,.fruit-orb.r3{width:72px;height:72px;right:30%;top:7%;background-position:43% 32%;animation-delay:-4s}.fruit-orb.r1,.fruit-orb.r2,.fruit-orb.r3{background-position:62% 40%}@keyframes fruitFloat{0%,to{transform:translateZ(0) rotate(-4deg)}50%{transform:translate3d(12px,-24px,0) rotate(5deg)}}.model-stage{display:grid;place-items:center;overflow:visible}.model-main{position:relative;inset:auto;width:620px;height:650px;max-width:none;max-height:none;animation:modelFloat 5s ease-in-out infinite;pointer-events:none;transition:opacity .28s ease,translate .28s cubic-bezier(.4,0,.2,1),filter .28s ease}.model-main.pod-exit-left{opacity:0;translate:-110px 0;filter:blur(8px)}.model-main.pod-exit-right,.model-main.pod-enter-right{opacity:0;translate:110px 0;filter:blur(8px)}.model-main.pod-enter-left{opacity:0;translate:-110px 0;filter:blur(8px)}.brand-strip{overflow:hidden}.brand-logos{justify-content:flex-start;overflow:hidden;gap:0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.brand-track{display:flex;align-items:center;flex:none;min-width:max-content;gap:clamp(42px,6vw,90px);padding-right:clamp(42px,6vw,90px);animation:brandMarquee 24s linear infinite}.brand-logos:hover .brand-track{animation-play-state:paused}@keyframes brandMarquee{to{transform:translate(-100%)}}@media(max-width:760px){.model-main{width:430px;height:470px}.fruit-orb.b1,.fruit-orb.r1{width:65px;height:65px;right:4%}.fruit-orb.b2,.fruit-orb.r2{left:5%;bottom:10%}.fruit-orb.b3,.fruit-orb.r3{right:18%;top:4%}.flavor-bg-blue,.flavor-bg-red{background-size:auto 100%}.brand-strip{padding-inline:0}.brand-strip>p{padding-inline:20px}.brand-logos{padding-left:20px}}@media(prefers-reduced-motion:reduce){.brand-track,.flavor-bg-blue,.flavor-bg-red,.fruit-orb{animation:none}}.brand-logo-item{width:130px;height:52px;display:flex!important;align-items:center;justify-content:center;position:relative}.brand-logo-item img{max-width:100%;max-height:38px;object-fit:contain;filter:grayscale(1) brightness(2);opacity:.78}.brand-logo-item b{display:none}.real-product{background:radial-gradient(circle at 50% 43%,hsl(var(--hue,100) 45% 22%),#101310 72%)}.product-visual.real-product img{width:86%;height:86%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 24px 24px #0008);transition:transform .35s ease}.product-card:hover .product-visual.real-product img{transform:scale(1.045)}.product-visual.real-product:after{z-index:1}.image-count{position:absolute;right:14px;bottom:14px;z-index:3;background:#090b0abb;border:1px solid #ffffff22;padding:5px 8px;border-radius:99px;font-size:9px}.flavor-select-label{display:block;margin:12px 0 13px}.flavor-select-label>span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.product-flavor{width:100%;height:40px;border:1px solid var(--line);border-radius:9px;background:#121512;color:#fff;padding:0 34px 0 11px;font-size:11px;outline:none;text-overflow:ellipsis}.product-flavor:focus{border-color:#7d8778}.cart-thumb.real-product{padding:8px}.cart-thumb.real-product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 8px #0008)}@media(max-width:760px){.brand-logo-item{width:105px}.brand-logo-item img{max-height:31px}.product-visual.real-product img{width:92%;height:92%}.flavor-select-label{margin-top:10px}.product-flavor{font-size:10px}}.model-stage{perspective:1200px;transform-style:preserve-3d;overflow:visible}.hero-model{position:absolute;inset:auto;width:570px;height:640px;max-width:none;max-height:none;pointer-events:none;animation:none;opacity:0;transform-origin:50% 55%;transition:transform .78s cubic-bezier(.2,.72,.2,1),filter .78s ease,opacity .6s ease;will-change:transform,filter,opacity}.hero-model.is-active{z-index:4;opacity:1;filter:blur(0) drop-shadow(0 34px 30px #0009);transform:translateZ(90px) scale(1)}.hero-model.is-prev{z-index:2;opacity:.42;filter:blur(7px) saturate(.65);transform:translate3d(-255px,42px,-180px) scale(.62) rotateY(28deg) rotate(-7deg)}.hero-model.is-next{z-index:2;opacity:.42;filter:blur(7px) saturate(.65);transform:translate3d(255px,42px,-180px) scale(.62) rotateY(-28deg) rotate(7deg)}.hero-model.is-back{z-index:1;opacity:0;filter:blur(14px);transform:translate3d(0,-105px,-360px) scale(.38) rotateY(90deg)}.hero-actions{display:flex;align-items:center;gap:18px}.hero-add{border:0;cursor:pointer}.hero-actions>strong{font:800 20px Manrope;color:#fff}.flavor-option:nth-child(2) i{background:#559cff;box-shadow:0 0 0 3px #559cff22}.flavor-option:nth-child(3) i{background:#ff5579;box-shadow:0 0 0 3px #ff557922}.flavor-option:nth-child(4) i{background:#ffc857;box-shadow:0 0 0 3px #ffc85722}.no-flavor{color:var(--muted);font-size:12px}.pod-arrow{transition:transform .2s ease,background .2s ease,color .2s ease}.pod-arrow:active{transform:scale(.9)}@media(max-width:760px){.hero-model{width:410px;height:470px}.hero-model.is-prev{transform:translate3d(-150px,30px,-180px) scale(.48) rotateY(28deg) rotate(-7deg)}.hero-model.is-next{transform:translate3d(150px,30px,-180px) scale(.48) rotateY(-28deg) rotate(7deg)}.hero-actions{justify-content:space-between}.hero-actions>strong{font-size:17px}.hero-add{padding:14px 16px;gap:20px}}@media(prefers-reduced-motion:reduce){.hero-model{transition:none}}.site-logo{display:block;width:auto;height:48px;max-width:190px;object-fit:contain}.brand-fallback{display:none}.site-header .brand{height:58px}.footer-brand .site-logo{height:56px;max-width:210px}@media(max-width:760px){.site-logo{height:40px;max-width:150px}.footer-brand .site-logo{height:48px}}.hero-brand-selector{display:flex;gap:7px;width:min(500px,45vw);overflow-x:auto;scrollbar-width:none;margin:-10px 0 22px;padding:3px 1px}.hero-brand-button{flex:0 0 58px;width:58px;height:42px;border-radius:10px;border:1px solid #ffffff1c;background:#ffffff09;padding:7px;cursor:pointer;transition:.25s}.hero-brand-button img{width:100%;height:100%;object-fit:contain;filter:grayscale(1) brightness(2);opacity:.65}.hero-brand-button:hover{background:#ffffff13;border-color:#ffffff45}.hero-brand-button.active{border-color:var(--acid);background:#c8ff3217;box-shadow:0 0 0 2px #c8ff3214}.hero-brand-button.active img{filter:none;opacity:1}.hero .flavor-picker{max-width:500px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#ffffff25 transparent;padding-bottom:8px}.hero .flavor-option{flex:0 0 auto}@media(max-width:760px){.hero-brand-selector{width:100%;margin-top:0}.hero-brand-button{flex-basis:54px;width:54px;height:40px}.hero .flavor-picker{max-width:calc(100vw - 40px)}}.toast{background:#151a16;color:#f7f9f5;border:1px solid #c8ff3266;box-shadow:0 16px 45px #000b,0 0 0 1px #ffffff08}.toast:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:9px;border-radius:50%;background:var(--acid);color:#10120f;font-size:12px;font-weight:900}.cart-empty,.empty-state{color:#aeb4ac}.cart-empty strong,.empty-state strong{color:#f5f7f2}.drawer-footer small,.no-flavor{color:#aeb4ac}.drawer-footer button{color:#10120f}.model-stage .hero-model{z-index:4;opacity:1;filter:blur(0) drop-shadow(0 34px 30px #0009);transform:translateZ(90px) scale(1)}.pod-preview{position:absolute;z-index:2;width:230px;height:390px;object-fit:contain;opacity:.34;filter:blur(7px) saturate(.7) drop-shadow(0 25px 25px #000b);transition:transform .72s cubic-bezier(.2,.72,.2,1),opacity .5s ease,filter .5s ease;pointer-events:none}.preview-prev{transform:translate3d(-235px,35px,-120px) scale(.72) rotate(-8deg)}.preview-next{transform:translate3d(235px,35px,-120px) scale(.72) rotate(8deg)}.model-stage.is-changing .hero-model,.model-stage.is-changing .pod-preview{will-change:transform,filter,opacity}.model-stage.change-forward .hero-model{animation:activeOutLeft .72s cubic-bezier(.35,.05,.2,1)}.model-stage.change-backward .hero-model{animation:activeOutRight .72s cubic-bezier(.35,.05,.2,1)}.model-stage.change-forward .preview-next,.model-stage.change-backward .preview-prev{animation:previewToCenter .72s cubic-bezier(.2,.72,.2,1)}.model-stage.change-forward .preview-prev{animation:previewFadeLeft .72s ease}.model-stage.change-backward .preview-next{animation:previewFadeRight .72s ease}@keyframes activeOutLeft{0%{transform:translateZ(90px) scale(1);filter:blur(0)}45%{transform:translate3d(-190px,25px,-80px) scale(.7) rotate(-8deg);filter:blur(5px);opacity:.35}46%{opacity:0;transform:translate3d(210px,25px,-80px) scale(.7) rotate(8deg)}to{opacity:1;transform:translateZ(90px) scale(1);filter:blur(0)}}@keyframes activeOutRight{0%{transform:translateZ(90px) scale(1);filter:blur(0)}45%{transform:translate3d(190px,25px,-80px) scale(.7) rotate(8deg);filter:blur(5px);opacity:.35}46%{opacity:0;transform:translate3d(-210px,25px,-80px) scale(.7) rotate(-8deg)}to{opacity:1;transform:translateZ(90px) scale(1);filter:blur(0)}}@keyframes previewToCenter{0%{opacity:.34;filter:blur(7px);scale:1}45%{opacity:.85;filter:blur(1px);scale:1.25}46%,to{opacity:0}}@keyframes previewFadeLeft{to{transform:translate3d(-340px,35px,-200px) scale(.5);opacity:0}}@keyframes previewFadeRight{to{transform:translate3d(340px,35px,-200px) scale(.5);opacity:0}}@media(max-width:760px){.pod-preview{width:145px;height:270px}.preview-prev{transform:translate3d(-135px,32px,-120px) scale(.62) rotate(-8deg)}.preview-next{transform:translate3d(135px,32px,-120px) scale(.62) rotate(8deg)}}.hero-side{position:absolute;z-index:2;width:190px;height:285px;--poster-color:transparent;background:transparent;opacity:.38;filter:blur(6px) saturate(.65) drop-shadow(0 20px 18px #0009);pointer-events:none;transition:transform .72s cubic-bezier(.2,.72,.2,1),filter .55s ease,opacity .55s ease;will-change:transform,filter,opacity}.side-prev{transform:translate3d(-230px,38px,-150px) scale(.92) rotate(-7deg)}.side-next{transform:translate3d(230px,38px,-150px) scale(.92) rotate(7deg)}.model-stage.change-forward .side-next{animation:sideNextOrbit .72s cubic-bezier(.2,.72,.2,1)}.model-stage.change-forward .side-prev{animation:sidePrevExit .72s ease}.model-stage.change-backward .side-prev{animation:sidePrevOrbit .72s cubic-bezier(.2,.72,.2,1)}.model-stage.change-backward .side-next{animation:sideNextExit .72s ease}@keyframes sideNextOrbit{0%{transform:translate3d(230px,38px,-150px) scale(.92);filter:blur(6px);opacity:.38}45%{transform:translate3d(40px,0,30px) scale(1.5);filter:blur(1px);opacity:.8}46%,to{opacity:0}}@keyframes sidePrevOrbit{0%{transform:translate3d(-230px,38px,-150px) scale(.92);filter:blur(6px);opacity:.38}45%{transform:translate3d(-40px,0,30px) scale(1.5);filter:blur(1px);opacity:.8}46%,to{opacity:0}}@keyframes sidePrevExit{to{transform:translate3d(-340px,55px,-260px) scale(.55);filter:blur(12px);opacity:0}}@keyframes sideNextExit{to{transform:translate3d(340px,55px,-260px) scale(.55);filter:blur(12px);opacity:0}}@media(max-width:760px){.hero-side{width:125px;height:205px;filter:blur(5px) saturate(.6)}.side-prev{transform:translate3d(-130px,38px,-150px) scale(.82) rotate(-7deg)}.side-next{transform:translate3d(130px,38px,-150px) scale(.82) rotate(7deg)}}body.access-locked{overflow:hidden;background:#050706}body.access-locked>:not(.access-gate):not(script){display:none!important}.access-gate{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#15241d,#070a08 46%,#030403);color:#f5f7f2;padding:20px;transition:opacity .55s ease,visibility .55s ease}.access-gate:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 35%,#c8ff3207 50%,transparent 65%);animation:gateShine 3s linear infinite}.access-gate.unlocked{opacity:0;visibility:hidden}.access-card{position:relative;z-index:1;width:min(440px,100%);text-align:center}.access-logo{width:min(270px,72vw);height:100px;object-fit:contain;margin:0 auto 34px;filter:drop-shadow(0 12px 30px #000)}.preload-state{min-height:130px}.gate-spinner{display:block;width:46px;height:46px;border:2px solid #ffffff18;border-top-color:var(--acid);border-radius:50%;margin:0 auto 20px;animation:gateSpin .8s linear infinite}.preload-state p{margin:0 0 7px;font:600 13px Manrope;letter-spacing:.05em}.preload-state small{color:var(--acid);font:700 11px Manrope}.access-form{text-align:left;background:#0d110ef2;border:1px solid #ffffff14;border-radius:24px;padding:30px;box-shadow:0 30px 90px #000b;animation:formIn .45s ease}.access-form>p{margin:0 0 8px;color:var(--acid);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.15em}.access-form h1{font:800 35px/.98 Manrope;margin:0 0 27px;letter-spacing:-.055em}.access-form label{display:block;color:#aeb4ac;font-size:11px;margin-bottom:8px}.password-field{display:flex;border:1px solid #ffffff24;background:#080a09;border-radius:12px;padding:5px}.password-field:focus-within{border-color:#c8ff3277}.password-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;padding:0 12px}.password-field button{width:44px;height:44px;border:0;border-radius:9px;background:var(--acid);color:#10120f;font-size:20px;cursor:pointer}.access-error{display:block;color:#ff829a;font-size:11px;min-height:30px;padding-top:8px}.access-form>small{display:block;color:#72776f;font-size:9px;text-align:center}.access-form.shake{animation:gateShake .3s ease}@keyframes gateSpin{to{rotate:360deg}}@keyframes gateShine{to{transform:translate(30%)}}@keyframes formIn{0%{opacity:0;transform:translateY(14px) scale(.98)}}@keyframes gateShake{25%{transform:translate(-7px)}75%{transform:translate(7px)}}@media(max-width:760px){.site-header{padding-inline:15px}.hero{display:flex;flex-direction:column;padding:28px 16px 18px;overflow:hidden}.hero-copy{width:100%}.hero-copy>.eyebrow{margin-bottom:16px}.hero-brand-selector{margin-bottom:15px}.product-kicker{margin-bottom:6px}.hero h1{font-size:50px;line-height:.88;letter-spacing:-.065em}.hero-text{font-size:13px;line-height:1.4;margin:15px 0}.hero .flavor-picker{margin-bottom:14px}.hero-actions{justify-content:flex-start}.hero-add{font-size:12px}.hero-art{width:100%;height:330px;min-height:330px;margin-top:6px}.model-stage .hero-model{width:330px;height:350px}.hero-side{width:90px;height:155px}.side-prev{transform:translate3d(-105px,25px,-150px) rotate(-7deg)}.side-next{transform:translate3d(105px,25px,-150px) rotate(7deg)}.pod-arrow{top:52%;width:40px;height:40px}.pod-counter{top:2%}.floating-assets .m1{right:-8%;top:8%}.floating-assets .m2{bottom:2%}.product-grid{grid-template-columns:1fr;gap:38px}.product-visual{height:360px}.catalog{padding-inline:16px}.section-heading h2{font-size:52px}.access-card{width:100%}.access-form{padding:24px 20px}.access-logo{margin-bottom:22px}}@media(prefers-reduced-motion:reduce){.gate-spinner{animation:gateSpin .8s linear infinite}.access-gate:before{animation:none}}.hero-brand-selector{width:min(590px,48vw);gap:9px;margin:0 0 24px;padding:4px 2px}.hero-brand-button{flex-basis:76px;width:76px;height:56px;padding:8px;border-radius:13px}.model-stage .hero-model{width:520px;height:590px}.hero-art{min-height:430px}.hero-copy{padding-top:8px}@media(max-width:760px){.hero-brand-selector{width:100%;gap:8px;margin:0 0 17px}.hero-brand-button{flex-basis:70px;width:70px;height:52px;padding:7px}.model-stage .hero-model{width:295px;height:315px}.hero-art{height:300px;min-height:300px}.hero-copy{padding-top:0}.side-prev{transform:translate3d(-92px,22px,-150px) scale(.76) rotate(-7deg)}.side-next{transform:translate3d(92px,22px,-150px) scale(.76) rotate(7deg)}.pod-arrow{top:50%}}.cart-drawer{background:#090d0a}.cart-items{padding:10px 4px 10px 0}.cart-item{margin:10px 0;padding:14px;border:1px solid #334036;background:linear-gradient(145deg,#172019,#101511);border-radius:17px;box-shadow:0 12px 28px #0005;transition:border-color .2s ease,transform .2s ease}.cart-item:hover{border-color:#536c58;transform:translateY(-1px)}.cart-thumb.real-product{background:radial-gradient(circle at 50% 40%,#344b39,#111712 72%);border:1px solid #ffffff0d}.cart-info p{color:#9fb0a2}.cart-info>span{color:#c2ccc3}.cart-row strong{color:var(--acid)}.quantity{background:#090d0a;border-color:#3a473d}.quantity button{color:#dce5dd}.quantity button:hover{color:#10120f;background:var(--acid);border-radius:50%}.quantity b{color:#fff}.remove{color:#849087}.remove:hover{color:#ff829a}.drawer-footer{background:#0d130f;border:1px solid #29342c;border-radius:17px;padding:17px;margin-top:8px}.drawer-footer>div strong{color:var(--acid)}@media(max-width:760px){.cart-item{grid-template-columns:78px 1fr 22px;padding:12px;gap:11px}.cart-thumb{height:96px}.drawer-footer{padding:14px}}.site-header .cart-button{background:linear-gradient(135deg,#253d2b,#142019 42%,#060807);color:#f4f8f3;border:1px solid #52715a;box-shadow:0 8px 24px #0005,inset 0 1px #ffffff12;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.site-header .cart-button:hover{transform:translateY(-1px);border-color:#82a98c;box-shadow:0 11px 28px #0007,0 0 18px #86c99518,inset 0 1px #ffffff18}.site-header .cart-button b{background:linear-gradient(145deg,#d9ff72,var(--acid));color:#0d140f;box-shadow:0 2px 8px #0005}.hero-brand-selector{gap:12px;padding-block:5px}.hero-brand-button{flex:0 0 104px;width:104px;height:72px;padding:10px;border-radius:16px}.hero-brand-button img{max-width:100%;max-height:100%}@media(max-width:760px){.hero-brand-selector{gap:10px}.hero-brand-button{flex-basis:88px;width:88px;height:64px;padding:8px;border-radius:14px}}@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 10px}.product-visual{height:210px}.product-info{margin-top:11px}.product-info h3{font-size:14px;line-height:1.12}.product-info p{font-size:10px}.quick-add{width:32px;height:32px;flex:0 0 32px;font-size:19px}.product-meta{gap:4px;margin:8px 0}.product-meta span{font-size:8px;padding:4px 5px}.flavor-select-label{margin:8px 0 9px}.flavor-select-label>span{font-size:8px}.product-flavor{height:36px;padding-left:8px;font-size:9px}.price{font-size:12px}}@media(min-width:600px)and (max-width:760px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 12px}.product-visual{height:220px}}.model-stage .hero-model,.model-stage .hero-side{backface-visibility:hidden;transform-style:preserve-3d}.model-stage .hero-model{will-change:transform,opacity}.model-stage .hero-side{will-change:transform,opacity;transition-property:transform,opacity}.model-stage.is-changing .hero-model,.model-stage.is-changing .hero-side{filter:none}.model-stage.is-changing .hero-side{opacity:.3}.model-stage.change-forward .hero-model{animation-name:activeOutLeftFast}.model-stage.change-backward .hero-model{animation-name:activeOutRightFast}@keyframes activeOutLeftFast{0%{transform:translateZ(90px) scale(1);opacity:1}45%{transform:translate3d(-175px,22px,-80px) scale(.72) rotate(-7deg);opacity:.18}46%{transform:translate3d(175px,22px,-80px) scale(.72) rotate(7deg);opacity:0}to{transform:translateZ(90px) scale(1);opacity:1}}@keyframes activeOutRightFast{0%{transform:translateZ(90px) scale(1);opacity:1}45%{transform:translate3d(175px,22px,-80px) scale(.72) rotate(7deg);opacity:.18}46%{transform:translate3d(-175px,22px,-80px) scale(.72) rotate(-7deg);opacity:0}to{transform:translateZ(90px) scale(1);opacity:1}}@media(max-width:760px){.model-stage.change-forward .hero-model,.model-stage.change-backward .hero-model,.model-stage.change-forward .side-next,.model-stage.change-forward .side-prev,.model-stage.change-backward .side-prev,.model-stage.change-backward .side-next{animation-duration:.58s}}.hero-flavor-panel{width:min(520px,46vw);margin:0 0 20px;padding:12px;border:1px solid #ffffff18;border-radius:16px;background:#070a08a6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-flavor-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.hero-flavor-head>span{font-size:10px;color:#aeb6ac;white-space:nowrap}.hero-flavor-head>span b{color:var(--acid);font-size:12px}.hero-flavor-head label{height:30px;display:flex;align-items:center;gap:5px;border:1px solid #ffffff18;border-radius:8px;padding:0 8px;color:#8f978d}.hero-flavor-head input{width:100px;border:0;outline:0;background:transparent;color:#fff;font-size:10px}.hero-flavor-head input::placeholder{color:#727a71}.hero .hero-flavor-panel .flavor-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-width:none;max-height:132px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0 4px 0 0;scrollbar-width:thin}.hero .hero-flavor-panel .flavor-option{width:100%;min-width:0;justify-content:flex-start;border-radius:9px;padding:9px 10px}.hero .hero-flavor-panel .flavor-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero .hero-flavor-panel .flavor-option.active{border-color:var(--acid);background:#c8ff3215}.hero .hero-flavor-panel .flavor-option[hidden]{display:none}.catalog-shelves{display:grid;gap:70px}.brand-shelf{min-width:0;scroll-margin-top:100px}.brand-shelf-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.brand-shelf-head>div{display:flex;align-items:center;gap:14px}.brand-shelf-head img{width:92px;height:42px;object-fit:contain;filter:grayscale(1) brightness(2)}.brand-shelf-head span{font:800 22px Manrope;letter-spacing:-.04em}.brand-shelf-head p{color:var(--muted);font-size:11px}.brand-product-row{display:flex;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:0 2px 18px;scrollbar-width:thin;scrollbar-color:#344037 transparent}.brand-product-row .product-card{flex:0 0 clamp(220px,22vw,290px);scroll-snap-align:start}.brand-product-row .product-visual{height:310px}.catalog-tools{position:sticky;top:88px;z-index:10;padding:10px;border:1px solid var(--line);border-radius:16px;background:#0d100eee;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(max-width:760px){.hero-flavor-panel{width:100%;margin-bottom:14px;padding:10px}.hero-flavor-head{align-items:stretch}.hero-flavor-head label{flex:1}.hero-flavor-head input{width:100%}.hero .hero-flavor-panel .flavor-picker{max-height:124px}.hero .hero-flavor-panel .flavor-option{padding:8px;font-size:9px}.catalog-shelves{gap:48px}.brand-shelf-head{margin-bottom:13px}.brand-shelf-head img{width:74px;height:34px}.brand-shelf-head span{font-size:17px}.brand-product-row{gap:10px;margin-inline:-16px;padding:0 16px 15px}.brand-product-row .product-card{flex-basis:calc((100vw - 42px)/2)}.brand-product-row .product-visual{height:190px}.catalog-tools{top:72px;margin-inline:-6px;padding:8px}.catalog-tools .filter-row{margin-inline:0;padding-inline:0}}@media(min-width:600px)and (max-width:760px){.brand-product-row .product-card{flex-basis:calc((100vw - 56px)/3)}}.hero .hero-flavor-panel .flavor-option{display:flex;align-items:center;justify-content:space-between;padding:5px 5px 5px 9px;gap:6px}.flavor-name{display:flex;align-items:center;gap:7px;min-width:0;flex:1;border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.flavor-name span{min-width:0}.flavor-qty{flex:0 0 auto;display:flex;align-items:center;border:1px solid #ffffff18;border-radius:7px;background:#050706;overflow:hidden}.flavor-qty button{width:26px;height:27px;border:0;background:transparent;color:#b8c0b6;cursor:pointer}.flavor-qty button:hover{background:var(--acid);color:#10120f}.flavor-qty b{width:22px;text-align:center;font-size:10px;color:#fff}.flavor-option.has-quantity{border-color:#c8ff3288!important;background:#c8ff321c!important}.flavor-option.has-quantity .flavor-qty b{color:var(--acid)}.hero-order-summary{display:grid;gap:2px}.hero-order-summary span{font-size:9px;color:#99a197;text-transform:uppercase;letter-spacing:.09em}.hero-order-summary strong{font:800 20px Manrope;color:#fff}.hero-add.has-items{box-shadow:0 0 0 3px #c8ff3220,0 10px 30px #0005}@media(max-width:760px){.hero{padding:10px 12px 20px}.hero-art{order:1;height:285px;min-height:285px;margin:0}.hero-copy{order:2;padding:16px;background:linear-gradient(145deg,#121913eb,#090d0aee);border:1px solid #304034;border-radius:22px;box-shadow:0 22px 50px #0008}.hero-brand-selector{margin-bottom:14px}.hero-brand-button{flex-basis:78px;width:78px;height:56px}.hero h1{font-size:42px}.hero-text{margin:11px 0 14px}.hero-flavor-panel{padding:9px;background:#070a08;border-radius:14px}.hero .hero-flavor-panel .flavor-picker{grid-template-columns:1fr;max-height:174px}.hero .hero-flavor-panel .flavor-option{font-size:10px}.hero-actions{display:grid;grid-template-columns:1fr auto;gap:12px}.hero-add{justify-content:space-between}.hero-order-summary{text-align:right}.model-stage .hero-model{width:270px;height:290px}.hero-side{width:78px;height:135px}.side-prev{transform:translate3d(-82px,18px,-150px) scale(.72) rotate(-7deg)}.side-next{transform:translate3d(82px,18px,-150px) scale(.72) rotate(7deg)}.pod-counter{top:5%}.floating-assets{height:300px}.flavor-qty button{width:30px}}.hero h1{display:flex;align-items:baseline;gap:.16em;white-space:nowrap;font-size:clamp(48px,6.3vw,92px)}.hero h1.long-title{font-size:clamp(38px,5vw,72px)}.hero-flavor-head{margin-bottom:8px}.hero-flavor-head>span{font-size:11px}@media(max-width:760px){.hero-art{height:325px;min-height:325px}.model-stage .hero-model{width:315px;height:335px}.hero-side{width:88px;height:150px}.hero h1{font-size:clamp(31px,10vw,43px);overflow:hidden;text-overflow:ellipsis}.hero h1.long-title{font-size:clamp(25px,7.4vw,34px)}.hero-flavor-head{justify-content:flex-start}.hero-copy{padding-top:14px}.floating-assets{height:335px}}.catalog-product-card{cursor:pointer;border-radius:20px;outline:none;transition:transform .25s ease,box-shadow .25s ease}.catalog-product-card:hover,.catalog-product-card:focus-visible{transform:translateY(-5px);box-shadow:0 20px 45px #0008}.full-image-card{height:100%!important;min-height:360px;background:#121713;border:1px solid #ffffff12}.full-image-card>img{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;filter:none!important;transform:none!important}.full-image-card:before{content:"";position:absolute;inset:0;z-index:3;background:linear-gradient(180deg,transparent 42%,#050706e8 100%);pointer-events:none}.full-image-card:after{display:none}.card-overlay{position:absolute;z-index:4;left:0;right:0;bottom:0;padding:22px 18px;color:#fff}.card-overlay p{margin:0 0 3px;color:#b7c2b8;font-size:10px;letter-spacing:.09em}.card-overlay h3{margin:0 0 12px;font:800 21px/1.05 Manrope;letter-spacing:-.045em}.card-overlay>div{display:flex;align-items:center;justify-content:space-between}.card-overlay span{font-size:10px;color:#c4cdc5}.card-overlay strong{font-size:14px;color:var(--acid)}.detail-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:#020403dc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.detail-overlay.open{opacity:1;visibility:visible}.product-detail{position:relative;width:min(980px,100%);height:min(720px,calc(100dvh - 48px));display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid #ffffff18;border-radius:28px;background:#0b0f0c;box-shadow:0 40px 100px #000}.detail-close{position:absolute;z-index:6;right:18px;top:18px;width:42px;height:42px;border:1px solid #ffffff20;border-radius:50%;background:#090d0acc;color:#fff;font-size:25px;cursor:pointer}.detail-close:hover{background:var(--acid);color:#10120f}.detail-visual{position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 46%,#294834,#0b120d 56%,#060806)}.detail-visual:before{content:"";position:absolute;width:68%;aspect-ratio:1;border-radius:50%;background:#c8ff3212;filter:blur(5px)}.detail-visual model-viewer{position:relative;z-index:2;width:100%;height:100%;--poster-color:transparent}.detail-visual>span{position:absolute;z-index:3;bottom:20px;background:#050706aa;border:1px solid #ffffff16;border-radius:99px;padding:7px 11px;color:#aeb6ae;font-size:9px}.detail-content{min-width:0;display:flex;flex-direction:column;padding:48px 30px 28px;overflow:hidden}.detail-content h2{margin:0;font:800 clamp(34px,4vw,58px)/.95 Manrope;letter-spacing:-.065em}.detail-meta{display:flex;align-items:center;justify-content:space-between;margin:17px 0 22px;padding-bottom:18px;border-bottom:1px solid #ffffff14}.detail-meta span{color:#aeb6ae;font-size:11px}.detail-meta strong{color:var(--acid);font:800 20px Manrope}.detail-flavor-head{display:flex;justify-content:space-between;margin-bottom:10px;font-size:11px}.detail-flavor-head b{color:#9fa89e;font-weight:500}.detail-flavors{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:7px;padding-right:5px;scrollbar-width:thin}.detail-flavor{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 9px 9px 12px;border:1px solid #ffffff12;border-radius:11px;background:#101511}.detail-flavor.has-quantity{border-color:#c8ff3277;background:#c8ff3212}.detail-flavor>div:first-child{min-width:0;display:grid;gap:2px}.detail-flavor>div:first-child strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.detail-flavor>div:first-child span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#899188;font-size:9px}.detail-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:18px;margin-top:12px;border-top:1px solid #ffffff14}.detail-footer>div{display:grid}.detail-footer>div span{font-size:9px;color:#929a91;text-transform:uppercase}.detail-footer>div strong{font:800 20px Manrope}.detail-footer>button{border:0;border-radius:99px;background:var(--acid);color:#10120f;padding:14px 18px;font-weight:800;cursor:pointer}.detail-footer>button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:760px){.full-image-card{min-height:250px}.card-overlay{padding:16px 12px}.card-overlay h3{font-size:16px;margin-bottom:9px}.detail-overlay{padding:0;align-items:end}.product-detail{width:100%;height:94dvh;grid-template-columns:1fr;grid-template-rows:34% 66%;border-radius:24px 24px 0 0}.detail-close{top:12px;right:12px}.detail-visual model-viewer{width:92%;height:110%}.detail-visual>span{bottom:10px}.detail-content{padding:19px 15px 15px}.detail-content .product-kicker{margin-bottom:5px}.detail-content h2{font-size:31px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-meta{margin:10px 0 12px;padding-bottom:11px}.detail-flavor-head{margin-bottom:7px}.detail-flavor{padding:7px 7px 7px 10px}.detail-footer{padding-top:10px;margin-top:8px}.detail-footer>button{padding:13px 15px}.brand-product-row .catalog-product-card{flex-basis:calc((100vw - 42px)/2)}}.catalog-product-card{border-radius:0;box-shadow:none!important}.catalog-product-card:hover,.catalog-product-card:focus-visible{transform:none}.full-image-card{overflow:visible;background:transparent!important;border:0!important;border-radius:0}.full-image-card:before,.full-image-card:after{display:none!important}.full-image-card>img{inset:2% 5% 18%!important;width:90%!important;height:80%!important;object-fit:contain!important;filter:drop-shadow(0 28px 22px #000b)!important;transition:transform .38s cubic-bezier(.2,.75,.2,1),filter .38s ease!important}.catalog-product-card:hover .full-image-card>img,.catalog-product-card:focus-visible .full-image-card>img{transform:translateY(-9px) scale(1.055)!important;filter:drop-shadow(0 38px 28px #000d)!important}.card-overlay{left:7%;right:7%;bottom:2%;padding:11px 13px;border:1px solid #ffffff12;border-radius:13px;background:#080b09b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 30px #0006}.card-overlay p{font-size:8px}.card-overlay h3{margin-bottom:7px;font-size:16px}.card-overlay span{font-size:8px}.card-overlay strong{font-size:12px}.full-image-card .tag{top:5%;left:7%;background:#101511bb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.full-image-card .image-count{display:none}.catalog-product-card.is-out-of-stock{cursor:default}.catalog-product-card.is-out-of-stock .full-image-card>img{opacity:.2;filter:grayscale(1) drop-shadow(0 18px 16px #0008)!important}.catalog-product-card.is-out-of-stock:hover .full-image-card>img{transform:none!important}.out-of-stock-state{position:absolute;z-index:5;inset:5% 7% 22%;display:grid;place-items:center;border-radius:18px;overflow:hidden;background:#080b09d9;border:1px solid #ffffff17}.out-of-stock-state img{width:100%;height:100%;object-fit:contain}.out-of-stock-state strong{padding:10px 16px;border-radius:999px;background:#f3ff36;color:#10120f;font:800 12px Manrope;text-transform:uppercase;letter-spacing:.08em}.catalog-product-card.is-out-of-stock .card-overlay strong{color:#ff829a}.catalog-product-card.is-out-of-stock .card-overlay span{font-weight:800;text-transform:uppercase}.catalog-product-card.is-out-of-stock .card-overlay span{font-size:0}.catalog-product-card.is-out-of-stock .card-overlay span:after{content:"Fora de estoque";font-size:8px}@media(max-width:760px){.full-image-card>img{inset:0 2% 21%!important;width:96%!important;height:78%!important}.card-overlay{left:3%;right:3%;bottom:1%;padding:9px 10px}.card-overlay h3{font-size:13px;margin-bottom:5px}.catalog-product-card:hover .full-image-card>img{transform:none!important}}.hero-brand-selector{width:min(650px,50vw);gap:12px;margin-bottom:26px;padding:5px 2px 9px}.hero-brand-button{flex:0 0 128px;width:128px;height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:10px 12px;border-radius:18px;background:linear-gradient(145deg,#151c17,#090d0a);border-color:#ffffff18;box-shadow:0 10px 25px #0004}.hero-brand-button img{width:100%;height:45px;object-fit:contain}.hero-brand-button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8f988f;font:700 9px Manrope;letter-spacing:.06em}.hero-brand-button.active{transform:translateY(-3px);border-color:var(--acid);background:linear-gradient(145deg,#243329,#101712);box-shadow:0 12px 30px #0007,0 0 0 2px #c8ff3218}.hero-brand-button.active span{color:var(--acid)}.hero-brand-jump{display:flex;align-items:center;justify-content:space-between;gap:30px;min-width:260px;border:1px solid #66816d;border-radius:99px;padding:8px 9px 8px 19px;background:linear-gradient(135deg,#23392a,#080b09);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 12px 30px #0006;transition:transform .2s ease,border-color .2s ease}.hero-brand-jump b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--acid);color:#10120f;font-size:18px}.hero-brand-jump:hover{transform:translateY(-2px);border-color:#9dc5a7}.hero-copy .hero-text{margin-bottom:22px}.how ol{align-self:center}@media(max-width:760px){.hero-brand-selector{width:100%;gap:9px;margin-bottom:15px}.hero-brand-button{flex-basis:104px;width:104px;height:76px;padding:8px;border-radius:15px}.hero-brand-button img{height:38px}.hero-brand-button span{font-size:8px}.hero-brand-jump{width:100%;min-width:0}.hero-copy .hero-text{margin-bottom:16px}.hero-art{height:350px;min-height:350px}.model-stage .hero-model{width:330px;height:355px}.how h2{font-size:56px}.how li{grid-template-columns:44px 1fr}.how li span{font-size:13px;line-height:1.5}}.hero-brand-selector{position:relative}.hero-brand-button{position:relative;z-index:2;transition:transform .42s cubic-bezier(.2,.8,.2,1),opacity .35s ease,border-color .35s ease;background:#0c110d}.hero-brand-button.active{background:transparent;box-shadow:none;border-color:transparent}.brand-glider{position:absolute;z-index:1;left:0;top:0;border:1px solid var(--acid);border-radius:18px;background:linear-gradient(145deg,#293b2e,#111914);box-shadow:0 14px 34px #0008,0 0 0 2px #c8ff3220,0 0 26px #c8ff3214;pointer-events:none}.brand-glider.animate{transition:transform .58s cubic-bezier(.22,.8,.22,1),width .42s ease,height .42s ease}.hero-brand-button.brand-leaving{opacity:.62;transform:scale(.96)}.hero-brand-button.brand-arriving{animation:brandArriveSoft .62s cubic-bezier(.2,.8,.2,1)}.hero-brand-button.active img{transform:scale(1.06);transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .4s ease}.hero-brand-button.active span{transition:color .4s ease}.hero-brand-jump{min-width:340px;min-height:64px;padding:10px 11px 10px 25px;font-size:16px}.hero-brand-jump b{width:44px;height:44px;font-size:21px}@keyframes brandArriveSoft{0%{transform:scale(.96);opacity:.72}55%{transform:translateY(-2px) scale(1.025)}to{transform:translateY(-3px) scale(1);opacity:1}}@media(max-width:760px){.brand-glider{border-radius:15px}.hero-brand-jump{min-height:62px;padding-left:21px;font-size:15px}.hero-brand-jump b{width:43px;height:43px}}@media(prefers-reduced-motion:reduce){.brand-glider.animate,.hero-brand-button,.hero-brand-button.active img{transition:none}.hero-brand-button.brand-arriving{animation:none}}.catalog-product-card.is-out-of-stock{order:99}.catalog-product-card.is-out-of-stock .full-image-card>img{opacity:.42;filter:grayscale(.8) drop-shadow(0 18px 16px #0008)!important}.out-of-stock-state{position:absolute;z-index:6;inset:7% 7% 22%;display:grid;place-items:center;pointer-events:none}.out-of-stock-state img{width:min(86%,220px);height:min(82%,210px);object-fit:contain;filter:drop-shadow(0 12px 22px #000b)}.out-of-stock-state strong{padding:9px 14px;border:1px solid #ff9b9b55;border-radius:99px;background:#5e1010dd;color:#fff;font:800 11px Manrope;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 10px 24px #0008}.catalog-product-card.is-out-of-stock .card-overlay{border-color:#ff8c8c33}.catalog-product-card.is-out-of-stock .card-overlay:after{content:"Fora de estoque";display:inline-flex;margin-top:7px;padding:4px 7px;border-radius:99px;background:#742020;color:#ffd8d8;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero-brand-jump{position:relative;overflow:hidden}.hero-brand-jump:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,var(--acid),#75e8bc);transform:scaleX(0);transform-origin:left}.hero.brand-cycle-running .hero-brand-jump:after{animation:brandCycleProgress 5s linear forwards}@keyframes brandCycleProgress{to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.hero.brand-cycle-running .hero-brand-jump:after{animation:none;transform:scaleX(1)}}.brand-product-row .product-card{flex-basis:clamp(290px,28vw,380px)}.brand-product-row .product-visual,.brand-product-row .full-image-card{height:420px!important;min-height:420px}.has-cart-footer{padding-bottom:105px}.cart-footer-bar{position:fixed;z-index:45;left:50%;bottom:max(12px,env(safe-area-inset-bottom));width:min(760px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 13px 12px 21px;border:1px solid #6e8d75;border-radius:22px;background:linear-gradient(135deg,#24372a,#101712 55%,#070a08);box-shadow:0 20px 60px #000c,0 0 0 1px #ffffff0b;transform:translate(-50%);color:#fff}.cart-footer-bar[hidden]{display:none}.cart-footer-bar>div{display:flex;align-items:center;gap:17px}.cart-footer-bar>div span{color:#b8c3ba;font-size:12px}.cart-footer-bar>div span i{font-style:normal}.cart-footer-bar>div span b{display:inline-grid;place-items:center;min-width:25px;height:25px;margin-right:6px;padding:0 6px;border-radius:99px;background:var(--acid);color:#10120f}.cart-footer-bar>div strong{font:800 18px Manrope;color:var(--acid)}.cart-footer-bar>button{display:flex;align-items:center;gap:30px;border:0;border-radius:15px;padding:14px 17px;background:var(--acid);color:#10120f;font-weight:800;cursor:pointer}.cart-footer-bar>button span{font-size:18px}.cart-added-dialog{position:fixed;z-index:46;left:50%;bottom:98px;width:min(560px,calc(100% - 28px));padding:17px;border:1px solid #52695a;border-radius:20px;background:#101612f5;color:#fff;box-shadow:0 24px 70px #000d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translate(-50%,30px) scale(.98);transition:opacity .28s ease,transform .38s cubic-bezier(.2,.8,.2,1),visibility .28s}.cart-added-dialog.open{opacity:1;visibility:visible;transform:translate(-50%) scale(1)}.cart-added-dialog>div:first-child{display:flex;align-items:center;gap:12px}.cart-added-dialog>div:first-child>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--acid);color:#10120f;font-weight:900}.cart-added-dialog p{display:grid;gap:3px;margin:0}.cart-added-dialog p strong{font:800 15px Manrope}.cart-added-dialog p small{color:#aeb8b0}.cart-added-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.cart-added-actions button{border:1px solid #ffffff1c;border-radius:13px;padding:13px 12px;background:#ffffff08;color:#fff;font-weight:700;cursor:pointer}.cart-added-actions button:last-child{border-color:var(--acid);background:var(--acid);color:#10120f}.has-cart-footer .toast{bottom:112px}@media(max-width:760px){.brand-product-row .product-card{flex-basis:min(88vw,390px)}.brand-product-row .product-visual,.brand-product-row .full-image-card{height:420px!important;min-height:420px}.brand-product-row .card-overlay{left:5%;right:5%;padding:14px 15px}.brand-product-row .card-overlay h3{font-size:18px}.brand-product-row .card-overlay p{font-size:10px}.brand-product-row .card-overlay strong{font-size:15px}.has-cart-footer{padding-bottom:94px}.cart-footer-bar{bottom:max(8px,env(safe-area-inset-bottom));width:calc(100% - 16px);padding:9px 9px 9px 13px;border-radius:18px}.cart-footer-bar>div{display:grid;gap:1px}.cart-footer-bar>div span{font-size:10px}.cart-footer-bar>div strong{font-size:15px}.cart-footer-bar>button{gap:15px;padding:13px 14px;font-size:12px}.cart-added-dialog{bottom:86px;width:calc(100% - 16px);padding:14px;border-radius:17px}.cart-added-actions{grid-template-columns:1fr}.cart-added-actions button{padding:12px}.has-cart-footer .toast{bottom:102px}}@media(prefers-reduced-motion:reduce){.cart-added-dialog{transition:none}}.access-gate{transition:opacity .16s ease,visibility .16s ease}.banner-slider{padding:clamp(24px,4vw,54px) clamp(20px,4vw,64px);background:#0d100e}.banner-slider[hidden]{display:none}.banner-viewport{position:relative;overflow:hidden;width:min(1400px,100%);margin:auto;border:1px solid #ffffff14;border-radius:clamp(18px,2vw,30px);background:#080b09;box-shadow:0 24px 70px #0008}.banner-track{display:flex;transition:transform .72s cubic-bezier(.22,.8,.22,1);touch-action:pan-y}.banner-slide{position:relative;flex:0 0 100%;display:block;aspect-ratio:16/6;overflow:hidden}.banner-slide>img{width:100%;height:100%;display:block;object-fit:cover}.banner-shade{position:absolute;inset:0;background:linear-gradient(90deg,#030504e8 0%,#03050475 48%,transparent 78%)}.banner-copy{position:absolute;z-index:2;left:clamp(22px,5vw,72px);top:50%;width:min(500px,58%);display:grid;gap:12px;transform:translateY(-50%);color:#fff}.banner-copy strong{font:800 clamp(27px,4vw,58px)/.95 Manrope;letter-spacing:-.055em}.banner-copy p{margin:0;color:#d0d7d0;font-size:clamp(12px,1.4vw,17px);line-height:1.45}.banner-copy b{width:max-content;margin-top:4px;padding:10px 15px;border-radius:99px;background:var(--acid);color:#10120f;font-size:12px}.banner-arrow{position:absolute;z-index:4;top:50%;width:44px;height:44px;border:1px solid #ffffff2b;border-radius:50%;background:#070a08b8;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%);cursor:pointer}.banner-arrow:hover{background:var(--acid);color:#10120f}.banner-prev{left:14px}.banner-next{right:14px}.banner-dots{position:absolute;z-index:4;left:50%;bottom:14px;display:flex;gap:7px;transform:translate(-50%)}.banner-dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:#fff6;cursor:pointer;transition:width .25s ease,background .25s ease}.banner-dots button.active{width:25px;background:var(--acid)}@media(max-width:760px){.banner-slider{padding:18px 12px}.banner-viewport{border-radius:19px}.banner-slide{aspect-ratio:16/10}.banner-copy{left:20px;width:68%;gap:7px}.banner-copy strong{font-size:clamp(22px,8vw,34px)}.banner-copy p{font-size:11px}.banner-copy b{padding:8px 11px;font-size:10px}.banner-arrow{width:36px;height:36px}.banner-prev{left:8px}.banner-next{right:8px}.banner-dots{bottom:9px}}@media(prefers-reduced-motion:reduce){.banner-track,.banner-dots button{transition:none}}.banner-slide{padding:0;border:0;background:transparent;text-align:left;cursor:pointer;color:inherit}
