@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary:#d25400;--primary-hover:#b24300;--primary-light:#fff3eb;--accent-green:#00a76f;--accent-green-light:#e6f6f1;--background:#f8fafc;--card-bg:#fff;--text-main:#0f172a;--text-muted:#475569;--text-light:#94a3b8;--border:#e2e8f0;--shadow-sm:0 1px 3px #0000000d, 0 1px 2px #00000005;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--font:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;font-family:var(--font);-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{overflow-x:hidden}body{color:var(--text-main);background-color:#f1f5f9;min-height:100vh;display:block}.app-wrapper{background-color:var(--background);width:100%;min-height:100vh}.app-container{background-color:var(--background);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.category-section-block{margin-top:-60px;padding-top:80px}.main-layout-grid{grid-template-columns:minmax(0,1fr);gap:24px;padding:0 16px 120px;display:grid}@media (width>=992px){.main-layout-grid{grid-template-columns:minmax(0,7fr) minmax(0,3.5fr);align-items:start;padding-bottom:40px}}.header-hero{background:var(--primary);width:100%;height:90px}@media (width>=768px){.header-hero{height:130px}}.header-hero-inner{box-sizing:border-box;width:100%;max-width:1200px;margin:-80px auto 0;padding:0 16px}@media (width>=768px){.header-hero-inner{margin-top:-130px;padding:0 16px}}.cover-banner-frame{border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-md);box-sizing:border-box;background:#fff;padding:4px}.cover-banner{border-radius:calc(var(--radius-md) - 4px);object-fit:cover;width:100%;height:auto;max-height:300px;display:block}.estabelecimento-info-card{z-index:10;align-items:center;gap:14px;padding:0 16px 16px;display:flex;position:relative}@media (width<=480px){.estabelecimento-info-card{flex-direction:column;align-items:flex-start;gap:8px}}@media (width>=768px){.estabelecimento-info-card{padding:0 24px 16px}}.logo-container{width:88px;height:88px;box-shadow:var(--shadow-md);background:#fff;border:3px solid #fff;border-radius:50%;flex-shrink:0;margin-top:-44px;overflow:hidden}@media (width>=768px){.logo-container{width:130px;height:130px;margin-top:-50px}}.logo-container img{object-fit:cover;width:100%;height:100%}.info-header{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.info-header h2{color:var(--text-main);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:18px;font-weight:800;display:-webkit-box;overflow:hidden}@media (width>=480px){.info-header h2{white-space:nowrap;-webkit-line-clamp:1}}@media (width>=768px){.info-header h2{font-size:20px}}.info-header .info-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.info-header .info-meta .dot{color:var(--text-light)}.info-status-badge{border-radius:20px;align-items:center;gap:4px;width:fit-content;font-size:13px;font-weight:700;display:inline-flex}.info-status-badge.open{background-color:var(--accent-green-light);color:var(--accent-green)}.info-status-badge.closed{color:#ff3b30;background-color:#ffeef0}.category-select{flex:none;width:168px;position:relative}.category-select-trigger{border:1px solid var(--border);width:100%;color:var(--text-main);cursor:pointer;transition:var(--transition);background:#fff;border-radius:30px;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.category-select-trigger:hover{border-color:var(--primary)}.category-select-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-select-chevron{color:var(--text-light);flex-shrink:0;transition:transform .2s}.category-select-chevron.open{transform:rotate(180deg)}.category-select-menu{border:1px solid var(--border);z-index:150;background:#fff;border-radius:14px;flex-direction:column;gap:2px;min-width:100%;max-width:280px;max-height:320px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 12px 28px #00000026}.category-select-option{text-align:left;width:100%;color:var(--text-main);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;transition:var(--transition);background:0 0;border:none;border-radius:8px;padding:10px 12px;font-size:13.5px;font-weight:600;overflow:hidden}.category-select-option:hover{background:var(--card-bg)}.category-select-option.active{background:var(--primary-light,#fff3eb);color:var(--primary)}.navbar-category-select{flex-shrink:0}.navbar-category-select .category-select{width:128px}.navbar-category-select .category-select-trigger{border-radius:8px;padding:8px 10px;font-size:13px}.navbar-toggle{display:none}.navbar-mobile-overlay{z-index:210;background:#0006;position:fixed;inset:0}.navbar-mobile-menu{z-index:211;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;padding:8px;display:flex;position:absolute;top:100%;left:0;right:0}.navbar-mobile-link{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:12px 10px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.navbar-mobile-link:hover{background:var(--card-bg)}.navbar-mobile-link.active{color:var(--primary);background:var(--primary-light)}@media (width<=720px){.navbar-links-desktop{display:none!important}.navbar-toggle{justify-content:center;align-items:center;display:flex!important}.navbar-search-group{flex-wrap:wrap}.navbar-category-select{flex:100%;order:3}.navbar-category-select .category-select{width:100%}.navbar-search-box{flex:auto;max-width:none!important}}.products-section{flex-direction:column;gap:32px;display:flex}.category-group-title{color:var(--text-main);border-left:5px solid var(--primary);letter-spacing:-.5px;margin-bottom:20px;padding-left:12px;font-size:22px;font-weight:800}.products-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=600px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition);justify-content:space-between;gap:16px;padding:16px;display:flex}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-2px)}.product-card.esgotado{cursor:default}.product-card.esgotado:hover{box-shadow:var(--shadow-sm);border-color:var(--border);transform:none}.product-card.promocao{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);border:none;padding:0;overflow:hidden;box-shadow:0 8px 20px #b91c1c59}.product-card.promocao:hover{box-shadow:0 12px 28px #b91c1c73}.product-card.promocao .product-details{padding:18px 16px}.product-card.promocao .product-name,.product-card.promocao .product-description{color:#fff}.product-card.promocao .product-name{font-size:19px}.product-card.promocao .product-description{opacity:.9;-webkit-line-clamp:unset;font-size:14px;overflow:visible}.product-card.promocao .product-price{color:#fff;font-size:22px}.product-card.promocao .product-image-container{border-radius:0;flex-shrink:0;align-self:stretch;width:120px;height:auto}@media (width>=600px){.product-card.promocao{grid-column:1/-1}.product-card.promocao .product-details{padding:24px 28px}.product-card.promocao .product-image-container{width:220px}}.product-details{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.product-name{color:var(--text-main);overflow-wrap:break-word;margin-bottom:6px;font-size:16px;font-weight:700}.product-description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price{color:var(--primary);font-size:17px;font-weight:800}.product-image-container{border-radius:var(--radius-sm);background-color:#fafafa;flex-shrink:0;width:96px;height:96px;overflow:hidden}.product-image-container img{object-fit:cover;width:100%;height:100%}.desktop-cart-panel{background:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-md);max-height:calc(100vh - 110px);padding:24px 0;display:none;position:sticky;top:90px;overflow:hidden}.desktop-cart-panel>div:first-child{padding:0 24px}@media (width>=992px){.desktop-cart-panel{flex-direction:column;display:flex}}.bottom-sheet-overlay{z-index:3000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a99;justify-content:center;align-items:center;width:100%;height:100%;padding:24px 0;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.bottom-sheet{background:var(--card-bg);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:calc(100vh - 48px);box-shadow:var(--shadow-lg);flex-direction:column;animation:.3s cubic-bezier(.4,0,.2,1) slideUp;display:flex;position:relative;overflow:hidden}.bottom-sheet-scroll{scrollbar-width:thin;scrollbar-color:var(--border) transparent;overflow-y:auto}.bottom-sheet-scroll::-webkit-scrollbar{width:8px}.bottom-sheet-scroll::-webkit-scrollbar-track{background:0 0}.bottom-sheet-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}.modal-scroll-content:not(.bottom-sheet){max-height:calc(100vh - 48px);overflow-y:auto}.bottom-sheet-inline{border-radius:var(--radius-lg);border:1px solid var(--border);max-width:100%;max-height:none;animation:none}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.cart-sheet-overlay{align-items:flex-end;padding:0}.cart-sheet{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) slideUpFromBottom}@media (width>=576px){.cart-sheet-overlay{align-items:center;padding:24px 0}.cart-sheet{border-radius:var(--radius-lg);max-height:calc(100vh - 48px);animation:.3s cubic-bezier(.4,0,.2,1) slideUp}}@keyframes slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=575px){.cart-continue-bar{padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))!important}}.bottom-sheet-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px;display:flex}.bottom-sheet-header h3{font-size:18px;font-weight:800}.close-btn{cursor:pointer;width:36px;height:36px;color:var(--text-main);transition:var(--transition);background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.close-btn:hover{background:#e2e8f0}.bottom-sheet-body{flex-direction:column;gap:20px;padding:20px;display:flex;overflow-y:auto}.bottom-sheet-body.cart-checkout-body{flex:1;gap:0;min-height:0;padding:0;overflow:hidden}.sheet-product-img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:220px}.sheet-product-desc{color:var(--text-muted);overflow-wrap:break-word;font-size:14px;line-height:1.5}.options-group-title{border-bottom:1px solid var(--border);color:var(--text-main);margin-bottom:10px;padding:8px 0;font-size:15px;font-weight:800}.option-row{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.option-row label{cursor:pointer;font-size:14px;font-weight:500}.option-price{color:var(--primary);margin-right:12px;font-size:13px;font-weight:700}.bottom-sheet-footer{border-top:1px solid var(--border);align-items:center;gap:16px;padding:20px;display:flex}.quantity-picker{border:1px solid var(--border);background:#f1f5f9;border-radius:30px;align-items:center;padding:4px;display:flex}.qty-btn{cursor:pointer;width:36px;height:36px;box-shadow:var(--shadow-sm);color:var(--text-main);transition:var(--transition);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.qty-btn:hover{background:#f8fafc}.qty-number{text-align:center;min-width:24px;padding:0 14px;font-size:16px;font-weight:800}.add-to-cart-btn{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:30px;flex:1;justify-content:space-between;align-items:center;padding:16px;font-size:15px;font-weight:700;display:flex;box-shadow:0 4px 14px #d2540059}.add-to-cart-btn:hover{background:var(--primary-hover)}.sticky-cart-bar{background:var(--card-bg);border-top:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;width:100%;padding:16px;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -4px 16px #0000000f}@media (width>=992px){.sticky-cart-bar{display:none}}.cart-info{color:var(--text-main);align-items:center;gap:12px;display:flex}.cart-icon-wrapper{background:var(--primary-light);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:relative}.cart-badge{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.cart-text h4{font-size:15px;font-weight:800}.cart-text p{color:var(--text-muted);font-size:13px}.view-cart-btn{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:30px;padding:12px 24px;font-size:14px;font-weight:700;box-shadow:0 4px 12px #d2540040}.view-cart-btn:hover{background:var(--primary-hover)}.coupon-input-group{gap:8px;margin:10px 0;display:flex}.coupon-input-group input{border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;flex:1;padding:10px 14px;font-size:13px}.coupon-input-group input:focus{border-color:var(--primary)}.coupon-apply-btn{background-color:var(--primary-light);color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);padding:10px 16px;font-size:13px;font-weight:700}.coupon-apply-btn:hover{background-color:var(--primary);color:#fff}.whatsapp-chatbot-toggle{color:#fff;cursor:pointer;z-index:200;width:60px;height:60px;transition:var(--transition);background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite pulse;display:flex;position:fixed;bottom:84px;right:20px;box-shadow:0 6px 20px #25d36666}@media (width>=992px){.whatsapp-chatbot-toggle{bottom:24px;right:24px}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.whatsapp-drawer{z-index:600;background:#efeae2;flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}@media (width>=768px){.whatsapp-drawer{border-radius:var(--radius-md);width:380px;height:580px;box-shadow:var(--shadow-lg);border:1px solid var(--border);inset:auto 24px 96px auto;overflow:hidden}}.wa-header{color:#fff;background:#075e54;align-items:center;gap:12px;padding:16px;display:flex}.wa-back-btn{color:#fff;cursor:pointer;background:0 0;border:none}.wa-avatar{background:#fff;border-radius:50%;width:40px;height:40px;overflow:hidden}.wa-avatar img{object-fit:cover;width:100%;height:100%}.wa-details h4{font-size:15px;font-weight:600}.wa-details p{color:#b3dfdb;font-size:12px}.wa-chat-area{background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);background-size:repeat;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.wa-msg{border-radius:8px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.45;position:relative}.wa-msg.bot{color:#1e293b;background:#fff;border-top-left-radius:0;align-self:flex-start;box-shadow:0 1px 2px #00000014}.wa-msg.user{color:#1e293b;background:#d9fdd3;border-top-right-radius:0;align-self:flex-end;box-shadow:0 1px 2px #00000014}.wa-msg-time{color:#64748b;text-align:right;margin-top:6px;font-size:10px;display:block}.wa-input-area{border-top:1px solid var(--border);background:#f0f2f5;align-items:center;gap:8px;padding:12px;display:flex}.wa-input{background:#fff;border:none;border-radius:30px;outline:none;flex:1;padding:12px 18px;font-size:14px;box-shadow:inset 0 1px 2px #0000000d}.wa-send-btn{color:#fff;cursor:pointer;width:44px;height:44px;transition:var(--transition);background:#00a884;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.wa-send-btn:hover{background:#008f72}.cart-form-group{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.cart-form-group label{color:var(--text-main);font-size:13px;font-weight:600}.cart-form-group input,.cart-form-group select{border:1px solid var(--border);border-radius:var(--radius-sm);background:#f8fafc;outline:none;width:100%;padding:12px;font-size:14px}.cart-form-group input:focus,.cart-form-group select:focus{border-color:var(--primary);background:#fff}.summary-row{color:var(--text-muted);justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.summary-row.total{color:var(--text-main);margin-top:10px;padding-top:10px;font-size:18px;font-weight:800}.user-profile-badge{background:var(--primary-light);border-radius:var(--radius-sm);border:1px solid #d2540033;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;font-size:14px;display:flex}.wizard-step-title{color:var(--text-main);margin-bottom:12px;font-size:18px;font-weight:800}.wizard-step-desc{color:var(--text-muted);margin-bottom:16px;font-size:13px;line-height:1.4}
