hjFxRAvn
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: system-ui, -apple-system, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, sans-serif;
background: #f8fafc;
padding: 40px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 28px;
box-shadow: 0 20px 40px -12px rgba(0,0,0,0.12), 0 8px 24px -8px rgba(0,20,40,0.08);
padding: 32px 36px;
transition: all 0.2s ease;
}
/* micro brand gradient (inspired by original) */
.brand-badge {
display: inline-block;
background: linear-gradient(90deg, #2A80A6, #69afce);
color: white;
font-weight: 600;
font-size: 0.8rem;
padding: 4px 14px;
border-radius: 40px;
letter-spacing: 0.3px;
margin-bottom: 12px;
box-shadow: 0 2px 6px rgba(42,128,166,0.2);
}
h1 {
font-size: 2.1rem;
font-weight: 600;
line-height: 1.2;
color: #0b1e2b;
margin-bottom: 8px;
}
.subhead {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #e9edf2;
padding-bottom: 18px;
margin-bottom: 24px;
}
.price-sku {
display: flex;
align-items: baseline;
gap: 20px;
flex-wrap: wrap;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0f2b3b;
letter-spacing: -0.3px;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5e6f7e;
margin-left: 6px;
}
.sku {
background: #f0f4f9;
padding: 6px 14px;
border-radius: 40px;
font-size: 0.85rem;
color: #1f3a4b;
font-weight: 500;
}
.condition {
background: #dff0e5;
color: #146b3e;
font-weight: 600;
font-size: 0.8rem;
padding: 4px 14px;
border