@charset "UTF-8";
/************************/
/***   BREAKPOINTS   ****/
/************************/
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: 100% !important;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-product-gallery__wrapper {
  mix-blend-mode: multiply;
}
.productgrid__price {
  font-weight: bold;
  color: var(--color-primary-dark);
}
.productgrid__title {
  margin: 0 !important;
}
#uc_archive_pagination_elementor32107 .page-numbers {
  padding-top: 2px;
}
.toggle-icon--cart-medium {
  height: 0;
  overflow: hidden;
}
.navbar__id {
  text-align: center;
  gap: 0;
}
.navbar__id .page-titel {
  font-size: var(--step-4);
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: var(--space-xs);
}
.navbar__id .breadcrumb {
  font-size: 14px;
}
body.home .navbar__id .breadcrumb, body.home .navbar__id .page-titel {
  display: none;
}
.wc-category-grid > div > div > ul {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
  gap: var(--space-s) !important;
}
@media (min-width: 767px) {
  .wc-category-grid > div > div > ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
}
.wc-category-grid > div > div > ul li {
  padding: var(--space-s) !important;
}
.wc-category-grid > div > div > ul li a {
  padding: 0 !important;
}
.navbar__wishlist {
  position: relative;
}
.wishlist-count {
  position: absolute;
  left: -12px;
  top: -8px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: orange;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 12px;
}
.jet-wishlist__content .add_to_cart_button {
  text-align: center;
  margin: 12px;
}
.jet-wishlist__content .jet-wishlist-thumbnail-default {
  gap: var(--space-m);
  padding: 0;
}
.jet-wishlist__content .jet-woo-products__item {
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
}
.jet-wishlist__content .jet-woo-products__item .jet-cw-thumbnail {
  aspect-ratio: 1;
  display: block;
}
.jet-wishlist__content .jet-woo-products__item .jet-cw-thumbnail img {
  aspect-ratio: 1;
  width: 100%;
}
.jet-wishlist__content .jet-woo-products__item .hovered-content {
  text-align: center;
  padding-bottom: 1rem;
}
.jet-wishlist__content .icon.jet-cw-icon {
  background: var(--color-primary);
  color: white;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}
.jet-wishlist-thumbnail-default {
  display: grid;
  gap: var(--space-s);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
/************************/
/**     categorieen    **/
/************************/
.webchimp .elementor-widget-wc-categories ul {
  text-align: center;
}
.webchimp .elementor-widget-wc-categories ul li.product-category {
  background: var(--color-primary-30);
  color: var(--color-text);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1rem !important;
}
.webchimp .elementor-widget-wc-categories ul li.product-category img {
  display: none !important;
}
.webchimp .elementor-widget-wc-categories ul li.product-category .count {
  display: none !important;
}
/******************************/
/****  DEFAULT MENU STYLES ****/
/******************************/
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  transition: 0.2s;
  padding: 4px 0;
}
.menu ul .sub-menu {
  font-size: 0.9rem;
  min-width: 220px;
}
.navbar__main .navbar__menu .sub-menu {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
/***********/
/* level 1 */
/***********/
.menu--horizontal > ul {
  display: flex;
  justify-content: center;
  gap: var(--space-xxs);
}
.menu--horizontal > ul > li {
  position: relative;
  display: flex;
}
.menu--horizontal > ul > li > ul > li {
  position: relative;
}
.menu--horizontal > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
}
.menu--horizontal > ul > li > ul > li > ul > li {
  position: relative;
}
.menu--horizontal > ul > li > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
}
/* border separator + hover */
.menu--horizontal > ul > li > ul > li, .menu--horizontal > ul > li > ul > li > ul > li, .menu--horizontal > ul > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #eee;
  transition: 0.2s;
}
.menu--horizontal > ul > li > ul > li:last-child, .menu--horizontal > ul > li > ul > li > ul > li:last-child, .menu--horizontal > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.menu--horizontal > ul > li > ul > li:hover, .menu--horizontal > ul > li > ul > li > ul > li:hover, .menu--horizontal > ul > li > ul > li > ul > li > ul > li:hover {
  background: #efefef;
}
/**********************************/
/* Horizontale navigation submenu */
/**********************************/
.menu--horizontal ul ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 2px;
}
.menu--horizontal ul li.menu-right ul {
  left: auto;
  right: 0;
}
.menu--horizontal ul li.menu-right ul:after {
  content: "";
  border-width: 6px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  position: absolute;
  left: auto;
  right: 14px;
  top: -12px;
  display: block;
}
.menu--horizontal ul li.menu-right ul ul {
  left: auto;
  right: 0;
}
.menu--horizontal ul li.menu-right ul ul:after {
  content: "";
  border-width: 6px;
  border-color: transparent transparent transparent white;
  border-style: solid;
  position: absolute;
  left: auto;
  right: -12px;
  top: 12px;
  display: block;
}
/*********/
/* arrow */
/*********/
.menu--horizontal > ul > li > ul:after {
  content: "";
  border-width: 6px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  position: absolute;
  left: 14px;
  top: -12px;
  display: block;
}
/* deze standaard toevoegen? */
.navbar__main .menu-fullgrid {
  position: static !important;
}
.navbar__main .menu-fullgrid:hover ul.sub-menu {
  display: grid;
  gap: var(--space-s);
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
}
.navbar__main .menu-fullgrid:hover ul.sub-menu:after {
  content: none;
}
.navbar__main .menu-fullgrid ul.sub-menu {
  padding: var(--space-s);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
/***********************/
/* switch to the right */
/***********************/
.menu--right.menu--horizontal > ul > li > ul > li > ul {
  right: 100%;
  left: auto;
}
.menu--right.menu--horizontal > ul > li > ul > li > ul > li > ul {
  right: 100%;
  left: auto;
}
.menu--right ul ul {
  right: 0;
  left: auto;
}
.menu--right > ul > li > ul:after {
  right: 14px;
  left: auto;
}
.menu--horizontal ul ul a {
  color: var(--color-text);
  padding: 0.6rem 1rem;
}
/******************************/
/* Enable Dropdowns on Hover */
/******************************/
.menu--horizontal ul li:hover > ul {
  display: block;
}
.menu--horizontal ul ul ul {
  left: 180px;
}
.menu--horizontal ul li.menu-right ul ul {
  right: 100%;
}
/*  HORIZONTAL NAVIGATION SUBSUBMENU  */
/* Dropdown symbol */
.menu--horizontal > ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(123,182,168,1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>') no-repeat center bottom;
  background-size: contain;
  color: var(--color-primary);
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transform: translateY(3px);
}
/* arrow right sub sub items */
.menu--horizontal > ul > li > ul li.menu-item-has-children > a:after {
  content: " ";
  background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(123,182,168,1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right-icon lucide-chevron-right"><path d="m9 18 6-6-6-6"/></svg>') no-repeat center bottom;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0.5rem;
  top: 11px;
}
/*********************************/
/*  VERTICAL NAVIGATION SUBMENU  */
/*********************************/
.menu--vertical ul li {
  display: block;
  font-size: 1.2rem;
  position: relative;
  transition: 0.2s;
}
.menu--vertical ul li:not(.submenu-open) {
  border-bottom: 1px solid #ccc;
}
.c-white .menu--vertical ul li:not(.submenu-open) {
  border-bottom: 1px solid #999;
}
.menu--vertical ul li:hover {
  cursor: pointer;
}
.menu--vertical ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
}
.menu--vertical ul li a:hover {
  opacity: 0.6;
}
.menu--vertical ul li ul {
  display: block;
}
.menu--vertical ul li .sub-menu {
  border: 1px solid white;
  overflow: hidden;
  max-height: none !important;
  border-radius: 8px;
  min-width: 220px;
}
.c-white .menu--vertical ul li .sub-menu {
  background: rgba(254, 254, 254, 0.1);
}
.menu--vertical ul li .sub-menu li:first-child {
  margin-top: 0.5rem;
}
.menu--vertical ul li .sub-menu li:last-child {
  margin-bottom: 0.5rem;
  border: 0;
}
.menu--vertical ul li .sub-menu li a {
  opacity: 0.7;
  font-size: 85%;
}
.menu--vertical ul li .sub-menu .sub-menu {
  border: 0;
  border-radius: 0;
  padding: 0 1rem;
  background: transparent;
}
.menu--vertical ul li .sub-menu .sub-menu li {
  font-size: 1rem;
  margin-right: 0;
  opacity: 0.8;
}
.menu--vertical ul li .sub-menu .sub-menu li a {
  padding-left: 1rem;
}
.menu--vertical ul li.menu-item-has-children {
  position: relative;
}
.menu--vertical ul li.menu-item-has-children:after {
  content: ">";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 6px;
  top: 9px;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu--vertical ul li.menu-item-has-children.submenu-open:after {
  transform: rotate(-90deg);
}
.menu--vertical ul li.menu-item-has-children > a {
  width: calc(100% - 80px);
}
.menu--vertical ul li.submenu-open > .sub-menu {
  max-height: 999px;
  padding: 0 var(--space-s);
}
.linkarrow a:before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
/********************/
/*  NAVBAR DEFAULT  */
/********************/
.navbar__topbar {
  background: var(--color-primary);
  color: white;
  font-size: 90%;
  padding: var(--space-xxs) var(--section-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}
.idTag {
  display: block;
  border: 1px;
  height: 30px;
  margin: 2rem auto 2rem auto;
  left: 0;
  right: 0;
}
@media (min-width: 767px) {
  .idTag {
    height: 40px;
    margin: 2rem auto 2rem auto;
  }
}
@media (min-width: 1024px) {
  .idTag {
    height: 50px;
    margin: 3rem auto 3rem auto;
  }
}
.idTag img {
  display: block;
  height: 100%;
  max-height: 100%;
}
.navbar__main {
  background: white;
  padding: var(--space-m) var(--section-padding);
  justify-content: center;
  display: flex;
}
.navbar__main .row {
  gap: var(--space-s);
}
.navbar__main .actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.navbar__menu {
  gap: 2rem !important;
  color: var(--color-primary);
}
.navbar__menu > li {
  position: relative;
  font-weight: bold;
  /* horizontal level 1 separator */
}
.navbar__menu > li:after {
  width: 1px;
  height: 20px;
  background: var(--color-primary);
  display: block;
  position: absolute;
  right: -1rem;
  top: 2px;
  opacity: 0.5;
}
/**********************/
/****  MENU TOGGLE ****/
/**********************/
.toggleMenu {
  width: 28px;
  height: 20px;
  display: block;
  position: relative;
}
.toggleMenu span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: 0.2s;
  transform-origin: left center;
}
.toggleMenu span:nth-child(1) {
  top: 0;
}
.toggleMenu span:nth-child(2) {
  top: 8px;
}
.toggleMenu span:nth-child(3) {
  top: 16px;
}
.mobileNav .toggleMenu span:nth-child(1) {
  transform: rotate(45deg);
}
.mobileNav .toggleMenu span:nth-child(2) {
  top: 12px;
  transform: translateX(100%);
  opacity: 0;
}
.mobileNav .toggleMenu span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}
/**********************/
/**  MOBILE SEARCH   **/
/**********************/
.navbar__search {
  max-height: 0;
  background: #fff;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 84px;
  transition: 0.2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 var(--section-padding) 0 var(--section-padding);
}
@media (min-width: 1024px) {
  .navbar__search {
    top: 197px;
  }
}
.navbar__search label {
  flex: 1 1 auto;
}
.navbar__search label input {
  width: 100%;
}
.navbar__search button i {
  margin: 0;
}
.navbar__search form {
  max-width: var(--max-width);
  width: 100%;
  margin: var(--space-m) auto var(--space-m) auto;
}
.siteSearch .navbar__search {
  max-height: 9999px;
}
.close-search {
  margin: 8px 8px 0 0;
}
/***************************/
/***   SEARCH BAR       ****/
/***************************/
.search-form {
  padding: 0;
  display: flex;
  border: 0;
}
.search-form input {
  line-height: 3;
  border: 1px solid #bbbbbb;
  border-right: none;
  position: relative;
  padding: 0 8px 0 12px;
}
.search-form button {
  background: var(--color-primary);
  position: relative;
  right: auto;
  top: auto;
  color: white;
  padding: 8px 12px;
  line-height: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  letter-spacing: 1px;
}
.search-form button i {
  margin-left: 4px;
}
/**********************/
/**  OFFSET MENU     **/
/**********************/
.navbar__offset {
  max-height: 0;
  background: var(--color-primary);
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 40px;
  height: calc(100vh - 64px);
  transition: 0.2s;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.navbar__offset a {
  color: white;
}
.navbar__offset--inner {
  padding: 4rem 0;
}
.mobileNav .navbar__offset {
  max-height: 9999px;
  padding: 2rem;
}
.navbar__offset .menu > ul > li > ul > li a {
  padding: 12px 18px;
}
.navbar__offset .menu--vertical ul li a {
  padding: 1rem var(--section-padding);
}
.navbar__offset .menu--vertical ul li.menu-item-has-children:after {
  top: 14px;
}
.menu-service {
  margin-left: auto !important;
}
.mobileNav {
  overflow: hidden;
}
.navbar__nav {
  padding: var(--spacing-xl);
}
.navbar__nav .menu--vertical > ul > li:not(.submenu-open) {
  border-bottom-color: rgba(254, 254, 254, 0.2);
}
.navbar__nav .menu--vertical ul ul li {
  border: 0 !important;
}
.navbar__nav .menu--vertical ul ul li a {
  padding-left: 24px;
  padding-right: 24px;
}
.navbar__nav .menu--vertical ul li a {
  display: block;
  padding: 14px 0 8px 0;
  font-size: 16px;
}
/*********************/
/**  1. SIMPLEMENU  **/
/*********************/
.simplemenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.simplemenu ul li a {
  transition: 0.4s;
  position: relative;
  display: block;
  padding: 0 0 0.25rem 0.8rem;
}
.simplemenu ul li a:before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.simplemenu ul li ul {
  display: none;
}
/*************************/
/*  slick slider arrows  */
/*************************/
.slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 0;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  transition: 0.2s;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}
/***********************/
/*  slick slider dots  */
/***********************/
.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: var(--spacing-m) 0;
}
.slick-dots li {
  margin: 0 4px;
  background: none;
}
.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  background: none;
  transition: 0.3s;
  cursor: pointer;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: var(--color-primary);
}
/****************************/
/* Product detail gradient  */
/****************************/
.-productdetail {
  position: relative;
  z-index: 1;
}
.-productdetail:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 180px;
  opacity: 0.5;
  background-image: linear-gradient(180deg, #E2F2EE 0%, #FFFFFF 100%);
}
/**********************/
/** 12. Product grid **/
/**********************/
.productgrid__item {
  text-align: center;
  padding: 1rem;
}
.productgrid__image {
  position: relative;
}
.productgrid__image .discount {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: var(--color-accent);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 90%;
}
.productgrid__title {
  font-weight: bold;
  margin-bottom: 6px;
}
.productgrid__content {
  padding-top: 6px;
}
.productgrid__brands {
  margin-bottom: 12px;
}
.productgrid__brands a {
  background: var(--color-secondary);
  border-radius: 4px;
  color: white;
  padding: 2px 8px;
  font-size: 90%;
}
.productgrid__rating .stars {
  margin: 6px auto;
}
.productgrid__price .sale-price {
  color: var(--color-secondary);
  font-weight: bold;
  padding: 0 3px;
}
.productgrid__price .old-price {
  text-decoration: line-through;
  font-size: 85%;
  opacity: 0.6;
  padding: 0 3px;
}
.productslider__item {
  text-align: center;
  padding: 1rem;
}
.productslider__image {
  position: relative;
}
.productslider__image .discount {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: var(--color-accent);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 90%;
}
.productslider__title {
  font-weight: bold;
  margin-bottom: 6px;
}
.productslider__content {
  padding-top: 6px;
}
.productslider__brands {
  margin-bottom: 12px;
}
.productslider__brands a {
  background: var(--color-secondary);
  border-radius: 4px;
  color: white;
  padding: 2px 8px;
  font-size: 90%;
}
.productslider__rating .stars {
  margin: 6px auto;
}
.productslider__price .sale-price {
  color: var(--color-secondary);
  font-weight: bold;
  padding: 0 3px;
}
.productslider__price .old-price {
  text-decoration: line-through;
  font-size: 85%;
  opacity: 0.6;
  padding: 0 3px;
}
/***************************/
/* Hide uncategorized term */
/***************************/
.product-category:has([aria-label*=Uncategorized]) {
  display: none !important;
}
.caption-b figure.wp-caption figcaption {
  position: absolute;
  left: var(--spacing-s);
  bottom: var(--spacing-s);
  font-weight: bold;
  color: white;
}
.product-category:has([aria-label*=Maileg]) {
  display: none !important;
}
.grid-image-fit {
  display: flex;
  width: 100%;
}
@media (min-width: 767px) {
  .grid-image-fit .elementor-widget-container {
    position: absolute;
    inset: 0;
  }
}
.grid-image-fit div, .grid-image-fit a {
  display: flex;
  width: 100%;
}
.grid-image-fit img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.productslider__item figure {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*****************/
/** colorrun **/
/*****************/
.colorrun > a:first-child {
  display: block;
  position: relative;
}
.colorrun > a:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0.2;
  pointer-events: none;
}
.colorrun:nth-child(4n+1) > a:before {
  background: var(--color-primary);
}
.colorrun:nth-child(4n+2) > a:before {
  background: var(--color-secondary);
}
.colorrun:nth-child(4n+3) > a:before {
  background: var(--color-tertiary);
}
.colorrun:nth-child(4n+4) > a:before {
  background: #D5E4A9;
}
/* 2e? welke kan weg? */
.colorrun > div > div > div > div {
  --color-loop-1: #B1DBD1;
  --color-loop-2: #D4B2B3;
  --color-loop-3: #E4C09B;
  --color-loop-4: #87A434;
  --color-loop-5: #D5E4A9;
}
.colorrun > div > div > div > div > div .product__image {
  padding: 1rem;
}
.colorrun > div > div > div > div > div .product__image img {
  aspect-ratio: 1;
  object-fit: contain;
}
.colorrun > div > div > div > div > div .product__image:before {
  display: block;
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}
.colorrun > div > div > div > div:nth-child(4n+1) .product__image:before {
  background: var(--color-loop-1);
}
.colorrun > div > div > div > div:nth-child(4n+2) .product__image:before {
  background: var(--color-loop-2);
}
.colorrun > div > div > div > div:nth-child(4n+3) .product__image:before {
  background: var(--color-loop-3);
}
.colorrun > div > div > div > div:nth-child(4n+4) .product__image:before {
  background: var(--color-loop-4);
}
.colorrun > div > div > div > div:nth-child(4n+4) .product__image:before {
  background: var(--color-loop-5);
}
/* categorielijst styles */
.elementor-widget-wc-categories .product-category a {
  padding: 12px 24px;
  display: inline-block;
}
/* table styles footer */
[data-elementor-type="footer"] table th {
  text-align: left;
  font-weight: 600;
}
[data-elementor-type="footer"] table td {
  padding-right: 1rem;
}
/* hide page title + breadcrumb on detail page */
.single-product ul#menu-hoofdmenu {
  z-index: 999;
  border-radius: 12px;
  padding: 0 var(--space-s);
  background: var(--color-primary-20);
}
.single-product ul#menu-hoofdmenu > li > a {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
.single-product .page-titel {
  display: none;
}
[data-elementor-type="footer"] table th {
  text-align: left;
  font-weight: 600;
}
[data-elementor-type="footer"] table td {
  padding-right: 1rem;
}
.filter-panel {
  display: none;
}
.hide-filters:after {
  font-family: sans-serif;
  font-weight: bold;
}
.filter-toggle {
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary);
}
@media (min-width: 767px) {
  body .filter-panel {
    display: flex;
    position: relative !important;
    box-shadow: none !important;
    top: auto !important;
    z-index: initial !important;
  }
}
body.show-filters [data-elementor-type=wp-page] {
  z-index: 0;
}
body.show-filters [data-elementor-type="wp-page"] {
  z-index: 1;
}
html.mobileNav [data-elementor-type="header"] {
  z-index: 1;
}
.show-filters .filter-panel {
  display: flex;
  background: var(--color-primary-10);
  box-shadow: 0 0 96px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  transition: 0.2s;
  top: 3rem !important;
  overflow: auto !important;
  z-index: 99 !important;
  padding: 2rem;
  border-radius: 1rem;
}
/************************/
/** responsive filters **/
/************************/
.filter-panel {
  position: fixed;
  z-index: 9;
  left: 1rem;
  right: 1rem;
  left: 1rem;
  bottom: 1rem;
  top: 9rem;
  transform: translateX(-110%);
}
@media (min-width: 1024px) {
  .filter-panel {
    transform: translateX(0);
    position: static;
  }
}
.show-filters .filter-panel {
  transform: translateX(0);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .filter-panel {
    width: auto;
  }
}
body.show-filters {
  overflow: hidden;
}
.filter-toggle {
  background: white;
  border: 1px solid #00000029;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 2px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .filter-toggle {
    display: none;
  }
}
/************************/
/** hide filter button **/
/************************/
.hide-filters {
  position: absolute;
  z-index: 99;
  right: 0rem;
  top: 0rem;
  font-size: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: 1px solid var(--color-primary);
}
.hide-filters:after {
  padding-top: 2px;
  content: "X";
  color: var(--color-primary);
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 767px) {
  .hide-filters {
    display: none;
  }
}
li.current-menu-item > a, li.current-menu-ancestor > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.filter-panel {
  display: none;
}
.jet-listing-grid__item .badge {
  margin: 0;
}
.hide-filters:after {
  font-family: sans-serif;
  font-weight: bold;
}
.filter-toggle {
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary);
}
@media (min-width: 767px) {
  body .filter-panel {
    display: flex;
    position: relative !important;
    box-shadow: none !important;
    top: auto !important;
    z-index: initial !important;
  }
}
body.show-filters [data-elementor-type=wp-page] {
  z-index: 0;
}
body.show-filters [data-elementor-type="wp-page"] {
  z-index: 1;
}
html.mobileNav [data-elementor-type="header"] {
  z-index: 1;
}
.show-filters .filter-panel {
  display: flex;
  background: var(--color-primary-10);
  box-shadow: 0 0 96px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  transition: 0.2s;
  top: 3rem !important;
  overflow: auto !important;
  z-index: 99 !important;
  padding: 2rem;
  border-radius: 1rem;
}
/************************/
/** responsive filters **/
/************************/
.filter-panel {
  position: fixed;
  z-index: 9;
  left: 1rem;
  right: 1rem;
  left: 1rem;
  bottom: 1rem;
  top: 9rem;
  transform: translateX(-110%);
}
@media (min-width: 1024px) {
  .filter-panel {
    transform: translateX(0);
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.show-filters .filter-panel {
  transform: translateX(0);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .filter-panel {
    width: auto;
  }
}
body.show-filters {
  overflow: hidden;
}
.filter-toggle {
  background: white;
  border: 1px solid #00000029;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 2px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .filter-toggle {
    display: none;
  }
}
/************************/
/** hide filter button **/
/************************/
.hide-filters {
  position: absolute;
  z-index: 99;
  right: 0rem;
  top: 0rem;
  font-size: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: 1px solid var(--color-primary);
}
.hide-filters:after {
  padding-top: 2px;
  content: "X";
  color: var(--color-primary);
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 767px) {
  .hide-filters {
    display: none;
  }
}
li.current-menu-item > a, li.current-menu-ancestor > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body.show-filters [data-elementor-type=wp-page] {
  z-index: 0;
}
body.show-filters [data-elementor-type="wp-page"] {
  z-index: 1;
}
html.mobileNav [data-elementor-type="header"] {
  z-index: 1;
}
.show-filters .filter-panel {
  box-shadow: 0 0 96px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 3rem !important;
  overflow: auto !important;
  z-index: 99 !important;
}
.media__image img {
  aspect-ratio: 1;
  object-fit: contain;
}
.productslider__image img, .productgrid__item img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F8905-scss-default.scss%22%2C%22wp-content%2Fcustom_codes%2F9044-scss-default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BACpCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4CA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpIA%3BAAAA%3BAAAA%3BACuJI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADvKR%3BAAAA%3BAAAA%3BACmLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAD1MA%3BAAAA%3BAAAA%3BACmNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7OA%3BACqPA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD%2FPJ%3BAAAA%3BAAAA%3BACyQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxSJ%3BAAAA%3BAAAA%3BAC0TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1TA%3BACwUA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAD1VJ%3BAAAA%3BAAAA%3BACwWI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAD9XA%3BAAAA%3BAAAA%3BACwYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADhZA%3BAAAA%3BACyZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzZA%3BAC0aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1aA%3BAAAA%3BAAAA%3BAC0bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADviBA%3BAAAA%3BAAAA%3BACmmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5lBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8mBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzqBR%3BAAAA%3BAAAA%3BAC4rBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADruBZ%3BAAAA%3BAAAA%3BACmvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjuBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADovBA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAD7xBA%3BAAAA%3BAAAA%3BACsyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BADj0BR%3BAAAA%3BAAAA%3BAC%2B0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADv5BJ%3BAAAA%3BAAAA%3BACo6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUP%3BAAAA%3BAAAA%3BAD37BF%3BAAAA%3BAAAA%3BACq8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAD19BJ%3BAAAA%3BAAAA%3BACq%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAD%2F%2FBZ%3BAAAA%3BAAAA%3BAC2gCA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FgCJ%3BAAAA%3BAAAA%3BACmiCI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7pCR%3BAAAA%3BAAAA%3BAC4qCA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC7qCI%3BADkrCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvtCA%3BAAAA%3BAAAA%3BACsuCI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAD1vCJ%3BACgwCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD3yCJ%3BACmzCA%3BAAAA%3BAAAA%3BAAAA%3BADnzCA%3BAC4zCI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADh0CJ%3BAC00CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACh2CI%3BADu2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2F4CA%3BAAAA%3BAAAA%3BACm6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACj5CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADg6CH%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACj7CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlBJ%3BAAAA%3BAAAA%3BACy9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACv9CA%3BADi%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACjgDI%3BADwgDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhjDA%3BAAAA%3BAAAA%3BACqkDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnjDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADskDH%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvlDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlBJ%3BAAAA%3BAAAA%3BAC%2BnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7nDA%3BADuoDA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */