v3PMGrui
“`html
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px;
margin: 20px 0;
}
.gallery {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 25px;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e9ecef;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
h1 {
font-size: 2rem;
margin: 0 0 10px 0;
color: #1a1a2e;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #e63946;
margin: 10px 0 20px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f8f9fa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td {
padding: 12px 16px;
border-bottom: 1px solid #dee2e6;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #495057;
width: 140px;
}
.description {
line-height: 1.7;
color: #212529;
margin: 20px 0;
padding: 20px;
background: #f1f3f5;
border-radius: 12px;
}
.why-buy {
background: #e8f4f8;
padding: 20px 25px;
border-radius: 12px;
margin: 25px 0;
}
.why-buy ul {
margin: 10px 0 0 0;
padding-left: 20px;
}
.why-buy li {
margin-bottom: 8px;
line-height: 1.5;
}
.faq {
margin-top: 30px;
border-top: 2px solid #e9ecef;
padding-top: 20px;
}
.faq-item {
margin-bottom: 18px;
}
.faq-question {
font-weight: 700;
color: #1