MIUQEurn
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 40px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: all 0.2s ease;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
align-items: center;
}
.main-image {
flex: 2;
min-width: 280px;
background: #f0f4f9;
border-radius: 20px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset 0 2px 8px rgba(0,0,0,0.02);
}
.main-image img {
max-width: 100%;
height: auto;
max-height: 320px;
object-fit: contain;
filter: drop-shadow(0 6px 12px rgba(0,0,0,0.08));
}
.thumbnails {
flex: 1;
min-width: 100px;
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
}
.thumbnails img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 16px;
border: 2px solid #e9edf2;
cursor: default;
background: white;
transition: 0.1s;
box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
.product-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
border-bottom: 1px solid #eef2f6;
padding-bottom: 18px;
margin-bottom: 20px;
}
.product-title {
font-size: 28px;
font-weight: 600;
color: #1a2634;
margin: 0;
letter-spacing: -0.3px;
line-height: 1.2;
}
.price-brand {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}
.price {
font-size: 32px;
font-weight: 700;
color: #0f6b3a;
background: #e3f3e9;
padding: 6px 18px;
border-radius: 40px;
letter-spacing: -0.2px;
}
.brand-badge {
background: #dce3ed;
padding: 6px 18px;
border-radius: 40px;
font-weight