NkA8eeq7
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
.product-container {
background: #fff;
border-radius: 12px;
padding: 30px;
box-shadow: 0 2px 15,0,0,0.08);
}
h1 {
color: #1a1a2e;
font-size: 1.8em;
margin-bottom: 5px;
}
h2 {
color: #16213e;
border-bottom: 2px solid #e94560;
padding-bottom: 8px;
margin-top: 35px;
font-size: 1.4em;
}
h3 {
color: #0f3460;
}
.brand-name {
color: #e94560;
font-weight: 600;
}
.price {
font-size: 2em;
color: #e94560;
font-weight: bold;
margin: 10px 0;
}
.condition-badge {
display: inline-block;
background: #27ae60;
color: white;
4px 14px;
border-radius: 20px;
font-size: 0.85em;
font-weight: 600;
margin-bottom: 15px;
}
.image-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
margin: 20px 0;
}
.image-gallery img {
width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid #eee;
transition: transform 0.3s ease;
}
.image-gallery img:hover {
transform: scale(1.02);
}
table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
table tr:nth-child(even) {
background-color: #f8f9fa;
}
table td {
padding: 12px 1 border-bottom: 1px solid #eee;
}
table td:first-child {
font-weight: 600;
color: #555;
width: 40%;
}
.why-buy {
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
padding: 25px;
border-radius: 10px;
border-left: 4px solid #e94560;
}