    *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:var(--font-body);
    background:var(--paper);
    color:var(--ink);
    -webkit-font-smoothing:antialiased;
  }
  img,svg{display:block;max-width:100%;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1240px;margin:0 auto;padding:0 28px;}
  button{font-family:inherit;cursor:pointer;}

  /* ---------- TOPO / ANÚNCIO ---------- */
  .topbar{
    background:var(--ink);
    color:var(--paper);
    font-size:13px;
    letter-spacing:.01em;
    padding:8px 0;
    text-align:center;
  }

  /* ---------- HEADER ---------- */
  header{
    background:var(--paper-soft);
    border-bottom:1px solid var(--line);
    position:sticky;
    top:0;
    z-index:40;
  }
  .header-inner{
    display:flex;
    align-items:center;
    gap:32px;
    padding:18px 28px;
  }
  .logo{
    flex-shrink:0;
    display:flex;
    align-items:center;
  }
  .logo img{
    height:56px;
    width:auto;
    border-radius:8px;
  }
  nav.main-nav{
    display:flex;
    gap:28px;
    flex:1;
    font-size:14.5px;
    font-weight:500;
  }
  nav.main-nav a{
    padding:6px 0;
    border-bottom:2px solid transparent;
    transition:border-color .15s ease;
  }
  nav.main-nav a:hover{border-color:var(--accent);}
  .header-actions{
    display:flex;
    align-items:center;
    gap:18px;
  }
  .search-box{
    display:flex;
    align-items:center;
    gap:8px;
    background:var(--paper);
    border:1px solid var(--line);
    border-radius:999px;
    padding:9px 16px;
    font-size:13.5px;
    color:var(--text-muted);
    min-width:200px;
  }
  .icon-btn{
    width:20px;height:20px;
    stroke:var(--ink);
    fill:none;
    stroke-width:1.7;
  }
  .wa-pill{
    display:flex;
    align-items:center;
    gap:8px;
    background:var(--ink);
    color:var(--paper);
    padding:9px 16px 9px 12px;
    border-radius:999px;
    font-size:13.5px;
    font-weight:500;
  }
  .wa-pill svg{width:16px;height:16px;fill:#4CD964;}

  /* ---------- HERO ---------- */
  .hero{
    background:radial-gradient(circle at 15% 20%, var(--ink-soft), var(--ink) 65%);
    color:#ffffff;
    position:relative;
    overflow:hidden;
  }
  .hero-slide{
    position:relative;
    min-height:440px;
    display:flex;
    align-items:center;
  }
  .hero-slide-bg{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    opacity:.16;
    pointer-events:none;
  }
  .hero-slide-bg img{
    height:120%;
    max-width:none;
    object-fit:contain;
  }
  .hero-inner{
    position:relative;
    z-index:1;
    padding:70px 28px 64px;
    max-width:640px;
  }
  .hero-tag-corner{
    position:absolute;
    top:20px;
    right:28px;
    z-index:2;
    font-size:11px;
    color:rgba(255,255,255,.4);
    letter-spacing:.03em;
    text-transform:uppercase;
  }
  .hero-controls{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding-bottom:26px;
  }
  .hero-arrow{
    width:34px;height:34px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.25);
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hero-arrow svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;}
  .hero-dots{display:flex;gap:7px;}
  .hero-dots span{
    width:7px;height:7px;
    border-radius:50%;
    background:rgba(255,255,255,.3);
  }
  .hero-dots span.active{background:var(--accent);width:22px;border-radius:4px;}
  .hero-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:var(--accent);
    color:var(--accent-ink);
    font-weight:600;
    font-size:13px;
    padding:6px 14px;
    border-radius:999px;
    margin-bottom:22px;
  }
  .hero h1{
    font-family:var(--font-display);
    font-size:clamp(38px,4.6vw,60px);
    line-height:1.03;
    font-weight:700;
    letter-spacing:-.02em;
    margin:0 0 22px;
  }
  .hero p{
    font-size:17px;
    line-height:1.55;
    color:#c9c8cf;
    max-width:440px;
    margin:0 0 32px;
  }
  .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}
  .btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:14px 26px;
    border-radius:var(--radius);
    font-weight:600;
    font-size:14.5px;
    border:1px solid transparent;
  }
  .btn-primary{background:var(--accent);color:var(--accent-ink);}
  .btn-ghost{border-color:#3c3c44;color:var(--paper);}

  /* (bloco antigo de banner lateral removido — hero agora é carrossel full-width) */

  /* ---------- CATEGORIAS ---------- */
  .cat-strip{
    background:var(--paper-soft);
    border-bottom:1px solid var(--line);
  }
  .cat-row{
    display:flex;
    gap:12px;
    padding:22px 28px;
    overflow-x:auto;
  }
  .cat-pill{
    flex-shrink:0;
    padding:10px 20px;
    border:1px solid var(--line);
    border-radius:999px;
    font-size:13.5px;
    font-weight:500;
    background:var(--paper);
    white-space:nowrap;
  }
  .cat-pill.active{
    background:var(--ink);
    color:var(--paper);
    border-color:var(--ink);
  }

  /* ---------- SEÇÕES ---------- */
  section.products{padding:64px 28px;}
  .section-head{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    margin-bottom:30px;
    gap:20px;
  }
  .section-head h2{
    font-family:var(--font-display);
    font-size:28px;
    font-weight:600;
    margin:0;
    letter-spacing:-.01em;
  }
  .section-head a{
    font-size:13.5px;
    font-weight:600;
    color:var(--accent);
    flex-shrink:0;
  }

  .grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
  }
  .card{
    background:var(--paper-soft);
    border:1px solid var(--line);
    border-radius:var(--radius);
    overflow:hidden;
    display:flex;
    flex-direction:column;
  }
  .card-media{
    aspect-ratio:1/1.05;
    background:linear-gradient(150deg,#e9e6dd,#f3f1ec);
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .card-media svg{width:46px;height:46px;stroke:#b9b6ab;stroke-width:1.2;fill:none;}
  .tag{
    position:absolute;
    top:12px;
    left:12px;
    background:var(--accent);
    color:var(--accent-ink);
    font-size:11px;
    font-weight:700;
    letter-spacing:.02em;
    padding:4px 9px;
    border-radius:4px;
  }
  .tag.blur{background:var(--ink);color:var(--paper);}
  .card-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1;}
  .card-body .cat{font-size:11.5px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;}
  .card-body h3{font-size:15px;font-weight:600;margin:0;line-height:1.3;}
  .price-row{display:flex;align-items:center;gap:8px;margin-top:4px;}
  .price{font-family:var(--font-display);font-weight:700;font-size:17px;}
  .price-old{font-size:12.5px;color:var(--text-muted);text-decoration:line-through;}
  .price.blurred{filter:blur(5px);user-select:none;}
  .oferta-txt{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--accent);}
  .card-cta{
    margin-top:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:9px;
    font-size:13px;
    font-weight:600;
  }
  .card-cta svg{width:14px;height:14px;fill:#25D366;}

  /* ---------- BANNER PROMOCIONAL ---------- */
  .promo-banner{
    margin:0 28px 64px;
    border-radius:14px;
    background:linear-gradient(120deg,var(--accent),#a8151a);
    color:#ffffff;
    padding:52px 48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
  }
  .promo-banner h3{
    font-family:var(--font-display);
    font-size:30px;
    margin:0 0 8px;
    letter-spacing:-.01em;
    color:#ffffff;
  }
  .promo-banner p{margin:0;font-size:15px;max-width:420px;color:#ffe4e4;}
  .promo-banner .btn{background:#ffffff;color:var(--ink);}

  /* ---------- SOBRE / LOJA FÍSICA ---------- */
  .about{
    padding:70px 28px;
    background:var(--paper-soft);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .about-inner{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:56px;
    align-items:center;
  }
  .about-media{
    aspect-ratio:16/11;
    border-radius:12px;
    background:linear-gradient(150deg,#ece9e1,#f3f1ec);
    display:flex;align-items:center;justify-content:center;
    border:1px solid var(--line);
  }
  .about-media .placeholder-label{font-size:13px;color:var(--text-muted);}
  .about h2{
    font-family:var(--font-display);
    font-size:30px;
    margin:0 0 16px;
    letter-spacing:-.01em;
  }
  .about p{color:#555;line-height:1.65;font-size:15.5px;margin:0 0 26px;max-width:480px;}
  .about-badges{display:flex;gap:28px;flex-wrap:wrap;}
  .about-badges div{font-size:13.5px;color:var(--text-muted);}
  .about-badges strong{display:block;font-family:var(--font-display);font-size:22px;color:var(--ink);font-weight:700;}

  /* ---------- FOOTER ---------- */
  footer{background:var(--ink);color:#c9c8cf;padding:60px 28px 26px;}
  .footer-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1.1fr;
    gap:40px;
    padding-bottom:40px;
    border-bottom:1px solid #2c2c33;
  }
  .footer-grid h4{color:var(--paper);font-size:13.5px;margin:0 0 16px;font-weight:600;}
  .footer-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:13.5px;}
  .footer-logo{font-family:var(--font-display);font-weight:700;font-size:22px;color:var(--paper);margin-bottom:12px;}
  .footer-logo span{color:var(--accent);}
  .footer-brand p{font-size:13.5px;line-height:1.6;max-width:260px;color:#8f8e97;}
  .social-row{display:flex;gap:10px;margin-top:18px;}
  .social-row a{
    width:36px;height:36px;
    border:1px solid #3c3c44;
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
  }
  .social-row svg{width:16px;height:16px;stroke:var(--paper);fill:none;stroke-width:1.6;}
  .footer-bottom{
    display:flex;
    justify-content:space-between;
    padding-top:22px;
    font-size:12.5px;
    color:#75757d;
    flex-wrap:wrap;
    gap:10px;
  }

  /* ---------- WHATSAPP FLUTUANTE ---------- */
  .wa-float{
    position:fixed;
    right:24px;
    bottom:24px;
    width:58px;height:58px;
    border-radius:50%;
    background:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 22px rgba(0,0,0,.25);
    z-index:50;
  }
  .wa-float svg{width:28px;height:28px;fill:#fff;}

  /* ---------- RESPONSIVO ---------- */
  @media (max-width:980px){
    nav.main-nav{display:none;}
    .hero-inner{padding:52px 24px 56px;max-width:100%;}
    .hero-slide-bg{opacity:.1;}
    .grid{grid-template-columns:repeat(2,1fr);}
    .about-inner{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .promo-banner{padding:36px 28px;}
  }
  @media (max-width:520px){
    .grid{grid-template-columns:repeat(2,1fr);gap:14px;}
    .header-inner{padding:14px 18px;gap:14px;}
    .search-box{display:none;}
    section.products{padding:44px 18px;}
    .footer-grid{grid-template-columns:1fr;gap:28px;}
  }

  /* ---------- PÁGINA DE PRODUTO ---------- */
  .breadcrumb{
    padding:18px 28px 0;
    font-size:13px;
    color:var(--text-muted);
    max-width:1240px;
    margin:0 auto;
  }
  .breadcrumb a{color:var(--text-muted);}
  .breadcrumb a:hover{color:var(--accent);}
  .product-detail{
    max-width:1240px;
    margin:0 auto;
    padding:30px 28px 70px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:52px;
  }
  .product-media{
    aspect-ratio:1/1;
    border-radius:10px;
    overflow:hidden;
    background:linear-gradient(150deg,#e9e6f2,#f4f5fa);
    display:flex;align-items:center;justify-content:center;
    border:1px solid var(--line);
  }
  .product-media img{width:100%;height:100%;object-fit:cover;}
  .product-info .cat{font-size:12.5px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;}
  .product-info h1{
    font-family:var(--font-display);
    font-size:30px;
    margin:8px 0 14px;
    letter-spacing:-.01em;
  }
  .product-info .price{font-size:26px;margin-bottom:20px;display:block;}
  .product-info .oferta-txt{font-size:20px;display:block;margin-bottom:20px;}
  .product-info p.desc{color:#555;line-height:1.7;font-size:15.5px;margin-bottom:28px;white-space:pre-line;}
  .product-info .btn{padding:15px 28px;font-size:15px;}
  .empty-state{
    max-width:1240px;margin:0 auto;padding:80px 28px;text-align:center;color:var(--text-muted);
  }
  @media (max-width:820px){
    .product-detail{grid-template-columns:1fr;gap:26px;}
  }

  /* ---------- LOJAS FÍSICAS (múltiplos endereços) ---------- */
  .locations-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
    gap:22px;
  }
  .location-card{
    background:var(--paper-soft);
    border:1px solid var(--line);
    border-radius:10px;
    overflow:hidden;
  }
  .location-media{
    aspect-ratio:16/10;
    background:linear-gradient(150deg,#ece9e1,#f3f1ec);
    display:flex;align-items:center;justify-content:center;
  }
  .location-media img{width:100%;height:100%;object-fit:cover;}
  .location-media .placeholder-label{font-size:13px;color:var(--text-muted);}
  .location-body{padding:16px 18px 20px;}
  .location-body h3{font-family:var(--font-display);font-size:16px;margin:0 0 6px;}
  .location-body p{margin:0 0 6px;font-size:13.5px;color:#555;line-height:1.5;}
  .location-hours{font-size:12.5px;color:var(--text-muted);}
