cuKkYasS
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
transition: all 0.2s ease;
}
h1 {
font-size: 2.2rem;
font-weight: 600;
margin: 0 0 0.25rem 0;
color: #1e1e1e;
letter-spacing: -0.3px;
}
.brand-sub {
font-size: 1rem;
color: #5a5a5a;
margin-bottom: 1.5rem;
border-bottom: 1px solid #eaeaea;
padding-bottom: 0.75rem;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0b6e4f;
background: #e9f3ef;
display: inline-block;
padding: 0.2rem 1.2rem;
border-radius: 40px;
margin: 0.5rem 0 1.5rem 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1.2rem;
margin: 1.8rem 0 2rem 0;
}
.gallery img {
max-width: 180px;
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s;
border: 1px solid #f0f0f0;
}
.gallery img:hover {
transform: scale(1.02);
}
.desc-box {
background: #f7f9fc;
padding: 1.6rem 2rem;
border-radius: 20px;
margin: 1.8rem 0;
line-height: 1.6;
color: #2c2c2c;
font-size: 1.05rem;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0 2rem 0;
background: #fafbfc;
border-radius: 16px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 0.9rem 1.2rem;
text-align: left;
border-bottom: 1px solid #e6e9ed;
}
.specs-table th {
background: #f0