/* WPB theme — layout reference: wpqiye.com (WPPOP) */
:root {
	--wpb-primary: #066fc0;
	--wpb-primary-dark: #0556a8;
	--wpb-live-chat: #044a8f;
	--wpb-message-blue: #044a8f;
	--wpb-accent: #ff6600;
	--wpb-accent-dark: #e55a00;
	--wpb-topbar: #222;
	--wpb-text: #333;
	--wpb-muted: #666;
	--wpb-border: #e8e8e8;
	--wpb-bg-light: #f7f7f7;
	--wpb-section-dark: #363636;
	--wpb-container: 1280px;
	--wpb-font: "Roboto", "Segoe UI", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	padding: 0;
	font-family: var(--wpb-font);
	color: var(--wpb-text);
	line-height: 1.6;
	background: #fff;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--wpb-primary); text-decoration: none; }
a:hover { color: var(--wpb-primary-dark); }

.wpb-container {
	max-width: var(--wpb-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wpb-main { display: block; width: 100%; }
.wpb-muted { color: var(--wpb-muted); }

/* Buttons */
.wpb-btn {
	display: inline-block;
	padding: 10px 22px;
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}
.wpb-btn--primary { background: var(--wpb-accent, #f60); color: #fff; border-color: var(--wpb-accent, #f60); }
.wpb-btn--primary:hover { background: var(--wpb-accent-dark, #e55a00); color: #fff; }
.wpb-btn--outline { background: transparent; color: var(--wpb-primary); border-color: var(--wpb-primary); }
.wpb-btn--outline:hover { background: var(--wpb-primary); color: #fff; }
.wpb-btn--block { width: 100%; text-align: center; }

/* Top bar */
.wpb-topbar {
	background: var(--wpb-topbar, #222);
	color: #ccc;
	font-size: 0.8125rem;
}
.wpb-topbar__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px 16px;
	padding: 10px 0;
	min-height: 40px;
}
.wpb-topbar__contact { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.wpb-topbar__tagline { color: #fff; font-weight: 500; }
.wpb-topbar__contact strong { color: #ddd; font-weight: 600; }
.wpb-topbar__contact a { color: #fff; }
.wpb-topbar__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.wpb-topbar__actions a { color: #ddd; }
.wpb-topbar__actions a:hover { color: var(--wpb-primary); }

/* Homepage stacked header — wpqiye Generic white top bar (readable on light header) */
body.wpb-front-page .wpb-topbar,
body.wpb-header-stacked .wpb-topbar {
	background: #fff;
	color: #666;
	border-bottom: 1px solid var(--wpb-border, #e8e8e8);
}
body.wpb-front-page .wpb-topbar__tagline,
body.wpb-header-stacked .wpb-topbar__tagline {
	color: #333;
}
body.wpb-front-page .wpb-topbar__contact strong,
body.wpb-header-stacked .wpb-topbar__contact strong {
	color: #333;
}
body.wpb-front-page .wpb-topbar__contact a,
body.wpb-header-stacked .wpb-topbar__contact a,
body.wpb-front-page .wpb-topbar__actions a:not(.wpb-topbar__quote),
body.wpb-header-stacked .wpb-topbar__actions a:not(.wpb-topbar__quote) {
	color: #666;
}
body.wpb-front-page .wpb-topbar__actions a:not(.wpb-topbar__quote):hover,
body.wpb-header-stacked .wpb-topbar__actions a:not(.wpb-topbar__quote):hover {
	color: var(--wpb-primary);
}
body.wpb-front-page .wpb-topbar .wpb-lang-select,
body.wpb-header-stacked .wpb-topbar .wpb-lang-select {
	color: #666;
	border-color: #ccc;
	background: #fff;
}
/* Top bar “Get a Quote” — wpqiye .btn.radius (#f60) */
.wpb-topbar__quote.btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 11px 25px !important;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #fff !important;
	background: #f60 !important;
	border: 1px solid transparent;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
.wpb-topbar__quote.btn:hover,
.wpb-topbar__quote.btn:focus {
	color: #fff !important;
	background: #e55a00 !important;
	opacity: 0.95;
}
body.wpb-inner-page .wpb-topbar__quote.btn {
	color: #fff !important;
}

/* Inner pages: white top bar (wpqiye Electronics reference) */
body.wpb-inner-page .wpb-topbar {
	background: #fff;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
}
body.wpb-inner-page .wpb-topbar__tagline {
	color: #fff;
}
body.wpb-inner-page .wpb-topbar__contact strong {
	color: #333;
	font-weight: 600;
}
body.wpb-inner-page .wpb-topbar__contact a,
body.wpb-inner-page .wpb-topbar__actions a {
	color: #666;
}
body.wpb-inner-page .wpb-topbar__actions a:hover {
	color: var(--wpb-primary);
}

/* Header */
.wpb-site-header { position: relative; z-index: 200; background: #fff; }
.wpb-header-main { border-bottom: 1px solid var(--wpb-border); }
.wpb-header-main__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	min-height: 72px;
}
.wpb-logo { flex: 0 0 auto; max-width: 280px; }
.wpb-logo img, .wpb-logo .custom-logo { max-height: 48px !important; width: auto !important; }
.wpb-logo__text { font-weight: 700; color: #222; font-size: 1rem; line-height: 1.3; }
.wpb-logo__tagline {
	margin: 4px 0 0;
	font-size: 0.75rem;
	font-weight: 500;
	color: #666;
	line-height: 1.35;
	max-width: 320px;
}
body.wpb-front-page .wpb-logo__tagline { display: none; }
body.wpb-inner-page .wpb-logo__tagline { display: block; }
@media (max-width: 992px) {
	body.wpb-front-page .wpb-logo__tagline { display: block; }
}

.wpb-nav-wrap { display: flex; align-items: center; gap: 12px; flex: 1 1 auto; justify-content: flex-end; }
.wpb-nav__list, .wpb-nav__submenu { list-style: none; margin: 0; padding: 0; }
.wpb-nav__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 0; }
.wpb-nav__list > li { position: relative; }
.wpb-nav__list > li > a {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 10px 14px;
	color: #202020;
	font-weight: 500;
	font-size: 0.875rem;
	text-transform: uppercase;
	white-space: nowrap;
}
.wpb-nav__list > li > a:hover { color: var(--wpb-primary, #066fc0); }
/* Nav Inquiry CTA — wpqiye Generic .nav-menu li.menu-btn (blue pill + arrow) */
.wpb-nav__list > li.wpb-nav__item--btn.menu-btn > a {
	display: inline-flex;
	align-items: center;
	padding: 0 25px !important;
	line-height: 36px !important;
	font-size: 16px;
	font-weight: 700;
	color: #fff !important;
	background: #0055ff !important;
	border-radius: 50px;
	margin-left: 0;
	text-shadow: none;
}
.wpb-nav__list > li.wpb-nav__item--btn.menu-btn > a:hover,
.wpb-nav__list > li.wpb-nav__item--btn.menu-btn > a:focus {
	color: #fff !important;
	background: #0055ff !important;
	opacity: 1;
}
.wpb-nav__list > li.wpb-nav__item--btn.menu-btn > a::after {
	margin-left: 8px;
	font-family: WPPOPFont, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: '\e63a';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: margin-left 0.3s ease;
	transition: margin-left 0.3s ease;
}
.wpb-nav__list > li.wpb-nav__item--btn.menu-btn:hover > a::after {
	margin-left: 14px;
}
.wpb-nav__list > li.wpb-nav__item--btn.menu-btn .menu-title::after {
	display: none;
}
body.wpb-header-overlay:not(.wpb-header-scrolled) .wpb-nav__list > li.menu-btn > a,
body.wpb-header-overlay:not(.wpb-header-scrolled) .wpb-nav__list > li.menu-btn > a:hover {
	color: #fff !important;
	background: #0055ff !important;
	text-shadow: none;
	opacity: 1;
}
.wpb-nav__caret {
	display: inline-block;
	width: 0; height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.6;
}
.wpb-nav__submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: #fff;
	border: 1px solid var(--wpb-border);
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	z-index: 300;
}
.wpb-nav__item--has-children:hover > .wpb-nav__submenu,
.wpb-nav__item--has-children:focus-within > .wpb-nav__submenu { display: block; }
.wpb-nav__submenu a {
	display: block;
	padding: 10px 14px;
	font-size: 0.8125rem;
	color: #333;
	text-transform: none;
}
.wpb-nav__submenu a:hover { background: rgba(0,0,0,.06); color: #222; }
.wpb-nav__submenu--child { left: 100%; top: 0; }

/* Header search — wpqiye #menu-search-box */
.wpb-site-header { position: relative; }
.wpb-btn-search,
a.wpb-btn-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 48px;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
.wpb-btn-search .WPPOPFont::before {
	font-size: 18px;
}
.wpb-site-header .search-box {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 9999;
	margin: 0;
}
body.wpb-search-open .wpb-site-header .search-box,
.wpb-site-header .search-box.toggle-show {
	display: block;
}
.wpb-site-header .search-box[hidden]:not(.toggle-show) {
	display: none !important;
}
.wpb-site-header .search-box > .inner {
	max-width: 100%;
	border-top: 1px solid #066fc0;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.wpb-site-header .search-box .mobi-title {
	display: none;
}
.wpb-site-header .search-form-box {
	padding: 30px 0;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}
.wpb-site-header .search-box #searchform {
	line-height: 46px;
	overflow: hidden;
	position: relative;
}
.wpb-site-header .search-box #ls,
.wpb-site-header .search-box .search-field {
	margin: 0;
	padding: 0 120px 0 15px;
	width: 100%;
	height: 46px;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
}
.wpb-site-header .search-box #searchsubmit,
.wpb-site-header .search-box .search-form .btn {
	float: right;
	padding: 0 20px;
	height: 46px;
	border: 0;
	background: #066fc0;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
}
.wpb-site-header .search-box #searchsubmit i {
	margin-right: 8px;
}
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned .search-box,
body.wpb-header-sticky.wpb-header-scrolled .wpb-site-header .search-box {
	top: 100%;
}

.wpb-nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	padding: 8px;
	cursor: pointer;
}
.wpb-nav-toggle span { display: block; width: 22px; height: 2px; background: #333; }

/* Top bar language switcher (wpqiye.com dropdown) */
.wpb-lang-switcher {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.wpb-nav__lang { display: none; }
.wpb-lang-select-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 130px;
	max-width: 180px;
}
.wpb-lang-select__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	font-size: 1rem;
	line-height: 1;
}

.wpb-lang-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	flex: 1 1 auto;
	min-width: 0;
	height: 32px;
	padding: 4px 28px 4px 4px;
	font-size: 0.8125rem;
	line-height: 1.3;
	color: #eee;
	background-color: #2a2a2a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ccc' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	cursor: pointer;
}
.wpb-lang-select:hover,
.wpb-lang-select:focus {
	border-color: var(--wpb-primary);
	outline: none;
	color: #fff;
}
.wpb-lang-select option {
	color: #222;
	background: #fff;
}

/* Hero */
.wpb-hero {
	position: relative;
	overflow: hidden;
	background: var(--wpb-section-dark);
}
.wpb-hero:not(.wpb-hero-swiper) {
	height: min(520px, 70vh);
}
.wpb-hero__track { position: relative; height: 100%; }
/* Legacy fade hero only — Swiper manages slide visibility */
.wpb-hero:not(.wpb-hero-swiper) .wpb-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.6s ease;
}
.wpb-hero:not(.wpb-hero-swiper) .wpb-hero__slide.is-active { opacity: 1; z-index: 1; }
.wpb-hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.wpb-hero__caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	max-width: 800px;
	padding: 0 20px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.75);
	z-index: 2;
}
.wpb-hero__caption h2 {
	margin: 0 0 12px;
	font-size: clamp(1.25rem, 3vw, 2rem);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.wpb-hero__caption p { margin: 0 0 20px; font-size: 0.9375rem; opacity: 0.95; }
.wpb-hero__controls {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	z-index: 3;
}
.wpb-hero__arrow {
	border: 0;
	background: rgba(255,255,255,.25);
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 1.5rem;
	cursor: pointer;
	border-radius: 2px;
}
.wpb-hero__dots { display: flex; gap: 8px; }
.wpb-hero__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
	cursor: pointer;
	padding: 0;
}
.wpb-hero__dot.is-active { background: #fff; }

/* Overlap features on hero */
.wpb-home-overlap {
	margin-top: -80px;
	position: relative;
	z-index: 10;
	padding: 0 0 24px;
}
.wpb-features .wpb-container {
	background: #fff;
	padding: 32px 24px;
	box-shadow: 0 4px 24px rgba(0,0,0,.1);
}
.wpb-features__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpb-features__item { text-align: center; }
.wpb-features__photo { width: 100%; aspect-ratio: 16/10; object-fit: cover; margin: 0 0 12px; }
.wpb-features__icon { display: block; color: var(--wpb-primary); margin: 0 auto 12px; }
.wpb-features__item h3 { margin: 0 0 8px; font-size: 0.9375rem; text-transform: uppercase; }
.wpb-features__item p { margin: 0; font-size: 0.8125rem; color: var(--wpb-muted); line-height: 1.5; }

/* Generic homepage (wpqiye theme-switch preview) */
.wpb-features__item { text-align: center; }
.wpb-features__icon { max-width: 210px; width: 100%; height: auto; margin: 0 auto 8px; }
#wewe-2 .counter-box h3 { color: #fff; }
.grid-col-4 li p { margin: 0; font-size: 0.875rem; color: var(--wpb-muted); line-height: 1.5; }
.grid-col-4 li h3 { margin: 0 0 8px; font-size: 0.9375rem; text-transform: uppercase; }
/* Product tabs + grid (Generic gallery-columns-4 float layout) */
.filters-nav-tabs {
	margin: 25px auto;
	text-align: center;
}
.filters-nav-tabs .btn {
	display: inline-block;
	margin: 0 4px 10px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	overflow: hidden;
}
.filters-nav-tabs .btn a {
	display: inline-block;
	padding: 11px 25px;
	border: 0;
	background-color: rgba(0, 0, 0, 0.067);
	color: #333;
	text-decoration: none;
	font-size: 14px;
	pointer-events: none;
}
.filters-nav-tabs .btn a:hover,
.filters-nav-tabs .btn a:active {
	background-color: rgba(0, 0, 0, 0.15);
	color: #333;
}
.filters-nav-tabs .btn-cur a {
	background-color: var(--wpb-message-blue, #0055ff);
	color: #fff;
}
.multi-products-cats-tabs .tab-content-box,
.gallery-columns-4 .tab-content-box {
	display: block;
	overflow: hidden;
	margin: 0 -1%;
}
.multi-products-cats-tabs .tab-content-box::after,
.gallery-columns-4 .tab-content-box::after {
	content: "";
	display: table;
	clear: both;
}
.multi-products-cats-tabs .tab-content-box.is-hidden,
.gallery-columns-4 .tab-content-box.is-hidden {
	display: none !important;
}
/* Float grid: only direct children of tab/panel — not inside Swiper slides */
.gallery-container .tab-content-box > .item-content,
.gallery-columns-4 .tab-content-box > .item-content,
.gallery-columns-4 .products-grid-panel > .item-content {
	float: left;
	width: 25%;
	padding: 1%;
	margin-bottom: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.gallery-columns-4 .tab-content-box > .item-content:nth-child(4n+1),
.gallery-columns-4 .products-grid-panel > .item-content:nth-child(4n+1) {
	clear: both;
}
.cat-carousel-gallery-slider .swiper-slide .item-content,
.wpb-hot-products-swiper .swiper-slide .item-content {
	float: none;
	width: 100%;
	max-width: 100%;
	clear: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.item-content { margin: 0; }
.item-grid-box { position: relative; }
.item-grid-box > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.item-cover {
	position: relative;
	overflow: hidden;
}
.item-cover img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	transition: transform 0.35s ease;
}
.item-grid-box:hover .item-cover img {
	transform: scale(1.1);
}
.item-cover .mask {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: none;
}
.gallery-container .item-content .btn-play-video {
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	transform: none;
	cursor: pointer;
	z-index: 2;
	border: 0;
	background: transparent;
	display: block;
}
.gallery-container .item-content .btn-play-video .icon-play-video,
.gallery-container .item-content .btn-play-video .wpb-icon-play-video {
	width: 24px;
	height: 24px;
	color: rgba(0, 0, 0, 0.125);
	fill: rgba(0, 0, 0, 0.125);
}
.item-cover::before {
	position: absolute;
	top: 0;
	left: -150%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	pointer-events: none;
}
.item-grid-box:hover .item-cover::before {
	animation: wpb-item-shine 0.75s ease;
}
@keyframes wpb-item-shine {
	to { left: 150%; }
}
.gallery-container .item-content figcaption {
	margin: 15px auto 10px;
}
.gallery-container .item-content h3,
.gallery-container .item-content .item-title {
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 1.5;
	overflow: hidden;
	text-align: center;
}
.gallery-container .item-content .quick-inquiry {
	margin: 5px auto 10px;
	text-align: center;
}
.gallery-container .item-content .quick-inquiry .btn-inquiry {
	display: inline-block;
	padding: 8px 15px;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	background: var(--wpb-primary, #f60) !important;
	border: 1px solid transparent !important;
	border-radius: 3px;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.gallery-container .item-content .quick-inquiry .btn-inquiry i {
	margin: 0 5px 0 0;
}
.gallery-container .item-content .quick-inquiry .btn-inquiry:hover,
.gallery-container .item-content .quick-inquiry .btn-inquiry:focus {
	color: #fff !important;
	background: var(--wpb-primary-dark, #f06000) !important;
}
.gallery-container .item-content:hover .quick-inquiry .btn-inquiry {
	box-shadow: rgba(0, 0, 0, 0.16) 0 8px 12px;
}
/* Category archives: prominent Send Inquiry (wpqiye Generic .btn #f60) */
.wpb-product-tax-archive .gallery-container .item-content .quick-inquiry {
	margin: 8px auto 12px;
}
.wpb-product-tax-archive .gallery-container .item-content .quick-inquiry .btn-inquiry {
	min-width: 148px;
	padding: 10px 18px;
	font-size: 14px;
	letter-spacing: 0.02em;
}
.section-products .section-heading {
	margin-bottom: 32px;
	text-align: center;
}
.section-products .heading-title {
	margin: 0;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
}
.section-products .heading-title a,
.section-products .heading-title b,
.section-products .heading-title b a {
	color: #222;
}
.section-products .heading-title a:hover,
.section-products .heading-title b a:hover {
	color: var(--wpb-primary, #066fc0);
}
.section-products .heading-title b {
	font-weight: 700;
}
.section-products .heading-description {
	margin: 12px auto 0;
	max-width: 720px;
	color: var(--wpb-muted);
	font-size: 15px;
}
.thumb-title-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}
.thumb-title-list .post-thumbnail { margin: 0 0 12px; }
.thumb-title-list .post-excerpt h3 { margin: 0 0 8px; font-size: 0.9375rem; }
.thumb-title-list .post-meta { font-size: 0.75rem; color: var(--wpb-muted); margin-bottom: 8px; }
.thumb-title-list .post-meta .date,
.thumb-title-list .post-meta .cat { margin-right: 12px; }
.thumb-title-list .excerpt-content { font-size: 0.8125rem; color: var(--wpb-muted); line-height: 1.5; margin-bottom: 10px; }
.thumb-title-list .link-read-more a { font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; }
.cat-thumb-title-posts .section-container.grid-col-4 { display: block; }
.wpb-clients .gallery-item { text-align: center; }
.wpb-clients .gallery-caption { margin-top: 6px; font-size: 0.8125rem; color: var(--wpb-muted); }

/* wewe-29 — Our Clients (photo grid + world map) */
#wewe-29.section-item {
	padding: 90px 0;
}
.wpb-clients__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
}
.wpb-clients__photo {
	margin: 0;
}
.wpb-clients__photo-frame {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #f0f4f8;
	aspect-ratio: 4 / 3;
}
.wpb-clients__photo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.wpb-clients__photo:hover .wpb-clients__photo-img {
	transform: scale(1.04);
}
.wpb-clients__map-wrap {
	margin-top: 48px;
}
.wpb-clients__map-band {
	width: 100%;
	margin-top: 48px;
	padding: 56px 20px 64px;
	background: linear-gradient(160deg, #e3f2fb 0%, #d0e9f8 38%, #b8ddf2 100%);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.wpb-clients__map-band::before,
.wpb-clients__map-band::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}
.wpb-clients__map-band::before {
	width: 420px;
	height: 420px;
	top: -180px;
	right: -80px;
	background: radial-gradient(circle, rgba(6, 111, 192, 0.12) 0%, transparent 70%);
}
.wpb-clients__map-band::after {
	width: 360px;
	height: 360px;
	bottom: -140px;
	left: -60px;
	background: radial-gradient(circle, rgba(0, 168, 120, 0.1) 0%, transparent 70%);
}
.wpb-clients__map-band-inner {
	position: relative;
	z-index: 1;
	max-width: var(--wpb-container, 1280px);
	margin: 0 auto;
}
.wpb-clients__map-header {
	text-align: center;
	margin-bottom: 28px;
}
.wpb-clients__map-title {
	margin: 0 0 12px;
	font-size: clamp(1.25rem, 2.5vw, 1.625rem);
	font-weight: 700;
	color: #1a3a52;
	letter-spacing: 0.02em;
}
.wpb-clients__map-desc {
	margin: 0 auto 16px;
	max-width: 640px;
	font-size: 0.9375rem;
	color: #4a6278;
	line-height: 1.6;
}
.wpb-clients__map-legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 20px;
}
.wpb-clients__legend-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #2c4a62;
}
.wpb-clients__legend-swatch {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	flex-shrink: 0;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.wpb-clients__legend-item--sea .wpb-clients__legend-swatch {
	background: #00a878;
}
.wpb-clients__legend-item--bri .wpb-clients__legend-swatch {
	background: #e8a317;
}
.wpb-clients__legend-item--global .wpb-clients__legend-swatch {
	background: var(--wpb-primary, #066fc0);
}
.wpb-clients__map {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(6, 111, 192, 0.18), 0 0 0 1px rgba(6, 111, 192, 0.08);
	background: linear-gradient(180deg, #dceef8 0%, #c5e0f2 100%);
	aspect-ratio: 950 / 620;
	min-height: 280px;
}
.wpb-clients__map-base {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.wpb-clients__map > svg.wpb-clients__map-base {
	position: absolute;
	inset: 0;
}
.wpb-clients__map svg.wpb-clients__map-base path {
	fill: #9ec5e0;
	stroke: #6fa3c7;
	stroke-width: 0.35;
}
.wpb-clients__map svg.wpb-clients__map-base path[style*="#ffffff"] {
	fill: #9ec5e0 !important;
}
.wpb-clients__markers {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.wpb-clients__marker {
	position: absolute;
	transform: translate(-50%, -50%);
	pointer-events: auto;
	z-index: 2;
}
.wpb-clients__marker-dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--wpb-primary, #066fc0);
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px rgba(6, 111, 192, 0.35);
	animation: wpb-clients-pulse 2s ease-in-out infinite;
}
.wpb-clients__marker--sea .wpb-clients__marker-dot {
	background: #00a878;
	box-shadow: 0 0 0 2px rgba(0, 168, 120, 0.4);
	animation-name: wpb-clients-pulse-sea;
}
.wpb-clients__marker--bri .wpb-clients__marker-dot {
	background: #e8a317;
	box-shadow: 0 0 0 2px rgba(232, 163, 23, 0.45);
	animation-name: wpb-clients-pulse-bri;
}
.wpb-clients__marker-label {
	position: absolute;
	left: 50%;
	top: calc(100% + 6px);
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 3px 8px;
	border-radius: 4px;
	background: rgba(34, 34, 34, 0.88);
	color: #fff;
	font-size: 0.6875rem;
	line-height: 1.3;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.wpb-clients__marker:hover .wpb-clients__marker-label,
.wpb-clients__marker:focus-within .wpb-clients__marker-label {
	opacity: 1;
	visibility: visible;
}
@keyframes wpb-clients-pulse {
	0%, 100% { box-shadow: 0 0 0 2px rgba(6, 111, 192, 0.35); }
	50% { box-shadow: 0 0 0 6px rgba(6, 111, 192, 0.15); }
}
@keyframes wpb-clients-pulse-sea {
	0%, 100% { box-shadow: 0 0 0 2px rgba(0, 168, 120, 0.4); }
	50% { box-shadow: 0 0 0 6px rgba(0, 168, 120, 0.18); }
}
@keyframes wpb-clients-pulse-bri {
	0%, 100% { box-shadow: 0 0 0 2px rgba(232, 163, 23, 0.45); }
	50% { box-shadow: 0 0 0 6px rgba(232, 163, 23, 0.2); }
}
@media (max-width: 1024px) {
	.wpb-clients__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}
@media (max-width: 480px) {
	#wewe-29.section-item {
		padding: 60px 0;
	}
	.wpb-clients__grid {
		grid-template-columns: 1fr;
	}
	.wpb-clients__map-band {
		margin-top: 32px;
		padding: 40px 16px 48px;
	}
	.wpb-clients__map-legend {
		gap: 8px 14px;
	}
	.wpb-clients__marker-label {
		opacity: 1;
		visibility: visible;
		font-size: 0.625rem;
	}
}
.wpb-features .wpb-container { background: transparent; box-shadow: none; padding: 0; }
.wpb-stats-video__rule { border: 0; border-top: 1px solid #e5e5e5; margin: 40px 0 32px; }
.wpb-stats-video__wrap { margin: 0; text-align: center; }
.wpb-stats-video__poster,
.radius25px { border-radius: 25px; max-width: 100%; height: auto; }
.radius50px { border-radius: 50px; }
.max80 { max-width: 80%; margin-left: auto; margin-right: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.max50 { max-width: 50%; margin-left: auto; margin-right: auto; }

/* CF7 essentials (default plugin CSS is dequeued; keep functional UI only) */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.wpcf7 .hidden-fields-container {
	display: none !important;
}
.wpcf7 .akismet-fields-container {
	display: none !important;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}
.wpcf7 form .wpcf7-response-output:empty {
	display: none;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 0.875rem;
	margin-top: 4px;
}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	vertical-align: middle;
}
form.submitting .wpcf7-spinner {
	visibility: visible;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	display: block;
	margin: 12px 0 0;
	padding: 10px 12px;
	font-size: 14px;
	border: 2px solid #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output {
	border-color: #dc3232;
}

/* wewe-3 — Best solution for you? (Generic) */
#wewe-3.section-item {
	background: #2a3342;
	color: #fff;
	padding: 90px 0;
}
#wewe-3 .section-heading {
	text-align: center;
	margin-bottom: 0;
}
#wewe-3 .heading-title {
	margin: 0;
}
#wewe-3 .heading-title b {
	display: inline-block;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#wewe-3 .section-content {
	color: #fff;
}
#wewe-3 p.max50.tmd {
	color: #fff;
	text-align: center;
	max-width: 50%;
	margin: 0 auto 15px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.7;
}
#wewe-3 .quote-box.max50 {
	background: #fff;
	color: #202020;
	max-width: 50%;
	margin: 40px auto 0;
	padding: 20px 50px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.65;
}
#wewe-3 .quote-box h2.tmd {
	margin: 20px 0;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #202020;
	line-height: 1.2;
}
#wewe-3 .wpcf7-form p:not(.btn-submit) {
	margin: 0 0 15px;
}
#wewe-3 .wpcf7-form p.btn-submit {
	margin: 0;
	text-align: center;
}
#wewe-3 .wpcf7-form label {
	display: none;
}
#wewe-3 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
#wewe-3 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
}
#wewe-3 .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit) {
	height: 42px;
}
#wewe-3 .wpcf7-form textarea.wpcf7-form-control {
	height: 160px;
	min-height: 160px;
	resize: vertical;
}
#wewe-3 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
	outline: none;
	border-color: #bbb;
}
#wewe-3 .btn-submit {
	margin: 0;
	padding: 0;
}
#wewe-3 .wpcf7-submit,
#wewe-3 .btn-submit button,
#wewe-3 .btn-submit input[type="submit"] {
	display: inline-block;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 0;
	background: #0055ff;
	color: #fff;
	padding: 11px 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}
#wewe-3 .wpcf7-submit:hover,
#wewe-3 .btn-submit button:hover,
#wewe-3 .btn-submit input[type="submit"]:hover {
	opacity: 0.92;
}
#wewe-3 .custom-btn-text {
	display: inline-block;
}
.wpb-clients__flags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 32px;
}
.wpb-client-flag { margin: 0; text-align: center; }
.wpb-client-flag__emoji { font-size: 2.5rem; line-height: 1; display: block; }
.wpb-client-flag figcaption { margin-top: 6px; font-size: 0.8125rem; color: var(--wpb-muted); }
.section-item .section-heading { margin-bottom: 32px; text-align: center; }
.section-item .heading-title {
	margin: 0;
	font-size: 2rem;
	font-weight: 400;
	color: #222;
}
.section-item .heading-title a,
.section-item .heading-title b,
.section-item .heading-title b a {
	color: #222;
}
.section-item .heading-title a:hover,
.section-item .heading-title b a:hover {
	color: var(--wpb-primary, #066fc0);
}
.section-item .heading-description { margin: 12px auto 0; max-width: 720px; color: var(--wpb-muted); font-size: 0.9375rem; }
/* wewe-4 — About Us (gallery left + copy right) */
#wewe-4.section-item {
	padding: 90px 0;
}
#wewe-4 .wpb-about-block__content {
	overflow: hidden;
}
#wewe-4 .max50.flt {
	float: left;
	width: 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}
