UqE283t1
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f4f7fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
}
.product-gallery {
flex: 1 1 45%;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
display: block;
}
.product-info {
flex: 1 1 50%;
}
h1 {
font-size: 1.9rem;
margin: 0 0 8px 0;
font-weight: 700;
line-height: 1.2;
color: #0b1e33;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1e6f5c;
margin: 15px 0 10px;
}
.price sup {
font-size: 1rem;
top: -0.5em;
}
.availability {
background: #e2f0e6;
color: #1e6f5c;
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: #f9fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 10px 16px;
border-bottom: 1px solid #e6eaf0;
font-size: 0.95rem;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 35%;
}
.description {
margin: 25px 0 20px;
line-height: 1.7;
font-size: 1rem;
color: #2c3e50;
}
.why-buy {
background: #f0f4fe;
padding: 20px 25px;
border-radius