nSYp9eqz
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
margin: 20px auto;
}
h1, h2, h3 {
font-weight: 500;
color: #1e1e1e;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #c00;
background: #fff0f0;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.gallery img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 16px;
border: 1px solid #eaeef2;
transition: 0.2s;
cursor: default;
}
.gallery img:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
table.specs {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9fbfd;
border-radius: 16px;
overflow: hidden;
}
table.specs td {
padding: 14px 18px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
table.specs tr:last-child td {
border-bottom: none;
}
table.specs td:first-child {
font-weight: 600;
color: #2c3e50;
width: 35%;
background: #f1f5f9;
}
.description-box {
background: #f8faff;
padding: 20px 24px;
border-radius: 18px;
margin: 20px 0;
line-height: 1.6;
color: #1f2a3a;
}
.why-buy {
background: #f0f7f0;
padding: 20px 25px;
border-radius: 18px;
margin: 20px 0;
}
.why-buy ul {
list-style: none;
padding-left: 0;
margin: 10px 0 0;
}
.why-buy li {
padding: 8px 0 8px 30px;
background: url(‘data:image/s