.sypic .swiper-slide::before {
	background: none;
}

.ql-hidden {
	display: none;
}

.ql-clipboard {
	display: none;
}

.xmpicb img {
	width: 100px;
}

.chpr {
	min-height: 400px;
}

.cuswindow-product-search-query {
	margin: 0;
	padding-top: 30px;
	color: #333;
	font-weight: 600;
}


.cuswindow-search-article {
	margin-bottom: 2rem;
}

.gywm2r img {
	max-width: 100%;
}

.footer .icon2c.cuswindow-footer-social-youtube {
	background: url("../legacy/uploads/links/20211118/360ab5663a03e3fa2b3fce32cb817abb.png") no-repeat center center #eee !important;
	background-size: auto 18px !important;
}

.footer .icon2c.cuswindow-footer-social-facebook {
	background: url("../legacy/uploads/links/20211118/398cf9fbb21c20b48b698b273b9084fd.png") no-repeat center center #eee !important;
	background-size: auto 18px !important;
}

.footer .icon2c.cuswindow-footer-social-instagram {
	background: url("../legacy/uploads/links/20250815/7f3077a9d59a9e947f61cc9c3ea414b2.png") no-repeat center center #eee !important;
	background-size: auto 18px !important;
}

:root {
	--cuswindow-header-h: 110px;
}

@media screen and (max-width: 1200px) {
	:root {
		--cuswindow-header-h: 72px;
	}
}

html {
	scroll-padding-top: var(--cuswindow-header-h);
}

.header {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(1, 64, 153, 0.94);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.cuswindow-nav-hero .header {
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	transition:
		background 0.35s ease,
		box-shadow 0.35s ease,
		backdrop-filter 0.35s ease,
		-webkit-backdrop-filter 0.35s ease;
}

body.cuswindow-nav-hero .header::before {
	transition: opacity 0.35s ease;
}

body.cuswindow-nav-hero .header:not(.cuswindow-header--scrolled)::before {
	opacity: 0;
}

body.cuswindow-nav-hero .header.cuswindow-header--scrolled {
	background: rgba(1, 64, 153, 0.94);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.lxwm .header {
	background: #fff;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: 0 1px 0 #e5e5e5;
}

.tcnav {
	z-index: 1100;
}

main#primary.site-main.wrap {
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: calc(var(--cuswindow-header-h) + 24px) 20px 0;
	box-sizing: border-box;
}

.cuswindow-search-main-inner {
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: calc(var(--cuswindow-header-h) + 24px) 20px 0;
}