#wewe-4 .max50.frt {
	float: right;
	width: 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}
#wewe-4 .wpb-home-gallery__img {
	max-height: 600px;
	width: auto;
	margin: 0 auto;
	object-fit: contain;
}
#wewe-4 .wpb-home-gallery__figure {
	margin: 0;
	text-align: center;
}
#wewe-4 .heading-title {
	margin: 0 0 40px;
	text-align: left;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
}
#wewe-4 .heading-title a {
	color: #222;
}
#wewe-4 .heading-title b,
#wewe-4 .heading-title b a {
	color: #222;
	font-weight: 700;
}
#wewe-4 .section-content p {
	font-size: 14px;
	line-height: 1.65;
	color: var(--wpb-muted);
	margin: 0 0 16px;
}
#wewe-4 .section-content .btn {
	display: inline-block;
	background: var(--wpb-accent, #f60);
	color: #fff;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	border-radius: 3px;
}
#wewe-4 .section-content .btn:hover {
	background: var(--wpb-accent-dark, #e55a00);
	color: #fff;
}
#wewe-4 .wpb-home-gallery__swiper .swiper-pagination {
	position: relative;
	margin-top: 12px;
}
.flt { float: none; }
.frt { float: none; }

.wpb-section__title--center { text-align: center; }
.wpb-section__title--center b {
	display: inline-block;
	position: relative;
	padding-bottom: 14px;
	font-weight: 700;
}
.wpb-section__title--center b::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #202020;
	opacity: 0.35;
}
.wpb-trade-assurance .wpb-section__title--center b::after { background: #fff; opacity: 1; }

/* Sections */
.wpb-section { padding: 48px 0; }
.wpb-front-page .wpb-section { padding: 80px 0; }
.wpb-section__title {
	margin: 0 0 24px;
	font-size: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #222;
}
.wpb-section__title b {
	color: #222;
}
.wpb-front-page .wpb-section__title {
	font-size: 2.25rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	color: #222;
}
.wpb-section__title a,
.wpb-section__title b a {
	color: #222;
}
.wpb-section__title a:hover,
.wpb-section__title b a:hover {
	color: var(--wpb-primary, #066fc0);
}
.wpb-section__header--row { display: flex; justify-content: space-between; align-items: baseline; }
.wpb-more-link { font-weight: 600; text-transform: uppercase; font-size: 0.875rem; }

/* Carousel */
.wpb-carousel { position: relative; }
.wpb-carousel__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 8px;
}
.wpb-carousel__track::-webkit-scrollbar { display: none; }
.wpb-carousel__slide {
	flex: 0 0 220px;
	scroll-snap-align: start;
}
.wpb-product-thumb { display: block; color: inherit; }
.wpb-product-thumb img {
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
	background: var(--wpb-bg-light);
}
.wpb-product-thumb h3 {
	margin: 10px 0 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
}
.wpb-carousel__arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	border: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	width: 36px;
	height: 36px;
	font-size: 1.25rem;
	cursor: pointer;
	z-index: 2;
}
.wpb-carousel__arrow--prev { left: -8px; }
.wpb-carousel__arrow--next { right: -8px; }

/* Hot products (Generic hot-products-1) */
#hot-products-1.section-item,
.wpb-hot-products.section-item {
	padding: 90px 0;
	background-color: rgba(0, 0, 0, 0.01);
}
.wpb-hot-products > .wpb-container {
	background: transparent;
	padding: 0;
}
.wpb-hot-products-swiper {
	overflow: hidden;
}
.wpb-hot-products-swiper .swiper-slide {
	height: auto;
	box-sizing: border-box;
}
.section-products .section-carousel-slider .swiper-button-prev,
.section-products .section-carousel-slider .swiper-button-next {
	top: calc(50% - 71px);
	color: #333;
}
.cat-carousel-gallery-slider .item-cover img {
	display: inline-block;
}

/* Latest products */
#multi-products-cats-tabs-1.section-item,
.wpb-new-products.section-item {
	padding: 90px 0;
	border-top: 1px solid #f2f2f2;
}

/* Trade assurance */
.wpb-trade-assurance {
	background-color: #1e73be;
	background-image: var(--wpb-ta-bg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	color: #fff;
	text-align: center;
}
.wpb-trade-assurance .wpb-section__title--center b,
.wpb-trade-assurance .wpb-section__title--center b::after { color: #fff; background: #fff; }
.wpb-trade-assurance__inner { max-width: 1280px; margin: 0 auto; }
.wpb-trade-assurance__text {
	margin: 0 auto 32px;
	max-width: 70%;
	line-height: 1.8;
	opacity: 0.95;
}
.wpb-ta-swiper { max-width: 1200px; margin: 0 auto; }
.wpb-ta-swiper .swiper-slide img { width: 100%; height: auto; display: block; }
.wpb-ta-swiper .swiper-pagination-bullet { background: #fff; opacity: 0.6; }
.wpb-ta-swiper .swiper-pagination-bullet-active { opacity: 1; }

/* News */
.wpb-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 24px;
}
.wpb-news__item {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
	border: 0;
}
.wpb-news__thumb { display: block; overflow: hidden; }
.wpb-news__thumb img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.wpb-news__body { padding-top: 14px; }
.wpb-news__body h3 { margin: 0 0 8px; font-size: 1rem; line-height: 1.35; }
.wpb-news__body h3 a { color: #222; }
.wpb-news__meta { font-size: 0.8125rem; color: var(--wpb-muted); margin: 0 0 10px; }
.wpb-news__meta time::after { content: " "; }
.wpb-news__meta a { margin-left: 6px; }
.wpb-news__excerpt { font-size: 0.875rem; color: var(--wpb-muted); margin: 0 0 10px; line-height: 1.6; }
.wpb-read-more { font-weight: 600; font-size: 0.8125rem; text-transform: capitalize; }

/* About home (wpqiye Generic preview wewe-3) */
.wpb-about-home {
	background-color: #f6f7f9;
	background-image: var(--wpb-about-bg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 80px 0;
}
.wpb-about-home .section-content p {
	color: var(--wpb-muted);
	line-height: 1.85;
	margin: 0 0 24px;
	font-size: 0.9375rem;
}
.wpb-item-cover { position: relative; overflow: hidden; }
.wpb-item-cover__link { display: block; }
.wpb-item-cover__link img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease, filter 0.3s ease;
}
.wpb-product-card:hover .wpb-item-cover__link img {
	transform: scale(1.08);
	filter: blur(2px);
}
.wpb-item-cover__mask {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
}
.wpb-product-card:hover .wpb-item-cover__mask { opacity: 1; }
.wpb-btn-play-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	border: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s;
}
.wpb-product-card:hover .wpb-btn-play-video { opacity: 1; }
.wpb-product-card { margin: 0; }
.wpb-product-card figcaption { margin: 0; padding: 10px 0 0; text-align: center; }
.wpb-product-card figcaption h3 {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	min-height: 40px;
}
.wpb-product-card figcaption a { color: inherit; text-decoration: none; }
.wpb-product-card figcaption a:hover { color: var(--wpb-primary); }
.wpb-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

/* Quote section */
.wpb-quote-section {
	background: var(--wpb-quote-bg, var(--wpb-bg-light)) center/cover no-repeat;
	position: relative;
}
.wpb-quote-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.94);
}
.wpb-quote-section > .wpb-container { position: relative; z-index: 1; }
.wpb-quote-section__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}
.wpb-quote-section__intro { text-align: center; }
.wpb-quote-section__intro .wpb-section__title { margin-bottom: 16px; }
.wpb-quote-form input,
.wpb-quote-form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid var(--wpb-border);
	font: inherit;
	margin-bottom: 0;
}
.wpb-quote-form p { margin: 0 0 12px; }

