SSTNNvqo
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: #333;
background-color: #f5f5f5;
}
.product-container {
max-width: 960px;
margin: 30px auto;
background: #fff;
border-radius: 1 box-shadow: 0 4px 20px rgba(0,0,0,0.08);
overflow: hidden;
}
.product-header {
background: linear-gradient(135deg, #1a1a2e, #16213e);
color: #fff;
padding: 30px 40px;
}
.product-header h1 {
font-size: 1.8em;
font-weight: 700;
margin-bottom: 5px;
}
.brand-badge {
display: inline-block;
background: rgba(255,255,255,0.15);
padding: 4px 14px;
border-radius: 20px;
font-size: 0.85em;
margin-top: 8px;
}
.product-body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}
.gallery: 30px;
background: #fafafa;
}
.main-image {
width: 100%;
border-radius: 10px;
border: 1px solid #e0e0e0;
margin-bottom: 15px;
}
.thumbnail-row {
display: flex;
gap: 10px;
}
.thumbnail-row img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 8px;
border: 2px solid transparent;
cursor: pointer;
transition: border-color 0.2s;
}
.thumbnail-row img:hover {
border-color: #1a1a2e;
}
.info-section {
padding: 30px;
}
.price-box {
background: #fff3e0;
border: 2px solid #ff9800;
border-radius: 10px;
padding: 1px 20px;
margin-bottom: 20px;
text-align: center;
}
.price-box .price {
font-size: 2em;
font-weight: 800;
color: #e65100;
}
.price-box .condition {
font-size: 0.85em;
color: #6d4c41;
margin-top: 2px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin-bottom: