/* aceito.shop — self-contained, zero deps */
*,*::before,*::after{box-sizing:border-box}
.aceito-home{
  --bg:#0b0d10;--surface:#13161b;--surface-2:#191d24;--card:#1c2128;
  --line:rgba(255,255,255,.08);--text:#eef1f5;--muted:#9aa3ad;--faint:#6b7380;
  --p:#22c55e;--p-h:#16a34a;--p-soft:rgba(34,197,94,.12);
  --gold:#fbbf24;--rose:#f43f5e;
  --r:14px;--r-sm:10px;--r-lg:22px;
  --sh:0 1px 2px rgba(0,0,0,.4),0 8px 32px rgba(0,0,0,.25);
  --w:1200px;
  margin:0;padding:0;color:var(--text);background:var(--bg);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased
}
.aceito-home a{color:inherit;text-decoration:none}
.aceito-home img{max-width:100%;display:block}
.aceito-home button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
.aceito-home h1,.aceito-home h2,.aceito-home h3,.aceito-home h4{margin:0;font-weight:700;letter-spacing:-.02em;line-height:1.15}
.aceito-home p{margin:0}
.ac-w{max-width:var(--w);margin:0 auto;padding:0 24px}

/* ───── TOPBAR ───── */
.ac-top{background:#000;color:#cdd0d6;font-size:12.5px;letter-spacing:.02em}
.ac-top-i{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 32px;padding:9px 24px;max-width:var(--w);margin:0 auto}
.ac-top-i span{display:inline-flex;align-items:center;gap:6px;opacity:.85}
.ac-top-i span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--p);box-shadow:0 0 8px var(--p)}

/* ───── HEADER ───── */
.ac-header{position:sticky;top:0;z-index:50;background:rgba(11,13,16,.85);backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid var(--line)}
.ac-h-i{display:flex;align-items:center;gap:24px;height:72px}
.ac-logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-.025em;color:var(--text)}
.ac-logo-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--p),#0ea5e9);display:grid;place-items:center;color:#000;font-weight:900;font-size:18px;box-shadow:0 4px 14px rgba(34,197,94,.3)}
.ac-logo small{color:var(--p);font-weight:700}
.ac-search{flex:1;max-width:560px;display:flex;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;height:46px;padding:0 6px 0 20px;transition:border-color .2s,background .2s}
.ac-search:focus-within{border-color:var(--p);background:var(--surface-2)}
.ac-search::before{content:"";width:18px;height:18px;border:2px solid var(--muted);border-radius:50%;flex-shrink:0;margin-right:10px;position:relative}
.ac-search::after{content:"";position:absolute;width:8px;height:2px;background:var(--muted);transform:rotate(45deg);margin-left:14px;margin-top:11px;border-radius:1px;pointer-events:none}
.ac-search input{flex:1;background:0;border:0;outline:0;color:var(--text);height:100%;font-size:14px}
.ac-search input::placeholder{color:var(--faint)}
.ac-search button{height:34px;padding:0 18px;border-radius:999px;background:var(--p);color:#000;font-weight:700;font-size:13px;letter-spacing:.02em}
.ac-search button:hover{background:var(--p-h)}
.ac-h-acts{display:flex;align-items:center;gap:4px}
.ac-h-btn{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:10px;font-size:13.5px;font-weight:500;color:var(--text);transition:background .2s}
.ac-h-btn:hover{background:var(--surface-2)}
.ac-h-btn::before{content:"";width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}
.ac-h-btn.user::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23eef1f5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='4'/><path d='M4 21c0-4 4-7 8-7s8 3 8 7'/></svg>")}
.ac-h-btn.cart::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23eef1f5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 4h3l2.5 12h11l2-9H7'/><circle cx='9' cy='20' r='1.5'/><circle cx='18' cy='20' r='1.5'/></svg>")}

/* ───── HERO ───── */
.ac-hero{position:relative;padding:80px 0 88px;overflow:hidden}
.ac-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(900px 500px at 75% 10%,var(--p-soft),transparent 60%),radial-gradient(700px 400px at 5% 80%,rgba(14,165,233,.08),transparent 60%);pointer-events:none}
.ac-hero-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}
.ac-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--p-soft);border:1px solid rgba(34,197,94,.3);border-radius:999px;padding:7px 16px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--p)}
.ac-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--p);box-shadow:0 0 10px var(--p);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.ac-hero h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;letter-spacing:-.035em;margin:22px 0 18px}
.ac-hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--p),#0ea5e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.ac-hero p{font-size:18px;color:var(--muted);max-width:540px;margin-bottom:32px}
.ac-ctas{display:flex;gap:12px;flex-wrap:wrap}
.ac-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:12px;font-weight:700;font-size:15px;letter-spacing:.01em;border:1px solid transparent;transition:transform .15s,background .2s,border-color .2s}
.ac-btn-p{background:var(--p);color:#000}
.ac-btn-p:hover{background:var(--p-h);transform:translateY(-1px)}
.ac-btn-g{background:transparent;border-color:var(--line);color:var(--text)}
.ac-btn-g:hover{border-color:var(--text);background:var(--surface)}
.ac-hero-art{position:relative;aspect-ratio:1/1;max-width:480px;justify-self:end;width:100%}
.ac-hero-art-card{position:absolute;inset:0;background:linear-gradient(145deg,var(--card),var(--surface-2));border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh)}
.ac-hero-art-card::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,var(--p) 0%,transparent 65%);opacity:.4;top:-80px;right:-80px;filter:blur(20px)}
.ac-hero-art-card::after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#0ea5e9 0%,transparent 65%);opacity:.3;bottom:-50px;left:-50px;filter:blur(20px)}
.ac-hero-pill{position:absolute;top:24px;left:24px;background:rgba(0,0,0,.6);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700;color:var(--p);z-index:2;letter-spacing:.04em;text-transform:uppercase}
.ac-hero-stat{position:absolute;background:rgba(28,33,40,.85);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:14px;padding:14px 18px;z-index:3}
.ac-hero-stat-1{top:20%;right:-20px;display:flex;align-items:center;gap:12px}
.ac-hero-stat-1 .v{width:38px;height:38px;border-radius:10px;background:var(--p-soft);color:var(--p);display:grid;place-items:center;font-weight:800;font-size:18px}
.ac-hero-stat-1 .l{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.ac-hero-stat-1 .n{font-size:15px;font-weight:700}
.ac-hero-stat-2{bottom:18%;left:-30px;display:flex;align-items:center;gap:12px}
.ac-hero-stat-2 .v{width:38px;height:38px;border-radius:10px;background:rgba(14,165,233,.15);color:#0ea5e9;display:grid;place-items:center;font-weight:800;font-size:18px}
.ac-hero-stat-2 .l{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.ac-hero-stat-2 .n{font-size:15px;font-weight:700}

/* ───── SECTION ───── */
.ac-sec{padding:72px 0}
.ac-sec-h{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}
.ac-sec-h-l h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;letter-spacing:-.025em}
.ac-sec-h-l p{color:var(--muted);font-size:15px;margin-top:6px}
.ac-sec-h a{font-size:14px;font-weight:600;color:var(--p);display:inline-flex;align-items:center;gap:6px;transition:gap .2s}
.ac-sec-h a:hover{gap:10px}

/* ───── CATEGORIES ───── */
.ac-cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}
.ac-cat{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:28px 16px;text-align:center;transition:transform .2s,border-color .2s,background .2s;position:relative;overflow:hidden}
.ac-cat::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--p-soft),transparent 50%);opacity:0;transition:opacity .3s}
.ac-cat:hover{transform:translateY(-4px);border-color:var(--p)}
.ac-cat:hover::before{opacity:1}
.ac-cat-i{position:relative;font-size:36px;display:block;margin-bottom:10px}
.ac-cat-n{position:relative;font-size:13.5px;font-weight:600;color:var(--text)}

/* ───── PRODUCTS ───── */
.ac-prods{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}
.ac-prod{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,border-color .2s,box-shadow .25s;position:relative}
.ac-prod:hover{transform:translateY(-5px);border-color:var(--p);box-shadow:0 14px 40px rgba(0,0,0,.4)}
.ac-prod-img{aspect-ratio:1/1;background:#fff;overflow:hidden;position:relative;border-radius:var(--r) var(--r) 0 0}
.ac-prod-img img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .35s}
.ac-prod:hover .ac-prod-img img{transform:scale(1.06)}
.ac-prod-info{padding:16px 18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}
.ac-prod-t{font-size:14px;line-height:1.4;font-weight:500;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}
.ac-prod-p{font-size:20px;font-weight:800;color:var(--p);margin-top:auto;letter-spacing:-.01em}
.ac-prod-p .woocommerce-Price-currencySymbol{color:var(--muted);font-weight:600;font-size:14px;margin-left:2px}
.ac-prod-p del{color:var(--faint);font-size:14px;font-weight:500;margin-right:8px}
.ac-prod-p ins{text-decoration:none;background:0}
.ac-cta-c{margin-top:40px;text-align:center}

/* ───── TRUST ───── */
.ac-trust{padding:56px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}
.ac-trust-g{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.ac-trust-i{display:flex;align-items:flex-start;gap:14px;padding:8px}
.ac-trust-i .ic{width:44px;height:44px;border-radius:12px;background:var(--p-soft);color:var(--p);display:grid;place-items:center;font-size:20px;flex-shrink:0}
.ac-trust-t{font-size:14.5px;font-weight:700;margin-bottom:3px}
.ac-trust-d{font-size:13px;color:var(--muted);line-height:1.5}

/* ───── FOOTER ───── */
.ac-foot{background:#000;color:#9aa3ad;padding:64px 0 28px;font-size:14px}
.ac-foot-news{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:32px;background:linear-gradient(135deg,var(--surface-2),var(--card));border:1px solid var(--line);border-radius:var(--r-lg);margin-bottom:48px;position:relative;overflow:hidden}
.ac-foot-news::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,var(--p) 0%,transparent 70%);opacity:.15;top:-100px;right:-100px}
.ac-foot-news h3{color:var(--text);font-size:24px;margin-bottom:8px;position:relative}
.ac-foot-news p{color:var(--muted);position:relative}
.ac-foot-news-f{display:flex;gap:10px;position:relative;z-index:2}
.ac-foot-news-f input{flex:1;height:50px;padding:0 20px;border-radius:12px;border:1px solid var(--line);background:rgba(0,0,0,.4);color:var(--text);font:inherit;outline:0}
.ac-foot-news-f input:focus{border-color:var(--p)}
.ac-foot-news-f input::placeholder{color:var(--faint)}
.ac-foot-news-f button{height:50px;padding:0 26px;border-radius:12px;background:var(--p);color:#000;font-weight:700}
.ac-foot-news-f button:hover{background:var(--p-h)}
.ac-foot-c{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:36px}
.ac-foot-c h4{color:var(--text);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;font-weight:700}
.ac-foot-c ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.ac-foot-c a:hover{color:var(--p)}
.ac-foot-about p{color:var(--muted);line-height:1.6;margin-top:12px}
.ac-foot-b{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;color:var(--faint);flex-wrap:wrap;gap:12px}

/* ───── MOBILE QUICKMENU ───── */
.ac-qm{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:rgba(11,13,16,.95);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px 0 calc(8px + env(safe-area-inset-bottom))}
.ac-qm-i{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--w);margin:0 auto}
.ac-qm-b{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;color:var(--muted);font-size:10.5px;font-weight:600;letter-spacing:.02em}
.ac-qm-b::before{content:"";width:22px;height:22px;background-position:center;background-repeat:no-repeat;background-size:contain;opacity:.7;transition:opacity .2s}
.ac-qm-b:hover,.ac-qm-b.act{color:var(--p)}
.ac-qm-b:hover::before,.ac-qm-b.act::before{opacity:1;filter:invert(58%) sepia(86%) saturate(450%) hue-rotate(85deg) brightness(95%) contrast(85%)}
.ac-qm-b.home::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa3ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12L12 4l9 8'/><path d='M5 10v10h14V10'/></svg>")}
.ac-qm-b.shop::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa3ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='6' width='16' height='14' rx='2'/><path d='M9 6V4a3 3 0 016 0v2'/></svg>")}
.ac-qm-b.cart::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa3ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 4h3l2.5 12h11l2-9H7'/><circle cx='9' cy='20' r='1.5'/><circle cx='18' cy='20' r='1.5'/></svg>")}
.ac-qm-b.user::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa3ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='4'/><path d='M4 21c0-4 4-7 8-7s8 3 8 7'/></svg>")}

/* ───── RESPONSIVE ───── */
@media(max-width:980px){
  .ac-hero-grid{grid-template-columns:1fr;gap:48px}
  .ac-hero-art{justify-self:center;max-width:380px}
  .ac-foot-news{grid-template-columns:1fr;padding:24px}
  .ac-foot-c{grid-template-columns:1fr 1fr;gap:32px}
}
@media(max-width:720px){
  .ac-search{display:none}
  .ac-h-btn span{display:none}
  .ac-h-btn{padding:10px}
  .ac-prods{grid-template-columns:repeat(2,1fr);gap:12px}
  .ac-prod-info{padding:12px 14px 16px;gap:6px}
  .ac-prod-t{font-size:13px;min-height:36px}
  .ac-prod-p{font-size:17px}
  .ac-cats{grid-template-columns:repeat(3,1fr);gap:10px}
  .ac-cat{padding:18px 10px}
  .ac-cat-i{font-size:28px}
  .ac-cat-n{font-size:12px}
  .ac-sec{padding:48px 0}
  .ac-hero{padding:48px 0 56px}
  .ac-foot-c{grid-template-columns:1fr}
  .ac-foot-b{flex-direction:column;text-align:center}
  .ac-qm{display:block}
  .aceito-home{padding-bottom:70px}
  .ac-hero-stat-1{right:0}
  .ac-hero-stat-2{left:0}
}

/* === FIX grade home (categorias + produtos) - restaurado === */
.vezzo-categories .categories-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:16px;
  width:100%;
}
.vezzo-categories .category-card{
  display:flex;
  flex-direction:column;
  width:auto;
  margin:0;
  border-radius:14px;
  overflow:hidden;
  position:relative;
}
.vezzo-categories .category-card img{
  width:100%;
  height:200px;
  object-fit:cover;
  display:block;
}
.vezzo-products-section .products-grid,
.products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:20px;
  width:100%;
}
.products-grid ul.products,
.products-grid .woocommerce ul.products{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:20px;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}
.products-grid ul.products li.product{
  width:auto;
  margin:0;
  float:none;
}
@media (max-width:768px){
  .vezzo-categories .categories-grid{grid-template-columns:repeat(2,1fr);}
  .products-grid ul.products,.products-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:420px){
  .vezzo-categories .categories-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .products-grid ul.products,.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
}

/* === FIX FORTE grade produtos home === */
.products-grid{display:block !important;width:100% !important;}
.products-grid .woocommerce{display:block !important;width:100% !important;overflow:visible !important;}
.products-grid .woocommerce::before,.products-grid .woocommerce::after{display:none !important;content:none !important;}
.products-grid ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:20px !important;width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important;float:none !important;
}
.products-grid ul.products::before,.products-grid ul.products::after{display:none !important;content:none !important;width:0 !important;}
.products-grid ul.products li.product{display:flex !important;flex-direction:column !important;width:auto !important;min-width:0 !important;margin:0 !important;float:none !important;clear:none !important;}
.products-grid ul.products li.product a.button,.products-grid ul.products li.product a.add_to_cart_button{margin-top:auto !important;}
@media (max-width:1024px){.products-grid ul.products{grid-template-columns:repeat(3,1fr) !important;}}
@media (max-width:768px){.products-grid ul.products{grid-template-columns:repeat(2,1fr) !important;}}
@media (max-width:420px){.products-grid ul.products{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;}}

/* === FIX visual home: hero secundario escuro + cards categorias === */
#categorias{scroll-margin-top:90px;}

/* hero secundario (faixa escura "entrega relampago") */
.vezzo-hero[style*="0f172a"],
.vezzo-hero.alt-bg{
  padding:64px 0 !important;
  border-radius:20px;
  margin:32px auto;
  overflow:hidden;
}
.vezzo-hero[style*="0f172a"] .container{max-width:1240px;margin:0 auto;padding:0 24px;}
.vezzo-hero[style*="0f172a"] .hero-content{max-width:760px;}
.vezzo-hero[style*="0f172a"] .hero-badge{display:inline-block;background:rgba(255,255,255,.12);color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.02em;margin-bottom:18px;}
.vezzo-hero[style*="0f172a"] h1{color:#fff !important;font-size:clamp(32px,5vw,52px);line-height:1.08;margin:0 0 16px;font-weight:800;}
.vezzo-hero[style*="0f172a"] p{color:rgba(255,255,255,.75) !important;font-size:18px;margin:0 0 28px;max-width:560px;}
.vezzo-hero[style*="0f172a"] .hero-buttons{display:flex;gap:14px;flex-wrap:wrap;}
.vezzo-hero[style*="0f172a"] .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:.15s;}
.vezzo-hero[style*="0f172a"] .btn-primary{background:#22c55e;color:#06210f;}
.vezzo-hero[style*="0f172a"] .btn-primary:hover{background:#1ea34e;}
.vezzo-hero[style*="0f172a"] .btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);}
.vezzo-hero[style*="0f172a"] .btn-outline:hover{background:rgba(255,255,255,.1);}

/* cards das Categorias Populares */
.vezzo-categories .section-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px;}
.vezzo-categories .section-header h2{margin:0;font-size:clamp(22px,3vw,30px);font-weight:800;}
.vezzo-categories .section-header a{font-size:14px;font-weight:600;color:#16a34a;text-decoration:none;white-space:nowrap;}
.vezzo-categories .category-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:16px;
  overflow:hidden;
  text-decoration:none;
  color:#111;
  display:flex;
  flex-direction:column;
  transition:transform .15s ease, box-shadow .15s ease;
}
.vezzo-categories .category-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.10);}
.vezzo-categories .category-card img{width:100%;height:170px;object-fit:cover;display:block;background:#f5f5f5;}
.vezzo-categories .category-card span{display:block;padding:12px 14px;font-size:15px;font-weight:600;text-align:center;}
@media (max-width:768px){
  .vezzo-hero[style*="0f172a"]{padding:44px 0 !important;}
  .vezzo-categories .category-card img{height:130px;}
}

/* === FIX overflow mobile grade de produtos === */
.products-grid{box-sizing:border-box;max-width:100%;overflow:hidden;}
.products-grid ul.products{max-width:100%;box-sizing:border-box;}
.products-grid ul.products li.product{box-sizing:border-box;min-width:0;max-width:100%;}
.products-grid ul.products li.product *{min-width:0;}
.products-grid ul.products li.product h2,
.products-grid ul.products li.product .woocommerce-loop-product__title{overflow-wrap:anywhere;word-break:break-word;}
.products-grid ul.products{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
@media (max-width:1024px){.products-grid ul.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media (max-width:768px){.products-grid ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;}}
@media (max-width:420px){.products-grid ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}}

/* === FIX container e overflow horizontal global === */
html,body{max-width:100%;overflow-x:hidden;}
.vezzo-products-section>.container,
.vezzo-categories>.container,
.vezzo-hero>.container,
.vezzo-cta>.container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding-left:16px;
  padding-right:16px;
  box-sizing:border-box;
}
@media (min-width:768px){
  .vezzo-products-section>.container,
  .vezzo-categories>.container,
  .vezzo-hero>.container,
  .vezzo-cta>.container{padding-left:24px;padding-right:24px;}
}

/* === FIX FINAL vencer woocommerce-smallscreen em mobile === */
body .products-grid .woocommerce ul.products,
body .products-grid ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;float:none !important;
}
body .products-grid .woocommerce ul.products li.product,
body .products-grid ul.products li.product{
  width:auto !important;max-width:100% !important;min-width:0 !important;margin:0 !important;padding:0 !important;float:none !important;clear:none !important;box-sizing:border-box !important;
}
body .products-grid ul.products li.product img{max-width:100% !important;height:auto;}
@media (max-width:1024px){body .products-grid .woocommerce ul.products,body .products-grid ul.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media (max-width:768px){body .products-grid .woocommerce ul.products,body .products-grid ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;}}
@media (max-width:420px){body .products-grid .woocommerce ul.products,body .products-grid ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}}

/* === FIX secao CTA "Porque esperar semanas" === */
.vezzo-cta{
  background:linear-gradient(135deg,#0f172a 0%,#16243f 100%);
  border-radius:20px;
  margin:48px auto;
  padding:56px 0;
}
.vezzo-cta>.container{max-width:1240px;margin:0 auto;padding:0 24px;box-sizing:border-box;}
.vezzo-cta .cta-content{max-width:720px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;}
.vezzo-cta .cta-content h2{color:#fff !important;font-size:clamp(26px,4vw,40px);font-weight:800;margin:0;line-height:1.15;}
.vezzo-cta .cta-content p{color:rgba(255,255,255,.78) !important;font-size:18px;margin:0;max-width:560px;}
.vezzo-cta .cta-content .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;font-weight:700;transition:.15s;margin-top:8px;}
.vezzo-cta .cta-content .btn-primary{background:#22c55e;color:#06210f !important;}
.vezzo-cta .cta-content .btn-primary:hover{background:#1ea34e;}
.vezzo-cta .cta-content .btn-lg{padding:16px 34px;font-size:16px;}
@media (max-width:768px){
  .vezzo-cta{padding:40px 0;margin:32px auto;}
  .vezzo-cta .cta-content p{font-size:16px;}
}
