bnwqoRqZ
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
background: white;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px;
margin: 20px auto;
}
h1 {
font-size: 2rem;
margin-top: 0;
color: #111;
font-weight: 600;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #2a7f2a;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e0e0e0;
background: #fafafa;
}
.gallery img.placeholder {
background: #ddd;
display: flex;
align-items: center;
justify-content: center;
color: #666;
font-size: 0.9rem;
}
table.specs {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
table.specs td, table.specs th {
padding: 12px 16px;
border-bottom: 1px solid #eaeaea;
text-align: left;
}
table.specs tr:last-child td {
border-bottom: none;
}
table.specs th {
background: #f0f0f0;
font-weight: 600;
width: 40%;
color: #333;
}
.description {
line-height: 1.7;
color: #2c2c2c;
margin: 20px 0;
font-size: 1.05rem;
}
.why-buy {
background: #f8f9fa;
padding: 20px 25px;
border-radius: 14px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 1.3rem;
}
.why-buy ul {
padding-left: 20px;
margin: 10px 0 0;
}
.why-buy li {
margin-bottom: 8px;
line-height: 1.5;
}
.faq-section {
margin: 30px 0 10px;
}
.