9mPeLruN
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9fafb;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
transition: all 0.2s;
}
h1 {
font-size: 2rem;
font-weight: 600;
color: #1e293b;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
line-height: 1.3;
}
.brand-badge {
display: inline-block;
background: #eef2ff;
color: #4f46e5;
font-size: 0.85rem;
font-weight: 600;
padding: 0.2rem 1rem;
border-radius: 30px;
margin-bottom: 1rem;
}
.price-block {
font-size: 2.2rem;
font-weight: 700;
color: #0f172a;
margin: 0.8rem 0 1.2rem 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 1.5rem 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #e9eef3;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.01);
}
.gallery-main {
flex: 2 1 400px;
}
.gallery-thumbs {
flex: 1 1 180px;
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.gallery-thumbs img {
width: 100%;
border-radius: 12px;
cursor: default;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 2rem 0 1.5rem 0;
background: #f8fafc;
border-radius: 16px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 0.9rem 1.2rem;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}
.specs-table th {
background: #f1f5f9;
font-weight: 600;
color: #1e293b;
width: