vL4X9Lu4
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 30px 35px;
margin: 20px auto;
}
.product-title {
font-size: 2rem;
font-weight: 700;
margin: 0 0 8px 0;
color: #111;
line-height: 1.2;
}
.brand-badge {
display: inline-block;
background: #eaeef2;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
color: #2c3e50;
font-weight: 500;
letter-spacing: 0.3px;
margin-bottom: 12px;
}
.price-area {
display: flex;
align-items: baseline;
gap: 12px;
margin: 18px 0 20px 0;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #b12704;
}
.condition {
background: #d4edda;
color: #155724;
padding: