Sh31YWrx
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f4f6f9;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 40px;
}
.product-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 10px;
color: #0b2b4a;
border-bottom: 2px solid #e0e7ef;
padding-bottom: 15px;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #c0392b;
background: #fef0ef;
display: inline-block;
padding: 8px 20px;
border-radius: 40px;
margin: 15px 0 20px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
}
.gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 16px;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 10px rgba(0,0,0,0.03);
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9fafc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 14px 18px;
border-bottom: 1px solid #e6ecf3;
text-align: left;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table th {
background: #eef2f7;
font-weight: 600;
width: 35%;
color: #1f3a5f;
}
.desc-section {
background: #fafcff;
padding: 20px 25px;
border-radius: 18px;
margin: 25px 0;
border-left: 5px solid #2c7be5;
line-height: 1.7;
}
.why-buy {
background: #f0f7fe;
padding: 20px 25px;
border-radius: 18px;
margin: 25px 0;
}
.why-buy ul {
list-style: none;
padding-left: