uv2GBYsb
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
.product-container {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
overflow: hidden;
}
.product-header {
background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
color: white;
padding: 30px;
text-align: center;
}
.product-header h1 {
margin: 0;
font-size: 2em;
letter-spacing: 1px;
}
.product-header .subtitle {
color: #ccc;
margin-top: 10px;
font-size: 1.1em;
price-section {
background: #e8f4e8;
padding: 20px 30px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 15px;
}
.price {
font-size: 2.5em;
font-weight: bold;
color: #2e7d32;
}
.condition {
background: #4caf50;
color: white;
padding: 8px 16px;
border-radius: 20px;
font-weight: 600;
}
.image-gallery {
padding: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.image-gallery: 100%;
border-radius: 8px;
border: 2px solid #eee;
transition: transform 0.3s ease;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.content-section {
padding: 30px;
}
.section-title {
color: #1a1a1a;
border-bottom: 3px solid #333;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 1.5em;
}
.description {
font-size: 1.1em;
line-height: 1.8;
margin-bottom: 3