*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--purple:#5d3b68;--purple2:#76517f;--deep:#2d2031;--yellow:#f1c94c;--green:#228752;--ink:#2a252d;--muted:#746d78;--line:#e9e5ea;--bg:#f8f7f9}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}button,input,select,textarea{font:inherit}.app{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#2d2031,#38273d 73%,#302135);color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:50}.brand{display:flex;align-items:center;gap:9px;margin-bottom:25px}.brand img{width:59px;height:59px}.brand strong{font:700 24px -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;display:block}.brand span{display:block;color:var(--yellow);font:600 12px -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.sidebar nav{display:grid;gap:6px}.nav{border:0;background:transparent;color:#fff;border-radius:11px;padding:13px 14px;text-align:left;font-weight:800;cursor:pointer}.nav b{width:27px;display:inline-block;font-size:18px}.nav.active{background:#f1c94c;color:#332d35;box-shadow:0 10px 25px #0002}.info-card{margin-top:auto;border:1px solid #513b57;border-radius:14px;overflow:hidden;background:#3a2a40}.info-card>div{display:flex;align-items:center;gap:11px;padding:11px 13px;border-bottom:1px solid #43204b}.info-card>div:last-child{border:0}.info-card span{font-size:12px;color:#e7deea}.info-card small{display:block;color:#fff;font-size:13px;font-weight:700;margin-top:3px}.online{width:15px;height:15px;border-radius:50%;background:#15b856}.wa-side{margin-top:17px;display:flex;gap:10px;align-items:center;text-decoration:none;color:#fff;background:#46324d;border-radius:14px;padding:13px}.wa-side>span{font-size:32px}.wa-side div{display:grid}.wa-side em{font-size:11px}.wa-side b{font-size:20px}.wa-side small{font-size:10px;color:#ddd}.social{text-align:center;margin-top:15px;font-size:20px}.site{min-width:0}.topbar{height:62px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;padding:0 25px;position:sticky;top:0;z-index:35;color:#5d5668;font-size:13px}.topbar>button:first-child{border:0;background:none;font-size:22px;cursor:pointer}.open{display:flex;align-items:center;gap:6px}.open i{width:9px;height:9px;border-radius:50%;background:var(--green)}.open strong{color:#0b9c47}.cart-top{margin-left:auto;position:relative;border:0;background:#5d3b68;color:#fff;border-radius:11px;padding:11px 17px;cursor:pointer}.cart-top em{position:absolute;top:-8px;left:28px;background:var(--yellow);color:#3b1743;border-radius:20px;min-width:20px;height:20px;display:grid;place-items:center;font-style:normal;font-weight:700}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;max-width:1550px;margin:auto;padding:16px 20px 35px}.search{height:44px;background:#fff;border:1px solid #e7e2e9;border-radius:12px;display:flex;align-items:center;padding:0 13px;box-shadow:0 2px 9px #34123e0c}.search input{border:0;outline:0;flex:1;padding:0 10px;background:transparent}.search button{border:0;background:none;font-size:18px;cursor:pointer}.chips{display:flex;gap:8px;padding:12px 0;overflow:auto}.chip{border:1px solid #e8e3eb;background:#fff;border-radius:20px;padding:9px 14px;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}.chip.active{background:var(--purple);color:#fff}.hero{height:255px;position:relative;border-radius:17px;overflow:hidden;background:#2e073a}.hero>img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(45,32,49,.94),rgba(67,48,73,.66) 48%,rgba(38,30,40,.03) 80%)}.hero-copy{position:absolute;left:58px;top:37px;color:#fff}.hero-copy h1{margin:0 0 12px;font-size:37px;line-height:1.05}.hero-copy h1 span{color:var(--yellow);font:700 42px -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.hero-copy p{font-size:14px;line-height:1.45}.badges{display:flex;gap:26px;margin-top:18px;font-size:11px;font-weight:800}.section{margin-top:17px}.section.hidden{display:none}.section-title h2{margin:0 0 3px;font-size:22px}.section-title p{margin:0 0 11px;color:var(--muted);font-size:12px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.product{background:#fff;border:1px solid #e7e1e9;border-radius:13px;overflow:hidden;box-shadow:0 4px 15px #25072d0b}.photo{height:165px;position:relative}.photo img{width:100%;height:100%;object-fit:cover}.photo span{position:absolute;left:9px;top:9px;background:#5d3b68;color:#fff;padding:5px 9px;border-radius:8px;font-weight:700;font-size:12px}.photo em{position:absolute;right:9px;top:9px;background:var(--yellow);padding:5px 8px;border-radius:7px;font-style:normal;font-size:10px;font-weight:700}.pbody{padding:12px 13px}.pbody h3{margin:0 0 4px;font-size:15px}.pbody p{margin:0 0 9px;color:var(--muted);font-size:11px;min-height:28px}.pbody strong,.combo strong,.simple strong{display:block;color:#5a3a64;font-size:18px;margin:0 0 9px}.pbody button,.simple button{width:100%;border:0;background:#5d3b68;color:#fff;border-radius:7px;padding:9px;font-weight:700;cursor:pointer}.combos{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.combo{position:relative;background:#fff;border:1px solid #e7e1e9;border-radius:12px;overflow:hidden;display:grid;grid-template-columns:42% 58%;min-height:140px}.combo>span{position:absolute;left:8px;top:8px;background:var(--yellow);padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700;z-index:2}.combo>img{width:100%;height:100%;object-fit:cover}.combo>div{padding:34px 10px 10px}.combo h3{margin:0 0 4px;font-size:13px}.combo p{font-size:10px;color:var(--muted);margin:0 0 8px}.combo button{position:absolute;right:9px;bottom:9px;border:0;background:#5d3b68;color:#fff;border-radius:7px;width:35px;height:31px;cursor:pointer}.simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.simple{background:#fff;border:1px solid #e7e1e9;border-radius:13px;padding:18px}.simple>div{font-size:42px}.simple h3{font-size:15px;margin:5px 0}.simple p{color:var(--muted);font-size:12px;min-height:30px}.right{display:grid;align-content:start;gap:15px}.cart-box,.pay-box{background:#fff;border:1px solid #e7e2e9;border-radius:13px;padding:16px;box-shadow:0 3px 12px #26072e0b}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee8f0;padding-bottom:11px}.cart-head h3{margin:0;font-size:16px}.cart-head button{border:0;background:none;color:#9a91a0;cursor:pointer}.empty-cart{text-align:center;display:grid;gap:5px;padding:25px 0;color:#a098a5}.empty-cart>span{font-size:34px}.empty-cart b{color:#342c3b;font-size:13px}.empty-cart small{font-size:11px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;border-bottom:1px solid #f0ebf1;padding:10px 0;font-size:11px}.cart-line small{color:#77707f}.cart-line .q{display:flex;justify-content:flex-end;align-items:center;gap:5px;margin-top:6px}.cart-line .q button{border:1px solid #ded7e0;background:#fff;border-radius:5px;width:24px;height:24px}.summary{margin-top:9px}.summary>div{display:flex;justify-content:space-between;padding:5px 0;font-size:11px}.summary .total{font-size:16px;border-top:1px solid #eee7ef;margin-top:4px;padding-top:11px}.finish{width:100%;border:0;background:#5d3b68;color:#fff;border-radius:8px;padding:11px;font-weight:700;margin-top:7px;cursor:pointer}.pay-box h4{margin:0 0 12px;font-size:12px;text-align:center}.pay-box>div{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.pay-box span{display:grid;place-items:center;font-size:22px}.pay-box small{font-size:9px;color:#5f5866}.trust-box{background:#4a3550;color:#fff;border-radius:14px;padding:17px}.trust-box>div{display:flex;gap:10px;align-items:center}.trust-box span{display:grid}.trust-box b{font-size:12px}.trust-box small{font-size:10px;color:#e4d8e7}.trust-box hr{border:0;border-top:1px solid #ffffff20;margin:14px 0}footer{text-align:center;color:#8b8490;font-size:10px;padding:28px 0}.overlay{position:fixed;inset:0;background:#18031f99;display:none;align-items:center;justify-content:center;z-index:100;padding:15px}.overlay.open{display:flex}.modal{position:relative;width:min(610px,96vw);max-height:94vh;overflow:auto;background:#fff;border-radius:16px;padding:20px;box-shadow:0 25px 80px #0005}.close{position:absolute;right:12px;top:10px;border:0;background:#f2edf4;border-radius:50%;width:36px;height:36px;font-size:22px;cursor:pointer;z-index:3}.modal>img{width:100%;height:210px;object-fit:cover;border-radius:10px}.modal h2{margin:14px 0 6px}.extras{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.extras label{background:#f8f5f9;padding:10px;border-radius:8px}.modal textarea{width:100%;min-height:65px;margin-top:11px;border:1px solid #ddd5df;border-radius:8px;padding:10px}.modal-bottom{display:flex;gap:10px;margin-top:12px}.qty{display:flex;border:1px solid #ddd5df;border-radius:8px;overflow:hidden}.qty button{width:38px;border:0}.qty b{min-width:38px;display:grid;place-items:center}.purple{border:0;background:#5d3b68;color:#fff;border-radius:8px;padding:12px 16px;font-weight:700;cursor:pointer}.modal-bottom>.purple{flex:1}.service-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.service-mode button{border:1px solid #ddd6df;background:#fff;border-radius:8px;padding:11px;font-weight:800}.service-mode button.active{background:#5b0876;color:#fff}.form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.form label{font-size:11px;font-weight:700}.form input,.form select{display:block;width:100%;border:1px solid #ddd6df;border-radius:8px;padding:11px;margin-top:5px;background:#fff}.form input[readonly]{background:#f7f5f8;color:#615a66}.wide{grid-column:1/-1}.cep-line{position:relative}.cep-line span{position:absolute;right:10px;top:14px;font-size:11px}.full{width:100%;margin-top:13px}.checkout-note{display:block;text-align:center;color:#7b7480;font-size:10px;margin-top:8px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,25px);opacity:0;background:#1d0525;color:#fff;border-radius:22px;padding:11px 16px;z-index:150;transition:.25s}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:1190px){.content-grid{grid-template-columns:1fr}.right{grid-template-columns:1fr 1fr}.cart-box{grid-row:1/3}.products,.combos,.simple-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:920px){.app{grid-template-columns:1fr}.sidebar{position:fixed;left:-260px;width:245px;transition:.25s}.sidebar.open{left:0}.content-grid{padding:12px}.products,.combos,.simple-grid{grid-template-columns:repeat(2,1fr)}.right{grid-template-columns:1fr}.cart-box{grid-row:auto}.hero{height:220px}}@media(max-width:620px){.desktop{display:none}.topbar{padding:0 12px}.content-grid{padding:8px}.hero{height:205px}.hero-copy{left:22px;top:27px}.hero-copy h1{font-size:27px}.hero-copy h1 span{font-size:31px}.hero-copy p{font-size:11px}.badges{display:none}.products,.combos,.simple-grid{grid-template-columns:1fr}.photo{height:195px}.combo{grid-template-columns:45% 55%}.form{grid-template-columns:1fr}.wide{grid-column:1}.extras{grid-template-columns:1fr}.chips{padding:9px 0}.right{padding-bottom:70px}}
/* V7 - acabamento mais leve e comercial */
body{font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:#25202a;background:#f8f8fa}
.sidebar{background:linear-gradient(180deg,#24172a,#2d1b34 74%,#26162c)}
.brand strong{font-family:Inter,system-ui,sans-serif;font-weight:750;letter-spacing:-.4px}
.brand span{font-family:Inter,system-ui,sans-serif;font-style:normal;font-weight:650;color:#e8c65a}
.nav.active{background:#f4cf4e;color:#2a2030;box-shadow:none}
.hero-copy h1{font-weight:700;letter-spacing:-1.2px}.hero-copy h1 span{font-family:Georgia,serif}
.chip.active,.finish,.purple,.pbody button,.simple button{background:#65416f}
.cart-top{background:#51305c}
.info-card{background:#2d1d33;border-color:#493451}
.wa-side{background:#35213c}
.product,.simple,.cart-box,.pay-box{box-shadow:0 5px 18px rgba(31,20,35,.06)}
.fee-note{margin:12px 0 0;padding:11px 12px;border-radius:9px;background:#f5f2f6;color:#5f5663;font-size:12px}
.emoji-photo{height:100%;display:grid;place-items:center;font-size:56px;background:#f3eef4}
.simple-icon{font-size:42px}

/* V8 - visual comercial mais natural */
:root{
  --brand:#4b3452;
  --brand-2:#6f5576;
  --brand-soft:#f3eef4;
  --gold:#d7b34c;
}
body{background:#f7f7f8;color:#25222a}
.sidebar{background:linear-gradient(180deg,#241d27,#302535 78%,#271f2b)}
.brand strong{font-size:22px;font-weight:760}
.brand span{color:#d8be67;font-size:11px;letter-spacing:.1px}
.topbar{background:rgba(255,255,255,.97);backdrop-filter:blur(8px)}
.hero{box-shadow:0 12px 32px rgba(35,26,38,.12)}
.hero-shade{background:linear-gradient(90deg,rgba(29,20,32,.92),rgba(44,31,48,.64) 48%,rgba(29,20,32,.05) 80%)}
.hero-copy small{letter-spacing:1.2px;opacity:.82}
.hero-copy h1{font-size:34px;letter-spacing:-.8px}
.hero-copy h1 span{color:#e0bd51}
.badges{gap:10px;flex-wrap:wrap}
.badges span{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.15);padding:6px 9px;border-radius:999px;font-weight:650}
.chip{font-weight:650;color:#4e4851;box-shadow:none}
.chip.active{background:#4b3452;color:#fff;border-color:#4b3452}
.section-title h2{font-weight:750;letter-spacing:-.4px}
.products{gap:18px}
.product,.simple{border:1px solid #e9e6ea;border-radius:15px;box-shadow:0 8px 24px rgba(40,31,43,.055);transition:.18s ease}
.product:hover,.simple:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(40,31,43,.09)}
.photo{height:190px;background:#eee}
.photo img{transition:.25s ease}.product:hover .photo img{transform:scale(1.018)}
.photo span{background:rgba(44,31,49,.88);backdrop-filter:blur(5px);font-size:11px}
.pbody{padding:15px}
.pbody h3,.simple h3{font-size:15px;font-weight:740;letter-spacing:-.2px}
.pbody p,.simple p{font-size:11px;line-height:1.55;color:#767078}
.pbody strong,.simple strong{font-size:20px;color:#3c2d41;font-weight:800}
.pbody button,.simple button{background:#4b3452;border:0;border-radius:9px;padding:10px;font-size:12px}
.pbody button:hover,.simple button:hover{background:#3c293f}
.simple{padding:0;overflow:hidden}
.simple-media{height:110px;background:linear-gradient(135deg,#f2eef3,#e9e3eb);display:flex;align-items:center;justify-content:center;position:relative}
.simple-media-mark{width:52px;height:52px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:22px;font-weight:800;color:#5d4964;box-shadow:0 8px 24px rgba(57,44,61,.1)}
.simple-media-label{position:absolute;left:12px;bottom:9px;background:#fff;border-radius:999px;padding:4px 8px;font-size:9px;color:#6e6671}
.simple>h3,.simple>p,.simple>strong,.simple>button{margin-left:14px;margin-right:14px}
.simple>h3{margin-top:13px}.simple>button{width:calc(100% - 28px);margin-bottom:14px}
.cart-box,.pay-box,.trust-box{border-radius:15px}
.cart-box{box-shadow:0 10px 30px rgba(43,34,46,.07)}
.finish,.purple,.cart-top{background:#4b3452}
.finish:hover,.purple:hover{background:#3d2b42}
.wa-side{background:#302535;border:1px solid rgba(255,255,255,.08)}
.info-card{background:#2e2632;border-color:#47394b}

.js-add-product.added{transform:scale(.97);background:#2f7a52!important;transition:.12s}.js-add-product{transition:.12s}

.simple-media-mark img{width:36px;height:36px;display:block}


/* =========================================================
   V8.2 - MOBILE FIRST / EXPERIÊNCIA DE DELIVERY
   ========================================================= */
html{scroll-behavior:smooth}
.cat-section{scroll-margin-top:116px}

@media (max-width: 900px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  body{background:#f8f8f9}

  /* Desktop sidebar becomes compact mobile header */
  .sidebar{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:10px 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    background:#251e29!important;
    z-index:30
  }
  .brand{margin:0!important;display:flex!important;align-items:center!important;gap:9px!important}
  .brand img{width:38px!important;height:38px!important}
  .brand strong{font-size:17px!important}
  .brand span{font-size:9px!important}
  .sidebar nav,.sidebar .info-card,.sidebar .wa-side,.sidebar .sidebar-foot{display:none!important}

  .app,.layout,.main,.content,.page,.customer-main{
    margin-left:0!important;
    width:100%!important;
    max-width:100%!important
  }

  .topbar{
    position:sticky!important;
    top:0!important;
    z-index:25!important;
    min-height:42px!important;
    height:auto!important;
    padding:7px 12px!important;
    gap:8px!important;
    border-bottom:1px solid #ece9ed
  }
  .topbar .hamburger{display:none!important}
  .topbar .status-line{font-size:10px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .topbar .cart-mini{min-width:auto!important;padding:7px 10px!important;font-size:11px!important}

  .content{padding:10px 12px 90px!important}
  .shop-grid,.main-grid,.delivery-grid{
    display:block!important;
    grid-template-columns:1fr!important
  }

  /* Search + horizontal category rail */
  .search{height:44px!important;border-radius:12px!important;margin:0 0 9px!important;font-size:14px!important}
  .chips{
    display:flex!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    padding:1px 0 10px!important;
    scrollbar-width:none
  }
  .chips::-webkit-scrollbar{display:none}
  .chip{flex:0 0 auto!important;min-height:36px!important;padding:8px 12px!important;font-size:11px!important;border-radius:999px!important}

  /* Hero: only home/destaques, shorter on mobile */
  .hero{
    min-height:190px!important;
    height:190px!important;
    border-radius:15px!important;
    margin:2px 0 18px!important;
    background-position:65% center!important
  }
  .hero-shade{
    background:linear-gradient(90deg,rgba(28,20,31,.94) 0%,rgba(34,24,37,.77) 52%,rgba(34,24,37,.08) 100%)!important
  }
  .hero-copy{width:68%!important;max-width:none!important;padding:22px 18px!important}
  .hero-copy small{font-size:9px!important}
  .hero-copy h1{font-size:24px!important;line-height:1.02!important;margin:5px 0 8px!important}
  .hero-copy p{font-size:11px!important;line-height:1.35!important}
  .badges{display:none!important}

  .section-title{margin:14px 0 10px!important}
  .section-title h2{font-size:20px!important}
  .section-title p{font-size:11px!important}

  /* Products: clean two-column mobile catalogue */
  .products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important
  }
  .product,.simple{
    min-width:0!important;
    width:100%!important;
    border-radius:13px!important;
    box-shadow:0 4px 16px rgba(34,27,37,.06)!important
  }
  .photo{height:132px!important}
  .photo span{top:8px!important;left:8px!important;font-size:9px!important;padding:5px 7px!important}
  .pbody{padding:11px!important}
  .pbody h3,.simple h3{font-size:13px!important;line-height:1.25!important;min-height:32px}
  .pbody p,.simple p{font-size:10px!important;line-height:1.35!important;min-height:28px}
  .pbody strong,.simple strong{font-size:17px!important}
  .pbody button,.simple button{min-height:39px!important;font-size:11px!important;margin-top:8px!important}
  .simple-media{height:105px!important}

  /* Cart is not a permanent right column on phones */
  .right-col,.cart-column,.checkout-side{
    width:100%!important;
    position:static!important;
    margin-top:16px!important
  }
  .pay-box,.trust-box{display:none!important}
  .cart-box{margin-top:12px!important;border-radius:14px!important}
  .cart-box .cart-items{max-height:none!important}

  /* Modal/checkout optimized for thumbs */
  .modal,.modal-card,.checkout-modal,.product-modal{
    width:calc(100% - 20px)!important;
    max-width:none!important;
    max-height:92vh!important;
    overflow-y:auto!important;
    border-radius:16px!important
  }
  .modal-overlay,.overlay{align-items:flex-end!important;padding:0 0 8px!important}
  .modal-card,.checkout-modal,.product-modal{margin:0 auto!important}
  input,select,textarea,button{font-size:16px}
  .form-grid,.checkout-grid{grid-template-columns:1fr!important}
  .finish,.purple{min-height:48px!important}

  /* Sticky cart action for mobile when supported by markup */
  .mobile-cart-bar{
    position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;
    z-index:60!important;border-radius:14px!important;box-shadow:0 10px 35px rgba(30,23,32,.24)!important
  }
}

@media (max-width: 430px){
  .content{padding-left:10px!important;padding-right:10px!important}
  .products{gap:8px!important}
  .photo{height:118px!important}
  .hero{height:180px!important;min-height:180px!important}
  .hero-copy{width:72%!important;padding:19px 14px!important}
  .hero-copy h1{font-size:22px!important}
}

@media (max-width: 350px){
  .products{grid-template-columns:1fr!important}
  .photo{height:180px!important}
}


/* ==========================================================
   V8.3 - MOBILE REAL (classes reais do HTML)
   ========================================================== */
@media (max-width: 920px){
  html,body{margin:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  .app{
    display:block!important;
    width:100%!important;
    min-height:100vh!important
  }
  .sidebar{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:9px 12px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    background:#241c28!important;
    z-index:50!important
  }
  .sidebar .brand{margin:0!important;padding:0!important;gap:8px!important}
  .sidebar .brand img{width:40px!important;height:40px!important}
  .sidebar .brand strong{font-size:17px!important}
  .sidebar .brand span{font-size:9px!important}
  .sidebar nav,.sidebar .info-card,.sidebar .wa-side,.sidebar .social{display:none!important}

  .site{width:100%!important;min-width:0!important;overflow:visible!important}
  .topbar{
    position:sticky!important;top:0!important;z-index:45!important;
    width:100%!important;height:52px!important;min-height:52px!important;
    padding:0 12px!important;gap:8px!important
  }
  #menuBtn{display:none!important}
  .topbar .desktop{display:none!important}
  .topbar .open{font-size:11px!important}
  .cart-top{margin-left:auto!important;padding:9px 12px!important;border-radius:10px!important}
  .cart-top b{font-size:12px!important}

  .content-grid{
    display:block!important;
    grid-template-columns:none!important;
    width:100%!important;
    max-width:100%!important;
    padding:10px 10px 84px!important;
    margin:0!important
  }
  .content-grid>main{width:100%!important;min-width:0!important}
  .right{
    width:100%!important;
    display:block!important;
    margin-top:14px!important
  }
  .right .pay-box,.right .trust-box{display:none!important}

  .search{
    width:100%!important;height:44px!important;
    margin:0 0 9px!important;border-radius:12px!important
  }
  .search input{min-width:0!important;font-size:16px!important}
  .chips{
    display:flex!important;flex-wrap:nowrap!important;
    width:100%!important;max-width:100%!important;
    overflow-x:auto!important;overflow-y:hidden!important;
    gap:7px!important;padding:0 0 10px!important;
    scrollbar-width:none!important
  }
  .chips::-webkit-scrollbar{display:none!important}
  .chip{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    padding:9px 12px!important;
    font-size:11px!important;
    border-radius:999px!important
  }

  .hero{
    width:100%!important;height:185px!important;min-height:185px!important;
    border-radius:14px!important;margin:0 0 16px!important
  }
  .hero>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:65% center!important}
  .hero-copy{left:0!important;top:0!important;width:67%!important;padding:20px 15px!important}
  .hero-copy small{font-size:8px!important}
  .hero-copy h1{font-size:23px!important;line-height:1.04!important;margin:5px 0 8px!important}
  .hero-copy h1 span{font-size:26px!important}
  .hero-copy p{font-size:10px!important;line-height:1.35!important;margin:0!important}
  .badges{display:none!important}

  .section{width:100%!important;margin-top:14px!important;scroll-margin-top:64px!important}
  .section-title{margin:0 0 9px!important}
  .section-title h2{font-size:20px!important;margin:0 0 3px!important}
  .section-title p{
    font-size:11px!important;line-height:1.35!important;
    white-space:normal!important;overflow:visible!important
  }

  .products,.simple-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
    width:100%!important
  }
  .product,.simple,.product-card{
    width:100%!important;min-width:0!important;max-width:100%!important;
    overflow:hidden!important
  }
  .photo{height:128px!important}
  .photo img{width:100%!important;height:100%!important;object-fit:cover!important}
  .photo span{font-size:9px!important;padding:4px 7px!important}
  .pbody{padding:10px!important}
  .pbody h3,.simple h3{
    font-size:12px!important;line-height:1.25!important;
    min-height:30px!important;margin-bottom:4px!important
  }
  .pbody p,.simple p{
    font-size:9px!important;line-height:1.35!important;
    min-height:25px!important;margin-bottom:8px!important
  }
  .pbody strong,.simple strong{font-size:17px!important;margin-bottom:7px!important}
  .pbody button,.simple button{
    width:100%!important;min-height:40px!important;
    font-size:11px!important;padding:9px 5px!important
  }
  .simple-media{height:100px!important}

  .cart-box{width:100%!important;margin-top:12px!important;padding:14px!important}
  .summary .total{font-size:15px!important}
  .finish{min-height:48px!important;font-size:13px!important}

  .overlay{padding:0!important;align-items:flex-end!important}
  .modal{
    width:100%!important;max-width:100%!important;
    max-height:92dvh!important;border-radius:18px 18px 0 0!important;
    padding:18px 14px calc(18px + env(safe-area-inset-bottom))!important;
    margin:0!important;overflow-y:auto!important
  }
  .modal>img{height:180px!important}
  .extras{grid-template-columns:1fr 1fr!important;gap:7px!important}
  .extras label{font-size:12px!important;padding:10px 8px!important}
  .form{grid-template-columns:1fr!important;gap:9px!important}
  .form .wide{grid-column:1!important}
  .form input,.form select,.modal textarea{font-size:16px!important;min-height:45px!important}
  .purple.full{min-height:50px!important;font-size:14px!important}
}

@media (max-width: 390px){
  .products,.simple-grid{grid-template-columns:1fr!important}
  .photo{height:190px!important}
  .pbody h3,.simple h3{min-height:0!important;font-size:14px!important}
  .pbody p,.simple p{min-height:0!important;font-size:10px!important}
  .hero{height:175px!important;min-height:175px!important}
  .hero-copy{width:72%!important}
}


/* ==========================================================
   V8.5 - IMAGENS MAIS EQUILIBRADAS / CARDS COMPACTOS
   ========================================================== */

/* Desktop */
.hero{
  height:210px!important;
  min-height:210px!important;
}
.hero>img{
  object-fit:cover!important;
  object-position:70% center!important;
}
.products{
  gap:14px!important;
}
.product{
  border-radius:14px!important;
}
.photo{
  height:138px!important;
}
.photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.pbody{
  padding:12px 13px 13px!important;
}
.pbody h3{
  font-size:14px!important;
}
.pbody p{
  min-height:26px!important;
  font-size:10px!important;
}
.pbody strong{
  font-size:18px!important;
}
.combos .photo,
.combo .photo{
  height:120px!important;
}
.simple-media{
  height:88px!important;
}

/* Melhor equilíbrio entre conteúdo e carrinho */
.content-grid{
  grid-template-columns:minmax(0,1fr) 285px!important;
  gap:16px!important;
}
.right{
  gap:12px!important;
}
.cart-box,.pay-box,.trust-box{
  padding:13px!important;
}

/* Tablet */
@media (max-width: 1100px) and (min-width: 921px){
  .photo{height:128px!important}
  .hero{height:195px!important;min-height:195px!important}
  .content-grid{grid-template-columns:minmax(0,1fr) 270px!important}
}

/* Mobile */
@media (max-width: 920px){
  .hero{
    height:170px!important;
    min-height:170px!important;
  }
  .products,.simple-grid{
    gap:8px!important;
  }
  .photo{
    height:112px!important;
  }
  .pbody{
    padding:9px!important;
  }
  .pbody h3{
    font-size:12px!important;
    min-height:28px!important;
  }
  .pbody p{
    font-size:9px!important;
    min-height:22px!important;
  }
  .pbody strong{
    font-size:16px!important;
  }
  .pbody button,.simple button{
    min-height:38px!important;
    padding:8px 5px!important;
  }
  .simple-media{height:86px!important}
}
@media (max-width: 390px){
  .photo{
    height:165px!important;
  }
}

/* pequena melhoria visual para produto esgotado no futuro */
.product.is-unavailable{
  opacity:.58;
  filter:grayscale(.25);
}
.product.is-unavailable button{
  pointer-events:none;
  background:#aaa!important;
}

.home-highlight-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:16px 0 10px;
  padding:11px 13px;
  border:1px solid #ece8ed;
  background:#fff;
  border-radius:11px;
}
.home-highlight-strip>div{display:grid}
.home-highlight-strip strong{font-size:13px}
.home-highlight-strip span{font-size:10px;color:#7a737d}
.home-highlight-badge{
  flex:0 0 auto;
  background:#f4eef5;
  color:#684b72!important;
  padding:6px 9px;
  border-radius:999px;
  font-weight:750;
}
@media(max-width:920px){
  .home-highlight-strip{margin-top:10px;padding:10px}
  .home-highlight-strip span{font-size:9px}
  .home-highlight-badge{display:none}
}
