r8gqKct1
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-header {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #e8ecf1;
padding-bottom: 25px;
}
.image-gallery {
flex: 1 1 380px;
display: flex;
flex-direction: column;
gap: 12px;
}
.main-image {
background: #f0f3f8;
border-radius: 12px;
padding: 20px;
text-align: center;
min-height: 250px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #dce1e9;
}
.main-image img {
max-width: 100%;
max-height: 280px;
object-fit: contain;
}
.thumbnails {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.thumbnails img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 8px;
border: 2px solid transparent;
cursor: pointer;
background: #f0f3f8;
transition: border 0.2s;
}
.thumbnails img:hover {
border-color: #2b6cb0;
}
.product-info {
flex: 1 1 400px;
}
.product-title {
font-size: 26px;
font-weight: 700;
margin: 0 0 8px 0;
line-height: 1.3;
color: #0b1a2e;
}
.brand {
font-size: 15px;
color: #4a5568;
margin-bottom: 10px;
}
.brand strong {
color: #1a202c;
}
.price {
font-size: 32px;
font-weight: 700;
color: #1f6f3b;
margin: 12px 0 10px 0;
}
.price sup {
font-size: 18px;
top: -0.5em;
}
.condition {
display: inline-block;
background: #e6f7ed;
color: #1f6f3b;
padding: 4px 14px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
}
.short-desc {
background: #f8faf