T6yblkst
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f3f0;
margin: 0;
padding: 2rem 1rem;
color: #1e1e1e;
}
.product-card {
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
overflow: hidden;
padding: 2rem 2.5rem;
}
@media (max-width: 700px) {
.product-card { padding: 1.5rem; }
}
.product-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2.5rem;
}
@media (max-width: 800px) {
.product-grid { grid-template-columns: 1fr; }
}
.gallery {
display: