.elementor-kit-4{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#585858;--e-global-color-accent:#272727;--e-global-color-footertext:#FFFFFF;--e-global-color-darkeraccent:#F5B371;--e-global-color-accentbackground:#F5B371;--e-global-typography-titelbovenaan-font-family:"Poppins";--e-global-typography-titelbovenaan-font-size:35px;--e-global-typography-titelbovenaan-font-weight:600;--e-global-typography-widgetitles-font-family:"Poppins";--e-global-typography-widgetitles-font-size:22px;--e-global-typography-widgetitles-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-subtitles-font-family:"Poppins";--e-global-typography-subtitles-font-size:32px;--e-global-typography-subtitles-font-weight:600;--e-global-typography-slogantitel-font-family:"Poppins";--e-global-typography-slogantitel-font-size:15px;--e-global-typography-slogantitel-font-weight:400;--e-global-typography-counter-font-family:"Poppins";--e-global-typography-counter-font-size:50px;--e-global-typography-counter-font-weight:600;--e-global-typography-buttons-font-family:"Poppins";--e-global-typography-buttons-font-size:14px;--e-global-typography-buttons-font-weight:400;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-titelbovenaan-font-size:35px;--e-global-typography-widgetitles-font-size:22px;--e-global-typography-text-font-size:16px;--e-global-typography-subtitles-font-size:32px;--e-global-typography-slogantitel-font-size:15px;--e-global-typography-counter-font-size:50px;--e-global-typography-buttons-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-titelbovenaan-font-size:24px;--e-global-typography-widgetitles-font-size:20px;--e-global-typography-text-font-size:16px;--e-global-typography-subtitles-font-size:24px;--e-global-typography-slogantitel-font-size:14px;--e-global-typography-counter-font-size:50px;--e-global-typography-buttons-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cky-btn-accept {background-color: var( --e-global-color-accent ) !important;border-color: var( --e-global-color-accent ) !important;} .cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {color: var( --e-global-color-accent ) !important;border-color: var( --e-global-color-accent ) !important;} .cky-btn, .cky-notice-des p, .cky-title {font-family: 'Poppins', Sans-serif !important;} .sl-pl-brand-container img{width:300px;height:auto} .sl-pl-bar{background-color:var(--e-global-color-accent)!important}

/* Algemene styling voor de winkelpagina */
.woocommerce-breadcrumb {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.woocommerce-products-header__title {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-result-count {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #444;
  text-align: center;
  margin-bottom: 20px;
}

.woocommerce-ordering {
  text-align: center;
  margin-bottom: 30px;
}

.orderby {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Product grid styling */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.product {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100% !important;
}

.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

.woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 15px 10px 5px;
  text-align: center;
}

.price {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #e67e22;
  text-align: center;
  margin-bottom: 15px;
}

.add_to_cart_button, .product_type_simple {
  font-family: 'Poppins', sans-serif;
  display: block !important;
  text-align: center !important;
  background-color: #F5B371 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 15px !important;
  border: none !important;
  border-radius: 5px !important;
  margin: 15px auto 15px !important;
  width: 70%;
  transition: background-color 0.3s ease;
}

.add_to_cart_button:hover {
  background-color: #d35400;
}

/* Pagination styling */
.woocommerce-pagination {
  text-align: center;
  margin-top: 30px;
}

.page-numbers {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.page-numbers.current {
  font-weight: 600;
  color: #e67e22;
}

.next.page-numbers {
  font-size: 18px;
}

ul.products::before,
ul.products::after {
  display: none !important;
  content: none !important;
}/* End custom CSS */