x1zcSTuu
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f9f7f5;
margin: 0;
padding: 20px;
color: #2c2c2c;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 600;
margin-bottom: 10px;
color: #1e1e1e;
line-height: 1.3;
}
.price {
font-size: 32px;
font-weight: 700;
color: #2b7a4b;
margin: 10px 0 20px;
}
.price span {
font-size: 18px;
font-weight: 400;
color: #666;
margin-left: 8px;
}
.gallery {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin: 20px 0 30px;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
width: 220px;
object-fit: cover;
border: 1px solid #eee;
}
.description {
font-size: 16px;
line-height: 1.7;
margin: 25px 0;
padding: 20px 0;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
background: #f0edea;
font-weight: 600;
width: 35%;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: none;
}
.why-buy {
background: #f6f9f7;
padding: 20px 25px;
border-radius: 16px;
margin: 30px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 22px;
color: #1e3a2b;
}
.why-buy ul {
list-style: none;
padding-left: 0;
margin: