:root{--yellow:#ffc400;--red:#ef2b23;--black:#111;--cream:#f6f0e7;--white:#fff;--line:#e6dac9;--muted:#73695d}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--black)}.top-strip{background:var(--yellow);font-weight:900;text-align:center;padding:9px;font-size:.73rem;letter-spacing:.12em}.order-header{height:82px;background:#111;color:#fff;display:flex;align-items:center;padding:0 4vw;gap:28px;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.brand img{width:52px;height:47px;object-fit:contain;background:#fff;border-radius:9px;padding:3px}.brand div{display:grid}.brand b{letter-spacing:.08em}.brand span{font-size:.62rem;color:var(--yellow);letter-spacing:.18em;font-weight:900}.order-progress{display:flex;align-items:center;gap:12px;margin:auto;color:#777;font-size:.78rem;font-weight:800}.order-progress span.active{color:#fff}.order-progress i{width:38px;height:1px;background:#444}.back-home{color:#ccc;text-decoration:none;font-size:.82rem;font-weight:700}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:20px;padding:22px;max-width:1760px;margin:auto}.catalog,.cart{background:#fff;border:1px solid var(--line);border-radius:22px}.catalog{padding:24px;min-height:760px}.catalog-hero{background:#111;color:#fff;border-radius:18px;padding:28px 32px;display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;overflow:hidden}.catalog-hero:after{content:"M";font-family:Anton;font-size:12rem;color:#ffffff08;position:absolute;right:5%;top:-55px}.eyebrow{font-size:.7rem;color:#c78b00;font-weight:900;letter-spacing:.16em}.catalog-hero .eyebrow{color:var(--yellow)}.catalog-hero h1{font-family:Anton;font-size:3.5rem;line-height:1;margin:8px 0}.catalog-hero p{margin:0;color:#c9c2b8}.hero-mini{display:grid;gap:5px;position:relative;z-index:2;background:#ffffff10;padding:15px;border-radius:13px}.hero-mini span{font-size:.77rem;color:#bbb}.catalog-tools{display:grid;grid-template-columns:1fr 360px;gap:14px;margin:22px 0}.chips{display:flex;gap:8px;overflow:auto}.chips button{padding:10px 15px;border-radius:999px;border:1px solid var(--line);background:#faf7f2;font-weight:800;white-space:nowrap}.chips button.active{background:#111;color:#fff;border-color:#111}.search-box{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;padding:0 13px;background:#fff}.search-box input{width:100%;border:0;outline:0;padding:12px 0;font:inherit}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:15px}.product{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;text-align:left;padding:0;cursor:pointer;transition:.22s;position:relative}.product:hover{transform:translateY(-5px);box-shadow:0 16px 30px #3d2d1714}.product:after{content:"+";position:absolute;right:12px;top:12px;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:1.25rem}.product img{width:100%;height:155px;object-fit:cover;background:#eee}.product div{padding:14px}.product b{display:block;font-size:1rem;margin-bottom:5px}.product small{display:block;color:#8a7f72;min-height:18px}.product strong{display:block;color:#9c6b00;font-size:1.12rem;margin-top:9px}.cart{padding:20px;height:fit-content;position:sticky;top:104px;max-height:calc(100vh - 122px);overflow:auto}.cart-head{display:flex;align-items:center;justify-content:space-between}.cart-head h2{font-family:Anton;font-size:2.2rem;margin:5px 0 14px}.cart-count{width:38px;height:38px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-weight:900}.cart-lines{display:grid;gap:9px;min-height:80px}.empty-cart{padding:18px;text-align:center;background:#faf6ef;border-radius:12px;color:#7d7265}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:11px;background:#f7f1e9;border-radius:12px}.cart-line b{display:block;font-size:.9rem}.cart-line small{color:#746a5e}.qty-controls{display:flex;align-items:center;gap:5px}.qty-controls button{width:29px;height:29px;border:1px solid #d7cbbb;background:#fff;border-radius:7px;font-weight:900}.cart-summary{margin:14px 0;padding:14px;background:#111;color:#fff;border-radius:13px;display:grid;gap:9px}.cart-summary>div{display:flex;justify-content:space-between;font-size:.86rem}.cart-summary .total{border-top:1px solid #ffffff25;padding-top:11px;font-size:1.05rem}.cart-summary .total strong{color:var(--yellow)}.checkout h3{margin:18px 0 8px}.checkout label{display:block;font-size:.8rem;font-weight:800;margin-top:10px}.checkout input,.checkout select,.checkout textarea{width:100%;padding:11px 12px;border:1px solid #d9ccbc;border-radius:10px;margin-top:5px;font:inherit;background:#fff}.checkout textarea{min-height:72px;resize:vertical}.submit-order{width:100%;border:0;background:var(--yellow);padding:14px 16px;border-radius:11px;font-weight:900;margin-top:14px;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;cursor:pointer}.submit-order:disabled{opacity:.6;cursor:wait}.checkout-note{text-align:center;color:#746a5e;font-size:.74rem;line-height:1.45}.hidden{display:none!important}#onlineMessage{display:none;position:fixed;inset:0;background:#000b;place-items:center;padding:20px;z-index:99}#onlineMessage.show{display:grid}#onlineMessage>div{background:#fff;border-radius:22px;padding:32px;max-width:430px;text-align:center;box-shadow:0 30px 80px #0007}#onlineMessage h2{font-family:Anton;font-size:2.7rem;margin:0 0 10px}#onlineMessage a{display:inline-block;margin-top:14px;background:var(--yellow);padding:12px 18px;border-radius:10px;text-decoration:none;color:#111;font-weight:900}
@media(max-width:1050px){.order-layout{grid-template-columns:1fr}.cart{position:static;max-height:none}.catalog-tools{grid-template-columns:1fr}.order-progress{display:none}}@media(max-width:650px){.top-strip{font-size:.62rem}.order-header{height:70px;padding:0 15px}.back-home{display:none}.brand span{display:none}.order-layout{padding:10px}.catalog,.cart{border-radius:16px;padding:14px}.catalog-hero{padding:23px 20px;align-items:flex-start}.catalog-hero h1{font-size:2.8rem}.hero-mini{display:none}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product img{height:115px}.product div{padding:10px}.product b{font-size:.85rem}.product small{font-size:.7rem}.product strong{font-size:.95rem}.product:after{width:29px;height:29px}.catalog-tools{margin:15px 0}.cart-head h2{font-size:1.9rem}}