:root{--primary:#c17f3a;--primary-hover:#a96d2f;--primary-light:#fff4df;--surface:#ffffff;--bg:#f8fafc;--text-main:#0f172a;--text-muted:#64748b;--verde:#10b981;--vermelho:#ef4444;--borda:#e2e8f0;--shadow:0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -2px rgba(0,0,0,0.05);--portal-topbar-height:76px;--portal-category-scroll-margin:154px}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:\'Inter\',sans-serif;background:var(--bg);color:var(--text-main);min-height:100vh;padding-top:var(--portal-topbar-height)}
button,input,select,textarea{font-family:inherit}
button{cursor:pointer}
.topbar{position:fixed;inset:0 0 auto;z-index:60;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--text-main);border-bottom:1px solid rgba(226,232,240,.8);box-shadow:0 8px 24px -16px rgba(15,23,42,.28)}
.topbar-inner{max-width:1180px;min-height:76px;margin:auto;padding:10px 18px;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-mark{width:42px;height:42px;border-radius:13px;background:var(--primary-light);display:grid;place-items:center;overflow:hidden;color:var(--primary);font-weight:800;letter-spacing:-0.02em;font-size:24px;font-weight:700}
.brand-mark img{width:100%;height:100%;object-fit:cover}
.brand-title{font-weight:800;letter-spacing:-0.02em;color:var(--primary);font-size:clamp(16px, 3.5vw, 22px);line-height:1.1}
.brand-sub{font-size:11px;letter-spacing:2.2px;text-transform:uppercase;color:var(--text-muted);margin-top:3px;white-space:nowrap}
.topbar-search{max-width:680px;width:100%;justify-self:center}
.topbar-search .input{height:42px;border-radius:999px;background:#f8fafc;padding-right:16px;box-shadow:inset 0 1px 0 rgba(15,23,42,.02)}
.topbar-search .input:focus{background:#fff;box-shadow:0 0 0 3px rgba(193,127,58,.14)}
.topbar-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;color:var(--text-muted);font-size:12px}
.top-pill{border:1px solid var(--borda);border-radius:999px;padding:7px 10px;background:var(--bg)}
.whatsapp-top-button{display:none;align-items:center;gap:7px;color:#fff;text-decoration:none;font-weight:800;background:rgba(36,114,79,.22);border-color:rgba(255,255,255,.2)}
.whatsapp-top-button:hover{background:rgba(36,114,79,.34);border-color:rgba(255,255,255,.32)}
.top-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.top-actions .btn{padding:9px 12px;border-radius:999px;font-size:12px;min-height:36px}
.top-actions .btn-primary{box-shadow:none}
.portal-status-pill{display:inline-flex;align-items:center;gap:7px;border:0;font:inherit;cursor:pointer}
.portal-status-dot{width:8px;height:8px;border-radius:999px;background:#d8a15b;box-shadow:0 0 0 3px rgba(216,161,91,.18)}
.portal-status-pill.open .portal-status-dot{background:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,.18)}
.portal-status-pill.closed .portal-status-dot{background:#fb7185;box-shadow:0 0 0 3px rgba(251,113,133,.18)}
.header-cart{min-height:42px;border:0;border-radius:999px;padding:0 12px;background:var(--text-main);color:#fff;font:inherit;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;box-shadow:0 8px 18px rgba(15,23,42,.17)}
.header-cart:hover{background:#273449}
.header-cart-summary{color:#f8d5a9;font-size:11px;font-weight:800}
.hero{background:linear-gradient(135deg,#8b5623 0%,#4a2d12 100%);color:#fff;position:relative;overflow:hidden;}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right, rgba(255,255,255,0.1), transparent 50%);pointer-events:none;}
.hero-inner{position:relative;z-index:1;max-width:1180px;margin:auto;padding:42px 18px 38px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.hero h1{font-weight:800;letter-spacing:-.03em;font-size:clamp(34px,5vw,56px);line-height:1;margin-bottom:10px}
.hero p{color:rgba(255,255,255,.75);font-size:15px;max-width:640px;line-height:1.5}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hero.hero-compact .hero-inner{padding:18px 18px 16px}.hero.hero-compact h1{font-size:clamp(22px,2.4vw,30px);margin-bottom:4px}.hero.hero-compact p{font-size:13px;line-height:1.35}.hero.hero-compact .hero-actions{display:none}
.portal-mode-summary{display:inline-flex;align-items:center;margin-top:8px}.portal-mode-summary button{border:0;background:transparent;color:#fff;padding:0;font:inherit;font-size:13px;font-weight:900;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.portal-mode-selector{max-width:980px;margin:30px auto 36px;padding:26px;border:1px solid var(--borda);border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(61,31,10,.07)}.portal-mode-heading{text-align:center;max-width:620px;margin:0 auto 20px}.portal-mode-kicker{display:inline-flex;border-radius:999px;background:var(--primary-light);color:var(--primary-hover);padding:5px 9px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.portal-mode-heading h2{margin:10px 0 6px;color:var(--text-main);font-size:clamp(25px,3vw,34px);letter-spacing:-.03em}.portal-mode-heading p{color:var(--muted);font-size:14px;line-height:1.45}.portal-mode-cancel{border:0;background:transparent;color:var(--primary-hover);font:inherit;font-size:12px;font-weight:900;text-decoration:underline;text-underline-offset:3px;padding:2px;margin-top:2px}.portal-mode-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portal-mode-card{display:flex;flex-direction:column;align-items:flex-start;gap:9px;padding:18px;border:1px solid var(--borda);border-radius:18px;background:linear-gradient(180deg,#fff,#fffaf4);min-width:0}.portal-mode-card:hover{border-color:rgba(193,127,58,.42);box-shadow:0 10px 20px rgba(61,31,10,.07)}.portal-mode-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--primary-light);color:var(--primary-hover);font-size:21px;font-weight:900}.portal-mode-card h3{color:var(--text-main);font-size:19px;letter-spacing:-.02em}.portal-mode-card p{color:var(--muted);font-size:13px;line-height:1.4;min-height:37px}.portal-mode-card>.btn{width:100%;margin-top:auto}.portal-mode-now-actions{display:none;width:100%;grid-template-columns:1fr;gap:8px}.portal-mode-now.show-options .portal-mode-now-actions{display:grid}.portal-mode-now.show-options .portal-mode-now-start{display:none}.checkout-mode-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(193,127,58,.22);border-radius:12px;background:var(--primary-light);padding:9px 10px;color:var(--primary-hover);font-size:13px;font-weight:850}.checkout-mode-summary button{border:0;background:transparent;color:inherit;font:inherit;font-weight:900;text-decoration:underline;cursor:pointer;padding:0}
#portal-catalog-content[hidden],.portal-mode-selector[hidden]{display:none!important}
.btn{border:0;border-radius:14px;padding:12px 15px;font-weight:800;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 12px 28px rgba(193,127,58,.28)}
.btn-primary:hover{background:#a96d2f;transform:translateY(-1px)}
.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}
.btn:disabled:hover{transform:none}
.btn-secondary{background:rgba(255,255,255,0.2);color:#fff;border:1px solid rgba(255,255,255,.22);transition:transform 0.2s, background 0.2s;}
.btn-secondary:hover{background:rgba(255,255,255,0.3);transform:translateY(-1px)}
.topbar .btn-secondary { background: var(--bg); color: var(--text-main); border-color: var(--borda); }
.topbar .btn-secondary:hover { background: var(--borda); }
.btn-light{background:#fff;color:var(--text-main);border:1px solid var(--borda)}
.btn-ghost{background:transparent;color:var(--text-main);border:1px solid var(--borda)}
.btn-danger{background:var(--bg);color:var(--vermelho);border:1px solid var(--vermelho)}
.page{max-width:1180px;margin:auto;padding:20px 18px 32px}
.status-row{position:relative;z-index:10;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:-28px;margin-bottom:18px}
.status-card{background:#fff;border:1px solid var(--borda);border-radius:18px;padding:16px;box-shadow:0 8px 20px -4px rgba(0,0,0,0.03);display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;transition:transform 0.2s ease, box-shadow 0.2s ease;}
.status-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px -6px rgba(0,0,0,0.08);border-color:rgba(193,127,58,0.2);}
.status-card.good{border-color:rgba(36,114,79,.2);background:#fbfffd}
.status-card.bad{border-color:rgba(184,50,42,.2);background:#fffafa}
.status-icon{width:42px;height:42px;border-radius:14px;background:var(--primary-light);color:var(--primary);display:grid;place-items:center;font-size:22px}
.status-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.9px;font-weight:800}
.status-value{font-weight:800;letter-spacing:-0.02em;font-size:21px;margin-top:2px;color:var(--text-main)}
.status-text{font-size:12px;color:var(--muted);line-height:1.35;margin-top:3px}
.cashback-strip{width:100%;border:1px solid rgba(193,127,58,.2);border-radius:15px;padding:12px 14px;margin-bottom:12px;background:#fffaf2;color:var(--primary-hover);display:flex;align-items:center;gap:9px;text-align:left;font:inherit}.cashback-strip strong{font-size:14px}.cashback-strip span:last-child{margin-left:auto;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.cashback-strip:hover{background:#fff4df}
.pontos-box{display:none;background:#fff;border-radius:20px;padding:18px;box-shadow:var(--shadow);border:1px solid var(--borda);margin-bottom:18px}
.pontos-box.show{display:block}
.pontos-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-bottom:12px}
.pontos-title{font-weight:800;letter-spacing:-0.02em;font-size:23px;color:var(--text-main)}
.pontos-sub,.pontos-msg{font-size:13px;color:var(--muted);line-height:1.45}
.pontos-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}
.ponto-card{background:var(--surface);border-radius:15px;padding:12px;border:1px solid var(--borda)}
.ponto-num{font-weight:800;letter-spacing:-0.02em;font-size:24px;color:var(--verde);font-weight:700}
.ponto-label{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-top:2px}
.pontos-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}
.input,.select,.textarea,.pontos-form input{width:100%;padding:12px 13px;border:1.5px solid var(--borda);border-radius:13px;background:var(--bg);outline:none;color:var(--text-main);font-size:14px}
.input:focus,.select:focus,.textarea:focus,.pontos-form input:focus{border-color:var(--primary);background:#fff}
.pontos-form button,.pontos-inline-btn{background:var(--primary);color:#fff;border:0;border-radius:13px;padding:12px 14px;font-weight:800}
.pontos-inline-btn.secondary{background:var(--text-main)}
.pontos-list{display:grid;gap:8px;margin-top:12px}
.pontos-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(61,31,10,.08);padding:9px 0;font-size:13px;color:var(--text-main)}
.pontos-row small{color:var(--muted)}
.pontos-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:20px 0 12px}
.section-title{font-weight:800;letter-spacing:-0.02em;font-size:26px;color:var(--text-main)}
.section-sub{font-size:13px;color:var(--muted);line-height:1.4;margin-top:2px}
.featured{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}
.featured-card{background:#fff;border:1px solid var(--borda);border-radius:18px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.04);cursor:pointer;display:grid;grid-template-columns:104px 1fr;min-height:118px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;outline:0}
.featured-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(0,0,0,.08);border-color:rgba(193,127,58,.2);}
.featured-card:focus-visible{box-shadow:0 0 0 3px rgba(193,127,58,.24),0 14px 28px rgba(0,0,0,.08)}
.featured-img{background:var(--borda);display:grid;place-items:center;overflow:hidden;color:var(--primary);font-size:32px}
.featured-img img{width:100%;height:100%;object-fit:cover}
.featured-body{padding:13px;min-width:0}
.featured-name{font-weight:800;color:var(--text-main);line-height:1.2;margin-bottom:5px}
.featured-price{font-weight:800;letter-spacing:-0.02em;color:var(--verde);font-size:18px;font-weight:700}
.featured-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.35;margin-top:4px}.featured-action{display:flex;align-items:center;justify-content:space-between;color:var(--primary-hover);font-size:12px;font-weight:900;margin-top:9px}.featured-action b{font-size:16px;line-height:1}
.combo-items{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.35}
.combo-actions{margin-top:10px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.combo-actions .btn{padding:8px 12px;font-size:12px}
.toolbar{position:sticky;top:var(--portal-topbar-height,76px);z-index:50;background:rgba(253,246,237,.94);backdrop-filter:blur(12px);padding:11px 0 12px;margin:0 -18px 18px;border-bottom:1px solid rgba(61,31,10,.08)}
.toolbar-inner{max-width:1180px;margin:auto;padding:0 18px}
.categories-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 9px;font-size:12px;font-weight:900;color:var(--text-main);letter-spacing:.2px}
.categories-clear{border:0;background:transparent;padding:2px;color:var(--primary-hover);font:inherit;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.categories-clear[hidden]{display:none}
.search{position:relative}
.search input{padding-left:42px}
.search span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--muted)}
.cat-nav{display:flex;gap:8px;overflow:auto;scrollbar-width:none;padding-bottom:2px;cursor:grab;user-select:none;overscroll-behavior-x:contain}
.cat-nav.dragging{cursor:grabbing;scroll-behavior:auto}
.cat-nav.dragging .cat-btn{pointer-events:none}
.cat-nav::-webkit-scrollbar{display:none}
.cat-btn{border:1px solid var(--borda);background:#fff;color:var(--text-main);border-radius:999px;padding:10px 14px;font-weight:800;white-space:nowrap;box-shadow:0 6px 14px rgba(61,31,10,.05);transition:.18s ease;text-decoration:none;display:inline-flex;align-items:center;font:inherit}
.cat-btn.ativo,.cat-btn:hover{background:var(--text-main);color:#fff;border-color:var(--text-main)}
.cat-btn.ativo{box-shadow:0 10px 24px rgba(61,31,10,.24),0 0 0 3px rgba(193,127,58,.14);transform:translateY(-1px)}
.categoria-secao{scroll-margin-top:var(--portal-category-scroll-margin,154px);margin-bottom:32px}
.category-heading{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:12px}
.cat-title{font-weight:800;letter-spacing:-0.02em;font-size:25px;color:var(--text-main);margin-bottom:3px}
.cat-desc{font-size:13px;color:var(--muted);line-height:1.45}
.category-count{flex:0 0 auto;border:1px solid rgba(61,31,10,.1);border-radius:999px;padding:6px 8px;font-size:11px;font-weight:800;color:var(--muted);background:#fff}
.catalog-more{display:flex;justify-content:center;padding:2px 0 20px}.catalog-more .btn{border-radius:999px;padding:11px 15px}.catalog-more .btn span{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--primary-light);color:var(--primary-hover);font-size:11px}
.produtos-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.produto-card{background:#fff;border:1px solid var(--borda);border-radius:18px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;min-height:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.produto-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(0,0,0,.08);border-color:rgba(193,127,58,.2);}
.prod-img{height:170px;background:linear-gradient(145deg,var(--bg),var(--borda));display:grid;place-items:center;overflow:hidden;color:var(--primary);font-size:42px}
.prod-img img{width:100%;height:100%;object-fit:cover}
.placeholder-art{width:100%;height:100%;display:grid;place-items:center;position:relative;background:radial-gradient(circle at 35% 22%,rgba(255,255,255,.86),transparent 28%),linear-gradient(145deg,#fffaf3,#ead3b6)}
.placeholder-brand{min-width:74px;padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.82);display:grid;place-items:center;color:var(--primary);font-size:14px;letter-spacing:.08em;font-weight:900;box-shadow:inset 0 0 0 1px rgba(61,31,10,.06),0 12px 28px rgba(61,31,10,.08)}
.prod-body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}
.prod-name{font-weight:800;letter-spacing:-.02em;font-size:19px;line-height:1.18;color:var(--text-main);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.prod-desc{font-size:13px;color:var(--muted);line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.prod-variation{font-size:12px;color:var(--primary-hover);background:var(--primary-light);border:1px solid rgba(193,127,58,.18);border-radius:12px;padding:8px 9px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.prod-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}
.prod-price{font-weight:800;letter-spacing:-.02em;color:var(--verde);font-size:20px;line-height:1.2;white-space:nowrap}
.prod-unit{font-size:12px;color:var(--muted);font-family:\'Inter\',sans-serif;font-weight:500}
.tags{display:flex;gap:6px;flex-wrap:wrap}
.tag{font-size:11px;line-height:1;border-radius:999px;padding:6px 8px;background:var(--surface);color:var(--muted);font-weight:800;border:1px solid rgba(61,31,10,.06)}
.tag.good{background:#edf8f2;color:var(--verde)}
.tag.warn{background:#fff4df;color:#91601d}
.tag.bad{background:#fff0ef;color:var(--vermelho)}
.prod-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:6px}
.empty{background:#fff;border:1px dashed var(--borda);border-radius:18px;padding:26px;text-align:center;color:var(--muted);line-height:1.45}
.fab{position:fixed;right:18px;bottom:20px;z-index:80;background:var(--primary);color:#fff;border:0;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 14px 34px rgba(193,127,58,.38);display:none;align-items:center;gap:10px}
.fab.show{display:flex}
.badge{background:#fff;color:var(--primary);border-radius:999px;min-width:24px;height:24px;display:grid;place-items:center;padding:0 7px;font-weight:900}
.overlay{display:none;position:fixed;inset:0;background:rgba(25,13,7,.58);z-index:100;align-items:center;justify-content:center;padding:16px;overscroll-behavior:contain}
.overlay.show{display:flex}
.modal{background:#fff;border-radius:22px;width:min(880px,100%);height:min(84dvh,760px);max-height:calc(100dvh - 32px);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.28);display:flex;flex-direction:column;overscroll-behavior:contain}
.modal.large{width:min(1100px,100%)}
#produto-modal-conteudo,#combo-modal-conteudo,#carrinho-conteudo{height:100%;min-height:0;display:flex;flex-direction:column}
.modal-head{position:sticky;top:0;background:#fff;z-index:2;border-bottom:1px solid var(--borda);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:22px 22px 0 0}
.modal-title{font-weight:800;letter-spacing:-0.02em;font-size:21px;color:var(--text-main);line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.close{border:0;background:var(--bg);color:var(--text-main);width:38px;height:38px;border-radius:12px;font-size:19px;font-weight:900}
.modal-body{padding:18px;overflow:auto;flex:1;min-height:0;overscroll-behavior:contain}
#produto-modal-conteudo .modal-body{padding-bottom:18px}
.product-layout{display:grid;grid-template-columns:minmax(250px,280px) minmax(0,1fr);gap:18px;align-items:start;min-height:0}
.product-summary{align-self:start;border:1px solid var(--borda);border-radius:19px;background:var(--bg);padding:12px}
.modal-img{height:184px;border-radius:18px;background:linear-gradient(145deg,var(--bg),var(--borda));display:grid;place-items:center;overflow:hidden;color:var(--primary);font-size:56px}
.modal-img.modal-img-placeholder{height:118px}
.modal-img-placeholder .placeholder-brand{min-width:96px;padding:12px 17px}
.modal-img img{width:100%;height:100%;object-fit:cover}
.product-summary-title{font-weight:800;letter-spacing:-0.02em;font-size:24px;color:var(--text-main);line-height:1.05;margin-top:12px}
.product-summary-desc{font-size:13px;color:var(--muted);line-height:1.45;margin-top:8px}
.product-summary-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.product-price{margin-top:12px;padding-top:12px;border-top:1px solid var(--borda)}
.product-calculation{margin-top:3px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}
.price-breakdown{display:grid;gap:5px;margin-top:10px;padding:10px;border-radius:12px;background:#fff;border:1px solid var(--borda);font-size:12px}
.price-breakdown div{display:flex;justify-content:space-between;gap:10px;color:var(--muted)}
.price-breakdown b{color:var(--text-main);text-align:right}
.price-breakdown div:last-child{padding-top:5px;border-top:1px solid var(--borda);font-weight:900}
.price-breakdown div:last-child b{color:var(--verde)}
.product-options{min-width:0;padding-bottom:2px}
.muted{color:var(--muted);font-size:13px;line-height:1.45}
.choice-group{border:1px solid var(--borda);border-radius:16px;padding:13px;margin-top:12px;background:var(--bg)}
.choice-title{display:flex;align-items:start;justify-content:space-between;gap:8px;margin-bottom:9px}
.choice-name{font-weight:900;color:var(--text-main)}
.choice-rule{font-size:11px;color:var(--muted);font-weight:800}
.weight-info{margin-top:6px;display:grid;gap:3px;color:var(--primary-hover);font-size:12px;line-height:1.35;font-weight:700}
.choice-list{display:grid;gap:8px}
.choice-collapse{border:1px solid var(--borda);border-radius:13px;background:#fff;padding:0 10px}
.choice-collapse summary{cursor:pointer;color:var(--primary-hover);font-size:13px;font-weight:900;padding:11px 0;list-style-position:inside}
.choice-collapse .choice-list{padding:0 0 10px}
.choice-group-pending{border-color:#d69a43;box-shadow:0 0 0 2px rgba(214,154,67,.12)}
.choice-pending{margin-top:9px;color:#8a5716;font-size:12px;font-weight:800;line-height:1.35}
.choice{border:1px solid var(--borda);border-radius:13px;background:#fff;padding:10px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;cursor:pointer}
.choice.is-blocked{opacity:.52;cursor:not-allowed}
.choice input{accent-color:var(--primary)}
.choice strong{font-size:14px;color:var(--text-main)}
.choice small{display:block;color:var(--muted);font-size:12px;line-height:1.35;margin-top:2px;white-space:pre-line}
.choice-price{font-weight:900;color:var(--verde);white-space:nowrap}
.choice-extra{margin:-3px 0 2px 34px}
.choice-extra .input{background:#fff}
.choice-guidance{padding:9px 10px;border-radius:10px;background:var(--primary-light);color:var(--primary-hover);font-size:12px;font-weight:700;line-height:1.4}
.qty-row{display:flex;align-items:center;gap:8px;margin:14px 0}
.qty-btn{min-width:38px;width:auto;height:38px;padding:0 10px;border-radius:12px;border:1px solid var(--borda);background:#fff;color:var(--text-main);font-size:20px;font-weight:900}
.qty-num{min-width:32px;text-align:center;font-weight:900}
.qty-input{width:110px;text-align:center;font-weight:900}
.sticky-total{flex:0 0 auto;margin-top:auto;background:linear-gradient(180deg,rgba(255,255,255,.96),#fff);border-top:1px solid var(--borda);padding:10px 18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 12px;box-shadow:0 -10px 28px rgba(61,31,10,.08);z-index:3}
.sticky-total .btn{min-height:48px;min-width:220px}
.sticky-error{grid-column:1/-1;color:#9f2f2f;font-size:12px;font-weight:800;line-height:1.35}
.subtotal-label{font-size:12px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.8px}
.subtotal-value{font-weight:800;letter-spacing:-0.02em;color:var(--verde);font-size:27px;font-weight:700}
.cart-items{display:grid;gap:10px}
.cart-item{border:1px solid var(--borda);border-radius:16px;background:var(--bg);padding:13px}
.cart-item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.cart-name{font-weight:900;color:var(--text-main);line-height:1.25}
.cart-quantity-label{margin-top:4px;font-size:12px;color:var(--primary-hover);font-weight:800}
.cart-details{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.45}
.cart-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}
.cart-qty{display:flex;align-items:center;gap:7px;padding:2px 0}.cart-qty span{font-size:12px;min-width:64px;text-align:center;font-weight:900;color:var(--text-main)}
.cart-qty .btn{min-height:34px;padding:6px 9px;font-size:12px}
.cart-alert{margin-top:7px;color:var(--vermelho);font-size:12px;font-weight:800}
.cart-modal-body{padding-bottom:18px}
.cart-content{display:grid;gap:16px;max-width:820px;margin:0 auto}
.cart-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.cart-heading .step-title{margin-bottom:4px}.cart-item-count{flex:0 0 auto;border-radius:999px;background:var(--primary-light);color:var(--primary-hover);font-size:12px;font-weight:900;padding:7px 10px}
.cart-financial-summary{border:1px solid var(--borda);border-radius:18px;background:var(--bg);padding:14px}
.cart-partial-total{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-top:12px;border-top:1px solid var(--borda);font-weight:900;color:var(--text-main)}
.cart-partial-total strong{font-size:20px;color:var(--verde);letter-spacing:-.02em}
.cart-suggestions{padding-top:2px}.cart-suggestion-action{width:100%;margin-top:10px}.cart-suggestions .featured-card{cursor:pointer}
.cart-footer{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 18px calc(11px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--borda);box-shadow:0 -10px 28px rgba(61,31,10,.08);position:relative;z-index:10}
.cart-footer .btn{min-height:48px;min-width:220px}.modal.cart-empty-modal{height:auto;max-height:calc(100dvh - 32px)}.modal.cart-empty-modal #carrinho-conteudo{height:auto}.cart-empty{min-height:128px;display:grid;justify-items:center;align-content:center;gap:10px}.cart-empty strong{font-size:19px;color:var(--text-main)}.cart-empty .btn{margin-top:4px}
.checkout-form{display:grid;gap:10px}.checkout-content{padding-bottom:2px}
.checkout-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:3px 0 8px}.checkout-progress>div{display:grid;justify-items:center;gap:4px;color:var(--muted);font-size:10px;font-weight:800;text-align:center}.checkout-progress b{width:25px;height:25px;border-radius:999px;background:var(--bg);border:1px solid var(--borda);display:grid;place-items:center}.checkout-progress .on,.checkout-progress .done{color:var(--primary-hover)}.checkout-progress .on b,.checkout-progress .done b{background:var(--primary);border-color:var(--primary);color:#fff}.checkout-actions{flex:0 0 auto;display:flex;gap:8px;justify-content:space-between;padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--borda);box-shadow:0 -10px 28px rgba(61,31,10,.08);position:relative;z-index:10}.checkout-actions .btn{min-height:48px}.checkout-actions .btn-primary{flex:1}
.address-grid{display:grid;grid-template-columns:1fr 110px;gap:8px}
.address-grid .full{grid-column:1/-1}
.address-status{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.35}
.step{border:1px solid var(--borda);border-radius:16px;background:#fff;padding:13px;margin-bottom:10px}
.step-title{font-weight:900;color:var(--text-main);margin-bottom:9px;display:flex;justify-content:space-between;gap:8px}
.segmented{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.segmented.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.seg-btn{border:1px solid var(--borda);background:var(--bg);color:var(--text-main);border-radius:13px;padding:11px 8px;font-weight:900}
.seg-btn.on{background:var(--text-main);color:#fff;border-color:var(--text-main)}
.seg-btn:disabled{opacity:.45;cursor:not-allowed}
.payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.payment-card{border:1.5px solid var(--borda);background:var(--bg);color:var(--text-main);border-radius:14px;padding:12px;text-align:left;font-weight:900;display:grid;gap:3px}
.payment-card small{color:var(--muted);font-weight:700;line-height:1.25}
.payment-card.on{border-color:var(--primary);background:#fff4df;box-shadow:0 0 0 3px rgba(193,127,58,.13)}
.mini-item{border-bottom:1px solid rgba(61,31,10,.08);padding:9px 0}
.mini-item:first-child{padding-top:0}
.mini-name{font-size:13px;font-weight:900;color:var(--text-main);line-height:1.25}
.mini-details{font-size:11px;color:var(--muted);line-height:1.35;margin-top:3px;white-space:pre-line}
.coupon-status{margin-top:8px;border-radius:12px;padding:9px 10px;font-size:12px;font-weight:800}
.coupon-status.info{background:var(--primary-light);color:var(--primary-hover);border:1px solid rgba(193,127,58,.2)}
.coupon-status.ok{background:#edf8f2;color:var(--verde);border:1px solid rgba(36,114,79,.18)}
.coupon-status.error{background:#fff0ef;color:var(--vermelho);border:1px solid var(--vermelho)}
.summary-line{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:7px 0;border-bottom:1px solid rgba(61,31,10,.07)}
.summary-line strong{color:var(--text-main)}
.summary-total{font-weight:800;letter-spacing:-0.02em;font-size:26px;color:var(--verde);font-weight:700}
.notice{border-radius:14px;background:var(--primary-light);color:var(--primary-hover);border:1px solid rgba(193,127,58,.25);padding:11px 12px;font-size:13px;line-height:1.45;margin-top:10px}
.notice.error{background:#fff0ef;color:var(--vermelho);border-color:rgba(184,50,42,.22)}
.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(18px);background:var(--text-main);color:#fff;border-radius:999px;padding:12px 16px;box-shadow:0 12px 34px rgba(61,31,10,.28);z-index:200;opacity:0;pointer-events:none;transition:.2s;font-weight:800}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.toast-action{border:0;background:transparent;color:#f8d5a9;font:inherit;font-weight:900;text-decoration:underline;cursor:pointer;padding:0 0 0 4px}
@media(max-width:1040px){.produtos-grid,.featured{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-inner{grid-template-columns:1fr}.status-row{margin-top:0}}
@media(max-width:720px){.topbar-inner{align-items:flex-start;flex-direction:column;padding:10px 14px;gap:10px}.brand{gap:10px}.brand-mark{width:38px;height:38px;border-radius:12px;font-size:21px}.brand-title{font-size:24px}.brand-sub{font-size:9.5px;letter-spacing:1.4px;white-space:normal}.top-meta{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:7px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.top-meta::-webkit-scrollbar{display:none}.top-pill{flex:0 0 auto;padding:7px 9px;white-space:nowrap}.portal-status-pill{max-width:min(220px,64vw);justify-content:flex-start}.portal-status-pill span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whatsapp-top-button{width:max-content}.top-actions{flex:0 0 auto;display:flex;flex-wrap:nowrap;gap:7px;justify-content:flex-start}.top-actions .btn{flex:0 0 auto;min-width:0;min-height:34px;padding:8px 10px;font-size:11.5px;white-space:nowrap}.hero-inner{padding:18px 14px 16px}.hero h1{font-size:32px}.hero.hero-compact .hero-inner{padding:13px 14px 12px}.hero.hero-compact h1{font-size:23px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hero-actions .btn{padding:10px 8px}.hero-card{display:none}.page{padding:14px 12px 112px}.portal-mode-selector{margin:8px 0 20px;padding:18px 14px;border-radius:18px}.portal-mode-options{grid-template-columns:1fr}.portal-mode-card{padding:15px}.portal-mode-card p{min-height:0}.portal-mode-now-actions{grid-template-columns:1fr 1fr}.status-row,.featured,.produtos-grid{grid-template-columns:1fr}.status-row{gap:10px;margin-bottom:14px}.status-card{grid-template-columns:auto 1fr;padding:13px}.toolbar{margin:0 -12px 14px;padding:8px 0 10px}.toolbar-inner{padding:0 12px}.search-row{grid-template-columns:1fr}.cat-btn{padding:9px 12px}.section-head{margin:16px 0 10px}.section-title{font-size:23px}.product-layout{grid-template-columns:1fr}.product-summary{position:static}.modal-img{height:190px}.segmented{grid-template-columns:1fr}.segmented.two{grid-template-columns:1fr}.payment-grid{grid-template-columns:1fr}.pontos-grid,.pontos-form,.address-grid{grid-template-columns:1fr}.fab{left:12px;right:12px;bottom:calc(14px + env(safe-area-inset-bottom));justify-content:center}.overlay{padding:8px}.modal{width:100%;border-radius:18px;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}.modal.cart-empty-modal{height:auto;max-height:calc(100dvh - 16px)}.modal-head{border-radius:18px 18px 0 0;padding:13px 14px}.modal-body{padding:14px}.sticky-total{grid-template-columns:1fr;align-items:stretch;padding:10px 14px calc(10px + env(safe-area-inset-bottom))}.sticky-total .btn{width:100%;min-width:0}.prod-img{height:138px}.prod-body{padding:13px}.prod-name{font-size:19px}.toast{left:12px;right:12px;bottom:calc(18px + env(safe-area-inset-bottom));transform:translateY(18px);text-align:center;border-radius:16px;padding:12px 14px}.toast.show{transform:translateY(0)}.toast-action{padding-left:8px}.cart-footer{padding:10px 14px calc(10px + env(safe-area-inset-bottom));align-items:center}.cart-footer .btn{min-width:0;flex:1}.cart-footer .subtotal-value{font-size:22px}.cart-qty{width:100%;justify-content:space-between}.cart-qty .btn{flex:0 0 auto}.cart-suggestions .featured{gap:10px}#produto-modal-conteudo .modal-body{padding-bottom:calc(14px + var(--produto-rodape-altura,156px))}}
@media(max-width:420px){.top-actions .btn{font-size:11px}.hero-actions{grid-template-columns:1fr}.status-icon{width:36px;height:36px;border-radius:12px;font-size:19px}.status-value{font-size:19px}.modal-title{font-size:21px}.subtotal-value,.summary-total{font-size:24px}.prod-img{height:128px}.placeholder-art span{width:74px;height:74px;border-radius:24px;font-size:40px}}
.fab,.fab.show{display:none!important}
@media(max-width:720px){
  :root{--portal-topbar-height:122px}
  .topbar-inner{min-height:122px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:9px 12px;gap:8px 10px}
  .brand{gap:8px}.brand-mark{width:36px;height:36px;border-radius:11px}.brand-title{font-size:16px}.brand-sub{font-size:9px;letter-spacing:1.1px;white-space:nowrap}
  .topbar-search{grid-column:1/-1;grid-row:2;max-width:none}.topbar-search .input{height:38px;font-size:13px}
  .topbar-actions{gap:6px}.portal-status-pill{max-width:124px;padding:7px 8px}.portal-status-pill span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-cart{min-height:36px;padding:0 10px}.header-cart-label,.header-cart-summary{display:none}
  .hero-inner{padding:28px 14px 26px}.hero h1{font-size:34px}.hero p{font-size:14px}.hero-actions{display:flex}.hero-actions .btn{padding:10px 14px}
  .page{padding-top:16px}.toolbar{top:var(--portal-topbar-height,122px)}.categories-heading{margin-bottom:8px}.categories-clear{font-size:11px}.category-heading{gap:9px}.category-count{font-size:10px;padding:5px 7px}.prod-img{height:156px}.prod-name{font-size:18px}.prod-desc{font-size:12px}.catalog-more{padding-bottom:16px}.cashback-strip{padding:11px 12px}.cashback-strip strong{font-size:13px}.fab.show{display:flex!important}
}
@media(max-width:420px){
  :root{--portal-topbar-height:118px}.topbar-inner{min-height:118px}.brand-title{font-size:15px}.portal-status-pill{max-width:108px}.topbar-search .input{height:36px}.hero-inner{padding-top:24px}.hero h1{font-size:31px}
  .placeholder-art .placeholder-brand{width:auto;height:auto;border-radius:999px;padding:10px 13px;font-size:13px}
}
@keyframes cartPulse{0%{transform:scale(1)}50%{transform:scale(1.1);background:var(--verde);box-shadow:0 14px 40px rgba(16,185,129,.5)}100%{transform:scale(1)}}
.fab.pulse{animation:cartPulse 0.4s ease-out}
@keyframes skeletonPulse{0%{opacity:0.6}50%{opacity:0.25}100%{opacity:0.6}}
.skeleton-box{background:var(--borda);border-radius:6px;animation:skeletonPulse 1.5s ease-in-out infinite}
.btn-success-anim{background:var(--verde) !important;color:#fff !important;border-color:var(--verde) !important;transform:scale(1.05) !important;transition:all 0.2s ease !important}
.portal-footer{background:#fbf5ec;border-top:1px solid #eadbc5;padding:28px 18px 30px;margin-top:32px}
.footer-inner{max-width:1180px;margin:auto;display:grid;gap:28px;grid-template-columns:1.25fr 1fr 1fr}
.footer-brand-block{display:grid;gap:14px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:44px;height:44px;border-radius:12px;object-fit:cover}.footer-brand strong,.footer-heading{display:block;color:var(--text-main);font-weight:900}.footer-brand p{color:var(--muted);font-size:13px;line-height:1.4;margin-top:3px}
.footer-apps{display:grid;gap:7px}.footer-apps>span{color:var(--muted);font-size:12px;font-weight:800}.footer-app-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.footer-app-badges a{display:inline-flex}.footer-app-badges img{display:block;height:36px;width:auto;max-width:122px;object-fit:contain;border-radius:5px}
.footer-contact{display:grid;align-content:start;gap:8px}.footer-contact a,.footer-contact span{color:var(--muted);font-size:13px;line-height:1.4;text-decoration:none}.footer-contact a{color:var(--primary);font-weight:800}.footer-contact a:hover,.footer-links a:hover{text-decoration:underline}
.footer-links{display:grid;align-content:start;gap:10px}.footer-link-list{display:flex;flex-wrap:wrap;gap:8px 14px}.footer-links a{color:var(--primary);text-decoration:none;font-size:13px;font-weight:800}
.footer-copy{grid-column:1/-1;border-top:1px solid #eadbc5;padding-top:14px;color:var(--muted);font-size:12px;text-align:center;margin-top:-4px}
@media(max-width:720px){.portal-footer{padding:24px 14px calc(88px + env(safe-area-inset-bottom));margin-top:24px}.footer-inner{grid-template-columns:1fr;gap:22px}.footer-brand-block{gap:12px}.footer-app-badges{gap:7px}.footer-app-badges img{height:34px;max-width:116px}.footer-link-list{gap:9px 14px}.footer-copy{margin-top:0;padding-top:12px}}
@media(max-width:720px){.page{padding-bottom:28px}.checkout-actions{padding:10px 14px calc(10px + env(safe-area-inset-bottom))}}
#produto-modal-conteudo .modal-body{padding-bottom:18px}
@media(max-width:720px){#produto-modal-conteudo .modal-body{padding-bottom:14px}}

.schedule-selector{display:grid;gap:10px;margin-top:10px}.schedule-dates{display:flex;gap:7px;overflow-x:auto;padding:1px 1px 4px;scrollbar-width:none}.schedule-dates::-webkit-scrollbar{display:none}.schedule-date,.schedule-time,.schedule-calendar-day{border:1px solid var(--borda);background:var(--bg);color:var(--text-main);border-radius:12px;font:inherit;font-weight:850;cursor:pointer}.schedule-date{padding:9px 11px;white-space:nowrap;flex:0 0 auto;font-size:12px}.schedule-date.on,.schedule-time.on,.schedule-calendar-day.on{background:var(--text-main);border-color:var(--text-main);color:#fff}.schedule-date:disabled,.schedule-calendar-day:disabled{opacity:.42;cursor:not-allowed}.schedule-more{border-style:dashed;color:var(--primary-hover)}.schedule-time-title{font-size:12px;color:var(--muted);font-weight:850}.schedule-times{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.schedule-time{padding:10px 6px;font-size:13px}.schedule-toggle{border:0;background:transparent;color:var(--primary-hover);font:inherit;font-size:12px;font-weight:900;padding:3px 0;text-decoration:underline;text-underline-offset:3px}.schedule-calendar{border:1px solid var(--borda);border-radius:14px;padding:10px;background:#fff}.schedule-calendar-head{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;text-align:center;margin-bottom:9px;text-transform:capitalize;font-size:13px}.schedule-calendar-head button{border:0;background:var(--bg);border-radius:9px;color:var(--text-main);font:inherit;font-size:20px;line-height:30px;height:30px}.schedule-calendar-head button:disabled{opacity:.35}.schedule-weekdays,.schedule-calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.schedule-weekdays{font-size:9px;text-align:center;color:var(--muted);font-weight:850;margin-bottom:6px}.schedule-calendar-day,.schedule-calendar-empty{min-height:39px;padding:4px 2px;display:grid;place-items:center;font-size:12px}.schedule-calendar-empty{pointer-events:none}.schedule-summary{border-radius:13px;background:#eef8f1;color:#17603c;border:1px solid rgba(23,96,60,.18);padding:10px 11px;display:grid;gap:3px;font-size:12px}.schedule-summary strong{font-size:13px}.schedule-summary button{border:0;background:transparent;color:inherit;padding:2px 0 0;text-align:left;text-decoration:underline;font:inherit;font-weight:850;cursor:pointer}.auth-confirmed{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.auth-confirmed .btn{min-height:0;padding:1px 3px}.portal-cart-active .portal-footer{padding-bottom:calc(104px + env(safe-area-inset-bottom))}
@media(max-width:720px){
  .portal-status-pill{max-width:none}.portal-status-pill #portal-status-top-text{display:none}.portal-status-pill::after{content:attr(data-mobile-text);font-size:12px;font-weight:850}.header-cart-label,.header-cart-summary{display:none}.payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-card{padding:10px}.payment-card small{display:none}.auth-confirmed{display:grid;gap:3px}.auth-confirmed span{display:flex;align-items:center;gap:3px;flex-wrap:wrap}.cart-modal-body{padding-bottom:18px}.checkout-content{padding-bottom:calc(8px + env(safe-area-inset-bottom))}.fab{font-size:13px;padding:13px 14px}.portal-cart-active .portal-footer{padding-bottom:calc(104px + env(safe-area-inset-bottom))}
}
