:root{--bg-main: #efefef;--bg-rail: #000000;--bg-bottom: #000000;--text: #000000;--text-light: #ffffff;--border: #1a1a1a;--chip: #f8f8f8;--danger: #e6001b;font-family: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{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-layout{width:100%;height:100%;display:grid;grid-template-columns:290px 1fr;grid-template-rows:1fr 100px;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;overflow:hidden}.sot-brand{padding:42px 22px 14px;display:flex;justify-content:center}.sot-brand img{width:210px;height:auto;filter:grayscale(1) brightness(0) invert(1)}.sot-rail-cats{padding:12px 18px 24px;display:grid;align-content:start;gap:38px;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{width:184px;height:184px;border-radius:34px;background:#f2f2f2;border:3px solid transparent;display:grid;place-items:center;overflow:hidden}.sot-rail-cats button.active .thumb-wrap{border-color:#d5d5d5}.sot-rail-cats .thumb-wrap img{width:88%;height:88%;object-fit:contain}.sot-rail-cats .thumb-wrap span{font-size:48px;font-weight:800;color:#2d2d2d}.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:56px 34px 14px}.sot-main-head h1{margin:0;font-size:clamp(58px,5.6vw,84px);line-height:.95;letter-spacing:-.03em;font-weight:900}.sot-main-content{position:relative;overflow:auto;padding:22px 34px 32px}.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:54px 56px}.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(36px,2.8vw,56px);line-height:.95;letter-spacing:-.02em;font-weight:900}.cart-panel{min-height:calc(100% - 10px);border:3px solid var(--border);border-radius:36px;background:#f3f3f3;padding:34px 30px 36px;display:grid;gap:26px}.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{width:170px;height:170px;display:grid;place-items:center}.cart-row-image img{width:100%;height:100%;object-fit:contain}.cart-row-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(48px,3.2vw,72px);line-height:.94;letter-spacing:-.02em;font-weight:900}.cart-row-title small{font-size:42px;font-weight:700}.cart-row-mods{margin-top:12px;display:grid;gap:6px}.cart-row-mods span{font-size:34px;line-height:1.1}.cart-row-price{padding-top:20px;font-size:clamp(50px,3vw,68px);line-height:1;font-weight:900;white-space:nowrap}.cart-row-actions{padding-top:16px;display:inline-flex;align-items:center;gap:14px}.cart-row-actions button{border:0;background:transparent;color:#000;font-size:54px;line-height:1;width:56px;height:56px;display:grid;place-items:center}.cart-row-actions strong{min-width:42px;text-align:center;font-size:54px;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:14px 36px}.sot-bottom .label,.sot-bottom .value{font-size:clamp(34px,2.1vw,52px);line-height:1;font-weight:900}.checkout-btn{border:0;border-radius:999px;min-width:330px;height:72px;background:#fff;color:#000;font-size:clamp(40px,2.1vw,52px);line-height:1;letter-spacing:-.01em;font-weight:900;padding:0 34px}.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:3px 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:72px;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:72px;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:72px;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:1300px){.sot-layout{grid-template-columns:190px 1fr;grid-template-rows:1fr 78px}.sot-brand img{width:130px}.sot-rail-cats{gap:16px;padding:10px 10px 16px}.sot-rail-cats .thumb-wrap{width:114px;height:114px;border-radius:20px;border-width:2px}.sot-main-head{padding:20px 20px 10px}.sot-main-head h1{font-size:clamp(34px,4vw,58px)}.sot-main-content{padding:12px 20px 20px}.product-grid{gap:20px}.grid-label{font-size:clamp(22px,2.2vw,34px)}.cart-panel{border-width:2px;border-radius:20px;padding:16px;gap:12px}.cart-row{grid-template-columns:82px minmax(0,1fr) auto;gap:8px}.cart-row-image{width:82px;height:82px}.cart-row-title h3{font-size:clamp(18px,1.8vw,24px)}.cart-row-title small{font-size:18px}.cart-row-mods span{font-size:14px}.cart-row-price{font-size:clamp(18px,1.8vw,24px);padding-top:0}.cart-row-actions{grid-column:1 / -1;padding-top:0;justify-content:flex-end}.cart-row-actions button,.cart-row-actions strong{font-size:24px;width:28px;height:28px;min-width:28px}.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}}
