
/* ===== RESET & VARS ===== */
:root{
  --ink:#10151f; --ink-2:#1b2331; --brand:#1456f0; --brand-dark:#0d3bb0;
  --accent:#ff6a13; --accent-dark:#e8540a; --bg:#eef1f6; --surface:#fff;
  --text:#14202e; --muted:#67738a; --line:#e4e9f1; --green:#149a4b;
  --r:14px; --shadow:0 4px 18px rgba(16,21,31,.07); --shadow-lg:0 12px 34px rgba(16,21,31,.13);
  --mobnav-h:62px;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{margin:0!important;font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg);font-size:15px;line-height:1.5;overflow-x:hidden}
h1,h2,h3,h4{font-family:Manrope,sans-serif;margin:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}
input,select{font-family:inherit}
.wrap{max-width:1240px;margin:0 auto!important;padding:0 16px;width:100%;box-sizing:border-box}
:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}

/* Ocultar menus e botoes nativos do tema WordPress */
.menu-toggle,.navbar-toggle,.hamburger,.site-header-menu-toggle,
header .menu-btn, header > button:not(.burger):not(.h-btn):not(.cat-btn):not(.sbtn),
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
[class*="menu-toggle"],[class*="hamburger"],[id*="menu-toggle"]{
  display:none!important;
}
/* Elementor reset */
.elementor-section,.elementor-container,.elementor-column,.elementor-column-wrap,
.elementor-widget-wrap,.elementor-widget,.elementor-widget-html,.elementor-widget-container{padding:0!important;margin:0!important}
.e-con,.e-con-inner,.e-con>.e-con-inner{--padding-block-start:0!important;--padding-block-end:0!important;--padding-inline-start:0!important;--padding-inline-end:0!important;padding:0!important;margin:0!important;max-width:100%!important}
.elementor-section-wrap{margin:0!important;padding:0!important}

/* ===== TOP BAR ===== */
.topbar{background:var(--ink);color:#cfd6e4;font-size:12.5px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:38px;gap:16px}
.topbar strong{color:#fff;font-weight:600}
.topbar .tb-right{display:flex;gap:20px;align-items:center}
.topbar a{display:flex;align-items:center;gap:6px;color:#cfd6e4!important;transition:.15s}
.topbar a:hover{color:#fff!important}
.topbar svg{width:15px;height:15px;flex:none;stroke:#cfd6e4!important;fill:none}
@media(max-width:860px){.topbar .tb-right a:not(.keep){display:none}}
@media(max-width:500px){.topbar{display:none}}

/* ===== HEADER ===== */
.header{background:var(--ink);position:sticky;top:0;z-index:60;box-shadow:0 1px 0 rgba(255,255,255,.08)}
.header .burger,.header .h-btn{color:#fff!important}
.header .burger svg,.header .h-btn svg,.header .dept-all svg{stroke:#fff!important;fill:none!important;color:#fff!important}
.header .h-btn .lbl{color:#aab6cc!important}
.header .h-btn .lbl b{color:#fff!important}
.header .cart-badge{color:#fff!important;background:var(--accent)!important}
.header .wrap{display:flex!important;align-items:center!important;gap:16px!important;height:72px!important;max-width:1135px!important;margin:0 auto!important;padding:0 16px!important;width:100%!important;box-sizing:border-box!important}
.logo{flex:none;display:flex;align-items:center}
.logo img{height:40px;width:auto}
.logo .fallback{font-family:Manrope;font-weight:800;font-size:22px;letter-spacing:-.5px;color:#fff}
.logo .fallback b{color:#7aa2ff}
.burger{flex:none;width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.1);align-items:center;justify-content:center;display:none!important}
@media(min-width:721px){
  .burger,
  .header .wrap > .burger,
  .header > .wrap > .burger { display:none!important }
}
.burger svg{width:22px;height:22px;stroke:#fff;fill:none}

.search-bar{flex:1;display:flex;height:45px;max-width:700px;border:1px solid var(--brand);border-radius:15px;background:#fff;position:relative;overflow:visible}
.search-bar .cat-wrap{position:relative;flex:none;background:#f6f8fc!important;border-right:none;border-radius:15px 0 0 15px}
.search-bar .cat-btn{display:flex;align-items:center;gap:6px;padding:0 12px;height:100%;font-size:13px;color:var(--muted)!important;cursor:pointer;white-space:nowrap;background:#f6f8fc!important;font-family:inherit;border-radius:15px 0 0 15px}
.search-bar .cat-btn svg{width:14px;height:14px;stroke:#67738a!important;fill:none!important;stroke-width:2.5;flex:none;transition:.2s}
.cat-wrap.open .cat-btn svg{transform:rotate(180deg)}
#catLabel{color:#67738a!important;font-size:13px!important}
.search-bar .cat-wrap{background:#f6f8fc!important}
.cat-drop{position:absolute;top:calc(100% + 6px);left:0;min-width:170px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 24px rgba(16,21,31,.12);z-index:300;overflow:hidden;display:none}
.cat-wrap.open .cat-drop{display:block}
.cat-drop a{display:block;padding:9px 14px;font-size:13.5px;color:var(--text)!important;background:#fff!important;transition:.15s;cursor:pointer}
.cat-drop a:hover{background:#f1f4fa!important;color:var(--brand)!important}
.cat-drop a.active{color:var(--brand)!important;font-weight:700}
.search-bar input{flex:1;border:none;padding:0 14px;font-size:15px;min-width:0;background:transparent!important;color:var(--text)!important}
.search-bar input:focus{outline:none;transform:none!important;zoom:1!important;font-size:15px!important}
.search-bar input::placeholder{color:#aab6cc}
.search-bar .sbtn{background:var(--brand);color:#fff;padding:0 18px;display:flex;align-items:center;gap:7px;font-weight:600;font-size:14px;transition:.15s;border-radius:0 14px 14px 0;flex:none}
.search-bar .sbtn:hover{background:var(--brand-dark)}

/* Sugestoes de busca */
.search-wrap{position:relative;flex:1;display:flex;min-width:0}
.suggest-box{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:14px;box-shadow:0 8px 32px rgba(16,21,31,.18);z-index:200;overflow:hidden;display:none;border:1px solid var(--line)}
.suggest-box.open{display:block}
.suggest-item{display:flex;align-items:center;gap:12px;padding:10px 14px;cursor:pointer;transition:.15s;border-bottom:1px solid var(--line);text-decoration:none;color:var(--text)}
.suggest-item:last-child{border-bottom:none}
.suggest-item:hover{background:#f1f4fa}
.suggest-item img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#f6f8fc;flex:none}
.suggest-item .si-info{flex:1;min-width:0}
.suggest-item .si-name{font-size:13px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.suggest-item .si-cat{font-size:11px;color:var(--brand);text-transform:uppercase;font-weight:600;margin-top:2px}
.suggest-item .si-price{font-family:Manrope;font-size:15px;font-weight:800;color:var(--ink);flex:none}
.suggest-footer{padding:10px 14px;text-align:center;font-size:13px;color:var(--brand);font-weight:600;cursor:pointer;background:#f6f8fc}
.suggest-footer:hover{background:#eaf0ff}
.search-bar .sbtn svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}

.head-actions{flex:none;display:flex;align-items:center;gap:4px}
.h-btn{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:11px;color:#fff!important;transition:.15s}
.h-btn:hover{background:rgba(255,255,255,.1)}
.h-btn svg{width:24px;height:24px;flex:none;stroke:#fff!important;fill:none!important;stroke-width:2;color:#fff!important}
.h-btn .lbl{display:flex;flex-direction:column;line-height:1.15;font-size:11px;color:#aab6cc!important}
.h-btn .lbl b{font-size:13px;color:#fff!important;font-weight:600}
.cart-wrap{position:relative}
.cart-badge{position:absolute;top:0;left:26px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 3px;pointer-events:none}

@media(max-width:980px){.h-btn .lbl{display:none}}
@media(max-width:860px){
  .search-bar select{display:none}
  .search-bar .sbtn span{display:none}
  .search-bar .sbtn{padding:0 14px}
}
@media(max-width:720px){
  .header{background:var(--ink)!important;position:sticky!important;top:0!important;z-index:60!important;padding-bottom:10px!important}
  .header .wrap{height:60px;gap:10px}
  .burger{display:flex!important}
  .logo{flex:1;justify-content:center}
  .logo img{height:34px}
  .search-bar{max-width:100%}
  .head-actions .lbl{display:none}
}
@media(max-width:480px){
  .header .wrap{display:grid!important;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;align-items:center;height:auto!important;padding:10px 14px 8px;gap:8px 10px;max-width:100%!important}
  .header .wrap > .burger{grid-column:1;grid-row:1;display:flex!important}
  .header .wrap > .logo{grid-column:2;grid-row:1;justify-content:center}
  .header .wrap > .head-actions{grid-column:3;grid-row:1}
  .header .wrap > .search-bar{grid-column:1/-1;grid-row:2;max-width:100%!important;width:100%!important}
}

/* ===== DEPT BAR ===== */
.deptbar{background:var(--ink-2);color:#fff;position:sticky;top:72px;z-index:50;box-shadow:inset 0 -2px 0 var(--brand)}
.deptbar .wrap{display:flex!important;align-items:stretch!important;height:44px!important;max-width:1240px!important;margin:0 auto!important;padding:0 16px!important;width:100%!important;box-sizing:border-box!important}
.dept-all{display:flex;align-items:center;gap:7px;font-weight:700;font-size:13px;padding:0 8px 0 0;background:transparent;color:#fff!important;margin-right:0;border-right:1px solid rgba(255,255,255,.14);white-space:nowrap;transition:.15s;flex:none}
.dept-all:hover{color:#7aa2ff}
.dept-all svg{width:19px;height:19px;stroke:#fff!important;fill:none!important;stroke-width:2}
.deptbar nav{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;flex:1;min-width:0;justify-content:center;padding:0 4px}
.deptbar nav::-webkit-scrollbar{display:none}
.deptbar nav a{display:flex;align-items:center;padding:0 11px;font-size:13px;font-weight:500;white-space:nowrap;color:#fff!important;border-radius:8px;transition:.15s}
.deptbar nav a:hover{background:rgba(20,86,240,.30)}
@media(max-width:1100px){
  .deptbar nav a{padding:0 8px;font-size:12.5px}
  .dept-all{font-size:12.5px;padding:0 10px 0 4px}
}
@media(max-width:900px){
  .deptbar nav a{padding:0 6px;font-size:12px}
  .dept-all .txt{display:none}
  .dept-all{padding:0 10px}
}
@media(max-width:720px){
  .deptbar{top:60px}
  .dept-all{display:none!important}
}
@media(max-width:480px){.deptbar{top:108px}}

/* ===== HERO ===== */
.hero{padding:16px 0 6px}
.hero-grid{display:grid;grid-template-columns:1fr 300px;gap:14px}
.carousel{position:relative;border-radius:var(--r);overflow:hidden;background:var(--ink);box-shadow:var(--shadow);aspect-ratio:16/7}
.slides-wrap{display:flex;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.slide{min-width:100%;height:100%;position:relative}
.slide img{width:100%;height:100%;object-fit:cover}
.slide .ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-align:center;background:linear-gradient(120deg,var(--brand-dark),var(--brand) 60%,var(--accent));padding:24px}
.slide .ph h3{font-size:clamp(18px,3vw,38px);font-weight:800}
.slide .ph p{opacity:.9;margin-top:8px;font-size:14px}
.car-btn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);z-index:3;transition:.15s}
.car-btn:hover{background:#fff}
.car-btn.prev{left:12px}.car-btn.next{right:12px}
.car-btn svg{width:20px;height:20px;stroke:var(--ink);fill:none;stroke-width:2}
.dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:7px;z-index:3}
.dots button{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.55);transition:.3s}
.dots button.on{background:#fff;width:24px;border-radius:4px}
.side-banners{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.side-banners a{border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);display:flex}
.side-banners .ph{width:100%;min-height:110px;display:flex;flex-direction:column;justify-content:center;padding:18px;color:#fff}
.sb1 .ph{background:linear-gradient(120deg,#15233c,#33507f)}
.sb2 .ph{background:linear-gradient(120deg,#000,#26324a)}
.side-banners .ph small{font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.85}
.side-banners .ph b{font-family:Manrope;font-size:18px;font-weight:800;margin-top:4px;display:block}
.side-banners .ph span{font-size:12px;opacity:.9;margin-top:4px;display:block}
@media(max-width:880px){.hero-grid{grid-template-columns:1fr}.side-banners{grid-template-rows:none;grid-template-columns:1fr 1fr}.carousel{aspect-ratio:16/8}}
@media(max-width:540px){
  .side-banners{grid-template-columns:1fr}
  .carousel{aspect-ratio:16/10}
  .car-btn{width:32px;height:32px}
}

/* ===== BENEFITS ===== */
.benefits{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);margin:16px 0;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:var(--shadow)}
.benefit{display:flex;align-items:center;gap:10px;padding:12px 14px;border-right:1px solid var(--line)}
.benefit:last-child{border-right:none}
.benefit .ic{width:40px;height:40px;border-radius:10px;background:#eaf0ff;color:var(--brand);display:flex;align-items:center;justify-content:center;flex:none}
.benefit.hot .ic{background:#fff0e6;color:var(--accent)}
.benefit svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:2}
.benefit b{display:block;font-family:Manrope;font-size:13px;font-weight:700;color:var(--text)!important}
.benefit span{font-size:11.5px;color:var(--muted)}
@media(max-width:920px){.benefits{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(2n){border-right:none}.benefit:last-child{grid-column:1/-1;justify-content:center}}
@media(max-width:480px){
  .benefits{display:flex;overflow-x:auto;scrollbar-width:none;gap:0;border-radius:var(--r)}
  .benefits::-webkit-scrollbar{display:none}
  .benefit{flex:none;min-width:160px;border-right:1px solid var(--line)}
}

/* ===== SECTIONS ===== */
.sec{margin:28px 0}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px}
.sec-head h2{font-size:20px;font-weight:800;display:flex;align-items:center;gap:10px;color:var(--ink)!important}
.sec-head h2 .bar{width:5px;height:22px;border-radius:3px;background:var(--accent);flex:none}
.sec-head a{font-size:13px;font-weight:600;color:var(--brand);display:flex;align-items:center;gap:4px;white-space:nowrap}
.sec-head a svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}

/* ===== CATEGORIES ===== */
.cats{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}
.cat{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:16px 8px;text-align:center;transition:.18s;display:flex;flex-direction:column;align-items:center;gap:9px}
.cat:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#cfd9ee}
.cat .ic{width:50px;height:50px;border-radius:50%;background:#eaf0ff;color:var(--brand);display:flex;align-items:center;justify-content:center}
.cat:hover .ic{background:var(--brand);color:#fff}
.cat svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:2}
.cat span{font-size:12.5px;font-weight:600;line-height:1.2;color:var(--text)}
@media(max-width:920px){.cats{grid-template-columns:repeat(4,1fr)}}
@media(max-width:480px){
  .cats{display:flex;overflow-x:auto;scrollbar-width:none;gap:10px;margin:0 -16px;padding:4px 16px}
  .cats::-webkit-scrollbar{display:none}
  .cat{min-width:100px;flex:none}
  .cat .ic{width:44px;height:44px}
}

/* ===== OFFERS BAND ===== */
.offers-band{background:linear-gradient(120deg,var(--ink),var(--ink-2));border-radius:var(--r);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#fff;margin-bottom:14px;flex-wrap:wrap}
.offers-band .lead{display:flex;align-items:center;gap:12px}
.flame-ic{width:42px;height:42px;border-radius:11px;background:var(--brand);display:flex;align-items:center;justify-content:center;flex:none}
.flame-ic svg{width:22px;height:22px;fill:#fff}
.offers-band h2{font-size:19px;font-weight:800;color:#fff!important}
.offers-band .lead small{color:#aab6cc;font-size:12px}
.timer{display:flex;align-items:center;gap:7px}
.timer .lab{font-size:12px;color:#aab6cc}
.timer .box{background:#fff;color:var(--ink);font-family:Manrope;font-weight:800;font-size:17px;width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center}
.timer .sep{font-weight:800;font-size:17px}

/* ===== PRODUCT CARDS ===== */
.rail{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
@media(max-width:1080px){.rail{grid-template-columns:repeat(4,1fr)}}
@media(max-width:840px){.rail{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){
  .rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin:0 -16px;padding:4px 16px 10px;scrollbar-width:none}
  .rail::-webkit-scrollbar{display:none}
  .rail .card{min-width:175px;scroll-snap-align:start}
}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:12px;display:flex;flex-direction:column;transition:.18s;position:relative}
.card:hover{box-shadow:var(--shadow-lg);border-color:#cfd9ee;transform:translateY(-2px)}
.card .tag{position:absolute;top:10px;left:10px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;z-index:2}
.card .fav{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:.15s}
.card .fav:hover{background:#f1f4fa;color:var(--accent)}
.card .fav svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2}
.card .thumb{aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:8px;margin-bottom:6px}
.card .thumb img{max-height:100%;width:auto;object-fit:contain;mix-blend-mode:multiply}
.card .thumb .ph-img{width:100%;height:100%;border-radius:8px;background:#f1f4fa;display:flex;align-items:center;justify-content:center;color:#aeb9cc;font-size:12px}
.card .cat-lbl{font-size:11px;color:var(--brand);font-weight:600;text-transform:uppercase;letter-spacing:.03em}
.card h3{font-size:13px;font-weight:600;line-height:1.35;margin:4px 0 7px;color:var(--text)!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px}
.card .price-old{font-size:12px;color:var(--muted);text-decoration:line-through}
.card .price{font-family:Manrope;font-size:19px;font-weight:800;color:var(--ink)!important;line-height:1.1}
.card .pix{font-size:12px;color:var(--green);font-weight:600;margin-top:2px}
.card .inst{font-size:11.5px;color:var(--muted);margin-top:2px}
.card .buy{margin-top:10px;background:var(--accent)!important;color:#fff!important;font-weight:700;font-size:13px;border-radius:9px;height:40px;display:flex;align-items:center;justify-content:center;gap:7px;transition:.15s;border:none!important}
.card .buy:hover{background:var(--accent-dark)!important}
.card .buy svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}
.card .buy.added{background:var(--green)!important}

/* ===== MOSAIC ===== */
.mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mosaic a{border-radius:var(--r);overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:center;padding:22px;color:#fff;box-shadow:var(--shadow);transition:.18s}
.mosaic a:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.mosaic a small{font-size:11px;letter-spacing:.06em;text-transform:uppercase;opacity:.9}
.mosaic a b{font-family:Manrope;font-size:21px;font-weight:800;margin:4px 0 2px;display:block}
.mosaic a span{font-size:13px;opacity:.92}
.mosaic a .go{margin-top:10px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:5px}
.m1{background:linear-gradient(120deg,#0d3bb0,#1456f0)}
.m2{background:linear-gradient(120deg,#0b1018,#27324a)}
.m3{background:linear-gradient(120deg,#1456f0,#0b1018)}
@media(max-width:780px){.mosaic{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.mosaic{grid-template-columns:1fr}}

/* ===== BRANDS ===== */
.brands{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:20px;text-align:center;box-shadow:var(--shadow)}
.brands p{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}
.brand-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 32px;align-items:center}
.brand-row span{font-family:Manrope;font-weight:800;font-size:18px;color:#b3bdce;letter-spacing:-.5px}

/* ===== NEWSLETTER ===== */
.news{background:linear-gradient(120deg,var(--brand-dark),var(--brand));border-radius:var(--r);padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff;box-shadow:var(--shadow);flex-wrap:wrap}
.news h2{font-size:21px;font-weight:800;color:#fff!important}
.news p{opacity:.9;margin-top:6px;font-size:14px;color:#fff!important}
.news .form{display:flex;gap:10px;flex:1;max-width:440px;min-width:240px}
.news input{flex:1;border:none;border-radius:11px;padding:0 16px;height:48px;font-size:14px;background:#fff!important;color:var(--text)!important}
.news input:focus{outline:none}
.news button{background:var(--accent)!important;color:#fff!important;font-weight:700;border-radius:11px;padding:0 22px;height:48px;white-space:nowrap;border:none!important;font-size:14px}
.news button:hover{background:var(--accent-dark)!important}
@media(max-width:560px){
  .news{padding:22px}
  .news .form{flex-direction:column;min-width:100%;flex-basis:100%}
  .news input,.news button{width:100%;height:46px}
}

/* ===== FOOTER ===== */
footer{background:var(--ink);color:#aab6cc;margin-top:36px;padding:40px 0 0;font-size:13.5px}
.f-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:28px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}
.f-col h4{color:#fff;font-size:13px;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}
.f-col a{display:block;color:#aab6cc;padding:4px 0;transition:.15s}
.f-col a:hover{color:#fff}
.f-logo img{height:36px;filter:brightness(0) invert(1);margin-bottom:12px}
.f-logo .fallback{font-family:Manrope;font-weight:800;font-size:20px;color:#fff;margin-bottom:12px}
.f-logo .fallback b{color:#7aa2ff}
.f-contact{display:flex;flex-direction:column;gap:9px;margin-top:4px}
.f-contact div{display:flex;align-items:flex-start;gap:9px}
.f-contact svg{width:16px;height:16px;flex:none;color:#7aa2ff;stroke:currentColor;fill:none;stroke-width:2;margin-top:2px}
.f-contact a{color:#aab6cc;display:inline}
.f-contact a:hover{color:#fff}
.socials{display:flex;gap:9px;margin-top:14px}
.socials a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:.2s}
.socials a:hover{background:var(--brand)}
.socials .ig:hover{background:#e1306c}
.socials .fb:hover{background:#1877f2}
.socials .wa:hover{background:#25d366}
.socials svg{width:18px;height:18px;color:#fff;stroke:currentColor;fill:none;stroke-width:2}
.socials .wa svg,.socials .fb svg{fill:currentColor;stroke:none}
.f-pay{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.f-pay .grp b{color:#fff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}
.pay-img{height:auto;max-height:50px;max-width:100%;border-radius:8px;display:block}
.seals{display:flex;gap:9px;flex-wrap:wrap}
.seal{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:7px 12px;display:flex;align-items:center;gap:7px;font-size:11.5px;color:#cfd6e4}
.seal svg{width:15px;height:15px;color:var(--green);stroke:currentColor;fill:none;stroke-width:2}
.f-legal{padding:18px 0 24px;font-size:12px;color:#7c889e;line-height:1.7}
@media(max-width:900px){.f-top{grid-template-columns:1fr 1fr}}
@media(max-width:560px){
  .f-top{grid-template-columns:1fr}
  footer{padding-bottom:var(--mobnav-h)}
}

/* ===== MOBILE BOTTOM NAV ===== */
.mobnav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:70;height:var(--mobnav-h);padding-bottom:env(safe-area-inset-bottom)}
.mobnav-inner{display:flex;height:100%}
.mobnav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;color:var(--muted);font-weight:600;position:relative;transition:.15s}
.mobnav a.on,.mobnav a:hover{color:var(--brand)}
.mobnav svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2}
.mobnav .mc{position:absolute;top:4px;right:calc(50% - 20px);background:var(--accent);color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}
@media(max-width:720px){
  .mobnav{display:flex;flex-direction:column}
  body{padding-bottom:var(--mobnav-h)}
}

/* ===== DRAWER ===== */
.scrim{position:fixed;inset:0;background:rgba(8,12,20,.55);z-index:90;opacity:0;visibility:hidden;transition:.25s}
.scrim.open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;left:0;bottom:0;width:290px;max-width:88vw;background:var(--ink);z-index:91;transform:translateX(-100%);transition:.28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}
.drawer.open{transform:none}
.drawer-head{background:var(--ink-2);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}
.drawer-head b{font-family:Manrope;font-weight:800;font-size:16px}
.drawer-head button{color:#fff;display:flex}
.drawer-head svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2}
.drawer nav{padding:8px;overflow-y:auto;flex:1}
.drawer nav a{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:10px;font-weight:600;font-size:14px;color:#fff;transition:.15s}
.drawer nav a:hover{background:rgba(255,255,255,.08)}
.drawer nav a svg{width:20px;height:20px;color:var(--brand);stroke:currentColor;fill:none;stroke-width:2}
.drawer nav a.hot{color:var(--accent)}
.drawer nav a.hot svg{color:var(--accent)}
.drawer-footer{padding:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:10px}
.drawer-footer a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:10px;font-weight:600;font-size:13px;color:#fff;background:rgba(255,255,255,.08);white-space:nowrap}
.drawer-footer a svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
.drawer-footer .wa-d{background:#25d366;color:#fff}
.drawer-footer .wa-d svg{fill:currentColor;stroke:none}

/* ===== MODAL CARRINHO ===== */
.cart-panel{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:95vw;background:#fff;z-index:92;transform:translateX(100%);transition:.28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 30px rgba(0,0,0,.15)}
.cart-panel.open{transform:none}
.cart-panel-head{background:var(--ink);color:#fff;padding:18px;display:flex;align-items:center;justify-content:space-between}
.cart-panel-head h3{font-size:17px;font-weight:700;margin:0}
.cart-panel-head button{color:#fff;display:flex}
.cart-panel-head svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2}
.cart-body{flex:1;overflow-y:auto;padding:16px}
.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--muted);gap:12px;text-align:center}
.cart-empty svg{width:56px;height:56px;stroke:var(--line);fill:none;stroke-width:1.5}
.cart-empty p{font-size:15px;font-weight:600}
.cart-empty small{font-size:13px}
.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:60px;height:60px;object-fit:contain;border-radius:8px;background:#f6f8fc;flex:none}
.cart-item .ci-info{flex:1}
.cart-item .ci-name{font-size:13px;font-weight:600;line-height:1.3;color:var(--text)}
.cart-item .ci-price{font-family:Manrope;font-size:16px;font-weight:800;color:var(--ink);margin-top:4px}
.cart-item .ci-remove{color:var(--muted);font-size:12px;margin-top:4px;display:inline-flex;align-items:center;gap:4px;cursor:pointer}
.cart-item .ci-remove:hover{color:red}
.cart-footer{padding:16px;border-top:1px solid var(--line)}
.cart-footer .total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.cart-footer .total-row span{font-size:14px;color:var(--muted)}
.cart-footer .total-row b{font-family:Manrope;font-size:22px;font-weight:800;color:var(--ink)}
.cart-footer .checkout-btn{width:100%;background:var(--accent)!important;color:#fff!important;font-weight:700;font-size:15px;border-radius:12px;height:50px;display:flex;align-items:center;justify-content:center;gap:9px;border:none!important;transition:.15s}
.cart-footer .checkout-btn:hover{background:var(--accent-dark)!important}
.cart-footer .checkout-btn svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}

/* ===== MODAL BUSCA MOBILE ===== */
.search-modal{position:fixed;top:0;left:0;right:0;background:var(--ink);z-index:93;padding:14px 16px;display:flex;gap:10px;align-items:center;transform:translateY(-100%);transition:.25s;box-shadow:0 4px 20px rgba(0,0,0,.3)}
.search-modal.open{transform:none}
.search-modal input{flex:1;border:none;border-radius:12px;padding:0 16px;height:46px;font-size:15px;background:#fff!important;color:var(--text)!important}
.search-modal input:focus{outline:none}
.search-modal button{color:#fff;display:flex}
.search-modal svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2}
