P6CjPvqp
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
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;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
color: #0a2540;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #2a7f62;
background: #e6f4ed;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.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;
cursor: pointer;
border: 1px solid #eaeef2;
}
.gallery img:hover {
transform: scale(1.02);
}
.gallery-item {
flex: 1 1 200px;
min-width: 150px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #fafcfe;
border-radius: 14px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 14px 18px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #1e3a5f;
}
.specs-table td:last-child {
color: #2c3e50;
}
.description-box {
background: #f2f6fc;
padding: 22px 25px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.6;
font-size: 1.05rem;
}
.why-buy {
background: #ffffff;
border: 1px solid #dee7ef;
border-radius: 18px