/* Partners */
.wpb-partners {
	background: var(--wpb-partners-bg, transparent) center top no-repeat;
	background-size: contain;
}
.wpb-partners__subtitle { font-size: 1.125rem; margin: 0 0 12px; text-align: center; }
.wpb-partners__lead { color: var(--wpb-muted); max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }
.wpb-partners__flags {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}
.wpb-partner-flag { text-align: center; margin: 0; }
.wpb-partner-flag__emoji { font-size: 2.5rem; display: block; margin-bottom: 6px; }
.wpb-partner-flag figcaption { font-size: 0.75rem; color: var(--wpb-muted); }

/* Footer */
.wpb-site-footer {
	background: #2a2a2a;
	color: #bbb;
	font-size: 0.875rem;
}
.wpb-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	padding: 48px 0 32px;
}
.wpb-footer__col h3 {
	color: #fff;
	font-size: 0.9375rem;
	text-transform: uppercase;
	margin: 0 0 16px;
	letter-spacing: 0.04em;
}
.wpb-footer__links { list-style: none; margin: 0; padding: 0; }
.wpb-footer__links li { margin-bottom: 8px; }
.wpb-site-footer a { color: #ccc; }
.wpb-site-footer a:hover { color: var(--wpb-primary); }
.wpb-footer__bottom {
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 16px 0;
	text-align: center;
	font-size: 0.8125rem;
}

/* Right floating social + message (deep blue) */
.live-chat.prt {
	position: fixed;
	right: 0;
	top: 25%;
	bottom: auto;
	transform: none;
	z-index: 260;
	width: 48px;
}
.live-chat-box {
	background: linear-gradient(180deg, var(--wpb-primary, #066fc0) 0%, var(--wpb-live-chat, #044a8f) 100%);
	box-shadow: 0 4px 24px rgba(4, 74, 143, 0.45);
	overflow: hidden;
}
.live-chat-box.radius-lt {
	border-radius: 8px 0 0 8px;
}
.live-chat-box p {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.live-chat-box p:last-child {
	border-bottom: 0;
}
.live-chat-box a,
.live-chat-box button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}
.live-chat-box a:hover,
.live-chat-box button:hover {
	background: rgba(255, 255, 255, 0.14);
	transform: scale(1.06);
}
.live-chat-box svg {
	display: block;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
}
.live-chat-box span:not(.screen-reader-text) {
	display: none;
}

/* Bottom Leave a message bar */
.message-form-box {
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 98;
	max-width: 320px;
	font-size: 14px;
}
.message-form-box .message-header.radius-top {
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: linear-gradient(180deg, var(--wpb-primary, #066fc0) 0%, var(--wpb-message-blue, #044a8f) 100%);
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(4, 74, 143, 0.4);
	border-radius: 8px 8px 0 0;
}
.message-form-box .message-header .label {
	float: left;
	width: 48px;
	height: 44px;
	text-align: center;
	background: rgba(0, 0, 0, 0.12);
	border-top-left-radius: 8px;
}
.message-form-box .message-header .label svg,
.message-form-box .message-header .label .WPPOPFont {
	display: inline-block;
	vertical-align: middle;
	margin-top: 11px;
	font-size: 22px;
	line-height: 1;
}
.message-form-box .message-header b {
	margin: 0 12px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}
.message-form-box .message-header .arrow-toggle {
	float: right;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	opacity: 0.75;
}
.message-form-box .message-header .arrow-toggle::before {
	content: "▲";
	font-size: 12px;
}
.message-form-box.message-form-box-toggle .message-header .arrow-toggle::before,
.message-form-box.is-open .message-header .arrow-toggle::before {
	content: "▼";
}
.message-form-box .message-form {
	display: none;
	padding: 15px;
	background: #fff;
	color: #202020;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 1.5em;
	max-height: 50vh;
	overflow-y: auto;
}
.message-form-box.message-form-box-toggle .message-form,
.message-form-box.is-open .message-form {
	display: block;
}
.message-form-box .message-form .wpcf7-form p {
	margin: 0 auto 6px;
}
.message-form-box .wpcf7 p {
	margin: 12px auto 0;
}
.message-form-box .wpcf7-form label {
	display: none;
}
.message-form-box .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.message-form-box .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	background: #fff;
}
.message-form-box .wpcf7-form textarea.wpcf7-form-control {
	min-height: 100px;
	resize: vertical;
}
.message-form-box .wpcf7-submit,
.message-form-box .btn-submit button,
.message-form-box input[type="submit"] {
	display: block;
	width: 100%;
	padding: 11px 25px;
	border: 0;
	border-radius: 0;
	background: var(--wpb-message-blue, #0055ff);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	box-sizing: border-box;
}
.message-form-box .wpcf7-submit:hover,
.message-form-box .btn-submit button:hover,
.message-form-box input[type="submit"]:hover {
	opacity: 0.9;
}

/* wewe-2 stats — blue band + video overlaps next section (Generic) */
#wewe-2.section-item {
	background: var(--wpb-message-blue, #0055ff);
	color: #fff;
	padding: 90px 0;
	margin-bottom: 120px;
	overflow: visible;
}
#wewe-2 .section-content {
	color: #fff;
}
#wewe-2 .counter-box ul.no-before {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#wewe-2 .counter-box ul.no-before::after {
	content: "";
	display: table;
	clear: both;
}
#wewe-2 .counter-box li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 12px;
	text-align: center;
	list-style: none;
}
#wewe-2 .counter-box li img {
	width: 70px;
	height: 70px;
	max-width: 70px;
	margin: 0 auto 8px;
	object-fit: contain;
}
#wewe-2 .counter-box h3 {
	margin: 0 0 8px;
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
}
#wewe-2 .counter-box h3 sup {
	font-size: 0.45em;
}
#wewe-2 .counter-box p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	opacity: 0.95;
}
#wewe-2 hr {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin: 30px 0;
}
#wewe-2 .section-content > p {
	margin: 0 0 15px;
	text-align: center;
}
#wewe-2 a.popupbox {
	display: block;
	margin-bottom: -200px;
}
#wewe-2 a.popupbox:hover img.radius25px {
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 40px;
}
#wewe-2 .popupbox img.radius25px {
	border-radius: 25px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/* wewe-1 features — float 4 columns like Generic */
#wewe-1 .grid-col-4 ul.no-before {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#wewe-1 .grid-col-4 ul.no-before::after {
	content: "";
	display: table;
	clear: both;
}
#wewe-1 .grid-col-4 li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 12px;
	text-align: center;
	list-style: none;
}
#wewe-1 .grid-col-4 li img {
	max-width: 210px;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
#wewe-1 .grid-col-4 li h3 {
	margin: 0 0 8px;
	font-size: 15px;
	text-transform: uppercase;
}
#wewe-1 .grid-col-4 li p {
	margin: 0;
	font-size: 13px;
	color: var(--wpb-muted);
	line-height: 1.5;
}

/* Legacy aliases (backward compat) */
.wpb-live-chat { display: none; }
.wpb-message-box { display: none; }

/* H5 bottom toolbar (wpqiye mobile-navigation) */
.wpb-mobile-bar {
	display: none;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Modals */
.wpb-quote-modal,
.wpb-wechat-modal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.5);
	z-index: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.wpb-quote-modal[hidden],
.wpb-wechat-modal[hidden] { display: none !important; }
.wpb-quote-modal__dialog,
.wpb-wechat-modal__dialog {
	background: #fff;
	padding: 24px;
	border-radius: 4px;
	max-width: 440px;
	width: 100%;
	position: relative;
	text-align: center;
}
.wpb-quote-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	border: 0;
	background: none;
	font-size: 1.5rem;
	cursor: pointer;
}
.wpb-wechat-modal__qr {
	width: 180px;
	height: 180px;
	margin: 16px auto;
	background: #eee;
}
.wpb-wechat-modal__qr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Inner pages */
.wpb-page-content { padding: 36px 0 48px; }
.wpb-page-title { color: #222; margin-top: 0; font-size: 1.75rem; margin-bottom: 16px; text-transform: uppercase; }
.wpb-breadcrumb { margin-bottom: 16px; font-size: 0.8125rem; }
.wpb-breadcrumb__list { display: flex; flex-wrap: wrap; gap: 6px 0; margin: 0; padding: 0; list-style: none; color: var(--wpb-muted); }
.wpb-breadcrumb__list li:not(:last-child)::after { content: "/"; margin: 0 8px; color: #ccc; }
.wpb-entry-content { line-height: 1.7; color: #444; }
.wpb-layout-with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 28px;
	padding: 36px 0 48px;
	align-items: start;
}

/* WooCommerce */
body.woocommerce .wpb-layout-with-sidebar,
body.woocommerce-page .wpb-layout-with-sidebar { padding-top: 24px; }
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: 100% !important; margin: 0 !important; float: none !important; }
.wpb-product-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.wpb-product-detail .product_title { color: #222; font-size: 1.5rem; }

/* Responsive */
@media (max-width: 1100px) {
	.wpb-products-features ul.no-before li { flex: 0 0 50%; max-width: 50%; }
	.gridview-products-container.gallery-columns-4 > .item-content { width: 33.333%; }
	.gridview-products-container.gallery-columns-4 > .item-content:nth-child(4n+1) { clear: none; }
	.gridview-products-container.gallery-columns-4 > .item-content:nth-child(3n+1) { clear: both; }
	.gallery-columns-4 .tab-content-box > .item-content,
	.gallery-columns-4 .products-grid-panel > .item-content { width: 33.333%; }
	.gallery-columns-4 .tab-content-box > .item-content:nth-child(4n+1),
	.gallery-columns-4 .products-grid-panel > .item-content:nth-child(4n+1) { clear: none; }
	.gallery-columns-4 .tab-content-box > .item-content:nth-child(3n+1),
	.gallery-columns-4 .products-grid-panel > .item-content:nth-child(3n+1) { clear: both; }
	.wpb-partners__flags { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.wpb-features__list,
	.thumb-title-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	#wewe-1 .wpb-features-grid li { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 1023px) {
	.wpb-nav-toggle { display: none; }
	.wpb-mobile-bar {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 290;
		height: 52px;
		background: #fff;
		border-top: 1px solid var(--wpb-border);
		box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
	}
	.wpb-mobile-bar__btn {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		border: 0;
		background: #fff;
		color: var(--wpb-primary);
		font-size: 0.6875rem;
		font-weight: 600;
		text-transform: uppercase;
		cursor: pointer;
	}
	.wpb-mobile-bar__btn + .wpb-mobile-bar__btn {
		border-left: 1px solid var(--wpb-border);
	}
	.wpb-mobile-bar__btn:active {
		background: var(--wpb-bg-light);
	}
	body {
		padding-bottom: 52px;
	}
	body.wpb-header-overlay.wpb-header-scrolled {
		padding-top: 56px;
		padding-bottom: 52px;
	}
	.message-form-box {
		right: 10px;
		bottom: 52px;
		max-width: min(320px, calc(100vw - 20px));
	}
	.live-chat.prt {
		top: auto;
		bottom: 120px;
	}
	#wewe-2 .counter-box li,
	#wewe-1 .grid-col-4 li {
		width: 50%;
	}
	#wewe-2.section-item {
		padding: 45px 0;
	}
}

@media (max-width: 992px) {
	.wpb-topbar { display: none; }
	.wpb-topbar .wpb-lang-switcher { display: none; }
	.wpb-nav__lang { display: block; }
	.wpb-nav__lang .wpb-lang-switcher {
		margin: 12px 0 0;
		padding-top: 12px;
		border-top: 1px solid var(--wpb-border);
	}
	.wpb-lang-select-wrap { max-width: none; width: 100%; }
	.wpb-lang-select {
		width: 100%;
		background-color: #fff;
		color: #333;
		border-color: var(--wpb-border);
	}
	.wpb-home-overlap { margin-top: 0; }
	.wpb-features .wpb-container { box-shadow: none; padding: 24px 0; }
	.wpb-quote-section__inner { grid-template-columns: 1fr; }
	.wpb-news__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wpb-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wpb-layout-with-sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	.wpb-nav-toggle { display: flex; }
	.wpb-nav-wrap {
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,.4);
		flex-direction: column;
		align-items: stretch;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.25s;
		z-index: 300;
	}
	.wpb-nav-wrap.is-open { opacity: 1; pointer-events: auto; }
	.wpb-nav {
		background: #fff;
		margin-top: 100px;
		max-height: calc(100vh - 100px);
		overflow-y: auto;
		padding: 16px;
	}
	.wpb-nav__list { flex-direction: column; align-items: stretch; }
	.wpb-nav__list > li.wpb-nav__item--btn.menu-btn > a {
		display: block;
		width: 100%;
		text-align: center;
		border-radius: 0;
		margin-top: 8px;
	}
	.wpb-nav__submenu { position: static; display: block; box-shadow: none; border: 0; padding-left: 12px; }
	.wpb-products-features ul.no-before li { flex: 0 0 100%; max-width: 100%; }
	.gridview-products-container.gallery-columns-4 > .item-content { width: 50%; }
	.gridview-products-container.gallery-columns-4 > .item-content:nth-child(3n+1) { clear: none; }
	.gridview-products-container.gallery-columns-4 > .item-content:nth-child(2n+1) { clear: both; }
	.gallery-columns-4 .tab-content-box > .item-content,
	.gallery-columns-4 .products-grid-panel > .item-content { width: 50%; }
	.gallery-columns-4 .tab-content-box > .item-content:nth-child(3n+1),
	.gallery-columns-4 .products-grid-panel > .item-content:nth-child(3n+1) { clear: none; }
	.gallery-columns-4 .tab-content-box > .item-content:nth-child(2n+1),
	.gallery-columns-4 .products-grid-panel > .item-content:nth-child(2n+1) { clear: both; }
	#hot-products-1.section-item,
	#multi-products-cats-tabs-1.section-item { padding: 48px 0; }
	.wpb-news__list { grid-template-columns: 1fr; }
	.wpb-features__list,
	.thumb-title-list { grid-template-columns: 1fr; }
	#wewe-1 .wpb-features-grid li { flex: 0 0 100%; max-width: 100%; }
	#wewe-2 .counter-box li { width: 100%; float: none; }
	.max50,
	#wewe-3 p.max50.tmd,
	#wewe-3 .quote-box.max50 {
		max-width: 100%;
	}
	#wewe-3 .quote-box.max50 {
		padding: 20px 24px;
		margin-top: 24px;
	}
	#wewe-3 .heading-title b {
		font-size: 32px;
	}
	#wewe-3 .quote-box h2.tmd {
		font-size: 24px;
	}
	#wewe-3.section-item {
		padding: 48px 0;
	}
	#wewe-4 .max50.flt,
	#wewe-4 .max50.frt {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	#wewe-4 .max50.frt {
		margin-top: 28px;
	}
	.wpb-home-overlap { margin-top: 0; }
	.wpb-features .wpb-container { padding: 20px 16px; }
	.wpb-trade-assurance { padding: 48px 0; }
	.wpb-about-home { padding: 48px 0; }
	.wpb-about-home .image.alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
		max-width: 100%;
	}
	.wpb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wpb-footer__grid { grid-template-columns: 1fr; }
	.wpb-hero { height: 360px; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* Generic — top bar + nav stacked above homepage slideshow */
body.wpb-header-stacked .wpb-section-header-home {
	position: relative;
	z-index: 20;
	background: #fff;
}
body.wpb-header-stacked .wpb-site-header {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	background: #fff;
	border: 0;
	box-shadow: none;
	z-index: auto;
}
body.wpb-header-stacked .wpb-header-main {
	background: #fff;
	border-bottom: 1px solid var(--wpb-border);
}
body.wpb-header-stacked .wpb-logo__text {
	color: #222;
	text-shadow: none;
}
body.wpb-header-stacked .wpb-nav__list > li > a {
	color: #202020;
	text-shadow: none;
}
body.wpb-header-stacked .wpb-nav__list > li > a:hover {
	color: var(--wpb-primary, #066fc0);
	opacity: 1;
}
body.wpb-header-stacked .wpb-btn-search {
	color: #333;
	filter: none;
}
body.wpb-header-stacked .wpb-nav-toggle span {
	background: #333;
	box-shadow: none;
}
body.wpb-header-stacked .wpb-main,
body.wpb-header-stacked {
	padding-top: 0;
}

/* wpqiye.com — scroll-pinned header (head-pinned) on all pages */
body.wpb-header-sticky.wpb-header-scrolled .wpb-site-header,
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
body.wpb-header-sticky.wpb-header-scrolled .wpb-header-main,
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned .wpb-header-main {
	border-bottom: 1px solid var(--wpb-border);
}
body.wpb-header-sticky.wpb-header-scrolled .wpb-logo__text,
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned .wpb-logo__text {
	color: #222;
	text-shadow: none;
}
body.wpb-header-sticky.wpb-header-scrolled .wpb-nav__list > li > a,
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned .wpb-nav__list > li > a {
	color: #202020;
	text-shadow: none;
}
body.wpb-header-sticky.wpb-header-scrolled .wpb-nav__list > li > a:hover,
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned .wpb-nav__list > li > a:hover {
	color: var(--wpb-primary, #066fc0);
}
body.wpb-header-sticky.wpb-header-scrolled .wpb-btn-search,
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned .wpb-btn-search {
	color: #333;
	filter: none;
}
body.wpb-header-sticky.wpb-header-scrolled .wpb-nav-toggle span,
body.wpb-header-sticky .wpb-site-header.wpb-head-pinned .wpb-nav-toggle span {
	background: #333;
	box-shadow: none;
}

/* wpqiye.com — header overlay & inner banner (inner pages) */
body.wpb-header-overlay .wpb-site-header {
	position: absolute;
	left: 0;
	right: 0;
	background: transparent;
	border: 0;
	z-index: 250;
}
body.wpb-header-overlay .wpb-header-main { background: transparent; border: 0; box-shadow: none; }
body.wpb-header-overlay:not(.wpb-header-scrolled) .wpb-logo__text {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}
body.wpb-header-overlay:not(.wpb-header-scrolled) .wpb-nav__list > li > a {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
body.wpb-header-overlay:not(.wpb-header-scrolled) .wpb-nav__list > li > a:hover {
	color: #fff;
	opacity: 0.9;
}
body.wpb-header-overlay:not(.wpb-header-scrolled) .wpb-btn-search {
	color: #fff;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
body.wpb-header-overlay:not(.wpb-header-scrolled) .wpb-nav-toggle span {
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
body.wpb-header-overlay .wpb-main { padding-top: 0; }

/* wpqiye — section-header stack: news.jpg banner + topbar + transparent nav */
.wpb-section-header-stack.section-header {
	position: relative;
	background-color: #1a1a1a;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.wpb-section-header-stack.section-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
	z-index: 0;
}
.wpb-section-header-stack .wpb-topbar,
.wpb-section-header-stack .wpb-site-header {
	position: relative;
	z-index: 1;
}
.wpb-section-header-stack .wpb-topbar {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.wpb-section-header-stack .wpb-site-header {
	background: transparent;
	border: 0;
	box-shadow: none;
}
.wpb-section-header-stack .wpb-header-main {
	background: transparent;
	border-bottom: 0;
}

.wpb-section-header {
	position: relative;
	min-height: 200px;
	background: var(--wpb-section-dark);
	margin-bottom: 32px;
}
.wpb-section-header__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.55)),
		url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&h=400&fit=crop') center/cover;
}
.wpb-section-header__inner {
	position: relative;
	z-index: 1;
	padding: 120px 0 32px;
}
.wpb-section-header .wpb-breadcrumb { color: rgba(255,255,255,.85); }
.wpb-section-header .wpb-breadcrumb a { color: #fff; }

/* WPPOP sub-header (wpqiye.com inner pages) */
.wpb-sub-header.sub-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	isolation: isolate;
	z-index: 2;
}
/* wpqiye — sub-header below section-header banner: title + breadcrumbs in .inner */
.wpb-sub-header--plain,
.wpb-sub-header--product {
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}
.wpb-sub-header--plain > .inner,
.wpb-sub-header--product > .inner {
	max-width: var(--wpb-container, 1200px);
	margin: 0 auto;
	padding: 18px 20px;
	box-sizing: border-box;
}
.wpb-sub-header--plain .current-title {
	margin: 0 0 10px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.35;
	color: #202020;
}
.wpb-sub-header--plain .current-title a {
	color: var(--wpb-primary, #066fc0);
	text-decoration: none;
}
.wpb-sub-header--plain .current-title a:hover {
	opacity: 0.85;
}
.wpb-sub-header--plain .breadcrumbs {
	margin: 0;
	font-size: 0.875rem;
	color: #666;
}
.wpb-sub-header--plain .breadcrumbs a {
	color: #666;
}
.wpb-sub-header--plain .breadcrumbs a:hover {
	color: var(--wpb-primary, #066fc0);
}
.wpb-sub-header--plain .breadcrumbs .current {
	color: #333;
}
/* News archives — title + breadcrumbs in one .inner (wpqiye) */
.wpb-sub-header--combined {
	position: relative;
}
.wpb-sub-header--combined > img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
}
.wpb-sub-header--combined > .inner {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 20px;
	color: #fff;
	z-index: 2;
}
.wpb-sub-header--combined .current-title-box {
	margin: 0 0 12px;
}
.wpb-sub-header--combined .current-title {
	margin: 0;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}
.wpb-sub-header--combined .breadcrumbs {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}
.wpb-sub-header--combined .breadcrumbs a {
	color: #fff;
}
.wpb-sub-header--combined .breadcrumbs .current {
	color: #fff;
	opacity: 0.95;
}
.wpb-sub-header--combined .current-title a {
	color: #fff;
	text-decoration: none;
}
.wpb-sub-header--combined .current-title a:hover {
	opacity: 0.9;
}
/* Never show carousel arrows over the inner-page banner. */
.wpb-sub-header .swiper-button-prev,
.wpb-sub-header .swiper-button-next,
.wpb-sub-header__banner .swiper-button-prev,
.wpb-sub-header__banner .swiper-button-next,
.wpb-sub-header__title-wrap .jcarousel-control-prev,
.wpb-sub-header__title-wrap .jcarousel-control-next {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
.wpb-sub-header__banner {
	position: relative;
	overflow: hidden;
}
.wpb-sub-header__banner > img {
	display: block;
	width: 100%;
	height: 280px;
	min-height: 280px;
	object-fit: cover;
}
.wpb-sub-header__title-wrap {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 48px 20px;
	background: rgba(0, 0, 0, 0.35);
}
/* Category / inner archives: static title only (no Swiper arrows or autoplay). */
.wpb-sub-header__title-wrap--static .current-title-box {
	position: static;
	top: auto;
	transform: none;
}
.wpb-sub-header__title-wrap--static .swiper-wrapper,
.wpb-sub-header__title-wrap--static .swiper-slide {
	transform: none !important;
}
.wpb-sub-header .swiper-button-prev,
.wpb-sub-header .swiper-button-next,
.wpb-sub-header .swiper-pagination,
.wpb-sub-header__title-wrap .swiper-button-prev,
.wpb-sub-header__title-wrap .swiper-button-next,
.wpb-sub-header__title-wrap .swiper-pagination {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
.wpb-sub-header .current-title {
	margin: 0;
	color: #fff;
	font-size: 2.25rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}
.wpb-sub-header .current-title a {
	color: #fff;
	text-decoration: none;
}
.wpb-sub-header .current-title a:hover {
	opacity: 0.9;
}
.wpb-sub-header .breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	font-size: 0.875rem;
}
.wpb-sub-header .breadcrumbs li {
	display: inline;
}
.wpb-sub-header .breadcrumbs a,
.wpb-sub-header .breadcrumbs .current {
	color: inherit;
	text-decoration: none;
}
.wpb-sub-header .breadcrumbs .delimiter::before {
	content: "›";
	margin: 0 10px;
	font-style: normal;
	opacity: 0.85;
}
/* Legacy overlay: breadcrumbs on banner (e.g. /products/) */
.wpb-sub-header:not(.wpb-sub-header--crumbs-below) .wpb-sub-header__overlay-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	padding: 0 20px 24px;
	pointer-events: none;
}
.wpb-sub-header:not(.wpb-sub-header--crumbs-below) .wpb-sub-header__overlay-meta .breadcrumbs {
	justify-content: center;
	color: rgba(255, 255, 255, 0.9);
	pointer-events: auto;
}
.wpb-sub-header:not(.wpb-sub-header--crumbs-below) .wpb-sub-header__overlay-meta .breadcrumbs a:hover {
	color: #fff;
}
/* Product category: breadcrumbs in strip below banner */
.wpb-sub-header--crumbs-below .wpb-breadcrumb-bar {
	background: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}
.wpb-sub-header--crumbs-below .wpb-breadcrumb-bar__inner {
	max-width: var(--wpb-container);
	margin: 0 auto;
	padding: 12px 20px;
	box-sizing: border-box;
}
.wpb-sub-header--crumbs-below .wpb-breadcrumb-bar .breadcrumbs {
	justify-content: flex-start;
	color: #666;
}
.wpb-sub-header--crumbs-below .wpb-breadcrumb-bar .breadcrumbs a {
	color: #666;
}
.wpb-sub-header--crumbs-below .wpb-breadcrumb-bar .breadcrumbs a:hover {
	color: #066fc0;
}
.wpb-sub-header--crumbs-below .wpb-breadcrumb-bar .breadcrumbs .current {
	color: #333;
}

.wpb-page-products .products-grid-panel {
	display: block;
	overflow: hidden;
	margin: 0 -1%;
}

/* Products archive (/products/) — full-width shell, inner content capped */
.wpb-page-products.wrapper-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 24px 0 48px;
	box-sizing: border-box;
}
.wpb-page-products > .column-fluid {
	max-width: var(--wpb-container, 1280px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.wpb-page-products .content.fullwidth {
	float: none;
	width: 100%;
	max-width: 100%;
}
.wpb-page-products .cat-desc {
	margin-bottom: 24px;
}
.wpb-page-products .cat-desc hr {
	margin: 24px 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.wpb-page-products .cat-desc .grid-col-4 ul.no-before {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.wpb-page-products .cat-desc .grid-col-4 ul.no-before li {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 12px 20px;
	box-sizing: border-box;
	text-align: center;
}
.wpb-page-products .cat-desc .grid-col-4 ul.no-before li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 8px;
}
.wpb-page-products .cat-desc .grid-col-4 ul.no-before h3 {
	margin: 0 0 8px;
	font-size: 0.9375rem;
	text-transform: uppercase;
}
.wpb-page-products .cat-desc .grid-col-4 ul.no-before p {
	margin: 0;
	font-size: 0.8125rem;
	color: var(--wpb-muted);
	line-height: 1.5;
}
.gridview-products-container.gallery-columns-4 {
	display: block;
	overflow: hidden;
	margin: 0 -1%;
}
.gridview-products-container.gallery-columns-4::after {
	content: "";
	display: table;
	clear: both;
}
.gridview-products-container.gallery-columns-4 > .item-content {
	float: left;
	width: 25%;
	padding: 1%;
	margin-bottom: 0;
	box-sizing: border-box;
}
.gridview-products-container.gallery-columns-4 > .item-content:nth-child(4n+1) {
	clear: both;
}
.wpb-page-products .gallery-page-nav {
	margin: 32px auto 0;
	text-align: center;
}
.wpb-page-products .gallery-page-nav .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: center;
}
.wpb-page-products .gallery-page-nav .page-numbers {
	display: inline-block;
	min-width: 36px;
	padding: 8px 12px;
	border: 1px solid var(--wpb-border);
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
	box-sizing: border-box;
}
.wpb-page-products .gallery-page-nav .page-numbers.current {
	background: var(--wpb-message-blue, #0055ff);
	border-color: var(--wpb-message-blue, #0055ff);
	color: #fff;
}
.wpb-page-products .gallery-page-nav .page-numbers.dots {
	border-color: transparent;
}
.wpb-page-products .gallery-page-nav .page-numbers.next,
.wpb-page-products .gallery-page-nav .page-numbers.prev {
	font-size: 0;
	line-height: 1;
}
.wpb-page-products .gallery-page-nav .WPPOPFont::before {
	font-style: normal;
	font-size: 14px;
}
.wpb-page-products .gallery-page-nav .icon-arrow-right::before {
	content: "›";
}
.wpb-page-products .gallery-page-nav .icon-arrow-left::before {
	content: "‹";
}

@media (max-width: 1100px) {
	.wpb-page-products .cat-desc .grid-col-4 ul.no-before li {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	body.page-products .wpb-page-products > .column-fluid,
	.wpb-page-products > .column-fluid,
	body.wpb-news-archive-page .wpb-news-archive.wrapper-content,
	.wpb-news-archive.wrapper-content,
	.wpb-showcase-archive.wrapper-content,
	.wpb-single-post.wrapper-content,
	.wpb-single-showcase.wrapper-content {
		padding-left: 16px;
		padding-right: 16px;
	}
	.wpb-page-products .cat-desc .grid-col-4 ul.no-before li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wpb-page-products .gridview-products-container.gallery-columns-4 > .item-content {
		width: 50%;
	}
	.wpb-page-products .gridview-products-container.gallery-columns-4 > .item-content:nth-child(4n+1) {
		clear: none;
	}
	.wpb-page-products .gridview-products-container.gallery-columns-4 > .item-content:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 480px) {
	.wpb-page-products .gridview-products-container.gallery-columns-4 > .item-content {
		width: 100%;
		clear: both;
	}
}

.wpb-section-header__title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
}

/* Downloads page — wpqiye table-list, sidebar left */
.wpb-downloads-archive.wrapper-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 20px;
	width: 100%;
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.wpb-downloads-archive > .sidebar.wpb-sidebar-downloads {
	flex: 0 0 280px;
	width: 280px;
	max-width: 280px;
	order: 0;
	margin: 0;
	padding: 0;
	float: none;
}
.wpb-downloads-archive > .column-fluid {
	flex: 1 1 0;
	min-width: 0;
	order: 1;
	width: auto;
	margin: 0;
	padding: 0;
}
body.content-right .wpb-downloads-archive > .column-fluid .content.no-fullwidth,
body.wpb-content-right .wpb-downloads-archive > .column-fluid .content.no-fullwidth {
	width: 100%;
	max-width: none;
	float: none;
}
.wpb-downloads-archive .table-list {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	overflow-x: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.wpb-downloads-archive .table-list th {
	padding: 11px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background: rgba(0, 0, 0, 0.03);
	text-align: left;
	font-size: 14px;
	font-weight: 600;
}
.wpb-downloads-archive .table-list td {
	padding: 16px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wpb-downloads-archive .table-list tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.01);
}
.wpb-downloads-archive .table-list tr:hover td {
	background: rgba(0, 0, 0, 0.018);
}
.wpb-downloads-archive .table-list td.td-title {
	max-width: 60%;
	width: 60%;
	text-align: left;
}
.wpb-downloads-archive .table-list td.td-title a {
	color: #333;
	text-decoration: none;
}
.wpb-downloads-archive .table-list td.td-title a:hover {
	color: #0049ff;
	text-decoration: underline;
}
.wpb-downloads-archive .table-list td.td-type {
	color: #666;
	white-space: nowrap;
}
.wpb-downloads-archive .table-list td.td-size {
	color: #666;
	white-space: nowrap;
}
.wpb-downloads-archive .table-list th.tmd,
.wpb-downloads-archive .table-list td.tmd {
	text-align: center !important;
}
.wpb-downloads-archive .table-list tr td.td-btn .btn-download {
	padding: 2px 20px;
	display: inline-block;
	color: #0049ff;
	text-decoration: none;
}
.wpb-downloads-archive .table-list tr td.td-btn a:hover {
	text-decoration: none;
}
.wpb-downloads-archive .table-list .file-link i {
	font-size: 16px;
}
.wpb-downloads-archive .post-page-nav {
	margin: 28px 0 0;
	text-align: center;
}
.wpb-downloads-archive .post-page-nav .navigation.pagination {
	display: block;
}
.wpb-downloads-archive .post-page-nav .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.wpb-downloads-archive .post-page-nav .page-numbers {
	display: inline-block;
	padding: 9px 18px;
	min-width: 40px;
	text-align: center;
	font-size: 0.875rem;
	color: #333;
	background: #eee;
	text-decoration: none;
	border: 0;
	line-height: 1.4;
}
.wpb-downloads-archive .post-page-nav .page-numbers:hover {
	color: #fff;
	background: #0049ff;
}
.wpb-downloads-archive .post-page-nav span.page-numbers.current {
	color: #fff;
	background: #0049ff;
}
.wpb-downloads-archive .post-page-nav a.next.page-numbers {
	padding: 9px 20px;
}
.wpb-downloads-archive .post-page-nav .WPPOPFont {
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}
.wpb-sidebar-downloads .widget {
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.wpb-sidebar-downloads .search-post {
	padding: 16px;
}
.wpb-sidebar-downloads .search-form {
	display: flex;
	gap: 0;
}
.wpb-sidebar-downloads .search-field {
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid #ccc;
	font-size: 0.875rem;
}
.wpb-sidebar-downloads .search-submit {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 0;
	background: #0049ff;
	color: #fff;
	cursor: pointer;
}
.wpb-sidebar-downloads .widget-title {
	margin: 0;
	padding: 14px 16px;
	font-size: 1rem;
	font-weight: 700;
	background: #ebebeb;
	border-bottom: 1px solid #e0e0e0;
}
.wpb-sidebar-downloads .widget_text .textwidget {
	padding: 16px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #666;
}
@media (max-width: 991px) {
	.wpb-downloads-archive.wrapper-content {
		flex-direction: column;
	}
	.wpb-downloads-archive > .sidebar.wpb-sidebar-downloads {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
		order: 0;
	}
	.wpb-downloads-archive .table-list td,
	.wpb-downloads-archive .table-list th {
		padding: 10px 5px;
		font-size: 12px;
	}
}

/* Contact Us — wpqiye Generic (full width, two columns + team + map) */
.wpb-page-contact-us .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.wpb-contact-page {
	padding: 40px 0 48px;
}
.wpb-contact-page__section {
	margin: 0 0 48px;
}
.wpb-contact-page__section:last-child {
	margin-bottom: 0;
}
.wpb-contact-page__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 30px;
}
.wpb-contact-page__col {
	flex: 1 1 0;
	min-width: 280px;
}
.wpb-contact-page__heading {
	margin: 0 0 16px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.wpb-contact-page__heading--center {
	text-align: center;
	margin-bottom: 24px;
}
.wpb-contact-page__lead,
.wpb-contact-page__form-note {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #666;
}
.wpb-contact-page__divider {
	display: block;
	width: 100%;
	height: 0;
	border: 0;
	border-top: 1px solid #e0e0e0;
	margin: 0 0 24px;
}
.wpb-contact-page__details p {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #555;
}
.wpb-contact-page__details p strong {
	color: #222;
	font-weight: 700;
}
.wpb-contact-page__form.wpcf7-wrapper {
	margin-top: 8px;
}
.wpb-contact-page__form .wpcf7-form p:not(.btn-submit) {
	margin: 0 0 15px;
}
.wpb-contact-page__form .wpcf7-form p.btn-submit {
	margin: 0;
	text-align: left;
}
.wpb-contact-page__form .wpcf7-form label {
	display: none;
}
.wpb-contact-page__form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpb-contact-page__form .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
}
.wpb-contact-page__form .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit) {
	height: 42px;
}
.wpb-contact-page__form .wpcf7-form textarea.wpcf7-form-control {
	height: 160px;
	min-height: 160px;
	resize: vertical;
}
.wpb-contact-page__form .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
	outline: none;
	border-color: #bbb;
}
.wpb-contact-page__form .btn-submit button,
.wpb-contact-page__form .btn-submit input[type="submit"],
.wpb-contact-page__form .wpcf7-submit {
	display: inline-block;
	min-width: 140px;
	border: 1px solid transparent;
	border-radius: 0;
	background: #0049ff;
	color: #fff;
	padding: 11px 28px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	text-transform: uppercase;
}
.wpb-contact-page__form .btn-submit button:hover,
.wpb-contact-page__form .wpcf7-submit:hover {
	opacity: 0.92;
}
.wpb-contact-page__team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px 20px;
}
.wpb-contact-team-card {
	text-align: center;
}
.wpb-contact-team-card__img {
	margin: 0 0 16px;
}
.wpb-contact-team-card__img img {
	width: 100%;
	max-width: 250px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	border-radius: 0;
}
.wpb-contact-team-card__name {
	margin: 0 0 10px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #222;
}
.wpb-contact-team-card__desc {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #666;
}
.wpb-contact-page__map-embed {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
}
.wpb-contact-page__map-embed iframe {
	display: block;
	width: 100%;
	height: 400px;
	border: 0;
}
@media (max-width: 991px) {
	.wpb-contact-page__team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.wpb-contact-page {
		padding: 28px 0 36px;
	}
	.wpb-contact-page__row {
		flex-direction: column;
		gap: 36px;
	}
	.wpb-contact-page__col {
		min-width: 0;
		width: 100%;
	}
	.wpb-contact-page__team-grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin: 0 auto;
	}
	.wpb-contact-page__map-embed iframe {
		height: 280px;
	}
}

/* About Us — wpqiye Generic (intro 50/50 + story + Out Team + video strip) */
.wpb-page-about-us .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.wpb-about-page-wrap > .column-fluid {
	display: flex;
	flex-direction: column;
}
.wpb-about-page-wrap > .column-fluid > .content.fullwidth {
	flex: 0 0 auto;
}
.wpb-about-page-wrap > .column-fluid > .wpb-archive-subscribe {
	flex: 0 0 auto;
	width: 100%;
	max-width: none;
	margin-top: 40px;
}
.wpb-about-page {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.wpb-about-page__section {
	margin: 0;
}
.wpb-about-page__intro {
	padding: 90px 0;
}
.wpb-about-page__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 40px;
}
.wpb-about-page__col {
	flex: 1 1 0;
	min-width: 280px;
}
.wpb-about-page__col--media {
	text-align: right;
}
.wpb-about-page__col--media img {
	max-width: 520px;
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.wpb-about-page__intro-heading {
	margin: 0 0 20px;
	font-size: 2rem;
	font-weight: 100;
	line-height: 1.3;
	color: #222;
	text-transform: uppercase;
}
.wpb-about-page__intro-heading strong {
	font-weight: 700;
}
.wpb-about-page__intro p,
.wpb-about-page__story p {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #555;
}
.wpb-about-page__story {
	padding: 90px 0;
	background: #f9f9f9;
}
.wpb-about-page__banner {
	margin: 0 0 24px;
	text-align: center;
}
.wpb-about-page__banner img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.wpb-about-page__team-head {
	padding: 90px 0 0;
	text-align: center;
}
.wpb-about-page__team-title {
	margin: 0;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	text-transform: none;
}
.wpb-about-page__team {
	padding: 30px 0 90px;
}
.wpb-about-page__team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px 20px;
}
.wpb-about-team-card {
	text-align: center;
	padding: 0 15px;
}
.wpb-about-team-card__img {
	margin: 0 0 15px;
}
.wpb-about-team-card__img img {
	width: 100%;
	max-width: 250px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}
.wpb-about-team-card__name {
	margin: 0 0 10px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #222;
}
.wpb-about-team-card__desc {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #666;
	letter-spacing: 0;
}
.wpb-about-page__closing {
	padding: 90px 0;
	background-color: #1a2a3a;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wpb-about-page__closing-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 40px;
}
.wpb-about-page__closing-text {
	flex: 1 1 0;
	min-width: 280px;
	padding-right: 40px;
}
.wpb-about-page__closing-text p {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #fff;
}
.wpb-about-page__closing-video {
	flex: 1 1 0;
	min-width: 280px;
}
.wpb-about-page__video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	background: #000;
}
@media (max-width: 1022px) {
	.wpb-about-page__story {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.wpb-about-page__team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.wpb-about-page__intro,
	.wpb-about-page__closing {
		padding: 40px 0;
	}
	.wpb-about-page__team-head {
		padding: 40px 0 0;
	}
	.wpb-about-page__team {
		padding: 30px 0 40px;
	}
	.wpb-about-page__row,
	.wpb-about-page__closing-row {
		flex-direction: column;
	}
	.wpb-about-page__col--media {
		text-align: center;
	}
	.wpb-about-page__closing-text {
		padding-right: 0;
	}
	.wpb-about-page__team-grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin: 0 auto;
	}
}

/* Search results — wpqiye Generic */
.wpb-search-page.wrapper-content {
	display: block;
	width: 100%;
	padding: 20px 0 48px;
	box-sizing: border-box;
}
.wpb-search-page .content.fullwidth {
	width: 100%;
	max-width: none;
	float: none;
}
.wpb-search-page .search-title-tabs {
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.085);
}
.wpb-search-page .search-title-tabs ul {
	height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.wpb-search-page .search-title-tabs ul li {
	float: left;
	margin: 0 45px 0 0;
	padding: 0;
	line-height: 42px;
	font-size: 15px;
	color: #6f6f6f;
	border-bottom: 1px solid transparent;
}
.wpb-search-page .search-title-tabs ul li a {
	color: inherit;
	text-decoration: none;
}
.wpb-search-page .search-title-tabs ul li.active,
.wpb-search-page .search-title-tabs ul li:hover {
	color: #000;
	border-bottom-color: rgba(0, 0, 0, 0.65);
}
.wpb-search-page .search-title-tabs .frt {
	float: right;
	line-height: 42px;
	font-size: 14px;
	color: #6f6f6f;
	max-width: 70%;
	text-align: right;
}
.wpb-search-page .opacity65 {
	opacity: 0.65;
}
.wpb-search-page .search-result-box {
	margin: 0;
}
.wpb-search-page .page-error404 {
	max-width: 90%;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}
.wpb-search-page .page-error404 h1 {
	margin: 24px 0 0;
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.42);
}
.wpb-search-page .page-error404 h1 i {
	margin-right: 8px;
	font-size: 20px;
}
.wpb-search-page .page-error404 span {
	margin: 20px auto 10px;
	color: rgba(0, 0, 0, 0.42);
	display: block;
}
.wpb-search-page .page-error404 .search-post {
	max-width: 600px;
	margin: 0 auto;
}
.wpb-search-page .errorsearch {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	position: relative;
}
.wpb-search-page .errorsearch .search-field {
	width: 100%;
	height: 46px;
	padding: 0 120px 0 15px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	font-size: 14px;
}
.wpb-search-page .errorsearch .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	padding: 0 20px;
	border: 0;
	background: #066fc0;
	color: #fff;
	cursor: pointer;
}
.wpb-search-page .errorsearch .btn i {
	margin-right: 8px;
}
.wpb-search-page .gallery-page-nav,
.wpb-search-page .navigation.pagination {
	margin-top: 32px;
}

@media (max-width: 767px) {
	body.wpb-search-open {
		overflow: hidden;
	}
	.wpb-site-header .search-box {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999999;
		background: rgba(0, 0, 0, 0.85);
		overflow-y: auto;
	}
	.wpb-site-header .search-box > .inner {
		border: 0;
		background: transparent;
		box-shadow: none;
	}
	.wpb-site-header .search-box .mobi-title {
		display: block;
		height: 40px;
		line-height: 40px;
		color: #fff;
		overflow: hidden;
	}
	.wpb-site-header .search-box .mobi-title span {
		float: left;
		margin-left: 3%;
		font-weight: 700;
	}
	.wpb-site-header .search-box .mobi-menu-close {
		float: right;
		width: 30px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		text-decoration: none;
	}
	.wpb-site-header .search-form-box {
		padding: 25px 15px;
		width: 96%;
		background: #fff;
	}
	.wpb-site-header .search-box #searchsubmit {
		position: relative;
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.wpb-site-header .search-box #ls,
	.wpb-site-header .search-box .search-field {
		padding-right: 15px;
	}
	.wpb-search-page .search-title-tabs ul {
		height: auto;
	}
	.wpb-search-page .search-title-tabs ul li {
		float: none;
		margin: 0 0 8px;
	}
	.wpb-search-page .search-title-tabs .frt {
		float: none;
		max-width: 100%;
		text-align: left;
		display: block;
		line-height: 1.5;
		margin-top: 12px;
	}
}

/* Product Inquiry — wpqiye #iq-tips + .iq-form */
.wpb-inquiry-page.wrapper-content {
	display: block;
	width: 100%;
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.wpb-inquiry-page .content.fullwidth {
	width: 100%;
	max-width: none;
	float: none;
}
.wpb-inquiry-page #iq-tips {
	padding: 15px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.065);
	border-bottom: 0;
	background: rgba(0, 0, 0, 0.015);
	line-height: 1.65;
	color: #555;
}
.wpb-inquiry-page #iq-tips span {
	color: rgba(0, 0, 0, 0.5);
}
.wpb-inquiry-page #iq-tips em {
	padding: 0 8px;
	color: red;
	font-style: normal;
	font-size: 12px;
}
.wpb-inquiry-page .iq-form {
	padding: 40px;
	border: 1px solid rgba(0, 0, 0, 0.065);
	background: #fff;
}
.wpb-inquiry-page .iq-form .product-thumb {
	margin: 0 0 20px 132px;
	width: 80%;
	overflow: hidden;
}
.wpb-inquiry-page .iq-form .product-thumb img {
	float: left;
	margin: 0 15px 0 0;
	padding: 3px;
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	object-fit: cover;
}
.wpb-inquiry-page .iq-form .product-thumb h4 {
	margin: 0 auto 5px;
	font-weight: 700;
	font-size: 1rem;
	color: #222;
}
.wpb-inquiry-page .iq-form .product-thumb p {
	margin: 0 auto;
	line-height: 20px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}
.wpb-inquiry-page .iq-form .product-thumb a {
	text-decoration: none;
	color: inherit;
}
.wpb-inquiry-page .iq-form .product-thumb a:hover h4 {
	color: #f60;
}
.wpb-inquiry-page .iq-form .product-thumb a:hover img {
	border-color: #fb0;
}
.wpb-inquiry-page .iq-form .wpcf7-form > p,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback > p {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 18px;
	clear: both;
}
.wpb-inquiry-page .iq-form .wpcf7-form > p.hide,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback > p.hide {
	display: none !important;
}
.wpb-inquiry-page .iq-form label {
	padding: 8px 12px 0 0;
	min-width: 120px;
	width: 20%;
	text-align: right;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
}
.wpb-inquiry-page .iq-form label em {
	padding: 0 4px 0 0;
	color: red;
	font-style: normal;
}
.wpb-inquiry-page .iq-form .wpcf7-form-control-wrap,
.wpb-inquiry-page .iq-form .wpcf7-radio,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback input,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback select,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback textarea {
	flex: 1 1 80%;
	max-width: 80%;
	width: 80%;
	box-sizing: border-box;
}
.wpb-inquiry-page .iq-form .wpcf7-text,
.wpb-inquiry-page .iq-form .wpcf7-email,
.wpb-inquiry-page .iq-form .wpcf7-select,
.wpb-inquiry-page .iq-form .wpcf7-textarea,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback input,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback select,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	font-size: 14px;
	color: #666;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
}
.wpb-inquiry-page .iq-form .wpcf7-textarea,
.wpb-inquiry-page .iq-form .wpb-inquiry-fallback textarea {
	min-height: 160px;
	resize: vertical;
}
.wpb-inquiry-page .iq-form .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
	padding-top: 8px;
}
.wpb-inquiry-page .iq-form .wpcf7-list-item {
	margin: 0;
}
.wpb-inquiry-page .iq-form .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: auto;
	min-width: 0;
	text-align: left;
	padding: 0;
}
.wpb-inquiry-page .iq-form p.btn-submit {
	display: flex;
	align-items: center;
	margin-top: 8px;
}
.wpb-inquiry-page .iq-form p.btn-submit label {
	min-width: 120px;
	width: 20%;
}
.wpb-inquiry-page .iq-form p.btn-submit .wpcf7-submit,
.wpb-inquiry-page .iq-form p.btn-submit button {
	width: 80%;
	max-width: 80%;
	padding: 11px 25px;
	background: #0049ff;
	color: #fff;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
}
.wpb-inquiry-page .iq-form p.btn-submit .wpcf7-submit:hover,
.wpb-inquiry-page .iq-form p.btn-submit button:hover {
	opacity: 0.92;
}
.wpb-inquiry-form-note {
	margin-top: 50px;
	margin-bottom: 0;
	color: #265cff;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
}
.wpb-inquiry-page > .column-fluid {
	display: flex;
	flex-direction: column;
}
.wpb-inquiry-page > .column-fluid > .content.fullwidth {
	flex: 0 0 auto;
}
.wpb-inquiry-page > .column-fluid > .wpb-archive-subscribe {
	flex: 0 0 auto;
	width: 100%;
	max-width: none;
	margin-top: 40px;
}
@media (max-width: 991px) {
	.wpb-inquiry-page .iq-form {
		padding: 20px 10px;
	}
	.wpb-inquiry-page .iq-form .product-thumb {
		margin: 0 0 20px;
		width: 100%;
	}
	.wpb-inquiry-page .iq-form label {
		width: 100%;
		min-width: 0;
		text-align: left;
		padding-bottom: 6px;
	}
	.wpb-inquiry-page .iq-form .wpcf7-form-control-wrap,
	.wpb-inquiry-page .iq-form .wpcf7-radio,
	.wpb-inquiry-page .iq-form p.btn-submit .wpcf7-submit,
	.wpb-inquiry-page .iq-form p.btn-submit button {
		max-width: 100%;
		width: 100%;
	}
}

.wpcf7-wrapper .wpcf7-form p { margin-bottom: 12px; }
.wpcf7-wrapper input,
.wpcf7-wrapper textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--wpb-border); }
.wpcf7-wrapper .wpcf7-submit {
	background: var(--wpb-primary);
	color: #fff;
	border: 0;
	padding: 12px 24px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
}

