:root{
  --red:#df2029;--red-dark:#aa1118;--gold:#ffc928;--bg:#070707;--surface:#111111;
  --surface-2:#181818;--line:#2a2a2a;--muted:#b8b8b8;--white:#fff;--success:#25d366;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;line-height:1.5}
button,input,select,textarea{font:inherit}
button{border:0;cursor:pointer}
body.lock{overflow:hidden}
header{
  min-height:150px;padding:24px 22px;text-align:center;position:sticky;top:0;z-index:30;
  display:flex;align-items:center;justify-content:center;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.48),rgba(0,0,0,.94)),
    url('/assets/images/pizzas/especiais/mega-massa.jpg') center/cover;
  box-shadow:0 14px 42px rgba(0,0,0,.72)
}
.header-content{width:min(1180px,100%);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.header-spacer{min-width:1px}
.brand{text-align:center}
.brand-row{display:flex;align-items:center;justify-content:center;gap:12px}
.brand-logo{width:62px;height:62px;object-fit:cover;border-radius:14px;border:2px solid rgba(255,255,255,.16);box-shadow:0 8px 22px rgba(0,0,0,.35)}
.brand-text{text-align:left}
.logo{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:42px;font-weight:900;letter-spacing:-1.8px;color:var(--gold);text-shadow:0 4px 20px #000}
.logo span{color:var(--red)}
header p{margin-top:3px;color:#efefef;font-size:14px;font-weight:600;letter-spacing:.5px;text-shadow:0 2px 12px #000}
.cart-top{justify-self:end;position:relative;width:auto;padding:11px 16px;border-radius:999px;background:rgba(18,18,18,.88);border:1px solid #454545;color:#fff;font-weight:800;display:flex;align-items:center;gap:9px;backdrop-filter:blur(8px)}
.cart-top:hover{border-color:var(--gold);transform:translateY(-1px)}
.cart-count{min-width:24px;height:24px;padding:0 7px;border-radius:99px;display:grid;place-items:center;background:var(--red);font-size:12px}
.search{position:sticky;top:150px;z-index:25;padding:12px 20px;background:rgba(7,7,7,.94);border-bottom:1px solid #191919;backdrop-filter:blur(12px)}
.search-inner{max-width:1180px;margin:auto;position:relative}
.search input{width:100%;padding:15px 18px 15px 46px;border-radius:30px;border:1px solid #313131;background:#101010;color:#fff;font-size:15px;outline:none;transition:.2s}
.search input:focus{border-color:#7d651c;box-shadow:0 0 0 3px rgba(255,201,40,.08)}
.search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#999;font-size:18px}
.slider{height:280px;overflow:hidden;position:relative}
.banner{height:100%;display:none;align-items:center;justify-content:center;text-align:center;padding:30px;background-size:cover;background-position:center}
.banner.active{display:flex;animation:fade .8s}
.banner h1{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:36px;line-height:1.1;text-shadow:0 4px 18px #000}
.banner p{margin-top:10px;color:#eee;font-weight:600;text-shadow:0 3px 12px #000}
.b1{background-image:linear-gradient(#0008,#0008),url('/assets/images/pizzas/tradicionais/calabresa.jpg')}
.b2{background-image:linear-gradient(#0008,#0008),url('/assets/images/pizzas/especiais/mega-massa.jpg')}
.b3{background-image:linear-gradient(#0008,#0008),url('/assets/images/bebidas/coca-cola-1-5l.jpg');background-position:center 40%}
@keyframes fade{from{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}
@keyframes up{from{transform:translateY(18px);opacity:0}}
.container{padding:34px 20px 110px;max-width:1220px;margin:auto}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}
.section-title{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:29px;letter-spacing:-.8px;line-height:1.15}
.section-subtitle{margin-top:7px;color:var(--muted);font-size:14px;max-width:680px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:22px;align-items:stretch}
.card{background:linear-gradient(180deg,#141414,#0e0e0e);border-radius:20px;overflow:hidden;border:1px solid var(--line);animation:up .45s both;display:flex;flex-direction:column;min-width:0;box-shadow:0 12px 32px rgba(0,0,0,.18)}
.card:hover{border-color:#4b4b4b}
.card img{width:100%;height:210px;object-fit:cover;background:#1a1a1a}
.info{padding:19px;display:flex;flex-direction:column;flex:1;align-items:stretch}
.info h2{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;color:var(--gold);font-size:20px;line-height:1.22;letter-spacing:-.35px}
.info p{color:#c7c7c7;font-size:13.5px;line-height:1.55;margin-top:9px}
.price{margin:15px 0 14px;display:flex;flex-wrap:wrap;gap:7px}
.price span{padding:6px 9px;border-radius:8px;background:#1d1d1d;border:1px solid #303030;color:#f1f1f1;font-size:12px;font-weight:700}
.primary{width:100%;padding:14px 16px;background:linear-gradient(180deg,#e62c35,var(--red-dark));color:#fff;border-radius:12px;font-weight:800;transition:.2s;box-shadow:0 8px 20px rgba(223,32,41,.14)}
.primary:hover{filter:brightness(1.08);transform:translateY(-1px)}
.info .primary{margin-top:auto}
.category-card{position:relative;min-height:390px;cursor:pointer;transition:.25s}
.category-card:hover{transform:translateY(-5px);border-color:#79651f;box-shadow:0 18px 45px rgba(0,0,0,.34)}
.category-card img{height:230px}
.category-card .info{padding:20px;position:relative}
.category-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.category-copy{min-width:0}
.category-card .info p{min-height:64px}
.category-badge{display:inline-flex;margin-top:13px;padding:6px 10px;border-radius:999px;background:rgba(255,201,40,.1);border:1px solid rgba(255,201,40,.25);color:#ffe38a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.55px}
.category-card .arrow{flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-size:22px;font-weight:800}
.back{display:inline-flex;align-items:center;gap:7px;width:auto;padding:10px 14px;background:#1c1c1c;border:1px solid #363636;color:#fff;border-radius:10px;font-weight:700}
.back:hover{border-color:#666}
.notice{font-size:10.5px;color:#777;margin-top:9px;text-align:center}
.empty{grid-column:1/-1;text-align:center;padding:45px 20px;border:1px dashed #3a3a3a;border-radius:18px;color:#aaa}
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:60;padding:20px;overflow:auto;backdrop-filter:blur(5px)}
.modal.open{display:flex;align-items:flex-start;justify-content:center}
.box{background:#121212;padding:22px;border-radius:22px;width:min(520px,100%);margin:auto;border:1px solid #303030;box-shadow:0 26px 80px #000}
.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}
.modal-head h2{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:24px;line-height:1.2}
.modal-head p{color:#aaa;font-size:13px;margin-top:4px}
.close{flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#222;color:#fff;font-size:23px;line-height:1}
.field{margin-top:13px}
.field label{display:block;font-size:12px;font-weight:800;color:#d5d5d5;margin-bottom:6px;text-transform:uppercase;letter-spacing:.45px}
select,input,textarea{width:100%;padding:13px 14px;background:#080808;color:white;border:1px solid #363636;border-radius:10px;outline:none}
textarea{resize:vertical;min-height:78px}
select:focus,input:focus,textarea:focus{border-color:#80691e;box-shadow:0 0 0 3px rgba(255,201,40,.07)}
.add-summary{margin:16px 0;padding:13px 14px;border-radius:12px;background:#1b1b1b;display:flex;justify-content:space-between;align-items:center;gap:15px;font-weight:700}
.add-summary strong{color:var(--gold);font-size:18px}
.qty-row{display:grid;grid-template-columns:1fr 120px;gap:12px}
.cart-modal .box{width:min(760px,100%)}
.cart-list{display:flex;flex-direction:column;gap:11px;margin:14px 0 18px;max-height:360px;overflow:auto;padding-right:4px}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border-radius:14px;background:#191919;border:1px solid #303030}
.cart-item-title{font-weight:800;color:#fff}
.cart-item-meta{color:#aaa;font-size:12px;margin-top:4px}
.cart-item-note{color:#c8c8c8;font-size:12px;margin-top:6px;font-style:italic}
.cart-item-actions{display:flex;align-items:center;gap:7px;align-self:center}
.qty-btn,.remove-btn{width:32px;height:32px;border-radius:9px;background:#2b2b2b;color:#fff;font-weight:900}
.remove-btn{background:#351417;color:#ff8c92;margin-left:3px}
.qty-value{min-width:22px;text-align:center;font-weight:800}
.cart-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid #303030;font-size:18px;font-weight:800}
.cart-total strong{font-size:24px;color:var(--gold)}
.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cart-footer{display:grid;grid-template-columns:1fr 1.4fr;gap:12px;margin-top:16px}
.secondary{padding:13px 15px;border-radius:12px;background:#242424;border:1px solid #3d3d3d;color:#fff;font-weight:800}
.secondary:hover{border-color:#666}
.floating-cart{position:fixed;right:20px;bottom:20px;z-index:35;width:auto;padding:14px 18px;border-radius:999px;background:linear-gradient(180deg,#e62c35,var(--red-dark));color:#fff;font-weight:900;display:flex;align-items:center;gap:10px;box-shadow:0 14px 34px rgba(0,0,0,.5)}
.floating-cart .cart-count{background:var(--gold);color:#111}
.toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%,20px);z-index:90;padding:12px 17px;border-radius:999px;background:#f2f2f2;color:#111;font-weight:800;font-size:13px;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 12px 35px #000}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){
  header{min-height:125px;padding:18px 12px}.header-content{grid-template-columns:1fr auto}.header-spacer{display:none}.brand{text-align:left}.logo{font-size:31px;letter-spacing:-1.3px}header p{text-align:left;font-size:12px}.cart-top{padding:10px 12px}.cart-label{display:none}
  .search{top:125px;padding:10px 13px}.slider{height:220px}.banner h1{font-size:28px}.container{padding:27px 14px 105px}.section-head{align-items:flex-start;flex-direction:column}.section-title{font-size:25px}.grid{grid-template-columns:1fr;gap:16px}.category-card{min-height:365px}.card img{height:220px}.checkout-grid,.cart-footer{grid-template-columns:1fr}.qty-row{grid-template-columns:1fr 105px}.floating-cart{right:14px;bottom:14px}.cart-item{grid-template-columns:1fr}.cart-item-actions{justify-content:flex-start}
}
/* Camada de produção */
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.floating-actions{position:fixed;right:20px;bottom:20px;z-index:35;display:flex;flex-direction:column;align-items:flex-end;gap:11px}
.floating-actions .floating-cart{position:static;right:auto;bottom:auto}
.floating-whatsapp{width:auto;min-height:52px;padding:13px 17px;border-radius:999px;background:#25d366;color:#071b0e;font-weight:900;display:flex;align-items:center;gap:9px;box-shadow:0 14px 34px rgba(0,0,0,.5);transition:.2s}
.floating-whatsapp:hover{filter:brightness(1.06);transform:translateY(-1px)}
.floating-whatsapp svg{width:25px;height:25px;fill:currentColor;flex:0 0 auto}
.noscript{position:fixed;inset:auto 12px 12px 12px;z-index:100;background:#fff;color:#111;padding:14px;border-radius:12px;text-align:center;font-weight:800}
@media(max-width:760px){
  .floating-actions{right:14px;bottom:14px;gap:9px}
  .floating-whatsapp{min-width:52px;width:52px;height:52px;padding:0;justify-content:center}
  .floating-whatsapp span{display:none}
  .container{padding-bottom:165px}
}

/* Privacidade, checkout estruturado e páginas legais */
a{color:inherit}
.checkout-section{margin-top:18px;padding:18px;border-radius:16px;background:#0d0d0d;border:1px solid #292929}
.checkout-heading{margin-bottom:3px}
.checkout-heading h3{font-size:17px;letter-spacing:-.25px}
.checkout-heading p{margin-top:4px;color:#9d9d9d;font-size:12px;line-height:1.5}
.checkout-grid.two-columns{grid-template-columns:1fr 1fr}
.checkout-grid.address-main{grid-template-columns:minmax(0,1fr) 110px}
.checkout-grid.city-grid{grid-template-columns:minmax(0,1fr) 105px}
.allergen-note,.delivery-fee-note{font-size:12px;line-height:1.5;color:#c7b77e;background:rgba(255,201,40,.07);border:1px solid rgba(255,201,40,.18);padding:10px 12px;border-radius:10px}
.allergen-note{margin-top:13px}
.delivery-fee-note{margin-top:-6px;margin-bottom:6px}
.legal-check{display:flex;align-items:flex-start;gap:11px;margin-top:17px;padding:13px;border-radius:12px;background:#171717;border:1px solid #333;color:#d6d6d6;font-size:12.5px;line-height:1.55;cursor:pointer}
.legal-check input{width:20px;height:20px;flex:0 0 20px;margin-top:1px;accent-color:var(--red)}
.legal-check a,.legal-document a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.legal-warning{padding:12px 14px;border-radius:12px;background:#402c06;border:1px solid #8e6720;color:#ffe2a0;font-size:13px;line-height:1.5}
.legal-warning code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#fff}
.site-footer{padding:26px 20px 120px;text-align:center;border-top:1px solid #222;background:#090909;color:#999}
.site-footer nav{display:flex;justify-content:center;flex-wrap:wrap;gap:11px 18px}
.site-footer a{color:#d7d7d7;text-decoration:underline;text-underline-offset:4px;background:none;font-size:13px}
.site-footer p{margin-top:13px;font-size:12px;line-height:1.5}
.cookie-banner{position:fixed;left:10px;bottom:10px;z-index:95;width:min(430px,calc(100% - 105px));display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px 8px 11px;border-radius:11px;background:rgba(244,244,244,.97);color:#171717;box-shadow:0 10px 32px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(8px)}
.cookie-banner p{font-size:10.5px;line-height:1.3;color:#333}
.cookie-banner a{font-weight:800;text-decoration:underline;text-underline-offset:2px}
.cookie-accept{flex:0 0 auto;padding:8px 10px;border-radius:8px;background:var(--red);color:#fff;font-size:10.5px;line-height:1.1;font-weight:900;white-space:nowrap}
.legal-body{min-height:100vh;background:#090909}
.legal-header{position:static;min-height:auto;padding:18px 22px;background:#0d0d0d;box-shadow:none;border-bottom:1px solid #252525;display:flex;justify-content:space-between;align-items:center;text-align:left}
.legal-brand{font-size:25px;font-weight:900;letter-spacing:-1px;color:var(--gold);text-decoration:none}
.legal-brand span{color:var(--red)}
.legal-back{font-size:13px;text-decoration:none}
.legal-container{width:min(900px,calc(100% - 32px));margin:34px auto 55px}
.legal-document{padding:30px;border-radius:22px;background:#111;border:1px solid #2c2c2c;box-shadow:0 20px 55px rgba(0,0,0,.25)}
.legal-kicker{color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.9px;font-weight:900}
.legal-document h1{font-size:34px;letter-spacing:-1.1px;line-height:1.15;margin-top:7px}
.legal-lead{font-size:16px;color:#cfcfcf;line-height:1.65;margin:14px 0 28px}
.legal-document h2{font-size:19px;margin:26px 0 9px;color:#fff}
.legal-document p,.legal-document li{color:#c4c4c4;font-size:14px;line-height:1.72}
.legal-document ul{padding-left:21px;display:grid;gap:7px}
.legal-document strong{color:#f2f2f2}
.legal-table-wrap{overflow:auto;border-radius:13px;border:1px solid #2e2e2e}
.legal-table{width:100%;border-collapse:collapse;min-width:680px}
.legal-table th,.legal-table td{padding:12px 13px;text-align:left;border-bottom:1px solid #292929;font-size:12.5px;line-height:1.5;vertical-align:top}
.legal-table th{background:#1b1b1b;color:#fff}
.legal-table td{color:#c6c6c6}
.legal-table tr:last-child td{border-bottom:0}
.legal-footer{padding-bottom:35px}
.legal-warning{margin-bottom:18px}
@media(max-width:760px){
  .checkout-grid.two-columns,.checkout-grid.address-main,.checkout-grid.city-grid{grid-template-columns:1fr}
  .site-footer{padding-bottom:180px}
  .cookie-banner{left:8px;bottom:8px;width:calc(100% - 92px);padding:7px 8px;gap:7px}
  .cookie-banner p{font-size:9.5px}
  .cookie-accept{padding:7px 8px;font-size:9.5px}
  .legal-header{padding:15px}.legal-back{padding:8px 10px}.legal-container{width:min(100% - 20px,900px);margin:20px auto 40px}.legal-document{padding:20px}.legal-document h1{font-size:28px}
}

/* Cardápio 6.0: adicionais, bebidas, sugestão e pesquisa */
.product-type{display:inline-flex;align-self:flex-start;margin-bottom:7px;padding:4px 8px;border-radius:999px;background:rgba(255,201,40,.09);border:1px solid rgba(255,201,40,.2);color:#ffe38a;font-size:9.5px;font-weight:900;letter-spacing:.65px;text-transform:uppercase}
.drink-card img{object-position:center 36%}
.product-box{width:min(700px,100%)}
.customization-section{margin-top:16px;padding:15px;border-radius:15px;background:#0b0b0b;border:1px solid #292929}
.customization-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:12px}
.customization-heading h3{font-size:16px;color:#fff;letter-spacing:-.2px}
.customization-heading p{max-width:420px;color:#949494;font-size:11.5px;line-height:1.45;text-align:right}
.extras-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.extra-option{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:44px;padding:9px 10px;border-radius:10px;background:#171717;border:1px solid #303030;cursor:pointer;transition:.18s}
.extra-option:hover{border-color:#555;background:#1d1d1d}
.extra-option:has(input:checked){border-color:#8e721e;background:rgba(255,201,40,.08)}
.extra-option input{width:18px;height:18px;margin:0;accent-color:var(--red)}
.extra-option span{font-size:12px;font-weight:750;color:#ededed}
.extra-option strong{font-size:10.5px;color:var(--gold);white-space:nowrap}
.suggestion-modal.open{align-items:center}
.suggestion-box{position:relative;width:min(650px,100%);padding:0;display:grid;grid-template-columns:235px 1fr;overflow:hidden}
.suggestion-close{position:absolute;right:13px;top:13px;z-index:2;background:rgba(0,0,0,.64);backdrop-filter:blur(6px)}
.suggestion-image{min-height:320px;background:#181818}
.suggestion-image img{width:100%;height:100%;object-fit:cover}
.suggestion-copy{padding:34px 28px;display:flex;flex-direction:column;justify-content:center}
.suggestion-kicker{color:var(--gold);font-size:10.5px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}
.suggestion-copy h2{margin-top:7px;font-size:28px;line-height:1.12;letter-spacing:-.9px}
.suggestion-copy p{margin-top:9px;color:#bcbcbc;font-size:14px}
.suggestion-price{margin-top:16px;color:var(--gold);font-size:24px}
.suggestion-actions{display:grid;gap:9px;margin-top:19px}
.suggestion-actions .secondary{width:100%}
.search-result-highlight{color:var(--gold)}
@media(max-width:760px){
  .product-box{padding:17px}
  .extras-grid{grid-template-columns:1fr 1fr;gap:7px}
  .extra-option{grid-template-columns:18px minmax(0,1fr);padding:8px;min-height:47px}
  .extra-option strong{grid-column:2;font-size:10px;margin-top:-5px}
  .customization-heading{align-items:flex-start;flex-direction:column;gap:4px}
  .customization-heading p{text-align:left}
  .suggestion-box{grid-template-columns:1fr}
  .suggestion-image{min-height:175px;max-height:190px}
  .suggestion-copy{padding:24px 19px 20px}
  .suggestion-copy h2{font-size:25px}
}

.category-slider{height:220px;overflow:hidden}.category-slider img{width:100%;height:100%;object-fit:cover}.cart-icon{font-size:20px;filter:grayscale(1) brightness(2)}

/* Checkout 7.0: entrega/mesa, localização e busca inteligente */
.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:50;max-height:390px;overflow:auto;padding:7px;border-radius:15px;background:#111;border:1px solid #343434;box-shadow:0 20px 55px rgba(0,0,0,.72)}
.search-suggestions button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border-radius:10px;background:transparent;color:#fff;text-align:left}
.search-suggestions button:hover,.search-suggestions button:focus{background:#202020}
.search-suggestions strong{font-size:14px;color:var(--gold)}
.search-suggestions span{font-size:11px;color:#aaa;text-align:right}
.fulfillment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.fulfillment-option{display:flex;align-items:center;gap:11px;padding:14px;border:1px solid #353535;border-radius:13px;background:#151515;cursor:pointer}
.fulfillment-option:has(input:checked){border-color:#8e721e;background:rgba(255,201,40,.08)}
.fulfillment-option input{width:20px;height:20px;flex:0 0 20px;accent-color:var(--red)}
.fulfillment-option span{display:grid;gap:2px}.fulfillment-option strong{font-size:14px}.fulfillment-option small{font-size:11px;color:#aaa}
.location-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.location-button{white-space:nowrap}.field-help{display:block;margin-top:7px;color:#999;font-size:11px;line-height:1.45}
@media(max-width:760px){.fulfillment-options,.location-row{grid-template-columns:1fr}.search-suggestions span{display:none}}

.primary:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.25);box-shadow:none}

@media(max-width:760px){.brand-row{gap:10px}.brand-logo{width:52px;height:52px}.brand-text{text-align:left}.logo{font-size:34px}}
