FW7ZKiuP
“`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: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
transition: all 0.2s ease;
}
h1 {
font-size: 2rem;
font-weight: 600;
color: #1e1e2a;
margin: 0 0 8px 0;
line-height: 1.2;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #0b5e42;
background: #e6f3ed;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 20px 0 30px;
}
.gallery img {
width: calc(33.333% – 12px);
min-width: 140px;
flex: 1 1 auto;
border-radius: 20px;
object-fit: cover;
height: 240px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #f0f0f5;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 25px 0;
}
.specs {
flex: 1 1 280px;
background: #f7f9fc;
padding: 20px 24px;
border-radius: 20px;
}
.specs h3 {
margin-top: 0;
font-weight: 600;
color: #1e293b;
border-bottom: 2px solid #dce3ec;
padding-bottom: 10px;
}
.specs table {
width: 100%;
border-collapse: collapse;
}
.specs td {
padding: 10px 4px;
border-bottom: 1px solid #e6eaf0;
vertical-align: top;
}
.specs td:first-child {
font-weight: 500;
color: #2c3e50;
width: 40%;
}
.specs td:last-child {
color: #1e