386ZYvt9
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f9f9f9;
margin: 0;
padding: 20px;
color: #1a1a1a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 600;
margin: 0 0 10px 0;
line-height: 1.2;
color: #0b2b4a;
}
.brand-badge {
display: inline-block;
background: #eef3f8;
padding: 4px 14px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
color: #1a5a8a;
margin-bottom: 15px;
}
.price-stock {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
margin: 15px 0 20px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #1e7e34;
}
.condition {
background: #d4edda;
color: #155724;
padding: 6px 16px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 25px 0 30px;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
border: 1px solid #eaeef2;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.gallery-item {
flex: 1 1 180px;
min-width: 140px;
}
.gallery-item img {
width: 100%;
display: block;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #fafcfe;
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: #eef4f9;
font-weight: 600;
color: