:root{--black:#090909;--cream:#f4efe4;--yellow:#ffc400;--red:#ed1c24;--gray:#6c6c6c;--line:#ddd6c9;--wrap:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:#111;font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.order-header{height:84px;position:sticky;top:0;z-index:50;background:#0a0a0a;color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 max(22px,calc((100% - var(--wrap))/2));box-shadow:0 4px 22px #0003}.back{font:700 11px 'Space Mono';letter-spacing:.6px}.order-brand{text-align:center;line-height:.82}.order-brand strong{display:block;font:44px Anton;color:var(--yellow)}.order-brand span{font:700 9px 'Space Mono';letter-spacing:5px}.cart-top{justify-self:end;border:1px solid #555;background:transparent;color:#fff;padding:10px 14px;cursor:pointer;font-weight:800}.cart-top b{background:var(--red);display:inline-grid;place-items:center;border-radius:99px;min-width:22px;height:22px;margin-left:7px}.store-head{max-width:var(--wrap);margin:auto;padding:52px 24px 38px;display:flex;justify-content:space-between;align-items:end;gap:30px}.eyebrow,.category-title p,.cart-head p{margin:0 0 8px;color:var(--red);font:700 10px 'Space Mono';letter-spacing:1.7px}.store-head h1,.category-title h2,.cart-head h2,.checkout-dialog h2{font-family:Anton;margin:0;line-height:.95}.store-head h1{font-size:clamp(48px,7vw,82px)}.store-head>div>p:last-child{color:var(--gray)}.service-picker{display:flex;background:#ddd4c5;padding:5px}.service{border:0;background:transparent;padding:12px 20px;cursor:pointer;font:700 11px 'Space Mono';text-transform:uppercase}.service.active{background:#111;color:#fff}.category-nav{position:sticky;top:84px;z-index:40;display:flex;gap:25px;overflow:auto;padding:17px max(24px,calc((100% - var(--wrap))/2));background:#fff;border-block:1px solid var(--line);white-space:nowrap;scrollbar-width:none}.category-nav a{font:700 11px 'Space Mono';text-transform:uppercase}.category-nav a:hover{color:var(--red)}.order-layout{max-width:var(--wrap);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:42px;padding:45px 24px 100px}.menu-category{scroll-margin-top:155px;margin-bottom:70px}.category-title{margin-bottom:25px}.category-title h2{font-size:42px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product{position:relative;background:#fff;min-height:170px;display:grid;grid-template-columns:145px 1fr;overflow:hidden;border:1px solid #e2dccf;transition:.2s;cursor:pointer}.product:hover{transform:translateY(-3px);box-shadow:0 12px 30px #2a1c0c1a}.product img{width:145px;height:100%;object-fit:cover}.product>div{padding:19px 44px 19px 17px}.product h3{margin:0 0 7px;font-size:17px}.product p{font-size:13px;color:var(--gray);line-height:1.45;margin:0 0 12px}.product strong{font:700 13px 'Space Mono';color:var(--red)}.product>button{position:absolute;right:13px;bottom:13px;width:34px;height:34px;border:0;background:#111;color:#fff;border-radius:50%;font-size:25px;line-height:1;cursor:pointer}.product>button:hover{background:var(--red)}.cart-panel{position:sticky;top:148px;align-self:start;background:#fff;max-height:calc(100vh - 170px);display:flex;flex-direction:column;border:1px solid #ded7ca}.cart-head{display:flex;justify-content:space-between;padding:25px;border-bottom:1px solid var(--line)}.cart-head h2{font-size:34px}.cart-head button{display:none;border:0;background:none;font-size:34px}.cart-empty{text-align:center;padding:60px 25px;color:var(--gray)}.cart-empty span{font-size:45px}.cart-empty h3{color:#111;margin:15px 0 7px}.cart-items{overflow:auto}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:18px 23px;border-bottom:1px solid var(--line)}.cart-item h3{font-size:14px;margin:0 0 5px}.cart-item small{color:var(--gray)}.qty{display:flex;align-items:center;gap:10px;margin-top:11px}.qty button{width:27px;height:27px;border:1px solid #ccc;background:#fff;cursor:pointer}.remove{border:0;background:none;color:var(--red);font-size:12px;cursor:pointer}.cart-summary{display:none;margin-top:auto;padding:20px 23px;border-top:1px solid var(--line)}.cart-summary.show{display:block}.cart-summary>div{display:flex;justify-content:space-between;font-size:18px}.cart-summary small{display:block;color:var(--gray);line-height:1.4;margin:12px 0}.checkout,.send-order{width:100%;border:0;background:var(--red);color:#fff;padding:16px;font-weight:900;cursor:pointer;text-transform:uppercase}.checkout:hover,.send-order:hover{background:#c80e16}.mobile-cart{display:none}.scrim{display:none}.checkout-dialog{border:0;padding:0;width:min(94vw,550px);box-shadow:0 30px 100px #0008}.checkout-dialog::backdrop{background:#000a}.checkout-dialog form{position:relative;padding:38px}.checkout-dialog h2{font-size:46px;margin-bottom:25px}.dialog-close{position:absolute;right:20px;top:15px;border:0;background:none;font-size:35px;cursor:pointer}.checkout-dialog label{display:block;font-size:13px;font-weight:800;margin:15px 0}.checkout-dialog input,.checkout-dialog textarea{width:100%;margin-top:7px;border:1px solid #ccc;padding:13px;resize:vertical}.fineprint{font-size:11px;color:var(--gray);line-height:1.5;text-align:center}.send-order{margin-top:8px}@media(max-width:1020px){.order-layout{grid-template-columns:1fr}.cart-panel{position:fixed;z-index:80;top:0;right:0;height:100%;max-height:none;width:min(92vw,420px);transform:translateX(105%);transition:.3s}.cart-panel.open{transform:none}.cart-head button{display:block}.scrim{position:fixed;inset:0;background:#0008;z-index:70}.scrim.show{display:block}.mobile-cart{position:fixed;z-index:60;bottom:0;left:0;right:0;border:0;background:var(--red);color:#fff;display:flex;justify-content:space-between;padding:18px 24px;font-weight:900}.cart-top{display:block}}@media(max-width:720px){.order-header{grid-template-columns:1fr auto;height:70px}.back{display:none}.order-brand{justify-self:start}.order-brand strong{font-size:34px}.cart-top{font-size:12px}.store-head{padding-top:35px;display:block}.service-picker{margin-top:25px;width:max-content}.category-nav{top:70px}.order-layout{padding-inline:13px}.product-grid{grid-template-columns:1fr}.product{grid-template-columns:115px 1fr;min-height:145px}.product img{width:115px}.product>div{padding:16px 40px 16px 14px}.checkout-dialog form{padding:30px 22px}.checkout-dialog h2{font-size:38px}}
