NrqIetqU
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f3f0;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
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;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 25px;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
object-fit: cover;
flex: 1 1 180px;
min-width: 140px;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin: 0 0 8px 0;
letter-spacing: -0.3px;
color: #2c3e2d;
}
.brand-sub {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 15px;
}
.brand-badge {
background: #d9d0c0;
padding: 4px 14px;
border-radius: 30px;
font-weight: 500;
font-size: 0.9rem;
color: #3a3a3a;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1f5e3a;
margin: 10px 0 20px 0;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5a5a5a;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 25px 0;
background: #fafaf8;
border-radius: 14px;
overflow: hidden;
}
.specs-table td {
padding: 12px 18px;
border-bottom: 1px solid #e6e2da;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #3d3d3d;
}
.desc-long {
line-height: 1.7;
font-size: 1.05rem;
margin: 20px 0 25px 0;
padding: 18px 0;
border-top: 1px solid #e2ddd4;
border-bottom: 1px solid #e2ddd4;