:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172033;background:#f4f6f9}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}button,input{font:inherit}.topbar{height:72px;background:#fff;border-bottom:1px solid #dfe3e8;padding:10px clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:18px;color:#172033;text-decoration:none;font-weight:750}.brand img{width:190px;max-height:48px;object-fit:contain}.topbar nav{display:flex;gap:20px;margin-left:auto}.topbar nav a{color:#354156;text-decoration:none;font-weight:700}.icon-button{width:42px;height:42px;border:1px solid #d3d9e1;background:#fff;border-radius:6px;font-size:23px;cursor:pointer}main{flex:1}.login-shell{min-height:calc(100vh - 116px);display:grid;place-items:center;padding:24px}.login-panel{width:min(440px,100%);background:#fff;border:1px solid #dfe3e8;border-radius:8px;padding:34px;box-shadow:0 16px 45px rgba(25,35,55,.1)}.login-logo{display:block;width:min(290px,100%);height:95px;object-fit:contain;margin:0 auto 16px}.login-panel h1{font-size:26px;margin:0 0 6px}.login-panel p{color:#657084;margin:0 0 24px}.login-panel label{display:grid;gap:7px;font-weight:650;margin-top:16px}.login-panel input{height:48px;border:1px solid #cbd3dd;border-radius:6px;padding:0 13px}.primary{width:100%;height:48px;margin-top:22px;background:#1769e0;color:#fff;border:0;border-radius:6px;font-weight:750}.alert{padding:13px;background:#fff0f1;border:1px solid #f1b6bc;color:#a21d2c;border-radius:6px}.page{width:min(1100px,calc(100% - 32px));margin:36px auto}.page-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.page-heading h1{font-size:30px;margin:3px 0}.eyebrow{font-size:12px;font-weight:800;color:#1769e0;margin:0}.status{background:#e8f7ef;color:#087a42;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:700}.primary-link{display:inline-flex;align-items:center;background:#1769e0;color:#fff;padding:12px 18px;border-radius:6px;text-decoration:none;font-weight:750}.details{background:#fff;border:1px solid #dfe3e8;border-radius:8px;padding:24px;margin-bottom:18px}.details h2{font-size:19px;margin:0 0 20px;display:flex;align-items:center;justify-content:space-between}.details dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0}.details dl div{padding:14px 0;border-top:1px solid #edf0f3}.details dl div:nth-child(odd){padding-right:24px}.details .wide{grid-column:1/-1}.details dt{font-size:12px;color:#687487;margin-bottom:5px}.details dd{margin:0;font-weight:650}footer{text-align:center;padding:14px;color:#697386;font-size:13px}
.shop{width:min(1440px,calc(100% - 40px));margin:28px auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px}.catalog,.basket{min-width:0}.catalog-tools{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.catalog-tools h1{margin:3px 0;font-size:29px}.search{height:46px;width:min(440px,100%);display:flex;align-items:center;background:#fff;border:1px solid #d5dbe3;border-radius:6px}.search span{font-size:25px;padding:0 12px}.search input{height:100%;min-width:0;flex:1;border:0;background:transparent;outline:0}.categories{display:flex;gap:8px;overflow:auto;padding-bottom:12px}.categories button{white-space:nowrap;border:1px solid #cfd6df;background:#fff;border-radius:6px;padding:9px 13px;cursor:pointer}.categories button.active{background:#172033;color:#fff;border-color:#172033}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product{background:#fff;border:1px solid #dfe3e8;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.product-image{height:190px;width:100%;border:0;border-bottom:1px solid #e7eaee;background:#f0f2f5;color:#8993a2;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:contain;background:#fff}.product-body{padding:14px;display:flex;flex-direction:column;flex:1}.product h3{font-size:15px;line-height:1.35;margin:0 0 8px}.size,.stock{font-size:13px;color:#687487}.stock{margin-top:5px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px}.product-foot strong{font-size:18px;color:#087a42}.product-foot button{border:0;background:#f3a500;color:#171717;border-radius:6px;padding:9px 11px;font-weight:750;cursor:pointer}.basket{background:#fff;border:1px solid #dfe3e8;border-radius:8px;padding:18px;position:sticky;top:18px;align-self:start;max-height:calc(100vh - 36px);display:flex;flex-direction:column}.basket-head,.basket-total{display:flex;align-items:center;justify-content:space-between}.basket-head h2{font-size:20px;margin:0}.basket-head span{font-size:13px;color:#687487}.basket-lines{overflow:auto;margin:15px 0}.basket-line{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #edf0f3;padding:12px 0}.basket-line strong{font-size:13px;display:block}.basket-line small{display:block;color:#687487;margin-top:4px}.stepper{display:grid;grid-template-columns:30px 28px 30px;align-items:center;text-align:center}.stepper button{height:30px;border:1px solid #ccd3dc;background:#fff;border-radius:5px}.basket-total{border-top:1px solid #dfe3e8;padding:16px 0}.basket-total strong{font-size:20px}.primary:disabled{opacity:.45}.empty{padding:24px;text-align:center;color:#7b8594;background:#fff;border:1px dashed #ccd3dc;border-radius:7px;grid-column:1/-1}.mobile-basket{display:none}dialog{border:0;border-radius:8px;padding:44px 16px 16px;max-width:min(850px,92vw);max-height:90vh}dialog::backdrop{background:rgba(15,23,42,.72)}dialog>button{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:30px}dialog img{display:block;max-width:100%;max-height:75vh;object-fit:contain}
@media(max-width:1000px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}.shop{grid-template-columns:minmax(0,1fr) 320px}}
@media(max-width:760px){.brand img{width:145px}.brand span{display:none}.topbar nav{gap:10px}.topbar nav a:first-child{display:none}.login-panel{padding:24px}.details dl{grid-template-columns:1fr}.details dl div:nth-child(odd){padding-right:0}.details .wide{grid-column:auto}.page-heading{align-items:start;gap:12px}.page-heading h1{font-size:23px}.shop{width:calc(100% - 20px);margin:16px auto 84px;display:block}.catalog-tools{display:block}.search{margin-top:14px;width:100%}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-image{height:140px}.product-body{padding:10px}.product-foot{display:block}.product-foot button{width:100%;margin-top:9px}.basket{display:none;position:fixed;z-index:20;left:10px;right:10px;bottom:74px;top:auto;max-height:70vh;box-shadow:0 15px 50px rgba(0,0,0,.28)}.basket.open{display:flex}.mobile-basket{display:flex;position:fixed;z-index:21;bottom:12px;left:12px;right:12px;height:54px;align-items:center;justify-content:space-between;background:#172033;color:#fff;border:0;border-radius:7px;padding:0 18px;font-weight:750}}
