QyJzgHtK
body {
font-family: ‘Nunito’, ‘Helvetica Neue’, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #4a4a4a;
background-color: #fafafa;
margin: 0;
padding: 20px;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 8px 24px rgba(0,0,0,0.05);
padding: 30px 30px 40px;
}
h1, h2, h3 {
font-weight: 600;
margin-top: 0;
}
.product-title {
font-size: 1.9rem;
font-weight: 700;
margin-bottom: 0.25rem;
color: #222;
}
.brand-sub {
font-size: 1rem;
color: #6b6b6b;
margin-bottom: 1.5rem;
border-bottom: 1px solid #eee;
padding-bottom: 0.75rem;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 30px;
}
.gallery-grid img {
width: 100%;
max-width: 180px;
border-radius: 14px;
border: 1px solid #eaeaea;
transition: 0.2s;
box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.gallery-grid img:hover {
box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}
.price-block {
font-size: 1.8rem;
font-weight: 700;
color: #1f7b4d;
background: #f0f9f2;
display: inline-block;
padding: 6px 20px;
border-radius: 40px;
margin: 10px 0 20px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #f9fafc;
border-radius: 16px;
overflow: hidden;
margin: 25px 0;
}
.specs-table td {
padding: 12px 18px;
border-bottom: 1px solid #e6e9ed;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600