43bu9Luc
“`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: 1000px;
width: 100%;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
box-sizing: border-box;
}
h1, h2, h3 {
margin-top: 0;
color: #1e2a3a;
}
.product-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #2a7f62;
background: #e8f5ee;
display: inline-block;
padding: 8px 20px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 25px 0;
}
.gallery img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #e9edf2;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 25px 0;
background: #f9fafc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e2e7ed;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
background: #f1f4f9;
}
.specs-table td:last-child {
background: #ffffff;
}
.description-box {
background: #f8faff;
padding: 20px 25px;
border-radius: 16px;
border-left: 5px solid #b22234;
margin: 25px 0;
line-height: 1.6;
}
.why-buy {
background: #f0f7