ZhKdFQtN
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f9f9f9;
margin: 0;
padding: 30px 20px;
color: #222;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.07);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 600;
margin: 0 0 10px 0;
color: #111;
}
.brand-badge {
display: inline-block;
background: #f0c040;
color: #111;
font-weight: 600;
padding: 4px 14px;
border-radius: 30px;
font-size: 14px;
margin-bottom: 15px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #B12704;
margin: 15px 0 20px 0;
}
.price sup {
font-size: 18px;
top: -0.5em;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
width: 100%;
max-width: 220px;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
cursor: pointer;
object-fit: cover;
aspect-ratio: 1/1;
background: #f0f0f0;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 30px 0;
background: #fafafa;
border-radius: 14px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 14px 20px;
border-bottom: 1px solid #e4e4e4;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #444;
width: 40%;
background: #f2f2f2;
}
.specs-table td:last-child {
background: #fff;
}
.description-box {
background: #f6f8fa;
padding: 22px 28px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.6;
font-size: 16px;
}
.why-buy {
background: #