
/* OWNER REVIEW 20260826 — MONTAGEM GUIADA REAL */
.product-builder{overflow:hidden}.product-heading{display:flex;gap:16px;align-items:center}.product-heading .photo{width:112px;height:112px;flex:0 0 112px}.build-progress{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin:20px 0}.build-progress button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 4px;color:var(--muted);font-size:11px;overflow-wrap:anywhere}.build-progress button span{display:grid;place-items:center;width:24px;height:24px;margin:0 auto 5px;border-radius:50%;background:#f1e6ed;color:var(--wine);font-weight:800}.build-progress button.active{border-color:var(--wine);color:var(--wine);background:#fff5fb}.build-progress button.done span{background:var(--wine);color:#fff}.builder-stage{min-height:310px;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.builder-stage h2{margin:6px 0}.chosen-product,.choice-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:12px}.chosen-product .photo{width:140px;height:140px}.chosen-product>div:last-child{display:grid;gap:8px;font-size:18px}.command-preview{display:grid;gap:8px;border-left:4px solid var(--wine);padding:15px;margin:16px 0;background:#fff8fc}.command-preview span{display:block;padding-left:8px}.builder-actions{display:flex;justify-content:space-between;gap:12px;margin-top:16px}@media(max-width:720px){.build-progress{grid-template-columns:repeat(4,minmax(0,1fr))}.product-heading .photo{width:88px;height:88px;flex-basis:88px}.builder-stage{min-height:360px;padding:16px}.builder-actions button{flex:1}}

/* COMMERCIAL DELIVERY UX 20260826 */
.build-progress{display:none!important}.commercial-progress{display:flex;justify-content:center;gap:8px;margin:18px 0}.commercial-progress i{width:9px;height:9px;border-radius:50%;background:#dfd2da}.commercial-progress i.active{width:30px;border-radius:99px;background:var(--w)}.commercial-progress i.done{background:var(--pink)}.cart-item{grid-template-columns:74px 1fr auto;align-items:start}.cart-photo{height:74px;width:74px;border-radius:12px}.cart-copy{min-width:0}.command-lines{display:grid;gap:3px;margin:7px 0;color:var(--muted)}.command-lines span{display:block}.cart-actions{display:flex;gap:7px;margin-top:10px}.checkout-flow{display:flex;align-items:center;gap:7px;overflow:auto;padding:10px 0;color:var(--w);white-space:nowrap}.form-grid fieldset{border:1px solid var(--line);border-radius:12px;padding:12px}.builder-stage{min-height:250px}@media(max-width:420px){.cart-item{grid-template-columns:58px 1fr}.cart-photo{width:58px;height:58px}.cart-item>strong{grid-column:2}.product-heading{align-items:flex-start}}

/* VISUAL GATE V2 — DELIVERY COMERCIAL */
.customer-nav{display:flex!important;scrollbar-width:thin}.customer-nav button{flex:0 0 auto;min-height:40px}.customer-nav button.active{background:var(--w);color:#fff}.customer-nav button:focus-visible{outline:3px solid #d7a33b;outline-offset:2px}
.body{padding-top:18px}
.product-builder{padding:16px}
.product-heading{display:grid;grid-template-columns:96px minmax(0,1fr);gap:16px;align-items:center}
.product-heading .photo{width:96px;height:96px;min-width:96px;aspect-ratio:1/1;background-repeat:no-repeat;border-radius:13px}
.product-heading h1,.product-heading p{min-width:0;overflow-wrap:anywhere}
.commercial-progress{margin:16px 0 20px}
.builder-stage{min-height:0;padding:18px;border-radius:13px}
.builder-stage h2{font-size:20px;line-height:1.25;margin:0 0 8px}
.builder-stage>p{line-height:1.5;margin:0 0 16px;color:#71656c}
.builder-stage .options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.builder-stage .option{min-height:46px;text-align:left;overflow-wrap:anywhere}
.builder-actions{align-items:stretch}
.builder-actions button{min-height:46px}
.cart-item{min-width:0}
@media(max-width:420px){
  .body{padding:12px}
  .product-builder{padding:13px}
  .product-heading{grid-template-columns:82px minmax(0,1fr);gap:12px;align-items:center}
  .product-heading .photo{width:82px;height:82px;min-width:82px}
  .builder-stage{padding:15px}
  .builder-stage .options{grid-template-columns:1fr}
  .builder-actions{display:grid;grid-template-columns:1fr 1fr}
  .builder-actions>span:only-child{display:none}
  .builder-actions .primary:only-child{grid-column:1/-1}
}
@media(max-width:350px){
  .store{margin-left:8px;margin-right:8px;padding:12px}
  .store-head{grid-template-columns:50px 1fr auto}
  .logo{width:50px;height:50px}
  .product-heading{grid-template-columns:72px minmax(0,1fr)}
  .product-heading .photo{width:72px;height:72px;min-width:72px}
}

/* ENDEREÇO POR CEP — busca opcional; digitação manual sempre disponível */
.address-help{margin:0 0 10px;line-height:1.45}.cep-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:end}.cep-row .secondary{height:45px;white-space:nowrap}.address-pair{display:grid;grid-template-columns:minmax(0,1fr) 82px;gap:9px}.status.ok{background:#eef8f2;color:var(--ok)}
@media(max-width:360px){.cep-row{grid-template-columns:1fr}.cep-row .secondary{width:100%}.address-pair{grid-template-columns:minmax(0,1fr) 72px}}
