:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#171717;background:#f7f6f2;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px}.customer-page{min-height:100vh;padding:42px clamp(18px,5vw,72px) 72px}.customer-header{max-width:1180px;margin:0 auto 34px;display:flex;justify-content:space-between;align-items:end;gap:24px}.eyebrow{font-size:11px;font-weight:850;letter-spacing:.16em;color:#837b72}h1{margin:9px 0 8px;font-size:clamp(40px,6vw,72px);line-height:.94;letter-spacing:-.06em}.customer-header p{margin:0;color:#746d65}.db-pill{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #ddd8cf;border-radius:999px;background:#fffdf9;color:#5e574f;font-size:11px;font-weight:800;white-space:nowrap}.db-pill span{width:7px;height:7px;border-radius:50%;background:#21834f}.grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{overflow:hidden;border:1px solid #e4dfd7;border-radius:20px;background:#fffdfb;box-shadow:0 14px 45px #372d230e;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 20px 55px #372d231a}.image{aspect-ratio:1 / 1;display:grid;place-items:center;background:#efebe5;overflow:hidden}.image img{width:100%;height:100%;object-fit:cover}.no-image{font-size:10px;font-weight:850;letter-spacing:.12em;color:#a29a91}.body{padding:17px}.stock{color:#7e776f;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}h2{margin:8px 0 7px;font-size:18px;line-height:1.1;letter-spacing:-.03em}.body p{min-height:40px;margin:0 0 17px;color:#756e66;font-size:12px;line-height:1.55}.price{font-size:18px;letter-spacing:-.02em}.state{max-width:720px;min-height:260px;margin:0 auto;display:grid;place-content:center;text-align:center;gap:8px;padding:40px;border:1px dashed #d8d2c9;border-radius:22px;background:#ffffff8c;color:#857d74}.state strong{color:#39342f}.state.error{color:#a64a40;border-color:#e4c3be}@media(max-width:980px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-header{align-items:start;flex-direction:column}}@media(max-width:440px){.grid{grid-template-columns:1fr}}
