sGsQg3tI
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
max-width: 1100px;
margin: 2rem auto;
padding: 0 1.5rem;
background: #f9f9f9;
color: #222;
line-height: 1.6;
}
.product-card {
background: #fff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
padding: 2rem 2.5rem;
}
.product-title {
font-size: 1.8rem;
font-weight: 600;
margin: 0 0 0.25rem 0;
color: #111;
}
.price {
font-size: 1.6rem;
font-weight: 700;
color: #b12704;
margin: 0.5rem 0 1rem 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.5rem 0;
}
.gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 12px;
border: 1px solid #eaeaea;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
transition: transform 0.2s ease;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.8rem 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 0.75rem 1rem;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
background: #f0f0f0;
font-weight: 600;
width: 40%;
color: #333;
}
.specs-table td {
background: #fff;
}
.description {
margin: 2rem 0 1.5rem 0;
padding: 1.2rem 0;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.why-buy {
background: #f4f8fb;
padding: 1.5rem 2rem;
border-radius: 14px;
margin: 2rem 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 1.3rem;
}
.why-buy ul {
padding-left: 1.2rem;
margin-bottom: 0;
}
.why-buy li {
margin-bottom: 0.5rem;