:root{
 --bg:#fffaf8;--card:#fff;--text:#211c1b;--muted:#766d69;--line:#ece3df;
 --pink:#d8879a;--pink-dark:#bd667c;--pink2:#f7e7eb;--gold:#b58a4a;--dark:#211918;
 --green:#20a95a;--soft:#f7f1ee;--shadow:0 14px 35px rgba(60,38,34,.08);
 --shadow-soft:0 7px 22px rgba(60,38,34,.055)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;padding-bottom:105px}
button,input,textarea{font:inherit}.hidden{display:none!important}button{-webkit-tap-highlight-color:transparent}
.topbar{height:86px;position:sticky;top:0;z-index:40;background:rgba(255,250,248,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:10px max(20px,calc((100vw - 1180px)/2))}
.brand{display:flex;gap:12px;align-items:center;min-width:0}.brand-button{border:0;background:transparent;text-align:left;padding:0;cursor:pointer}.logo{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f4d7de,#e8b4c1);border:2px solid #d8a4ae;box-shadow:inset 0 0 0 5px rgba(255,255,255,.25),0 4px 14px rgba(100,60,70,.09);font-family:Georgia,serif;font-style:italic;font-size:34px;color:#6a4a49}.brand-name{font-weight:850;font-size:23px;white-space:nowrap}.brand-sub{font-size:13px;color:var(--muted);margin-top:3px}.brand-sub span{color:#ef5f83}.header-cart{border:0;background:var(--dark);color:#fff;border-radius:28px;padding:10px 12px 10px 16px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.2s transform}.header-cart:active{transform:scale(.97)}.bag{font-size:20px}.count{min-width:34px;height:34px;padding:0 8px;border-radius:20px;background:var(--pink);display:grid;place-items:center;font-weight:850}
main{max-width:1180px;margin:0 auto;padding:18px 20px}
.delivery-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px 16px;box-shadow:var(--shadow-soft);margin-bottom:22px}.delivery-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--gold);font-weight:850}.delivery-title{font-weight:850;font-size:17px;margin-top:5px}.mode-switch,.checkout-mode{display:flex;background:#f2eeec;padding:4px;border-radius:14px;min-width:220px}.mode{border:0;background:transparent;padding:9px 17px;border-radius:11px;font-weight:780;color:#7b7370;cursor:pointer;flex:1;transition:.2s}.mode.active{background:#fff;color:var(--text);box-shadow:0 2px 10px rgba(0,0,0,.05)}
.cep-row{display:flex;gap:9px;align-items:end;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.cep-input-wrap{flex:1}.cep-input-wrap label,.field-label{display:block;font-size:12px;font-weight:820;color:#4b4240;margin:0 0 6px}.optional{font-weight:600;color:#9b918d}.cep-input-wrap input,.field,textarea{width:100%;border:1px solid #ded4cf;background:#fff;border-radius:14px;padding:13px 14px;outline:none;color:var(--text);transition:.2s border,.2s box-shadow}.cep-input-wrap input:focus,.field:focus,textarea:focus{border-color:#d6a0ad;box-shadow:0 0 0 3px rgba(216,135,154,.12)}.btn{border:0;border-radius:14px;padding:13px 18px;font-weight:850;cursor:pointer;transition:.2s transform,.2s opacity,.2s box-shadow}.btn:active{transform:scale(.985)}.btn.dark{background:var(--dark);color:#fff}.btn.pink{background:linear-gradient(135deg,var(--pink),#cb758a);color:white;box-shadow:0 8px 18px rgba(216,135,154,.22)}.btn.whatsapp{background:#1eaf5d;color:#fff}.btn.ghost{background:#f5efed;color:#5f5552}.btn.full{width:100%;font-size:16px}.btn.compact{padding:12px 20px}.cep-result{font-size:13px;color:var(--muted);margin-top:8px;line-height:1.35}.cep-result.good{color:#316949}.cep-result.bad{color:#9b4949}
.menu-intro{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:23px 0 13px}.menu-intro h1{font-family:Georgia,serif;font-size:36px;margin:6px 0 4px}.menu-intro p{margin:0;color:var(--muted)}.search-wrap{width:min(360px,100%);height:48px;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;padding:0 14px;gap:8px;box-shadow:0 3px 12px rgba(40,25,22,.025)}.search-wrap span{font-size:24px;color:var(--muted)}.search-wrap input{border:0;outline:0;flex:1;background:transparent}
.category-nav{display:flex;gap:8px;overflow:auto;padding:6px 0 14px;position:sticky;top:86px;z-index:30;background:linear-gradient(var(--bg) 75%,rgba(255,250,248,0));scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.cat{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 15px;font-weight:760;color:#625855;cursor:pointer;transition:.2s}.cat.active{background:var(--pink2);border-color:#e8bdc7;color:#7e4554;box-shadow:0 5px 14px rgba(190,120,140,.09)}
.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:grid;grid-template-columns:42% 58%;min-height:220px;box-shadow:0 6px 18px rgba(54,35,31,.035);cursor:pointer;transition:.22s transform,.22s box-shadow,.22s border-color;animation:cardIn .35s ease both}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#e3d2cd}.product-card:active{transform:scale(.992)}@keyframes cardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.product-photo{width:100%;height:100%;min-height:220px;object-fit:cover;background:#f3ece8}.product-body{padding:18px 18px 16px;display:flex;flex-direction:column;min-width:0}.product-cat{color:var(--gold);font-size:11px;letter-spacing:.15em;font-weight:900;text-transform:uppercase}.product-name{font-weight:880;font-size:20px;line-height:1.08;margin:8px 0}.product-desc{font-size:13px;line-height:1.45;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px}.product-price{font-weight:900;font-size:19px}.plus{border:0;width:48px;height:48px;border-radius:15px;background:var(--pink);color:white;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 5px 14px rgba(216,135,154,.18);transition:.2s}.plus:active{transform:scale(.9)}
.artisan{display:flex;gap:20px;align-items:center;background:linear-gradient(135deg,#f7e7e9,#fff);border:1px solid #ead9d5;border-radius:24px;padding:26px;margin:26px 0 12px}.artisan-mark{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:#edc8d1;border:2px solid #d5a7b1;color:#6d4a49;font:italic 46px Georgia,serif;flex:0 0 auto}.artisan h2{font-family:Georgia,serif;margin:5px 0 8px}.artisan p{margin:0;color:var(--muted)}
.floating-cart{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);width:min(720px,calc(100% - 28px));z-index:50;border:0;background:var(--dark);color:#fff;border-radius:20px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 30px rgba(33,25,24,.26);cursor:pointer;animation:floatIn .3s ease}.floating-cart>div{display:flex;align-items:center;gap:9px}.floating-cart #floatCount{color:#d9cfcb;font-size:13px}@keyframes floatIn{from{opacity:0;transform:translate(-50%,15px)}to{opacity:1;transform:translate(-50%,0)}}
.overlay{position:fixed;inset:0;background:rgba(24,18,17,.48);z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:16px;backdrop-filter:blur(3px);animation:fadeIn .2s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal,.drawer{background:#fff;width:min(620px,100%);max-height:92vh;overflow:auto;border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.25);position:relative;animation:sheetIn .25s ease}@keyframes sheetIn{from{transform:translateY(24px);opacity:.5}to{transform:none;opacity:1}}
.product-modal{overflow:hidden}.close{border:0;background:rgba(255,255,255,.94);width:40px;height:40px;border-radius:50%;font-size:26px;line-height:1;position:absolute;right:14px;top:14px;z-index:2;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.1)}.static-close{position:static;box-shadow:none;background:#f5efed}.modal-img-wrap{position:relative}.modal-product-img{width:100%;height:330px;object-fit:cover;background:#f4ece8}.popular-badge{position:absolute;left:16px;bottom:16px;background:rgba(255,255,255,.95);color:#7b4a43;border:1px solid #edd9d3;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:850;box-shadow:0 5px 18px rgba(50,30,25,.09)}.modal-content{padding:22px}.modal-content h2,.drawer h2{margin:6px 0 8px;font-family:Georgia,serif;font-size:30px}.desc{color:var(--muted);line-height:1.55}.modal-price{font-size:25px;font-weight:900;margin:12px 0 18px}.modal-content textarea,.checkout textarea{resize:vertical;min-height:76px;margin-bottom:14px}.quantity-box{display:flex;align-items:center;justify-content:space-between;background:#faf5f3;border-radius:16px;padding:11px 12px;margin:4px 0 14px}.quantity-box small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.inline-label{margin-bottom:0}.qty-row{display:flex;align-items:center;justify-content:center;gap:14px}.qty-row button{border:1px solid var(--line);background:#fff;width:42px;height:42px;border-radius:13px;font-size:24px;cursor:pointer}.qty-row span{font-weight:900;font-size:20px;min-width:26px;text-align:center}.add-order-btn{padding:15px}
.drawer{padding:22px;border-radius:28px 28px 18px 18px}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start}.cart-items{display:flex;flex-direction:column;gap:10px;margin:14px 0}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:8px}.cart-item img{width:74px;height:74px;border-radius:12px;object-fit:cover}.cart-item-name{font-weight:820}.cart-item-note{font-size:11px;color:var(--muted);margin-top:3px}.cart-item-price{font-weight:820;font-size:13px;margin-top:5px}.cart-controls{display:flex;flex-direction:column;align-items:center;gap:4px}.cart-controls button{border:0;background:#f6eeee;width:30px;height:30px;border-radius:9px;font-weight:900;cursor:pointer}.add-more{width:100%;border:1px dashed #dacac5;background:#fff;border-radius:14px;padding:12px;color:#7b5d57;font-weight:820;cursor:pointer}.totals{border-top:1px solid var(--line);margin-top:16px;padding-top:12px}.totals>div{display:flex;justify-content:space-between;padding:6px 0;color:var(--muted)}.totals strong{color:var(--text)}.totals .grand{font-size:19px;color:var(--text);padding:12px 0 16px}.totals .grand strong{font-size:22px}
.checkout-mode{margin:8px 0 16px}.stepper{display:flex;align-items:center;justify-content:space-between;margin:10px 0 22px}.stepper i{height:2px;background:#eadfdb;flex:1;margin:0 6px 18px}.step{display:grid;justify-items:center;gap:4px;min-width:48px;color:#a99d98}.step span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#f2ece9;font-weight:850;font-size:12px}.step small{font-size:10px;font-weight:750}.step.active{color:#965567}.step.active span{background:var(--pink);color:#fff;box-shadow:0 4px 12px rgba(216,135,154,.18)}.step.done span{background:#5f9b76;color:#fff}.field{margin-bottom:12px}.inline{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start}.inline .field{margin:0}.small-status{font-size:12px;color:var(--muted);margin:7px 0 12px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.address-card{background:#fcf8f6;border:1px solid #eee2dd;border-radius:18px;padding:13px;margin-bottom:14px}.address-confirm{font-size:12px;font-weight:850;color:#39724f;margin-bottom:12px}.fee-highlight{background:#fff;border-radius:13px;padding:11px 12px;font-weight:850;color:#5b4c48;border:1px solid #eadfd9}.pickup-box{background:#fbf5f3;border:1px solid #eaded8;border-radius:17px;padding:16px;display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.pickup-box span,.pickup-box small{color:var(--muted)}.pickup-box small{font-weight:800;color:#4c7b5d}.step-actions{display:grid;grid-template-columns:.72fr 1.28fr;gap:9px;margin-top:8px}.payment-card{border:1px solid #dfd3ce;border-radius:17px;padding:15px;display:grid;grid-template-columns:44px 1fr 30px;align-items:center;gap:11px}.payment-card.active{border-color:#e0b0ba;background:#fff7f9}.payment-card strong{display:block}.payment-card span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.payment-icon{width:42px;height:42px;border-radius:13px;background:#e9f7ef;color:#1e9c56;display:grid;place-items:center;font-size:21px}.payment-check{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#229d58;color:#fff;font-weight:900}.payment-note{font-size:12px;color:var(--muted);line-height:1.45;padding:11px 3px 4px}.review-block{border:1px solid var(--line);border-radius:17px;padding:14px;margin-bottom:10px}.review-block h3{margin:0 0 10px;font-size:15px}.review-item{display:flex;justify-content:space-between;gap:10px;font-size:13px;padding:5px 0}.review-item span:first-child{color:#5f5552}.review-delivery{font-size:13px;line-height:1.55;color:#5f5552}.checkout-summary{background:#faf5f3;border-radius:16px;padding:14px;margin:14px 0;font-size:13px}.checkout-summary>div{display:flex;justify-content:space-between;padding:4px 0}.checkout-summary .final{font-size:18px;font-weight:900;border-top:1px solid #eadfda;margin-top:7px;padding-top:10px}.toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%,20px);background:#2d2523;color:#fff;padding:11px 16px;border-radius:13px;opacity:0;pointer-events:none;transition:.25s;z-index:200;font-size:13px;max-width:calc(100% - 30px);text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){
 .topbar{height:72px;padding:8px 14px}.logo{width:50px;height:50px;font-size:29px}.brand-name{font-size:17px}.brand-sub{display:none}.header-cart{padding:8px 10px}.count{height:30px;min-width:30px}
 main{padding:12px 12px}.delivery-card{padding:11px 12px;border-radius:19px;margin-bottom:14px}.delivery-head{align-items:flex-start;gap:8px}.delivery-title{font-size:14px}.mode-switch{min-width:145px}.mode{padding:7px 8px;font-size:12px}.cep-row{margin-top:8px;padding-top:8px}.cep-input-wrap label{font-size:10px}.cep-input-wrap input{padding:9px 10px;border-radius:12px}.btn.compact{padding:9px 13px;font-size:12px}.cep-result{margin-top:6px;font-size:11px}
 .menu-intro{display:block;margin:14px 0 9px}.menu-intro h1{font-size:29px}.menu-intro p{font-size:13px}.search-wrap{width:100%;margin-top:11px;height:44px}.category-nav{top:72px;margin:0 -12px;padding:7px 12px 11px}.cat{padding:8px 11px;font-size:12px}
 .products{grid-template-columns:1fr;gap:10px}.product-card{grid-template-columns:37% 63%;min-height:170px;border-radius:19px}.product-photo{min-height:170px}.product-body{padding:13px 13px 11px}.product-name{font-size:18px}.product-desc{font-size:12px;-webkit-line-clamp:2}.product-price{font-size:18px}.plus{width:44px;height:44px;border-radius:14px}
 .artisan{padding:18px;gap:14px}.artisan-mark{width:62px;height:62px;font-size:34px}.artisan h2{font-size:21px}
 .overlay{padding:0;align-items:flex-end}.drawer,.modal{border-radius:24px 24px 0 0;width:100%;max-height:95vh}.modal-product-img{height:270px}.modal-content{padding:18px}.modal-content h2,.drawer h2{font-size:26px}.drawer{padding:18px}.two-col{grid-template-columns:1fr 1fr}.inline{grid-template-columns:1fr auto}.inline .btn{padding:13px 12px;font-size:13px}.stepper{margin-top:5px}.step small{font-size:9px}
}
@media(max-width:390px){
 .delivery-head{display:block}.mode-switch{margin-top:8px;width:100%}.product-card{grid-template-columns:39% 61%}.product-desc{display:none}.product-name{font-size:17px}.menu-intro h1{font-size:27px}.stepper i{margin-left:2px;margin-right:2px}.step{min-width:42px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* V10 — operação, Pix, esgotados e pós-pedido */
.store-status{display:flex;align-items:center;gap:7px;margin-top:6px;color:#6b625f;font-size:12px;font-weight:760}
.status-dot{width:8px;height:8px;border-radius:50%;background:#a59b97;box-shadow:0 0 0 4px rgba(165,155,151,.12)}
.store-status.open{color:#39724f}.store-status.open .status-dot{background:#42a76a;box-shadow:0 0 0 4px rgba(66,167,106,.12)}
.store-status.closed{color:#9a4e55}.store-status.closed .status-dot{background:#cf6e78;box-shadow:0 0 0 4px rgba(207,110,120,.12)}
.product-card.sold-out{cursor:default;opacity:.72}.product-card.sold-out:hover{transform:none;box-shadow:0 6px 18px rgba(54,35,31,.035)}
.product-photo-wrap{position:relative;min-height:220px;overflow:hidden}.product-photo-wrap .product-photo{position:absolute;inset:0}
.sold-out-badge{position:absolute;left:10px;top:10px;z-index:2;background:rgba(33,25,24,.92);color:#fff;padding:7px 9px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.07em}
.plus.sold-out-button{background:#cbc2be;box-shadow:none;font-size:12px;font-weight:850;width:auto;padding:0 12px;cursor:not-allowed}
.minimum-message{border:1px solid #eed5d8;background:#fff5f6;color:#8e4b57;border-radius:13px;padding:10px 12px;margin-top:14px;font-size:12px;font-weight:750;line-height:1.4}
.minimum-message.good{border-color:#d5eadc;background:#f4fbf6;color:#39724f}
.pix-box{display:grid;grid-template-columns:142px 1fr;gap:16px;align-items:center;background:#fbf7f5;border:1px solid #eadfda;border-radius:18px;padding:14px;margin:12px 0}
.pix-qr{width:142px;height:142px;object-fit:contain;background:#fff;border-radius:12px;border:1px solid #e7ddd8;padding:7px}
.pix-info{min-width:0}.pix-info strong{display:block;word-break:break-all;font-size:14px;margin-bottom:9px}.pix-info small{display:block;color:var(--muted);font-size:11px;line-height:1.45;margin-top:8px}
.copy-pix{border:1px solid #dacdc8;background:#fff;border-radius:11px;padding:9px 11px;font-weight:820;color:#594d49;cursor:pointer}
.success-modal{text-align:center;padding:28px 24px 24px;max-width:520px}
.success-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:#e8f7ed;color:#278e51;font-size:36px;font-weight:900;margin:0 auto 14px}
.success-modal h2{font-family:Georgia,serif;font-size:28px;margin:8px 0 10px}.success-modal p{color:var(--muted);line-height:1.5;margin:0 auto 16px;max-width:440px}
.success-code{background:#f8f2ef;border:1px solid #e8dcd7;border-radius:14px;padding:13px;font-weight:900;font-size:18px;letter-spacing:.04em;margin-bottom:16px}
.success-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:9px}
@media(max-width:760px){
 .product-photo-wrap{min-height:170px}
 .pix-box{grid-template-columns:104px 1fr;gap:12px}.pix-qr{width:104px;height:104px}
 .success-actions{grid-template-columns:1fr}.success-modal{border-radius:24px 24px 0 0}
}




/* v13.4 — botão Voltar sempre visível no iPhone */
.product-modal{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.product-modal-nav{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  align-items:center;
  min-height:58px;
  padding:8px 14px;
  background:rgba(255,250,248,.97);
  border-bottom:1px solid rgba(35,27,25,.08);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.product-back{
  position:static;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(35,27,25,.10);
  border-radius:999px;
  background:#fff;
  color:#241d1b;
  font:800 15px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  box-shadow:0 3px 12px rgba(30,20,18,.08);
  cursor:pointer;
}
.product-back span{font-size:22px;line-height:1}
.product-back:active{transform:scale(.97)}


/* v13.7 — navegação do produto sempre visível no iPhone */
#productOverlay{
  padding:0 !important;
  align-items:stretch !important;
}
#productOverlay .product-modal{
  width:100% !important;
  max-width:100% !important;
  height:100dvh !important;
  max-height:100dvh !important;
  border-radius:0 !important;
  overflow-y:auto !important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  padding-top:0 !important;
}
#productOverlay .product-modal-nav{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  min-height:64px;
  box-sizing:border-box;
  padding:10px 14px !important;
  padding-top:max(10px, env(safe-area-inset-top, 0px)) !important;
  background:#fffaf8 !important;
  border-bottom:1px solid rgba(35,27,25,.10);
  box-shadow:0 3px 12px rgba(30,20,18,.06);
}
#productOverlay .product-back{
  position:relative !important;
  inset:auto !important;
  z-index:1001 !important;
  min-height:44px;
  background:#fff !important;
}
@media (min-width:700px){
  #productOverlay{
    padding:16px !important;
    align-items:flex-end !important;
  }
  #productOverlay .product-modal{
    width:min(620px,100%) !important;
    height:auto !important;
    max-height:92vh !important;
    border-radius:26px !important;
  }
}


/* v14.0 — evolução operacional */
.store-announcement{
  margin:0;
  padding:10px 18px;
  text-align:center;
  background:#2b211f;
  color:#fff;
  font-weight:800;
  font-size:14px;
  line-height:1.35;
}
.store-announcement.hidden{display:none}
.coupon-box,.schedule-box{
  margin:12px 0;
  padding:14px;
  border:1px solid #eadeda;
  border-radius:18px;
  background:#fffaf8;
}
.coupon-box .inline{display:grid;grid-template-columns:1fr auto;gap:8px}
.coupon-box .btn{min-width:92px}
.coupon-success{color:#2e7d4d;font-weight:800}
.coupon-error{color:#a74c59;font-weight:800}
.small-label{font-size:12px}
.product-price-stack{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.product-old-price{text-decoration:line-through;color:#9b8f8a;font-size:14px;font-weight:600}
.promo-badge{
  position:absolute;top:10px;left:10px;z-index:3;
  padding:7px 10px;border-radius:999px;background:#2b211f;color:#fff;font-size:11px;font-weight:900
}
.stock-badge{
  display:inline-flex;margin-top:7px;padding:5px 8px;border-radius:999px;background:#fff0f1;color:#a44d5b;font-size:11px;font-weight:850
}


/* v14.1 — acompanhamento do pedido */
.track-order-btn{
  background:#d9829b;
  color:#fff;
  border:0;
  font-weight:900;
}


/* v14.3 — retorno ao acompanhamento */
.order-access-link{
  display:block;
  margin:10px auto 0;
  border:0;
  background:transparent;
  color:#6f5f5a;
  font-weight:850;
  font-size:14px;
  text-decoration:underline;
  text-underline-offset:3px;
}
.resume-order{
  position:fixed;
  left:14px;
  bottom:calc(18px + env(safe-area-inset-bottom,0px));
  z-index:80;
  display:flex;
  align-items:center;
  gap:10px;
  max-width:220px;
  padding:11px 14px;
  border:1px solid #eadbd7;
  border-radius:18px;
  background:#fffaf8;
  color:#2b211f;
  box-shadow:0 10px 30px rgba(56,39,35,.16);
}
.resume-order.hidden{display:none}
.resume-order>span{font-size:23px}
.resume-order strong{display:block;font-size:14px}
.resume-order small{display:block;color:#7e706c;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.recover-order{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}
@media(max-width:600px){
  .resume-order{left:12px;bottom:calc(14px + env(safe-area-inset-bottom,0px));max-width:205px}
}


/* v14.4 — acompanhamento refinado */
.order-access-link{display:none!important}

.recover-order-section{
  padding:18px 16px 110px;
  max-width:720px;
  margin:0 auto;
}
.recover-order-card{
  width:100%;
  display:grid;
  grid-template-columns:52px 1fr 26px;
  align-items:center;
  gap:12px;
  padding:16px;
  border:1px solid #eadbd7;
  border-radius:22px;
  background:#fff;
  color:#2b211f;
  text-align:left;
  box-shadow:0 10px 28px rgba(60,42,37,.05);
}
.recover-order-icon{
  width:52px;height:52px;border-radius:16px;
  display:grid;place-items:center;
  background:#fbe8ee;
  font-size:24px;
}
.recover-order-copy strong{display:block;font-size:16px}
.recover-order-copy span{
  display:block;margin-top:4px;
  color:#7c6f6b;
  font-size:13px;line-height:1.35
}
.recover-order-arrow{
  font-size:30px;
  color:#b58b95;
  line-height:1;
  text-align:right;
}
.resume-order.delivered{
  background:#edf8f0;
  border-color:#cfe7d5;
}
.resume-order.delivered>span{font-size:21px}
.resume-order.delivered strong{color:#2e7d4d}

.customer-tools-section{padding:18px 16px 0;max-width:720px;margin:auto}.addons-list{display:grid;gap:8px;margin:8px 0 14px}.addon-option{display:flex;justify-content:space-between;gap:10px;padding:12px;border:1px solid #eaded9;border-radius:14px}.schedule-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0}.schedule-mode{padding:10px;border:1px solid #e4d6d2;border-radius:13px;background:#fff;font-weight:800}.schedule-mode.active{background:#2b211f;color:#fff}.history-list{display:grid;gap:10px;margin-top:12px}.history-order{padding:14px;border:1px solid #eaded9;border-radius:16px}.history-order strong{font-weight:900}.history-actions{display:flex;gap:8px;margin-top:10px}.history-actions button,.history-actions a{flex:1;padding:9px;border:1px solid #e3d5d1;border-radius:11px;background:#fff;color:#2b211f;text-decoration:none;text-align:center;font-weight:800}

/* v15.3 — contatos da loja */
.store-footer{max-width:720px;margin:0 auto;padding:24px 16px calc(110px + env(safe-area-inset-bottom,0px));border-top:1px solid #eee0dc}
.store-footer-brand{display:flex;align-items:center;gap:11px;margin-bottom:14px}
.footer-logo{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#f5dde4;border:2px solid #e8bdc9;font-family:Georgia,serif;font-style:italic;font-size:27px}
.store-footer-brand strong{display:block}.store-footer-brand span{display:block;color:#81736f;font-size:13px;margin-top:2px}
.store-social-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.social-link{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #eadbd7;border-radius:17px;background:#fff;color:#2b211f;text-decoration:none}
.social-link strong{display:block;font-size:14px}.social-link small{display:block;color:#81736f;font-size:11px;margin-top:2px}
.social-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:20px;background:#f8efec}
.whatsapp-link .social-icon{background:#e7f7ed}.instagram-link .social-icon{background:#f9e8f1}
.footer-note{text-align:center;color:#9b8d88;font-size:12px;margin-top:14px}
@media(max-width:460px){.store-social-links{grid-template-columns:1fr}}

/* V15.5 — atalhos de pedidos mais compactos */
.customer-tools-section,.recover-order-section{display:none!important}
.order-tools{
  max-width:720px;
  margin:0 auto;
  padding:18px 16px 8px;
}
.order-tools-head{margin-bottom:10px}
.order-tools-head h3{
  margin:4px 0 0;
  font-family:Georgia,serif;
  font-size:24px;
  line-height:1.15;
  color:#2b211f;
}
.order-tools-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.order-tool-card{
  width:100%;
  min-height:112px;
  display:grid;
  grid-template-columns:44px 1fr 16px;
  align-items:center;
  gap:10px;
  padding:13px;
  border:1px solid #eadbd7;
  border-radius:18px;
  background:#fff;
  color:#2b211f;
  text-align:left;
  box-shadow:0 7px 20px rgba(63,42,37,.045);
}
.order-tool-icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:#fae9ee;
  font-size:20px;
}
.order-tool-copy strong{
  display:block;
  font-size:15px;
  line-height:1.2;
}
.order-tool-copy span{
  display:block;
  margin-top:4px;
  color:#81736f;
  font-size:12px;
  line-height:1.35;
}
.order-tool-arrow{
  color:#c18b99;
  font-size:27px;
  line-height:1;
}
@media(max-width:520px){
  .order-tools-grid{grid-template-columns:1fr}
  .order-tool-card{min-height:88px}
}

/* ============================================================
   V15.7 — RODAPÉ PROFISSIONAL
   ============================================================ */
.premium-footer{
  max-width:760px;
  margin:0 auto;
  padding:26px 16px calc(120px + env(safe-area-inset-bottom,0px));
  border-top:0 !important;
}

.footer-card{
  background:linear-gradient(180deg,#fff,#fffaf8);
  border:1px solid #eadbd7;
  border-radius:26px;
  padding:20px;
  box-shadow:0 14px 36px rgba(55,37,32,.07);
}

.footer-brand-row{
  display:flex;
  align-items:center;
  gap:14px;
}

.footer-brand-copy{
  min-width:0;
}
.footer-brand-copy strong{
  display:block;
  font-size:20px;
  line-height:1.15;
  color:#2b211f;
}
.footer-brand-copy span{
  display:block;
  margin-top:5px;
  color:#81736f;
  font-size:13px;
  line-height:1.35;
}

.footer-divider{
  height:1px;
  background:#efe3df;
  margin:18px 0;
}

.footer-contact-title{
  margin-bottom:12px;
}
.footer-contact-title span{
  display:block;
  font-size:11px;
  font-weight:900;
  letter-spacing:.17em;
  color:#b48a47;
}
.footer-contact-title small{
  display:block;
  margin-top:5px;
  color:#81736f;
  font-size:12px;
}

.premium-footer .store-social-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.premium-footer .social-link{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 16px;
  align-items:center;
  gap:10px;
  min-height:72px;
  padding:12px;
  border:1px solid #e9dcd8;
  border-radius:17px;
  background:#fff;
  color:#2b211f;
  text-decoration:none;
  box-shadow:none;
}

.premium-footer .social-icon{
  width:42px;
  height:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
}
.social-icon-wa{
  background:#e8f7ee !important;
  color:#2a7a4c;
}
.social-icon-ig{
  background:#f7eaf2 !important;
  color:#9d577a;
}

.social-copy strong{
  display:block;
  font-size:14px;
}
.social-copy small{
  display:block;
  margin-top:3px;
  color:#81736f;
  font-size:11px;
}
.social-arrow{
  color:#c08b99;
  font-size:25px;
  line-height:1;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#9b8d88;
  font-size:11px;
  line-height:1.4;
}

@media(max-width:520px){
  .premium-footer{
    padding-left:14px;
    padding-right:14px;
  }
  .footer-card{
    padding:17px;
    border-radius:23px;
  }
  .premium-footer .store-social-links{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    display:grid;
    gap:4px;
  }
}

/* ============================================================
   V15.9 — FINAL DO SITE PREMIUM
   ============================================================ */
.premium-order-tools{
  padding-top:28px;
  padding-bottom:12px;
}
.order-tools-shell{
  border:1px solid #eadbd7;
  border-radius:26px;
  background:linear-gradient(180deg,#fff,#fffaf8);
  padding:20px;
  box-shadow:0 14px 36px rgba(55,37,32,.055);
}
.premium-order-tools .order-tools-head{
  margin-bottom:15px;
}
.premium-order-tools .order-tools-head h3{
  font-size:28px;
  margin:5px 0 5px;
}
.premium-order-tools .order-tools-head p{
  margin:0;
  color:#81736f;
  font-size:13px;
  line-height:1.45;
}
.premium-order-tools .order-tools-grid{
  gap:10px;
}
.premium-order-tools .order-tool-card{
  min-height:90px;
  border-radius:17px;
  padding:13px;
  border-color:#e9dcd8;
  box-shadow:none;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.premium-order-tools .order-tool-card:active{
  transform:scale(.988);
}
.premium-order-tools .order-tool-icon{
  background:#f8ecef;
}
.order-history-icon svg,
.order-track-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:#a65f73;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.premium-order-tools .order-tool-copy strong{
  font-size:15px;
}
.premium-order-tools .order-tool-copy span{
  font-size:11.5px;
}

.premium-footer{
  padding-top:14px;
}
.premium-footer .footer-card{
  border-radius:28px;
  padding:22px;
  box-shadow:0 16px 42px rgba(55,37,32,.07);
}
.footer-brand-row .footer-logo{
  flex:0 0 58px;
  width:58px;
  height:58px;
  font-size:32px;
  border-width:2px;
}
.footer-brand-copy strong{
  font-size:21px;
}
.footer-brand-copy span{
  max-width:420px;
}

.footer-contact-title span{
  font-size:10px;
}
.footer-contact-title strong{
  display:block;
  margin-top:5px;
  font-family:Georgia,serif;
  font-size:25px;
  color:#2b211f;
}
.footer-contact-title small{
  line-height:1.4;
}

.premium-footer .social-link{
  min-height:76px;
  padding:13px;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.premium-footer .social-link:active{
  transform:scale(.988);
}
.premium-footer .social-icon{
  width:46px;
  height:46px;
  border-radius:14px;
}
.brand-logo{
  width:25px;
  height:25px;
}
.social-icon-wa .brand-logo{
  fill:#258a52;
}
.social-icon-ig .brand-logo{
  fill:none;
  stroke:#9c5275;
  stroke-width:1.8;
}
.social-icon-ig .instagram-logo circle:last-child{
  fill:#9c5275;
  stroke:none;
}
.social-copy strong{
  font-size:15px;
}
.social-copy small{
  font-size:11px;
  line-height:1.35;
}

.footer-trust-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.footer-trust-row>div{
  position:relative;
  padding:12px 12px 12px 30px;
  border-radius:14px;
  background:#fbf5f2;
}
.trust-dot{
  position:absolute;
  left:13px;
  top:16px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d89aae;
}
.footer-trust-row strong{
  display:block;
  font-size:12px;
  color:#4b3e3a;
}
.footer-trust-row small{
  display:block;
  margin-top:3px;
  color:#8b7c77;
  font-size:10.5px;
  line-height:1.35;
}

.footer-bottom{
  align-items:center;
}
.footer-bottom span:last-child{
  font-weight:700;
  color:#8a7a75;
}

@media(max-width:520px){
  .order-tools-shell{
    padding:17px;
    border-radius:23px;
  }
  .premium-order-tools .order-tools-head h3{
    font-size:25px;
  }
  .premium-footer .footer-card{
    padding:18px;
    border-radius:24px;
  }
  .footer-trust-row{
    grid-template-columns:1fr;
  }
  .footer-brand-row .footer-logo{
    width:54px;
    height:54px;
    flex-basis:54px;
  }
}

/* ============================================================
   V16.0 — CENTRAL DE PEDIDOS PREMIUM
   ============================================================ */
.premium-order-tools{display:none!important}

.order-hub{
  max-width:760px;
  margin:0 auto;
  padding:30px 16px 16px;
}
.order-hub-shell{
  position:relative;
  overflow:hidden;
  padding:22px;
  border:1px solid #e8d9d5;
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0,rgba(224,179,192,.16),transparent 35%),
    linear-gradient(180deg,#fff 0%,#fffaf8 100%);
  box-shadow:
    0 20px 48px rgba(53,36,31,.075),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.order-hub-shell::after{
  content:"";
  position:absolute;
  width:180px;height:180px;
  right:-90px;bottom:-110px;
  border-radius:50%;
  background:rgba(219,164,181,.08);
  pointer-events:none;
}
.order-hub-header{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 64px;
  gap:18px;
  align-items:start;
  padding-bottom:19px;
  border-bottom:1px solid #efe2de;
}
.order-hub-kicker{
  display:block;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.22em;
  color:#b38a49;
}
.order-hub-heading h3{
  margin:8px 0 8px;
  font-family:Georgia,serif;
  font-size:clamp(27px,5vw,38px);
  line-height:1.03;
  letter-spacing:-.025em;
  color:#2b211f;
}
.order-hub-heading p{
  max-width:540px;
  margin:0;
  color:#81736f;
  font-size:13px;
  line-height:1.55;
}
.order-hub-badge{
  width:64px;height:64px;
  border-radius:20px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#f8e8ed,#fff);
  border:1px solid #edd8de;
  box-shadow:0 8px 20px rgba(133,78,95,.08);
}
.order-hub-badge svg{
  width:27px;height:27px;
  fill:none;stroke:#a96076;stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;
}

.order-hub-actions{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
  padding-top:16px;
}
.order-action-card{
  width:100%;
  min-height:90px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  padding:14px 15px;
  border:1px solid #eaded9;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  color:#2b211f;
  text-align:left;
  box-shadow:0 6px 18px rgba(57,39,34,.035);
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.order-action-card:active{
  transform:scale(.988);
  border-color:#dcbec7;
  box-shadow:0 4px 12px rgba(57,39,34,.025);
}
.order-action-icon{
  width:50px;height:50px;
  border-radius:16px;
  display:grid;place-items:center;
  background:#f8ebef;
}
.order-action-icon.tracking{background:#f5edf2}
.order-action-icon svg{
  width:24px;height:24px;
  fill:none;stroke:#a75f75;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round;
}
.order-action-content{
  min-width:0;
  display:block;
}
.order-action-title{
  display:block;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  color:#2b211f;
}
.order-action-text{
  display:block;
  margin-top:5px;
  max-width:430px;
  color:#81736f;
  font-size:11.5px;
  line-height:1.45;
}
.order-action-side{
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
.order-action-label{
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  color:#b38a95;
}
.order-action-arrow{
  width:30px;height:30px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#f8eef1;
  color:#a75f75;
  font-size:16px;
  font-weight:800;
}

.order-hub-foot{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  padding:0 3px;
  color:#968781;
  font-size:10.5px;
  line-height:1.35;
}
.order-hub-dot{
  width:7px;height:7px;
  border-radius:50%;
  background:#66aa7d;
  box-shadow:0 0 0 4px rgba(102,170,125,.11);
  flex:0 0 7px;
}

@media(max-width:540px){
  .order-hub{
    padding-left:14px;
    padding-right:14px;
  }
  .order-hub-shell{
    padding:18px;
    border-radius:24px;
  }
  .order-hub-header{
    grid-template-columns:minmax(0,1fr) 52px;
    gap:12px;
  }
  .order-hub-badge{
    width:52px;height:52px;
    border-radius:17px;
  }
  .order-hub-badge svg{
    width:23px;height:23px;
  }
  .order-action-card{
    grid-template-columns:46px minmax(0,1fr) 32px;
    min-height:86px;
    padding:13px;
  }
  .order-action-icon{
    width:46px;height:46px;
    border-radius:15px;
  }
  .order-action-side{
    display:block;
  }
  .order-action-label{
    display:none;
  }
  .order-action-arrow{
    width:30px;height:30px;
  }
}
