.elementor-35659 .elementor-element.elementor-element-1e6001f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ff489f4 */.tp-mega-dropdown {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 36px;
  padding: 24px 28px;
  min-width: 980px;
  background: #fff;
  align-items: start;
}

.tp-mega-col {
  margin: 0;
  padding: 0;
}

.tp-mega-col h4 {
  margin: 0 0 14px !important;
  padding: 0 0 8px !important;
  border-bottom: 1px solid #e5d7bd;
  color: #9d7c42;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
}

.tp-mega-col ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.tp-mega-col ul li {
  margin: 0 0 6px !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.tp-mega-col ul li:last-child {
  margin-bottom: 0 !important;
}

.tp-mega-col ul li a {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 14px !important;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2 !important;
  transition: all .2s ease;
}

.tp-mega-col ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4a062;
}

.tp-mega-col ul li a:hover,
.tp-color-item:hover {
  color: #9d7c42;
}

/* extra reset tegen WordPress/Woodmart spacing */
.tp-mega-col p,
.tp-mega-col ul p,
.tp-mega-col li p {
  margin: 0 !important;
  padding: 0 !important;
}

.tp-mega-col br {
  display: none !important;
}

.tp-color-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 14px;
}

.tp-color-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: 1.25;
  margin: 0 !important;
  padding: 0 !important;
  transition: all .2s ease;
}

.tp-color-dot {
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  display: inline-block;
}

.tp-beige { background: #d7c3a1; border-color: #c9b08a; }
.tp-zwart { background: #111; border-color: #111; }
.tp-wit { background: #f8f8f8; border-color: #d8d8d8; }
.tp-grijs { background: #9b9b9b; border-color: #9b9b9b; }
.tp-taupe { background: #b39b7a; border-color: #b39b7a; }
.tp-bruin { background: #7b5a35; border-color: #7b5a35; }
.tp-antraciet { background: #404040; border-color: #404040; }
.tp-goud { background: #b9922e; border-color: #b9922e; }

/* extra reset voor Woodmart dropdown wrappers */
.wd-sub-menu .tp-mega-dropdown,
.wd-dropdown-menu .tp-mega-dropdown,
.woodmart-html-block .tp-mega-dropdown {
  margin: 0 !important;
}

.wd-sub-menu .tp-mega-dropdown p,
.wd-dropdown-menu .tp-mega-dropdown p,
.woodmart-html-block .tp-mega-dropdown p {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .tp-mega-dropdown {
    min-width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
  }

  .tp-color-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .tp-color-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */