pSjntvqH
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f6f8fa;
margin: 0;
padding: 30px 20px;
color: #1e2a3a;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gallery {
flex: 1 1 380px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
background: #f0f2f5;
display: block;
margin-bottom: 12px;
}
.gallery-thumbs {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 14px;
cursor: default;
border: 1px solid #e9edf2;
}
.main-info {
flex: 2 1 400px;
}
h1 {
font-size: 28px;
font-weight: 600;
margin: 0 0 8px 0;
letter-spacing: -0.3px;
color: #0b1a2b;
}
.brand-badge {
display: inline-block;
background: #eef2f7;
padding: 4px 14px;
border-radius: 40px;
font-size: 14px;
color: #2c3e50;
margin-bottom: 12px;
}
.price {
font-size: 32px;
font-weight: 700;
color: #1a3b5c;
margin: 12px 0 10px 0;
}
.price small {
font-size: 16px;
font-weight: 400;
color: #5e6f7e;
margin-left: 6px;
}
.availability {
background: #dff0e0;
color: #1f6b3a;
padding: 6px 16px;
border-radius: 40px;
font-size: 14px;
font-weight: 500;
display: inline-block;
margin-bottom: 18px;
}
.desc-text {
line-height: 1.6;
color: #1e2f3f;
margin: 20px 0 18px 0;
font-size: 16px;
border-left: 4px solid #b0c7db;