erQQIYsp
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f4f6f9;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px;
}
.product-title {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 10px;
color: #0b2b3c;
}
.brand-badge {
display: inline-block;
background: #eef2f7;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.85rem;
color: #2c3e50;
margin-bottom: 15px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1e7e34;
margin: 15px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
border: 1px solid #e0e4ea;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
flex: 1 1 200px;
object-fit: cover;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 16px;
text-align: left;
border-bottom: 1px solid #e9edf2;
}
.specs-table th {
background: #eef2f7;
font-weight: 600;
color: #1f3a4b;
width: 40%;
}
.specs-table td {
color: #2c3e50;
}
.description {
line-height: 1.7;
margin: 20px 0;
padding: 20px;
background: #f9fafc;
border-radius: 12px;
border-left: 4px solid #2c7be5;
}
.why-buy {
background: #f0f5fa;
padding: 20px 25px;
border-radius: 12px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
color: #0b2b3c