plRs1dth
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f4f4f6;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
padding: 30px 35px;
transition: all 0.2s;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.product-gallery {
flex: 1 1 45%;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
background: #fafafa;
object-fit: cover;
aspect-ratio: 1 / 1;
}
.product-details {
flex: 1 1 50%;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px 0;
line-height: 1.2;
color: #111;
}
.brand-sub {
font-size: 1rem;
color: #555;
margin-bottom: 12px;
letter-spacing: 0.3px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #b45f2b;
margin: 15px 0 10px;
}
.condition-badge {
display: inline-block;
background: #e8e0d5;
padding: 6px 14px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 500;
color: #3d2c1f;
margin-bottom: 15px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 15px;
font-size: 0.95rem;
}
.specs-table td {
padding: 8px 12px;
border-bottom: 1px solid #eaeef2;
vertical-align: top;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 38%;
}
.description {
margin: 25px 0 20px;
line-height: 1.6;
color: #2d2d2d;
background: #f9f7f5;
padding: 18px 20px;
border-radius: 14px;
}
.why-buy {
background: #f0f