mbrivjuq
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 30px 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.product-gallery {
flex: 1 1 380px;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 16px rgba(0,0,0,0.06);
display: block;
background: #f0f0f0;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 16px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 12px;
cursor: default;
border: 2px solid transparent;
transition: 0.2s;
}
.gallery-thumbs img:hover {
border-color: #b11226;
}
.product-info {
flex: 1 1 400px;
}
.product-title {
font-size: 28px;
font-weight: 700;
margin: 0 0 8px;
line-height: 1.2;
color: #0b0b1a;
}
.price {
font-size: 32px;
font-weight: 700;
color: #b11226;
margin: 12px 0 16px;
}
.price sup {
font-size: 18px;
font-weight: 400;
color: #555;
margin-left: 6px;
text-decoration: line-through;
}
.availability {
background: #e6f7e6;
color: #1e7e34;
display: inline-block;
padding: 6px 16px;
border-radius: 40px;
font-size: 14px;
font-weight: 600;
margin-bottom: 18px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 18px;
font-size: 15px;
}
.specs-table td {
padding: 10px 8px;
border-bottom: 1px solid #e9eef2;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c