: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;
	--font-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--container: 1180px;
}

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

body {
	margin: 0;
	background: var(--color-surface);
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
}

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

@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"],
body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-grouped-products,
body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid {
	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%;
}

.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: #fff;
	border-bottom: 1px solid var(--color-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr auto;
	min-height: 78px;
}

.site-branding {
	align-items: center;
	display: flex;
	min-width: 0;
}

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

.site-branding .custom-logo {
	height: auto;
	max-height: 54px;
	width: auto;
}

.site-title {
	color: var(--color-ink);
	font-size: 1.35rem;
	font-weight: 800;
	text-decoration: none;
}

.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: var(--color-ink);
	font-weight: 700;
	text-decoration: none;
}

.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);
	min-height: 60px;
}

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

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

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

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

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;
}

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 var(--color-line);
	border-radius: 4px;
	display: none;
	height: 42px;
	position: relative;
	width: 42px;
}

.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
	background: var(--color-ink);
	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 {
	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;
}

.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;
	color: rgba(255, 255, 255, 0.78);
	margin-top: 0;
	padding-block: 22px;
}

.site-footer__inner {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 20px;
	justify-content: space-between;
}

.site-footer p {
	margin: 0;
}

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

.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: #f4f5f6;
	padding-block: 18px 56px;
}

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

.dewit-product-breadcrumb {
	margin: 0 0 14px;
}

.dewit-product-breadcrumb a {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	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 {
	display: block;
}

.dewit-product-hero {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
}

.dewit-product-gallery,
.dewit-product-summary,
.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;
	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 {
	border-radius: 13px;
	overflow: hidden;
}

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

.dewit-product-gallery .woocommerce-product-gallery__image img {
	aspect-ratio: 1 / 1;
	max-height: 390px;
	object-fit: cover;
	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 {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
}

.dewit-product-summary {
	align-self: start;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px;
}

.dewit-product-summary__content {
	display: grid;
	gap: 10px;
	justify-items: start;
}

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

.dewit-product-sku {
	align-self: flex-start;
	background: #f4f5f6;
	border-radius: 12px;
	color: #777;
	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-product-meta {
	color: #777;
	font-size: 13px;
	font-weight: 700;
	margin: -2px 0 4px;
}

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

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

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

.dewit-product-resources p {
	color: #777;
	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: #f4f5f6;
	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: #777;
	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: #f4f5f6;
	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 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.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;
}

.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: #fff;
		border-bottom: 1px solid var(--color-line);
		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;
	}

	.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-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));
	}

}

body.theme-dewit-theme-woocommerce.elementor-template-canvas {
	background: #f4f6f8;
	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) {
	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: #f4f6f8;
	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: #f4f6f8 !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: 0;
	box-sizing: border-box;
	flex: 0 0 260px !important;
	margin: 0 !important;
	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;
	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: 176px;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas #catalog-sidebar .elementor-element-cdaf430 {
	padding: 0 10px 10px !important;
}

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

body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e {
	background: #f4f6f8 !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;
}

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-shop-landing #catalog-sidebar,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .dewit-category-toggle,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .dewit-header-category-toggle,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .dewit-product-view-switch {
	display: none !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-element-b680c70 > #catalog-sidebar,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-element-b680c70 > .elementor-element:has(#catalog-sidebar) {
	display: none !important;
	flex: 0 0 0 !important;
	width: 0 !important;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-element-5c7860e {
	flex: 1 1 auto !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

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

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-widget-loop-grid .e-load-more-anchor,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-widget-loop-grid .e-load-more-spinner,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-widget-loop-grid .e-load-more-message,
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-widget-loop-grid [class*="spinner"],
body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .elementor-widget-loop-grid [class*="loading"] {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !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 #f4f5f6;
	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;
}

@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-shop-landing .dewit-shop-toolbar {
	grid-template-columns: 150px minmax(0, 1fr) auto auto;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .dewit-shop-toolbar-logo {
	display: inline-flex;
}

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:last-child {
	border-left: 0;
	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: 14px;
	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: #9c9c9c;
	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: #777;
	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: #f4f5f6;
	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: #f4f5f6;
	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: #8a8a8a;
	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: #c4c4c4;
	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: 768px) {
	@supports selector(:has(*)) {
		body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-element-5c7860e:not(:has(.dewit-shop-toolbar))::before {
			height: 108px;
			margin-bottom: 14px;
		}
	}

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

	body.theme-dewit-theme-woocommerce.elementor-template-canvas.dewit-shop-landing .dewit-shop-toolbar-logo {
		display: none;
	}

	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-landing-mode {
	display: block !important;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing {
	display: grid;
	gap: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 calc(22px + 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-category-landing__intro {
	display: none;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing__intro h1 {
	color: #151515;
	font-family: var(--font-body);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing__intro p {
	color: #747474;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	justify-content: start;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	color: #151515;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	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-category-landing-card:hover {
	border-color: #cacaca;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing-card__header {
	align-items: center;
	aspect-ratio: 4 / 3;
	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-category-landing-card__header img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing-card__content {
	align-content: start;
	display: grid;
	gap: 5px;
	grid-template-rows: minmax(36px, auto) minmax(15px, auto);
	padding: 10px 12px 11px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing-card__title {
	color: #151515;
	display: -webkit-box;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
	min-height: 36px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing-card__description {
	color: #a6a6a6;
	display: -webkit-box;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	min-height: 15px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

@media (max-width: 1180px) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-landing__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

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;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 6px calc(20px + env(safe-area-inset-bottom, 0px)) 0;
	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: #777;
	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 {
	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 #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%;
}

@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: #a6a6a6;
	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;
}

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%, #f4f5f6 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: #a6a6a6;
	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) {
	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;
	}

	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) {
	html:has(body.theme-dewit-theme-woocommerce.elementor-template-canvas),
	body.theme-dewit-theme-woocommerce.elementor-template-canvas {
		height: auto !important;
		min-height: 100svh;
		overflow-x: hidden;
		overflow-y: visible !important;
	}

	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;
	}

	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: #f4f6f8;
		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,
	body.theme-dewit-theme-woocommerce.elementor-template-canvas .elementor-widget-loop-grid .elementor-loop-container.dewit-landing-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-category-landing__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-category-landing-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 .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;
	}
}

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;
	gap: 9px;
	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;
	gap: 9px;
	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-icon,
body.single-product .dewit-category-icon {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	flex: 0 0 18px;
	height: 18px;
	justify-content: center;
	width: 18px;
}

body.theme-dewit-theme-woocommerce.elementor-template-canvas .dewit-category-icon svg,
body.single-product .dewit-category-icon svg {
	display: block;
	height: 18px;
	width: 18px;
}

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;
}
