c8TVZHtt
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 {
font-weight: 500;
margin-top: 0;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin-bottom: 10px;
color: #1e1e1e;
letter-spacing: -0.3px;
}
.brand-sub {
color: #555;
font-size: 1rem;
margin-bottom: 20px;
border-bottom: 1px solid #eaeef2;
padding-bottom: 12px;
}
.price-block {
background: #f0f4f9;
padding: 12px 20px;
border-radius: 40px;
display: inline-block;
margin: 10px 0 20px 0;
font-size: 1.8rem;
font-weight: 600;
color: #0b2b3c;
}
.grid-2col {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 25px 0 20px;
}
.gallery {
flex: 1.1;
min-width: 260px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0,0,0,0.05);
background: #fafafa;
object-fit: cover;
border: 1px solid #eef2f6;
}
.thumb-grid {
display: flex;
gap: 12px;
margin-top: 14px;
flex-wrap: wrap;
}
.thumb-grid img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 14px;
cursor: default;
border: 1px solid #e2e8f0;
transition: 0.1s;
}
.specs-desc {
flex: 1.2;
min-width: 280px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #f9fbfd;
border-radius: 18px;
overflow: hidden;
margin: 15px 0 20px;
}
.specs-table td {
padding