:root{--ink:#111a31;--muted:#667085;--blue:#2463eb;--blue-dark:#1743a1;--line:#e0e6f0;--soft:#f4f7fd;--white:#fff;--black:#050505;--green:#14935f;--red:#b42338;--shadow:0 22px 60px rgba(20,38,77,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff;line-height:1.55}body.locked{overflow:hidden}h1,h2,h3{font-family:"Manrope",sans-serif;line-height:1.12}a{color:inherit}button,input,textarea{font:inherit}.store-container{width:min(1160px,calc(100% - 40px));margin:auto}.skip-link{position:fixed;top:-70px;left:15px;z-index:100;padding:10px 16px;background:#fff;color:#000;border-radius:8px}.skip-link:focus{top:12px}.store-header{position:sticky;top:0;z-index:30;background:var(--black);color:#fff;border-bottom:1px solid #222}.store-nav{height:86px;display:grid;grid-template-columns:180px 1fr 180px;align-items:center}.store-brand{width:150px;height:76px;display:flex;align-items:center;overflow:hidden}.store-brand img{display:block;width:150px}.store-nav nav{display:flex;justify-content:center;gap:30px}.store-nav nav a{color:#bfc7d8;text-decoration:none;font-size:.88rem;font-weight:800}.store-nav nav a.active,.store-nav nav a:hover{color:#fff}.cart-button{justify-self:end;border:1px solid #343b4a;border-radius:13px;background:#111;color:#fff;padding:11px 14px;font-weight:900;cursor:pointer}.cart-button b{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:6px;border-radius:99px;background:var(--blue);font-size:.72rem}.store-hero{padding:78px 0;background:radial-gradient(circle at 82% 20%,rgba(36,99,235,.24),transparent 32%),linear-gradient(135deg,#071023,#111d3b);color:#fff;overflow:hidden}.store-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.store-kicker{color:#6095ff;font-size:.7rem;font-weight:900;letter-spacing:.15em}.store-hero h1{font-size:clamp(2.8rem,5.8vw,5.25rem);letter-spacing:-.055em;margin:13px 0 20px;max-width:740px}.store-hero p{font-size:1.08rem;color:#bac8e8;max-width:620px}.store-trust{display:flex;gap:18px;flex-wrap:wrap;margin:25px 0}.store-trust span{font-size:.8rem;color:#d6e1f8}.primary-button,.checkout-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:14px 21px;background:var(--blue);color:#fff;text-decoration:none;font-weight:900;cursor:pointer;box-shadow:0 13px 26px rgba(36,99,235,.27)}.hero-product{position:relative;min-height:410px;display:grid;place-items:center}.hero-product:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}.hero-product img{position:relative;width:390px;filter:drop-shadow(0 30px 40px rgba(0,0,0,.35));border-radius:36px}.hero-product span{position:absolute;right:8%;bottom:10%;padding:9px 13px;border-radius:99px;background:#fff;color:#17346d;font-size:.68rem;font-weight:900;letter-spacing:.12em}.store-benefits{border-bottom:1px solid var(--line);background:#fff}.store-benefits>.store-container{display:grid;grid-template-columns:repeat(3,1fr)}.store-benefits article{display:flex;align-items:center;gap:13px;padding:24px;border-right:1px solid var(--line)}.store-benefits article:last-child{border:0}.store-benefits article>span{font-size:1.4rem}.store-benefits strong,.store-benefits small{display:block}.store-benefits small{color:var(--muted);font-size:.78rem}.store-section{padding:80px 0 95px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.section-heading h2{font-size:clamp(2rem,4vw,3.2rem);margin:8px 0}.section-heading p{margin:0;color:var(--muted)}.tracking-link{color:var(--blue);font-weight:900;text-decoration:none}.store-filters{display:flex;gap:9px;flex-wrap:wrap;margin:34px 0}.store-filters button{border:1px solid var(--line);border-radius:99px;padding:9px 15px;background:#fff;color:#4b5871;font-weight:800;cursor:pointer}.store-filters button.active{background:var(--ink);border-color:var(--ink);color:#fff}.store-loading{text-align:center;padding:45px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:0 12px 35px rgba(20,38,77,.07)}.product-media{position:relative;height:250px;display:grid;place-items:center;background:linear-gradient(145deg,#edf3ff,#dbe7ff)}.product-media.three-d{background:linear-gradient(145deg,#f5f0ff,#e6dcff)}.product-media img{width:100%;height:100%;object-fit:cover}.product-icon{font-size:5rem;filter:drop-shadow(0 12px 14px rgba(24,43,84,.18))}.product-badge{position:absolute;top:15px;left:15px;padding:6px 9px;border-radius:99px;background:#0d1a38;color:#fff;font-size:.6rem;font-weight:900;letter-spacing:.09em}.stock-badge{position:absolute;right:15px;bottom:15px;padding:5px 8px;border-radius:99px;background:rgba(255,255,255,.9);font-size:.67rem;font-weight:900;color:#356046}.stock-badge.low{color:#a15c14}.product-content{display:flex;flex:1;flex-direction:column;padding:23px}.product-content small{color:var(--blue);font-weight:900;font-size:.64rem;letter-spacing:.12em}.product-content h3{margin:7px 0;font-size:1.2rem}.product-content p{margin:0;color:var(--muted);font-size:.86rem}.product-buy{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:auto;padding-top:22px}.product-price strong{display:block;font:800 1.35rem "Manrope"}.product-price span{color:var(--muted);font-size:.7rem}.add-button{border:0;border-radius:11px;padding:11px 13px;background:var(--blue);color:#fff;font-weight:900;cursor:pointer}.add-button:disabled{background:#a8b2c6;cursor:not-allowed}.store-help{padding:60px 0;background:#f0f5ff}.store-help>.store-container{display:flex;align-items:center;justify-content:space-between;gap:35px}.store-help h2{font-size:clamp(1.8rem,4vw,3rem);margin:7px 0}.store-help p{color:var(--muted)}.store-help a{padding:13px 20px;border-radius:13px;background:#101d39;color:#fff;text-decoration:none;font-weight:900}.store-footer{padding:45px 0;background:#050505;color:#fff}.store-footer>.store-container{display:flex;align-items:center;justify-content:space-between;gap:25px}.store-footer img{width:140px}.store-footer p{color:#9ea8bb}.store-footer div div{display:flex;gap:20px}.store-footer a{color:#bbc4d4;font-size:.8rem;text-decoration:none}.drawer-overlay,.checkout-overlay{position:fixed;inset:0;z-index:49;background:rgba(2,7,18,.68);backdrop-filter:blur(3px)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:50;width:min(440px,100%);display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.2);transform:translateX(102%);transition:.25s ease}.cart-drawer.open{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:23px;border-bottom:1px solid var(--line)}.cart-head small{color:var(--blue);font-weight:900;letter-spacing:.1em}.cart-head h2{margin:3px 0}.cart-head button,.checkout-close{border:0;background:#edf1f7;border-radius:50%;width:38px;height:38px;cursor:pointer}.cart-items{overflow:auto;padding:13px 22px}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item-media{width:58px;height:58px;display:grid;place-items:center;border-radius:12px;background:#eaf0ff;overflow:hidden}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-media span{font-size:1.6rem}.cart-item strong,.cart-item small{display:block}.cart-item small{color:var(--muted)}.quantity{display:flex;align-items:center;gap:8px;margin-top:7px}.quantity button{width:26px;height:26px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.remove-item{border:0;background:none;color:var(--red);font-size:.72rem;cursor:pointer}.cart-empty{display:grid;place-items:center;text-align:center;margin:auto;padding:30px}.cart-empty span{font-size:3rem}.cart-empty p{color:var(--muted)}.cart-summary{margin-top:auto;padding:22px;border-top:1px solid var(--line);background:#f8faff}.cart-summary>div{display:flex;justify-content:space-between;font-size:1.1rem}.cart-summary small{display:block;color:var(--muted);margin:7px 0 15px}.cart-summary .checkout-button{width:100%}.checkout-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px}.checkout-box{position:relative;z-index:61;width:min(1050px,100%);max-height:94vh;overflow:auto;padding:34px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.checkout-close{position:absolute;right:20px;top:20px}.checkout-box h2{font-size:2rem;margin:7px 0}.checkout-intro{color:var(--muted)}.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:30px;margin-top:25px}.checkout-form h3,.order-review h3{margin:23px 0 12px}.checkout-form h3:first-child,.order-review h3:first-child{margin-top:0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field-grid label{display:grid;gap:5px;font-size:.75rem;font-weight:900}.field-grid .wide{grid-column:1/-1}.field-grid input,.field-grid textarea{width:100%;padding:12px;border:1px solid #ccd6e7;border-radius:10px;background:#fff}.field-grid input:focus,.field-grid textarea:focus{outline:3px solid #dce7ff;border-color:var(--blue)}.payment-choice{display:flex;gap:13px;padding:15px;margin:20px 0;border:1px solid #bfd0ff;border-radius:13px;background:#f3f7ff}.payment-choice span{font-size:1.4rem}.payment-choice strong,.payment-choice small{display:block}.payment-choice small{color:var(--muted)}.checkout-consent{display:flex;gap:9px;align-items:flex-start;font-size:.78rem}.checkout-consent input{margin-top:3px}.checkout-form>.checkout-button{width:100%;margin-top:16px}.checkout-button:disabled{opacity:.6;cursor:wait}.checkout-message{padding:12px;margin-top:12px;border-radius:9px;background:#fff0f2;color:var(--red);font-size:.8rem}.order-review{align-self:start;position:sticky;top:0;padding:20px;border-radius:16px;background:#f4f7fc}.review-item{display:flex;justify-content:space-between;gap:15px;padding:8px 0;font-size:.78rem}.review-line{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #dce3ef}.review-line.total{font-size:1.15rem}.checkout-success{text-align:center;padding:20px 4%}.success-icon{display:grid;place-items:center;width:65px;height:65px;margin:0 auto 15px;border-radius:50%;background:#ddf8e9;color:var(--green);font-size:2rem;font-weight:900}.checkout-success h2{font-size:2.2rem}.pix-box{display:grid;grid-template-columns:210px 1fr;gap:25px;align-items:center;text-align:left;margin:25px auto;padding:20px;max-width:700px;border:1px solid var(--line);border-radius:17px;background:#f8faff}.pix-box #pixQr{width:200px;height:200px;padding:5px;background:#fff}.pix-box #pixQr img,.pix-box #pixQr canvas{max-width:100%;height:auto!important}.pix-box textarea{width:100%;min-height:88px;padding:10px;border:1px solid #cbd6e7;border-radius:9px;resize:none;font-size:.72rem}.pix-box button{margin-top:8px;border:0;border-radius:9px;padding:10px 13px;background:var(--ink);color:#fff;font-weight:900;cursor:pointer}.pix-support{display:flex;gap:15px;text-align:left;max-width:650px;margin:25px auto;padding:20px;border-radius:15px;background:#f1f6ff}.pix-support span{font-size:1.6rem}.pix-support p{margin:4px 0;color:var(--muted)}.success-actions{display:flex;justify-content:center;align-items:center;gap:18px}.success-actions>a:last-child{color:var(--blue);font-weight:900}.store-error{grid-column:1/-1;padding:35px;text-align:center;border-radius:15px;background:#fff0f2;color:var(--red)}@media(max-width:900px){.store-nav{grid-template-columns:1fr auto}.store-nav nav{display:none}.store-hero-grid{grid-template-columns:1fr}.hero-product{min-height:300px}.hero-product img{width:320px}.product-grid{grid-template-columns:repeat(2,1fr)}.checkout-layout{grid-template-columns:1fr}.order-review{position:static;order:-1}.store-footer>.store-container,.store-help>.store-container{flex-direction:column;text-align:center}.store-footer div div{flex-wrap:wrap;justify-content:center}}@media(max-width:620px){.store-container{width:min(100% - 28px,1160px)}.store-header,.store-nav{height:70px}.store-brand,.store-brand img{width:125px}.store-hero{padding:55px 0}.store-hero h1{font-size:2.75rem}.hero-product{display:none}.store-benefits>.store-container{grid-template-columns:1fr}.store-benefits article{border-right:0;border-bottom:1px solid var(--line);padding:16px 5px}.section-heading{display:block}.tracking-link{display:inline-block;margin-top:18px}.product-grid{grid-template-columns:1fr}.store-section{padding:60px 0}.product-media{height:220px}.checkout-modal{padding:0}.checkout-box{height:100%;max-height:none;border-radius:0;padding:25px 16px}.field-grid{grid-template-columns:1fr}.field-grid .wide{grid-column:auto}.pix-box{grid-template-columns:1fr;text-align:center}.pix-box #pixQr{margin:auto}.success-actions{flex-direction:column}.store-footer div div{display:grid}.cart-button{font-size:0}.cart-button span,.cart-button b{font-size:.78rem}}
