ArbgCgsw
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s;
}
h1 {
font-size: 2.2rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 10px;
color: #1e1e1e;
letter-spacing: -0.3px;
}
.price-badge {
font-size: 2rem;
font-weight: 700;
color: #b12704;
background: #fef1ee;
display: inline-block;
padding: 6px 18px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s;
background: #f0f0f0;
object-fit: cover;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fafbfc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e9ecef;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
background: #f2f4f6;
}
.specs-table td:last-child {
color: #1e2a36;
}
.description-box {
background: #f7f9fc;
padding: 20px 25px;
border-radius: 18px;
margin: 25px 0;
line-height: 1.6;
color: #1f2a36;
border-left: 5px solid #d3232e;
}
.why-buy {
background: #eef3f7;
padding: 20px 25px;
border-radius: