QcfXeWrX
“`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;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px 35px;
margin: 0 auto;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
color: #1e1e1e;
margin-top: 0;
margin-bottom: 10px;
border-bottom: 2px solid #eaeaea;
padding-bottom: 12px;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
margin: 15px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 10px;
border: 1px solid #ddd;
background: #fafafa;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.03);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9f9f9;
border-radius: 8px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
background: #eef2f5;
font-weight: 600;
color: #2c3e50;
width: 35%;
}
.specs-table td {
color: #333;
}
.description {
font-size: 1.05rem;
line-height: 1.7;
color: #2d2d2d;
margin: 20px 0;
padding: 15px 0;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.why-buy {
background: #f0f7fb;
padding: 20px 25px;
border-radius: 10px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
color: #1a3e4c;
font