TesRlrrm
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px;
margin: 20px auto;
}
h1, h2, h3 {
font-weight: 600;
margin-top: 0;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #b22222;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e0e0e0;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
border-bottom: 1px solid #eaeaea;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table th {
background: #f0f0f0;
font-weight: 600;
width: 40%;
}
.description {
line-height: 1.7;
color: #222;
margin: 20px 0;
padding: 16px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.why-buy {
background: #f9f9f9;
padding: 20px 24px;
border-radius: 14px;
margin: 24px 0;
}
.why-buy ul {
list-style: none;
padding-left: 0;
margin: 0;
}
.why-buy li {
padding: 8px 0 8px 28px;
background: url(‘data:image/svg+xml;utf8,<path d="M9 16.17L4.83 12l-1.42 1.41L9 19