uqrqhntM
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
overflow: hidden;
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0,0,0,0.05);
background: #f0f2f5;
object-fit: cover;
aspect-ratio: 4/3;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 60px;
border-radius: 12px;
cursor: pointer;
border: 2px solid transparent;
transition: 0.2s;
object-fit: cover;
background: #e9ecf0;
}
.gallery-thumbs img:hover {
border-color: #0056b3;
}
.product-info {
flex: 1 1 48%;
}
.brand {
color: #4a5568;
font-weight: 600;
letter-spacing: 0.3px;
font-size: 0.9rem;
text-transform: uppercase;
margin-bottom: 4px;
}
h1 {
font-size: 1.9rem;
font-weight: 700;
margin: 0 0 10px 0;
line-height: 1.2;
color: #0b1a2e;
}
.price-block {
margin: 18px 0 20px;
display: flex;
align-items: baseline;
gap: 12px;
flex-wrap: wrap;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #0a3d62;
}
.currency {
font-size: 1.2rem;
font-weight: 500;
color: #2d3748;
}
.condition-badge {
background: #e6f7e6;
color: #1f7b4d;
padding: 6px 14px;
border-radius: 40px;
font-weight: 600;
font-size: 0.85rem;
display: inline-block;
}
.short-desc {
font-size: 1.05rem;
color: #2d3748;