Nk4LRBvK
body {
font-family: ‘Market Sans’, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #222;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 16px;
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;
line-height: 1.2;
color: #111;
}
.brand-badge {
display: inline-block;
background: #e9ecef;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 500;
color: #2c3e50;
margin-bottom: 15px;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 25px 0 20px;
}
.gallery-grid img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 12px;
border: 1px solid #e5e7eb;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
transition: transform 0.15s ease;
background: #fafafa;
}
.gallery-grid img:hover {
transform: scale(1.02);
}
.price-area {
font-size: 2rem;
font-weight: 700;
color: #0b5e42;
margin: 15px 0 10px;
display: flex;
align-items: center;
gap: 12px;
}
.condition-badge {
background: #d1e7dd;
color: #0f5132;
font-size: 0.9rem;
font-weight: 500;
padding: 4px 14px;
border-radius: 30px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 20px;
background: #f9fafb;
border-radius: 14px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e5e7eb;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 38%;
color: #1f2937;
}
.specs-table td:last-child {
color: #374151;
}
.section-title {
font