@charset "UTF-8";

@media (max-width: 640px) {
	#wpadminbar {
    	display: none !important;
	}
	html {
    	margin-top: 0 !important;
	}
}

body.wp-singular.post-template.single-post .k-footer,
body.wp-singular.post-template-default.single-post .k-footer {
	margin-top: 28px;
}
.woocommerce-notices-wrapper .woocommerce-message {
	margin-bottom: 0 !important;
}
.webshop-cat-column > div.elementor-widget-wrap {
	display: grid !important;
	gap: 0.625rem;
	grid-template-columns: repeat(4, 1fr);
}

.webshop-cat-column > div.elementor-widget-wrap .elementor-widget-button {
	width: 100% !important;
	max-width: 100% !important;
}
.webshop-search-column > div.elementor-widget-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* Links & Buttons */
a:not(.e-gallery-item):not(.kmm-mega-panel__heading--show-all):not(.kmm-cta-card):not(.kew-expertis-card) {
  position: relative;
  text-decoration: none;
  width: fit-content;
}
body a:not(:has(img)):not(:has(svg)):not(.elementor-button):not(.kew-guide-card):not(.e-gallery-item.elementor-gallery-item):not(.add_to_cart_button):not(.page-numbers):not(.elementor-toggle-title):not(:has(span.elementor-icon-list-icon)):not(.archive-cat-nav__link):not(.braapf_unselect):not(.braapf_unselect_all):not(.kew-expertis-filter.is-active):not(.elementor-menu-cart__product-name a):not(.woocommerce-message .button.wc-forward)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}
body a:not(:has(img)):not(:has(svg)):not(.elementor-button):not(.kew-guide-card):not(.e-gallery-item.elementor-gallery-item):not(.add_to_cart_button):not(.page-numbers):not(.elementor-toggle-title):not(:has(span.elementor-icon-list-icon)):not(.archive-cat-nav__link):not(.braapf_unselect):not(.braapf_unselect_all):not(.kew-expertis-filter.is-active):not(.elementor-menu-cart__product-name a):not(.woocommerce-message .button.wc-forward):hover::after {
  width: 100%;
}
body .btn--base {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: black !important;
  background-color: white;
  border: none;
  border-radius: 0px;
	text-transform: uppercase;
}
body .btn--dark {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: white !important;
  background-color: black;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
}

/* Tickers */
div#ticker,
div.ticker {
    background: black;
	height: 32px;
}
#ticker .e-con-inner {
	max-width: 100%;
}
.ticker {
  display: flex !important;
  gap: 20px !important;
  padding: 0.625rem 1.25rem !important;
}
.ticker-icons {
  width: fit-content;
  max-width: fit-content;
  min-width: fit-content !important;
}
.ticker-icons .elementor-widget-container {
  width: fit-content;
	padding-top: 0.625rem;
}
.ticker-icons .elementor-widget-container a {
	line-height: 1;
}
.ditty-container {
  width: 100%;
}

/* Mix blend mode class on product images */
.shade {
    background: #F7F7F5;
    aspect-ratio: 1;
    display: grid;
    align-content: center !important;
    isolation: isolate;
}
.shade .elementor-widget-container {
	 background: #F7F7F5;
}
.shade img, .swiper-slide[data-swiper-slide-index="0"] img {
    mix-blend-mode: multiply;
}
@media (max-width: 1024px) {
	.webshop-cat-column > div.elementor-widget-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media all and (max-width: 768px) {
	.webshop-cat-column > div.elementor-widget-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
  	.ticker {
    	padding: 10px !important;
    	gap: 12px !important;
  	}
	.shade {
		display: none !important;
	}
	.swiper-slide-active[data-swiper-slide-index="0"] {
    	background: #F7F7F5;
    	aspect-ratio: 1;
    	display: grid;
    	align-content: center;
    	isolation: isolate;
	}
	.swiper-slide[data-swiper-slide-index="0"] img {
   		max-width: 350px;
	}
}
@media (max-width: 640px) {
  	body.kmm-lock-scroll .ditty.ditty-ticker {
    	display: none;
  	}
	.ticker {
    padding: 0.625rem !important;
    gap: 12px;
  }
}