GLXxkLrJ
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
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;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin: 0 0 8px 0;
color: #111;
}
.brand {
font-size: 1rem;
color: #5a5a5a;
margin-bottom: 20px;
display: block;
}
.price {
font-size: 1.8rem;
font-weight: 700;
color: #1a6b3c;
margin: 10px 0 20px 0;
}
.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);
transition: transform 0.2s ease;
cursor: pointer;
}
.gallery img:hover {
transform: scale(1.02);
}
.gallery-item {
flex: 1 1 180px;
min-width: 140px;
}
.gallery-item img {
width: 100%;
display: block;
}
.desc-box {
background: #f2f4f7;
padding: 20px 24px;
border-radius: 12px;
margin: 20px 0;
line-height: 1.6;
font-size: 1.05rem;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e2e6ea;
}
.specs-table th {
background: #eef1f5;
font-weight: 600;
width: 35%;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: none;
}
.why-buy {
background: #f0f5fa;
padding: 20px 28px;
border-radius: 14px;
margin: 25px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: