3B9LS9sN
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 600;
margin: 0 0 10px 0;
line-height: 1.2;
}
.price-badge {
font-size: 32px;
font-weight: 700;
color: #b12704;
margin: 10px 0 20px 0;
}
.price-badge span {
font-size: 18px;
font-weight: 400;
color: #555;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 25px 0;
}
.gallery img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
object-fit: cover;
border: 1px solid #eaeaea;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 14px 18px;
border-bottom: 1px solid #e9ecef;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
background: #f2f4f6;
}
.description-box {
background: #f9fafb;
padding: 20px 24px;
border-radius: 18px;
margin: 20px 0;
border-left: 4px solid #ff9900;
}
.why-buy {
background: #f0f5ff;
padding: 20px 24px;
border-radius: 18px;
margin: 25px 0;
}
.why-buy ul {
margin: 10px 0 0 0;
padding-left: 22px;
}
.why-buy li {
margin-bottom: 10px;
line-height: