lTtUzvq1
“`html
body {
font-family: Arial, Helvetica, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 20px;
color: #222;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 25px;
}
h1 {
font-size: 1.8rem;
margin-top: 0;
margin-bottom: 10px;
font-weight: 600;
}
.price {
font-size: 1.6rem;
font-weight: 700;
color: #b12704;
margin: 10px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.image-gallery img {
max-width: 180px;
height: auto;
border: 1px solid #ddd;
border-radius: 8px;
padding: 5px;
background: #fafafa;
transition: 0.2s;
}
.image-gallery img:hover {
border-color: #888;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9f9f9;
border-radius: 8px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
background: #eaeaea;
font-weight: 600;
width: 35%;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: none;
}
.description {
line-height: 1.6;
margin: 20px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.why-buy {
background: #f0f7ff;
padding: 18px 20px;
border-radius: 10px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 1.3rem;
}
.why-buy ul {
margin: 10px 0 0;
padding-left: 20px;
}
.why-buy li {
margin-bottom: 8px;
}
.faq-section {
margin: 30px 0 10px;
}
.faq-section h3 {
font-size: 1.3rem;
margin-bottom: 15px;
}
.faq-item {
border-bottom: 1px solid #e5e