<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wd-toolbar&gt;a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wd-toolbar .wd-header-cart.wd-design-5:not(.wd-style-text) {
	margin-inline-end: 0;
}

.global-color-scheme-light .wd-toolbar a {
	color: #fff;
}

.global-color-scheme-light .wd-toolbar a:hover {
	color: rgba(255, 255, 255, .8);
}

.wd-toolbar-blog .wd-tools-icon:before {
	content: "ï……";
	font-family: "woodmart-font";
}

.wd-toolbar-sidebar .wd-tools-icon:before {
	content: "ï…š";
	font-family: "woodmart-font";
}

.wd-toolbar-sidebar.wd-filter-icon .wd-tools-icon:before {
	content: "ï„˜";
}

.wd-toolbar-link .wd-tools-icon:before {
	content: "ï…€";
	font-family: "woodmart-font";
}

.wd-toolbar-link .wd-custom-icon img {
	width: auto;
	height: 20px;
}

.wd-toolbar-shop-cat .wd-tools-icon:before {
	content: "ï…š";
	font-family: "woodmart-font";
}

body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat {
	display: none;
}

@media (min-width: 1025px) {}

@media (max-width: 1024px) {
	.sticky-toolbar-on .wd-sticky-btn {
		bottom: 55px;
	}
	
	.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
		bottom: calc(12px + 55px + var(--wd-sticky-btn-height));
	}
}

@media (max-width: 768.98px) {
	.sticky-toolbar-on.wd-sticky-btn-on-mb {
		padding-bottom: calc(55px + var(--wd-sticky-btn-height));
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.sticky-toolbar-on.wd-sticky-btn-on {
		padding-bottom: calc(55px + var(--wd-sticky-btn-height));
	}
}</pre></body></html>