:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#0f1419;background-color:#f6f5f4}*{box-sizing:border-box}body,html{margin:0;padding:0;background-color:#f6f5f4}body,#root,.app{min-height:100vh}.app{display:flex;justify-content:center;align-items:flex-start;padding:16px}.app--empty{align-items:center;text-align:center}.product-card{width:min(420px,100%);background:#fff;border-radius:28px;box-shadow:0 25px 45px #0f0f242e;overflow:hidden;display:flex;flex-direction:column}.product-card__image-wrapper{position:relative;background:linear-gradient(135deg,#fefefe,#f4f1ed)}.product-card__image{width:100%;height:280px;object-fit:cover;display:block}.product-card__image-fallback{height:220px;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 10px,#e4e4e4 10px,#e4e4e4 20px);color:#6b6b6b;font-size:.9rem}.product-card__content{padding:24px;display:flex;flex-direction:column;gap:16px}.product-card__sku{align-self:flex-start;font-size:.85rem;letter-spacing:.08em;color:#f97316;font-weight:600}.product-card__titles h1{margin:0;font-size:1.5rem;line-height:1.2}.product-card__subtitle{margin:4px 0 0;color:#6b6b6b}.product-card__meta{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.product-card__meta li{background:#f6f6f8;border-radius:14px;padding:10px 14px;display:flex;flex-direction:column;gap:4px}.product-card__meta span{font-size:.75rem;color:#8b8b8b;text-transform:uppercase;letter-spacing:.06em}.product-card__meta strong{font-size:1rem;color:#111}.product-card__body{margin:0;color:#3f3f46;line-height:1.5}
