gU0gvvqz
“`html
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f3f0;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 0;
margin-bottom: 8px;
color: #2c3e50;
}
.brand-sub {
font-size: 1rem;
color: #5a6b7a;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 12px;
}
.brand-sub span {
background: #eae7e2;
padding: 4px 12px;
border-radius: 30px;
font-weight: 500;
font-size: 0.85rem;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #b45f2b;
margin: 15px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 30px;
}
.image-gallery img {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #ddd;
background: #fafafa;
transition: transform 0.2s;
}
.image-gallery img:hover {
transform: scale(1.02);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.image-gallery .placeholder-img {
display: flex;
align-items: center;
justify-content: center;
background: #f0ede8;
color: #7a7a7a;
font-size: 0.85rem;
text-align: center;
padding: 10px;
border-radius: 12px;
width: 180px;
height: 180px;
border: 1px dashed #bbb;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #f9f8f6;
border-radius: 12px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e2ddd6;
}
.specs-table th {
background: #eae5de;
font-weight: