XZmjA5u3
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
transition: all 0.2s;
}
h1, h2, h3 {
margin-top: 0;
font-weight: 500;
color: #1e2a3a;
}
h1 {
font-size: 2rem;
margin-bottom: 0.25rem;
font-weight: 600;
}
.brand-sub {
color: #4a5b6e;
font-size: 1rem;
letter-spacing: 0.3px;
margin-bottom: 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 25px 0 20px;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: transform 0.2s;
border: 1px solid #eef2f6;
}
.gallery img:hover {
transform: scale(1.01);
}
.gallery-item {
flex: 1 1 180px;
min-width: 140px;
}
.gallery-item img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 16px;
}
.price-area {
background: #f0f4fa;
padding: 16px 22px;
border-radius: 40px;
display: inline-block;
margin: 10px 0 20px;
font-size: 1.8rem;
font-weight: 600;
color: #0b2a41;
letter-spacing: -0.5px;
}
.price-area small {
font-size: 1rem;
font-weight: 400;
color: #3f5568;
margin-left: 8px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #f9fbfd;
border-radius: 20px;
overflow: hidden;
margin: 25px 0 20px;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e2e9f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom