f7uAS1tG
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
width: 100%;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
box-sizing: border-box;
}
h1, h2, h3 {
color: #1e1e2a;
font-weight: 600;
margin-top: 0;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #2a7f62;
margin: 10px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.image-gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #e9ecef;
transition: transform 0.2s;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e9ecef;
text-align: left;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
background: #f1f3f5;
}
.specs-table td:last-child {
color: #212529;
}
.description-box {
background: #f8f9fa;
padding: 20px 25px;
border-radius: 12px;
margin: 25px 0;
line-height: 1.6;
color: #2d3436;
}
.why-buy {
background: #eef7f2;
padding: 20px 25px;
border-radius: 12px;
margin: 25px 0;
}
.why-buy ul {
margin: 10px 0 0;
padding-left: 22px;
}
.why-buy li {
margin-bottom: 8px;
line-height: