UHoGoWrr
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f4f4f4;
margin: 0;
padding: 20px;
color: #222;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px;
}
.product-title {
font-size: 1.8rem;
font-weight: 700;
margin: 0 0 10px;
line-height: 1.2;
}
.product-meta {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 25px;
align-items: center;
}
.price-badge {
background: #2c7a2c;
color: white;
font-weight: 700;
font-size: 1.6rem;
padding: 8px 20px;
border-radius: 40px;
display: inline-block;
}
.condition-badge {
background: #e7a33e;
color: #1e1e1e;
font-weight: 600;
padding: 6px 16px;
border-radius: 30px;
font-size: 0.95rem;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.image-gallery img {
width: 120px;
height: 180px;
object-fit: cover;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
border: 1px solid #ddd;
background: #fafafa;
}
.image-gallery img:first-child {
width: 200px;
height: 300px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9f9f9;
border-radius: 10px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
border-bottom: 1px solid #e0e0e0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 35%;
color: #444;
}
.description-box {
background: #f0f6ff;
padding: 20px 24px;
border-radius: 12px;
margin: 20px 0;
border-left: 5px solid #2c7a2c;
}
.why-buy {
background: #faf