fPKn0DqX
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s;
}
h1, h2, h3 {
font-weight: 600;
margin-top: 0;
color: #111;
}
h1 {
font-size: 2.1rem;
margin-bottom: 0.25rem;
line-height: 1.2;
}
.brand-sub {
color: #2a6f97;
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.3px;
}
.price-block {
font-size: 2rem;
font-weight: 700;
color: #b12704;
margin: 15px 0 10px;
}
.price-block span {
font-size: 1rem;
font-weight: 400;
color: #555;
margin-left: 8px;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 20px;
}
.gallery-grid img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #eaeef2;
transition: transform 0.2s;
background: #fff;
}
.gallery-grid img:hover {
transform: scale(1.02);
}
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 25px 0 20px;
}
.flex-row > div {
flex: 1 1 280px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #f9fbfd;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.specs-table td {
padding: 12px 16px;
border-bottom: 1px solid #e6edf4;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1e2a3a;
width: 38%;
background: #f2f6fa;