EzBH6zsb
“`html
body {
font-family: “Helvetica neue”, Helvetica, Verdana, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 30px 20px;
color: #222;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 28px;
font-weight: 700;
color: #0653b9;
margin: 0 0 10px 0;
line-height: 1.2;
}
.brand-sub {
font-size: 16px;
color: #555;
margin-bottom: 20px;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery-grid img {
width: 100%;
max-width: 240px;
height: auto;
border-radius: 12px;
border: 1px solid #e0e0e0;
object-fit: cover;
transition: 0.2s;
}
.gallery-grid img:hover {
box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.price-block {
font-size: 32px;
font-weight: 700;
color: #1e3c72;
margin: 15px 0 20px;
}
.price-block .currency {
font-size: 22px;
vertical-align: super;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td {
padding: 12px 18px;
border-bottom: 1px solid #e9edf2;
font-size: 15px;
}
.specs-table td:first-child {
font-weight: 600;
color: #0653b9;
width: 40%;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.description-text {
font-size: 16px;
line-height: 1.6;
margin: 20px 0 25px;
color: #2c3e50;
}
.why-buy {
background: #f0f5ff;
padding: 20px 25px;
border-radius: 14px;
margin: 25px 0;
}
.why-buy h3 {
color: #0653b9;
margin-top: 0;
font-size: 20px;
}
.why-buy ul {
padding