@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap";:root{--bg-main: #efefef;--bg-rail: #000000;--bg-bottom: #000000;--text: #000000;--text-light: #ffffff;--border: #1a1a1a;--chip: #f8f8f8;--fresh: #3f842f;--fresh-dark: #28651f;--mint: #eef7eb;--ink: #15171a;--soft: #666b75;--line: #d9dde4;--panel: #ffffff;--shadow: 0 0 0 rgba(0, 0, 0, 0);--danger: #e6001b;font-family:Open Sans,SF Pro Text,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;background:var(--bg-main);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.sot-loader{width:100%;height:100%;display:grid;place-items:center;background:var(--bg-main);color:#222;text-align:center;padding:24px}.sot-loader button{border:1px solid #121212;border-radius:999px;background:#fff;padding:10px 16px;font-weight:700}.sot-auth-screen{width:100%;height:100%;display:grid;place-items:center;background:#101215;padding:24px}.sot-auth-card{width:min(460px,100%);border-radius:16px;border:1px solid #2e3339;background:#15181cfa;color:#fff;padding:28px;display:grid;gap:16px}.sot-auth-card img{width:130px;filter:grayscale(1) brightness(0) invert(1)}.sot-auth-card h1{margin:2px 0 6px;font-size:28px;line-height:1.1}.sot-auth-card form{display:grid;gap:12px}.sot-auth-card label{display:grid;gap:6px;font-size:14px;font-weight:600}.sot-auth-card input{border:1px solid #3b424a;border-radius:10px;height:44px;background:#0f1114;color:#fff;padding:0 12px}.remember-row{display:flex!important;align-items:center;gap:8px;font-size:14px;font-weight:600}.remember-row input{width:16px;height:16px;margin:0;border-radius:4px}.sot-auth-card button{border:0;border-radius:10px;height:46px;background:#fff;color:#111;font-size:16px;font-weight:800}.auth-notice{margin:0;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.3}.auth-notice.error{background:#4f1d1d;color:#ffd5d5}.auth-notice.success{background:#1f4f2e;color:#d8ffe4}.auth-notice.info{background:#1c324f;color:#d8e9ff}.sot-start-screen{position:relative;width:100%;height:100%;overflow:hidden;background:#0f1114}.sot-start-video,.sot-start-video-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sot-start-video-fallback{background:radial-gradient(circle at 20% 20%,#2d3b45,#182026 35%,#0f1114)}.sot-start-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#080a0c94}.sot-start-content{position:relative;z-index:2;height:100%;display:grid;align-content:center;justify-items:center;gap:14px;padding:30px;color:#fff;text-align:center}.sot-start-content img{width:160px;filter:grayscale(1) brightness(0) invert(1)}.sot-start-content h1{margin:2px 0 0;font-size:clamp(42px,4vw,64px);line-height:1}.sot-start-content p{margin:0 0 8px;font-size:clamp(18px,1.9vw,28px);color:#ffffffe0}.service-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,320px));gap:16px}.mode-card{border:1px solid rgba(255,255,255,.22);border-radius:14px;background:#ffffff14;color:#fff;min-height:130px;padding:20px 18px;display:grid;gap:8px;align-content:center;text-align:left}.mode-card strong{font-size:clamp(26px,2.2vw,36px);line-height:1;letter-spacing:-.01em}.mode-card small{font-size:clamp(14px,1.3vw,18px);line-height:1.25;color:#ffffffdb}.start-logout{display:none}.sot-layout{width:100%;height:100%;display:grid;grid-template-columns:290px 1fr;grid-template-rows:1fr 96px;background:var(--bg-main);overflow:hidden}.sot-rail{grid-column:1;grid-row:1;background:var(--bg-rail);color:var(--text-light);border-right:1px solid #111;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.sot-brand{padding:36px 22px 12px;display:flex;justify-content:center}.sot-brand img{width:136px;height:auto;filter:grayscale(1) brightness(0) invert(1)}.sot-rail-cats{padding:16px 18px 24px;display:grid;align-content:start;gap:46px;overflow-y:auto}.sot-rail-cats button{border:0;background:transparent;padding:0;border-radius:34px;display:grid;place-items:center}.sot-rail-cats .thumb-wrap{position:relative;isolation:isolate;width:184px;height:184px;border-radius:20px;background:#f2f2f2;border:3px solid transparent;display:grid;place-items:center;overflow:hidden}.sot-rail-cats .thumb-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;z-index:1;pointer-events:none}.sot-rail-cats button.active .thumb-wrap{border-color:#d5d5d5}.sot-rail-cats .thumb-wrap img{width:104%;height:104%;object-fit:cover;z-index:0;filter:brightness(.82)}.sot-rail-cats .thumb-wrap .thumb-fallback{font-size:48px;font-weight:800;color:#2d2d2d;z-index:2}.sot-rail-cats .thumb-wrap .thumb-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:calc(100% - 16px);padding:0;border-radius:0;background:transparent;color:#fff;font-size:40px;line-height:.92;letter-spacing:.03em;text-transform:uppercase;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 14px rgba(0,0,0,.55);z-index:2}.sot-rail-meta{padding:10px 18px 18px;display:grid;gap:8px}.sot-rail-meta span{font-size:14px;line-height:1.2;text-transform:uppercase;letter-spacing:.06em;color:#ffffffd6;text-align:center}.sot-rail-meta button{border:1px solid rgba(255,255,255,.28);border-radius:10px;background:transparent;color:#fff;padding:8px 10px;font-size:13px;font-weight:700}.sot-main{grid-column:2;grid-row:1;display:grid;grid-template-rows:auto 1fr;overflow:hidden;background:var(--bg-main)}.sot-main-head{padding:52px 34px 12px}.sot-main-head h1{margin:0;font-size:clamp(64px,5.7vw,90px);line-height:.95;letter-spacing:-.03em;font-weight:900}.sot-main-content{position:relative;overflow:auto;padding:18px 34px 26px}.product-grid-wrap{width:100%}.catalog-empty{border:2px dashed #a7a7a7;border-radius:24px;padding:26px;text-align:center;font-size:32px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:62px 64px}.grid-card{border:0;background:transparent;padding:0;text-align:center;display:grid;gap:12px;justify-items:center}.grid-image{width:min(340px,100%);aspect-ratio:1 / 1;display:grid;place-items:center}.grid-image img{width:100%;height:100%;object-fit:contain}.grid-image span{font-size:30px;font-weight:800}.grid-label{text-transform:uppercase;font-size:clamp(42px,3.4vw,62px);line-height:.95;letter-spacing:-.02em;font-weight:900}.cart-panel{min-height:calc(100% - 10px);border:2px solid var(--border);border-radius:34px;background:#f3f3f3;padding:30px 28px 32px;display:grid;gap:24px}.cart-empty{text-align:center;padding:22px 10px;font-size:36px;font-weight:700}.cart-row{border-radius:20px;display:grid;align-items:start;grid-template-columns:170px minmax(0,1fr) auto auto;gap:18px}.cart-row-image{grid-area:image;width:170px;height:170px;display:grid;place-items:center}.cart-row-image img{width:100%;height:100%;object-fit:contain}.cart-row-content{grid-area:content;min-width:0}.cart-row-title{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.cart-row-title h3{margin:0;text-transform:uppercase;font-size:clamp(52px,3.4vw,76px);line-height:.94;letter-spacing:-.02em;font-weight:900;overflow-wrap:anywhere}.cart-row-title small{font-size:36px;font-weight:700}.cart-row-mods{margin-top:12px;display:grid;gap:6px}.cart-row-mods span{font-size:40px;line-height:1.1}.cart-row-price{grid-area:price;padding-top:20px;font-size:clamp(52px,3.1vw,70px);line-height:1;font-weight:900;white-space:nowrap}.cart-row-actions{grid-area:actions;padding-top:16px;display:inline-flex;align-items:center;gap:14px}.cart-row-actions button{border:0;background:transparent;color:#000;font-size:50px;line-height:1;width:56px;height:56px;display:grid;place-items:center}.cart-row-actions strong{min-width:42px;text-align:center;font-size:50px;line-height:1}.sot-bottom{grid-column:1 / span 2;grid-row:2;background:var(--bg-bottom);color:var(--text-light);display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:18px;padding:12px 36px}.sot-bottom .label,.sot-bottom .value{font-size:clamp(48px,3vw,56px);line-height:1;font-weight:900}.checkout-btn{border:0;border-radius:999px;min-width:300px;height:66px;background:#fff;color:#000;font-size:clamp(44px,2.8vw,54px);line-height:1;letter-spacing:-.01em;font-weight:900;padding:0 34px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0c11107a;display:grid;place-items:center;padding:28px}.sot-dialog-backdrop{background:#0c11107a}.product-dialog,.payment-dialog{width:min(920px,100%);max-height:calc(100vh - 56px);overflow:auto;background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:22px;position:relative;border:1px solid var(--line)}.dialog-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:9px;font-size:24px;line-height:1}.dialog-hero{display:grid;grid-template-columns:270px 1fr;gap:26px;align-items:center;padding-right:42px}.dialog-image{height:230px;border-radius:12px;background:#eee7dc;overflow:hidden;display:grid;place-items:center}.dialog-image img{width:118%;height:118%;object-fit:cover}.dialog-hero h1{margin:0 0 10px;font-size:30px;letter-spacing:-.03em;font-weight:600}.dialog-hero strong{color:var(--fresh);font-size:26px}.choice-row{display:grid;grid-template-columns:repeat(2,180px);gap:12px}.choice-row button,.ingredient-grid button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px;text-align:left;font-weight:600}.choice-row button.selected,.ingredient-grid button.selected{border-color:var(--fresh);background:var(--mint);box-shadow:inset 0 0 0 1px var(--fresh)}.choice-row small,.ingredient-grid small{display:block;margin-top:5px;color:var(--soft)}.ingredient-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:20px}.ingredient-grid section{display:grid;gap:10px;align-content:start}.ingredient-grid h3{margin:0 0 4px;font-size:18px}.extras-empty{margin:0;border:1px dashed var(--line);border-radius:10px;background:#fafbf9;color:var(--soft);padding:12px;font-size:13px}.ingredient-strip,.extras-strip{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.ingredient-strip button,.extras-strip button{min-width:150px}.extras-toolbar{display:flex;align-items:end;justify-content:space-between;gap:12px}.extras-toolbar h3{margin:0}.extras-toolbar label{display:grid;gap:4px;font-size:12px;font-weight:600;color:var(--soft)}.extras-toolbar select{min-width:180px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px 10px;color:var(--ink)}.ingredient-grid button.muted{color:var(--soft);background:#f5f3ed;text-decoration:line-through}.ingredient-grid button.unavailable{border-color:#eb9f9f;background:#fff4f4;color:#a01717}.dialog-footer{margin-top:24px;display:grid;grid-template-columns:160px 1fr;gap:18px}.stepper{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden}.stepper button{border:0;background:#fff;font-size:25px}.stepper strong{display:grid;place-items:center}.add-large{border:0;border-radius:10px;background:#2f7728;color:#fff;font-weight:600;font-size:18px}.add-large span{display:block;font-size:13px}.overlay-host{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;background:#efefefdb;padding:18px}.overlay-panel{width:min(1080px,100%);max-height:100%;overflow:auto;border:2px solid var(--border);border-radius:36px;background:#f3f3f3;padding:26px}.overlay-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.overlay-head h2{margin:0;text-transform:uppercase;font-size:clamp(52px,3.2vw,78px);line-height:.92;letter-spacing:-.02em;font-weight:900}.overlay-head .cancel,.menu-actions .cancel{border:0;border-radius:999px;height:66px;min-width:290px;background:var(--danger);color:#fff;font-size:clamp(38px,2vw,52px);line-height:1;font-weight:900}.product-hero{display:grid;grid-template-columns:290px minmax(0,1fr);gap:20px;align-items:center;margin-bottom:14px}.product-hero .image{width:290px;height:240px;display:grid;place-items:center}.product-hero .image img{width:100%;height:100%;object-fit:contain}.product-hero p{margin:0;font-size:clamp(32px,1.8vw,46px);line-height:1.18}.size-row{display:flex;flex-wrap:wrap;gap:12px}.size-row button{border:0;border-radius:12px;background:#000;color:#fff;font-size:clamp(36px,1.9vw,52px);line-height:1;font-weight:500;padding:12px 22px}.size-row button.active{background:#111}.product-panel h3{margin:20px 0 10px;text-transform:uppercase;font-size:clamp(46px,2.6vw,66px);line-height:.98;letter-spacing:-.02em;font-weight:900}.chip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.chip-grid button{border:3px solid #1b1b1b;border-radius:16px;background:var(--chip);font-size:clamp(34px,1.8vw,48px);line-height:1.06;font-weight:500;padding:10px 14px}.chip-grid button.active{background:#d5d5d5}.sauce-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sauce-grid button{border:3px solid #1b1b1b;border-radius:22px;background:#f7f7f7;min-height:200px;display:grid;justify-items:center;gap:8px;padding:8px}.sauce-grid button.active{background:#dfdfdf}.sauce-grid button strong{font-size:clamp(38px,2vw,52px);line-height:1;font-weight:800}.sauce-image{width:100%;min-height:126px;display:grid;place-items:center}.sauce-image img{width:70%;height:100%;object-fit:contain}.sub-links{margin-top:10px;display:grid;gap:4px}.sub-links button{border:0;background:transparent;color:#000;font-size:clamp(48px,2.8vw,66px);line-height:1.03;letter-spacing:-.02em;font-weight:800;text-align:left;display:flex;align-items:center;gap:8px;padding:8px 0}.sub-links span{transform:translateY(-2px)}.panel-footer{margin-top:14px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:16px}.panel-footer .price{font-size:clamp(56px,3.2vw,80px);line-height:1;letter-spacing:-.02em;font-weight:900}.qty{border:3px solid #1b1b1b;border-radius:18px;background:#fff;display:inline-flex;align-items:center}.qty button{border:0;background:transparent;width:56px;height:56px;font-size:44px;line-height:1}.qty strong{min-width:42px;text-align:center;font-size:40px;line-height:1}.panel-footer .primary{justify-self:end;border:0;border-radius:999px;height:66px;min-width:470px;background:#000;color:#fff;font-size:clamp(36px,1.9vw,50px);line-height:1;font-weight:900}.menu-panel h2,.added-panel h2{margin:6px 0 20px;text-align:center;font-size:clamp(58px,3.8vw,82px);line-height:.95;letter-spacing:-.02em;font-weight:900}.menu-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.menu-options button{border:3px solid transparent;border-radius:20px;background:transparent;padding:10px;text-align:left}.menu-options button.active{border-color:#1c1c1c}.menu-options .img{height:190px;display:grid;place-items:center}.menu-options .img img{width:80%;height:100%;object-fit:contain}.menu-options .menu-combo img{width:86%}.menu-options strong{display:block;text-transform:uppercase;font-size:clamp(48px,2.7vw,68px);line-height:.95;letter-spacing:-.02em;font-weight:900}.menu-options small{display:block;margin-top:4px;font-size:clamp(34px,1.9vw,50px);line-height:1.06;font-weight:700}.menu-actions{margin-top:20px;display:flex;justify-content:space-between;gap:18px}.menu-actions .continue,.added-panel>button{border:0;border-radius:999px;height:66px;min-width:290px;background:#000;color:#fff;font-size:clamp(38px,2vw,52px);line-height:1;font-weight:900}.added-panel .preview{display:grid;justify-items:center;gap:10px}.added-panel .preview .img{width:260px;height:220px;display:grid;place-items:center}.added-panel .preview .img img{width:100%;height:100%;object-fit:contain}.added-panel .preview strong{text-transform:uppercase;font-size:clamp(50px,2.8vw,70px);line-height:.95;letter-spacing:-.02em;font-weight:900}.added-panel>button{margin:20px auto 4px;display:block}.sot-notice{position:absolute;right:34px;bottom:24px;max-width:540px;padding:12px 18px;border-radius:14px;border:2px solid #1f1f1f;font-size:30px;line-height:1.15;font-weight:700;z-index:25}.sot-notice.info{background:#ecf2ff;color:#12294d}.sot-notice.error{background:#fff1f1;color:#7e1c1c}.sot-notice.success{background:#ecf8e9;color:#245c20}.payment-strip{position:absolute;right:34px;left:34px;bottom:18px;border:3px solid #000;border-radius:14px;background:#fff;color:#111;padding:12px 14px;font-size:29px;line-height:1.15;font-weight:700;z-index:26}.reset-payment{position:absolute;right:46px;bottom:130px;z-index:27;border:0;border-radius:999px;background:#e6001b;color:#fff;height:62px;min-width:290px;font-size:32px;line-height:1;font-weight:900}@media(max-width:1400px),(max-aspect-ratio:3 / 4),(orientation:portrait){.sot-auth-card{width:min(420px,100%);padding:22px}.sot-start-content{padding:22px;gap:10px}.sot-start-content img{width:128px}.service-mode-grid{grid-template-columns:repeat(2,minmax(180px,260px));gap:12px}.mode-card{min-height:110px;padding:16px}.sot-layout{grid-template-columns:142px 1fr;grid-template-rows:1fr 74px}.sot-brand{padding:12px 8px 6px}.sot-brand img{width:72px}.sot-rail-cats{gap:10px;padding:8px 8px 12px}.sot-rail-cats .thumb-wrap{width:84px;height:84px;border-radius:14px;border-width:2px}.sot-rail-cats .thumb-wrap .thumb-label{max-width:calc(100% - 10px);font-size:15px;line-height:.98;white-space:normal;overflow:visible;text-overflow:clip;text-align:center}.sot-rail-meta{padding:8px 10px 12px;gap:6px}.sot-rail-meta span{font-size:11px}.sot-rail-meta button{padding:7px 8px;font-size:12px}.sot-main-head{padding:14px 12px 6px}.sot-main-head h1{font-size:clamp(30px,3.4vw,40px)}.sot-main-content{padding:8px 10px 12px}.product-grid{gap:22px 18px}.grid-image{width:min(220px,100%)}.grid-label{font-size:clamp(20px,2.2vw,30px);line-height:1.02}.cart-panel{border-width:2px;border-radius:16px;padding:10px;gap:8px}.cart-row{grid-template-columns:72px minmax(0,1fr) auto auto;grid-template-areas:"image content price actions";align-items:center;gap:6px 8px}.cart-row-image{width:72px;height:72px}.cart-row-title{align-items:baseline;gap:6px}.cart-row-title h3{font-size:clamp(18px,1.9vw,24px);line-height:1.02}.cart-row-title small{font-size:clamp(12px,1.25vw,15px)}.cart-row-mods{margin-top:2px;gap:2px}.cart-row-mods span{font-size:clamp(11px,1.1vw,13px);line-height:1.15}.cart-row-price{padding-top:0;align-self:center;justify-self:end;font-size:clamp(18px,1.9vw,22px)}.cart-row-actions{padding-top:0;justify-self:end;align-self:center;gap:4px}.cart-row-actions button{font-size:21px;width:22px;height:22px}.cart-row-actions strong{min-width:14px;font-size:18px}.sot-bottom{gap:8px;padding:9px 16px}.sot-bottom .label,.sot-bottom .value{font-size:clamp(20px,2.2vw,30px)}.checkout-btn{min-width:180px;height:50px;padding:0 18px;font-size:clamp(20px,2.2vw,30px)}}@media(max-width:900px){.sot-auth-screen{padding:14px}.sot-auth-card{padding:18px;border-radius:12px}.sot-auth-card img{width:104px}.sot-auth-card h1{font-size:22px}.sot-auth-card input,.sot-auth-card button{height:40px}.sot-start-content img{width:110px}.sot-start-content h1{font-size:clamp(28px,5vw,40px)}.sot-start-content p{font-size:15px}.service-mode-grid{width:100%;grid-template-columns:1fr;max-width:360px}.mode-card{min-height:96px;border-radius:10px;padding:13px}.mode-card strong{font-size:22px}.mode-card small{font-size:13px}.modal-backdrop{padding:12px}.product-dialog,.payment-dialog{border-radius:20px;padding:22px}.dialog-hero,.ingredient-grid,.dialog-footer{grid-template-columns:1fr}.sot-layout{grid-template-columns:132px 1fr;grid-template-rows:1fr 74px}.sot-brand img{width:68px}.sot-rail-cats{gap:10px;padding:8px 6px 12px}.sot-rail-cats .thumb-wrap{width:82px;height:82px;border-radius:14px;border-width:2px}.sot-rail-cats .thumb-wrap .thumb-label{top:50%;max-width:calc(100% - 8px);padding:0;font-size:14px;line-height:1}.sot-rail-meta{padding:6px 8px 10px}.sot-rail-meta span{font-size:10px}.sot-rail-meta button{height:28px;padding:0 8px;font-size:11px}.sot-main-head{padding:12px 10px 6px}.sot-main-head h1{font-size:clamp(26px,3.7vw,36px)}.sot-main-content{padding:8px 10px 12px}.product-grid{gap:20px}.grid-label{font-size:clamp(22px,2.2vw,34px)}.cart-panel{border-width:2px;border-radius:16px;padding:8px;gap:8px}.cart-row{grid-template-columns:58px minmax(0,1fr) auto auto;grid-template-areas:"image content price actions";align-items:center;gap:6px}.cart-row-image{width:58px;height:58px}.cart-row-title h3{font-size:clamp(15px,1.45vw,20px);line-height:1.03}.cart-row-title small{font-size:12px}.cart-row-mods{margin-top:2px;gap:2px}.cart-row-mods span{font-size:11px;line-height:1.1}.cart-row-price{font-size:clamp(14px,1.45vw,18px);padding-top:0}.cart-row-actions{padding-top:0;justify-self:end;align-self:center;gap:3px}.cart-row-actions button,.cart-row-actions strong{font-size:18px;width:20px;height:20px;min-width:20px}.sot-bottom{padding:10px 16px;gap:10px}.sot-bottom .label,.sot-bottom .value{font-size:clamp(18px,1.8vw,24px)}.checkout-btn{min-width:150px;height:48px;font-size:clamp(20px,1.8vw,24px);padding:0 18px}.overlay-host{padding:12px}.overlay-panel{border-width:2px;border-radius:20px;padding:14px}.overlay-head h2{font-size:clamp(24px,2.8vw,40px)}.overlay-head .cancel,.menu-actions .cancel,.menu-actions .continue,.added-panel>button{min-width:140px;height:44px;font-size:clamp(18px,2vw,24px)}.product-hero{grid-template-columns:120px minmax(0,1fr);gap:10px}.product-hero .image{width:120px;height:100px}.product-hero p{font-size:clamp(14px,1.7vw,18px)}.size-row button{font-size:clamp(15px,1.8vw,20px);padding:8px 12px}.product-panel h3{font-size:clamp(18px,2vw,28px);margin:12px 0 8px}.chip-grid,.sauce-grid{gap:8px}.chip-grid button{border-width:2px;border-radius:10px;font-size:clamp(14px,1.8vw,18px);padding:7px 8px}.sauce-grid button{border-width:2px;border-radius:12px;min-height:126px;padding:6px}.sauce-grid button strong{font-size:clamp(16px,1.9vw,20px)}.sauce-image{min-height:68px}.sub-links button{font-size:clamp(18px,2vw,24px);padding:4px 0}.panel-footer{grid-template-columns:1fr auto;gap:10px}.panel-footer .price{font-size:clamp(22px,2.4vw,30px)}.qty{justify-self:start}.qty button{width:32px;height:32px;font-size:24px}.qty strong{font-size:20px;min-width:24px}.panel-footer .primary{grid-column:1 / -1;justify-self:stretch;min-width:0;height:46px;font-size:clamp(18px,2vw,24px)}.menu-panel h2,.added-panel h2{font-size:clamp(22px,2.8vw,34px);margin-bottom:12px}.menu-options .img{height:96px}.menu-options strong{font-size:clamp(18px,2vw,24px)}.menu-options small{font-size:clamp(14px,1.8vw,18px)}.added-panel .preview .img{width:120px;height:100px}.added-panel .preview strong{font-size:clamp(20px,2.2vw,28px)}.sot-notice{right:16px;bottom:12px;max-width:330px;padding:8px 10px;border-width:1px;border-radius:10px;font-size:14px}.payment-strip{right:16px;left:16px;bottom:10px;border-width:2px;border-radius:10px;padding:7px 9px;font-size:14px}.reset-payment{right:20px;bottom:88px;height:42px;min-width:170px;font-size:16px}}
