1CvteAra
“`html
body {
font-family: ‘Segoe UI’, Roboto, 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 4px 20px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2rem;
margin-top: 0;
margin-bottom: 10px;
font-weight: 600;
color: #111;
}
.brand-badge {
display: inline-block;
background: #e9ecef;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
color: #333;
margin-bottom: 15px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #2c7a2c;
margin: 15px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.image-gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
border: 1px solid #eaeaea;
flex: 1 1 180px;
object-fit: cover;
aspect-ratio: 1/1;
background: #f4f4f4;
}
.image-gallery img:first-child {
flex-basis: 260px;
}
.section-title {
font-size: 1.5rem;
font-weight: 600;
margin: 35px 0 15px;
border-bottom: 2px solid #e0e0e0;
padding-bottom: 8px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #fafafa;
border-radius: 12px;
overflow: hidden;
margin: 20px 0;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e9e9e9;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #444;
}
.description-text {
font-size: 1.05rem;
line-height: 1.6;
color: #2c2c2c;
background: #f9f9f9;
padding: 20px 25px;