1eClr5uN
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e1e2a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.gallery {
flex: 1 1 380px;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 14px;
cursor: default;
border: 2px solid #eaeef2;
transition: 0.2s;
}
.gallery-thumbs img:hover {
border-color: #2b6f9c;
}
.product-details {
flex: 1 1 400px;
}
h1 {
font-size: 1.9rem;
font-weight: 700;
margin: 0 0 8px 0;
line-height: 1.2;
color: #0b0b14;
}
.brand-tag {
display: inline-block;
background: #eef2f6;
padding: 4px 14px;
border-radius: 40px;
font-size: 0.85rem;
color: #2c3e50;
margin-bottom: 12px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #1f5e3a;
margin: 15px 0 10px;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5f6b7a;
margin-left: 8px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 15px;
background: #f9fafc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td {
padding: 10px 16px;
border-bottom: 1px solid #e2e8f0;
font-size: 0.95rem;
}
.specs-table tr:last-child td {
border-bottom