:root{--bg:#fafaf7;--ink:#0b0b0c;--muted:#5b5b62;--line:#e8e6e0;--accent:#16a34a;--card:#fff;--radius:18px;--shadow:0 10px 30px rgba(11,11,12,.06)}
html,body{background:var(--bg)!important;color:var(--ink)!important;font-family:'Inter',system-ui,sans-serif!important;-webkit-font-smoothing:antialiased}
.av-topbar{background:#0b0b0c;color:#fff;font-size:13px;padding:9px 18px;display:flex;gap:28px;justify-content:center;flex-wrap:wrap}
.av-topbar b{color:#fff;font-weight:600}
header#masthead,.site-header{background:#fff!important;border-bottom:1px solid var(--line);padding:14px 24px!important;box-shadow:none!important}
.av-hero{max-width:1240px;margin:32px auto 56px;padding:0 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
@media(max-width:880px){.av-hero{grid-template-columns:1fr;gap:24px}}
.av-hero .badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);padding:8px 14px;border-radius:999px;font-size:12.5px;font-weight:600}
.av-hero .badge::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(22,163,74,.18)}
.av-hero h1{font-family:'Fraunces','Playfair Display',Georgia,serif!important;font-size:clamp(40px,6vw,72px)!important;line-height:1.02!important;letter-spacing:-.02em;margin:18px 0 16px!important;font-weight:600!important}
.av-hero h1 em{font-style:italic;color:#16a34a}
.av-hero p.lead{font-size:17px;color:var(--muted);max-width:520px;line-height:1.55;margin:0 0 26px}
.av-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.av-btn-primary,.av-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:15px 26px;border-radius:12px;font-weight:600;font-size:15px;text-decoration:none;transition:transform .15s}
.av-btn-primary{background:#0b0b0c;color:#fff!important;box-shadow:0 6px 20px rgba(11,11,12,.18)}
.av-btn-primary:hover{transform:translateY(-1px)}
.av-btn-secondary{background:#fff;color:#0b0b0c!important;border:1px solid var(--line)}
.av-trust{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;color:var(--muted)}
.av-trust b{color:var(--ink)}
.av-hero-visual{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:5/6;background:#ece9e2 url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;box-shadow:var(--shadow)}
.av-hero-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.45))}
.av-chip{position:absolute;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-radius:14px;padding:12px 16px;font-size:13px;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,.12);display:flex;align-items:center;gap:10px;z-index:2}
.av-chip .ico{width:32px;height:32px;border-radius:8px;background:#0b0b0c;color:#fff;display:grid;place-items:center}
.av-chip.tl{top:18px;left:18px}
.av-chip.br{bottom:18px;right:18px;background:#0b0b0c;color:#fff}
.av-chip.br .ico{background:#16a34a}
.av-section{max-width:1240px;margin:0 auto 64px;padding:0 24px}
.av-section h2{font-family:'Fraunces',serif;font-size:clamp(26px,3vw,36px);font-weight:600;letter-spacing:-.01em;margin:0 0 6px}
.av-section .sub{color:var(--muted);margin:0 0 24px}
.av-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:880px){.av-cats{grid-template-columns:repeat(2,1fr)}}
.av-cat{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;text-decoration:none;color:#fff;display:flex;align-items:flex-end;padding:18px;font-weight:600;box-shadow:var(--shadow);transition:transform .2s}
.av-cat:hover{transform:translateY(-4px)}
.av-cat::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.65))}
.av-cat span{position:relative;z-index:2;font-size:18px}
.av-cat .tag{position:absolute;top:14px;left:14px;background:#fff;color:#0b0b0c;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700;z-index:2;text-transform:uppercase}
.av-cat.c1{background:url('https://images.unsplash.com/photo-1505740420928-5e560c06d30e?auto=format&fit=crop&w=600&q=80') center/cover}
.av-cat.c2{background:url('https://images.unsplash.com/photo-1542291026-7eec264c27ff?auto=format&fit=crop&w=600&q=80') center/cover}
.av-cat.c3{background:url('https://images.unsplash.com/photo-1522338242992-e1a54906a8da?auto=format&fit=crop&w=600&q=80') center/cover}
.av-cat.c4{background:url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?auto=format&fit=crop&w=600&q=80') center/cover}
.av-usps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:#0b0b0c;color:#fff;border-radius:20px;padding:28px;margin-bottom:64px}
@media(max-width:880px){.av-usps{grid-template-columns:repeat(2,1fr);padding:20px}}
.av-usp{display:flex;gap:12px}
.av-usp .ico{width:38px;height:38px;border-radius:10px;background:#16a34a;display:grid;place-items:center;flex:none}
.av-usp b{display:block;font-size:14px}
.av-usp small{color:#a8a8ad;font-size:12.5px;line-height:1.4}
.av-legacy-hide{display:none!important}
ul.products li.product{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px!important;transition:transform .15s,box-shadow .15s;list-style:none!important}
ul.products li.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
ul.products li.product .price{color:var(--ink)!important;font-weight:700}
.add_to_cart_button,ul.products li.product .button{background:#0b0b0c!important;color:#fff!important;border-radius:10px!important;padding:10px 14px!important;font-weight:600!important;border:0!important}

/* === HIDE LEGACY DUPLICATES === */
.vezzo-topbar{display:none!important}
.home .ac-hero,.home .ac-sec,.home .ac-sec-alt{display:none!important}
/* Rebuild legacy header to look premium light */
.vezzo-header{background:#fff!important;border-bottom:1px solid #e8e6e0!important;color:#0b0b0c!important;box-shadow:none!important}
.vezzo-header *{color:#0b0b0c!important}
.vezzo-header .header-search input{background:#fafaf7!important;border:1px solid #e8e6e0!important;color:#0b0b0c!important;border-radius:12px!important;padding:12px 18px!important}
.vezzo-header .header-search input::placeholder{color:#8a8a90!important}
.vezzo-header .header-search button{background:transparent!important;color:#0b0b0c!important}
.vezzo-header .header-actions a,.vezzo-header .header-action-btn{color:#0b0b0c!important;background:transparent!important}
.vezzo-header .container{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:18px;padding:8px 24px}
/* keep our topbar above */
.av-topbar{position:relative;z-index:5}
/* Hide legacy hero icons row that were oversized */
.ac-hero-art,.ac-hero-stat,.ac-hero-pill{display:none!important}

/* === HIDE LEGACY HEADER & TOPBAR (real classes) === */
.ac-top,.ac-top-i,.ac-header{display:none!important}
/* === NEW PREMIUM HEADER === */
.av-topbar{position:relative;z-index:60}
.av-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}
.av-header.is-scrolled{box-shadow:0 6px 24px rgba(11,11,12,.06)}
.av-header-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:14px 24px}
.av-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:700;font-size:18px;letter-spacing:-.01em}
.av-logo-mark{width:36px;height:36px;border-radius:10px;background:#0b0b0c;color:#fff;display:grid;place-items:center;font-family:'Fraunces',serif;font-weight:700;font-size:18px}
.av-logo small{display:block;font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-top:2px}
.av-search{position:relative;max-width:560px;width:100%;justify-self:center}
.av-search input{width:100%;height:46px;border-radius:14px;border:1px solid var(--line);background:#f4f2ec;padding:0 50px 0 46px;font-size:15px;color:var(--ink);outline:none;transition:border-color .15s,background .15s,box-shadow .15s}
.av-search input:focus{border-color:#0b0b0c;background:#fff;box-shadow:0 0 0 4px rgba(11,11,12,.06)}
.av-search input::placeholder{color:#8a8a90}
.av-search .av-s-ico{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#0b0b0c;font-size:16px;pointer-events:none}
.av-search button{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:36px;padding:0 14px;border:0;border-radius:10px;background:#0b0b0c;color:#fff;font-weight:600;font-size:13px;cursor:pointer}
.av-nav-actions{display:flex;align-items:center;gap:6px}
.av-nav-actions a{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;color:var(--ink);text-decoration:none;font-size:14px;font-weight:600;transition:background .15s}
.av-nav-actions a:hover{background:#f4f2ec}
.av-nav-actions .av-cart{position:relative}
.av-nav-actions .av-cart .badge{position:absolute;top:2px;right:2px;background:#16a34a;color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:2px 6px;line-height:1}
.av-nav-cats{max-width:1280px;margin:0 auto;display:flex;gap:6px;padding:0 24px 12px;overflow-x:auto;scrollbar-width:none}
.av-nav-cats::-webkit-scrollbar{display:none}
.av-nav-cats a{flex:none;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--muted);text-decoration:none;border:1px solid transparent;transition:all .15s}
.av-nav-cats a:hover,.av-nav-cats a.active{color:var(--ink);background:#f4f2ec;border-color:var(--line)}
@media(max-width:880px){.av-header-inner{grid-template-columns:auto 1fr auto;gap:10px;padding:10px 14px}.av-logo small{display:none}.av-search input{height:42px;font-size:14px}.av-search button{display:none}.av-search input{padding-right:14px}.av-nav-actions a span:not(.badge){display:none}.av-nav-actions a{padding:8px}}

/* Force header above everything */
body > .av-topbar{order:-2}
body > .av-header{order:-1}
body{display:block!important}
.av-header{position:relative}
/* push everything else below header visually if header is fixed */
.home .ac-sec,.home .ac-sec-alt,.home .ac-hero{display:none!important}

/* FORCE FIXED HEADER */
.av-topbar{position:fixed!important;top:0;left:0;right:0;z-index:9998!important}
.av-header{position:fixed!important;top:38px;left:0;right:0;z-index:9997!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
body{padding-top:155px!important}
@media(max-width:880px){.av-header{top:34px}body{padding-top:140px!important}}

/* === FOOTER PREMIUM OVERHAUL === */
.ac-foot{background:#0a0a0b!important;color:#e8e6e0!important;border-top:1px solid #1a1a1d!important;padding:64px 0 0!important;font-family:'Inter',system-ui,sans-serif!important}
.ac-foot *{color:inherit!important}
.ac-foot a{color:#cfcdc6!important;text-decoration:none!important;transition:color .15s}
.ac-foot a:hover{color:#fff!important}
.ac-foot h2,.ac-foot h3,.ac-foot h4,.ac-foot strong,.ac-foot b{color:#fff!important;font-weight:700!important;letter-spacing:.04em;font-size:13px!important;text-transform:uppercase}
.ac-foot .ac-foot-c,.ac-foot > .container,.ac-foot > div{max-width:1240px!important;margin:0 auto!important;padding:0 24px!important}
.ac-foot ul{list-style:none!important;padding:0!important;margin:14px 0 0!important}
.ac-foot li{margin:0 0 10px!important;font-size:14.5px!important;line-height:1.5}
/* Newsletter block */
.ac-foot-news{background:linear-gradient(135deg,#16a34a 0%,#0d7a37 100%)!important;border-radius:20px!important;padding:32px!important;margin:0 0 48px!important;display:grid!important;grid-template-columns:1.2fr 1fr!important;gap:32px!important;align-items:center;border:0!important}
@media(max-width:880px){.ac-foot-news{grid-template-columns:1fr!important;padding:24px!important}}
.ac-foot-news h2,.ac-foot-news h3,.ac-foot-news strong{color:#fff!important;font-size:24px!important;text-transform:none!important;letter-spacing:-.01em!important;font-family:'Fraunces',serif!important;font-weight:600!important;line-height:1.15}
.ac-foot-news p,.ac-foot-news small{color:rgba(255,255,255,.85)!important;font-size:14.5px!important;margin-top:6px!important;display:block}
.ac-foot-news-f,.ac-foot-news form{display:flex!important;gap:10px!important;background:rgba(255,255,255,.12)!important;padding:6px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.2)!important}
.ac-foot-news input[type=email],.ac-foot-news input[type=text]{flex:1!important;background:transparent!important;border:0!important;outline:none!important;color:#fff!important;padding:12px 14px!important;font-size:15px!important}
.ac-foot-news input::placeholder{color:rgba(255,255,255,.7)!important}
.ac-foot-news button{background:#0b0b0c!important;color:#fff!important;border:0!important;border-radius:10px!important;padding:12px 22px!important;font-weight:700!important;font-size:14px!important;cursor:pointer;letter-spacing:.02em;transition:transform .15s,background .15s}
.ac-foot-news button:hover{background:#000!important;transform:translateY(-1px)}
/* Columns */
.ac-foot-b{display:grid!important;grid-template-columns:1.3fr 1fr 1fr 1fr!important;gap:48px!important;padding-bottom:48px!important;border-bottom:1px solid #1a1a1d!important}
@media(max-width:880px){.ac-foot-b{grid-template-columns:1fr 1fr!important;gap:32px!important}}
.ac-foot-about{max-width:none!important}
.ac-foot-about p,.ac-foot-about > div:not(.ac-foot-logo){color:#a8a8ad!important;font-size:14.5px!important;line-height:1.6!important;margin-top:14px!important}
.ac-foot-about .logo,.ac-foot-about strong:first-child{font-family:'Fraunces',serif!important;font-size:24px!important;font-weight:700!important;color:#fff!important;text-transform:none!important;letter-spacing:-.01em}
.ac-foot-about .logo .dot,.ac-foot-about .green,.ac-foot-about em{color:#22c55e!important}
/* Bottom bar */
.ac-foot-bottom,.ac-foot-c > div:last-child,.ac-foot > div:last-child{padding:24px!important;color:#7a7a80!important;font-size:13px!important;display:flex!important;justify-content:space-between!important;align-items:center;flex-wrap:wrap;gap:14px;max-width:1240px;margin:0 auto}
.ac-foot-bottom a{color:#a8a8ad!important}
.ac-foot-pays,.ac-foot-bottom .pays,.ac-foot-bottom > div:last-child{color:#cfcdc6!important;font-weight:600;display:flex;gap:14px;align-items:center;flex-wrap:wrap}
/* Social icons */
.ac-foot .socials,.ac-foot-social,.ac-foot-about .socials{display:flex!important;gap:10px!important;margin-top:18px!important}
.ac-foot .socials a,.ac-foot-social a{width:38px;height:38px;display:inline-grid!important;place-items:center;background:#1a1a1d!important;border-radius:10px!important;color:#fff!important;transition:background .15s,transform .15s}
.ac-foot .socials a:hover{background:#22c55e!important;transform:translateY(-2px)}
/* Trust strip above footer */
.ac-foot::before{content:'';display:block;height:1px;background:linear-gradient(90deg,transparent,#22c55e,transparent);margin-bottom:64px;opacity:.4}

/* ============================================ */
/* === RESPONSIVE OVERHAUL - MOBILE FIRST    === */
/* ============================================ */

/* Tablet 1024px and below */
@media (max-width: 1024px){
  .av-hero{grid-template-columns:1fr 1fr;gap:32px;margin:24px auto 40px;padding:0 20px}
  .av-hero h1{font-size:clamp(36px,5vw,56px)!important}
  .av-hero-visual{aspect-ratio:4/5}
  .av-section{padding:0 20px;margin-bottom:48px}
  .av-cats{grid-template-columns:repeat(2,1fr);gap:14px}
  .av-usps{grid-template-columns:repeat(2,1fr);padding:24px}
  .av-header-inner{padding:12px 20px;gap:16px}
  .av-nav-cats{padding:0 20px 10px}
  .ac-foot-b{grid-template-columns:1fr 1fr;gap:36px}
}

/* Mobile <= 768px */
@media (max-width: 768px){
  /* Topbar - scroll horizontal compact */
  .av-topbar{font-size:11.5px!important;padding:8px 12px!important;gap:18px!important;justify-content:flex-start!important;overflow-x:auto!important;white-space:nowrap!important;flex-wrap:nowrap!important;scrollbar-width:none}
  .av-topbar::-webkit-scrollbar{display:none}
  .av-topbar span{flex:none}
  /* Header: logo + search + actions on one row */
  .av-header{top:34px!important}
  body{padding-top:142px!important}
  .av-header-inner{grid-template-columns:auto 1fr auto!important;padding:10px 14px!important;gap:10px!important;align-items:center}
  .av-logo{gap:8px;font-size:15px}
  .av-logo-mark{width:34px!important;height:34px!important;border-radius:10px!important;flex:0 0 34px!important}
  .av-logo span:nth-child(2){display:none}/* hide brand text, keep mark */
  .av-search{max-width:none}
  .av-search input{height:40px;font-size:14px;padding:0 16px 0 40px;border-radius:12px}
  .av-search .av-s-ico{left:13px;font-size:14px}
  .av-search button{display:none!important}
  .av-nav-actions a{padding:8px;font-size:12px}
  .av-nav-actions a span:not(.badge){display:none!important}
  .av-nav-actions .av-cart .badge{top:-2px;right:-2px}
  .av-nav-cats{padding:0 14px 10px;gap:6px}
  .av-nav-cats a{padding:7px 12px;font-size:12.5px}
  /* Hero: 1 column, image first hidden under text */
  .av-hero{grid-template-columns:1fr!important;gap:20px!important;margin:16px auto 28px!important;padding:0 16px!important}
  .av-hero .badge{font-size:11.5px;padding:6px 12px}
  .av-hero h1{font-size:clamp(34px,8.5vw,46px)!important;line-height:1.05!important;margin:12px 0 12px!important}
  .av-hero p.lead{font-size:15px;margin-bottom:18px}
  .av-cta-row{gap:8px;margin-bottom:18px}
  .av-btn-primary,.av-btn-secondary{padding:13px 18px;font-size:14px;flex:1;justify-content:center;text-align:center}
  .av-hero-visual{aspect-ratio:4/3;border-radius:18px}
  .av-chip{font-size:11.5px!important;padding:8px 12px!important;border-radius:11px!important}
  .av-chip .ico{width:26px;height:26px;font-size:12px}
  .av-trust{font-size:12px;gap:14px}
  /* Categories: 2 columns */
  .av-section{padding:0 16px!important;margin-bottom:36px!important}
  .av-section h2{font-size:24px!important}
  .av-section .sub{font-size:13.5px;margin-bottom:18px}
  .av-cats{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
  .av-cat{aspect-ratio:1/1.1;padding:14px;font-size:15px;border-radius:14px}
  .av-cat span{font-size:15px!important}
  .av-cat .tag{font-size:10px;padding:4px 8px;top:10px;left:10px}
  /* USPs: 2x2 */
  .av-usps{grid-template-columns:repeat(2,1fr)!important;padding:18px!important;gap:14px!important;border-radius:16px!important}
  .av-usp .ico{width:32px;height:32px;font-size:14px}
  .av-usp b{font-size:13px!important}
  .av-usp small{font-size:11.5px!important}
  /* Products grid */
  ul.products{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
  ul.products li.product{padding:10px!important;border-radius:14px!important}
  ul.products li.product .price{font-size:15px!important}
  /* Footer mobile */
  .ac-foot{padding:40px 0 0!important}
  .ac-foot::before{margin-bottom:36px!important}
  .ac-foot-news{grid-template-columns:1fr!important;padding:22px!important;border-radius:16px!important;margin-bottom:32px!important;gap:18px!important}
  .ac-foot-news h2,.ac-foot-news h3,.ac-foot-news strong{font-size:20px!important}
  .ac-foot-news p,.ac-foot-news small{font-size:13.5px!important}
  .ac-foot-news-f,.ac-foot-news form{flex-direction:row!important;flex-wrap:wrap}
  .ac-foot-news input{min-width:0!important;width:100%!important}
  .ac-foot-news button{width:100%!important;padding:14px!important}
  .ac-foot-b{grid-template-columns:1fr 1fr!important;gap:28px!important;padding-bottom:32px!important}
  .ac-foot-about{grid-column:1/-1!important}
  .ac-foot h2,.ac-foot h3,.ac-foot h4{font-size:12px!important}
  .ac-foot li{font-size:13.5px!important;margin-bottom:8px!important}
  .ac-foot-about .logo{font-size:20px!important}
  .ac-foot-bottom,.ac-foot > div:last-child{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:18px!important;text-align:left}
  /* Single product page */
  .single-product .product .images,.single-product .product .summary{width:100%!important;float:none!important;margin:0 0 18px!important}
  .av-sticky-buy{padding:10px 14px!important;gap:10px!important}
  .av-sticky-buy .price{font-size:16px!important}
  /* Hide oversized SVG icons */
  .single-product svg{max-width:24px!important;max-height:24px!important}
}

/* Small phones <= 420px */
@media (max-width: 420px){
  .av-topbar{font-size:10.5px!important;gap:14px!important;padding:7px 10px!important}
  .av-hero h1{font-size:34px!important}
  .av-hero p.lead{font-size:14px}
  .av-cat{font-size:14px}
  .av-cat span{font-size:14px!important}
  .av-section h2{font-size:21px!important}
  .av-btn-primary,.av-btn-secondary{padding:12px 14px;font-size:13.5px}
  ul.products{grid-template-columns:1fr!important}
  body{padding-top:138px!important}
}

/* Improve sticky header behavior on iOS (avoid 100vh issues) */
@supports (-webkit-touch-callout: none){
  .av-header{transform:translateZ(0)}
}

/* Touch targets minimum 44x44 */
@media (pointer:coarse){
  .av-nav-actions a,.av-nav-cats a,.av-search input,.av-btn-primary,.av-btn-secondary{min-height:44px}
}

/* === MOBILE HEADER HARD FIX === */
@media (max-width: 768px){
  /* override inline style flex on topbar */
  body > .av-topbar[style]{padding:8px 12px!important;font-size:11.5px!important;gap:18px!important;justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important;white-space:nowrap!important;height:auto!important;align-items:center}
  body > .av-topbar[style] span{flex:0 0 auto!important;display:inline-flex;align-items:center;gap:4px}
  /* Header: prevent overflow */
  body > .av-header[style]{overflow:hidden}
  .av-header-inner{max-width:100%!important;width:100%!important;box-sizing:border-box!important}
  .av-header-inner > *{min-width:0}
  .av-search{min-width:0;flex:1 1 auto}
  .av-nav-actions{flex:0 0 auto;gap:2px!important}
  .av-nav-actions a{padding:8px!important;font-size:18px!important}
  .av-nav-cats{padding:0 14px 10px!important;overflow-x:auto!important;flex-wrap:nowrap!important;white-space:nowrap!important;scrollbar-width:none}
  .av-nav-cats::-webkit-scrollbar{display:none}
  /* Legacy bottom nav (ac-qm) recolor to brand */
  .ac-qm{background:#0b0b0c!important;border-top:1px solid #1a1a1d!important;box-shadow:0 -4px 14px rgba(0,0,0,.18)!important}
  .ac-qm a,.ac-qm-b{color:#cfcdc6!important;font-size:11px!important}
  .ac-qm a.active,.ac-qm-b.active{color:#22c55e!important}
  .ac-qm svg,.ac-qm i{stroke:currentColor!important;color:currentColor!important;width:22px!important;height:22px!important}
  .ac-qm-b .badge,.ac-qm .badge{background:#22c55e!important;color:#fff!important}
}

/* 404 page premium fix */
.error404 .entry-content,body.error404 main,.page-404{text-align:center;padding:60px 24px;max-width:640px;margin:0 auto}
.error404 h1,.page-404 h1,.error-404 .page-title{font-family:'Fraunces',serif!important;font-size:clamp(80px,14vw,140px)!important;color:#0b0b0c!important;background:none!important;margin:0!important;line-height:1!important;letter-spacing:-.04em;font-weight:700}
.error404 h2,.page-404 h2{font-family:'Fraunces',serif!important;font-size:24px!important;color:#0b0b0c!important;margin:8px 0 12px!important;font-weight:600}
.error404 p,.page-404 p{color:#5b5b62!important;font-size:15px!important}
.error404 .button,.error404 a.btn,.page-404 .button,.page-404 a.btn,.error404 a[href*="/loja"]{background:#0b0b0c!important;color:#fff!important;border-radius:12px!important;padding:14px 26px!important;font-weight:600!important;border:0!important;display:inline-block;margin-top:18px;font-size:15px;text-decoration:none}
.error404 .button:hover,.page-404 .button:hover{background:#000!important}
/* kill orange */
.error404 *[style*="#ff5722"],.error404 *[style*="orange"]{background:#0b0b0c!important;color:#fff!important}

/* ====================================== */
/* === MOBILE HEADER v3 - PROPER LAYOUT === */
/* ====================================== */
@media (max-width: 768px){
  /* Topbar: visible chevron, controlled scroll */
  body > .av-topbar[style]{justify-content:center!important;gap:0!important;padding:0!important;font-size:11.5px!important;height:34px!important;overflow:hidden!important;position:fixed!important}
  body > .av-topbar[style] span{display:none!important}
  body > .av-topbar[style]::after{content:'📦 Entrega CTT 1-3 dias · 🔒 MB WAY · Devolução 14 dias';display:flex;align-items:center;height:100%;padding:0 14px;white-space:nowrap;font-size:11.5px;color:#fff;font-weight:500;letter-spacing:.01em}
  /* Header layout: 2 ROWS - top (logo+actions) and bottom (search) */
  body > .av-header[style]{top:34px!important;padding:0!important;overflow:visible!important}
  body{padding-top:158px!important}
  .av-header-inner{display:grid!important;grid-template-columns:auto auto!important;grid-template-areas:'logo actions' 'search search'!important;gap:8px 10px!important;padding:10px 14px 10px!important;align-items:center}
  .av-logo{grid-area:logo!important;display:flex!important;align-items:center;gap:10px}
  .av-logo-mark{width:38px!important;height:38px!important;border-radius:11px!important;flex:0 0 38px!important;box-shadow:0 6px 14px -4px rgba(13,122,55,.45),0 2px 4px rgba(0,0,0,.08)!important;transition:transform .25s ease,box-shadow .25s ease!important;display:block!important}.av-logo:hover .av-logo-mark{transform:translateY(-1px) scale(1.04)!important;box-shadow:0 10px 22px -6px rgba(13,122,55,.55),0 3px 6px rgba(0,0,0,.1)!important}
  .av-logo > span:nth-child(2){display:inline-flex!important;flex-direction:column;line-height:1.05}
  .av-brand-name{font-family:'Fraunces',serif;font-size:17px;letter-spacing:-.01em;color:#0b0b0c;display:inline-flex;align-items:baseline}.av-brand-name b{font-weight:800}.av-brand-name i{font-style:normal;font-weight:500;color:#0d7a37;margin-left:1px}
  .av-brand small{display:inline-flex!important;align-items:center!important;gap:5px!important;font-size:9.5px!important;color:#5b5b62!important;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-top:1px!important}
  .av-nav-actions{grid-area:actions!important;display:flex!important;gap:4px!important;justify-self:end}
  .av-nav-actions a{padding:9px!important;border-radius:10px!important;background:#f4f2ec!important;width:40px;height:40px;justify-content:center;align-items:center;display:flex!important;position:relative}
  .av-nav-actions a > span:not(.badge){display:none!important}
  .av-nav-actions a::before{font-size:18px;line-height:1}
  .av-nav-actions a[href*="conta"]::before{content:'👤'}
  .av-nav-actions a[href*="carrinho"]::before{content:'🛒'}
  .av-nav-actions .av-cart .badge{position:absolute!important;top:-4px!important;right:-4px!important;background:#16a34a!important;color:#fff!important;font-size:10px!important;font-weight:700;border-radius:999px;padding:2px 5px!important;line-height:1;min-width:18px;text-align:center;box-shadow:0 2px 6px rgba(22,163,74,.4)}
  /* Search bar takes full width on row 2 */
  .av-search{grid-area:search!important;max-width:none!important;width:100%!important;margin-top:2px}
  .av-search input{height:42px!important;font-size:14.5px!important;padding:0 16px 0 42px!important;border-radius:12px!important;background:#f4f2ec!important;border:1px solid #e8e6e0!important;width:100%!important;box-sizing:border-box}
  .av-search .av-s-ico{left:14px!important;top:50%!important;transform:translateY(-50%)!important;font-size:15px}
  .av-search button{display:none!important}
  /* Nav-cats below search, scroll */
  .av-nav-cats{padding:0 14px 10px!important;gap:6px!important;overflow-x:auto!important;flex-wrap:nowrap!important;display:flex!important;-webkit-overflow-scrolling:touch}
  .av-nav-cats a{flex:0 0 auto!important;padding:7px 13px!important;font-size:12.5px!important;border-radius:999px!important;background:transparent}
  .av-nav-cats a.active{background:#0b0b0c!important;color:#fff!important;border-color:#0b0b0c!important}
  /* update body padding for 2-row header */
  body{padding-top:170px!important}
}
@media (max-width: 420px){
  body{padding-top:168px!important}
  .av-brand-name{font-size:16px}
  .av-brand small{font-size:9px!important;letter-spacing:.06em}
  .av-nav-actions a{width:38px;height:38px;padding:8px!important}
}

/* ========= LOJA (catalog) revamp v1 ========= */
.vezzo-shop-content,.woocommerce.archive .vezzo-shop-content{padding:16px 16px 48px!important;max-width:1240px!important;margin:0 auto!important}
.woocommerce-products-header{padding:8px 4px 14px!important;margin:0 0 14px!important;border-bottom:1px solid #eef0ef!important}
.woocommerce-products-header__title.page-title{font-family:'Fraunces',serif!important;font-weight:800!important;font-size:34px!important;line-height:1.05!important;letter-spacing:-.02em!important;margin:0!important;color:#0b0b0c!important;padding:0!important;display:flex!important;align-items:center!important;gap:10px!important}
.woocommerce-products-header__title.page-title::before{content:'';width:6px;height:30px;border-radius:3px;background:linear-gradient(180deg,#16a34a,#0d7a37);box-shadow:0 4px 10px -2px rgba(13,122,55,.5)}
.woocommerce-notices-wrapper:empty{display:none!important}
/* Toolbar: result count + ordering */
.woocommerce .woocommerce-result-count{font-size:13px!important;color:#5b5b62!important;margin:0!important;padding:6px 2px!important;font-weight:500!important}
.woocommerce-ordering{margin:0 0 14px!important}
.woocommerce-ordering select.orderby{appearance:none!important;-webkit-appearance:none!important;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'><path d='M1 1l5 5 5-5' stroke='%230b0b0c' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 14px center/12px 7px!important;border:1px solid #e4e7e6!important;border-radius:12px!important;padding:10px 38px 10px 14px!important;font-size:14px!important;font-weight:600!important;color:#0b0b0c!important;width:100%!important;max-width:280px!important;box-shadow:0 1px 2px rgba(0,0,0,.03)!important}
/* Product grid */
.woocommerce ul.products,.woocommerce-page ul.products{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:14px!important;margin:0!important;padding:0!important;list-style:none!important}
@media (min-width:640px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}}
@media (min-width:960px){.woocommerce ul.products{grid-template-columns:repeat(4,1fr)!important;gap:22px!important}}
.woocommerce ul.products li.product{background:#fff!important;border:1px solid #eef0ef!important;border-radius:18px!important;padding:10px!important;margin:0!important;width:auto!important;float:none!important;display:flex!important;flex-direction:column!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;position:relative!important;overflow:hidden!important}
.woocommerce ul.products li.product:hover{transform:translateY(-3px)!important;box-shadow:0 14px 28px -12px rgba(13,122,55,.18),0 4px 10px -4px rgba(0,0,0,.06)!important;border-color:#dfe7e2!important}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex!important;flex-direction:column!important;text-decoration:none!important;color:inherit!important}
.woocommerce ul.products li.product img{border-radius:12px!important;background:#fafaf9!important;aspect-ratio:1/1!important;object-fit:contain!important;width:100%!important;height:auto!important;margin:0 0 10px!important;padding:8px!important;box-sizing:border-box!important;transition:transform .35s ease!important}
.woocommerce ul.products li.product:hover img{transform:scale(1.03)!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13.5px!important;font-weight:600!important;line-height:1.3!important;color:#0b0b0c!important;padding:0 4px!important;margin:2px 0 6px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:34px!important}
.woocommerce ul.products li.product .price{padding:0 4px!important;margin:auto 0 10px!important;font-size:16px!important;font-weight:800!important;color:#0d7a37!important;font-family:'Fraunces',serif!important;letter-spacing:-.01em!important}
.woocommerce ul.products li.product .price del{color:#9a9ba0!important;font-size:12px!important;font-weight:500!important;margin-right:6px!important;font-family:inherit!important}
.woocommerce ul.products li.product .price ins{text-decoration:none!important;color:#0d7a37!important}
/* Onsale badge */
.woocommerce ul.products li.product .onsale{position:absolute!important;top:14px!important;left:14px!important;background:#0d7a37!important;color:#fff!important;font-size:10.5px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;padding:4px 9px!important;border-radius:999px!important;margin:0!important;min-height:0!important;min-width:0!important;line-height:1.4!important;box-shadow:0 4px 10px -3px rgba(13,122,55,.5)!important}
/* Add-to-cart button */
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product a.add_to_cart_button,.woocommerce ul.products li.product .added_to_cart{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;background:#00c853!important;color:#fff!important;font-size:13px!important;font-weight:700!important;letter-spacing:.01em!important;padding:10px 12px!important;border-radius:12px!important;margin:0!important;border:0!important;text-transform:none!important;transition:background .2s ease,transform .2s ease!important}
.woocommerce ul.products li.product .button:hover,.woocommerce ul.products li.product a.add_to_cart_button:hover{background:#008f3a!important;transform:translateY(-1px)!important}
.woocommerce ul.products li.product .button::before{content:'🛒';font-size:13px}
.woocommerce ul.products li.product .added_to_cart{background:#0d7a37!important}
/* Pagination */
.woocommerce-pagination{margin:28px 0 0!important}
.woocommerce-pagination ul.page-numbers{display:flex!important;gap:6px!important;justify-content:center!important;border:0!important;padding:0!important}
.woocommerce-pagination ul.page-numbers li{border:0!important;margin:0!important}
.woocommerce-pagination ul.page-numbers a,.woocommerce-pagination ul.page-numbers span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;height:38px!important;padding:0 12px!important;border-radius:11px!important;background:#fff!important;border:1px solid #e4e7e6!important;color:#0b0b0c!important;font-weight:700!important;font-size:13.5px!important;text-decoration:none!important}
.woocommerce-pagination ul.page-numbers .current{background:#0b0b0c!important;color:#fff!important;border-color:#0b0b0c!important}
.woocommerce-pagination ul.page-numbers a:hover{border-color:#0d7a37!important;color:#0d7a37!important}
/* Hide ugly default view-switcher if present, plus default sort placement label */
.woocommerce-ordering label{display:none!important}
@media (max-width:420px){
  .woocommerce-products-header__title.page-title{font-size:28px!important}
  .vezzo-shop-content{padding:12px 12px 40px!important}
  .woocommerce ul.products li.product{border-radius:14px!important;padding:8px!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12.5px!important;min-height:32px!important}
  .woocommerce ul.products li.product .price{font-size:15px!important}
}
/* ========= /LOJA revamp ========= */
/* shop-header: title + view toggle on same line */
.vezzo-shop-content .shop-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:6px 4px 14px!important;margin:0 0 10px!important;border-bottom:1px solid #eef0ef!important;flex-wrap:wrap!important}
.vezzo-shop-content .shop-header .woocommerce-products-header__title{border-bottom:0!important;padding:0!important;margin:0!important}
.vezzo-shop-content .kairos-view-toggle{display:inline-flex!important;gap:4px!important;background:#f4f5f4!important;padding:4px!important;border-radius:12px!important;margin-left:auto!important}
.vezzo-shop-content .kairos-view-toggle .kairos-grid-btn{background:transparent!important;border:0!important;width:34px!important;height:34px!important;border-radius:9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#5b5b62!important;cursor:pointer!important;transition:background .2s ease,color .2s ease!important}
.vezzo-shop-content .kairos-view-toggle .kairos-grid-btn.active{background:#0b0b0c!important;color:#fff!important;box-shadow:0 2px 6px -2px rgba(0,0,0,.25)!important}
.vezzo-shop-content .kairos-view-toggle .kairos-grid-btn svg{width:16px!important;height:16px!important}
@media (max-width:420px){
  .vezzo-shop-content .shop-header{padding:4px 0 12px!important}
  .vezzo-shop-content .kairos-view-toggle{order:2!important}
}

/* === FOOTER ALIGN FIX (simetria em todas as resolucoes) === */
.ac-foot .ac-foot-c{align-items:start!important}
.ac-foot .ac-foot-c>div:last-child{display:block!important;justify-content:flex-start!important;align-items:flex-start!important;flex-wrap:nowrap!important;gap:0!important;padding:0!important;color:inherit!important;font-size:inherit!important;max-width:none!important;margin:0!important}
.ac-foot .ac-foot-c>div h2,.ac-foot .ac-foot-c>div h3,.ac-foot .ac-foot-c>div h4,.ac-foot .ac-foot-c>div strong{display:block!important;margin:0 0 14px 0!important}
.ac-foot .ac-foot-c>div ul{list-style:none!important;padding:0!important;margin:0!important}
.ac-foot .ac-foot-c>div li{margin:0 0 10px 0!important}

/* === FOOTER MOBILE (empilhado e centrado) === */
@media (max-width:768px){
  .ac-foot .ac-foot-c{display:block!important;align-items:initial!important;margin-bottom:8px!important}
  .ac-foot .ac-foot-c>div{display:block!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0 0 24px 0!important;text-align:center!important}
  .ac-foot .ac-foot-c>div h2,.ac-foot .ac-foot-c>div h3,.ac-foot .ac-foot-c>div h4,.ac-foot .ac-foot-c>div strong{text-align:center!important;margin:0 0 12px 0!important}
  .ac-foot .ac-foot-c>div li{text-align:center!important;margin:6px 0!important}
  .ac-foot .ac-foot-c>div a{display:inline-block!important}
  .ac-foot-about{text-align:center!important}
}
