al4GBYst
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: #2d2d2d;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: #fafafa;
}
.product-card {
background: #ffffff;
border-radius: 12-shadow: 0 2px 16px rgba(0,0,0,0.08);
overflow: hidden;
}
.hero-section {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
color: #ffffff;
padding: 40px 35px;
}
.hero-section h1 {
font-size: 1.9em;
margin: 0 0 10px;
line-height: 1.3;
}
.hero-section .tagline {
font-size: 1.05em;
opacity: 0.85;
font-style: italic;
}
.price-badge {
display: inline-block;
background: #e94560;
color: #fff;
padding: 10px 28px;
border-radius: 30px;
font-size: 1.5em: 700;
margin-top: 18px;
}
.content-body {
padding: 35px;
}
.image-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin-bottom: 35px;
}
.image-gallery img {
width: 100%;
border-radius: 10px;
border: 1px solid #eee;
}
.image-placeholder {
background: #f0f0f0;
border: 2px dashed #ccc;
border-radius: 10px;
height: 260px;
display: flex;
align-items: center;
justify-content: center;
color: #999;
font-style: italic;
}
h2 {
color: #16213e;
font-size: 1.4em;
border-bottom solid #e94560;
padding-bottom: 8px;
margin-top: 35px;
margin-bottom: 18px;
}
.description-text {
font-size: 1.02em;
color: #444;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 10px;
}
.specs-table tr:nth-child(even) {
background-color: #f8f9fa;
}
.specs-table td {
padding: 12px 16px;
border-bottom: 1