YEG3U0q2
“`html
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 2rem 1rem;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 2rem;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}
.product-gallery {
flex: 1 1 45%;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 16px;
object-fit: cover;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.product-info {
flex: 1 1 50%;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 0.25rem 0;
line-height: 1.2;
}
.brand {
color: #2b6f9c;
font-weight: 500;
letter-spacing: 0.3px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0b5e42;
margin: 0.75rem 0 0.5rem;
}
.condition-badge {
display: inline-block;
background: #f1c40f;
color: #1e1e1e;
padding: 0.2rem 0.9rem;
border-radius: 40px;
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 0.75rem;
}
.warranty {
background: #e9f0f5;
padding: 0.4rem 1rem;
border-radius: 30px;
display: inline-block;
font-size: 0.9rem;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
font-size: 0.95rem;
}
.specs-table td {
padding: 0.6rem 0.4rem;
border-bottom: 1px solid #e9ecef;
vertical-align: top;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
}
.description {
margin: 1.5rem 0;
line-height: 1.6;
}
.why-buy {
background: #f0f7fb