
:root,
body {
	--wd-primary-color: #2f7166;
	--wd-link-color: #2f7166;
	--wd-text-color: #666;
	--btn-accented-bgcolor: #2f7166;
	--btn-accented-bgcolor-hover: #275f57;
}
.wd-product-cats,
.wd-product-cats a {
	color: #666;
}
body .elementor-widget-text-editor p,
body footer .elementor-widget-wd_list a,
body .footer-container .elementor-widget-wd_list a {
	color: #666;
}
body .wd-breadcrumbs a,
body .wd-meta-sep {
	color: #666;
}
body .widget_price_filter .ui-slider-handle:focus,
body .widget_price_filter .ui-slider-handle:focus-visible {
	outline: 2px dotted #1f1f1f !important;
	outline-offset: 3px !important;
}
.lewks-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.lewks-consent {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 99999;
	max-width: 520px;
	padding: 18px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
	color: #222;
}
.lewks-consent p {
	margin: 0 0 12px;
}
.lewks-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media (max-width: 600px) {
	.lewks-consent {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
}
