XRcqdxC1
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f6f2;
margin: 0;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1000px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 2rem 2.5rem;
transition: 0.2s;
}
@media (max-width: 600px) {
.product-card { padding: 1.5rem; }
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 2rem;
justify-content: center;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
object-fit: cover;
width: 280px;
}
.gallery img:first-child {
width: 100%;
max-width: 500px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin: 0 0 0.25rem 0;
color: #1e1e1e;
letter-spacing: -0.01em;
}
.price-badge {
font-size: 2rem;
font-weight: 700;
color: #2a5c3e;
background: #e9f0eb;
display: inline-block;
padding: 0.2rem 1.2rem;
border-radius: 40px;
margin: 0.5rem 0 1rem 0;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.8rem 0;
background: #fafaf9;
border-radius: 16px;
overflow: hidden;
}
.specs-table td {
padding: 0.75rem 1.2rem;
border-bottom: 1px solid #eae7e0;
vertical-align: top;
}
.specs-table tr:last-child td { border-bottom: none; }
.specs-table td:first-child {
font-weight: 600;
color: #3a3a3a;
width: 38%;
background: #f3f1ed;
}
.desc-box {
background: #fcf9f5;
padding: 1.5rem 2rem;
border-radius: 20px;
margin: 1.5rem 0;
border-left: 4px solid #7a5c3a;
}
.why-buy {
background: #f4f7f4;
border-radius: 20px;
padding: 1.5rem 2rem;
margin: 1.8rem 0;
}
.why-buy ul {
list-style: none