.wpb-sidebar--inner .wpb-sidebar__cats { list-style: none; margin: 0; padding: 0; }
.wpb-sidebar--inner .wpb-sidebar__cats a { display: block; padding: 6px 0; color: #333; font-size: 0.875rem; }
.wpb-sidebar--inner .wpb-sidebar__cats-child { list-style: none; padding-left: 14px; margin: 0; }

.wpb-hero-swiper {
	width: 100%;
	aspect-ratio: 1920 / 850;
	max-height: 850px;
	min-height: 360px;
	height: auto;
}
.wpb-hero-swiper .swiper-wrapper,
.wpb-hero-swiper .swiper-slide { height: 100%; }
.wpb-hero-swiper .swiper-slide {
	position: relative;
	opacity: 1;
}
.wpb-hero-swiper .swiper-slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wpb-hero-swiper .swiper-caption {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}
.wpb-hero-swiper .slider-caption-content {
	text-align: center;
	max-width: 800px;
	padding: 0 20px;
}
.wpb-hero-swiper .pop-slider-heading {
	margin: 0 0 12px;
	font-size: clamp(1.25rem, 3vw, 2rem);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
}
.wpb-hero-swiper .pop-slider-description {
	margin: 0 0 20px;
	font-size: 0.9375rem;
	opacity: 0.95;
}
.wpb-hero-swiper .wpb-hero__slide--no-text .slider-caption-content .btn {
	margin-top: 0;
}
.wpb-hero-swiper .slider-caption-content .btn {
	display: inline-block;
	background: var(--wpb-primary);
	color: #fff;
	padding: 10px 22px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.875rem;
}
.wpb-hero-swiper .slider-caption-content .btn:hover {
	background: #f06000;
	color: #fff;
}
.wpb-icon-arrow-right::before {
	content: "→";
	margin-left: 6px;
	font-style: normal;
}
.wpb-hero-swiper .swiper-button-prev,
.wpb-hero-swiper .swiper-button-next { color: #fff; }
.wpb-hero-swiper .opacity65 { opacity: 0.65; }
.wpb-hero-swiper .swiper-pagination-bullet { background: #fff; opacity: 0.6; }
.wpb-hero-swiper .swiper-pagination-bullet-active { opacity: 1; background: var(--wpb-primary); }
/* About wewe-3 — float image (Generic preview) */
.wpb-about-home .image.alignleft {
	float: left;
	margin: 0 28px 12px 0;
	max-width: 530px;
	height: auto;
}
.wpb-about-home .section-content { overflow: hidden; }
.wpb-about-home .heading-title {
	margin: 0 0 16px;
	font-size: 2.25rem;
	font-weight: 400;
}
.wpb-about-home .heading-title b::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #202020;
	opacity: 0.35;
	margin-top: 10px;
}
.wpb-about-home .btn {
	display: inline-block;
	background: var(--wpb-primary);
	color: #fff;
	padding: 10px 22px;
	border-radius: 3px;
}

body.wpb-content-right .wpb-layout-with-sidebar { grid-template-columns: minmax(0, 1fr) 300px; }

/* Product category archives (/product-category/*/) — wpqiye gridview + sidebar */
#wpb-main > .wpb-inner-container.container-product,
#wpb-main > .container.container-product {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
.wpb-product-tax-archive.wrapper-content,
.wpb-page-products.wrapper-content {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
.wpb-product-tax-archive .wpb-product-tax-panel,
.wpb-page-products > .column-fluid,
.wpb-product-tax-archive > .wpb-archive-subscribe {
	max-width: var(--wpb-container, 1280px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.wpb-product-tax-archive.wrapper-content {
	padding-bottom: 40px;
}

/* News / Showcase / Blog / single post — full-width shell, inner wrapper capped at 1280px */
#wpb-main > .wpb-inner-container.container-news,
#wpb-main > .container.container-news,
#wpb-main > .wpb-inner-container.container-showcase,
#wpb-main > .container.container-showcase,
#wpb-main > .wpb-inner-container.container-post,
#wpb-main > .container.container-post,
#wpb-main > .wpb-inner-container.container-blog,
#wpb-main > .container.container-blog {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
.wpb-news-archive.wrapper-content,
.wpb-showcase-archive.wrapper-content,
.wpb-single-post.wrapper-content,
.wpb-single-showcase.wrapper-content,
.wpb-about-blog-archive.wrapper-content {
	max-width: var(--wpb-container, 1280px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/* Unified grey panel: sidebar + product grid (wpqiye effect) */
.wpb-product-tax-archive .wpb-product-tax-panel {
	background: #f2f2f2;
	padding: 20px;
	box-sizing: border-box;
}
.wpb-product-tax-archive .column-fluid {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0 15px;
	width: 100%;
	overflow: visible;
	float: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
.wpb-product-tax-archive .sidebar.wpb-sidebar-product-cats {
	flex: 0 0 260px;
	width: 260px;
	max-width: 260px;
	box-sizing: border-box;
	float: none;
	margin: 0;
	padding: 0;
}
.wpb-product-tax-archive .sidebar .widget-area.widget-product {
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.wpb-product-tax-archive .sidebar .widget_nav_menu {
	margin: 0;
	padding: 0;
}
body.content-right .wpb-product-tax-archive .column-fluid .content.no-fullwidth,
body.wpb-content-right .wpb-product-tax-archive .column-fluid .content.no-fullwidth {
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
	float: none;
	width: auto;
	max-width: none;
	padding: 20px 22px 24px;
	min-height: 0;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.wpb-product-tax-archive .cat-desc {
	margin: 0 0 20px;
	color: #666;
	text-align: left;
}
.wpb-product-tax-archive .cat-desc p {
	margin: 8px 0;
	line-height: 1.6;
}
.wpb-product-tax-archive .gallery-columns-3 .item-content .btn-play-video .icon-play-video,
.wpb-product-tax-archive .gallery-columns-3 .item-content .btn-play-video .wpb-icon-play-video {
	width: 26px;
	height: 26px;
}
.wpb-product-tax-archive .gridview-products-container.gallery-columns-3 {
	display: block;
	overflow: hidden;
	margin: 0 -8px;
}
.wpb-product-tax-archive .gridview-products-container.gallery-columns-3::after {
	content: "";
	display: table;
	clear: both;
}
.wpb-product-tax-archive .gridview-products-container.gallery-columns-3 > .item-content {
	float: left;
	width: 33.333%;
	padding: 8px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.gridview-products-container.gallery-columns-3 {
	display: block;
	overflow: hidden;
	margin: 0 -1%;
}
.gridview-products-container.gallery-columns-3::after {
	content: "";
	display: table;
	clear: both;
}
.gridview-products-container.gallery-columns-3 > .item-content {
	float: left;
	width: 33.333%;
	padding: 1%;
	margin-bottom: 0;
	box-sizing: border-box;
}
.gridview-products-container.gallery-columns-3 > .item-content:nth-child(3n+1) {
	clear: both;
}
.wpb-product-tax-archive .gallery-page-nav {
	margin: 40px auto 0;
	text-align: center;
}
.wpb-product-tax-archive .gallery-page-nav .nav-links a.page-numbers,
.wpb-product-tax-archive .gallery-page-nav .nav-links span.page-numbers {
	margin: 0 2px;
	padding: 9px 18px;
	color: #666;
	background: #eee;
	border: 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
	box-sizing: border-box;
}
.wpb-product-tax-archive .gallery-page-nav .nav-links a.page-numbers:hover {
	color: #fff;
	background: #066fc0;
}
.wpb-product-tax-archive .gallery-page-nav .nav-links span.page-numbers.current {
	color: #fff;
	background: #066fc0;
}
.wpb-product-tax-archive .gallery-page-nav .nav-links span.page-numbers.dots {
	background: #eee;
	color: #666;
}
.wpb-product-tax-archive .gallery-page-nav .nav-links a.next.page-numbers,
.wpb-product-tax-archive .gallery-page-nav .nav-links a.prev.page-numbers {
	padding: 9px 20px;
	min-width: 40px;
	text-align: center;
}
.wpb-product-tax-archive .gallery-page-nav .nav-links a.next.page-numbers .WPPOPFont,
.wpb-product-tax-archive .gallery-page-nav .nav-links a.prev.page-numbers .WPPOPFont {
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}
.wpb-product-tax-archive .gallery-page-nav .icon-arrow-right::before {
	content: "›";
}
.wpb-product-tax-archive .gallery-page-nav .icon-arrow-left::before {
	content: "‹";
}
.wpb-product-tax-archive .gallery-page-nav .wpb-page-nav-arrow {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	vertical-align: middle;
}
.wpb-product-tax-archive .wpb-sidebar-product-cats .widget_nav_menu .widget-title {
	margin: 0;
	padding: 14px 16px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
	color: #222;
	background: #ebebeb;
	border-bottom: 1px solid #e0e0e0;
}
.wpb-product-tax-archive .wpb-sidebar-product-cats .widget_nav_menu .widget-title span {
	display: block;
}
.wpb-sidebar-product-cats .widget_nav_menu .widget-title {
	margin: 0 0 0;
	font-size: 1rem;
	text-transform: uppercase;
}
.wpb-sidebar-product-cats .widget_nav_menu .widget-title span {
	display: block;
}
.wpb-product-tax-archive .wpb-sidebar-product-cats .widget_nav_menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}
.wpb-sidebar-product-cats .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}
.wpb-sidebar-product-cats .widget_nav_menu,
.wpb-sidebar-product-cats .widget_nav_menu ul {
	overflow: visible;
}
.wpb-sidebar-product-cats .widget_nav_menu .cat-item {
	margin: 0;
	padding: 0;
	height: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.015);
	position: relative;
}
.wpb-sidebar-product-cats .widget_nav_menu .cat-item:first-child {
	border-top: 0;
}
.wpb-sidebar-product-cats .widget_nav_menu .cat-item > a {
	display: block;
	padding: 12px;
	border-left: 1px solid transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	color: #222;
	background-color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
}
.wpb-sidebar-product-cats .widget_nav_menu .cat-item > a:hover {
	padding: 12px 28px 12px 16px;
	border-left-color: #066fc0;
	color: #066fc0;
}
.wpb-sidebar-product-cats .widget_nav_menu .menu-item-has-children > a::after {
	content: "›";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1;
	opacity: 0.45;
}
.wpb-sidebar-product-cats .widget_nav_menu .cat-item.current-cat > a,
.wpb-sidebar-product-cats .widget_nav_menu .cat-item.current-cat-parent > a {
	padding: 12px 28px 12px 16px;
	border-left-color: #066fc0;
	background: #066fc0;
	color: #fff !important;
}
.wpb-sidebar-product-cats .widget_nav_menu .cat-item.current-cat > a::after,
.wpb-sidebar-product-cats .widget_nav_menu .cat-item.current-cat-parent > a::after {
	opacity: 1;
	color: #fff;
}
/* Ancestor highlight only when not the active category row (avoid blue-on-blue text). */
.wpb-sidebar-product-cats .widget_nav_menu .cat-item.current-cat-ancestor:not(.current-cat):not(.current-cat-parent) > a {
	padding: 12px 28px 12px 16px;
	border-left-color: #066fc0;
	color: #066fc0;
}
.wpb-sidebar-product-cats .widget_nav_menu .menu-item-has-children > .children {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 120;
	min-width: 220px;
	margin: 0 0 0 -4px;
	padding: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.wpb-sidebar-product-cats .widget_nav_menu .menu-item-has-children:hover > .children,
.wpb-sidebar-product-cats .widget_nav_menu .menu-item-has-children:focus-within > .children {
	display: block;
}
.wpb-sidebar-product-cats .widget_nav_menu .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpb-sidebar-product-cats .widget_nav_menu .children .cat-item {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.wpb-sidebar-product-cats .widget_nav_menu .children .cat-item:first-child {
	border-top: 0;
}
.wpb-sidebar-product-cats .widget_nav_menu .children .cat-item > a {
	font-size: 14px;
	font-weight: 400;
	background: #fff;
}
.wpb-sidebar-product-cats .widget_nav_menu .children .cat-item > a:hover {
	background: rgba(6, 111, 192, 0.06);
}
.wpb-sidebar-product-cats .widget_nav_menu .children .cat-item.current-cat > a {
	background: #066fc0;
	color: #fff;
	border-left-color: #066fc0;
}
.wpb-sidebar-product-cats .widget_nav_menu .plus-minus {
	display: none;
}

@media (max-width: 992px) {
	.wpb-product-tax-archive .wpb-product-tax-panel {
		padding: 16px;
	}
	.wpb-product-tax-archive .column-fluid {
		display: block;
		flex-wrap: wrap;
		gap: 0;
	}
	body.content-right .wpb-product-tax-archive .column-fluid .content.no-fullwidth,
	body.wpb-content-right .wpb-product-tax-archive .column-fluid .content.no-fullwidth,
	.wpb-product-tax-archive .sidebar.wpb-sidebar-product-cats {
		flex: none;
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}
	.wpb-sidebar-product-cats .widget_nav_menu .menu-item-has-children > .children {
		position: static;
		left: auto;
		min-width: 0;
		box-shadow: none;
		border: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
	}
	.wpb-sidebar-product-cats .widget_nav_menu .menu-item-has-children.current-cat-parent > .children,
	.wpb-sidebar-product-cats .widget_nav_menu .menu-item-has-children.current-cat-ancestor > .children {
		display: block;
	}
	.gridview-products-container.gallery-columns-3 > .item-content {
		width: 50%;
	}
	.gridview-products-container.gallery-columns-3 > .item-content:nth-child(3n+1) {
		clear: none;
	}
	.gridview-products-container.gallery-columns-3 > .item-content:nth-child(2n+1) {
		clear: both;
	}
}

/* In-content email subscribe strip (product category + news single/archive) */
.wpb-product-tax-archive .wpb-archive-subscribe,
.wpb-showcase-archive .wpb-archive-subscribe,
.wpb-news-archive .wpb-archive-subscribe,
.wpb-single-post .wpb-archive-subscribe,
.wpb-single-showcase .wpb-archive-subscribe,
.wpb-inquiry-page .wpb-archive-subscribe,
.wpb-about-page-wrap .wpb-archive-subscribe {
	margin: 32px 0 0;
}
.wpb-archive-subscribe {
	margin: 40px 0 0;
	padding: 36px 40px;
	background: #066fc0;
	border-radius: 6px;
	color: #fff;
	overflow: hidden;
}
.wpb-archive-subscribe__inner {
	display: flex;
	align-items: center;
	gap: 28px 40px;
	max-width: 900px;
	margin: 0 auto;
}
.wpb-archive-subscribe__icon {
	flex: 0 0 auto;
	opacity: 0.35;
	color: #fff;
	line-height: 0;
}
.wpb-archive-subscribe__content {
	flex: 1 1 auto;
	min-width: 0;
	text-align: center;
}
.wpb-archive-subscribe__title {
	margin: 0 0 18px;
	font-size: 1.375rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}
.wpb-archive-subscribe__notice {
	margin: 0 0 12px;
	font-size: 0.875rem;
}
.wpb-archive-subscribe__notice--error {
	color: #ffe0e0;
}
.wpb-archive-subscribe__form {
	margin: 0;
}
.wpb-archive-subscribe__field {
	display: flex;
	align-items: stretch;
	max-width: 560px;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wpb-archive-subscribe__field input[type="email"] {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 14px 18px;
	border: 0;
	font-size: 0.9375rem;
	color: #333;
	background: #fff;
	outline: none;
}
.wpb-archive-subscribe__field input[type="email"]::placeholder {
	color: #999;
}
.wpb-archive-subscribe__btn {
	flex: 0 0 auto;
	margin: 4px;
	padding: 10px 28px;
	border: 0;
	border-radius: 4px;
	background: #111;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}
.wpb-archive-subscribe__btn:hover {
	background: #333;
}
@media (max-width: 768px) {
	.wpb-archive-subscribe {
		padding: 28px 20px;
	}
	.wpb-archive-subscribe__inner {
		flex-direction: column;
	}
	.wpb-archive-subscribe__icon {
		display: none;
	}
	.wpb-archive-subscribe__field {
		flex-direction: column;
	}
	.wpb-archive-subscribe__btn {
		margin: 0;
		border-radius: 0 0 4px 4px;
		width: 100%;
	}
}

/* Footer subscribe — wpqiye .bottom-extra-content (news list + single post) */
.wpb-bottom-extra-content.section-item.bottom-extra-content {
	padding: 90px 0;
	background: transparent;
}
.wpb-bottom-extra-content .section-container {
	max-width: var(--wpb-container, 1200px);
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.wpb-bottom-extra-content .subscribe-box {
	box-sizing: border-box;
	max-width: 80%;
	margin: -180px auto 0;
	padding: 40px;
	border-radius: 25px;
	background: #0055ff;
	color: #fff;
	text-align: center;
}
.wpb-bottom-extra-content .subscribe-box h3 {
	margin: 0 0 20px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
}
.wpb-bottom-extra-content .wpb-subscribe-notice {
	margin: 0 0 16px;
	font-size: 0.875rem;
}
.wpb-bottom-extra-content .wpb-subscribe-notice--error {
	color: #ffe0e0;
}
.wpb-bottom-extra-content .tnp-field {
	margin: 0;
}
.wpb-bottom-extra-content .tnp-field-email {
	margin-bottom: 12px;
}
.wpb-bottom-extra-content .tnp-email {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	padding: 19px 32px;
	border: 1px solid #d6d6d6;
	font-size: 0.875rem;
	line-height: 1.4;
	background: #fff;
	color: #202020;
}
.wpb-bottom-extra-content .tnp-email::placeholder {
	color: #999;
}
.wpb-bottom-extra-content .tnp-submit {
	display: inline-block;
	min-width: 137px;
	padding: 19px 32px;
	border: 0;
	background: #000;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease;
}
.wpb-bottom-extra-content .tnp-submit:hover {
	background: #222;
}
.wpb-site-footer {
	position: relative;
	z-index: 1;
}
@media (max-width: 1023px) {
	.wpb-bottom-extra-content .subscribe-box {
		max-width: 92%;
		margin-top: -120px;
		padding: 32px 24px;
	}
}
@media (max-width: 600px) {
	.wpb-bottom-extra-content.section-item.bottom-extra-content {
		padding: 60px 0;
	}
	.wpb-bottom-extra-content .subscribe-box {
		max-width: 100%;
		margin-top: -80px;
	}
	.wpb-bottom-extra-content .tnp-email,
	.wpb-bottom-extra-content .tnp-submit {
		display: block;
		width: 100%;
		max-width: none;
	}
}

/* WooCommerce shop / category archives (legacy) */
.wpb-shop-archive.wpb-layout-with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px 32px;
	align-items: start;
	padding: 32px 0 48px;
}
.wpb-shop-archive__main { min-width: 0; }
.wpb-shop-archive .wpb-page-title { margin: 0 0 16px; }
.wpb-shop-loop { width: 100%; clear: both; }
.wpb-shop-loop .woocommerce-notices-wrapper { margin-bottom: 16px; }
.wpb-shop-archive ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.wpb-wc-product-card {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
	clear: none !important;
}
.wpb-wc-product-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}
.wpb-wc-product-card__link img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	background: var(--wpb-bg-light);
}
.wpb-wc-product-card .woocommerce-loop-product__title {
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	line-height: 1.35 !important;
}
.wpb-wc-product-card__link:hover .woocommerce-loop-product__title { color: var(--wpb-primary); }
.wpb-shop-archive .woocommerce-info,
.wpb-shop-archive .woocommerce-message {
	width: 100%;
	margin: 0 0 16px;
}

/* Sidebar category tree */
.wpb-sidebar__cat-parent > a { font-weight: 600; }
.wpb-sidebar__cats-child {
	list-style: none;
	margin: 4px 0 8px;
	padding: 0 0 0 14px;
	border-left: 2px solid var(--wpb-border);
}
.wpb-sidebar__cats-child a {
	font-size: 0.8125rem;
	padding: 4px 0;
}
.wpb-sidebar--inner {
	background: var(--wpb-bg-light);
	padding: 20px;
	border: 1px solid var(--wpb-border);
}
.wpb-sidebar__widget + .wpb-sidebar__widget {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--wpb-border);
}
.wpb-sidebar__form .wpcf7-form p { margin-bottom: 10px; }
.wpb-sidebar__form input,
.wpb-sidebar__form textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 0.8125rem;
}
.wpb-sidebar__form textarea { min-height: 80px; }

@media (max-width: 992px) {
	.wpb-shop-archive.wpb-layout-with-sidebar { grid-template-columns: 1fr; }
	.wpb-shop-archive ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* Single product (wpqiye.com Generic) — layout uses .wpb-product-tax-archive panel + left sidebar */
.wpb-single-product .single-product-content {
	display: block;
	overflow: hidden;
}
.wpb-single-product .single-product-gallery,
.wpb-single-product .product-summary-wrapper {
	float: left;
	width: 48%;
	box-sizing: border-box;
}
.wpb-single-product .single-product-gallery {
	padding-right: 20px;
}
.wpb-single-product .product-summary-wrapper {
	padding-left: 8px;
}
/* Product gallery — wpqiye Generic: main image + thumb strip (no Swiper dots). */
.wpb-single-product .product-gallery-zoom {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.wpb-single-product .product-gallery-zoom .product-image,
.wpb-single-product .product-gallery-zoom .wpb-gallery-main-frame {
	line-height: 0;
}
.wpb-single-product .wpb-gallery-main-link {
	display: block;
}
.wpb-single-product .wpb-gallery-main-img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}
.wpb-single-product .product-thumbs-wrapper {
	position: relative;
	margin-top: 15px;
	padding: 0 40px;
}
.wpb-single-product .product-thumbs-gallery {
	position: relative;
	width: 100%;
	height: 90px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.wpb-single-product .product-thumbs-gallery::-webkit-scrollbar {
	display: none;
}
.wpb-single-product .product-thumbs-gallery .wpb-gallery-thumbs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
	width: max-content;
	min-width: 100%;
}
.wpb-single-product .product-thumbs-gallery .wpb-gallery-thumb {
	flex: 0 0 80px;
	width: 80px;
	max-width: none;
	padding: 0 5px;
	box-sizing: border-box;
}
.wpb-single-product .wpb-gallery-thumb-btn {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	line-height: 0;
}
.wpb-single-product .wpb-gallery-thumb-btn img {
	border: 1px solid #eee;
	width: 100%;
	height: auto;
	display: block;
}
.wpb-single-product .wpb-gallery-thumb.is-active .wpb-gallery-thumb-btn img {
	border-color: #f90;
}
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-prev,
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-next {
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: rgba(0, 0, 0, 0.65);
	background: rgba(0, 0, 0, 0.04);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
}
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-prev:hover,
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-next:hover {
	color: #fff;
	background: #f90;
}
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-prev {
	left: 0;
}
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-next {
	right: 0;
}
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-prev i,
.wpb-single-product .product-thumbs-wrapper .jcarousel-control-next i {
	font-size: 28px;
	font-style: normal;
	line-height: 1;
}
.wpb-single-product .product-thumbs-wrapper .icon-arrow-left::before {
	content: "‹";
}
.wpb-single-product .product-thumbs-wrapper .icon-arrow-right::before {
	content: "›";
}
.wpb-single-product .product-meta-list .a-form-label {
	display: inline;
	margin: 0;
	font-weight: inherit;
}
.wpb-single-product .product-meta-list .selection {
	display: inline;
}
/* Hide WooCommerce default gallery if any remain */
.wpb-single-product .woocommerce-product-gallery__trigger,
.wpb-single-product .woocommerce-product-gallery {
	display: none !important;
}

.wpb-single-product .product-title {
	font-size: 1.375rem;
	font-weight: 600;
	color: #222;
	margin: 0 0 16px;
	line-height: 1.35;
}
.wpb-single-product .product-meta-list p {
	margin: 0 0 8px;
	font-size: 0.9375rem;
	color: #444;
	line-height: 1.5;
}
.wpb-single-product .product-summary-excerpt {
	margin: 0 0 12px;
	font-size: 0.9375rem;
	color: #444;
	line-height: 1.6;
}
.wpb-single-product .product-summary-excerpt p {
	margin: 0 0 8px;
}
.wpb-single-product .product-summary-excerpt p:last-child {
	margin-bottom: 0;
}
.wpb-single-product .product-summary-categories {
	margin: 0 0 14px;
}
.wpb-single-product .product-summary-categories p {
	margin: 0;
	font-size: 0.9375rem;
	color: #444;
	line-height: 1.5;
}
.wpb-single-product .product-summary-categories a {
	color: var(--wpb-primary, #c8102e);
	text-decoration: none;
}
.wpb-single-product .product-summary-categories a:hover {
	text-decoration: underline;
}
.wpb-single-product .product-summary-contact {
	margin: 0 0 16px;
	border-top: 1px solid #e8e8e8;
}
.wpb-single-product .product-summary-contact__row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.9375rem;
	color: #444;
	line-height: 1.5;
}
.wpb-single-product .product-summary-contact__icon {
	flex: 0 0 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #344767;
}
.wpb-single-product .product-summary-contact__row strong {
	color: #222;
	font-weight: 600;
}
.wpb-single-product .product-summary-contact a {
	color: #444;
	text-decoration: none;
}
.wpb-single-product .product-summary-contact a:hover {
	color: var(--wpb-primary, #c8102e);
}
.wpb-single-product .product-meta-list strong {
	color: #222;
	font-weight: 600;
}
.wpb-single-product .product-inquiry {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.wpb-single-product .product-inquiry .btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 18px;
	font-size: 0.875rem;
	text-decoration: none;
	border-radius: 3px;
}
.wpb-single-product .product-inquiry .btn-inquiry {
	background: var(--wpb-primary, #c8102e);
	color: #fff;
	border: 1px solid var(--wpb-primary, #c8102e);
}
.wpb-single-product .product-inquiry .btn-chat {
	background: #25d366;
	color: #fff;
	border: 1px solid #25d366;
}

.wpb-single-product .woocommerce-tabs {
	clear: both;
	margin-top: 28px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}
.wpb-single-product .woocommerce-tabs .tabs-list {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-bottom: 0;
}
.wpb-single-product .woocommerce-tabs .tabs.wc-tabs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpb-single-product .woocommerce-tabs .tabs.wc-tabs > li {
	margin: 0;
	padding: 14px 22px;
	cursor: pointer;
	font-size: 0.9375rem;
	color: #666;
	border-bottom: 3px solid transparent;
}
.wpb-single-product .woocommerce-tabs .tabs.wc-tabs > li.active {
	color: var(--wpb-primary, #c8102e);
	border-bottom-color: var(--wpb-primary, #c8102e);
	background: #fff;
	font-weight: 600;
}
.wpb-single-product .wpb-tab-panel {
	display: none;
	padding: 24px 0 8px;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #444;
	float: none;
	width: 100%;
	max-width: 100%;
	clear: both;
}
.wpb-single-product .wpb-tab-panel.active {
	display: block;
}
.wpb-single-product .wpb-tab-panel__inner {
	display: flow-root;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.wpb-single-product .wpb-tab-panel__inner::after {
	content: "";
	display: table;
	clear: both;
}
.wpb-single-product .wpb-tab-panel table.shop_attributes {
	width: 100%;
	border-collapse: collapse;
}
.wpb-single-product .wpb-tab-panel table.shop_attributes th,
.wpb-single-product .wpb-tab-panel table.shop_attributes td {
	border: 1px solid #e5e5e5;
	padding: 10px 14px;
	text-align: left;
	vertical-align: top;
}
.wpb-single-product .wpb-tab-panel table.shop_attributes th {
	background: #f9f9f9;
	width: 28%;
	font-weight: 600;
}

/* Product Details tab — subsections (Details / Application / Packaging) */
.wpb-product-details-sections {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.wpb-product-details-section {
	padding-bottom: 28px;
	border-bottom: 1px solid #eee;
}
.wpb-product-details-section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.wpb-product-details-section__title {
	margin: 0 0 16px;
	padding-left: 14px;
	border-left: 4px solid var(--wpb-primary, #c8102e);
	font-size: 1.125rem;
	font-weight: 700;
	color: #222;
	line-height: 1.35;
	text-transform: none;
}
.wpb-product-details-section__body {
	color: #444;
	display: flow-root;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.wpb-product-details-section__body > * {
	float: none !important;
	max-width: 100%;
}
.wpb-product-details-section__body > :first-child {
	margin-top: 0;
}
.wpb-product-details-section__body .wpb-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 16px 0;
	max-width: 100%;
}
.wpb-product-details-section__body .wpb-table-scroll > table {
	margin: 0;
	min-width: 480px;
}
.wpb-product-details-section__body ul {
	margin: 12px 0 16px;
	padding-left: 1.4em;
	list-style: disc;
}
.wpb-product-details-section__body li {
	margin: 0.35em 0;
}
.wpb-product-details-section__body table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	font-size: 0.875rem;
}
.wpb-product-details-section__body table td,
.wpb-product-details-section__body table th {
	border: 1px solid #e5e5e5;
	padding: 10px 12px;
	vertical-align: top;
}
.wpb-product-details-section__body table tr:first-child td,
.wpb-product-details-section__body table tr:first-child th {
	background: #f9f9f9;
	font-weight: 600;
}
.wpb-product-details-section__body img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 12px 0;
}
.wpb-product-details-section__body h1,
.wpb-product-details-section__body h2,
.wpb-product-details-section__body h3,
.wpb-product-details-section__body h4 {
	margin: 1.25em 0 0.65em;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
}

/* Trust sections (Customer visit / Honor / Reviews) */
.wpb-product-trust-sections {
	margin-top: 36px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.wpb-product-trust-section {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}
.wpb-product-trust-section__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	padding: 28px 32px;
}
.wpb-product-trust-section--image-left .wpb-product-trust-section__media {
	order: -1;
}
.wpb-product-trust-section__content {
	flex: 1 1 280px;
	min-width: 0;
}
.wpb-product-trust-section__title {
	margin: 0 0 12px;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wpb-primary, #c8102e);
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.wpb-product-trust-section__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #555;
}
.wpb-product-trust-section__text p {
	margin: 0 0 0.75em;
}
.wpb-product-trust-section__text p:last-child {
	margin-bottom: 0;
}
.wpb-product-trust-section__media {
	flex: 0 1 320px;
	max-width: 100%;
}
.wpb-product-trust-section__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
	.wpb-product-trust-section__inner {
		padding: 20px;
		flex-direction: column;
	}
	.wpb-product-trust-section--image-left .wpb-product-trust-section__media {
		order: 0;
	}
}

.wpb-single-product .section-post-bottom,
.wpb-single-post .section-post-bottom,
.wpb-single-showcase .section-post-bottom {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #eee;
	font-size: 0.875rem;
}
.wpb-single-product .post-meta-bottom .tags a {
	margin-right: 10px;
	color: var(--wpb-primary, #c8102e);
}
.wpb-single-product .post-nav-previous,
.wpb-single-post .post-nav-previous,
.wpb-single-showcase .post-nav-previous {
	margin-top: 12px;
}

.wpb-single-product .section-row.related-products {
	margin-top: 36px;
	clear: both;
}
.wpb-single-product .section-row .heading-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--wpb-primary, #c8102e);
}
.wpb-single-product .section-row .heading-title span {
	display: inline-block;
}
.wpb-single-product .section-row .gallery-columns-4 {
	display: block;
	overflow: hidden;
	margin: 0 -8px;
}
.wpb-single-product .section-row .gallery-columns-4 > .item-content,
.wpb-single-product .section-row .gallery-columns-4 > .swiper-slide > .item-content {
	float: left;
	width: 25%;
	padding: 8px;
	box-sizing: border-box;
}
.wpb-single-product .section-row .gallery-columns-4::after {
	content: "";
	display: table;
	clear: both;
}
.wpb-single-product .wpb-single-hot-swiper {
	position: relative;
	overflow: hidden;
}
.wpb-single-product .wpb-single-hot-swiper .swiper-slide {
	height: auto;
}
.wpb-single-product .wpb-single-hot-swiper .swiper-button-prev,
.wpb-single-product .wpb-single-hot-swiper .swiper-button-next {
	display: none !important;
}

/* Product + news post comments — wpqiye Generic “Leave a Reply” */
.wpb-single-product #comments.section-row.comments-area,
.wpb-single-post #comments.section-row.comments-area,
.wpb-single-showcase #comments.section-row.comments-area {
	margin-top: 40px;
	clear: both;
}
.wpb-single-product #comments .comment-reply-title.heading-title,
.wpb-single-post #comments .comment-reply-title.heading-title {
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 30px;
	padding-bottom: 0;
	border-bottom: 0;
	color: #202020;
}
.wpb-single-product #comments .comment-reply-title small,
.wpb-single-post #comments .comment-reply-title small {
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 8px;
}
.wpb-single-product #comments .comment-reply-title small a,
.wpb-single-post #comments .comment-reply-title small a {
	color: var(--wpb-muted, #666);
}
.wpb-single-product #comment-textarea,
.wpb-single-post #comment-textarea {
	margin: 0;
}
.wpb-single-product #comment-textarea .textarea-comment,
.wpb-single-product #comment-textarea #comment,
.wpb-single-post #comment-textarea .textarea-comment,
.wpb-single-post #comment-textarea #comment {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 160px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 0.875rem;
	line-height: 1.5;
	resize: vertical;
}
.wpb-single-product #comment-input,
.wpb-single-post #comment-input {
	margin: 20px 0 0;
	overflow: hidden;
}
.wpb-single-product #comment-input input,
.wpb-single-post #comment-input input {
	display: block;
	float: left;
	width: calc(50% - 5px);
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #ccc;
	font-size: 0.875rem;
	line-height: 1.4;
}
.wpb-single-product #comment-input #author,
.wpb-single-post #comment-input #author {
	margin-right: 10px;
}
.wpb-single-product #comments .comment-form-cookies-consent,
.wpb-single-post #comments .comment-form-cookies-consent {
	margin: 16px 0 0;
	font-size: 0.875rem;
	color: #202020;
}
.wpb-single-product #comments .comment-form-cookies-consent label,
.wpb-single-post #comments .comment-form-cookies-consent label {
	font-weight: 400;
	cursor: pointer;
}
.wpb-single-product #comments .form-submit,
.wpb-single-post #comments .form-submit {
	margin: 20px 0 0;
}
.wpb-single-product #comments #comment-submit.btn-submit,
.wpb-single-post #comments #comment-submit.btn-submit {
	display: inline-block;
	min-width: 220px;
	padding: 11px 25px;
	border: 0;
	border-radius: 0;
	background: #0055ff;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease;
}
.wpb-single-product #comments #comment-submit.btn-submit:hover,
.wpb-single-post #comments #comment-submit.btn-submit:hover {
	background: #0044cc;
}
.wpb-single-product #comments .comment-list,
.wpb-single-post #comments .comment-list {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}
.wpb-single-product #comments .comment-list .comment,
.wpb-single-post #comments .comment-list .comment {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.wpb-single-product #comments .comment-list .children,
.wpb-single-post #comments .comment-list .children {
	margin: 16px 0 0 24px;
	padding: 0;
	list-style: none;
}

/* News + Showcase archives — sidebar left, crumbs below banner */
.wpb-news-archive.wrapper-content,
.wpb-showcase-archive.wrapper-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 20px;
	width: 100%;
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.wpb-news-archive > .sidebar.wpb-sidebar-news {
	flex: 0 0 280px;
	width: 280px;
	max-width: 280px;
	order: 0;
	margin: 0;
	padding: 0;
	float: none;
}
.wpb-showcase-archive > .sidebar.wpb-sidebar-showcase-single {
	flex: 0 0 280px;
	width: 280px;
	max-width: 280px;
	order: 0;
	margin: 0;
	padding: 0;
	float: none;
}
.wpb-news-archive > .column-fluid {
	flex: 1 1 0;
	min-width: 0;
	order: 1;
	width: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.wpb-news-archive > .column-fluid > .wpb-archive-subscribe {
	width: 100%;
	max-width: none;
	flex: 0 0 auto;
	align-self: stretch;
	box-sizing: border-box;
}
.wpb-showcase-archive > .column-fluid {
	flex: 1 1 0;
	min-width: 0;
	order: 1;
	width: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.wpb-showcase-archive > .column-fluid > .wpb-archive-subscribe {
	width: 100%;
	max-width: none;
	flex: 0 0 auto;
	align-self: stretch;
	box-sizing: border-box;
}
.wpb-showcase-intro {
	margin: 0 0 24px;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #555;
}
.wpb-showcase-intro p {
	margin: 0;
}
.wpb-showcase-archive .wpb-showcase-card-meta {
	margin: 8px 0 0;
	font-size: 0.8125rem;
	color: #888;
	line-height: 1.4;
}
.wpb-showcase-archive .wpb-showcase-card-meta .WPPOPFont {
	margin-right: 6px;
	font-style: normal;
	opacity: 0.75;
}
.wpb-showcase-archive .post-gallery-container figcaption h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}
body.content-right .wpb-news-archive > .column-fluid .content.no-fullwidth,
body.wpb-content-right .wpb-news-archive > .column-fluid .content.no-fullwidth,
body.content-right .wpb-showcase-archive > .column-fluid .content.no-fullwidth,
body.wpb-content-right .wpb-showcase-archive > .column-fluid .content.no-fullwidth {
	margin: 0;
	float: none;
	width: 100%;
	max-width: none;
	padding: 0;
}
.wpb-news-archive .post-gallery-container.gallery-columns-3,
.wpb-showcase-archive .post-gallery-container.gallery-columns-3 {
	display: block;
	overflow: hidden;
	margin: 0 -8px;
}
.wpb-news-archive .post-gallery-container.gallery-columns-3::after,
.wpb-showcase-archive .post-gallery-container.gallery-columns-3::after {
	content: "";
	display: table;
	clear: both;
}
.wpb-news-archive .post-gallery-container.gallery-columns-3 > .item-content,
.wpb-showcase-archive .post-gallery-container.gallery-columns-3 > .item-content {
	float: left;
	width: 33.333%;
	padding: 8px;
	margin: 0 0 24px;
	box-sizing: border-box;
}
.wpb-news-archive .post-gallery-container.gallery-columns-3 > .item-content:nth-child(3n+1),
.wpb-showcase-archive .post-gallery-container.gallery-columns-3 > .item-content:nth-child(3n+1) {
	clear: both;
}
.wpb-news-archive .post-gallery-container .item-cover .thumbnail .centered img,
.wpb-showcase-archive .post-gallery-container .item-cover .thumbnail .centered img {
	width: 100%;
	height: auto;
	min-height: 180px;
	object-fit: cover;
}
.wpb-news-archive .post-page-nav,
.wpb-showcase-archive .post-page-nav {
	margin-top: 8px;
	text-align: center;
}
.wpb-news-archive .post-page-nav .navigation.pagination,
.wpb-showcase-archive .post-page-nav .navigation.pagination {
	margin: 0;
}
.wpb-news-archive .post-page-nav .nav-links,
.wpb-showcase-archive .post-page-nav .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.wpb-news-archive .post-page-nav .page-numbers,
.wpb-showcase-archive .post-page-nav .page-numbers {
	display: inline-block;
	padding: 9px 18px;
	min-width: 40px;
	text-align: center;
	font-size: 0.875rem;
	color: #333;
	background: #eee;
	text-decoration: none;
	border: 0;
	line-height: 1.4;
}
.wpb-news-archive .post-page-nav .page-numbers:hover,
.wpb-showcase-archive .post-page-nav .page-numbers:hover {
	color: #fff;
	background: #0049ff;
}
.wpb-news-archive .post-page-nav span.page-numbers.current,
.wpb-showcase-archive .post-page-nav span.page-numbers.current {
	color: #fff;
	background: #0049ff;
}
.wpb-news-archive .post-page-nav .page-numbers.dots,
.wpb-showcase-archive .post-page-nav .page-numbers.dots {
	background: #eee;
	color: #666;
}
.wpb-news-archive .post-page-nav a.next.page-numbers,
.wpb-news-archive .post-page-nav a.prev.page-numbers,
.wpb-showcase-archive .post-page-nav a.next.page-numbers,
.wpb-showcase-archive .post-page-nav a.prev.page-numbers {
	padding: 9px 20px;
}
.wpb-news-archive .post-page-nav .WPPOPFont,
.wpb-showcase-archive .post-page-nav .WPPOPFont {
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}
.wpb-news-archive .post-page-nav .icon-arrow-right::before,
.wpb-showcase-archive .post-page-nav .icon-arrow-right::before,
.wpb-about-blog-archive .post-page-nav .icon-arrow-right::before {
	content: "›";
}

/* About Us → Our Blog (/about-us/blog/) — wpqiye thumb-excerpt-list */
.wpb-about-blog-archive.wrapper-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 20px;
	width: 100%;
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.wpb-about-blog-archive > .column-fluid {
	flex: 1 1 0;
	min-width: 0;
	order: 0;
	margin: 0;
	padding: 0;
}
.wpb-about-blog-archive > .sidebar.wpb-sidebar-about {
	flex: 0 0 280px;
	width: 280px;
	max-width: 280px;
	order: 1;
	margin: 0;
	padding: 0;
	float: none;
}
body.content-right .wpb-about-blog-archive > .column-fluid .content.no-fullwidth,
body.wpb-content-right .wpb-about-blog-archive > .column-fluid .content.no-fullwidth {
	margin: 0;
	float: none;
	width: 100%;
	max-width: none;
	padding: 0;
}
.wpb-about-blog-archive .thumb-excerpt-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpb-about-blog-archive .thumb-excerpt-list > li::before {
	display: none !important;
}
.wpb-about-blog-archive .thumb-title-excerpt-box-vertical .thumb-excerpt-list {
	margin-top: 0;
}
.wpb-about-blog-archive .thumb-excerpt-list li .item-post-box {
	padding: 0 0 40px;
	border-bottom: 0;
	overflow: hidden;
	display: block;
}
.wpb-about-blog-archive .thumb-excerpt-list li:last-child .item-post-box {
	padding-bottom: 0;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-thumbnail {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	max-width: 200px;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-thumbnail img {
	width: 200px;
	height: auto;
	background: #fff;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-excerpt {
	overflow: hidden;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-excerpt h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-excerpt h3 a {
	color: #222;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-excerpt h3 a:hover {
	color: var(--wpb-primary, #066fc0);
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-meta {
	margin: 0 0 10px;
	font-size: 14px;
	color: inherit;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-meta span {
	margin-right: 14px;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-meta .WPPOPFont {
	margin-right: 6px;
	font-style: normal;
	opacity: 0.65;
}
.wpb-about-blog-archive .thumb-excerpt-list li .post-meta a {
	color: inherit !important;
}
.wpb-about-blog-archive .thumb-excerpt-list li .excerpt-content {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.65;
	color: #666;
}
.wpb-about-blog-archive .thumb-excerpt-list li .excerpt-content a {
	color: #666;
}
.wpb-about-blog-archive .thumb-excerpt-list li .excerpt-content a:hover {
	color: var(--wpb-primary, #066fc0);
}
.wpb-about-blog-archive .thumb-excerpt-list li .link-read-more {
	font-weight: 400;
}
.wpb-about-blog-archive .thumb-excerpt-list li .link-read-more a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--wpb-primary, #066fc0);
}
.wpb-about-blog-archive .thumb-excerpt-list li .link-read-more .WPPOPFont {
	margin-left: 4px;
	font-style: normal;
}
.wpb-about-blog-archive .post-page-nav {
	margin-top: 32px;
}
.wpb-about-blog-archive .post-page-nav .navigation.pagination {
	margin: 0;
}
.wpb-about-blog-archive .post-page-nav .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}
.wpb-about-blog-archive .post-page-nav .page-numbers {
	display: inline-block;
	min-width: 36px;
	padding: 9px 14px;
	text-align: center;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
}
.wpb-about-blog-archive .post-page-nav .page-numbers:hover,
.wpb-about-blog-archive .post-page-nav span.page-numbers.current {
	color: #fff;
	background: #f60;
	border-color: #f60;
	text-decoration: none;
}
.wpb-about-blog-archive .post-page-nav .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: #666;
}
.wpb-about-blog-archive .post-page-nav a.next.page-numbers,
.wpb-about-blog-archive .post-page-nav a.prev.page-numbers {
	padding: 9px 20px;
}
.wpb-about-blog-archive .post-page-nav .WPPOPFont {
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}
.wpb-sidebar-about .widget,
.wpb-sidebar-about .widget {
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.wpb-sidebar-about .widget-title,
.wpb-sidebar-about .radius-top.widget-title {
	margin: 0;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 700;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
.wpb-sidebar-about .widget-title a {
	color: #222;
}
.wpb-sidebar-about .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}
.wpb-sidebar-about .widget_nav_menu li a {
	display: block;
	padding: 8px 16px;
	font-size: 0.875rem;
	color: #333;
}
.wpb-sidebar-about .widget_nav_menu li.current_page_item > a {
	color: var(--wpb-primary, #066fc0);
	font-weight: 600;
}
.wpb-sidebar-about .search-post .search-form {
	display: flex;
	padding: 12px 16px;
	gap: 0;
}
.wpb-sidebar-about .search-field {
	flex: 1;
	min-width: 0;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-right: 0;
}
.wpb-sidebar-about .search-submit {
	padding: 8px 14px;
	background: var(--wpb-primary, #066fc0);
	color: #fff;
	border: 1px solid var(--wpb-primary, #066fc0);
	cursor: pointer;
}
.wpb-sidebar-about .textwidget {
	padding: 12px 16px 16px;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #555;
}
.wpb-sidebar-about .gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 12px 16px 16px;
	margin: 0;
}
.wpb-sidebar-about .gallery-item {
	flex: 0 0 calc(50% - 6px);
	max-width: calc(50% - 6px);
	margin: 0;
	text-align: center;
}
.wpb-sidebar-about .gallery-item img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.wpb-sidebar-about .wp-caption-text {
	margin-top: 6px;
	font-size: 0.75rem;
	color: #666;
}

@media (max-width: 991px) {
	.wpb-about-blog-archive.wrapper-content {
		flex-direction: column;
	}
	.wpb-about-blog-archive > .sidebar.wpb-sidebar-about {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
		order: 2;
	}
	.wpb-about-blog-archive > .column-fluid {
		order: 1;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.wpb-about-blog-archive .thumb-excerpt-list li .post-thumbnail {
		float: none;
		margin: 0 auto 15px;
		max-width: 100%;
	}
	.wpb-about-blog-archive .thumb-excerpt-list li .post-thumbnail img {
		width: 100%;
	}
}

.wpb-sidebar-news .widget,
.wpb-sidebar-showcase .widget,
.wpb-sidebar-showcase-single .widget {
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.wpb-sidebar-news .widget-title a,
.wpb-sidebar-showcase .widget-title a {
	color: #222;
	text-decoration: none;
}
.wpb-sidebar-news .widget_nav_menu > ul,
.wpb-sidebar-showcase .widget_nav_menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpb-sidebar-news .widget_nav_menu .cat-item,
.wpb-sidebar-showcase .widget_nav_menu .cat-item {
	margin: 0;
	border-bottom: 1px solid #eee;
}
.wpb-sidebar-news .widget_nav_menu .cat-item a,
.wpb-sidebar-showcase .widget_nav_menu .cat-item a {
	display: block;
	padding: 12px 16px;
	color: #333;
	font-size: 0.875rem;
	text-decoration: none;
}
.wpb-sidebar-news .widget_nav_menu .cat-item.current-cat > a,
.wpb-sidebar-showcase .widget_nav_menu .cat-item.current-cat > a {
	color: #fff;
	background: #0049ff;
}
.wpb-sidebar-news .widget_nav_menu .plus-minus,
.wpb-sidebar-showcase .widget_nav_menu .plus-minus {
	display: none;
}
.wpb-sidebar-news .search-post,
.wpb-sidebar-showcase .search-post,
.wpb-sidebar-showcase-single .search-post {
	padding: 16px;
}
.wpb-sidebar-news .search-form,
.wpb-sidebar-showcase .search-form,
.wpb-sidebar-showcase-single .search-form {
	display: flex;
	gap: 0;
}
.wpb-sidebar-news .search-field,
.wpb-sidebar-showcase .search-field,
.wpb-sidebar-showcase-single .search-field {
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid #ccc;
	font-size: 0.875rem;
}
.wpb-sidebar-news .search-submit,
.wpb-sidebar-showcase .search-submit,
.wpb-sidebar-showcase-single .search-submit {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 0;
	background: #0049ff;
	color: #fff;
	cursor: pointer;
}
.wpb-sidebar-news .icon-search::before,
.wpb-sidebar-showcase .icon-search::before,
.wpb-sidebar-showcase-single .icon-search::before {
	content: "⌕";
	font-style: normal;
	font-size: 16px;
}
.wpb-sidebar-news .widget-title,
.wpb-sidebar-showcase .widget-title,
.wpb-sidebar-showcase-single .widget-title {
	margin: 0;
	padding: 14px 16px;
	font-size: 1rem;
	font-weight: 700;
	background: #ebebeb;
	border-bottom: 1px solid #e0e0e0;
}
.wpb-sidebar-news .widget_text .textwidget,
.wpb-sidebar-showcase .widget_text .textwidget,
.wpb-sidebar-showcase-single .widget_text .textwidget {
	padding: 16px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #666;
}
.wpb-sidebar-news .widget_text .textwidget img,
.wpb-sidebar-showcase .widget_text .textwidget img,
.wpb-sidebar-showcase-single .widget_text .textwidget img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 12px;
}
/* Product categories in news / showcase / post sidebar (below About Company) */
.wpb-sidebar-news .wpb-sidebar-product-cats-widget.widget_nav_menu .widget-title a,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget.widget_nav_menu .widget-title a {
	color: #222;
	text-decoration: none;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget.widget_nav_menu > ul,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget.widget_nav_menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .cat-item,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .cat-item {
	margin: 0;
	position: relative;
	border-top: 1px solid #eee;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .cat-item:first-child,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .cat-item:first-child {
	border-top: 0;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .cat-item > a,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .cat-item > a {
	display: block;
	padding: 12px 16px;
	color: #333;
	font-size: 0.875rem;
	text-decoration: none;
	border-left: 3px solid transparent;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .cat-item > a:hover,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .cat-item > a:hover {
	border-left-color: #066fc0;
	color: #066fc0;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .cat-item.current-cat > a,
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .cat-item.current-cat-parent > a,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .cat-item.current-cat > a,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .cat-item.current-cat-parent > a {
	background: #0049ff;
	border-left-color: #0049ff;
	color: #fff;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .menu-item-has-children > a::after,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .menu-item-has-children > a::after {
	content: "›";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.45;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .menu-item-has-children > .children,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .menu-item-has-children > .children {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 120;
	min-width: 220px;
	margin: 0 0 0 -4px;
	padding: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	list-style: none;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .menu-item-has-children:hover > .children,
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .menu-item-has-children:focus-within > .children,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .menu-item-has-children:hover > .children,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .menu-item-has-children:focus-within > .children {
	display: block;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .children .cat-item > a,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .children .cat-item > a {
	font-size: 0.875rem;
}
.wpb-sidebar-news .wpb-sidebar-product-cats-widget .plus-minus,
.wpb-sidebar-showcase .wpb-sidebar-product-cats-widget .plus-minus {
	display: none;
}
@media (max-width: 1023px) {
	.wpb-news-archive.wrapper-content,
	.wpb-showcase-archive.wrapper-content {
		flex-direction: column;
	}
	.wpb-news-archive > .sidebar.wpb-sidebar-news,
	.wpb-showcase-archive > .sidebar.wpb-sidebar-showcase-single {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
		order: 0;
		margin-left: 0;
	}
	.wpb-news-archive > .column-fluid,
	.wpb-showcase-archive > .column-fluid {
		order: 1;
		width: 100%;
	}
	.wpb-news-archive .post-gallery-container.gallery-columns-3 > .item-content,
	.wpb-showcase-archive .post-gallery-container.gallery-columns-3 > .item-content {
		width: 50%;
	}
	.wpb-news-archive .post-gallery-container.gallery-columns-3 > .item-content:nth-child(3n+1),
	.wpb-showcase-archive .post-gallery-container.gallery-columns-3 > .item-content:nth-child(3n+1) {
		clear: none;
	}
	.wpb-news-archive .post-gallery-container.gallery-columns-3 > .item-content:nth-child(2n+1),
	.wpb-showcase-archive .post-gallery-container.gallery-columns-3 > .item-content:nth-child(2n+1) {
		clear: both;
	}
}
/* Single showcase post — wpqiye cat-showtype-1 (main + sidebar) */
.wpb-single-showcase.wrapper-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 0 20px;
	width: 100%;
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.wpb-single-showcase > .sidebar.wpb-sidebar-showcase-single {
	flex: 0 0 280px;
	width: 280px;
	max-width: 280px;
	order: 0;
}
.wpb-single-showcase > .column-fluid {
	flex: 1 1 0;
	min-width: 0;
	order: 1;
}
.wpb-single-showcase .entry.entry-content img.alignleft {
	float: left;
	margin: 0 20px 16px 0;
}
.wpb-single-showcase .entry.entry-content img.alignright {
	float: right;
	margin: 0 0 16px 20px;
}
.wpb-single-showcase .entry.entry-content img.alignnone {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 1.25em;
}
/* wpqiye — social share icons (post / product / showcase) */
.wpb-single-post .social-share-container.frt,
.wpb-single-showcase .social-share-container.frt,
.wpb-single-product .social-share-container.frt {
	float: right;
}
.wpb-single-post .social-items,
.wpb-single-showcase .social-items,
.wpb-single-product .social-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.wpb-single-post .share-title,
.wpb-single-showcase .share-title,
.wpb-single-product .share-title {
	font-weight: 600;
	margin-right: 10px;
	font-size: 0.875rem;
	color: #202020;
}
.wpb-single-post .social-share-box,
.wpb-single-showcase .social-share-box,
.wpb-single-product .social-share-box {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.wpb-single-post .social-share-box a,
.wpb-single-showcase .social-share-box a,
.wpb-single-product .social-share-box a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	border-radius: 2px;
	vertical-align: middle;
}
.wpb-single-post .social-share-box a:hover,
.wpb-single-showcase .social-share-box a:hover,
.wpb-single-product .social-share-box a:hover {
	opacity: 0.9;
}
.wpb-single-post .share-icon-facebook,
.wpb-single-showcase .share-icon-facebook,
.wpb-single-product .share-icon-facebook { background: #3b5998; }
.wpb-single-post .share-icon-twitter,
.wpb-single-showcase .share-icon-twitter,
.wpb-single-product .share-icon-twitter { background: #000; }
.wpb-single-post .share-icon-linkedin,
.wpb-single-showcase .share-icon-linkedin,
.wpb-single-product .share-icon-linkedin { background: #0077b5; }
.wpb-single-post .share-icon-whatsapp,
.wpb-single-showcase .share-icon-whatsapp,
.wpb-single-product .share-icon-whatsapp { background: #25d366; }
.wpb-single-post .share-icon-pinterest,
.wpb-single-showcase .share-icon-pinterest,
.wpb-single-product .share-icon-pinterest { background: #bd081c; }
.wpb-single-post .social-share-box svg,
.wpb-single-showcase .social-share-box svg,
.wpb-single-product .social-share-box svg {
	display: block;
}
/* Single news post — wpqiye article detail */
.wpb-single-post.wrapper-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 0 20px;
	width: 100%;
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.wpb-single-post > .sidebar.wpb-sidebar-news {
	flex: 0 0 280px;
	width: 280px;
	max-width: 280px;
	order: 0;
}
.wpb-single-post > .column-fluid {
	flex: 1 1 0;
	min-width: 0;
	order: 1;
}
.wpb-single-post .post-header,
.wpb-single-showcase .post-header {
	margin: 0 0 24px;
}
.wpb-single-post .entry-title,
.wpb-single-showcase .entry-title {
	margin: 0 0 16px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.35;
	color: #202020;
}
.wpb-single-post .post-meta,
.wpb-single-showcase .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	font-size: 0.875rem;
	color: #666;
}
.wpb-single-post .post-meta .WPPOPFont,
.wpb-single-showcase .post-meta .WPPOPFont {
	font-style: normal;
	margin-right: 6px;
	opacity: 0.7;
}
.wpb-single-post .icon-clock::before { content: "◷"; }
.wpb-single-post .icon-folder::before { content: "▤"; }
.wpb-single-post .icon-views::before { content: "◉"; }
.wpb-single-post .post-meta a,
.wpb-single-showcase .post-meta a {
	color: var(--wpb-primary, #066fc0);
}
.wpb-single-post .entry.entry-content,
.wpb-single-showcase .entry.entry-content {
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #333;
}
.wpb-single-post .entry.entry-content p,
.wpb-single-showcase .entry.entry-content p {
	margin: 0 0 1.25em;
}
.wpb-single-post .section-post-bottom,
.wpb-single-showcase .section-post-bottom {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #eee;
}
.wpb-single-post .post-meta-bottom,
.wpb-single-showcase .post-meta-bottom,
.wpb-single-product .post-meta-bottom {
	overflow: hidden;
	margin-bottom: 16px;
}
.wpb-single-post .post-nav-previous,
.wpb-single-post .post-nav-next {
	margin: 12px 0 0;
	font-size: 0.875rem;
	line-height: 1.5;
}
.wpb-single-post .post-nav-previous a,
.wpb-single-post .post-nav-next a {
	color: var(--wpb-primary, #066fc0);
}
.wpb-single-post .related-posts,
.wpb-single-showcase .related-posts {
	margin-top: 36px;
	clear: both;
}
.wpb-single-post .related-posts .heading-title,
.wpb-single-showcase .related-posts .heading-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--wpb-primary, #066fc0);
}
.wpb-single-post .related-posts .gallery-columns-3,
.wpb-single-showcase .related-posts .gallery-columns-3 {
	display: block;
	overflow: hidden;
	margin: 0 -8px;
}
.wpb-single-post .related-posts .gallery-columns-3::after,
.wpb-single-showcase .related-posts .gallery-columns-3::after {
	content: "";
	display: table;
	clear: both;
}
.wpb-single-post .related-posts .gallery-columns-3 > .item-content,
.wpb-single-showcase .related-posts .gallery-columns-3 > .item-content {
	float: left;
	width: 33.333%;
	padding: 8px;
	box-sizing: border-box;
}
.wpb-single-post .related-posts .gallery-columns-3 > .item-content:nth-child(3n+1),
.wpb-single-showcase .related-posts .gallery-columns-3 > .item-content:nth-child(3n+1) {
	clear: both;
}
@media (max-width: 1023px) {
	.wpb-single-post.wrapper-content,
	.wpb-single-showcase.wrapper-content {
		flex-direction: column;
	}
	.wpb-single-post > .sidebar.wpb-sidebar-news,
	.wpb-single-showcase > .sidebar.wpb-sidebar-showcase-single {
		width: 100%;
		max-width: none;
	}
	.wpb-single-post .related-posts .gallery-columns-3 > .item-content,
	.wpb-single-showcase .related-posts .gallery-columns-3 > .item-content {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.wpb-single-product #comment-input input,
	.wpb-single-post #comment-input input {
		float: none;
		width: 100%;
		margin: 0 0 12px;
	}
	.wpb-single-product #comment-input #author,
	.wpb-single-post #comment-input #author {
		margin-right: 0;
	}
	.wpb-single-product #comments .comment-reply-title.heading-title,
	.wpb-single-post #comments .comment-reply-title.heading-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 1023px) {
	.wpb-single-product .single-product-gallery,
	.wpb-single-product .product-summary-wrapper {
		float: none;
		width: 100%;
		padding: 0;
	}
	.wpb-single-product .section-row .gallery-columns-4 > .item-content,
	.wpb-single-product .section-row .gallery-columns-4 > .swiper-slide > .item-content {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.wpb-single-product .section-row .gallery-columns-4 > .item-content,
	.wpb-single-product .section-row .gallery-columns-4 > .swiper-slide > .item-content {
		width: 100%;
	}
}
