whEXnBss
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f4f7fa;
margin: 0;
padding: 30px 20px;
color: #1e2a3a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
justify-content: center;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: contain;
background: #f0f4f9;
border-radius: 16px;
padding: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.03);
}
.product-title {
font-size: 2rem;
font-weight: 600;
margin: 0 0 8px 0;
color: #0b2b44;
line-height: 1.2;
}
.brand-sub {
font-size: 1rem;
color: #4a6a85;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: baseline;
}
.price {
font-size: 2.1rem;
font-weight: 700;
color: #1a6b3c;
background: #e6f3ea;
display: inline-block;
padding: 6px 20px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.description-text {
background: #f9fcff;
padding: 20px 25px;
border-radius: 20px;
border-left: 5px solid #2a7de1;
margin: 20px 0 30px 0;
font-size: 1.05rem;
line-height: 1.6;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: white;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0,0,0,0.04);
margin: 25px 0;
}
.specs-table th {
background: #eef3f9;
text-align: left;
padding: 14px 18px;
font-weight: 600;
color: #1f3a57;
width: 35%;
}
.specs-table td {
padding: 14px 18px;
border-bottom: 1px solid #e6edf4;
}
.specs-table tr: