BfPNKQtT
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9f7f4;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 16px;
object-fit: cover;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
margin-bottom: 12px;
}
.gallery-thumbs {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: cover;
cursor: default;
border: 2px solid #eaeaea;
transition: 0.2s;
}
.gallery-thumbs img:hover {
border-color: #b08d6a;
}
.product-info {
flex: 1 1 45%;
min-width: 280px;
}
.brand {
font-size: 0.85rem;
letter-spacing: 2px;
text-transform: uppercase;
color: #8b7355;
margin-bottom: 4px;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 8px 0;
line-height: 1.2;
color: #1a1a1a;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #2b5a3a;
margin: 12px 0 10px;
}
.price sup {
font-size: 1rem;
font-weight: 400;
color: #5a5a5a;
margin-left: 6px;
}
.condition {
display: inline-block;
background: #eef3ea;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.8rem;
font-weight: 600;
color: #2b5a3a;
margin-bottom: 12px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 18px 0 12px;
font-size: