io9YNCqj
“`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 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.product-gallery {
flex: 1 1 45%;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 12px;
border: 1px solid #e9ecef;
display: block;
margin-bottom: 12px;
}
.thumbnails {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.thumbnails img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 8px;
cursor: default;
border: 1px solid #dee2e6;
}
.product-info {
flex: 1 1 50%;
min-width: 280px;
}
h1 {
font-size: 1.9rem;
margin: 0 0 8px 0;
font-weight: 700;
line-height: 1.2;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #2a9d8f;
margin: 15px 0 10px;
}
.availability {
color: #2d6a4f;
background: #d8f3dc;
display: inline-block;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.9rem;
font-weight: 600;
margin-bottom: 15px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #f8f9fa;
border-radius: 12px;
overflow: hidden;
}
.specs-table td {
padding: 10px 16px;
border-bottom: 1px solid #e9ecef;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #495057;
width: 40%;
}
.description {
margin: 20px 0;
line-height: 1.6;
font-size: 1rem;
}
.why-buy {
background: #f1f3f5;
padding: 18px 22px;
border-radius: 12