fnWMhvtQ
body {
font-family: Arial, sans-serif;
color: #282828;
margin: 0;
padding: 0;
background-color: #f9f9f9;
}
.container {
width: 80%;
max-width: 800px;
margin: 40px auto;
background: #ffffff;
padding: 30px 25px;
border-radius: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
h1, h2, h3 {
font-weight: 600;
margin-top: 0;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #b12704;
margin: 10px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0 25px;
}
.gallery img {
width: calc(25% – 10px);
min-width: 120px;
border-radius: 12px;
object-fit: cover;
aspect-ratio: 1/1;
background: #f0f0f0;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
border-bottom: 1px solid #eaeaea;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
background: #f2f2f2;
}
.specs-table td:last-child {
background: #ffffff;
}
.why-buy {
background: #f4f9ff;
padding: 20px 25px;
border-radius: 16px;
margin: 30px 0;
}
.why-buy ul {
padding-left: 20px;
margin: 10px 0 0;
}
.why-buy li {
margin-bottom: 10px;
line-height: 1.5;
}
.faq {
margin: 30px 0 10px;
}
.faq-item {
border-bottom: 1px solid #eaeaea;
padding: 14px 0;
}
.faq-question {
font-weight: 600;
font-size: 1.05rem;
margin-bottom: 6px;
color: #1a1a1a;
}