zSoOxHtv
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 900px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: box-shadow 0.2s;
}
h1 {
font-size: 28px;
font-weight: 600;
color: #1a1a2e;
margin-top: 0;
margin-bottom: 8px;
}
.price-badge {
font-size: 26px;
font-weight: 700;
color: #2b7a4b;
background: #e6f4ea;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 18px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0 25px 0;
}
.gallery img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
object-fit: cover;
border: 1px solid #e9edf2;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 25px 0;
background: #f9fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1e293b;
width: 35%;
background: #f1f4f9;
}
.specs-table td:last-child {
color: #334155;
}
.description {
font-size: 16px;
line-height: 1.6;
color: #1e293b;
background: #f9fafc;
padding: 18px 20px;
border-radius: 12px;
margin: 20px 0;
border-left: 4px solid #3b82f6;
}
.why-buy {
background: #f0f7ff;
padding: