RJ3nxctT
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e293b;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
line-height: 1.2;
}
.brand-badge {
display: inline-block;
background: #e6f0fa;
color: #1a4a7a;
font-weight: 600;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.9rem;
margin-bottom: 15px;
}
.price-area {
font-size: 2rem;
font-weight: 700;
color: #0b3b5c;
margin: 15px 0 10px;
}
.price-area small {
font-size: 1rem;
font-weight: 400;
color: #5f6c80;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #e9edf2;
flex: 1 1 180px;
object-fit: cover;
max-height: 220px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 16px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 40%;
color: #1e3a5f;
}
.desc-box {
background: #f8fafd;
padding: 20px 24px;
border-radius: 14px;
margin: 20px 0;
border-left: 4px solid #2b6c9e;
}
.why-buy {
list-style: none;
padding: 0;
margin: 20px 0;
}
.why-buy li {