DFws5LuV
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s ease;
}
h1, h2, h3 {
margin-top: 0;
font-weight: 600;
color: #1e1e2a;
}
.product-title {
font-size: 2rem;
margin-bottom: 8px;
letter-spacing: -0.3px;
}
.price-block {
font-size: 1.8rem;
font-weight: 700;
color: #2b6f4b;
margin: 10px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 25px 0 30px;
}
.image-gallery img {
width: calc(33.333% – 12px);
min-width: 160px;
border-radius: 20px;
object-fit: cover;
background: #f0f2f5;
aspect-ratio: 1 / 1;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
transition: transform 0.2s;
}
.image-gallery img:hover {
transform: scale(1.01);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #f9fafc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e6eaef;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 38%;
color: #2c3e50;
}
.specs-table td:last-child {
color: #2d3f4e;
}
.description-box {
background: #f9fafc;
padding: 22px 25px;
border-radius: 20px;
margin: 25px 0;
line-height: 1.6;
color: #1f2a36;
}
.why-buy {
background: #eef5f0;
padding: 20px 25px;
border-radius: 20px;