fDlmpLr2
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
width: 100%;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
box-sizing: border-box;
}
.product-title {
font-size: 28px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 10px 0;
line-height: 1.2;
}
.price-badge {
font-size: 26px;
font-weight: 700;
color: #b12704;
margin: 8px 0 18px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 25px 0;
}
.gallery img {
max-width: 180px;
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
transition: transform 0.2s ease;
cursor: default;
border: 1px solid #eaeaea;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e0e0e0;
text-align: left;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #333;
width: 40%;
background: #f0f0f0;
}
.specs-table td:last-child {
background: #ffffff;
}
.description-box {
background: #f9f9f9;
padding: 20px 25px;
border-radius: 14px;
margin: 20px 0;
line-height: 1.6;
color: #2c2c2c;
}
.why-buy {
background: #f0f7f0;
padding: 18px 25px;
border-radius: 14px;
margin: 20px 0;
}
.why-buy h3 {
margin-top: 0;
color: #1