bVw5URtE
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;
}
h1 {
font-size: 2.2rem;
font-weight: 700;
margin: 0 0 8px 0;
color: #1e1e2a;
line-height: 1.2;
}
.brand-sub {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.brand-sub .brand {
font-weight: 500;
color: #5a5a6e;
letter-spacing: 0.3px;
}
.price-tag {
font-size: 2rem;
font-weight: 700;
color: #b12704;
background: #fff0ed;
padding: 6px 18px;
border-radius: 40px;
display: inline-block;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 25px 0 30px 0;
}
.gallery img {
width: 100%;
max-width: 220px;
height: auto;
border-radius: 18px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #eaeef2;
transition: transform 0.2s;
background: #fafafa;
}
.gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px 0;
background: #f9fafc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
color: #1f2937;
width: 35%;
background: #f1f4f9;
}
.specs-table td:last-child {
color: #2d3a4a;
}
.desc-box {
background: #f8faff;
padding: 20px 25px;
border-radius: 20px;
margin: 25px 0;
border-left: 5px solid #d62326