Scm3E2qT
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 980px;
width: 100%;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
box-sizing: border-box;
}
h1 { font-size: 1.9rem; margin-top: 0; color: #1e2a3a; font-weight: 600; }
.price { font-size: 1.8rem; font-weight: 700; color: #b22234; margin: 0.25rem 0 1rem; }
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 1.5rem 0;
}
.gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 12px;
border: 1px solid #e2e8f0;
box-shadow: 0 2px 6px rgba(0,0,0,0.04);
transition: transform 0.2s;
}
.gallery img:hover { transform: scale(1.02); }
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.8rem 0;
background: #f8fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td {
padding: 12px 18px;
border-bottom: 1px solid #e9edf2;
vertical-align: top;
}
.specs-table tr:last-child td { border-bottom: none; }
.specs-table td:first-child {
font-weight: 600;
color: #1e293b;
width: 35%;
background: #f1f5f9;
}
.specs-table td:last-child { color: #334155; }
.description {
line-height: 1.7;
color: #1e293b;
margin: 1.5rem 0;
font-size: 1rem;
}
.why-buy {
background: #f1f9f6;
padding: 1.2rem 1.8rem;
border-radius: 16px;
margin: 1.8rem 0;
}
.why-buy h3 { margin-top: 0; color: #0b3b2c; }
.why-buy ul {
padding-left: 1.2rem;
margin-bottom: 0;
}
.why-buy li {
margin-bottom: 0.5rem;
line-height: 1.5