/* 🎨 Algemene stijlen */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

p {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #1a1a1a;
  line-height: 1.8;
  margin-bottom: 1.2em;
  letter-spacing: 0.3px;
}




body {
  font-family: 'Poppins', sans-serif;
  background-color: #fdfae1;
}

/* ✅ Hero-tekst (i.p.v. globale ) */
.hero-text {
  background-color: #000000;
  color: #ffff00;
  border: 4px solid #ffd700;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

/* 🌟 Titels */
h2, h3, h4, h5, h6 {
  color: #000000;
}

/* 🌱 Productblokken */
.wc-block-product-template__responsive > li,
.woocommerce ul.products li.product,
.wc-block-components-order-summary-item {
  background-color: #ffffff;
  border: 3px solid #000000;
  border-radius: 5px;
  opacity: 1;
  margin-bottom: 20px;
}

.woocommerce ul.products li.product:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(255, 215, 0, 0.3);
  transition: 0.3s ease;
  z-index: 2;
}

/* 🟨 Producttitels (geel) */
.wp-block-post-title :where(a):link,
.wp-block-post-title :where(a):visited,
.wp-block-post-title :where(a):hover,
.wp-block-post-title :where(a):active {
  color: #FFD700 !important;
}

/* 🛒 Winkelwagen & afrekenen */
.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  background-color: #000000;
  color: #ffff00;
  border: 4px solid #ffd700;
  border-radius: 8px;
  padding: 20px;
  border-spacing: 15px;
  border-collapse: separate;
}

/* 🟨 Winkelwagenknop */
a.wc-block-cart__submit-button,
body.page-id-9 .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background-color: #ffd700 !important;
  color: #000000 !important;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s, transform 0.2s;
  margin-top: 20px;
}

a.wc-block-cart__submit-button:hover,
body.page-id-9 .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  background-color: #ffcc00 !important;
  color: #ffffff !important;
  transform: scale(1.03);
}

/* 🧾 Checkout blokken */
.wc-block-components-order-summary__heading,
.wc-block-components-totals-coupon,
.wc-block-components-totals-footer-item,
.wc-block-components-totals-item,
.wc-block-components-panel__button {
  background-color: #000000 !important;
  color: #ffff00 !important;
  border: 3px solid #ffff00;
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: bold;
}

.wc-block-components-panel__button:hover {
  background-color: #111111;
}

/* 🧍‍♂️ Formulieren */
#billing,
#contact {
  background-color: #000000;
  color: #ffff00;
  padding: 20px;
  border: 3px solid #ffff00;
  border-radius: 8px;
}

#billing label,
#contact label {
  color: #ffff00;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#billing input,
#contact input[type="email"],
.wc-block-components-text-input input,
.wc-blocks-components-select__select {
  background-color: #000000;
  color: #ffff00;
  border: 2px solid #ffff00;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
}

#billing input:focus,
#billing select:focus,
#contact input[type="email"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 0, 0.5);
}

#billing input::placeholder {
  color: #cccc00;
}

.wc-block-checkout__add-note .wc-block-components-checkbox__label,
.wc-block-checkout__terms .wc-block-components-checkbox__label {
  background-color: #000000;
  color: #ffff00;
  border: 2px solid #ffff00;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
}

/* 🧩 Sidebar & filters */
aside#sidebar {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(255, 223, 0, 0.3);
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.wpc-filter-header .widget-title,
.wpc-filters-section .wpc-filter-title,
.wpc-filters-widget-containers-wrapper .wpc-filter-set-widget-title h3.widget-title {
  font-size: 16px !important;
  font-weight: bold;
  color: #ffd700 !important;
  margin: 12px 0;
  text-transform: uppercase;
  text-align: center;
}

.wpc-filter-term-name {
  color: #ffffff;
  background-color: #2c2c2c;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 6px 0;
  display: block;
  cursor: pointer;
  transition: 0.2s ease;
  font-weight: 500;
  border: 1px solid transparent;
}

.wpc-filter-term-name:hover,
.wpc-filter-term-name.wpc-term-active {
  background-color: #ffd700;
  color: #000;
  transform: scale(1.03);
  font-weight: bold;
  border-color: #ffd700;
}

.wpc-filters-widget-content input[type="number"] {
  background-color: #2c2c2c;
  border: 1px solid #ffd700;
  color: #fff;
  padding: 6px;
  border-radius: 6px;
  width: 60px;
}

.wpc-filters-widget-content input[type="range"]::-webkit-slider-thumb,
.wpc-filters-widget-content input[type="range"]::-moz-range-thumb {
  background: #ffd700;
}

.wpc-filters-scroll-container {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffd700 #1a1a1a;
}

.wpc-filters-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.wpc-filters-scroll-container::-webkit-scrollbar-thumb {
  background-color: #ffd700;
  border-radius: 3px;
}

.wpc-posts-found {
  display: none !important;
}

/* Algemene stijl voor FAQ-details */
.wp-block-details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 18px;
  border: 2px solid #3a454b;
  background-color: #f9f9f9;
  border-radius: 8px;
  position: relative;
  list-style: none;
  transition: background-color 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Hover-effect op summary */
.wp-block-details summary:hover {
  background-color: #eef2f3;
  border-color: #2e8b57;
}

/* Pijltje-icoon rechts */
.wp-block-details summary::after {
  content: "▼";
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

/* Draai het pijltje als open */
.wp-block-details[open] summary::after {
  transform: rotate(180deg);
}

/* Inhoud van details */
.wp-block-details p,
.wp-block-details ul {
  padding: 10px 18px 20px;
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Border en achtergrond van uitgeklapte inhoud */
.wp-block-details[open] {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  margin-bottom: 16px;
}