Xb2XbHt2
“`html
body {
font-family: system-ui, -apple-system, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
}
h1 { font-size: 2rem; margin: 0 0 0.25rem; font-weight: 600; }
.brand { color: #555; font-size: 1rem; letter-spacing: 0.5px; margin-bottom: 1rem; }
.price { font-size: 1.8rem; font-weight: 700; color: #1a1a1a; margin: 0.5rem 0 1.5rem; }
.image-gallery {
display: flex;
gap: 1rem;
flex-wrap: wrap;
margin-bottom: 2rem;
}
.image-gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e0e0e0;
background: #fafafa;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
}
.specs-table td {
padding: 0.6rem 0.8rem;
border-bottom: 1px solid #eaeaea;
vertical-align: top;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #333;
}
.desc-box {
background: #f9f9f9;
padding: 1.5rem;
border-radius: 12px;
margin: 1.5rem 0;
line-height: 1.6;
}
.why-buy {
margin: 1.5rem 0;
}
.why-buy ul {
list-style: none;
padding: 0;
}
.why-buy li {
padding: 0.5rem 0 0.5rem 1.8rem;
position: relative;
margin-bottom: 0.3rem;
}
.why-buy li::before {
content: “✓”;
position: absolute;
left: 0;
color: #1e7e34;
font-weight: bold;
font-size: 1.2rem;
}
.faq-item {
border-bottom: 1px solid #eaeaea;
padding: 1rem 0;
}
.faq-question {
font-weight: 600;
margin-bottom: 0.3rem;
color: #111;
}
.faq-answer {
color: #444;
line