MflDrctk
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9f9f9;
margin: 0;
padding: 2rem 1rem;
color: #222;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 0.3rem;
color: #1e1e1e;
}
.brand-sub {
font-size: 1rem;
color: #666;
margin-bottom: 1.5rem;
letter-spacing: 0.3px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #b12704;
margin: 0.5rem 0 1.5rem 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.5rem 0 2rem 0;
}
.gallery img {
width: 100%;
max-width: 240px;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
cursor: pointer;
object-fit: cover;
}
.gallery img:hover {
transform: scale(1.02);
}
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 2.5rem;
margin: 2rem 0;
}
.specs-box {
flex: 1 1 300px;
background: #f4f6f8;
border-radius: 16px;
padding: 1.5rem 1.8rem;
}
.specs-box h2 {
font-size: 1.3rem;
margin-top: 0;
border-bottom: 2px solid #ddd;
padding-bottom: 0.5rem;
}
.specs-table {
width: 100%;
border-collapse: collapse;
}
.specs-table td {
padding: 0.6rem 0;
border-bottom: 1px solid #e2e2e2;
font-size: 0.95rem;
}
.specs-table td:first-child {
font-weight: 600;
width: 45%;
color: #333;
}
.specs-table td:last-child {
color: #555;
}
.desc-box {
flex: 2 1 400px;
}
.desc-box h2 {
font-size