I9TXGQtp
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #222;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2rem;
font-weight: 700;
margin: 0 0 10px 0;
line-height: 1.2;
color: #111;
}
.brand {
font-size: 1rem;
color: #555;
margin-bottom: 20px;
display: block;
}
.price-area {
font-size: 1.8rem;
font-weight: 700;
color: #2a7f2a;
margin: 15px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
border: 1px solid #e9ecef;
flex: 1 1 180px;
object-fit: cover;
aspect-ratio: 1/1;
background: #f1f3f5;
}
.gallery img:first-child {
flex-basis: 280px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e9ecef;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 35%;
color: #333;
}
.specs-table td:last-child {
color: #555;
}
.description-block {
margin: 30px 0 20px;
line-height: 1.6;
font-size: 1.05rem;
}
.why-buy {
background: #f0f7f0;
padding: 20px 25px;
border-radius: 14px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 1.3rem;
color: #1e3a1e;