*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:#f6f7f9;color:#17191c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}.hero{background:#fff}.cover{height:190px;background:linear-gradient(120deg,#111827,#1f6fff 75%,#81b3ff)}.store-card{display:flex;gap:18px;align-items:center;padding:0 0 22px}.logo{width:92px;height:92px;margin-top:-34px;border:5px solid #fff;border-radius:24px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900;font-size:38px;box-shadow:0 12px 35px #0002}.store-main{padding-top:16px}.store-main h1{margin:0 0 8px;font-size:29px}.store-main p{margin:8px 0 0;color:#667085}.meta{display:flex;flex-wrap:wrap;gap:7px;color:#667085;font-size:14px}.status{font-weight:800}.status.open{color:#159455}.status.closed{color:#d92d20}.searchbar{display:flex;gap:12px;margin:24px 0 12px;position:sticky;top:0;z-index:10;padding:12px 0;background:#f6f7f9}.searchbar input{flex:1;border:1px solid #e4e7ec;background:#fff;border-radius:15px;padding:15px 18px;font-size:15px;outline:none}.searchbar button{border:0;background:#17191c;color:#fff;border-radius:15px;padding:0 20px;font-weight:800}.category-tabs{display:flex;gap:8px;overflow:auto;padding:6px 0 18px}.category-tabs a{text-decoration:none;color:#475467;background:#fff;border:1px solid #e4e7ec;border-radius:999px;padding:10px 16px;white-space:nowrap;font-weight:700;font-size:14px}.category-tabs a.active{background:#17191c;color:#fff}.menu-section{padding:10px 0 24px;scroll-margin-top:92px}.section-head h2{font-size:24px;margin:12px 0 15px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product{background:#fff;border:1px solid #eceef1;border-radius:20px;padding:18px;display:flex;min-height:160px;cursor:pointer;transition:.2s;box-shadow:0 4px 16px #10182808}.product:hover{transform:translateY(-2px);box-shadow:0 14px 35px #10182812}.product-info{flex:1;padding-right:16px}.product h3{margin:6px 0 7px;font-size:17px}.product p{margin:0 0 16px;color:#667085;font-size:14px;line-height:1.45}.product strong{font-size:15px}.featured{font-size:11px;font-weight:900;color:#1f6fff;text-transform:uppercase;letter-spacing:.04em}.product-image{width:120px;position:relative;display:grid;place-items:center}.placeholder{width:110px;height:110px;background:linear-gradient(145deg,#eff4ff,#dbe8ff);border-radius:16px;display:grid;place-items:center;color:#1f6fff;font-weight:900;font-size:13px}.plus{position:absolute;right:-2px;bottom:-2px;width:34px;height:34px;border-radius:50%;border:0;background:#1f6fff;color:#fff;font-size:23px;box-shadow:0 8px 18px #1f6fff40}.modal{display:none;position:fixed;inset:0;background:#11182790;z-index:100;align-items:flex-end;justify-content:center}.modal.show{display:flex}.sheet{background:#fff;border-radius:26px 26px 0 0;width:min(680px,100%);max-height:92vh;overflow:auto;padding:28px;position:relative}.sheet.large{width:min(760px,100%)}.close{position:absolute;right:18px;top:16px;border:0;background:#f2f4f7;width:38px;height:38px;border-radius:50%;font-size:25px}.sheet h2{padding-right:45px;margin-top:0}.option-group{margin:24px 0}.option-group h4{margin:0 0 10px}.option-group small{color:#667085}.choice{display:flex;justify-content:space-between;gap:12px;border:1px solid #e4e7ec;padding:14px;border-radius:14px;margin:8px 0}.choice label{display:flex;gap:10px;align-items:center;flex:1}.choice input{accent-color:#1f6fff}.qtybar{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.qtyctrl{display:flex;align-items:center;gap:15px}.qtyctrl button{width:36px;height:36px;border:0;border-radius:12px;font-size:20px}.primary{width:100%;border:0;background:#1f6fff;color:#fff;padding:16px;border-radius:15px;font-size:16px;font-weight:900}.cart-dock{display:none;position:fixed;left:50%;bottom:18px;transform:translateX(-50%);width:min(540px,calc(100% - 28px));background:#17191c;color:#fff;padding:14px 18px;border-radius:18px;z-index:40;justify-content:space-between;align-items:center;box-shadow:0 16px 45px #0004;cursor:pointer}.cart-dock.show{display:flex}.cart-dock small{display:block;color:#bfc5ce}.cart-row{border-bottom:1px solid #eee;padding:14px 0;display:flex;justify-content:space-between;gap:16px}.cart-row small{display:block;color:#667085;margin-top:4px}.remove{border:0;background:none;color:#d92d20;font-weight:700}.summary{background:#f8fafc;padding:16px;border-radius:16px;margin:16px 0}.summary div{display:flex;justify-content:space-between;margin:8px 0}.summary .total{font-size:18px;font-weight:900;border-top:1px solid #e4e7ec;padding-top:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{margin:10px 0}.field label{display:block;font-size:13px;font-weight:800;margin:0 0 6px}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe3e8;border-radius:12px;padding:13px;font:inherit;background:#fff}.success{text-align:center;padding:40px 10px}.success .check{width:68px;height:68px;border-radius:50%;background:#ecfdf3;color:#159455;display:grid;place-items:center;margin:auto;font-size:35px}.empty{text-align:center;color:#667085;padding:40px 0}
@media(max-width:700px){.cover{height:130px}.wrap{width:min(100% - 22px,1120px)}.logo{width:74px;height:74px;border-radius:20px;font-size:30px}.store-card{align-items:flex-start}.store-main h1{font-size:22px}.meta{font-size:12px}.searchbar button{padding:0 14px}.product-grid{grid-template-columns:1fr}.product{min-height:145px;padding:15px}.product-image{width:100px}.placeholder{width:94px;height:94px}.sheet{padding:24px 18px}.form-grid{grid-template-columns:1fr}.category-tabs{margin-right:-11px}.store-main p{font-size:13px}}
.checkout-step{display:flex;align-items:center;gap:10px;margin:22px 0 8px;padding-top:8px}.checkout-step small{display:block;color:#667085;margin-top:2px}.step-number{width:28px;height:28px;border-radius:50%;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900;font-size:13px;flex:none}.lookup-box{min-height:28px;margin-top:-4px;color:#667085}.lookup-found,.lookup-new{padding:10px 12px;border-radius:11px;background:#f2f4f7;font-size:13px}.lookup-found{background:#ecfdf3;color:#067647}.mini-label{display:block;font-size:13px;font-weight:800;margin:12px 0 8px}.address-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.address-card{background:#fff;border:1px solid #d0d5dd;border-radius:13px;padding:12px;text-align:left;font:inherit;cursor:pointer}.address-card.selected{border:2px solid #1f6fff;background:#f5f8ff}.address-card b,.address-card span,.address-card small{display:block}.address-card span{margin-top:3px}.address-card small{color:#667085;margin-top:3px}.text-btn,.secondary-link{border:0;background:transparent;color:#1f6fff;font-weight:800;padding:10px 0;cursor:pointer;text-decoration:none}.save-address{display:flex;gap:8px;align-items:center;font-size:13px;margin:8px 0 16px}.change-box{background:#fff8ed;border:1px solid #fedf89;border-radius:14px;padding:12px}.whatsapp-order{display:block;text-decoration:none;background:#16a34a;margin-top:18px}.secondary-link{display:inline-block;margin-top:8px}.primary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:700px){.address-list{grid-template-columns:1fr}}

.cover{background-size:cover;background-position:center}.logo{overflow:hidden}.logo img{width:100%;height:100%;object-fit:cover}.menu-product-img{width:110px;height:110px;border-radius:16px;object-fit:cover;display:block}@media(max-width:700px){.menu-product-img{width:94px;height:94px}}

.modal-product-image{width:100%;max-height:320px;object-fit:cover;border-radius:18px;margin-bottom:18px}
.soldout{display:inline-flex;margin-top:8px;background:#fef3f2;color:#b42318;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:900}.price-old{text-decoration:line-through;color:#98a2b3;font-size:12px;margin-right:6px}.coupon-row{display:flex;gap:8px}.coupon-row input{flex:1}.coupon-result{font-size:12px;margin-top:6px;color:#067647}.availability-note{padding:10px 12px;background:#fff4e5;color:#b54708;border-radius:10px;margin:10px 0}.checkout-total-line.discount{color:#067647}
.addon-choice{align-items:center}.addon-qty{display:flex;align-items:center;gap:8px}.addon-qty input{width:58px;padding:7px;border:1px solid #d0d5dd;border-radius:8px;text-align:center}
.pix-success{margin:14px 0;padding:14px;border:1px dashed #98a2b3;border-radius:12px;background:#f8fafc}.pix-success small,.pix-success b{display:block}.pix-success b{margin:5px 0;word-break:break-all}.primary:disabled{opacity:.45;cursor:not-allowed}

/* V2.6 promoções */
.product{position:relative;overflow:hidden}.product-promo{border-color:#ffd7b0;background:linear-gradient(145deg,#fff 0%,#fffaf5 100%);box-shadow:0 10px 28px #f7900912}.product-promo:hover{box-shadow:0 16px 38px #f7900924}.promo-ribbon{position:absolute;right:-34px;top:14px;width:120px;text-align:center;transform:rotate(38deg);background:linear-gradient(90deg,#f04438,#f79009);color:#fff;font-size:10px;font-weight:950;letter-spacing:.1em;padding:6px 0;z-index:2}.product-badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap;min-height:18px}.promo-badge{font-size:10px;font-weight:900;color:#b54708;background:#fff4e5;border:1px solid #fedf89;border-radius:999px;padding:4px 7px;text-transform:uppercase;letter-spacing:.035em}.product-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.product-price.promo-price strong{font-size:19px;color:#d92d20}.product-price .price-old{font-size:12px}.promo-callout{font-size:10px;text-transform:uppercase;font-weight:900;color:#b54708}.price-context{font-size:11px;color:#667085}.product-promo .plus{background:linear-gradient(135deg,#f04438,#f79009);box-shadow:0 8px 18px #f7900940}@media(max-width:700px){.promo-ribbon{right:-37px;top:12px}.product-price.promo-price strong{font-size:17px}}

/* Banner promocional configuravel */
.promo-home-banner{display:block;width:100%;max-width:100%;min-width:0;margin:2px 0 18px;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 28px #10182812;border:1px solid #eceef1}.promo-home-banner a{display:block;width:100%;max-width:100%}.promo-home-banner img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}.promo-home-banner:hover{box-shadow:0 12px 34px #1018281a}
@media(max-width:700px){.promo-home-banner{width:100%;max-width:100%;margin:0 0 14px;border-radius:14px}.promo-home-banner img{display:block;width:100%;max-width:100%;height:auto;max-height:none;object-fit:contain}}

/* V2.9 - checkout guiado */
.checkout-progress{display:flex;align-items:center;justify-content:center;margin:2px 44px 20px}.checkout-progress span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef1f5;color:#667085;font-size:12px;font-weight:900;flex:none}.checkout-progress span.active{background:#111827;color:#fff;box-shadow:0 5px 14px #11182728}.checkout-progress span.done{background:#ecfdf3;color:#079455}.checkout-progress i{height:2px;background:#e4e7ec;flex:1;max-width:90px}.checkout-progress i.done-line{background:#a6f4c5}.checkout-kicker{font-size:11px;letter-spacing:.08em;font-weight:900;color:#1f6fff;margin-bottom:7px}.checkout-intro{color:#667085;margin:-4px 0 18px;font-size:14px}.checkout-step.clean{margin-top:20px;padding-top:14px;border-top:1px solid #eef0f3}.checkout-next{margin-top:16px}.checkout-back{display:block;width:100%;text-align:center;margin-top:4px}.primary.compact{width:auto;padding:0 18px}.fulfillment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0 16px}.fulfillment-card{position:relative;display:flex;align-items:center;gap:12px;text-align:left;background:#fff;border:1.5px solid #e4e7ec;border-radius:17px;padding:15px;cursor:pointer;font:inherit;transition:.18s}.fulfillment-card:hover{border-color:#98a2b3}.fulfillment-card.active{border-color:#1f6fff;background:#f5f8ff;box-shadow:0 0 0 3px #1f6fff12}.fulfillment-card>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.fulfillment-card b{font-size:15px}.fulfillment-card small{font-size:12px;color:#667085;margin-top:2px}.fulfillment-card em{font-style:normal;color:#1f6fff;font-size:11px;font-weight:800;margin-top:5px}.fulfillment-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;flex:none}.fulfillment-icon.moto{background:#eff6ff;color:#1f6fff}.fulfillment-icon.bag{background:#fff7ed;color:#ea580c}.fulfillment-icon svg{width:29px;height:29px;fill:currentColor;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.choice-dot{position:absolute;right:12px;top:12px;width:15px!important;height:15px!important;border:2px solid #d0d5dd;border-radius:50%}.fulfillment-card.active .choice-dot{border:5px solid #1f6fff}.checkout-final-summary{display:grid;grid-template-columns:1fr auto;gap:8px 16px;background:#f8fafc;border:1px solid #eef0f3;border-radius:15px;padding:14px 16px;margin-top:16px;font-size:13px}.checkout-final-summary b{text-align:right}.checkout-final-summary strong{border-top:1px solid #e4e7ec;padding-top:10px;font-size:16px}.success-progress{margin-top:0}.whatsapp-help{color:#667085;max-width:420px;margin:12px auto 0}.whatsapp-order{font-size:16px;padding:17px 16px;box-shadow:0 9px 22px #16a34a28}
@media(max-width:700px){.checkout-progress{margin:0 24px 18px}.fulfillment-options{grid-template-columns:1fr}.fulfillment-card{padding:13px}.fulfillment-icon{width:45px;height:45px}.sheet.large{padding-bottom:34px}}
