@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

* { font-family: 'Inter', system-ui, sans-serif !important; }

html, body {
  background: #FAF9F6 !important;
  background-image: none !important;
  color: #18181b !important;
}

header {
  background: #FAF9F6 !important;
  border-bottom: 1px solid rgba(228,228,231,0.5) !important;
  box-shadow: none !important;
  height: auto !important;
  padding: 16px 20px !important;
}

header h1 {
  font-family: 'Playfair Display', serif !important;
  color: #1e293b !important;
  font-size: 2.5rem !important;
  font-weight: 600 !important;
}

header p {
  color: #065f46 !important;
  font-size: 1.05rem !important;
  font-style: italic !important;
  margin: 0 !important;
}

.card {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(228,228,231,0.5) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
  outline: none !important;
  text-align: left !important;
  overflow: hidden !important;
}

.card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08) !important;
}

.card img {
  height: 160px !important;
  object-fit: cover !important;
  border-radius: 16px 16px 0 0 !important;
  margin: 0 !important;
}

.card h3 {
  color: #18181b !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  margin: 12px 12px 8px 12px !important;
  height: auto !important;
  display: block !important;
}

.card .price {
  color: #059669 !important;
  font-weight: 700 !important;
  margin: 8px 12px 12px 12px !important;
  text-align: left !important;
}

.card button {
  background: #059669 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
  width: calc(100% - 24px) !important;
  margin: 0 12px 12px 12px !important;
}

.modal-content {
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15) !important;
}

.close-button {
  background: #f4f4f5 !important;
  color: #18181b !important;
}

#cart-sidebar {
  background: #ffffff !important;
  box-shadow: -5px 0 25px rgba(0,0,0,0.08) !important;
}

#cart-sidebar div:first-child {
  background: #059669 !important;
  color: white !important;
}

.lang-btn.active, #lang-switcher button.active {
  background: #059669 !important;
  color: white !important;
  border-color: #059669 !important;
}

footer {
  background: #ffffff !important;
  color: #52525b !important;
  border-top: 1px solid #e4e4e7 !important;
}

footer a {
  color: #52525b !important;
}

footer a:hover {
  color: #059669 !important;
}

#cookie-banner {
  background: #ffffff !important;
  color: #18181b !important;
  border-top: 1px solid #e4e4e7 !important;
}

#cookie-banner button:first-of-type {
  background: #059669 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
}

#cookie-banner button:last-of-type {
  background: #ffffff !important;
  color: #52525b !important;
  border: 1px solid #d4d4d8 !important;
}

.payment-success {
  background: #ecfdf5 !important;
  color: #047857 !important;
  border-left: 4px solid #059669 !important;
}

.payment-error {
  background: #fef2f2 !important;
  color: #991b1b !important;
  border-left: 4px solid #ef4444 !important;
}

.view-image-btn, .kleur-keuze-label {
  background: #059669 !important;
  border: none !important;
  border-radius: 8px !important;
}

.kleur-btn.active {
  background: #059669 !important;
  border-color: #059669 !important;
  color: white !important;
}
