<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
	--wd-top-bar-h: 0.001px;
	--wd-top-bar-sm-h: 0.001px;
	--wd-top-bar-sticky-h: 0.001px;

	--wd-header-general-h: 120px;
	--wd-header-general-sm-h: 90px;
	--wd-header-general-sticky-h: 0.001px;

	--wd-header-bottom-h: 0.001px;
	--wd-header-bottom-sm-h: 0.001px;
	--wd-header-bottom-sticky-h: 0.001px;

	--wd-header-clone-h: 0.001px;
}





@media (min-width: 1025px) {
	
		.whb-general-header-inner {
		height: 120px;
		max-height: 120px;
	}

		.whb-sticked .whb-general-header-inner {
		height: 60px;
		max-height: 60px;
	}
		
	
	
			.wd-header-overlap .title-size-small {
		padding-top: 140px;
	}

	.wd-header-overlap .title-size-default {
		padding-top: 180px;
	}

	.wd-header-overlap .title-size-large {
		padding-top: 220px;
	}

		.wd-header-overlap .without-title.title-size-small {
		padding-top: 120px;
	}

	.wd-header-overlap .without-title.title-size-default {
		padding-top: 155px;
	}

	.wd-header-overlap .without-title.title-size-large {
		padding-top: 180px;
	}

		.single-product .whb-overcontent:not(.whb-custom-header) {
		padding-top: 120px;
	}
	}

@media (max-width: 1024px) {
	
		.whb-general-header-inner {
		height: 90px;
		max-height: 90px;
	}
	
	
	
			.wd-header-overlap .page-title {
		padding-top: 105px;
	}

		.wd-header-overlap .without-title.title-shop {
		padding-top: 90px;
	}

		.single-product .whb-overcontent:not(.whb-custom-header) {
		padding-top: 90px;
	}
	}
		
.whb-top-bar {
	background-color: rgba(41, 48, 62, 1);
}

.whb-general-header {
	border-bottom-width: 0px;border-bottom-style: solid;
}
</pre></body></html>