iFm7XQtQ
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f6f2;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
padding: 30px 35px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 10px 0;
color: #1e2a3a;
letter-spacing: -0.3px;
}
.brand-badge {
display: inline-block;
background: #eae6df;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 500;
color: #4a3f35;
margin-bottom: 15px;
}
.gallery-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0 25px 0;
}
.gallery-row img {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 12px;
border: 1px solid #e5e0d8;
background: #fcfaf7;
transition: 0.2s;
}
.gallery-row img:hover {
border-color: #b8a99a;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.price-block {
font-size: 1.8rem;
font-weight: 700;
color: #1f6b4c;
margin: 10px 0 20px 0;
display: flex;
align-items: center;
gap: 12px;
}
.price-block .currency {
font-size: 1.2rem;
font-weight: 400;
color: #4f5b66;
}
.condition-tag {
background: #d9e6d8;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.8rem;
font-weight: 500;
color: #1f4a33;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 20px 0;
background: #faf9f6;
border-radius: 14px;
overflow: hidden;
}
.specs-table td {
padding: 12px 18px;
border-bottom: 1px solid #e8e3db;
font-size: 0.95rem;
}
.specs-table tr:last