jMOYkrul
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f4f6f9;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
width: 100%;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
box-sizing: border-box;
}
h1 {
font-size: 2rem;
margin: 0 0 10px 0;
color: #1a1a2e;
font-weight: 700;
letter-spacing: -0.3px;
}
.product-meta {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: 25px;
margin: 20px 0 30px 0;
}
.image-gallery {
flex: 1 1 280px;
display: flex;
flex-direction: column;
gap: 12px;
}
.main-image {
background: #f0f2f5;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
min-height: 240px;
border: 1px solid #e9ecf0;
}
.main-image img {
max-width: 100%;
max-height: 260px;
object-fit: contain;
display: block;
}
.thumbnails {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.thumb {
width: 70px;
height: 70px;
background: #f0f2f5;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #e0e4e8;
cursor: default;
}
.thumb img {
max-width: 90%;
max-height: 90%;
object-fit: contain;
}
.price-area {
flex: 1 1 250px;
background: #fafbfc;
padding: 20px 25px;
border-radius: 16px;
border: 1px solid #eef1f5;
}
.price {
font-size: 2.4rem;
font-weight: 700;
color: #b12704;
margin: 0 0 5px 0;
line-height: 1.2;
}
.price-label {
font-size: 0.9rem;
color: #5f6b7a;
letter-spacing: 0.3px;
}
.condition-badge {
display: inline-block;
background: #d4edda;
color: #155724;