03VZpmto
“`html
body {
font-family: Arial, Helvetica, sans-serif;
background: #f4f4f4;
margin: 0;
padding: 20px;
color: #333;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
padding: 30px;
}
.product-title {
font-size: 28px;
font-weight: 700;
margin: 0 0 10px;
color: #1a1a1a;
}
.price {
font-size: 26px;
font-weight: bold;
color: #b12704;
margin: 10px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.image-gallery img {
max-width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
flex: 1 1 200px;
object-fit: cover;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafafa;
}
.specs-table th, .specs-table td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
background: #e9ecef;
font-weight: 600;
width: 40%;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: none;
}
.description {
line-height: 1.7;
font-size: 16px;
margin: 20px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.why-buy {
background: #f8f9fa;
padding: 20px 25px;
border-radius: 10px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 20px;
}
.why-buy ul {
list-style: none;
padding: 0;
margin: 10px 0 0;
}
.why-buy ul li {
padding: 8px 0 8px 28px;
background: url(‘data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0