:root{--blue:#071cdd;--blue-dark:#071cdd;--blue-soft:#eaf4ff;--green:#25d366;--text:#1d2b3a;--muted:#697789;--border:#e4e9ef;--shadow:0 8px 28px rgba(25,54,93,.10);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#f6f8fb}button,input{font:inherit}.topbar{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:white;position:sticky;top:0;z-index:20;box-shadow:0 4px 18px rgba(2,18,255,0.25)}.topbar-inner{max-width:1240px;margin:auto;min-height:74px;padding:10px 20px;display:flex;align-items:center;gap:20px}.logo{display:flex;align-items:center;gap:12px;min-width:230px}.logo-mark{width:50px;height:50px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:22px;box-shadow:inset 0 0 0 5px rgba(17,103,200,.12)}.logo-img{width:180px;height:60px;object-fit:contain}.logo strong{display:block;font-size:21px;letter-spacing:.2px}.logo small{opacity:.8}.search{flex:1;position:relative}.search input{width:100%;border:none;border-radius:999px;padding:14px 48px 14px 18px;outline:none;box-shadow:0 4px 15px rgba(0,0,0,.12)}.search span{position:absolute;right:17px;top:50%;transform:translateY(-50%);color:#5c6876}.cart-button{flex:0 0 auto;white-space:nowrap;border:none;background:#fff;color:var(--blue-dark);border-radius:999px;padding:12px 17px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:9px;margin-left:auto;box-shadow:0 4px 15px rgba(0,0,0,.12)}.badge{width:24px;height:24px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-size:12px}.hero{background:white;border-bottom:1px solid var(--border)}.hero-inner{max-width:1240px;margin:auto;padding:34px 20px 27px;text-align:center}.hero h1{margin:0;font-size:clamp(26px,4vw,42px);color:var(--blue-dark)}.hero p{margin:10px auto 0;max-width:730px;color:var(--muted);font-size:17px;line-height:1.55}.company-tag{display:inline-flex;align-items:center;gap:8px;margin-top:16px;background:var(--blue-soft);color:var(--blue-dark);padding:9px 14px;border-radius:999px;font-weight:700;font-size:13px}.categories-wrap{background:white;border-bottom:1px solid var(--border);position:sticky;top:74px;z-index:15}.categories{max-width:1240px;margin:auto;padding:13px 20px;display:flex;gap:10px;overflow:auto;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.category{border:1px solid var(--border);background:white;color:#47566a;border-radius:999px;padding:9px 15px;white-space:nowrap;cursor:pointer;font-weight:700}.category.active{background:var(--blue);color:#fff;border-color:var(--blue)}main{max-width:1240px;margin:auto;padding:30px 20px 80px}.section-title{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}.section-title h2{margin:0;font-size:25px}.section-title span{color:var(--muted);font-size:14px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 14px rgba(34,61,95,.06);transition:.2s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{height:220px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#eef5fb);position:relative;overflow:hidden}.product-image .emoji{font-size:88px;filter:drop-shadow(0 12px 12px rgba(0,0,0,.12))}.stock{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:999px;background:#e9fbf0;color:#168645;font-weight:800;font-size:11px}.card-content{padding:17px;display:flex;flex-direction:column;flex:1}.ref{color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}.card h3{font-size:16px;line-height:1.35;margin:8px 0 7px;min-height:44px}.meta{font-size:13px;color:var(--muted);margin-bottom:14px}.price{font-size:23px;font-weight:900;margin-top:auto;color:#132b46}.unit{font-size:12px;color:var(--muted);font-weight:600}.discount-badge{position:absolute;left:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#dc2626;color:#fff;font-size:12px;font-weight:900;box-shadow:0 5px 14px rgba(220,38,38,.24)}.price-with-discount{display:grid;gap:3px}.old-price{font-size:13px;font-weight:700;color:var(--muted);text-decoration:line-through}.promotional-price{font-size:23px;font-weight:900;color:#b91c1c}.variation-price-stack{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.variation-old-price{font-size:14px;color:var(--muted);text-decoration:line-through;font-weight:700}.variation-new-price{font-size:22px;color:#b91c1c;font-weight:900}.actions{margin-top:14px;display:flex;align-items:center;gap:10px}.qty{display:flex;border:1px solid var(--border);border-radius:12px;overflow:hidden;height:42px}.qty button{width:34px;border:none;background:#f5f7fa;cursor:pointer;font-weight:900}.qty input{width:38px;border:none;text-align:center;outline:none;font-weight:800}.add{flex:1;height:42px;border:none;border-radius:12px;background:var(--blue);color:white;font-weight:900;cursor:pointer}.add:hover{background:var(--blue-dark)}.add{position:relative;z-index:5;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:rgba(7,28,221,.18);user-select:none;-webkit-user-select:none}.add:active{transform:scale(.985)}.empty-state{display:none;text-align:center;padding:80px 20px;color:var(--muted)}.overlay{position:fixed;inset:0;background:rgba(15,28,43,.44);opacity:0;pointer-events:none;transition:.2s;z-index:30}.overlay.show{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:-470px;width:min(450px,100%);height:100%;background:#fff;z-index:40;transition:.25s ease;display:flex;flex-direction:column;box-shadow:-10px 0 32px rgba(0,0,0,.16)}.drawer.open{right:0}.drawer-header{padding:21px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.drawer-header h2{margin:0}.close{border:none;background:#eef2f6;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:20px}.cart-list{padding:15px 20px;overflow:auto;flex:1}.cart-empty{height:100%;display:grid;place-items:center;text-align:center;color:var(--muted)}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);align-items:center}.cart-thumb{height:58px;border-radius:13px;background:var(--blue-soft);display:grid;place-items:center;font-size:27px}.cart-item strong{display:block;font-size:14px}.cart-item small{color:var(--muted)}.remove{border:none;background:none;color:#d33434;cursor:pointer;font-size:18px}.drawer-footer{border-top:1px solid var(--border);padding:20px;background:#fff}.total{display:flex;justify-content:space-between;margin-bottom:15px;font-size:18px}.total strong{font-size:22px}.footer-actions{display:grid;gap:10px}.whatsapp,.clear{border:none;border-radius:13px;padding:14px 16px;font-weight:900;cursor:pointer}.whatsapp{background:var(--green);color:#fff}.clear{background:#eef2f6;color:#465568}footer{background:#0e3158;color:#fff;padding:30px 20px;text-align:center}footer a{color:#fff}.floating-cart{display:none;position:fixed;right:18px;bottom:18px;border:none;background:var(--green);color:white;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.22);z-index:18}.variation-modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:18px}.variation-modal.open{display:flex}.variation-backdrop{position:absolute;inset:0;background:rgba(15,28,43,.58);z-index:0}.variation-box{position:relative;z-index:2;width:min(560px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 25px 70px rgba(0,0,0,.28);padding:23px}.variation-top{display:flex;gap:15px;align-items:center;padding-bottom:17px;border-bottom:1px solid var(--border)}.variation-icon{width:76px;height:76px;flex:0 0 76px;border-radius:18px;background:var(--blue-soft);display:grid;place-items:center;font-size:39px}.variation-top h3{margin:0 38px 5px 0;font-size:20px}.variation-top small{color:var(--muted)}.variation-close{position:absolute;right:17px;top:17px;width:38px;height:38px;border:none;border-radius:50%;background:#eef2f6;cursor:pointer;font-size:21px}.variation-label{display:block;margin:20px 0 10px;font-weight:900;font-size:14px}.variation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.variation-option{border:2px solid var(--border);background:#fff;border-radius:14px;padding:13px;text-align:left;cursor:pointer;transition:.18s}.variation-option:hover{border-color:#9dc8f3;background:#f7fbff}.variation-option.selected{border-color:var(--blue);background:var(--blue-soft);box-shadow:0 0 0 3px rgba(17,103,200,.08)}.variation-option strong{display:block;font-size:14px;margin-bottom:4px}.variation-option small{color:var(--muted)}.variation-summary{margin-top:18px;padding:14px;background:#f6f8fb;border-radius:14px;display:flex;justify-content:space-between;gap:15px;align-items:center}.variation-summary span{font-size:13px;color:var(--muted)}.variation-summary strong{font-size:20px}.variation-bottom{display:flex;gap:12px;margin-top:15px}.variation-bottom .qty{height:48px;flex:0 0 130px}.variation-confirm{flex:1;border:none;border-radius:15px;min-height:58px;padding:16px 22px;background:var(--blue);color:white;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(7,28,221,.22);touch-action:manipulation}.variation-hint{font-size:12px;color:var(--muted);margin-top:9px}.variation-confirm,.modal-qty-button{position:relative;z-index:8;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.variation-confirm{cursor:pointer;pointer-events:auto;-webkit-touch-callout:none}.variation-bottom{position:relative;z-index:10}.variation-bottom .qty{overflow:visible;position:relative;z-index:11}.variation-bottom .qty .modal-qty-button{min-width:52px;width:52px;min-height:52px;height:100%;display:grid;place-items:center;border:none;font-size:24px;line-height:1;font-weight:900;cursor:pointer;pointer-events:auto}.variation-bottom .qty .modal-qty-button:active,.variation-confirm:active{transform:scale(.98)}@media(max-width:500px){.variation-grid{grid-template-columns:1fr}.variation-bottom{flex-direction:column}.variation-bottom .qty{flex-basis:52px}.variation-confirm{width:100%;min-height:62px;font-size:17px}}@media(max-width:1000px){.products{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.topbar-inner{flex-wrap:wrap;gap:10px}.logo{min-width:auto;flex:1}.logo small{display:none}.search{order:3;flex-basis:100%}.cart-button{display:none}.categories-wrap{top:128px}.products{grid-template-columns:repeat(2,1fr);gap:13px}.product-image{height:170px}.product-image .emoji{font-size:65px}.card-content{padding:13px}.card h3{font-size:14px}.actions{flex-direction:column;align-items:stretch}.qty{justify-content:center}.qty input{flex:1}.floating-cart{display:block}}@media(max-width:430px){.products{grid-template-columns:1fr}.product-image{height:230px}.logo strong{font-size:18px}}body.dark-theme{--bg:#111827;--surface:#1f2937;--text:#f3f4f6;--muted:#9ca3af;--border:#374151;background:#111827;color:#f3f4f6}body.dark-theme header,body.dark-theme .product-card,body.dark-theme .modal-card,body.dark-theme .cart-drawer,body.dark-theme .contact-section,body.dark-theme input,body.dark-theme select{background:#1f2937 !important;color:#f3f4f6 !important;border-color:#374151 !important}.theme-toggle{border:1px solid #dbe1ef;background:#fff;color:#172033;border-radius:10px;padding:10px 13px;font-weight:700;cursor:pointer}body.dark-theme .theme-toggle{background:#1f2937;color:#f3f4f6;border-color:#374151}.contact-section{max-width:1200px;margin:35px auto;padding:28px;background:#fff;border:1px solid #e4e8f0;border-radius:18px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;margin-top:18px}.contact-card{display:block;padding:16px;border:1px solid #e4e8f0;border-radius:14px;text-decoration:none;color:inherit}.contact-card strong{display:block;margin-bottom:5px}.contact-disabled{opacity:.65;cursor:default}.contact-card span{display:block;overflow-wrap:anywhere}.seller-choice-modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:18px}.seller-choice-modal.open{display:flex}.seller-choice-backdrop{position:absolute;inset:0;background:rgba(15,28,43,.65)}.seller-choice-box{position:relative;width:min(480px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:24px;box-shadow:0 25px 70px rgba(0,0,0,.30)}body.dark-theme .seller-choice-box{background:#1f2937;color:#f3f4f6}.seller-choice-close{position:absolute;top:13px;right:15px;width:36px;height:36px;border:none;border-radius:50%;font-size:23px;cursor:pointer;background:#eef2f6}.seller-choice-list{display:grid;gap:10px;margin-top:20px}.seller-choice-button{width:100%;padding:14px 16px;border:none;border-radius:13px;background:var(--blue);color:#fff;font-weight:900;cursor:pointer;text-align:left}.seller-choice-button.random{background:#eef2f6;color:#26384d;text-align:center}body.dark-theme .seller-choice-button.random{background:#374151;color:#fff}:root{--blue:#172033;--blue-dark:#0f172a;--blue-soft:#f2f4f7;--green:#202a3b;--text:#1b2430;--muted:#6b7280;--border:#e5e7eb;--surface:#ffffff;--surface-soft:#f7f8fa;--shadow:0 16px 40px rgba(15,23,42,.07);--shadow-hover:0 20px 48px rgba(15,23,42,.11);--radius:20px}body{background:#f7f8fa;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.01em}.topbar{background:rgba(255,255,255,.94);color:var(--text);box-shadow:none;border-bottom:1px solid rgba(229,231,235,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.topbar-inner{max-width:1380px;min-height:82px;padding:12px 28px;gap:18px}.logo{min-width:250px;gap:13px}.logo-img{width:126px;height:50px}.logo strong{font-size:15px;letter-spacing:-.01em}.logo small{color:var(--muted);opacity:1;font-size:12px}.search{max-width:650px;margin:0 auto}.search input{height:48px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);border-radius:14px;padding:0 48px 0 17px;box-shadow:none;transition:.2s ease}.search input:focus{background:#fff;border-color:#aab2bf;box-shadow:0 0 0 4px rgba(15,23,42,.05)}.search span{color:#9299a5;font-size:20px}.topbar a[href="#contato"]{color:#566070 !important;font-size:14px;padding:10px 5px}.theme-toggle{height:42px;border:1px solid var(--border);background:#fff;color:#4b5563;border-radius:12px;padding:0 14px;font-size:13px;font-weight:700}.cart-button{height:44px;background:#172033;color:#fff;border-radius:12px;padding:0 16px;box-shadow:none;font-size:14px}.badge{width:21px;height:21px;background:#fff;color:#172033;font-size:11px}.hero{background:#fff;border-bottom:1px solid var(--border)}.hero-inner{max-width:920px;padding:64px 24px 58px}.hero-eyebrow{display:inline-block;margin-bottom:18px;color:#697386;font-size:11px;line-height:1;letter-spacing:.18em;font-weight:800}.hero h1{max-width:820px;margin:0 auto;color:#141b27;font-size:clamp(34px,5vw,60px);line-height:1.04;letter-spacing:-.045em;font-weight:780}.hero p{max-width:680px;margin-top:20px;color:#697386;font-size:17px;line-height:1.65}.company-tag{margin-top:24px;background:transparent;color:#6b7280;padding:0;font-size:12px;font-weight:650}.company-tag span{width:7px;height:7px;border-radius:50%;background:#6f8b72;box-shadow:0 0 0 5px rgba(111,139,114,.10)}.categories-wrap{top:82px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.categories{max-width:1380px;padding:0 28px;gap:28px;min-height:58px;align-items:center}.category{position:relative;border:none;background:transparent;color:#6b7280;border-radius:0;padding:19px 0 17px;font-size:13px;font-weight:650}.category::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#172033;transform:scaleX(0);transition:.2s ease}.category:hover{color:#202938}.category.active{background:transparent;color:#172033;border-color:transparent}.category.active::after{transform:scaleX(1)}main{max-width:1380px;padding:42px 28px 96px}.section-title{margin-bottom:24px;align-items:center}.section-title h2{color:#202733;font-size:22px;letter-spacing:-.025em}.section-title span{display:block;margin-top:5px;color:#8a919d;font-size:13px}.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card{border:1px solid #e8eaee;border-radius:20px;box-shadow:none;background:#fff;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.card:hover{transform:translateY(-3px);border-color:#d6dae0;box-shadow:var(--shadow-hover)}.product-image{height:246px;background:#f5f6f8;border-bottom:1px solid #eceef1}.product-image img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .3s ease}.card:hover .product-image img{transform:scale(1.025)}.product-image .emoji{font-size:72px;filter:none}.stock{top:14px;left:14px;padding:6px 9px;background:rgba(255,255,255,.92);color:#657066;border:1px solid #e4e8e4;font-size:10px;letter-spacing:.02em;box-shadow:0 4px 14px rgba(15,23,42,.05)}.card-content{padding:18px}.ref{color:#8a919d;font-size:10px;letter-spacing:.12em}.card h3{min-height:44px;margin:8px 0 8px;color:#242c39;font-size:15px;line-height:1.45;font-weight:720}.meta{margin-bottom:15px;color:#858c98;font-size:12px}.price{color:#171e29;font-size:22px;letter-spacing:-.03em}.unit{color:#8a919d}.actions{margin-top:16px;gap:9px}.qty{height:42px;border-color:#e3e6ea;border-radius:11px;background:#fff}.qty button{background:#f7f8fa;color:#555f6d}.add{height:42px;border-radius:11px;background:#172033;font-size:13px;font-weight:750;transition:.18s ease}.add:hover{background:#2a3548}.overlay{background:rgba(15,23,42,.48);backdrop-filter:blur(3px)}.drawer{width:min(480px,100%);right:-500px;box-shadow:-24px 0 70px rgba(15,23,42,.17)}.drawer-header{padding:24px 25px}.drawer-header h2{font-size:21px;letter-spacing:-.025em}.close,.variation-close,.seller-choice-close{background:#f3f4f6;color:#4b5563}.cart-list{padding:8px 24px}.cart-item{grid-template-columns:68px 1fr auto;gap:14px;padding:17px 0}.cart-thumb{width:68px;height:68px;border:1px solid #eceef1;border-radius:14px;background:#f6f7f9}.drawer-footer{padding:23px 24px 26px}.total{align-items:center;margin-bottom:18px;color:#6b7280;font-size:14px}.total strong{color:#172033;font-size:24px}.whatsapp,.clear{min-height:48px;border-radius:12px;font-size:13px}.whatsapp{background:#172033;color:#fff}.clear{background:#f1f3f5;color:#626b78}.variation-box,.seller-choice-box{border:1px solid rgba(255,255,255,.6);border-radius:24px;box-shadow:0 30px 90px rgba(15,23,42,.22)}.variation-icon{background:#f4f5f7;border:1px solid #e8eaee}.variation-option{border:1px solid #e2e5e9;border-radius:13px}.variation-option:hover{border-color:#aeb5c0;background:#fafbfc}.variation-option.selected{border-color:#172033;background:#f4f5f7;box-shadow:0 0 0 3px rgba(23,32,51,.06)}.variation-summary{background:#f6f7f9}.variation-confirm{background:#172033}.seller-choice-backdrop{background:rgba(15,23,42,.55);backdrop-filter:blur(4px)}.seller-choice-box{padding:28px}.seller-choice-box h2{margin:0 38px 8px 0;font-size:23px;letter-spacing:-.03em}.seller-choice-box p{color:#747c88;line-height:1.5}.seller-choice-list{gap:9px;margin-top:22px}.seller-choice-button{min-height:50px;background:#172033;border-radius:12px;text-align:center;font-size:14px}.seller-choice-button.random{border:1px solid #e2e5e9;background:#f5f6f8;color:#4b5563}.contact-section{max-width:1324px;margin:0 auto 70px;padding:38px;border:1px solid #e6e8eb;border-radius:24px;background:#fff}.contact-section h2{margin:0;color:#202733;font-size:24px;letter-spacing:-.03em}.contact-section>p{color:#7a828e;margin:8px 0 0}.contact-grid{gap:12px;margin-top:25px}.contact-card{padding:18px;border-color:#e8eaed;border-radius:14px;background:#fafbfc;transition:.18s ease}.contact-card:hover{transform:translateY(-2px);border-color:#d6dae0;background:#fff}.contact-card strong{color:#252d39;font-size:13px}.contact-card span{color:#747c88;font-size:13px}footer{background:#fff;color:#747c88;border-top:1px solid #e5e7eb;padding:31px 20px;font-size:13px}footer strong{color:#293240}footer a{color:#555f6e}.floating-cart{background:#172033;border:1px solid rgba(255,255,255,.14);box-shadow:0 14px 40px rgba(15,23,42,.24)}body.dark-theme{--blue:#f3f4f6;--blue-dark:#fff;--blue-soft:#202631;--green:#f3f4f6;--text:#f1f3f5;--muted:#9ca3af;--border:#323945;background:#11151c;color:#f1f3f5}body.dark-theme .topbar,body.dark-theme .hero,body.dark-theme .categories-wrap,body.dark-theme .card,body.dark-theme .drawer,body.dark-theme .drawer-footer,body.dark-theme .variation-box,body.dark-theme .seller-choice-box,body.dark-theme .contact-section,body.dark-theme footer{background:#171c24 !important;color:#f1f3f5 !important;border-color:#303743 !important}body.dark-theme .hero h1,body.dark-theme .section-title h2,body.dark-theme .card h3,body.dark-theme .price,body.dark-theme .total strong,body.dark-theme .contact-section h2,body.dark-theme .contact-card strong{color:#f3f4f6}body.dark-theme .search input,body.dark-theme .contact-card,body.dark-theme .product-image,body.dark-theme .variation-summary,body.dark-theme .variation-icon,body.dark-theme .qty,body.dark-theme .qty button,body.dark-theme .seller-choice-button.random{background:#202631 !important;color:#e5e7eb !important;border-color:#343c49 !important}body.dark-theme .cart-button,body.dark-theme .add,body.dark-theme .variation-confirm,body.dark-theme .seller-choice-button,body.dark-theme .whatsapp{background:#f3f4f6;color:#111827}body.dark-theme .badge{background:#111827;color:#fff}@media(max-width:1100px){.topbar-inner{padding-inline:20px}.logo{min-width:190px}.logo>div{display:none}.products{grid-template-columns:repeat(3,minmax(0,1fr))}.categories{padding-inline:20px}main{padding-inline:20px}.contact-section{margin-inline:20px}}@media(max-width:760px){.topbar-inner{min-height:auto;padding:11px 16px 14px}.logo-img{width:108px;height:42px}.topbar a[href="#contato"],.theme-toggle{display:none}.search{max-width:none}.categories-wrap{top:112px}.categories{min-height:52px;padding-inline:16px;gap:23px}.category{padding-block:16px 14px}.hero-inner{padding:42px 20px 40px}.hero h1{font-size:38px}.hero p{font-size:15px}main{padding:29px 15px 80px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-image{height:178px}.card-content{padding:13px}.card h3{font-size:13px;min-height:38px}.price{font-size:18px}.actions{flex-direction:column}.contact-section{margin:0 15px 70px;padding:25px 18px}}@media(max-width:480px){.products{grid-template-columns:1fr}.product-image{height:270px}.hero h1{font-size:34px}.hero-eyebrow{margin-bottom:14px}.section-title h2{font-size:20px}}.product-image{width:100%;height:auto !important;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:22px;box-sizing:border-box;background:#f7f8fa}.product-image img{display:block;width:100% !important;height:100% !important;max-width:88% !important;max-height:88% !important;padding:0 !important;margin:auto;object-fit:contain !important;object-position:center center !important;transform:none}.card:hover .product-image img{transform:scale(1.015)}.product-image .emoji{display:flex;align-items:center;justify-content:center;width:88%;height:88%}@media(max-width:760px){.product-image{height:auto !important;aspect-ratio:1 / 1;padding:18px}.product-image img{max-width:90% !important;max-height:90% !important}}@media(max-width:480px){.product-image{height:auto !important;aspect-ratio:1 / 1;padding:22px}.product-image img{max-width:88% !important;max-height:88% !important}}.product-image{aspect-ratio:1 / 1;height:auto !important;padding:0 !important;background:#fff}.product-image img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;padding:0 !important;margin:0 !important;object-fit:contain !important;object-position:center !important}.card:hover .product-image img{transform:scale(1.008)}.variation-option{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:12px;text-align:left}.variation-option-thumb{width:58px;height:58px;border:1px solid #e5e7eb;border-radius:11px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.variation-option-thumb img{width:100%;height:100%;object-fit:contain}.variation-option-info{min-width:0}.variation-option-info strong,.variation-option-info small{overflow:hidden;text-overflow:ellipsis}.variation-icon img{width:100%;height:100%;object-fit:contain;border-radius:14px;background:#fff}.home-link{flex:0 0 auto;min-height:42px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(7,28,221,.16);border-radius:999px;background:#fff;color:var(--blue);text-decoration:none;font-size:13px;font-weight:850;line-height:1;white-space:nowrap;box-shadow:0 6px 18px rgba(7,28,221,.10);transition:background .18s ease,transform .18s ease,border-color .18s ease,color .18s ease}.home-link:hover{background:#eef4ff;border-color:rgba(7,28,221,.28);color:var(--blue-dark);text-decoration:none;transform:translateY(-1px)}.home-link:focus-visible{outline:3px solid rgba(7,28,221,.20);outline-offset:2px}.home-link svg{width:18px;height:18px;flex:0 0 auto}@media(max-width:760px){.home-link{min-height:42px;padding:10px 13px;border-radius:13px}}@media(max-width:380px){.home-link{min-width:42px;padding:0 12px}.home-link span{display:none}}.footer-payment-methods{margin-top:18px;padding-top:16px;border-top:1px solid rgba(148,163,184,.22);text-align:center}.footer-payment-methods-label{display:block;margin-bottom:10px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.4px;text-transform:uppercase}.footer-payment-methods-image{width:280px !important;max-width:90% !important;height:auto !important;display:inline-block;border-radius:6px;box-shadow:none}body.dark-theme .footer-payment-methods{border-top:1px solid rgba(255,255,255,.08)}@media(max-width:640px){.footer-payment-methods{margin-top:14px;padding-top:14px}.footer-payment-methods-label{font-size:10px}.footer-payment-methods-image{width:230px !important;max-width:90% !important}}.site-logo,.brand img,.brand-logo,.topbar-logo,.hero-logo,.logo img,img.logo{display:block;max-width:320px;width:100%;height:auto;object-fit:contain}.brand,.topbar .brand,.site-brand{display:flex;align-items:center;gap:14px}@media(max-width:640px){.site-logo,.brand img,.brand-logo,.topbar-logo,.hero-logo,.logo img,img.logo{max-width:220px}}.minimum-order-box{margin:0 0 15px;padding:12px 13px;border:1px solid #e4e8ee;border-radius:12px;background:#f8fafc}.minimum-order-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;color:#5c6675;font-size:11px;font-weight:800}.minimum-order-heading strong{color:#172033;font-size:12px}.minimum-order-progress{height:7px;margin-top:9px;overflow:hidden;border-radius:999px;background:#e6eaf0}.minimum-order-progress span{display:block;width:0;height:100%;border-radius:inherit;background:#20a83a;transition:width .25s ease}.minimum-order-box p{margin:8px 0 0;color:#6b7280;font-size:10px;line-height:1.45}.minimum-order-box.reached{border-color:#b8e4c2;background:#effaf2}.minimum-order-box.reached p{color:#27713a;font-weight:750}.whatsapp:disabled{cursor:not-allowed;opacity:.48;filter:grayscale(.2)}body.dark-theme .minimum-order-box{border-color:#374151;background:#182231}body.dark-theme .minimum-order-heading,body.dark-theme .minimum-order-box p{color:#b5bdc9}body.dark-theme .minimum-order-heading strong{color:#f3f4f6}body.dark-theme .minimum-order-progress{background:#344052}body.dark-theme .minimum-order-box.reached{border-color:#27643a;background:#152a1c}.temporary-cart-message{margin:9px 0 0 !important;padding-top:9px;border-top:1px dashed #d7dde6;color:#687386 !important;font-size:9px !important;line-height:1.45 !important}.temporary-cart-message[data-state="saved"]{color:#23713a !important}.temporary-cart-message[data-state="loading"]{color:#78601d !important}.temporary-cart-message[data-state="local"]{color:#9a5b16 !important}body.dark-theme .temporary-cart-message{border-top-color:#435065;color:#b6bfcc !important}@media (max-width:760px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}.card{min-width:0}.card-content{padding:11px !important}.actions{width:100%;margin-top:12px}.add{width:100%;min-height:56px !important;height:auto !important;padding:12px 8px !important;border-radius:12px;font-size:12.5px !important;line-height:1.2;touch-action:manipulation}}@media (max-width:480px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important}.product-image{height:auto !important;aspect-ratio:1/1}.card h3{font-size:12.5px !important;line-height:1.3}.price{font-size:17px !important}.add{min-height:58px !important}}.category-menu-trigger{flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:9px 14px;border:1px solid #dfe3e8;border-radius:999px;background:#f7f8fa;color:#172033;font:inherit;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.category-menu-trigger:hover{background:#eef1f5;border-color:#cfd5de;transform:translateY(-1px)}.category-menu-trigger:focus-visible,.category-drawer-close:focus-visible,.category-drawer-item:focus-visible{outline:3px solid rgba(23,32,51,.18);outline-offset:3px}.category-menu-trigger svg{width:19px;height:19px;flex:0 0 auto}.category-drawer-overlay{position:fixed;inset:0;z-index:139;background:rgba(15,23,42,.48);opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);transition:opacity .28s ease,visibility .28s ease}.category-drawer-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.category-navigation-drawer{position:fixed;top:0;bottom:0;left:0;z-index:140;width:min(80vw,480px);height:100vh;height:100dvh;display:flex;flex-direction:column;background:#fff;color:#172033;box-shadow:24px 0 70px rgba(15,23,42,.2);transform:translateX(-104%);visibility:hidden;transition:transform .3s cubic-bezier(.22,1,.36,1),visibility .3s ease}.category-navigation-drawer.open{transform:translateX(0);visibility:visible}.category-drawer-header{min-height:86px;padding:20px 20px 18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e7e9ed}.category-drawer-heading{min-width:0}.category-drawer-heading h2{margin:0;font-size:22px;letter-spacing:-.025em}.category-drawer-heading p{margin:5px 0 0;color:#737b87;font-size:12px;line-height:1.4}.category-drawer-close{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:0;border-radius:50%;background:#f1f3f6;color:#4b5563;font:inherit;font-size:25px;line-height:1;cursor:pointer}.category-drawer-home{min-height:52px;margin:13px 14px 2px;padding:12px 15px;display:flex;align-items:center;gap:11px;border:1px solid #dfe5ee;border-radius:14px;background:#f7f9fc;color:#172033;text-decoration:none;font-size:14px;font-weight:850;transition:background .18s ease,border-color .18s ease,transform .18s ease}.category-drawer-home:hover{background:#edf3ff;border-color:#c6d4f4;transform:translateX(2px)}.category-drawer-home svg{width:20px;height:20px;color:var(--blue);flex:0 0 auto}body.dark-theme .category-drawer-home{border-color:#374151;background:#253041;color:#f3f4f6}body.dark-theme .category-drawer-home:hover{background:#303d50}.category-drawer-list{flex:1;overflow:auto;padding:15px 16px 28px;overscroll-behavior:contain}.category-drawer-item{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border:0;border-bottom:1px solid #eceef1;border-radius:10px;background:transparent;color:#404958;font:inherit;font-size:14px;font-weight:720;text-align:left;cursor:pointer;transition:background .16s ease,color .16s ease,padding-left .16s ease}.category-drawer-item::after{content:'›';color:#a1a8b2;font-size:20px;font-weight:400}.category-drawer-item:hover{padding-left:18px;background:#f5f6f8;color:#172033}.category-drawer-item.active{background:#172033;color:#fff;border-bottom-color:transparent}.category-drawer-item.active::after{color:#fff}body.category-drawer-open{overflow:hidden}body.dark-theme .category-menu-trigger{border-color:#3b4554;background:#202631;color:#f3f4f6}body.dark-theme .category-navigation-drawer{border-right:1px solid #374151;background:#1f2937;color:#f3f4f6}body.dark-theme .category-drawer-header{border-bottom-color:#374151}body.dark-theme .category-drawer-heading p{color:#aeb7c4}body.dark-theme .category-drawer-close{background:#303a49;color:#f3f4f6}body.dark-theme .category-drawer-item{border-bottom-color:#374151;color:#d7dce4}body.dark-theme .category-drawer-item:hover{background:#293445;color:#fff}body.dark-theme .category-drawer-item.active{background:#f3f4f6;color:#111827}body.dark-theme .category-drawer-item.active::after{color:#111827}@media(max-width:760px){.category-navigation-drawer{width:80vw;max-width:none}.category-menu-trigger{min-height:44px;padding:9px 13px}.category-drawer-header{min-height:80px;padding:17px 16px 16px 19px}.category-drawer-heading h2{font-size:20px}.category-drawer-list{padding:12px 12px 24px}.category-drawer-item{min-height:54px;font-size:14px}}@media(max-width:390px){.category-menu-trigger span{display:none}.category-menu-trigger{width:44px;padding:0}}.bb-whatsapp-widget.cart-open-hidden{display:none!important}.bb-whatsapp-widget{position:fixed;right:20px;bottom:20px;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:inherit;pointer-events:none}.bb-whatsapp-trigger{pointer-events:auto;min-height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:#24b820;color:#fff;box-shadow:0 13px 34px rgba(20,120,35,.28);font:inherit;font-size:13px;font-weight:850;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.bb-whatsapp-trigger:hover{background:#1fa41c;transform:translateY(-2px);box-shadow:0 16px 38px rgba(20,120,35,.34)}.bb-whatsapp-trigger:focus-visible,.bb-whatsapp-close:focus-visible,.bb-whatsapp-seller:focus-visible{outline:3px solid rgba(36,184,32,.3);outline-offset:3px}.bb-whatsapp-trigger svg{width:18px;height:18px;flex:0 0 auto}.bb-whatsapp-panel{width:min(350px,calc(100vw - 24px));overflow:visible;border:1px solid #e8ecef;border-radius:8px;background:#fff;color:#26303d;box-shadow:0 18px 55px rgba(20,32,54,.2);opacity:0;visibility:hidden;transform:translateY(12px) scale(.97);transform-origin:bottom right;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.bb-whatsapp-panel.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.bb-whatsapp-panel::after{content:"";position:absolute;right:27px;bottom:-9px;width:18px;height:18px;border-right:1px solid #e8ecef;border-bottom:1px solid #e8ecef;background:#fff;transform:rotate(45deg)}.bb-whatsapp-panel-head{position:relative;z-index:1;min-height:59px;padding:0 48px 0 20px;display:flex;align-items:center;border-radius:7px 7px 0 0;background:#24b820;color:#fff}.bb-whatsapp-panel-head strong{font-size:13px;line-height:1.35}.bb-whatsapp-close{position:absolute;top:10px;right:10px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:rgba(255,255,255,.76);font:inherit;font-size:29px;font-weight:400;line-height:1;cursor:pointer}.bb-whatsapp-close:hover{color:#fff;background:rgba(255,255,255,.1)}.bb-whatsapp-seller-list{position:relative;z-index:1;max-height:360px;overflow:auto;padding:10px 20px 13px;background:#fff}.bb-whatsapp-seller{width:100%;min-height:59px;padding:8px 1px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;gap:11px;align-items:center;border:0;border-bottom:1px solid #edf0f2;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.bb-whatsapp-seller:last-child{border-bottom:0}.bb-whatsapp-seller:hover .bb-whatsapp-seller-name{color:#1fa41c}.bb-whatsapp-seller-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#45d469;color:#fff;box-shadow:0 5px 15px rgba(44,190,83,.2)}.bb-whatsapp-seller-icon svg{width:22px;height:22px}.bb-whatsapp-seller-copy{min-width:0}.bb-whatsapp-seller-role{display:block;margin-bottom:3px;color:#a1a6ad;font-size:10px;line-height:1.25}.bb-whatsapp-seller-name{display:block;overflow:hidden;color:#505762;font-size:13px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;transition:color .18s ease}.bb-whatsapp-seller-arrow{color:#b8bec5;font-size:18px;transform:translateX(-2px)}.bb-whatsapp-empty{position:relative;z-index:1;display:none;padding:22px 20px 25px;background:#fff;color:#7a828d;text-align:center;font-size:12px;line-height:1.55}.bb-whatsapp-empty.show{display:block}@media(max-width:760px){.bb-whatsapp-widget{right:12px;bottom:12px}.bb-whatsapp-trigger{min-height:46px;padding:0 16px;font-size:12px}.bb-whatsapp-panel{width:min(345px,calc(100vw - 24px))}.floating-cart{right:auto!important;left:12px!important;bottom:12px!important}}@media(max-width:420px){.bb-whatsapp-trigger span{display:none}.bb-whatsapp-trigger{width:50px;height:50px;padding:0;border-radius:50%}.bb-whatsapp-trigger svg{width:23px;height:23px}}.variation-modal.open{pointer-events:auto}.category.offer-category{color:#dc2626}.category.offer-category:hover,.category.offer-category.active{color:#b91c1c}.category.offer-category::after{background:#dc2626}.category-drawer-item.offer-category{color:#dc2626}.category-drawer-item.offer-category::after{color:#dc2626}.category-drawer-item.offer-category:hover,.category-drawer-item.offer-category.active{background:#fff1f2;color:#b91c1c}.category-drawer-item.offer-category.active::after{color:#b91c1c}body.dark-theme .category.offer-category,body.dark-theme .category.offer-category:hover,body.dark-theme .category.offer-category.active{color:#f87171}body.dark-theme .category.offer-category::after{background:#f87171}body.dark-theme .category-drawer-item.offer-category,body.dark-theme .category-drawer-item.offer-category:hover,body.dark-theme .category-drawer-item.offer-category.active{background:#3b2025;color:#fca5a5}body.dark-theme .category-drawer-item.offer-category::after,body.dark-theme .category-drawer-item.offer-category.active::after{color:#fca5a5}.catalog-heading-tools{display:flex;align-items:center;gap:10px}.catalog-sort-label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.catalog-sort{min-width:190px;min-height:42px;padding:9px 36px 9px 12px;border:1px solid var(--border);border-radius:11px;background:var(--card);color:var(--text);font:inherit;font-weight:700;cursor:pointer;outline:none}.catalog-sort:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(28,98,214,.12)}@media(max-width:720px){.section-title{align-items:stretch;flex-direction:column}.catalog-heading-tools,.catalog-sort-label,.catalog-sort{width:100%}.catalog-sort-label{align-items:flex-start;flex-direction:column}}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin:30px 0 10px}.catalog-page-button{min-width:38px;height:38px;padding:0 11px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);font-weight:800;cursor:pointer;transition:.18s}.catalog-page-button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--blue);color:var(--blue)}.catalog-page-button.active{background:var(--blue);border-color:var(--blue);color:#fff}.catalog-page-button:disabled{opacity:.42;cursor:not-allowed}.catalog-page-ellipsis{color:var(--muted);padding:0 2px;font-weight:800}body.dark-theme .catalog-page-button{background:#172033;color:#eef3ff;border-color:#33415f}body.dark-theme .catalog-page-button.active{background:var(--blue);color:#fff}