YmJHevtu
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f6f0;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
align-items: center;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
}
.gallery img:hover {
transform: scale(1.02);
}
.gallery-item {
flex: 1 1 200px;
min-width: 150px;
}
.gallery-item.main {
flex: 2 1 320px;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin: 0 0 8px 0;
color: #2c3e2f;
}
.price {
font-size: 1.9rem;
font-weight: 700;
color: #b45f2b;
margin: 10px 0 20px 0;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafaf7;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e6e3db;
}
.specs-table th {
background: #eae6db;
font-weight: 600;
color: #3f3f3a;
width: 35%;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: none;
}
.description {
font-size: 1.1rem;
line-height: 1.6;
margin: 25px 0 20px;
padding: 0 0 10px 0;
border-bottom: 1px solid #e0dbd0;
}
.why-buy {
background: #f4f1ea;
padding: 20px 25px;
border-radius: 16px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 1.4rem;
color: