4L7TYVrS
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s;
}
h1, h2, h3 {
font-weight: 500;
margin-top: 0;
}
.flex-row {
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: 20px;
background: #f0f2f5;
object-fit: contain;
aspect-ratio: 1/1;
border: 1px solid #eaeef2;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.thumbnails {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap;
}
.thumbnails img {
width: 80px;
height: 80px;
border-radius: 14px;
cursor: default;
border: 1px solid #dee2e6;
background: white;
object-fit: contain;
padding: 4px;
}
.main-info {
flex: 1 1 48%;
min-width: 280px;
}
.price {
font-size: 2.2rem;
font-weight: 600;
color: #0b2b3c;
margin: 10px 0 15px;
letter-spacing: -0.5px;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5e6f7d;
margin-left: 8px;
}
.badge {
background: #d4edda;
color: #0b5e2e;
padding: 6px 14px;
border-radius: 40px;
font-size: 0.85rem;
font-weight: 600;
display: inline-block;
margin-bottom: 12px;
letter-spacing: 0.3px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 10px;
background: #f9fbfd;
border-radius: 16px;
overflow: hidden;
}
.specs-table td {
padding: 12px 16