r3vo8Qry
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
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: 0.2s;
}
h1, h2, h3 {
margin-top: 0;
font-weight: 500;
color: #1e2a3a;
}
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
}
.gallery {
flex: 1 1 320px;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
background: #f0f2f5;
object-fit: contain;
border: 1px solid #e9edf2;
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 14px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 72px;
height: 72px;
border-radius: 14px;
cursor: default;
border: 1px solid #dce2ea;
background: white;
object-fit: contain;
}
.main-info {
flex: 2 1 400px;
}
.price-badge {
font-size: 2rem;
font-weight: 600;
color: #0b2b4a;
background: #eef3f9;
display: inline-block;
padding: 6px 20px;
border-radius: 40px;
margin: 10px 0 15px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #f9fbfd;
border-radius: 18px;
overflow: hidden;
margin: 20px 0 10px;
}
.specs-table td {
padding: 12px 18px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1f3a5f;
width: 40%;
background: #f2f6fc;
}
.desc-box {
background: #f9fbfd;
padding: 20px 24px;
border-radius