ujUTeLrj
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e2a3a;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: white;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 28px;
font-weight: 600;
margin-top: 0;
margin-bottom: 8px;
color: #0b1a2b;
}
.brand-badge {
display: inline-block;
background: #eef2f7;
padding: 4px 14px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
color: #2c3e50;
margin-bottom: 18px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #1a6b3c;
margin: 12px 0 20px;
}
.condition-tag {
background: #fef3e2;
color: #a1662a;
padding: 4px 14px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
display: inline-block;
margin-left: 12px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
border: 1px solid #e2e8f0;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.01);
}
.gallery-item {
flex: 1 1 180px;
min-width: 140px;
}
.gallery-item img {
width: 100%;
object-fit: cover;
aspect-ratio: 1/1;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 28px 0;
background: #f9fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}
.specs-table th {
background: #eef2f7;
font-weight: 600;
color: #1e2a3a;
width: