/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 09:51:04 */
html {
	scroll-behavior: smooth;
}

/* COVER HOME - extra id */
#start-cover {
	margin-top: -130px;
	z-index: -2;
}

/* TRENNER */
hr, hr.wp-block-separator {
	border-width: 0 0 2px 0 !important;
}

/* MOBILE */
@media (max-width: 768px) {
	/* TYPO XXL */
	.has-xx-large-font-size {
		font-size: 2.5rem !important;
	}
	
	/* LOGO IM HEADER */
	img.custom-logo {
		height: 60px;
		width: auto;
	}
	/* SHOP BUTTON HEADER - extra class */
	.hidden-xs {
        display: none !important;
	}
	/* MOBILE NAVIGATION */
	.has-large-font-size {
		font-size: 1em !important;
	}
}

/* WOO COMMERCE */
.woocommerce-ordering {
	margin-left: 0 !important;
}

.woocommerce-MyAccount-navigation {
	font-weight: bold;
}