6VdrljuR
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f3f0;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-title {
font-size: 2rem;
font-weight: 600;
margin: 0 0 10px 0;
line-height: 1.2;
color: #1a1a1a;
}
.price-badge {
font-size: 1.8rem;
font-weight: 700;
color: #b8860b;
background: #fef3d9;
display: inline-block;
padding: 8px 24px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px 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 #e5e2dd;
transition: transform 0.2s;
}
.gallery img:hover {
transform: scale(1.01);
}
.gallery-item {
flex: 1 1 200px;
min-width: 150px;
}
.gallery-item.main {
flex: 2 1 350px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px 0;
background: #fafaf8;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 14px 18px;
border-bottom: 1px solid #e8e4de;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #3a3a3a;
width: 40%;
background: #f3f0eb;
}
.specs-table td:last-child {
background: #ffffff;
}
.description {
font-size: 1.05rem;
line-height: 1.6;
margin: 20px 0 25px 0;
padding: 20px 0;
border-top: 1px solid #e0dbd4;
border-bottom: 1