RNynK4rt
body {
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 30px 20px;
color: #222;
line-height: 1.6;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1, h2, h3 {
font-weight: 500;
margin-top: 0;
}
.grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery-main {
background: #f2f4f6;
border-radius: 16px;
padding: 20px;
text-align: center;
margin-bottom: 15px;
}
.gallery-main img {
max-width: 100%;
height: auto;
border-radius: 12px;
}
.gallery-thumbs {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 12px;
cursor: default;
border: 2px solid transparent;
background: #e9ecef;
padding: 4px;
}
.product-info {
flex: 1 1 48%;
min-width: 280px;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.2;
}
.brand-badge {
display: inline-block;
background: #eef2f7;
padding: 4px 14px;
border-radius: 30px;
font-size: 0.85rem;
color: #2c3e50;
margin-bottom: 15px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #0a7e3c;
margin: 15px 0 10px;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #5a6a7a;
}
.warranty-badge {
background: #d4edda;
color: #155724;
padding: 6px 16px;
border-radius: 30px;
display: inline-block;
font-size: 0.9rem;
font-weight: 500;
margin: 8px 0 15px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;