:root{--green:#063d2a;--green2:#0d6b46;--wine:#8a123e;--wine2:#b31d52;--gold:#f2b94b;--cream:#fbf6ed;--bg:#f7f8f4;--ink:#13231d;--muted:#66756f;--line:#e3e9e3;--shadow:0 24px 70px rgba(19,35,29,.11)}*{box-sizing:border-box}body.loja-v5{margin:0;font-family:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at 18% 0%,rgba(138,18,62,.13),transparent 30%),radial-gradient(circle at 94% 8%,rgba(6,61,42,.13),transparent 30%),linear-gradient(180deg,#fff,var(--bg));color:var(--ink)}.loja-topbar{position:sticky;top:0;z-index:50;height:82px;display:flex;align-items:center;justify-content:space-between;padding:12px 34px;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,61,42,.09);box-shadow:0 10px 30px rgba(19,35,29,.05)}.loja-brand{display:flex;align-items:center;gap:12px;color:var(--green);text-decoration:none}.loja-brand img{width:58px;height:58px;object-fit:contain;border-radius:18px;background:#fff;padding:5px;box-shadow:0 10px 28px rgba(19,35,29,.08)}.loja-brand strong{display:block;font-weight:950;letter-spacing:.02em}.loja-brand small{display:block;color:var(--wine);font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.12em}.loja-menu{display:flex;align-items:center;gap:8px}.loja-menu a,.cart-floating{border:0;background:transparent;color:var(--green);text-decoration:none;border-radius:14px;padding:11px 12px;font-weight:900;cursor:pointer}.loja-menu a.active,.loja-menu a:hover{background:#eef8f2}.loja-menu .admin-link{background:var(--wine);color:#fff}.cart-floating{background:#fff4df;border:1px solid #f9dea7}.cart-floating b{background:var(--wine);color:#fff;border-radius:999px;padding:2px 7px;margin-left:4px}.loja-hero{max-width:1480px;margin:28px auto 18px;padding:38px;min-height:320px;border-radius:38px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:24px;align-items:center;background:linear-gradient(135deg,rgba(138,18,62,.98),rgba(62,11,30,.92)),url('../img/banners/6985060ecf58d.png');background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow)}.loja-hero:after{content:"";position:absolute;right:-80px;top:-90px;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.12)}.hero-copy{position:relative;z-index:1}.eyebrow{margin:0 0 10px;color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:950}.loja-hero h1{font-size:clamp(46px,7vw,92px);line-height:.88;margin:0 0 16px;letter-spacing:-.06em}.loja-hero p:not(.eyebrow){font-size:18px;font-weight:700;color:rgba(255,255,255,.82);max-width:620px}.loja-search{margin-top:24px;display:flex;align-items:center;gap:10px;background:#fff;border-radius:20px;padding:14px 16px;width:min(620px,100%);box-shadow:0 18px 50px rgba(0,0,0,.18);color:var(--green)}.loja-search input{border:0;outline:0;background:transparent;width:100%;font:inherit;font-weight:750;color:var(--ink)}.hero-showcase{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:14px}.showcase-card{border-radius:26px;padding:22px;min-height:150px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px)}.showcase-card span{font-size:42px}.showcase-card strong{display:block;font-size:30px;margin-top:18px}.showcase-card small{font-weight:850;color:rgba(255,255,255,.72)}.showcase-card.green{background:rgba(6,61,42,.72)}.showcase-products{grid-column:1/-1;border-radius:26px;padding:18px;background:rgba(255,255,255,.92);color:var(--green);display:flex;justify-content:space-around;font-size:46px;box-shadow:0 18px 45px rgba(0,0,0,.14)}.loja-main{max-width:1480px;margin:0 auto 40px;display:grid;grid-template-columns:260px minmax(0,1fr) 340px;gap:18px;align-items:start}.categorias-panel,.produtos-section,.resumo-pedido{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 40px rgba(19,35,29,.07);border-radius:30px}.categorias-panel{padding:18px;position:sticky;top:102px}.categorias-panel h3,.resumo-pedido h3{margin:0 0 12px;color:var(--green);font-size:20px}.categoria-chip{width:100%;border:1px solid var(--line);background:#fff;border-radius:18px;padding:12px;margin:5px 0;display:flex;align-items:center;gap:10px;color:var(--green);font-weight:900;cursor:pointer;text-align:left}.categoria-chip img{width:25px;height:25px;object-fit:contain}.categoria-chip.active,.categoria-chip:hover{background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;box-shadow:0 12px 26px rgba(6,61,42,.16)}.produtos-section{padding:22px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-title h2{font-size:30px;margin:0;color:var(--green);letter-spacing:-.03em}.counter-pill{border-radius:999px;background:#fff0f5;color:var(--wine);font-weight:950;padding:9px 13px}.produtos-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 10px 28px rgba(19,35,29,.06);transition:.18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-photo{height:220px;background:linear-gradient(135deg,#f8faf8,#fff5f8);display:grid;place-items:center;position:relative}.product-photo:before{content:"";position:absolute;inset:auto 22px 18px 22px;height:20px;background:rgba(0,0,0,.10);filter:blur(14px);border-radius:50%}.product-photo img{position:relative;max-width:88%;max-height:190px;object-fit:contain}.product-body{padding:17px}.product-body small{font-weight:900;color:var(--wine);text-transform:uppercase;font-size:11px;letter-spacing:.08em}.product-body h3{margin:7px 0;color:var(--ink);font-size:17px;line-height:1.2}.product-body p{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.45;min-height:38px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-foot b{font-size:19px;color:var(--green)}.product-foot button,.primary-action,.secondary-action{border:0;border-radius:16px;padding:12px 14px;font-weight:950;cursor:pointer}.product-foot button,.primary-action{background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;box-shadow:0 12px 26px rgba(6,61,42,.16)}.secondary-action{background:#fff;color:var(--green);border:1px solid var(--line)}.full{width:100%;justify-content:center}.resumo-pedido{padding:18px;position:sticky;top:102px}.cart-head{display:flex;align-items:center;justify-content:space-between}.cart-head button{display:none;border:0;background:#fff0f5;color:var(--wine);width:38px;height:38px;border-radius:14px;font-size:22px;font-weight:950}.cart-items{display:grid;gap:10px;min-height:100px;max-height:360px;overflow:auto}.empty-cart,.mini-empty{border:1px dashed #cbd8d1;border-radius:18px;padding:18px;text-align:center;color:var(--muted);font-weight:700}.cart-line{display:flex;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:18px;padding:12px}.cart-line strong{display:block;font-size:14px}.cart-line small{display:block;color:var(--muted);font-weight:800;margin-top:4px}.cart-line button{border:0;background:#fff0f5;color:var(--wine);border-radius:12px;width:32px;height:32px;font-weight:950;cursor:pointer}.cart-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.cart-total strong{font-size:26px;color:var(--green)}.resumo-pedido label{display:block;margin:14px 0 6px;font-weight:900;color:var(--green)}.resumo-pedido select{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px;font:inherit;background:#fff;margin-bottom:14px}.empty-modern{grid-column:1/-1;border:1px dashed #cbd8d1;border-radius:24px;background:#fff;padding:28px;text-align:center;color:var(--muted);display:grid;gap:6px}.hidden{display:none!important}.loja-modal{position:fixed;inset:0;z-index:100;background:rgba(8,27,21,.54);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px}.modal-box{width:min(650px,96vw);background:#fff;border-radius:32px;box-shadow:0 34px 130px rgba(0,0,0,.28);padding:26px;position:relative}.modal-box h2{font-size:34px;color:var(--green);margin:0 0 8px;letter-spacing:-.04em}.modal-box p{color:var(--muted);font-weight:700}.modal-close{position:absolute;right:18px;top:18px;border:0;background:#fff0f5;color:var(--wine);border-radius:15px;width:42px;height:42px;font-size:24px;font-weight:950;cursor:pointer}.checkout-summary{border:1px solid var(--line);border-radius:22px;padding:15px;margin:16px 0;background:#fbfdfb}.pix-card{display:flex;gap:16px;align-items:center;background:linear-gradient(135deg,#fff7e4,#fff);border:1px solid #f5dfaa;border-radius:24px;padding:16px;margin:16px 0}.qr-fake{width:86px;height:86px;border-radius:18px;background:#fff;display:grid;place-items:center;font-size:46px;color:var(--green);border:1px solid var(--line)}.pix-card strong,.pix-card span,.pix-card small{display:block}.pix-card span{font-size:18px;font-weight:950;color:var(--green);margin:4px 0}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.loja-toast{position:fixed;right:24px;top:96px;z-index:150;background:#fff;border-left:5px solid var(--green);border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);font-weight:950;color:var(--ink);transition:.2s ease}.loja-toast.error{border-left-color:#e11d48}@media(max-width:1240px){.loja-main{grid-template-columns:230px minmax(0,1fr)}.resumo-pedido{position:fixed;right:16px;top:92px;bottom:16px;width:min(380px,calc(100vw - 32px));z-index:80;transform:translateX(calc(100% + 30px));transition:.22s ease}.resumo-pedido.open{transform:translateX(0)}.cart-head button{display:block}.produtos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.loja-topbar{height:auto;align-items:flex-start;gap:12px;flex-direction:column;padding:14px 18px}.loja-menu{width:100%;overflow:auto}.loja-hero{margin:16px;grid-template-columns:1fr;padding:28px}.hero-showcase{grid-template-columns:1fr 1fr}.loja-main{margin:0 16px 28px;grid-template-columns:1fr}.categorias-panel{position:static;display:flex;overflow:auto;gap:8px}.categorias-panel h3{display:none}.categoria-chip{min-width:190px}.produtos-grid{grid-template-columns:1fr}.section-title{align-items:flex-start;flex-direction:column;gap:10px}.loja-hero h1{font-size:50px}}@media(max-width:540px){.hero-showcase{grid-template-columns:1fr}.showcase-products{font-size:34px}.loja-menu a{white-space:nowrap}.modal-actions{flex-direction:column}.product-photo{height:190px}}
