x2wIPrre
body {
font-family: ‘Source Sans Pro’, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
}
.images {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-bottom: 2rem;
align-items: center;
}
.images img {
max-height: 520px;
max-width: 380px;
width: 100%;
height: auto;
object-fit: contain;
border-radius: 16px;
background: #f1f3f5;
padding: 0.5rem;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
h1 {
font-size: 2rem;
margin: 0 0 0.25rem 0;
line-height: 1.2;
}
.brand {
color: #2b6f9e;
font-weight: 600;
letter-spacing: 0.3px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #1e3c5a;
margin: 0.5rem 0 1rem 0;
}
.price sup {
font-size: 1rem;
top: -0.5em;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
background: #f9fbfd;
border-radius: 16px;
overflow: hidden;
}
.specs-table td {
padding: 0.75rem 1.2rem;
border-bottom: 1px solid #e9edf2;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1e3c5a;
width: 40%;
}
.desc {
font-size: 1.05rem;
line-height: 1.6;
color: #2c3e50;
margin: 1.5rem 0;
background: #f8faff;
padding: 1.5rem 2rem;
border-radius: 20px;
border-left: 5px solid #2b6f9e;
}
.why-buy {
background: #eef4fa;
padding: 1.5rem 2rem;
border-radius: 20px;
margin: 1.8rem 0;
}
.why-buy h3 {
margin-top: 0;