pv7TWasn
“`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;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 12px;
object-fit: cover;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 12px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
border-radius: 8px;
object-fit: cover;
cursor: default;
border: 2px solid #e9ecef;
}
.product-info {
flex: 1 1 50%;
min-width: 280px;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px 0;
line-height: 1.2;
}
.brand-badge {
display: inline-block;
background: #002b5c;
color: white;
font-weight: 600;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.8rem;
letter-spacing: 0.5px;
margin-bottom: 12px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #0b5e42;
margin: 12px 0 16px 0;
}
.price sup {
font-size: 1rem;
font-weight: 400;
color: #5f6b7a;
margin-left: 6px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 16px;
font-size: 0.95rem;
}
.specs-table td {
padding: 8px 12px;
border-bottom: 1px solid #eef1f4;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
}
.desc {
margin: 20px 0 10px;
line