kKf49sv3
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f9f9f9;
margin: 0;
padding: 20px;
color: #222;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2rem;
font-weight: 600;
margin: 0 0 10px 0;
color: #1a1a1a;
letter-spacing: -0.5px;
}
.brand-tag {
display: inline-block;
background: #f0f0f0;
padding: 4px 14px;
border-radius: 20px;
font-size: 0.85rem;
color: #555;
margin-bottom: 20px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #b12704;
margin: 15px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
border: 1px solid #eaeaea;
}
.gallery img:hover {
transform: scale(1.02);
}
.description {
line-height: 1.7;
font-size: 1.05rem;
color: #333;
margin: 20px 0 30px 0;
background: #fafafa;
padding: 20px 25px;
border-radius: 12px;
border-left: 4px solid #c49a6c;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #fcfcfc;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #eaeaea;
}
.specs-table th {
background: #f3f3f3;
font-weight: 600;
color: #1a1a1a;
width: 35%;
}
.specs-table td {
color: #444;
}
.why-buy {
background: #f4f8f6;
padding: 20px 25px;
border-radius: 12