XQVy6eqV
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f9f9f9;
margin: 0;
padding: 20px;
color: #333;
}
.product-container {
max-width: 1100px;
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: 28px;
font-weight: 700;
margin-bottom: 10px;
color: #1a1a2e;
}
.brand-sub {
font-size: 16px;
color: #666;
margin-bottom: 20px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #b12704;
margin: 15px 0;
}
.price span {
font-size: 16px;
font-weight: 400;
color: #555;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.image-gallery img {
max-width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
flex: 1 1 200px;
object-fit: cover;
}
.image-gallery img:first-child {
flex: 1 1 100%;
max-height: 400px;
object-fit: contain;
background: #f0f0f0;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 8px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 16px;
text-align: left;
border-bottom: 1px solid #eaeaea;
}
.specs-table th {
background: #1a1a2e;
color: #fff;
font-weight: 600;
width: 40%;
}
.specs-table td {
background: #fff;
}
.description {
line-height: 1.7;
font-size: 16px;
margin: 20px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.why-buy {
background: #f0f7ff;
padding: 20px 25px;
border-radius: 10px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0