@font-face {
	font-display: swap;
	font-family: "Inter";
	src: url("/wp-content/themes/dewit-catalog-theme/assets/fonts/InterVariable.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
}

/* Reserve the same scrollbar gutter on catalog and product routes. */
html {
	background: #003965;
	scrollbar-gutter: stable;
}

:root {
	--color-ink: #151515;
	--color-muted: #626262;
	--color-line: #dedbd2;
	--color-surface: #ffffff;
	--color-soft: #f4f2ed;
	--color-brand: #c43b24;
	--color-brand-dark: #8f2718;
	--color-accent: #1e6b5f;
	--color-header-blue: #003965;
	--font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--container: 1440px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	background: #003965;
	color: var(--color-ink);
	display: flex;
	flex-direction: column;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	min-height: 100vh;
}

@supports (min-height: 100svh) {
	body {
		min-height: 100svh;
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas {
	--dewit-shop-viewport-height: 100vh;
	touch-action: pan-y;
}

@supports (height: 100svh) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas {
		--dewit-shop-viewport-height: 100svh;
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas a,
body.theme-dewit-theme-woocommerce.elementor-template-canvas button,
body.theme-dewit-theme-woocommerce.elementor-template-canvas input,
body.theme-dewit-theme-woocommerce.elementor-template-canvas select,
body.theme-dewit-theme-woocommerce.elementor-template-canvas textarea,
body.theme-dewit-theme-woocommerce.elementor-template-canvas [role="button"] {
	touch-action: manipulation;
}

a {
	color: var(--color-brand-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.container {
	margin-inline: auto;
	max-width: var(--container);
	padding-inline: 24px;
	width: 100%;
}

/* Elementor-free catalog shell. */
.site-main--catalog {
	background: #f5f5f7;
	min-height: calc(100vh - 78px);
	padding-block: 24px 56px;
}

.dewit-home-hero {
	align-items: center;
	background-color: var(--color-header-blue);
	background-image:
		linear-gradient(90deg, rgba(0, 57, 101, .58) 0%, rgba(0, 57, 101, .22) 100%),
		image-set(
			url("https://shop.dewitbouwmachines.nl/wp-content/uploads/2026/08/cut-scaled.avif") type("image/avif"),
			url("../images/hero.webp") type("image/webp"),
			url("../images/hero.jpeg") type("image/jpeg")
		);
	background-position: center;
	background-size: cover;
	border-radius: 18px;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 56px;
	min-height: 420px;
	overflow: hidden;
	padding: clamp(32px, 6vw, 78px);
	position: relative;
}

.dewit-home-hero__copy {
	max-width: 720px;
	position: relative;
	z-index: 1;
}

.dewit-home-hero__eyebrow {
	color: #f4a900;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .16em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.dewit-home-hero h1 {
	font-size: clamp(2.4rem, 6vw, 5.25rem);
	letter-spacing: -.06em;
	line-height: .98;
	margin: 0;
	max-width: 720px;
}

.dewit-home-hero p:not(.dewit-home-hero__eyebrow) {
	color: rgba(255, 255, 255, .8);
	font-size: clamp(1rem, 2vw, 1.25rem);
	margin: 24px 0 30px;
	max-width: 560px;
}

.dewit-home-hero__cta {
	align-items: center;
	background: #f4a900;
	border-radius: 999px;
	color: #151515;
	display: inline-flex;
	font-weight: 800;
	gap: 14px;
	margin-top: 24px;
	padding: 13px 20px;
	text-decoration: none;
}

.dewit-home-hero__cta:hover {
	background: #ffc13a;
	color: #151515;
}

.dewit-home-hero__reviews {
	align-items: center;
	color: rgba(255, 255, 255, .92);
	display: inline-flex;
	font-size: .82rem;
	font-weight: 700;
	gap: 9px;
	margin: 0 0 18px;
	text-decoration: none;
}

.dewit-home-hero__reviews-stars {
	color: #f4a900;
	font-size: 1rem;
	letter-spacing: .08em;
}

.dewit-home-hero__reviews-google-logo {
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.dewit-home-hero__reviews-star-partial {
	background: linear-gradient(90deg, #f4a900 62%, rgba(255, 255, 255, .42) 62%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}


.dewit-home-section-heading {
	margin-bottom: 24px;
}

.dewit-home-section-heading h2 {
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	letter-spacing: -.04em;
	margin: 0;
}

.dewit-home-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dewit-home-category-group {
	background: #fff;
	border: 1px solid var(--color-line);
	border-radius: 18px;
	overflow: hidden;
	min-width: 0;
}

.dewit-home-category-card {
	background: transparent;
	border: 0;
	color: var(--color-ink);
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 22px 20px;
	position: relative;
	text-decoration: none;
	transition: background .18s ease, color .18s ease;
}

.dewit-home-category-group > .dewit-home-category-card {
	background: var(--color-header-blue);
	color: #fff;
	padding-block: 13px;
}

.dewit-home-category-card span {
	font-size: 1rem;
	font-weight: 800;
	grid-column: 1;
}

.dewit-home-category-card__image {
	height: 42px;
	object-fit: contain;
	position: absolute;
	right: 42px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.dewit-home-category-card small {
	color: var(--color-muted);
	font-size: .76rem;
	grid-column: 1;
}

.dewit-home-category-card strong {
	color: var(--color-header-blue);
	font-size: 1.25rem;
	grid-column: 2;
	grid-row: 1;
}

.dewit-home-category-group > .dewit-home-category-card strong {
	color: var(--color-accent);
}

.dewit-home-category-card:hover {
	background: var(--color-header-blue);
	color: #fff;
}

.dewit-home-subcategory-list {
	list-style: none;
	margin: 0 20px;
	padding: 12px 0 12px;
}

.dewit-home-subcategory-list > li + li {
	margin-top: 18px;
}

.dewit-home-subcategory-list a {
	align-items: center;
	color: #303030;
	display: flex;
	font-size: 13px;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.25;
	padding: 0;
	text-decoration: none;
}

.dewit-home-subcategory-list a:hover {
	color: #f4a900;
}

.dewit-home-subcategory-list > li > a {
	color: #151515;
	font-weight: 700;
	margin-bottom: 7px;
}

.dewit-home-subcategory-list > li:has(> ul) {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dewit-home-subcategory-list > li:has(> ul) > a {
	border-bottom: 0;
}

.dewit-home-subcategory-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dewit-home-subcategory-list ul a {
	color: #303030;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	padding-block: 1px;
}

.dewit-home-subcategory-list ul a:hover,
.dewit-home-subcategory-list ul a:focus-visible {
	color: #f4a900 !important;
}

.dewit-home-subcategory-list small {
	color: #9a9a9a;
	font-size: .72rem;
}

.dewit-home-category-card:hover small,
.dewit-home-category-card:hover strong {
	color: rgba(255, 255, 255, .78);
}

@media (max-width: 760px) {
	.dewit-home-hero {
		background-position: 62% center;
		grid-template-columns: 1fr;
		margin-bottom: 40px;
		min-height: 340px;
	}

	.dewit-home-hero__cta {
		font-size: .9rem;
		gap: 10px;
		padding: 11px 16px;
	}

	.dewit-home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.dewit-home-category-grid {
		grid-template-columns: 1fr;
	}
}

.dewit-catalog-shell {
	display: grid;
	gap: 24px;
	grid-template-columns: 260px minmax(0, 1fr);
}

.dewit-catalog-sidebar {
	background: #003965;
	border-radius: 14px;
	color: #fff;
	min-height: 520px;
	padding: 18px;
}

.dewit-catalog-sidebar a,
.dewit-catalog-sidebar .cat-item a {
	color: #fff;
	text-decoration: none;
}

.dewit-catalog-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dewit-catalog-nav .cat-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0;
}

.dewit-catalog-content {
	min-width: 0;
}

.dewit-catalog-toolbar {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.dewit-catalog-search {
	display: flex;
	flex: 1 1 auto;
	gap: 8px;
	max-width: 620px;
}

.dewit-catalog-search input[type="search"] {
	background: #fff;
	border: 1px solid #d7dbe0;
	border-radius: 8px;
	font: inherit;
	min-width: 0;
	padding: 11px 13px;
	width: 100%;
}

.dewit-catalog-search button,
.dewit-catalog-view-switch button {
	border: 1px solid #003965;
	border-radius: 8px;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 10px 13px;
}

.dewit-catalog-search button,
.dewit-catalog-view-switch button.is-active {
	background: #003965;
	color: #fff;
}

.dewit-catalog-view-switch {
	display: flex;
	gap: 6px;
}

.dewit-catalog-view-switch button {
	background: #fff;
	color: #003965;
}

.dewit-catalog-shell .dewit-grouped-products {
	display: grid;
	gap: 20px;
	width: 100%;
}

.dewit-catalog-shell .dewit-grouped-products__section {
	display: grid;
	gap: 12px;
}

.dewit-catalog-shell .dewit-grouped-products__heading {
	border-bottom: 1px solid #dedede;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	margin: 4px 0 0;
	padding: 0 0 8px 4px;
}

.dewit-catalog-shell .dewit-grouped-products__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.dewit-catalog-shell .dewit-grouped-product-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	color: #151515;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
}

.dewit-catalog-shell .dewit-grouped-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.dewit-catalog-shell .dewit-grouped-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.dewit-catalog-shell .dewit-grouped-product-card__body {
	display: grid;
	gap: 5px;
	padding: 10px 12px 12px;
}

.dewit-catalog-shell .dewit-grouped-product-card__sku {
	color: #6f7782;
	font-size: 11px;
}

.dewit-catalog-shell .dewit-grouped-product-card__title {
	color: #151515;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 30px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Match the live catalog presentation while the Elementor layer is absent. */
body.dewit-shop-grouped {
	background: #f4f4f6;
}

body.dewit-shop-grouped .site-header {
	background: transparent;
	border: 0;
	position: relative;
}

body.dewit-shop-grouped .site-header__inner {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 1.7fr) auto auto;
	gap: 12px;
	min-height: 82px;
}

body.dewit-shop-grouped .site-branding,
body.dewit-shop-grouped .site-header .menu-toggle,
body.dewit-shop-grouped .site-header .main-navigation,
body.dewit-shop-grouped .site-header .header-cart {
	display: none;
}

body.dewit-shop-grouped .site-header {
	display: none;
}

.dewit-live-topbar {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(280px, 1.7fr) auto auto;
	margin: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: calc(100% - 308px);
	z-index: 5;
}

.dewit-catalog-content {
	background: #f5f5f7;
	box-sizing: border-box;
	border-radius: 14px;
	padding-inline: 12px;
	padding-top: 58px;
}

.dewit-catalog-toolbar {
	justify-content: flex-end;
	margin-bottom: 8px;
}

.dewit-catalog-toolbar .dewit-catalog-parent-title {
	margin: 0 auto 0 0;
}

.dewit-catalog-parent-title {
	color: #00416d;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 20px;
}

.catalog-header-search {
	align-items: center;
	background: #fff;
	border: 1px solid #dedee2;
	border-radius: 14px;
	display: flex;
	height: 48px;
	min-width: 0;
	overflow: visible;
	position: relative;
}

.catalog-header-search input[type="search"] {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	flex: 1 1 auto;
	font-family: var(--font-body);
	font-weight: 400;
	height: 100%;
	min-width: 0;
	outline: 0;
	padding: 0 16px;
	width: auto;
}

.catalog-header-search input[type="search"]:focus,
.catalog-header-search input[type="search"]:focus-visible {
	box-shadow: none;
	outline: 0;
}

@media (max-width: 900px) {
	.catalog-header-search input[type="search"] {
		font-size: 16px;
	}
}

.catalog-header-search button {
	background: transparent;
	border: 0;
	border-radius: 14px;
	color: #003f6b;
	flex: 0 0 auto;
	font-size: 24px;
	height: 100%;
	order: -1;
	padding: 0 15px;
}

.catalog-header-search input[type="search"] {
	order: 1;
}

.catalog-header-search button svg {
	display: block;
	height: 19px;
	width: 19px;
}

.catalog-header-search .dewit-shop-search-results {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
	display: none;
	left: 0;
	max-height: min(420px, 68vh);
	overflow: auto;
	padding: 6px;
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	z-index: 80;
}

.catalog-header-search .dewit-shop-search-results.is-visible {
	display: grid;
	gap: 5px;
}

.catalog-header-search .dewit-shop-search-results__empty {
	color: #59616d;
	font-size: 13px;
	font-weight: 700;
	padding: 12px;
}

.catalog-header-search .dewit-shop-search-result {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	color: var(--color-ink);
	display: grid;
	gap: 10px;
	grid-template-columns: 48px minmax(0, 1fr);
	padding: 8px;
	text-decoration: none;
}

.catalog-header-search .dewit-shop-search-result:hover,
.catalog-header-search .dewit-shop-search-result:focus {
	background: #f5f5f7;
	border-color: #d8dde2;
	outline: 0;
}

.catalog-header-search .dewit-shop-search-result__image {
	align-items: center;
	background: #f5f5f7;
	border-radius: 8px;
	display: flex;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	width: 48px;
}

.catalog-header-search .dewit-shop-search-result__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.catalog-header-search .dewit-shop-search-result__content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.catalog-header-search .dewit-shop-search-result__title {
	color: #151515;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.catalog-header-search .dewit-shop-search-result__meta {
	align-items: center;
	color: #59616d;
	display: flex;
	font-size: 11px;
	font-weight: 600;
	gap: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.catalog-header-search .dewit-shop-search-result__meta-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.catalog-header-search .dewit-shop-search-result__meta-item + .dewit-shop-search-result__meta-item::before {
	color: #7d8792;
	content: "/";
	margin-right: 6px;
}

.catalog-header-search .dewit-shop-search-result__meta-item.is-sku {
	color: #003965;
	font-weight: 750;
}

.header-contact {
	align-items: center;
	border-radius: 20px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	padding: 13px 18px;
	text-decoration: none;
	white-space: nowrap;
}

.header-contact--email { background: #003f6b; }
.header-contact--phone { background: #f4a900; }

.dewit-catalog-shell {
	align-items: start;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 12px;
	margin: 0 12px;
	max-width: none !important;
	width: auto;
}

.site-main--catalog {
	padding-top: 12px;
}

.dewit-catalog-sidebar {
	background: #003965;
	border-radius: 14px;
	color: #fff;
	max-height: calc(100vh - 24px);
	min-height: calc(100vh - 24px);
	overflow: hidden;
	padding: 0 10px 18px;
	position: sticky;
	top: 12px;
}

.dewit-catalog-sidebar__logo {
	background: #003965;
	margin: 0 -10px 12px;
	padding: 22px 14px 10px;
}

.dewit-catalog-sidebar__logo img {
	height: auto;
	max-height: 60px;
	object-fit: contain;
	width: 100%;
}

.dewit-catalog-sidebar__categories {
	height: calc(100vh - 112px);
	overflow-y: auto;
	scrollbar-color: rgba(255, 255, 255, .35) transparent;
	scrollbar-width: thin;
}

.dewit-catalog-sidebar__categories::-webkit-scrollbar,
.dewit-catalog-content > .dewit-grouped-products::-webkit-scrollbar {
	width: 8px;
}

.dewit-catalog-sidebar__categories::-webkit-scrollbar-track,
.dewit-catalog-content > .dewit-grouped-products::-webkit-scrollbar-track {
	background: transparent;
}

.dewit-catalog-sidebar__categories::-webkit-scrollbar-thumb,
.dewit-catalog-content > .dewit-grouped-products::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .35);
	border-radius: 999px;
}

.dewit-catalog-content > .dewit-grouped-products::-webkit-scrollbar-thumb {
	background: rgba(0, 57, 101, .35);
}

.dewit-catalog-nav > ul > .cat-item {
	font-size: 15px;
}

.dewit-catalog-nav .children {
	margin: 4px 0 0 14px !important;
}

.dewit-catalog-nav .children .cat-item {
	border-bottom: 0;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 0;
}

.dewit-catalog-sidebar a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.dewit-catalog-sidebar .children,
.dewit-catalog-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dewit-catalog-shell .dewit-grouped-products__grid {
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.dewit-catalog-shell .dewit-grouped-product-card {
	border-radius: 16px;
	flex-direction: row;
	min-height: 112px;
	padding: 10px 12px;
}

.dewit-catalog-shell .dewit-grouped-product-card__image {
	aspect-ratio: 1 / 1;
	flex: 0 0 100px;
	height: 88px;
	margin: auto 12px auto 0;
	width: 100px;
}

.dewit-catalog-shell .dewit-grouped-product-card__body {
	align-content: center;
	padding: 8px 0;
}

.dewit-catalog-shell .dewit-grouped-product-card__title {
	font-size: 13px;
}

@media (max-width: 900px) {
	.dewit-live-topbar {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		grid-template-columns: 1fr auto auto;
	}

	.dewit-catalog-content {
		padding-top: 0;
	}

	body.dewit-shop-grouped .site-header__inner {
	grid-template-columns: 1fr auto;
	}

	.catalog-header-search {
	grid-column: 1 / -1;
	grid-row: 2;
	}

	.header-contact {
	font-size: 0;
	padding: 12px;
	}

	.dewit-catalog-shell {
	grid-template-columns: 1fr;
	}

	.dewit-catalog-sidebar {
	min-height: auto;
	position: relative;
	}
}

@media (max-width: 620px) {
	.dewit-live-topbar {
		grid-template-columns: 1fr auto;
	}

	.dewit-live-topbar .header-contact--email {
		display: none;
	}

	.dewit-catalog-shell .dewit-grouped-products__grid {
	grid-template-columns: 1fr;
	}
}

/* Desktop catalog follows the live responsive card width. */
body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-products__grid {
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	column-gap: 12px;
	row-gap: 8px;
}

body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card {
	border-radius: 14px;
	min-height: 114px;
	padding: 8px 12px;
}

body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card__image {
	flex-basis: 112px;
	height: 96px;
	width: 112px;
}

body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card__body {
	min-width: 0;
	padding: 12px 14px;
}

body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card__sku {
	white-space: nowrap;
}

body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card__title {
	-webkit-line-clamp: 2;
}

body.dewit-shop-grouped .dewit-catalog-view-switch {
	justify-content: flex-end;
	margin-bottom: 8px;
}

body.dewit-shop-grouped .dewit-catalog-view-switch button {
	align-items: center;
	border: 1px solid #003f6b;
	border-radius: 8px;
	display: inline-flex;
	font-size: 22px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 42px;
}

body.dewit-shop-grouped .dewit-catalog-view-switch button.is-active {
	background: #003f6b;
	color: #fff;
}

@media (max-width: 900px) {
	body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-products__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card__image {
		flex-basis: 96px;
		height: 88px;
		width: 96px;
	}

	body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card {
		padding: 8px 10px;
	}

	body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card__body {
		padding: 10px 12px;
	}
}

@media (max-width: 620px) {
	body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-products__grid {
	grid-template-columns: 1fr;
	}

	body.dewit-shop-grouped .dewit-catalog-shell .dewit-grouped-product-card__image {
		flex-basis: 88px;
		height: 80px;
		width: 88px;
	}

}

@media (max-width: 820px) {
	.dewit-catalog-shell {
		grid-template-columns: 1fr;
	}

	.dewit-catalog-sidebar {
		min-height: auto;
	}

	.dewit-catalog-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.dewit-catalog-search {
		max-width: none;
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.skip-link:focus {
	background: var(--color-ink);
	color: #fff;
	clip: auto;
	height: auto;
	left: 16px;
	padding: 10px 14px;
	top: 16px;
	width: auto;
	z-index: 1000;
}

.site-header {
	background: var(--color-header-blue);
	border-bottom: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	position: sticky;
	top: 0;
	z-index: 50;
}

.site-header__inner {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr auto;
	height: 72px;
	min-height: 72px;
	padding-block: 8px;
	position: relative;
}

.site-branding {
	align-items: center;
	display: flex;
	min-width: 0;
	padding-left: 12px;
	position: relative;
	z-index: 2;
}

.site-branding .custom-logo-link {
	align-items: center;
	display: inline-flex;
}

.site-branding .custom-logo {
	display: block;
	height: auto;
	max-height: 40px;
	width: auto;
}

.dewit-mobile-menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid var(--color-header-blue);
	border-radius: 10px;
	display: none;
	height: 40px;
	justify-content: center;
	padding: 0;
	width: 40px;
}

.dewit-mobile-menu-toggle__icon {
	color: #fff;
	display: block;
	height: 22px;
	width: 22px;
}

.dewit-mobile-menu-toggle__icon--close {
	display: none;
}

body.dewit-mobile-menu-open .dewit-mobile-menu-toggle__icon--menu,
html.dewit-mobile-menu-open .dewit-mobile-menu-toggle__icon--menu {
	display: none;
}

body.dewit-mobile-menu-open .dewit-mobile-menu-toggle__icon--close,
html.dewit-mobile-menu-open .dewit-mobile-menu-toggle__icon--close {
	display: block;
}

.site-title {
	color: #fff;
	font-size: 1.35rem;
	font-weight: 800;
	text-decoration: none;
}

.site-header__phone {
	align-items: center;
	background: #f4a900;
	border-radius: 14px;
	box-sizing: border-box;
	color: #151515;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 800;
	gap: 8px;
	height: 40px;
	justify-self: end;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	z-index: 2;
}

.site-header__phone:hover {
	background: #ffc13a;
	color: #151515;
}

@media (min-width: 901px) {
	.site-header .site-header__phone {
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.site-header__phone svg {
	fill: currentColor;
	height: .9em;
	width: .9em;
}

/* Overlay the search without changing the existing header grid or height. */
.site-header__inner > .catalog-header-search {
	box-sizing: border-box;
	height: 40px;
	left: 220px;
	max-width: 700px;
	margin-inline: auto;
	position: absolute;
	top: 0;
	right: 180px;
	bottom: 0;
	margin-block: auto;
	width: auto;
	z-index: 1;
}

@media (max-width: 700px) {
	.site-header__inner > .catalog-header-search {
		width: 220px;
	}
}

.main-navigation ul,
.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation a,
.footer-navigation a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.site-header__mega-menu {
	min-width: 0;
}

.site-header__mega-menu > ul > li {
	position: relative;
}

.header-cart {
	align-items: center;
	background: var(--color-brand);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	padding: 10px 14px;
	text-decoration: none;
}

.header-cart__count {
	background: rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	min-width: 24px;
	padding: 0 7px;
	text-align: center;
}

body.single-product .site-header {
	background: #003965;
	border-bottom: 0;
	box-shadow: none;
}

body.single-product .site-header__inner {
	grid-template-columns: 42px minmax(0, 1fr) auto;
	min-height: 60px;
}

body.single-product .site-branding {
	justify-content: flex-start;
	order: 2;
}

body.single-product .site-branding .custom-logo {
	max-height: 40px;
}

body.single-product .main-navigation a {
	color: #fff;
}

body.single-product .header-cart {
	display: none;
}

@media (max-width: 560px) {
	.site-header__inner {
		gap: 10px;
	}

	.site-header__phone {
		font-size: .68rem;
		gap: 5px;
		padding: 8px 10px;
	}
}

body.woocommerce-page .site-header .menu-toggle,
body.woocommerce-page .site-header .main-navigation {
	display: none !important;
}

body.woocommerce-page .site-header__inner {
	grid-template-columns: auto 1fr;
}

body.single-product .site-header .menu-toggle {
	display: inline-flex !important;
	order: 1;
}

body.single-product .site-header .main-navigation.is-open {
	background: #003965;
	display: block !important;
	grid-column: 1 / -1;
	padding-bottom: 16px;
}

body.woocommerce-page .site-header .menu-toggle,
body.single-product .site-header .menu-toggle {
	border-color: transparent;
	color: #fff;
}

body.woocommerce-page .site-header .menu-toggle .menu-toggle__bar,
body.woocommerce-page .site-header .menu-toggle .menu-toggle__bar::before,
body.woocommerce-page .site-header .menu-toggle .menu-toggle__bar::after,
body.single-product .site-header .menu-toggle .menu-toggle__bar,
body.single-product .site-header .menu-toggle .menu-toggle__bar::before,
body.single-product .site-header .menu-toggle .menu-toggle__bar::after {
	background: #fff !important;
}

html:has(body.single-product) {
	background: #003965;
}

body.single-product {
	background: #f5f5f7;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@supports (min-height: 100svh) {
	body.single-product {
		min-height: 100svh;
	}
}

body.theme-dewit-theme-woocommerce .dewit-header-category-toggle .menu-toggle__bar,
body.theme-dewit-theme-woocommerce .dewit-header-category-toggle .menu-toggle__bar::before,
body.theme-dewit-theme-woocommerce .dewit-header-category-toggle .menu-toggle__bar::after {
	background: #fff !important;
}

.menu-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	display: none;
	height: 42px;
	position: relative;
	width: 42px;
}

.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
	background: #fff;
	content: "";
	height: 2px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 20px;
}

.menu-toggle__bar::before {
	left: 0;
	right: 0;
	top: -7px;
}

.menu-toggle__bar::after {
	left: 0;
	right: 0;
	top: 7px;
}

.site-main {
	background: var(--color-surface);
	flex: 1 0 auto;
	padding-block: 44px 64px;
}

.content-layout {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 300px;
}

.shop-layout {
	display: grid;
	gap: 42px;
	grid-template-columns: 1fr;
}

.shop-layout:has(.shop-sidebar) {
	grid-template-columns: 280px minmax(0, 1fr);
}

body.single-product .shop-layout:has(.shop-sidebar) {
	grid-template-columns: 1fr;
}

body.single-product #catalog-sidebar {
	display: none !important;
}

body.single-product.dewit-mobile-filter-open {
	overflow: hidden;
}

body.single-product.dewit-mobile-filter-open #catalog-sidebar {
	background: #003965 !important;
	border-radius: 0;
	display: block !important;
	height: 100svh;
	left: 0;
	max-width: 320px;
	overflow-y: auto;
	padding: 0 !important;
	position: fixed !important;
	top: 0;
	width: min(86vw, 320px) !important;
	z-index: 1001;
}

.dewit-product__sidebar-close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #003965;
	cursor: pointer;
	display: none;
	font-size: 2rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 44px;
	z-index: 2;
}

body.single-product.dewit-mobile-filter-open .dewit-product__sidebar-close {
	display: flex;
}

/* Never expose the product drawer from a stale body class alone. */
body.single-product.dewit-mobile-filter-open:not([data-dewit-drawer-open="true"]) {
	overflow: auto;
}

body.single-product.dewit-mobile-filter-open:not([data-dewit-drawer-open="true"]) #catalog-sidebar,
body.single-product.dewit-mobile-filter-open:not([data-dewit-drawer-open="true"]) .dewit-category-overlay,
body.single-product.dewit-mobile-filter-open:not([data-dewit-drawer-open="true"]) .dewit-product__sidebar-close {
	display: none !important;
}

.entry-card,
.entry-single,
.entry-page,
.no-results,
.not-found,
.widget {
	border-bottom: 1px solid var(--color-line);
	padding-block: 28px;
}

.entry-title {
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.08;
	margin: 0 0 18px;
}

.entry-card .entry-title {
	font-size: 1.6rem;
}

.entry-title a {
	color: var(--color-ink);
	text-decoration: none;
}

.entry-content > *:first-child,
.entry-summary > *:first-child {
	margin-top: 0;
}

.entry-featured-image,
.entry-card__image {
	border-radius: 6px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.widget-title {
	font-size: 1rem;
	margin-top: 0;
}

.site-footer {
	background: #003965;
	box-shadow: 0 -8px 20px rgba(0, 28, 52, .12);
	color: rgba(255, 255, 255, 0.78);
	flex: 0 0 auto;
	margin-top: 0;
	padding-block: 46px 18px;
}

.site-footer__inner {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	font-size: 13px;
	gap: 0;
	padding-bottom: 38px;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: #151515;
	text-decoration: none;
}

.site-footer strong {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}

.site-footer__brand {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, .18);
	display: flex;
	flex-direction: column;
	padding-right: 48px;
	text-align: center;
}

.site-footer__contact {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-left: 48px;
	text-align: center;
}

.site-footer__eyebrow {
	color: #f4a900;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.site-footer__logo {
	margin-bottom: 12px;
}

.site-footer__logo .custom-logo-link {
	display: inline-flex;
}

.site-footer__logo .custom-logo {
	display: block;
	height: auto;
	max-height: 40px;
	width: auto;
}

.site-footer__brand > strong {
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	letter-spacing: -.04em;
	line-height: 1.05;
	white-space: nowrap;
}

.site-footer__cta {
	align-items: center;
	background: #f4a900;
	border-radius: 999px;
	color: #151515 !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 14px;
	margin-top: 14px;
	padding: 10px 15px;
}

.site-footer__cta span {
	font-size: 18px;
	line-height: 1;
}

.site-footer__contact p + p {
	margin-top: 8px;
}

.site-footer__address {
	align-items: center;
	display: flex;
	gap: 8px;
	white-space: nowrap;
}

.site-footer__address svg {
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.site-footer__opening-note {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 10px !important;
}

.site-footer__opening-note svg {
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.site-footer .site-footer__phone {
	color: #151515;
	justify-self: start;
	margin-top: 14px;
}

.site-footer .site-footer__phone:hover {
	color: #151515;
}

.site-footer__hours table {
	border-collapse: collapse;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
}

.site-footer__hours th,
.site-footer__hours td {
	padding: 3px 0;
	text-align: left;
}

.site-footer__hours ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__hours li {
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 8px 0;
}

.site-footer__hours li:first-child {
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.site-footer__hours b {
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .18);
	color: rgba(255, 255, 255, .55);
	display: flex;
	font-size: 11px;
	gap: 20px;
	justify-content: space-between;
	padding-top: 14px;
}

.site-footer__hours td {
	color: #fff;
	text-align: right;
}

@media (max-width: 600px) {
	.site-footer {
		padding-block: 34px 16px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-bottom: 28px;
	}

	.site-footer__brand {
		align-items: center;
		border-bottom: 0;
		border-right: 0;
		padding-bottom: 0;
		padding-right: 0;
		text-align: center;
	}

	.site-footer__contact {
		align-items: center;
		padding-left: 0;
		text-align: center;
	}

	.site-footer__brand > strong {
		white-space: normal;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.site-footer__hours td {
		padding-left: 16px;
	}
}

@media (max-width: 900px) {
	.site-footer__bottom {
		border-top: 0;
		padding-top: 0;
	}
}

.woocommerce .woocommerce-breadcrumb {
	color: var(--color-muted);
	margin-bottom: 24px;
}

.woocommerce ul.products {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--color-line);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	float: none;
	margin: 0;
	padding: 16px;
	width: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--color-ink);
	font-size: 1.05rem;
	font-weight: 800;
	padding: 0;
}

.woocommerce ul.products li.product .price {
	color: var(--color-accent);
	font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-block-button__link {
	background: var(--color-brand);
	border-radius: 4px;
	color: #fff;
	font-weight: 800;
	padding: 12px 16px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wp-block-button__link:hover {
	background: var(--color-brand-dark);
	color: #fff;
}

body.single-product.woocommerce div.product {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product div.summary {
	float: none;
	width: auto;
}

.dewit-product-page {
	background: #f5f5f7;
	flex: 1 0 auto;
	height: auto;
	overflow: visible;
	padding-block: 18px 56px;
}

.dewit-product-page__inner {
	max-width: 1440px;
}

.dewit-product-breadcrumb {
	align-items: center;
	color: #9ba4ad;
	display: flex;
	font-size: 12px;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.dewit-product-breadcrumb a {
	color: #9ba4ad;
	font-size: inherit;
	font-weight: 800;
	text-decoration: none;
	transition: color 0.18s ease;
}

.dewit-product-breadcrumb a:hover,
.dewit-product-breadcrumb a:focus-visible {
	color: #f4a900;
}

.dewit-product-breadcrumb a:hover {
	color: #f4a900;
}

.dewit-product-breadcrumb > span:not(.dewit-product-breadcrumb__current) {
	color: #9aa1a8;
	font-size: 13px;
}

.dewit-product-breadcrumb__current {
	color: #626a73;
	font-size: 13px;
	max-width: min(560px, 100%);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dewit-product {
	display: block;
}

.dewit-product-hero {
	display: grid;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	gap: 0;
	grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
	overflow: hidden;
}

.dewit-product-details,
.dewit-product-page .related.products {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	box-shadow: none;
	overflow: hidden;
}

.dewit-product-gallery {
	align-self: start;
	background: #fff;
	border-right: 1px solid #fff;
	padding: 0;
}

.dewit-product-gallery .woocommerce-product-gallery,
.dewit-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
	width: 100%;
}

.dewit-product-gallery .woocommerce-product-gallery__image {
	overflow: hidden;
}

.dewit-product-gallery .woocommerce-product-gallery__trigger {
	display: none !important;
}

.dewit-product-gallery .woocommerce-product-gallery__image img {
	aspect-ratio: 1 / 1;
	display: block;
	margin-inline: auto;
	max-height: 390px;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.dewit-product-gallery .flex-control-thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.dewit-product-gallery .flex-control-thumbs li {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
}

.dewit-product-gallery .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 100% !important;
	object-fit: contain;
	object-position: center;
	opacity: 0.64;
	padding: 6px;
	transition: border-color 0.18s ease, opacity 0.18s ease;
	width: 100% !important;
}

.dewit-product-gallery .flex-control-thumbs img.flex-active,
.dewit-product-gallery .flex-control-thumbs img:hover {
	opacity: 1;
}

.dewit-product-gallery .flex-control-thumbs li:has(img.flex-active) {
	border-color: #003965;
}

.dewit-product-summary {
	align-self: stretch;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 26px;
}

.dewit-product-summary__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.dewit-product-summary .product_title {
	color: #151515;
	font-family: var(--font-body);
	font-size: clamp(1.42rem, 2.05vw, 1.82rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0;
}

.dewit-product-sku {
	align-self: flex-start;
	background: #f5f5f7;
	border-radius: 12px;
	color: #59616d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 8px 10px;
	text-transform: uppercase;
}

.dewit-product-sku span {
	color: #151515;
	margin-left: 6px;
}

.dewit-no-link-text i {
	font-style: inherit;
}

.dewit-product-meta {
	color: #59616d;
	font-size: 13px;
	font-weight: 700;
	margin: -3px 0 2px;
}

.dewit-product-meta a {
	color: #003965;
	text-decoration: none;
}

.dewit-product-notice {
	background: #fff4df;
	border: 1px solid #e3b15b;
	border-radius: 14px;
	box-sizing: border-box;
	color: #7a4b00;
	font-size: 13px;
	line-height: 1.45;
	padding: 10px 12px;
	width: 100%;
}

.dewit-product-order-callout {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
}

.dewit-product-order-callout__copy {
	display: grid;
	gap: 2px;
}

.dewit-product-order-callout__copy strong {
	color: #8b5900;
}

.dewit-product-order-callout__copy p {
	margin: 0;
}

.dewit-product-order-callout__phone {
	flex: 0 0 auto;
	height: 38px;
	padding-inline: 14px;
}

.dewit-product-summary .woocommerce-product-details__short-description {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.dewit-product-description {
	color: #3f4650;
	font-size: 15px;
	line-height: 1.58;
	margin: 0;
	width: 100%;
}

.dewit-product-description :where(p, ul, ol, table) {
	margin: 0 0 10px;
}

.dewit-product-description :where(p, span, div, li, td, th) {
	font-size: inherit !important;
	line-height: inherit !important;
}

.dewit-product-description :where(p, ul, ol, table):last-child {
	margin-bottom: 0;
}

.dewit-product-description table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 4px;
	font-size: 14px;
	line-height: 1.35;
	margin-top: 12px;
	width: 100%;
}

.dewit-product-description table :where(th, td) {
	background: transparent;
	border: 0 !important;
	padding: 9px 12px;
	text-align: left;
	vertical-align: top;
}

.dewit-product-description table tr:nth-child(odd) :where(th, td) {
	background: #f5f5f7;
}

.dewit-product-description table tr:nth-child(even) :where(th, td) {
	background: #fff;
}

.dewit-product-description table :where(th:first-child, td:first-child) {
	border-bottom-left-radius: 9px;
	border-top-left-radius: 9px;
	color: #6b7280;
	font-weight: 750;
	width: 42%;
}

.dewit-product-description table :where(th:last-child, td:last-child) {
	border-bottom-right-radius: 9px;
	border-top-right-radius: 9px;
	color: #111827;
	font-weight: 650;
}

.dewit-product-resources {
	border-top: 1px solid #e5e5e5;
	margin-top: 4px;
	padding-top: 16px;
}

.dewit-product-resources p {
	color: #59616d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.dewit-product-resources__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dewit-product-resource {
	align-items: center;
	background: #f5f5f7;
	border-radius: 12px;
	color: #003965;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	min-height: 38px;
	padding: 0 12px;
	text-decoration: none;
}

.dewit-product-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: auto;
	padding-top: 20px;
}

.dewit-product-actions__label {
	border-top: 1px solid #e5e5e5;
	color: #59616d;
	font-size: 12px;
	font-weight: 850;
	grid-column: 1 / -1;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding-top: 16px;
	text-transform: uppercase;
}

.dewit-product-summary form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

.dewit-product-summary .quantity .qty {
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	min-height: 46px;
	padding: 0 10px;
	width: 74px;
}

.dewit-product-summary .single_add_to_cart_button,
.dewit-product-phone,
.dewit-product-mail {
	align-items: center;
	border-radius: 14px;
	border: 0;
	display: inline-flex;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none;
}

.dewit-product-phone svg,
.dewit-product-mail svg {
	flex: 0 0 18px;
	height: 18px;
	width: 18px;
}

.dewit-product-summary .single_add_to_cart_button {
	background: #003965 !important;
	color: #fff !important;
}

.dewit-product-phone {
	background: #f5a710;
	color: #fff;
	width: 100%;
}

.dewit-product-mail {
	background: #003965;
	color: #fff;
	width: 100%;
}

.dewit-product-details {
	margin-top: 18px;
	padding: 22px;
}

.dewit-product-details .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0 0 10px;
}

.dewit-product-details .woocommerce-tabs ul.tabs::before,
.dewit-product-details .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

.dewit-product-details .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dewit-product-details .woocommerce-tabs ul.tabs li a {
	background: #f5f5f7;
	border-radius: 999px;
	color: #003965;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 12px;
	text-decoration: none;
}

.dewit-product-details .woocommerce-tabs ul.tabs li.active a {
	background: #003965;
	color: #fff;
}

.dewit-product-details .woocommerce-Tabs-panel h2 {
	display: none;
}

.dewit-product-details table.shop_attributes {
	border: 0;
	margin: 0;
}

.dewit-product-details table.shop_attributes th,
.dewit-product-details table.shop_attributes td {
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 10px 0;
}

.dewit-product-page .related.products {
	margin-top: 18px;
	padding: 18px 18px 20px;
}

.dewit-product-page .related.products > h2 {
	color: #003965;
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
	margin: 0 0 16px;
}

.dewit-product-page .related.products ul.products {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	justify-content: stretch;
	margin: 0;
	padding: 0;
}

.dewit-product-page .related.products ul.products li.product {
	border-color: #e5e5e5;
	border-radius: 14px;
	margin: 0 !important;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	width: 100% !important;
}

.dewit-product-page .related.products ul.products li.product a {
	text-decoration: none;
}

.dewit-product-page .related.products ul.products li.product img {
	aspect-ratio: 1 / 1;
	border-radius: 14px 14px 0 0;
	margin: 0 0 10px !important;
	max-height: 150px;
	object-fit: contain;
	width: 100%;
}

.dewit-product-page .related.products .woocommerce-loop-product__title {
	color: #151515;
	font-family: var(--font-body);
	font-size: 12px !important;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	padding: 0 12px 12px !important;
}

.dewit-product-page .related.products .price,
.dewit-product-page .related.products .button {
	display: none !important;
}

.dewit-product-related-options {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	display: grid;
	gap: 14px;
	margin-top: 18px;
	padding: 18px;
}

.dewit-product-related-options__header {
	display: grid;
	gap: 4px;
}

.dewit-product-related-options__header h2 {
	color: #003965;
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
	margin: 0;
}

.dewit-product-related-options__header p {
	color: #59616d;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.dewit-product-related-options .dewit-grouped-products__grid {
	gap: 8px;
	grid-template-columns: 1fr;
}

.dewit-product-related-options .dewit-grouped-product-card {
	align-items: center;
	animation: dewit-card-enter 360ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	animation-delay: calc(var(--dewit-card-index, 0) * 18ms);
	background: #fff;
	border: 1px solid transparent;
	border-radius: 14px;
	color: #151515;
	display: grid;
	grid-template-columns: 70px minmax(104px, 140px) minmax(0, 1fr) auto;
	min-height: 72px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	width: 100%;
}

.dewit-product-related-options .dewit-grouped-product-card:hover {
	border-color: transparent;
	box-shadow: none;
}

.dewit-product-related-options .dewit-grouped-product-card::after {
	align-items: center;
	background: #f4f6f8;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	color: #003965;
	content: "Bekijk";
	display: inline-flex;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	margin-right: 12px;
	padding: 0 14px;
	white-space: nowrap;
}

.dewit-product-related-options .dewit-grouped-product-card:hover::after {
	background: #003965;
	border-color: #003965;
	color: #fff;
}

.dewit-product-related-options .dewit-grouped-product-card.is-current-product {
	background: #eef5fa;
	border-color: transparent;
}

.dewit-product-related-options .dewit-grouped-product-card.is-current-product::after {
	background: #003965;
	border-color: #003965;
	color: #fff;
	content: "Huidig";
}

.dewit-product-related-options .dewit-grouped-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 14px 0 0 14px;
	display: flex;
	height: 70px;
	justify-content: center;
	min-height: 70px;
	overflow: hidden;
	width: 70px;
}

.dewit-product-related-options .dewit-grouped-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.dewit-product-related-options .dewit-grouped-product-card__body {
	align-items: center;
	display: contents;
	padding: 0;
}

.dewit-product-related-options .dewit-grouped-product-card__sku {
	color: #59616d;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
	padding: 0 14px;
}

.dewit-product-related-options .dewit-grouped-product-card__title {
	color: #151515;
	display: -webkit-box;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 0;
	padding: 0 14px 0 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout {
	background: var(--color-soft);
	border-radius: 6px;
	padding: 24px;
}

@media (max-width: 900px) {
	.site-header__inner {
		grid-template-columns: 1fr auto auto;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.main-navigation {
		background: var(--color-header-blue);
		border-bottom: 0;
		display: none;
		grid-column: 1 / -1;
		padding-bottom: 18px;
	}

	.main-navigation.is-open {
		display: block;
	}

	.main-navigation ul {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.content-layout,
	.shop-layout,
	body.single-product.woocommerce div.product,
	.dewit-product-hero {
		grid-template-columns: 1fr;
	}

	.dewit-product-gallery {
		border-bottom: 1px solid #fff;
		border-right: 0;
		margin-inline: auto;
		max-width: 430px;
		width: 100%;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.container {
		padding-inline: 18px;
	}

	.site-header__inner {
		gap: 12px;
	}

	.header-cart {
		padding: 9px 10px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.dewit-product-page {
		padding-block: 14px 48px;
	}

	.dewit-product-page .container {
		padding-inline: 12px;
	}

	.dewit-product-summary,
	.dewit-product-details,
	.dewit-product-page .related.products {
		padding: 14px;
	}

	.dewit-product-gallery {
		padding: 0;
	}

	.dewit-product-summary .product_title {
		font-size: 1.45rem;
	}

	.dewit-product-order-callout {
		align-items: flex-start;
		flex-direction: column;
	}

	.dewit-product-actions {
		gap: 8px;
	}

	.dewit-product-phone,
	.dewit-product-mail {
		min-height: 46px;
		padding-inline: 12px;
	}

	.dewit-product-summary form.cart,
	.dewit-product-summary .single_add_to_cart_button {
		width: 100%;
	}

	.dewit-product-summary .quantity {
		width: 100%;
	}

	.dewit-product-summary .quantity .qty {
		width: 100%;
	}

	.dewit-product-details .woocommerce-tabs ul.tabs {
		overflow-x: auto;
		padding-bottom: 12px;
	}

	.dewit-product-page .related.products ul.products {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dewit-product-related-options {
		padding: 14px;
	}

	.dewit-product-related-options__header h2 {
		font-size: 18px;
	}

	.dewit-product-related-options .dewit-grouped-product-card {
		grid-template-columns: 58px minmax(0, 1fr);
		min-height: 74px;
	}

	.dewit-product-related-options .dewit-grouped-product-card::after {
		display: none;
	}

	.dewit-product-related-options .dewit-grouped-product-card__image {
		height: 74px;
		min-height: 74px;
		width: 58px;
	}

	.dewit-product-related-options .dewit-grouped-product-card__body {
		align-content: center;
		display: grid;
		gap: 4px;
		padding: 10px 12px;
	}

	.dewit-product-related-options .dewit-grouped-product-card__sku,
	.dewit-product-related-options .dewit-grouped-product-card__title {
		padding: 0;
	}

}

body.theme-dewit-theme-woocommerce.elementor-template-canvas {
	background: #f5f5f7;
	height: var(--dewit-shop-viewport-height) !important;
	min-height: var(--dewit-shop-viewport-height);
	overflow-x: hidden;
	overflow-y: hidden !important;
	width: 100%;
}

html:has(body.theme-dewit-theme-woocommerce.elementor-template-canvas) {
	background: #003965;
	height: 100% !important;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-location-archive.product {
	background: #f5f5f7;
	box-sizing: border-box;
	height: var(--dewit-shop-viewport-height) !important;
	margin: 0 !important;
	max-width: none;
	min-height: 0;
	overflow: hidden !important;
	padding: 0 !important;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-b680c70 {
	align-items: stretch !important;
	background: #f5f5f7 !important;
	box-sizing: border-box;
	gap: 0 !important;
	height: var(--dewit-shop-viewport-height) !important;
	margin: 0 !important;
	max-width: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 100% !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar {
	background: #003965 !important;
	border-radius: 14px;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	flex: 0 0 260px !important;
	margin: 0 !important;
	min-height: 0;
	overflow: hidden;
	padding: 0 !important;
	width: 260px !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-element-aad6506 {
	align-items: center !important;
	flex: 0 0 auto;
	padding: 28px 24px 6px !important;
	text-align: center !important;
}

body.single-product #catalog-sidebar .elementor-element-aad6506 {
	align-items: center !important;
	padding: 28px 24px 6px !important;
	text-align: center !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .dewit-sidebar-logo-link,
body.single-product #catalog-sidebar .dewit-sidebar-logo-link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-element-aad6506 img,
body.single-product #catalog-sidebar .elementor-element-aad6506 img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-element-cdaf430 {
	flex: 1 1 auto;
	margin-bottom: 8px;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 10px 18px !important;
	scrollbar-color: rgba(255, 255, 255, 0.34) transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

body.single-product #catalog-sidebar .elementor-element-cdaf430 {
	margin-bottom: 8px;
	padding: 0 10px 18px !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e {
	background: #f5f5f7 !important;
	border: 0 !important;
	border-radius: 14px;
	box-shadow: none !important;
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	height: var(--dewit-shop-viewport-height) !important;
	min-width: 0 !important;
	min-height: 0 !important;
	overflow: hidden;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

@media (min-width: 767px) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-b680c70 {
		gap: 12px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 1440px !important;
		padding: 12px !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e {
		height: calc(var(--dewit-shop-viewport-height) - 24px) !important;
		padding-right: 0 !important;
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid {
	background: transparent !important;
	border-radius: 14px;
	border: 0 !important;
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0;
	width: 100% !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products::-webkit-scrollbar {
	width: 8px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products::-webkit-scrollbar-track {
	background: transparent;
	margin: 4px 0 calc(20px + env(safe-area-inset-bottom, 0px));
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products::-webkit-scrollbar-thumb {
	background: #c7cbd0;
	border: 2px solid #f5f5f7;
	border-radius: 999px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products:hover::-webkit-scrollbar-thumb {
	background: #aeb4bb;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid > .elementor-widget-container {
	border-radius: 14px;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	max-width: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid.dewit-grouped-widget .e-load-more-anchor,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid.dewit-grouped-widget .e-load-more-spinner,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid.dewit-grouped-widget .e-load-more-message {
	display: none !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-grouped .elementor-widget-loop-grid .e-load-more-anchor,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-grouped .elementor-widget-loop-grid .e-load-more-spinner,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-grouped .elementor-widget-loop-grid .e-load-more-message {
	display: none !important;
}

@supports selector(:has(*)) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e:not(:has(.dewit-shop-toolbar))::before {
		content: "";
		display: block;
		flex: 0 0 auto;
		height: 48px;
		margin: 0 0 12px;
		width: 100%;
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-toolbar {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin: 0 0 10px;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-toolbar-logo {
	align-items: center;
	background: #003965;
	border-radius: 14px;
	display: none;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	padding: 7px 12px;
	text-decoration: none;
	width: 150px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-toolbar-logo img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-toolbar-logo:not(:has(img)) {
	color: #fff;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 800;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch {
	align-items: center;
	background: transparent;
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	margin: -2px 0 0;
	min-height: 40px;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__label {
	color: #003965;
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.32;
	min-width: 0;
	overflow: hidden;
	padding: 2px 0 3px 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__controls {
	display: inline-flex;
	flex: 0 0 auto;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__button {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #003965;
	cursor: pointer;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 42px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__button:first-child {
	border-radius: 12px 0 0 12px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__button + .dewit-product-view-switch__button {
	border-left: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__button:last-child {
	border-radius: 0 12px 12px 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__button svg {
	height: 17px;
	width: 17px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__button.is-active {
	background: #003965;
	border-color: #003965;
	color: #fff;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	height: 48px;
	position: relative;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search input[type="search"] {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 500;
	min-width: 0;
	outline: 0;
	padding: 0 16px;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search input[type="search"]::placeholder {
	color: #6f7782;
	opacity: 1;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #003965;
	cursor: pointer;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0 16px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search button svg {
	display: block;
	height: 19px;
	width: 19px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-results {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
	display: none;
	left: 0;
	max-height: min(420px, 68vh);
	overflow: auto;
	padding: 6px;
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	z-index: 80;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-results.is-visible {
	display: grid;
	gap: 5px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-results__empty {
	color: #59616d;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	padding: 12px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-results.is-loading {
	opacity: 0.9;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	color: var(--color-ink);
	display: grid;
	gap: 10px;
	grid-template-columns: 48px minmax(0, 1fr);
	padding: 8px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result:hover,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result:focus {
	background: #f5f5f7;
	border-color: #d8dde2;
	outline: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result:focus-visible {
	box-shadow: 0 0 0 3px rgba(0, 57, 101, 0.14);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__image {
	align-items: center;
	background: #f5f5f7;
	border-radius: 8px;
	display: flex;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	width: 48px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__title {
	color: #151515;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__meta {
	align-items: center;
	color: #59616d;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	gap: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__meta-item {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__meta-item + .dewit-shop-search-result__meta-item::before {
	color: #7d8792;
	content: "/";
	margin-right: 6px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search-result__meta-item.is-sku {
	color: #003965;
	font-weight: 750;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-email,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-phone {
	align-items: center;
	border-radius: 14px;
	box-sizing: border-box;
	display: inline-flex;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	height: 48px;
	justify-content: center;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-email svg,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-phone svg,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-toggle svg {
	color: #fff;
	display: block;
	flex: 0 0 17px;
	height: 17px;
	width: 17px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-email {
	background: #003965;
	border: 1px solid #003965;
	color: #fff;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-phone {
	background: #f5a710;
	border: 1px solid #f5a710;
	color: #fff;
}

@media (max-width: 1180px) and (min-width: 769px) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-toolbar {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search {
		grid-column: 1 / -1;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-email,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-phone {
		width: 100%;
	}
}

@media (max-width: 768px) {
	@supports selector(:has(*)) {
		body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e:not(:has(.dewit-shop-toolbar))::before {
			height: 148px;
			margin-bottom: 14px;
		}
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-toolbar {
		grid-template-columns: 1fr 1fr;
		min-height: 148px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-search {
		grid-column: 1 / -1;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-email {
		width: 100%;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-email span {
		display: none;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-email::after {
		content: "Mail";
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-phone {
		width: 100%;
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-toggle {
	align-items: center;
	background: #003965;
	border: 0;
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 0 16px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .elementor-loop-container.elementor-grid {
	display: grid !important;
	column-gap: 12px !important;
	grid-auto-flow: row !important;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) !important;
	row-gap: 14px !important;
	width: 100% !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .elementor-loop-container.dewit-grouped-mode {
	display: block !important;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-grouped .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item.product {
	display: none !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .elementor-loop-container.dewit-grouped-mode > .e-loop-item.product {
	display: none !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products {
	display: none;
	min-height: 0;
	overscroll-behavior-y: contain;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 calc(20px + env(safe-area-inset-bottom, 0px));
	scrollbar-color: #c7cbd0 transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products.is-visible {
	display: grid;
	gap: 20px;
	max-height: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products.is-loading {
	pointer-events: none;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__section {
	display: grid;
	gap: 12px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__section + .dewit-grouped-products__section {
	margin-top: 8px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__heading {
	border-bottom: 1px solid #dedede;
	color: #151515;
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	margin: 4px 0 0;
	padding: 0 0 8px 4px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	justify-content: start;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single {
	grid-template-columns: minmax(170px, 190px);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__status {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	color: #59616d;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	padding: 16px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	color: #151515;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: none;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-animate-grouped-products .dewit-grouped-product-card {
	animation: dewit-card-enter 320ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	animation-delay: calc(var(--dewit-card-index, 0) * 14ms);
}

@keyframes dewit-card-enter {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single .dewit-grouped-product-card {
	max-width: 190px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card:hover {
	border-color: #cacaca;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 14px 14px 0 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__body {
	display: grid;
	gap: 5px;
	padding: 10px 12px 12px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__sku {
	color: #6f7782;
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	min-height: 14px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__title {
	color: #151515;
	display: -webkit-box;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 30px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-products__grid,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-products__grid.is-single {
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-products__grid.is-single .dewit-grouped-product-card {
	max-width: none;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-product-card {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	min-height: 112px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-product-card__image {
	aspect-ratio: auto;
	border-radius: 14px 0 0 14px;
	min-height: 112px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-product-card__body {
	align-content: center;
	padding: 12px 14px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-product-card__title {
	font-size: 13px;
	min-height: 0;
}

html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid,
html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single {
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single .dewit-grouped-product-card {
	max-width: none;
}

html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	min-height: 112px;
}

html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__image {
	aspect-ratio: auto;
	border-radius: 14px 0 0 14px;
	min-height: 112px;
}

html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__body {
	align-content: center;
	padding: 12px 14px;
}

html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__title {
	font-size: 13px;
	min-height: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-products__grid,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-products__grid.is-single {
	gap: 8px;
	grid-template-columns: 1fr;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-products__grid.is-single .dewit-grouped-product-card {
	max-width: none;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card {
	align-items: center;
	display: grid;
	grid-template-columns: 70px minmax(104px, 140px) minmax(0, 1fr) auto;
	min-height: 72px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card::after {
	align-items: center;
	background: #f4f6f8;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	color: #003965;
	content: "Bekijk";
	display: inline-flex;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	margin-right: 12px;
	padding: 0 14px;
	white-space: nowrap;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card:hover::after {
	background: #003965;
	border-color: #003965;
	color: #fff;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__image {
	aspect-ratio: 1 / 1;
	border-radius: 14px 0 0 14px;
	height: 70px;
	min-height: 70px;
	width: 70px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__body {
	align-items: center;
	display: contents;
	padding: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__sku {
	color: #59616d;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
	padding: 0 14px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__title {
	font-size: 13px;
	line-height: 1.25;
	min-height: 0;
	padding: 0 14px 0 0;
	-webkit-line-clamp: 2;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid,
html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single {
	gap: 8px;
	grid-template-columns: 1fr;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single .dewit-grouped-product-card {
	max-width: none;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card {
	align-items: center;
	display: grid;
	grid-template-columns: 70px minmax(104px, 140px) minmax(0, 1fr) auto;
	min-height: 72px;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card::after {
	align-items: center;
	background: #f4f6f8;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	color: #003965;
	content: "Bekijk";
	display: inline-flex;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	margin-right: 12px;
	padding: 0 14px;
	white-space: nowrap;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card:hover::after {
	background: #003965;
	border-color: #003965;
	color: #fff;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__image {
	aspect-ratio: 1 / 1;
	border-radius: 14px 0 0 14px;
	height: 70px;
	min-height: 70px;
	width: 70px;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__body {
	align-items: center;
	display: contents;
	padding: 0;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__sku {
	color: #59616d;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
	padding: 0 14px;
}

html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__title {
	font-size: 13px;
	line-height: 1.25;
	min-height: 0;
	padding: 0 14px 0 0;
	-webkit-line-clamp: 2;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	box-shadow: none;
	cursor: pointer;
	display: flex !important;
	flex-direction: column;
	float: none !important;
	gap: 0;
	justify-content: space-between;
	max-width: none !important;
	min-width: 0 !important;
	overflow: hidden;
	padding: 0;
	transition: border-color 160ms ease, box-shadow 160ms ease, opacity 220ms ease, transform 220ms ease;
	width: 100% !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product.dewit-product-card-ready {
	opacity: 0;
	transform: translateY(10px);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product.dewit-product-card-ready.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product:hover {
	border-color: #cacaca;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product > .e-con {
	max-width: none !important;
	width: 100% !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product > .e-con,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .e-con-boxed,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .e-con-inner,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .e-con-full {
	max-width: none !important;
	width: 100% !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-element-4169925 {
	display: flex !important;
	flex-direction: column;
	gap: 0;
	padding: 0 !important;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-image {
	background: #fff;
	border-radius: 14px 14px 0 0;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product.dewit-product-card-ready:not(.dewit-product-image-loaded) .elementor-widget-image {
	animation: dewit-card-shimmer 1.15s linear infinite;
	background: linear-gradient(90deg, #ffffff 0%, #f5f5f7 45%, #ffffff 90%);
	background-size: 220% 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product img {
	aspect-ratio: 1 / 1;
	border-radius: 14px 14px 0 0;
	height: 100%;
	max-height: none;
	object-fit: cover;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-text-editor,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-heading {
	margin: 0 !important;
	min-width: 0;
	padding-left: 12px;
	padding-right: 12px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-text-editor {
	color: #59616d;
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	padding-top: 10px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-text-editor p {
	margin: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-heading-title {
	color: var(--color-ink);
	display: -webkit-box;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	min-height: 30px;
	padding-bottom: 12px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .e-load-more-spinner {
	color: #003965;
	display: flex;
	justify-content: center;
	padding: 22px 0 6px;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .e-load-more-spinner svg {
	height: 22px;
	width: 22px;
}

@keyframes dewit-card-shimmer {
	from {
		background-position: 220% 0;
	}

	to {
		background-position: -220% 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product.dewit-product-card-ready,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product.dewit-product-card-ready:not(.dewit-product-image-loaded) .elementor-widget-image,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-taxonomy-filter .dewit-category-child,
	body.single-product .elementor-widget-taxonomy-filter .dewit-category-child {
		animation: none;
		transition: none;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product.dewit-product-card-ready {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 766px) {
	html {
		height: auto !important;
		min-height: 100svh;
		overflow-x: hidden;
		overflow-y: auto !important;
		overscroll-behavior-y: auto;
	}

	html:has(body.theme-dewit-theme-woocommerce.elementor-template-canvas) {
		background-color: #003965 !important;
		height: auto !important;
		min-height: 100svh;
		overflow-x: hidden;
		overflow-y: auto !important;
		overscroll-behavior-y: contain;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas {
		background-color: #003965 !important;
		height: auto !important;
		min-height: 100svh;
		overflow-x: hidden;
		overflow-y: visible !important;
	}

	html:has(body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-mobile-filter-open) {
		overflow: hidden !important;
	}

	body.single-product {
		background: #003965;
	}

	body.single-product .site-header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
	}

	body.single-product .dewit-product-page {
		background: #f5f5f7;
		margin-top: 104px;
		overscroll-behavior-y: auto;
		padding-block: 0;
	}

	body.single-product .dewit-product-page__inner {
		background: #f5f5f7;
		box-sizing: border-box;
		max-width: none;
		min-height: 100%;
		padding-block: 18px 56px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59:not(.elementor-sticky__spacer) {
		background: #003965;
		border-bottom: 0;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header__inner {
		grid-template-columns: 42px minmax(0, 1fr);
		min-height: 60px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .site-branding {
		justify-content: flex-start;
		order: 2;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .site-branding .custom-logo {
		max-height: 38px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .header-cart {
		display: none !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .menu-toggle.dewit-header-category-toggle,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59:not(.elementor-sticky__spacer) .dewit-header-category-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		display: inline-flex !important;
		height: 42px;
		justify-content: center;
		width: 42px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .menu-toggle.dewit-header-category-toggle {
		order: 1;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59 {
		position: relative;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59:not(.elementor-sticky__spacer) .dewit-header-category-toggle {
		left: 8px;
		position: absolute;
		top: 9px;
		z-index: 3;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59:not(.elementor-sticky__spacer) .elementor-widget-theme-site-logo {
		margin-left: 48px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-mobile-filter-open {
		overflow: hidden !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-location-archive.product,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-b680c70 {
		height: auto !important;
		max-height: none !important;
		max-width: 100% !important;
		min-height: 100svh !important;
		overflow: visible !important;
		width: 100% !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e {
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		overflow: visible !important;
		position: relative !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid > .elementor-widget-container,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .elementor-loop-container.dewit-grouped-mode,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar {
		display: none !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-mobile-filter-open #catalog-sidebar {
		border-radius: 0;
		display: block !important;
		height: var(--dewit-shop-viewport-height);
		left: 0;
		max-width: 320px;
		overflow-y: auto;
		position: fixed !important;
		top: 0;
		width: min(86vw, 320px) !important;
		z-index: 1001;
	}
}

@media (max-width: 560px) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header {
		background: #003965;
		border-bottom: 0;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header__inner {
		grid-template-columns: 42px minmax(0, 1fr);
		min-height: 60px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .site-branding {
		justify-content: flex-start;
		order: 2;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .site-branding .custom-logo {
		max-height: 38px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .header-cart {
		display: none !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .menu-toggle.dewit-header-category-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		display: inline-flex !important;
		height: 42px;
		justify-content: center;
		order: 1;
		width: 42px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59 {
		position: relative;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59:not(.elementor-sticky__spacer) .dewit-header-category-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		display: inline-flex !important;
		height: 42px;
		justify-content: center;
		left: 8px;
		position: absolute;
		top: 9px;
		width: 42px;
		z-index: 3;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59:not(.elementor-sticky__spacer) .elementor-widget-theme-site-logo {
		margin-left: 48px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .menu-toggle.dewit-header-category-toggle .menu-toggle__bar,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .menu-toggle.dewit-header-category-toggle .menu-toggle__bar::before,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .site-header .menu-toggle.dewit-header-category-toggle .menu-toggle__bar::after,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59 .dewit-header-category-toggle .menu-toggle__bar,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59 .dewit-header-category-toggle .menu-toggle__bar::before,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-c385f59 .dewit-header-category-toggle .menu-toggle__bar::after {
		background: #fff;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-mobile-filter-open {
		overflow: hidden !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-location-archive.product,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-b680c70 {
		height: auto !important;
		max-height: none !important;
		max-width: 100% !important;
		min-height: 100svh !important;
		overflow: visible !important;
		width: 100% !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-location-archive.product {
		padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-b680c70 {
		display: block !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar {
		display: none !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-mobile-filter-open #catalog-sidebar {
		border-radius: 0;
		display: block !important;
		height: var(--dewit-shop-viewport-height);
		left: 0;
		max-width: 320px;
		overflow-y: auto;
		position: fixed !important;
		top: 0;
		width: min(86vw, 320px) !important;
		z-index: 1001;
	}

	body.single-product.dewit-mobile-filter-open {
		overflow: hidden;
	}

	body.single-product #catalog-sidebar {
		display: none !important;
	}

	body.single-product.dewit-mobile-filter-open #catalog-sidebar {
		background: #003965 !important;
		border-radius: 0;
		display: block !important;
		height: 100svh;
		left: 0;
		max-width: 320px;
		overflow-y: auto;
		padding: 0 !important;
		position: fixed !important;
		top: 0;
		width: min(86vw, 320px) !important;
		z-index: 1001;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e {
		flex: 0 0 auto !important;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		min-height: 0 !important;
		overflow: visible !important;
		position: relative !important;
		width: 100% !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-shop-toolbar {
		background: #f5f5f7;
		grid-template-columns: 1fr 1fr;
		margin: 0 0 14px;
		padding: 0;
		position: relative;
		top: auto;
		transform: none;
		z-index: 1;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch {
		grid-column: 1 / -1;
		margin: -2px 0 0;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__label {
		font-size: 18px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-toggle {
		display: none !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .elementor-loop-container.elementor-grid {
		gap: 8px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid > .elementor-widget-container,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .elementor-loop-container.dewit-grouped-mode {
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		overflow: visible !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products {
		gap: 16px;
		max-height: none !important;
		overflow: visible !important;
		padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__section + .dewit-grouped-products__section {
		margin-top: 6px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__heading {
		font-size: 16px;
		padding-bottom: 7px;
		padding-left: 4px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid {
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card {
		max-width: none;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-products__grid,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-products__grid.is-single {
		grid-template-columns: 1fr !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-product-card {
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 104px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-horizontal-product-cards .dewit-grouped-product-card__image {
		min-height: 104px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-products__grid,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-products__grid.is-single {
		grid-template-columns: 1fr !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card {
		grid-template-columns: 58px minmax(0, 1fr);
		min-height: 74px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card::after {
		display: none;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__image {
		height: 74px;
		min-height: 74px;
		width: 58px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__body {
		align-content: center;
		display: grid;
		gap: 4px;
		padding: 10px 12px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__sku,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-table-product-cards .dewit-grouped-product-card__title {
		padding: 0;
	}

	html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid,
	html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single {
		grid-template-columns: 1fr !important;
	}

	html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card {
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 104px;
	}

	html.dewit-horizontal-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__image {
		min-height: 104px;
	}

	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid,
	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products__grid.is-single {
		grid-template-columns: 1fr !important;
	}

	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card {
		grid-template-columns: 58px minmax(0, 1fr);
		min-height: 74px;
	}

	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card::after {
		display: none;
	}

	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__image {
		height: 74px;
		min-height: 74px;
		width: 58px;
	}

	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__body {
		align-content: center;
		display: grid;
		gap: 4px;
		padding: 10px 12px;
	}

	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__sku,
	html.dewit-table-product-cards body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-product-card__title {
		padding: 0;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-element-4169925 {
		gap: 0;
		padding: 0 !important;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-text-editor,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-heading-title {
		font-size: 12px;
	}

	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-text-editor {
		font-size: 11px;
	}
}

@media (max-width: 430px) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-product-view-switch__label {
		font-size: 16px;
		line-height: 1.2;
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-overlay {
	background: rgba(0, 0, 0, 0.34);
	border: 0;
	display: none;
	inset: 0;
	padding: 0;
	position: fixed;
	z-index: 1000;
}

body.single-product .dewit-category-overlay {
	background: rgba(0, 0, 0, 0.34);
	border: 0;
	display: none;
	inset: 0;
	padding: 0;
	position: fixed;
	z-index: 1000;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-mobile-filter-open .dewit-category-overlay {
	display: block;
}

body.single-product.dewit-mobile-filter-open .dewit-category-overlay {
	display: block;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-taxonomy-filter .e-filter {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-taxonomy-filter .e-filter:not(.dewit-category-dropdowns-ready) {
	min-height: 48px;
	visibility: visible;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-taxonomy-filter .e-filter.dewit-category-dropdowns-ready {
	visibility: visible;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-taxonomy-filter .e-filter-item[data-filter=""],
body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-taxonomy-filter .e-filter-item[data-filter="*"],
body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-taxonomy-filter .e-filter-item[data-filter="__all"] {
	display: none !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar,
body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-heading-title,
body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-taxonomy-filter,
body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .e-filter-item,
body.single-product #catalog-sidebar,
body.single-product #catalog-sidebar .elementor-heading-title,
body.single-product #catalog-sidebar .elementor-widget-taxonomy-filter,
body.single-product #catalog-sidebar .e-filter-item {
	color: #fff;
}

#catalog-sidebar a,
#catalog-sidebar .dewit-sidebar-logo-link,
#catalog-sidebar .dewit-category-trigger,
#catalog-sidebar .dewit-category-child {
	text-decoration: none !important;
	text-decoration-thickness: 0;
	text-underline-offset: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-heading .elementor-heading-title {
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-widget-heading,
body.single-product #catalog-sidebar .elementor-widget-heading {
	display: none !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-group {
	width: 100%;
}

body.single-product .dewit-category-group {
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-trigger {
	align-items: center;
	background: transparent;
	border-radius: 10px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 13.5px;
	font-weight: 750;
	line-height: 1.2;
	min-height: 36px;
	padding: 9px 10px;
	text-align: left;
	transition: background-color 160ms ease, color 160ms ease;
	width: 100%;
}

body.single-product .dewit-category-trigger {
	align-items: center;
	background: transparent;
	border-radius: 10px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 13.5px;
	font-weight: 750;
	line-height: 1.2;
	min-height: 36px;
	padding: 9px 10px;
	text-align: left;
	transition: background-color 160ms ease, color 160ms ease;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-label,
body.single-product .dewit-category-label {
	flex: 1 1 auto;
	min-width: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-trigger:hover,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-group.is-open .dewit-category-trigger,
body.single-product .dewit-category-trigger:hover,
body.single-product .dewit-category-group.is-open .dewit-category-trigger {
	background: rgba(255, 255, 255, 0.08);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel,
body.single-product .dewit-category-panel {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 2px 0 10px;
	padding-left: 16px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel[hidden],
body.single-product .dewit-category-panel[hidden] {
	display: none;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-taxonomy-filter .dewit-category-child,
body.single-product .elementor-widget-taxonomy-filter .dewit-category-child {
	animation: dewit-sidebar-child-enter 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.82);
	cursor: pointer;
	display: block;
	font-family: var(--font-body);
	border-radius: 9px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.22;
	opacity: 0.9;
	padding: 7px 8px 7px 16px;
	position: relative;
	text-align: left;
	transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel .dewit-category-child:nth-child(2),
body.single-product .dewit-category-panel .dewit-category-child:nth-child(2) {
	animation-delay: 18ms;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel .dewit-category-child:nth-child(3),
body.single-product .dewit-category-panel .dewit-category-child:nth-child(3) {
	animation-delay: 36ms;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel .dewit-category-child:nth-child(4),
body.single-product .dewit-category-panel .dewit-category-child:nth-child(4) {
	animation-delay: 54ms;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel .dewit-category-child:nth-child(5),
body.single-product .dewit-category-panel .dewit-category-child:nth-child(5) {
	animation-delay: 72ms;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel .dewit-category-child:nth-child(6),
body.single-product .dewit-category-panel .dewit-category-child:nth-child(6) {
	animation-delay: 90ms;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-panel .dewit-category-child:nth-child(n+7),
body.single-product .dewit-category-panel .dewit-category-child:nth-child(n+7) {
	animation-delay: 108ms;
}

@keyframes dewit-sidebar-child-enter {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}

	to {
		opacity: 0.9;
		transform: translateY(0);
	}
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-taxonomy-filter .dewit-category-child:hover,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-taxonomy-filter .dewit-category-child[aria-pressed="true"],
body.single-product .elementor-widget-taxonomy-filter .dewit-category-child:hover,
body.single-product .elementor-widget-taxonomy-filter .dewit-category-child[aria-pressed="true"] {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	opacity: 1;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-taxonomy-filter .dewit-category-child::before,
body.single-product .elementor-widget-taxonomy-filter .dewit-category-child::before {
	background: currentColor;
	content: "";
	height: 1px;
	left: 4px;
	opacity: 0.36;
	position: absolute;
	top: 50%;
	width: 4px;
}

.dewit-sidebar-preview {
	display: none;
}

@media (min-width: 1024px) {
	.dewit-sidebar-preview {
		background: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 14px;
		box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
		box-sizing: border-box;
		display: block;
		opacity: 0;
		padding: 10px;
		pointer-events: none;
		position: fixed;
		transform: translateX(-6px);
		transition: opacity 140ms ease, transform 140ms ease;
		width: 310px;
		z-index: 1002;
	}

	.dewit-sidebar-preview.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.dewit-sidebar-preview__inner {
		display: grid;
		gap: 8px;
	}

	.dewit-sidebar-preview__heading {
		color: #111827;
		font-size: 14px;
		font-weight: 750;
		line-height: 1.25;
		padding: 4px 4px 2px;
	}

	.dewit-sidebar-preview__item {
		align-items: center;
		background: #f5f5f7;
		border: 1px solid transparent;
		border-radius: 10px;
		color: #111827;
		display: grid;
		gap: 10px;
		grid-template-columns: 54px minmax(0, 1fr);
		min-height: 68px;
		padding: 7px;
		text-decoration: none;
		transition: background 140ms ease, border-color 140ms ease;
	}

	.dewit-sidebar-preview__item:hover,
	.dewit-sidebar-preview__item:focus-visible {
		background: #fff;
		border-color: #d9dde3;
		outline: none;
	}

	.dewit-sidebar-preview__item img {
		aspect-ratio: 1 / 1;
		background: #fff;
		border-radius: 8px;
		display: block;
		height: auto;
		object-fit: contain;
		width: 54px;
	}

	.dewit-sidebar-preview__body {
		display: grid;
		gap: 3px;
		min-width: 0;
	}

	.dewit-sidebar-preview__sku {
		color: #8a929d;
		font-size: 12px;
		line-height: 1.2;
		min-height: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dewit-sidebar-preview__title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		color: #111827;
		display: -webkit-box;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.25;
		overflow: hidden;
	}

	.dewit-sidebar-preview__empty {
		color: #6b7280;
		font-size: 13px;
		line-height: 1.35;
		padding: 8px 4px 6px;
	}
}

/* Final catalog geometry overrides: match the measured live viewport layout. */
body.dewit-shop-grouped .site-main--catalog {
	padding: 12px 0 0;
}

body.dewit-shop-grouped .dewit-catalog-shell {
	padding: 0;
}

/* Native catalog category component, independent of Elementor. */
.dewit-catalog-sidebar:has(.dewit-catalog-category-filter) .dewit-catalog-nav {
	display: none;
}

.dewit-catalog-category-filter {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.dewit-catalog-category-filter .dewit-category-group,
.dewit-catalog-category-filter > .dewit-category-trigger {
	width: 100%;
}

.dewit-catalog-category-filter .dewit-category-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: space-between;
	min-height: 42px;
	padding: 8px 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.dewit-catalog-category-filter .dewit-category-trigger:hover,
.dewit-catalog-category-filter .dewit-category-group.is-open > .dewit-category-trigger {
	background: rgba(255, 255, 255, .08);
	border-radius: 8px;
	padding-inline: 8px;
}

.dewit-catalog-category-filter .dewit-category-panel {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 4px 0 5px 14px;
}

.dewit-catalog-category-filter .dewit-category-panel[hidden] {
	display: none;
}

.dewit-catalog-category-filter .dewit-category-child {
	border: 0;
	color: rgba(255, 255, 255, .78);
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 0;
	text-decoration: none;
}

.dewit-catalog-category-filter .dewit-category-trigger--all {
	font-size: 15px;
}

@media (min-width: 901px) {
	body.dewit-shop-grouped {
		overflow: hidden;
	}

	body.dewit-shop-grouped .site-main--catalog {
		height: 100svh;
		overflow: hidden;
	}

	body.dewit-shop-grouped .dewit-catalog-content {
		box-sizing: border-box;
		height: calc(100svh - 24px);
		overflow: hidden;
		overscroll-behavior: contain;
	}

	body.dewit-shop-grouped .dewit-catalog-content > .dewit-grouped-products {
		height: calc(100svh - 124px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding-right: 6px;
	}
}

/* Elementor-free product page structure. */
.dewit-product-page__layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 24px;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0;
}

.dewit-product__sidebar {
	align-self: start;
	background: #003965;
	border-radius: 14px;
	color: #fff;
	min-height: calc(100vh - 24px);
	padding: 18px 10px;
	position: sticky;
	top: 12px;
}

body.single-product #catalog-sidebar.dewit-product__sidebar {
	display: none !important;
}

body.single-product .dewit-product-page__layout {
	grid-template-columns: minmax(0, 1fr);
}

.dewit-product__sidebar-logo {
	display: block;
	margin: -18px -10px 16px;
	padding: 18px 14px 10px;
}

.dewit-product__sidebar-logo img {
	filter: brightness(0) invert(1);
	max-height: 60px;
	width: 100%;
}

.dewit-product__category-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dewit-product__category-nav li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 9px 0;
}

.dewit-product__category-nav a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 820px) {
	.dewit-product-page__layout {
		grid-template-columns: 1fr;
	}

	.dewit-product__sidebar {
		min-height: auto;
		position: relative;
		top: auto;
	}
}

@media (max-width: 900px) {
	body.single-product #catalog-sidebar.dewit-product__sidebar {
		display: none !important;
	}
}

/* New line-grid catalog foundation. */
.dewit-grid-catalog {
	background: #f5f5f7;
	min-height: calc(100vh - 64px);
	padding-block: 56px 80px;
}

body.tax-product_cat .dewit-grid-catalog {
	flex: 1 0 auto;
	min-height: 0;
}

body.tax-product_cat {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@supports (min-height: 100svh) {
	body.tax-product_cat {
		min-height: 100svh;
	}
}

.dewit-grid-catalog__inner {
	max-width: 1440px;
}

.dewit-grid-catalog__intro {
	background: transparent;
	border: 0;
	border-left: 5px solid #f4a900;
	border-radius: 0;
	margin-bottom: 16px;
	padding: 12px 0 12px 22px;
}

.dewit-grid-catalog__eyebrow {
	color: #003965;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.dewit-grid-catalog__intro h1 {
	color: #003965;
	font-size: clamp(2rem, 4vw, 4rem);
	margin: 0;
}

.dewit-grid-catalog__description {
	color: #626262;
	margin: 12px 0 0;
}

.dewit-grid-catalog .dewit-grouped-products {
	display: block;
}

.dewit-grid-catalog .dewit-grouped-products__section {
	border-top: 0;
	padding-top: 12px;
}

.dewit-grid-catalog .dewit-grouped-products__section + .dewit-grouped-products__section {
	margin-top: 48px;
}

.dewit-grid-catalog .dewit-grouped-products__heading {
	border-bottom: 1px solid #d7dce1;
	color: #003965;
	font-size: 1.1rem;
	margin: 0 0 18px;
	padding-bottom: 12px;
}

.dewit-grid-catalog .dewit-grouped-products__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dewit-grid-catalog .dewit-grouped-product-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	box-shadow: none;
	color: #151515;
	display: flex;
	min-height: 114px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease;
}

.dewit-grid-catalog .dewit-grouped-product-card:hover {
	background: #fff;
	border-color: #d2d2d2;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.dewit-grid-catalog .dewit-grouped-product-card__image {
	align-items: center;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 112px;
	align-self: stretch;
	height: auto;
	justify-content: center;
	margin: 0;
	min-height: 112px;
	overflow: hidden;
	padding: 0;
	width: 112px;
}

.dewit-grid-catalog .dewit-grouped-product-card__image img {
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	transform: scale(1.08);
	transform-origin: center;
	width: 100%;
}

.dewit-grid-catalog .dewit-grouped-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 12px 14px;
}

.dewit-grid-catalog .dewit-grouped-product-card__sku {
	color: #6d7780;
	display: block;
	font-size: .72rem;
	margin-bottom: 5px;
}

.dewit-grid-catalog .dewit-grouped-product-card__title {
	color: #151515;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dewit-catalog-assistance {
	align-items: center;
	background: #fff;
	border: 1px solid #003965;
	border-radius: 16px;
	color: #003965;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 40px;
	padding: 24px 28px;
}

.dewit-catalog-assistance h2 {
	color: inherit;
	font-size: 1.25rem;
	margin: 0;
}

.dewit-catalog-assistance p {
	color: #626262;
	margin: 4px 0 0;
}

.dewit-catalog-assistance__phone {
	flex: 0 0 auto;
}

@media (max-width: 1000px) {
	.dewit-grid-catalog .dewit-grouped-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.dewit-grid-catalog {
		padding-block: 32px 56px;
	}

	.dewit-grid-catalog .dewit-grouped-products__grid {
		grid-template-columns: 1fr;
	}

	.dewit-grid-catalog .dewit-grouped-product-card__image {
		flex-basis: 96px;
		height: auto;
		min-height: 112px;
		width: 96px;
	}

	.dewit-grid-catalog .dewit-grouped-product-card__body {
		padding: 10px 12px;
	}

	.dewit-catalog-assistance {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		margin-top: 28px;
		padding: 22px;
	}
}

/* Tabs-inspired catalog mega menu. */
.dewit-mega-menu__root {
	align-items: center;
	display: flex;
	gap: 0;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dewit-mega-menu__products {
	position: static !important;
}

.dewit-mega-menu__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: .9rem;
	font-weight: 800;
	gap: 10px;
	padding: 12px 0;
}

.dewit-mega-menu__panel {
	background: #fff;
	border-top: 1px solid #d7dce1;
	box-shadow: 0 18px 35px rgba(0, 28, 52, .16);
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 60;
	display: none;
}

.dewit-mega-menu__products:hover .dewit-mega-menu__panel,
.dewit-mega-menu__products.is-open .dewit-mega-menu__panel {
	display: block;
}

.dewit-mega-menu__panel-inner {
	margin: 0 auto;
	max-height: min(640px, calc(100vh - 64px));
	max-width: 1440px;
	overflow: auto;
	padding: 28px 24px 36px;
}

.dewit-mega-menu__panel-heading {
	align-items: end;
	border-bottom: 1px solid #d7dce1;
	display: grid;
	grid-template-columns: 1fr auto;
	margin-bottom: 24px;
	padding-bottom: 18px;
}

.dewit-mega-menu__panel-heading strong {
	color: #003965;
	font-size: 1.45rem;
	grid-column: 1;
	grid-row: 2;
}

.dewit-mega-menu__kicker {
	color: #6d7780;
	font-size: .7rem;
	font-weight: 800;
	grid-column: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.dewit-mega-menu__panel-heading > a {
	color: #003965;
	font-size: .85rem;
	font-weight: 800;
	grid-column: 2;
	grid-row: 1 / span 2;
	text-decoration: none;
}

.dewit-mega-menu__columns {
	display: grid;
	gap: 0 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dewit-mega-menu__column {
	border-left: 1px solid #d7dce1;
	min-width: 0;
	padding: 0 0 22px 18px;
}

.dewit-mega-menu__column-title {
	align-items: center;
	color: #003965;
	display: flex;
	font-size: .9rem;
	font-weight: 800;
	gap: 8px;
	justify-content: space-between;
	text-decoration: none;
}

.dewit-mega-menu__column-title span {
	font-size: 1rem;
}

.dewit-mega-menu__column ul {
	display: block;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.dewit-mega-menu__column li + li {
	margin-top: 8px;
}

.dewit-mega-menu__column li a {
	color: #626262;
	font-size: .82rem;
	font-weight: 500;
	text-decoration: none;
}

@media (max-width: 640px) {
	.dewit-grid-catalog__intro {
		padding: 10px 0 10px 16px;
	}
}

/* Keep the mega-menu hierarchy aligned with the catalog cards. */
.dewit-mega-menu__column > ul > li > a {
	color: #003965;
	font-weight: 700;
}

.dewit-mega-menu__column > ul > li:has(> ul) {
	margin-bottom: 10px;
}

.dewit-mega-menu__column > ul > li > ul {
	margin: 5px 0 0;
	padding-left: 14px;
}

.dewit-mega-menu__column > ul > li > ul > li + li {
	margin-top: 6px;
}

.dewit-mega-menu__column > ul > li > ul a {
	color: #7b858c;
	font-size: .78rem;
	font-weight: 500;
}

.dewit-mega-menu__column li a:hover,
.dewit-mega-menu__column-title:hover,
.dewit-mega-menu__panel-heading > a:hover {
	color: #f4a900;
}

@media (max-width: 900px) {
	.site-header__inner {
		height: 64px;
		min-height: 64px;
	}

	.site-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.dewit-mega-menu__root {
		justify-content: flex-start;
	}

	.dewit-mega-menu__panel {
		position: static;
	}

	.dewit-mega-menu__products:hover .dewit-mega-menu__panel {
		display: none;
	}

	.dewit-mega-menu__products.is-open .dewit-mega-menu__panel {
		display: block;
	}

	.dewit-mega-menu__panel-inner {
		max-height: none;
		padding: 20px 0 8px;
	}

	.dewit-mega-menu__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.dewit-mega-menu__columns {
		grid-template-columns: 1fr;
	}

	.dewit-mega-menu__panel-heading {
		grid-template-columns: 1fr;
	}

	.dewit-mega-menu__panel-heading > a {
		grid-column: 1;
		grid-row: 3;
		margin-top: 12px;
	}
}

/* WooCommerce's legacy catalog rules hide the shared navigation; keep the new menu visible. */
body.woocommerce-page .site-header .site-header__mega-menu {
	display: block !important;
}

@media (max-width: 900px) {
	body.woocommerce-page .site-header .site-header__mega-menu {
		display: none !important;
	}

	body.woocommerce-page .site-header .menu-toggle {
		display: inline-flex !important;
	}

	body.woocommerce-page .site-header .site-header__mega-menu.is-open {
		display: block !important;
	}
}

/* Compact white category navigation below the blue header. */
.dewit-category-bar {
	background: #fff;
	border-bottom: 1px solid #d7dce1;
	box-shadow: 0 4px 10px rgba(0, 28, 52, .07);
	position: sticky;
	top: 72px;
	z-index: 49;
}

.dewit-category-bar__inner {
	max-width: 1440px;
}

.dewit-category-bar__list {
	align-items: stretch;
	display: flex;
	gap: 0;
	justify-content: space-evenly;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 0;
	scrollbar-width: none;
	width: 100%;
}

.dewit-category-bar__list::-webkit-scrollbar {
	display: none;
}

.dewit-category-bar__item {
	align-items: stretch;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	position: static;
	white-space: nowrap;
}

.dewit-category-bar__link,
.dewit-category-bar__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: #003965;
	display: inline-flex;
	font: inherit;
	font-size: .84rem;
	font-weight: 800;
	justify-content: center;
	padding: 14px 10px;
	text-decoration: none;
}

.dewit-category-bar__link {
	width: auto;
}

.dewit-category-bar__link:hover,
.dewit-category-bar__item.is-open > .dewit-category-bar__link,
.dewit-category-bar__item:hover > .dewit-category-bar__link {
	background: transparent;
	color: #f4a900;
}

.dewit-category-bar__trigger {
	color: #003965;
	cursor: pointer;
	font-size: .85rem;
	margin-left: -10px;
	padding-left: 0;
	width: 24px;
}

.dewit-category-bar__trigger span {
	font-size: 1rem;
	line-height: 1;
	transition: transform .2s ease;
}

.dewit-category-bar__root-trigger,
.dewit-category-bar__child-trigger,
.dewit-category-bar__root-back,
.dewit-category-bar__child-back,
.dewit-category-bar__mobile-heading,
.dewit-category-bar__mobile-close,
.dewit-category-bar__mobile-level-trigger {
	display: none;
}

.dewit-category-bar__item.is-open .dewit-category-bar__trigger span {
	transform: rotate(180deg);
}

.dewit-category-bar__panel {
	background: #fff;
	border-bottom: 1px solid #d7dce1;
	border-top: 1px solid #d7dce1;
	box-shadow: 0 18px 35px rgba(0, 28, 52, .14);
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.dewit-category-bar__item:hover > .dewit-category-bar__panel,
.dewit-category-bar__item.is-open > .dewit-category-bar__panel {
	display: block;
}

.dewit-category-bar__panel-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 20px 24px 24px;
}

.dewit-category-bar__panel-heading {
	align-items: center;
	border-bottom: 1px solid #d7dce1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 12px;
}

.dewit-category-bar__panel-heading span {
	color: #6d7780;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.dewit-category-bar__panel-heading a {
	color: #003965;
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
}

.dewit-category-bar__panel-inner > ul {
	display: grid;
	gap: 8px 26px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.dewit-category-bar__panel-inner > ul li a {
	border-left: 1px solid #d7dce1;
	color: #626262;
	display: block;
	font-size: .8rem;
	padding: 6px 0 6px 12px;
	text-decoration: none;
}

.dewit-category-bar__panel-inner > ul > li > a {
	color: #003965;
	font-weight: 700;
}

.dewit-category-bar__panel-inner > ul > li > ul {
	list-style: none;
	margin: 4px 0 10px;
	padding: 0;
}

.dewit-category-bar__panel-inner > ul > li > ul li a {
	border-left-color: #e8ecef;
	font-size: .74rem;
	padding: 4px 0 4px 12px;
}

.dewit-category-bar__panel-inner > ul li a:hover,
.dewit-category-bar__panel-heading a:hover {
	color: #f4a900;
}

@media (max-width: 900px) {
	.dewit-category-bar__link,
	.dewit-category-bar__trigger {
		font-size: .72rem;
		padding-block: 11px;
	}

	.dewit-category-bar__panel {
		position: fixed;
		top: auto;
	}

	.dewit-category-bar__panel-inner {
		max-height: calc(100vh - 112px);
		overflow: auto;
		padding: 16px;
	}

	.dewit-category-bar__panel-inner > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.dewit-category-bar__panel-inner > ul {
		grid-template-columns: 1fr;
	}
}

/* Keep product pages on the same header system as the catalog. */
body.single-product .site-header__inner {
	grid-template-columns: auto 1fr;
	max-width: 1440px;
	min-height: 64px;
}

body.single-product .site-branding {
	justify-content: flex-start;
	order: initial;
}

body.single-product .site-branding .custom-logo {
	max-height: 40px;
}

body.single-product .site-header .menu-toggle {
	display: none !important;
}

body.single-product .dewit-category-bar {
	display: block;
}

body.single-product .dewit-category-bar__inner {
	max-width: 1440px;
}

body.single-product .dewit-category-bar__panel-inner {
	max-width: 1440px;
}

body.woocommerce-page .dewit-category-bar__panel-inner {
	box-sizing: border-box;
	max-width: 1440px;
	width: 100%;
}

/* Keep the shared header and mega menu aligned on every catalog route. */
.site-header__inner,
.dewit-category-bar__inner,
.dewit-mega-menu__panel-inner,
.dewit-category-bar__panel-inner {
	box-sizing: border-box;
	max-width: 1440px;
	width: 100%;
}

.site-header__inner {
	grid-template-columns: auto 1fr auto;
}

@media (min-width: 901px) {
	.site-header__inner {
		display: flex;
		justify-content: space-evenly;
	}

	.site-header__inner > .catalog-header-search {
		left: auto;
		margin-inline: 0;
		position: static;
		width: min(700px, 58vw);
	}

	.site-header .site-header__phone {
		position: static;
		transform: none;
	}
}

/* Mobile navigation: replace the wide category mega menu with a hamburger panel. */
@media (max-width: 900px) {
	.site-header__inner {
		gap: 10px;
		grid-template-columns: auto minmax(0, 1fr) auto;
		grid-template-rows: 48px 48px;
		height: 104px;
		min-height: 104px;
		padding-block: 4px;
		row-gap: 0;
	}

	.dewit-mobile-menu-toggle {
		display: inline-flex;
		gap: 3px;
		grid-column: 1;
		grid-row: 1;
		height: 44px;
		order: 1;
		justify-self: start;
		width: 44px;
	}

	.dewit-mobile-menu-toggle__icon {
		height: 28px;
		width: 28px;
	}

	.site-branding {
		grid-column: 2;
		grid-row: 1;
		order: 2;
		padding-left: 0;
	}

	body .site-header .site-branding .custom-logo {
		max-height: 34px;
	}

	.site-header__phone {
		grid-column: 3;
		grid-row: 1;
		order: 3;
	}

	.site-header {
		box-shadow: 0 4px 10px rgba(0, 28, 52, .07);
		padding-bottom: 0;
	}

	.site-header__inner > .catalog-header-search {
		background: #fff;
		border: 1px solid #dedee2;
		border-radius: 14px;
		box-shadow: none;
		display: flex;
		grid-column: 1 / 4;
		grid-row: 2;
		height: 36px;
		justify-self: stretch;
		left: auto;
		margin: 0;
		max-width: none;
		min-width: 0;
		padding: 0 8px;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		width: 100% !important;
	}

	.site-header__inner > .catalog-header-search button {
		padding-inline: 4px;
		order: -1;
		width: 36px;
	}

	.site-header__inner > .catalog-header-search input[type="search"] {
		order: 1;
		padding-inline: 4px;
	}

	.dewit-category-bar {
		background: #fff;
		display: none;
		position: fixed;
		top: 104px;
		left: 0;
		right: 0;
		bottom: 0;
		height: calc(100dvh - 104px);
		max-height: none;
		min-height: 0;
		overflow: hidden;
		width: 100vw;
		z-index: 100;
	}

	body.admin-bar .dewit-category-bar {
		top: 150px;
		height: calc(100dvh - 150px);
	}

	.dewit-category-bar__inner {
		background: #fff;
		margin-inline: 0;
		max-width: none;
		width: 100vw;
	}

	body.single-product .dewit-category-bar {
		display: none;
	}

	body.dewit-mobile-menu-open .dewit-category-bar {
		display: block;
	}

	body.single-product.dewit-mobile-menu-open .dewit-category-bar {
		display: block;
	}

	html.dewit-mobile-menu-open,
	body.dewit-mobile-menu-open {
		overflow: hidden !important;
		overflow-x: hidden !important;
		overflow-y: hidden !important;
		overscroll-behavior: none !important;
		scrollbar-width: none;
	}

	html.dewit-mobile-menu-open::-webkit-scrollbar,
	body.dewit-mobile-menu-open::-webkit-scrollbar {
		display: none;
		height: 0;
		width: 0;
	}

	.dewit-category-bar__list {
		box-sizing: border-box;
		display: grid;
		gap: 0;
		grid-template-columns: minmax(0, 1fr);
		margin: 0;
		padding: 8px 0 20px;
		width: 100%;
	}

	.dewit-category-bar__item {
		display: block;
		position: relative;
		white-space: normal;
		width: 100%;
	}

	.dewit-category-bar__list > .dewit-category-bar__item,
	.dewit-category-bar__panel-inner > ul > li {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 48px;
		justify-self: stretch;
		width: 100%;
	}

	.dewit-category-bar__link {
		border-bottom: 1px solid #d7dce1;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start;
		min-height: 56px;
		padding: 13px 16px;
		width: 100%;
	}

	.dewit-category-bar__desktop-category-link {
		display: none;
	}

	.dewit-category-bar__mobile-level-trigger {
		align-items: center;
		background: transparent;
		border: 0;
		border-bottom: 1px solid #edf0f2;
		box-sizing: border-box;
		color: #003965;
		display: flex;
		font: inherit;
		font-size: .8rem;
		font-weight: 700;
		justify-content: flex-start;
		min-height: 56px;
		padding: 13px 52px 13px 16px;
		text-align: left;
		width: 100%;
	}

	.dewit-category-bar__list > .dewit-category-bar__item > .dewit-category-bar__link,
	.dewit-category-bar__list > .dewit-category-bar__item > .dewit-category-bar__mobile-level-trigger,
	.dewit-category-bar__panel-inner > ul > li > a,
	.dewit-category-bar__panel-inner > ul > li > .dewit-category-bar__mobile-level-trigger {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.dewit-category-bar__item.has-children > .dewit-category-bar__link,
	.dewit-category-bar__panel-inner li.has-children > a {
		padding-right: 52px;
	}

	.dewit-category-bar__root-trigger,
	.dewit-category-bar__child-trigger {
		align-items: center;
		background: transparent;
		border: 0;
		color: #003965;
		display: inline-flex;
		font-size: 1.5rem;
		height: 56px;
		justify-content: center;
		grid-column: 2;
		grid-row: 1;
		position: relative;
		right: auto;
		top: auto;
		width: 48px;
	}

	.dewit-category-bar a,
	.dewit-category-bar button {
		-webkit-tap-highlight-color: transparent;
	}

	.dewit-category-bar__link:active,
	.dewit-category-bar__mobile-level-trigger:active,
	.dewit-category-bar__root-trigger:active,
	.dewit-category-bar__child-trigger:active {
		background: #eef4f8;
	}

	.dewit-category-bar__panel,
	.dewit-category-bar__item:hover > .dewit-category-bar__panel,
	.dewit-category-bar__item.is-open > .dewit-category-bar__panel {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: none;
		position: static;
		width: auto;
	}

	.dewit-category-bar__list.is-mobile-submenu > .dewit-category-bar__item {
		display: none;
	}

	.dewit-category-bar__list.is-mobile-submenu > .dewit-category-bar__item.is-mobile-active,
	.dewit-category-bar__item.is-mobile-active > .dewit-category-bar__panel {
		display: block;
	}

	.dewit-category-bar__list.is-mobile-submenu > .dewit-category-bar__item.is-mobile-active > .dewit-category-bar__link,
	.dewit-category-bar__list.is-mobile-submenu > .dewit-category-bar__item.is-mobile-active > .dewit-category-bar__mobile-level-trigger,
	.dewit-category-bar__list.is-mobile-submenu > .dewit-category-bar__item.is-mobile-active > .dewit-category-bar__root-trigger {
		display: none;
	}

	.dewit-category-bar__panel-inner {
		box-sizing: border-box;
		padding: 0 0 8px;
		width: 100%;
	}

	.dewit-category-bar__mobile-heading {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 0;
		width: 100%;
	}

	.dewit-category-bar__mobile-heading strong {
		color: #003965;
		font-size: 1.25rem;
		line-height: 1.2;
	}

	.dewit-category-bar__root-back,
	.dewit-category-bar__child-back {
		align-items: center;
		background: transparent;
		border: 0;
		color: #003965;
		display: inline-flex;
		font: inherit;
		font-size: 1.25rem;
		font-weight: 700;
		gap: 10px;
		justify-content: flex-start;
		line-height: 1.2;
		min-height: 56px;
		padding: 12px 16px;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #edf0f2;
	}

	.dewit-category-bar__back-arrow {
		align-items: center;
		display: inline-flex;
		font-size: 1.45em;
		font-weight: 400;
		justify-content: center;
		line-height: 1;
		transform: translateY(1px);
	}

	.dewit-category-bar__back-label {
		align-items: center;
		display: inline-flex;
		line-height: 1.2;
	}

	.dewit-category-bar__panel-inner > ul {
		box-sizing: border-box;
		grid-template-columns: 1fr;
		margin: 0;
		padding-left: 0;
		width: 100%;
	}

	.dewit-category-bar__panel-inner > ul li {
		position: relative;
		width: 100%;
	}

	.dewit-category-bar__panel-inner > ul li a {
		align-items: center;
		border-left: 0;
		border-bottom: 1px solid #edf0f2;
		box-sizing: border-box;
		display: flex;
		font-size: .95rem;
		justify-content: flex-start;
		line-height: 1.35;
		min-height: 56px;
		padding: 13px 16px;
		text-align: left;
		width: 100%;
	}

	.dewit-category-bar__link,
	.dewit-category-bar__mobile-level-trigger {
		font-size: .95rem;
		line-height: 1.35;
	}

	.dewit-category-bar__panel-inner > ul > li > .dewit-category-bar__mobile-level-trigger {
		align-items: center;
		justify-content: flex-start;
		padding: 13px 52px 13px 16px;
		text-align: left;
	}

	.dewit-category-bar__panel-inner > ul li > .dewit-category-bar__desktop-category-link {
		display: none;
	}

	.dewit-category-bar__panel-inner > ul > li > ul {
		margin: 0;
	}

	.dewit-category-bar__panel-inner > ul > li > ul li a {
		align-items: center;
		display: flex;
		font-size: 1rem;
		min-height: 56px;
		padding: 13px 16px;
	}

	.dewit-category-bar__panel-inner > ul li > ul,
	.dewit-category-bar__panel-inner > ul li > .dewit-category-bar__child-back {
		display: none;
	}

	.dewit-category-bar__panel-inner > ul.is-mobile-submenu > li {
		display: none;
	}

	.dewit-category-bar__panel-inner > ul.is-mobile-submenu > li.is-mobile-active {
		display: block;
	}

	.dewit-category-bar__panel-inner > ul.is-mobile-submenu > li.is-mobile-active > a,
	.dewit-category-bar__panel-inner > ul.is-mobile-submenu > li.is-mobile-active > .dewit-category-bar__mobile-level-trigger,
	.dewit-category-bar__panel-inner > ul.is-mobile-submenu > li.is-mobile-active > .dewit-category-bar__child-trigger {
		display: none;
	}

	.dewit-category-bar__panel-inner > ul.is-mobile-submenu > li.is-mobile-active > ul {
		display: block;
	}
}

@media (max-width: 540px) {
	.dewit-mobile-menu-toggle {
		height: 40px;
		width: 40px;
	}

	.dewit-mobile-menu-toggle__icon {
		height: 28px;
		width: 28px;
	}
}

@media (max-width: 900px) {
	.site-header__inner > .catalog-header-search input[type="search"] {
		-webkit-text-size-adjust: 100%;
		font-size: 17px !important;
	}
}

/* Desktop mega menu: quiet multi-column directory with level-one headings. */
@media (min-width: 901px) {
	.dewit-category-bar__panel {
		box-shadow: 0 14px 28px rgba(0, 28, 52, .1);
	}

	.dewit-category-bar__panel-heading {
		display: none;
	}

	.dewit-category-bar__panel-inner {
		max-width: 1440px;
		padding: 28px 28px 32px;
	}

	.dewit-category-bar__panel-inner > ul {
		column-count: 3;
		column-gap: 42px;
		display: block;
	}

	.dewit-category-bar__panel-inner > ul > li {
		break-inside: avoid;
		margin: 0 0 24px;
	}

	.dewit-category-bar__panel-inner > ul li a,
	.dewit-category-bar__panel-inner > ul > li > ul li a {
		border-left: 0;
		color: #303030;
		font-size: .84rem;
		font-weight: 500;
		padding: 2px 0;
	}

	.dewit-category-bar__panel-inner > ul > li > a {
		color: #151515;
		display: block;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.25;
		margin-bottom: 7px;
		padding: 0;
	}

	.dewit-category-bar__panel-inner > ul > li > ul {
		margin: 0;
		padding: 0;
	}

	.dewit-category-bar__panel-inner > ul > li > ul li + li {
		margin-top: 0;
	}

	.dewit-category-bar__panel-inner > ul > li > ul li a {
		font-size: 12px;
		line-height: 1.3;
		padding-block: 1px;
	}

	.dewit-category-bar__panel-inner > ul li a:hover {
		color: #f4a900;
	}
}
