.elementor-kit-11{--e-global-color-primary:#CCFFCC;--e-global-color-secondary:#FFCCE6;--e-global-color-text:#5C705C;--e-global-color-accent:#84C284;--e-global-color-da23dd6:#FFFFFF;--e-global-color-5e4e92d:#DD63A1;--e-global-color-c78d777:#84C284;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-accent );font-size:17px;font-weight:700;color:var( --e-global-color-da23dd6 );border-radius:0px 0px 0px 0px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-5e4e92d );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-5e4e92d );}.elementor-kit-11 a:hover{color:var( --e-global-color-text );}.elementor-kit-11 h3{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ✅ Succesmelding */
.woocommerce-message {
  background-color: #ffe6f0 !important; /* zachtroze achtergrond */
  border: 1px solid #DD63A1 !important;
  color: #000 !important; /* zwarte tekst */
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce-message::before {
  color: #DD63A1 !important; /* vinkje */
}

/* ⚠️ Foutmelding */
.woocommerce-error {
  background-color: #ffe6f0 !important;
  border: 1px solid #DD63A1 !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce-error::before {
  color: #DD63A1 !important;
}

/* ℹ️ Informatieve melding */
.woocommerce-info {
  background-color: #ffe6f0 !important;
  border: 1px solid #DD63A1 !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce-info::before {
  color: #DD63A1 !important;
}


.woocommerce-message .button,
.woocommerce-message .button.alt,
.woocommerce-message .woocommerce-button,
.woocommerce-error .button,
.woocommerce-error .button.alt,
.woocommerce-error .woocommerce-button,
.woocommerce-info .button,
.woocommerce-info .button.alt,
.woocommerce-info .woocommerce-button {
  background-color: #DD63A1 !important; /* roze standaard */
  color: #fff !important;              /* witte letters */
  border: none !important;             /* geen rand */
  border-radius: 0 !important;         /* scherpe hoeken */
  transition: all 0.3s ease !important;
}

.woocommerce-message .button:hover,
.woocommerce-message .button.alt:hover,
.woocommerce-message .woocommerce-button:hover,
.woocommerce-error .button:hover,
.woocommerce-error .button.alt:hover,
.woocommerce-error .woocommerce-button:hover,
.woocommerce-info .button:hover,
.woocommerce-info .button.alt:hover,
.woocommerce-info .woocommerce-button:hover {
  background-color: #f9b9d3 !important;  /* iets feller lichtroze */
  color: #fff !important;
  border: none !important;
}



/* Extra styling voor product stock  */
.woocommerce div.product .stock {
  color: #414D41 !important;
}








/* Stijl voor de SALE badge */
.woocommerce span.onsale {
  background-color: #DD63A1; /* jouw kleur */
  color: #ffffff; /* witte tekst */
  border-radius: 200px; /* maakt het rond */
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
}







input[value="geen-categorie"] {
  display: none !important;
}

input[value="geen-categorie"] + label {
  display: none !important;
}

input[value="voorpagina-selectie"] {
  display: none !important;
}

input[value="voorpagina-selectie"] + label {
  display: none !important;
}







/* Titel van het product donkergroen */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    color: #5C705C; /* donkergroen */
}

/* Prijs roze */
.woocommerce ul.products li.product .price {
    color: #DD63A1; /* roze */
}

/* Knop – standaard: roze achtergrond, witte tekst */
.woocommerce ul.products li.product .button {
    background-color: #DD63A1; /* roze */
    color: #ffffff;
    border: none;
    transition: background-color 0.3s ease;
}

/* Knop – hover: donkergroen achtergrond, witte tekst */
.woocommerce ul.products li.product .button:hover {
    background-color: #5C705C; /* donkergroen */
    color: #ffffff;
}






/* Standaard paginering – transparant met roze tekst */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background-color: transparent;
    color: #DD63A1;
    border: 1px solid #DD63A1;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

/* Hover effect – roze achtergrond, witte tekst */
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #DD63A1;
    color: #ffffff;
    border-color: #DD63A1;
}

/* Actieve pagina – roze achtergrond, witte tekst */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #DD63A1;
    color: #ffffff;
    border-color: #DD63A1;
}



.elementor-widget-fibosearch .dgwt-wcas-search-input,
.elementor-widget-fibosearch .dgwt-wcas-search-submit {
    border-radius: 0 !important;
}/* End custom CSS */