/*
 * Konmask global page polish
 * Scope: non-home Flatsome/WooCommerce pages.
 */

:root {
	--kgp-ink: #07111f;
	--kgp-ink-soft: #1c2c3f;
	--kgp-muted: #5f6f82;
	--kgp-line: #dbe4ee;
	--kgp-line-strong: #c6d3e1;
	--kgp-bg: #f4f7fb;
	--kgp-panel: #ffffff;
	--kgp-panel-2: #eef4f9;
	--kgp-blue: #145e86;
	--kgp-cyan: #20a7ce;
	--kgp-red: #b31924;
	--kgp-gold: #b98734;
	--kgp-radius: 6px;
	--kgp-shadow: 0 18px 46px rgba(7, 17, 31, .09);
}

body:not(.home) {
	background: var(--kgp-bg);
	color: var(--kgp-ink);
	font-family: Inter, Arial, Helvetica, sans-serif;
}

body:not(.home) #main,
body:not(.home) .content-area,
body:not(.home) .shop-container {
	background: var(--kgp-bg);
}

body:not(.home) a {
	color: var(--kgp-blue);
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) .product-title,
body:not(.home) .name {
	color: var(--kgp-ink);
	letter-spacing: 0;
}

body:not(.home) .header-wrapper,
body:not(.home) #masthead,
body:not(.home) .header-main,
body:not(.home) .header-bottom {
	display: none !important;
}

.kgp-site-header {
	position: relative;
	z-index: 50;
	background: #e9eff5;
	box-shadow: 0 14px 36px rgba(7, 17, 31, .12);
}

.kgp-topline {
	background: #0b1429;
	color: #edf6ff;
	font-size: 12px;
}

.kgp-topline-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1440px, 100%);
	min-height: 28px;
	margin: 0 auto;
	padding: 0 64px;
	gap: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.kgp-topline-inner > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.kgp-topline a,
.kgp-topline span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #edf6ff;
	white-space: nowrap;
}

.kgp-topline a:first-child::before {
	content: "☎";
	color: #55bde8;
	font-weight: 900;
}

.kgp-topline a:nth-child(2)::before {
	content: "✉";
	color: #55bde8;
	font-weight: 900;
}

.kgp-mainbar {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 360px;
	align-items: center;
	width: min(1440px, 100%);
	min-height: 76px;
	margin: 0 auto;
	padding: 0 64px;
	gap: 22px;
	border-bottom: 1px solid var(--kgp-line);
	background: #ffffff;
}

.kgp-brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

.kgp-brand img {
	display: block;
	width: 214px;
	height: auto;
	max-height: 58px;
	object-fit: contain;
	filter: drop-shadow(0 6px 10px rgba(13, 23, 48, .10));
}

.kgp-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	min-width: 0;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.kgp-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 76px;
	color: var(--kgp-ink);
}

.kgp-nav a:hover,
.kgp-nav a.is-active {
	color: var(--kgp-blue);
}

.kgp-nav a.is-active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	height: 3px;
	background: var(--kgp-cyan);
}

.kgp-tools {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.kgp-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px;
	height: 38px;
	border: 1px solid rgba(6, 16, 22, .18);
	background: #ffffff;
}

.kgp-search input[type="search"] {
	min-width: 0;
	height: 36px;
	min-height: 0;
	margin: 0;
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--kgp-ink);
	font-size: 13px;
	outline: 0;
}

.kgp-search button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 38px !important;
	min-height: 36px !important;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-left: 1px solid rgba(6, 16, 22, .08) !important;
	border-radius: 0 !important;
	background: var(--kgp-bg) !important;
	box-shadow: none !important;
	clip-path: none !important;
	color: var(--kgp-ink) !important;
	font-size: 15px !important;
	line-height: 1 !important;
	cursor: pointer;
}

.kgp-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 17px;
	background: var(--kgp-ink);
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
	color: #f7ffff !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.kgp-quote:hover {
	background: #12334c;
	color: #ffffff !important;
}

body:not(.home) #main {
	padding-top: 16px;
}

body:not(.home) #top-bar,
body:not(.home) .header-top,
body:not(.home) .header-top.nav-dark {
	background: #081522 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .76);
}

body:not(.home) .logo img,
body:not(.home) img.header_logo,
body:not(.home) img.header-logo-dark {
	content: url("../images/konmask-logo-v43.png");
	width: 200px;
	max-width: 200px;
	max-height: 56px;
	object-fit: contain;
}

body:not(.home) .header-main .search-field,
body:not(.home) .header-main input[type="search"] {
	min-height: 38px;
	border: 1px solid rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .96);
	border-radius: var(--kgp-radius) 0 0 var(--kgp-radius);
	box-shadow: none;
	font-size: 13px;
}

body:not(.home) .header-main .ux-search-submit {
	border-radius: 0 var(--kgp-radius) var(--kgp-radius) 0;
	background: var(--kgp-cyan) !important;
	border-color: var(--kgp-cyan) !important;
	color: #fff !important;
}

body:not(.home) .nav > li > a {
	letter-spacing: .02em;
	font-weight: 700;
}

body:not(.home) .nav-dropdown {
	border: 1px solid var(--kgp-line);
	border-radius: var(--kgp-radius);
	box-shadow: var(--kgp-shadow);
}

body:not(.home) .button,
body:not(.home) button,
body:not(.home) input[type="submit"],
body:not(.home) .wp-block-button__link,
body:not(.home) .single_add_to_cart_button,
body:not(.home) .konmask-loop-rfq {
	min-height: 38px;
	border-radius: 4px !important;
	background: linear-gradient(135deg, var(--kgp-blue), #0a3e60) !important;
	border: 1px solid #0a3e60 !important;
	box-shadow: 0 10px 20px rgba(20, 94, 134, .18);
	color: #fff !important;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body:not(.home) .button:hover,
body:not(.home) button:hover,
body:not(.home) input[type="submit"]:hover,
body:not(.home) .wp-block-button__link:hover,
body:not(.home) .single_add_to_cart_button:hover,
body:not(.home) .konmask-loop-rfq:hover {
	background: linear-gradient(135deg, #1779a6, #0b466a) !important;
	box-shadow: 0 14px 28px rgba(20, 94, 134, .24);
	transform: translateY(-1px);
}

body:not(.home) .button.is-outline,
body:not(.home) .button.secondary,
body:not(.home) .email-direct,
body:not(.home) a[href^="mailto"].button {
	background: #fff !important;
	border-color: var(--kgp-line-strong) !important;
	box-shadow: none;
	color: var(--kgp-ink) !important;
}

body:not(.home).single-product .konmask-rfq-whatsapp {
	border-color: #15803d !important;
	background: #128c7e !important;
	box-shadow: 0 10px 22px rgba(18, 140, 126, .2);
	color: #ffffff !important;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

body:not(.home).single-product .konmask-rfq-whatsapp:hover {
	background: #0f7a6e !important;
	box-shadow: 0 14px 28px rgba(18, 140, 126, .28);
}

body:not(.home) .page-wrapper,
body:not(.home) .shop-page-title,
body:not(.home) .category-page-title {
	padding-top: 24px;
}

body:not(.home) .shop-page-title .page-title-inner,
body:not(.home) .shop-page-title .flex-row,
body:not(.home) .category-page-title .page-title-inner,
body:not(.home) .page-wrapper > .row-main,
body:not(.home) .shop-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

body:not(.home).single-product .shop-container {
	width: min(1180px, calc(100% - 32px));
	max-width: 1180px;
	margin: 0 auto;
}

body:not(.home) .shop-page-title {
	margin: 18px auto 0;
	background: transparent;
}

body:not(.home) .shop-page-title .page-title-inner,
body:not(.home) .category-page-title .page-title-inner {
	min-height: auto;
	padding: 16px 18px;
	border: 1px solid var(--kgp-line);
	background:
		linear-gradient(135deg, rgba(32, 167, 206, .08), rgba(255, 255, 255, .78)),
		var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: 0 12px 30px rgba(7, 17, 31, .06);
}

body:not(.home) .woocommerce-breadcrumb,
body:not(.home) .breadcrumbs,
body:not(.home) .woocommerce-result-count {
	color: var(--kgp-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
}

body:not(.home) .woocommerce-ordering select {
	height: 38px;
	border: 1px solid var(--kgp-line-strong);
	border-radius: var(--kgp-radius);
	background-color: #fff;
	color: var(--kgp-ink-soft);
	font-size: 13px;
	box-shadow: none;
}

body:not(.home).archive .shop-container > h1,
body:not(.home).tax-product_cat .shop-container > h1,
body:not(.home).woocommerce-shop .shop-container > h1,
body:not(.home).page .entry-content > h1:first-child {
	margin: 0 0 10px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
	font-weight: 850;
}

body:not(.home).archive .shop-container > h1,
body:not(.home).tax-product_cat .shop-container > h1,
body:not(.home).woocommerce-shop .shop-container > h1 {
	position: relative;
	margin-top: 18px;
	padding: 30px 34px 12px;
	background: var(--kgp-panel);
	border: 1px solid var(--kgp-line);
	border-bottom: 0;
	border-radius: var(--kgp-radius) var(--kgp-radius) 0 0;
	box-shadow: 0 12px 30px rgba(7, 17, 31, .05);
}

body:not(.home).archive .shop-container > h1::before,
body:not(.home).tax-product_cat .shop-container > h1::before,
body:not(.home).woocommerce-shop .shop-container > h1::before {
	content: "Verified sourcing desk";
	display: block;
	margin: 0 0 10px;
	color: var(--kgp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body:not(.home).archive .term-description,
body:not(.home).tax-product_cat .term-description,
body:not(.home).woocommerce-shop .term-description {
	margin: 0 0 24px;
	padding: 0 34px 28px;
	border: 1px solid var(--kgp-line);
	border-top: 0;
	background: var(--kgp-panel);
	border-radius: 0 0 var(--kgp-radius) var(--kgp-radius);
	color: var(--kgp-muted);
	font-size: 15px;
	line-height: 1.7;
	box-shadow: 0 18px 38px rgba(7, 17, 31, .06);
}

body:not(.home).archive .shop-container .term-description,
body:not(.home).tax-product_cat .shop-container .term-description,
body:not(.home).woocommerce-shop .shop-container .term-description {
	margin-top: 18px;
	padding-top: 30px;
	border-top: 1px solid var(--kgp-line);
	border-left: 4px solid var(--kgp-red);
	border-radius: var(--kgp-radius);
}

body:not(.home).archive .shop-container .term-description h1,
body:not(.home).tax-product_cat .shop-container .term-description h1,
body:not(.home).woocommerce-shop .shop-container .term-description h1 {
	margin-bottom: 10px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
	font-weight: 850;
}

body:not(.home).archive .shop-container .term-description h1::before,
body:not(.home).tax-product_cat .shop-container .term-description h1::before,
body:not(.home).woocommerce-shop .shop-container .term-description h1::before {
	content: "Verified sourcing desk";
	display: block;
	margin: 0 0 10px;
	color: var(--kgp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body:not(.home) .products.row {
	align-items: stretch;
}

body:not(.home) .product-small.col {
	padding-bottom: 24px;
}

body:not(.home) .product-small .box,
body:not(.home) .product-small.box {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: 0 12px 28px rgba(7, 17, 31, .06);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body:not(.home) .product-small .box:hover,
body:not(.home) .product-small.box:hover {
	border-color: rgba(32, 167, 206, .48);
	box-shadow: var(--kgp-shadow);
	transform: translateY(-3px);
}

body:not(.home) .product-small .box-image {
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(238, 244, 249, .92), #fff);
	border-bottom: 1px solid var(--kgp-line);
}

body:not(.home) .product-small .box-image img {
	width: 100%;
	height: 178px;
	object-fit: contain;
	filter: drop-shadow(0 14px 18px rgba(7, 17, 31, .12));
}

body:not(.home) .product-small .box-text {
	padding: 14px 16px 16px;
}

body:not(.home) .product-small .category,
body:not(.home) .product-small .posted_in,
body:not(.home) .product-small .is-small {
	color: var(--kgp-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body:not(.home) .product-small .product-title,
body:not(.home) .product-small .name {
	min-height: 54px;
	margin-top: 7px;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.35;
}

body:not(.home) .product-small .konmask-loop-rfq {
	width: 100%;
	margin: 12px 0 0;
	font-size: 11px;
}

body:not(.home).single-product .product-main {
	width: 100%;
	max-width: none;
	margin: 22px 0 0;
	padding: 26px 24px;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: var(--kgp-shadow);
}

body:not(.home).single-product .product-info,
body:not(.home).single-product .summary {
	border-left: 3px solid var(--kgp-red);
	padding: 20px 0 20px 24px;
}

body:not(.home).single-product .konmask-rfq-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-width: 360px;
}

body:not(.home).single-product .konmask-rfq-actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 !important;
	padding-right: 12px !important;
	padding-left: 12px !important;
	white-space: nowrap;
}

body:not(.home).single-product .konmask-rfq-actions .konmask-rfq-button {
	grid-column: 1 / -1;
}

body:not(.home).single-product .konmask-rfq-panel > p {
	display: none;
}

body:not(.home).single-product .product-gallery {
	display: block;
}

body:not(.home).single-product .woocommerce-product-gallery {
	display: block;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

body:not(.home).single-product .product-gallery-slider,
body:not(.home).single-product .product-gallery-slider .flickity-viewport,
body:not(.home).single-product .woocommerce-product-gallery__image {
	aspect-ratio: 4 / 3;
	height: auto !important;
	max-height: 430px;
	overflow: hidden;
	border-radius: 6px;
	background: #ffffff;
}

body:not(.home).single-product .woocommerce-product-gallery__image a {
	display: block;
	height: 100%;
}

body:not(.home).single-product .woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

body:not(.home).single-product .woocommerce-product-gallery .flickity-button {
	width: 34px;
	height: 54px;
	border-color: rgba(7, 17, 31, .08);
	background: rgba(255, 255, 255, .86);
}

body:not(.home).single-product .woocommerce-product-gallery .image-tools.bottom.left {
	bottom: 10px;
	left: 10px;
}

body:not(.home).single-product .woocommerce-product-gallery.konmask-single-gallery-image .flickity-button,
body:not(.home).single-product .woocommerce-product-gallery.konmask-single-gallery-image .image-tools {
	display: none !important;
}

body:not(.home).single-product .prod-dropdown {
	display: none !important;
}

body:not(.home).single-product .product-info .product-title,
body:not(.home).single-product .summary .product-title,
body:not(.home).single-product h1.product-title {
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
	font-weight: 850;
}

body:not(.home).single-product .product-short-description,
body:not(.home).single-product .woocommerce-product-details__short-description {
	margin-top: 18px;
	padding: 16px 18px;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel-2);
	border-radius: var(--kgp-radius);
	color: var(--kgp-ink-soft);
}

body:not(.home).single-product .woocommerce-tabs,
body:not(.home).single-product .product-footer,
body:not(.home).single-product .related {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

body:not(.home).single-product .woocommerce-tabs {
	margin-top: 24px;
	padding: 24px;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: 0 12px 30px rgba(7, 17, 31, .05);
}

body:not(.home).page .page-wrapper > .row-main {
	margin-top: 26px;
	padding: 34px;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: var(--kgp-shadow);
}

body:not(.home).page .entry-content > p:first-of-type {
	max-width: 760px;
	color: var(--kgp-muted);
	font-size: 16px;
	line-height: 1.75;
}

body:not(.home).page .entry-content > h1:first-child {
	position: relative;
	padding-left: 18px;
	border-left: 4px solid var(--kgp-red);
}

body:not(.home).page .entry-content h2 {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--kgp-line);
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 820;
}

body:not(.home).page .entry-content ul,
body:not(.home).page .entry-content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

body:not(.home).page .entry-content li {
	position: relative;
	margin: 0 0 10px;
	padding: 12px 14px 12px 36px;
	border: 1px solid var(--kgp-line);
	background: #fff;
	border-radius: var(--kgp-radius);
	color: var(--kgp-ink-soft);
}

body:not(.home).page .entry-content li::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 16px;
	width: 8px;
	height: 8px;
	background: var(--kgp-cyan);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

body:not(.home).page-id-61895 .entry-content > .row,
body:not(.home).page-id-62011 .entry-content > .row {
	margin-left: -10px;
	margin-right: -10px;
}

body:not(.home).page-id-61895 .entry-content > .row > .col,
body:not(.home).page-id-62011 .entry-content > .row > .col {
	padding: 10px;
}

body:not(.home).page-id-61895 .entry-content .col-inner,
body:not(.home).page-id-62011 .entry-content .col-inner {
	height: 100%;
	padding: 16px;
	border: 1px solid var(--kgp-line);
	background: #fff;
	border-radius: var(--kgp-radius);
	box-shadow: 0 10px 24px rgba(7, 17, 31, .05);
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body:not(.home).page-id-61895 .entry-content .col-inner:hover,
body:not(.home).page-id-62011 .entry-content .col-inner:hover {
	border-color: rgba(32, 167, 206, .44);
	box-shadow: 0 18px 38px rgba(7, 17, 31, .09);
	transform: translateY(-2px);
}

body:not(.home).page-id-61895 .entry-content img {
	width: 100%;
	height: 84px;
	object-fit: contain;
	padding: 10px;
	background: #f8fbfd;
	border: 1px solid var(--kgp-line);
	border-radius: 4px;
}

body:not(.home).page-id-61895 .entry-content a,
body:not(.home).page-id-62011 .entry-content a {
	font-weight: 800;
	text-decoration: none;
}

body:not(.home).page-id-62011 .entry-content .col-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body:not(.home).page-id-62011 .entry-content .col-inner::after {
	content: "Check";
	flex: 0 0 auto;
	padding: 5px 8px;
	background: var(--kgp-panel-2);
	border: 1px solid var(--kgp-line);
	border-radius: 999px;
	color: var(--kgp-blue);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body:not(.home).page-id-39815 .entry-content form,
body:not(.home).page-id-39815 .wpcf7,
body:not(.home) form.wpcf7-form {
	border-radius: var(--kgp-radius);
}

body:not(.home) input[type="text"],
body:not(.home) input[type="email"],
body:not(.home) input[type="tel"],
body:not(.home) input[type="search"],
body:not(.home) input[type="number"],
body:not(.home) textarea,
body:not(.home) select {
	border: 1px solid var(--kgp-line-strong);
	border-radius: 5px;
	box-shadow: none;
	color: var(--kgp-ink);
}

body:not(.home) input:focus,
body:not(.home) textarea:focus,
body:not(.home) select:focus {
	border-color: var(--kgp-cyan);
	box-shadow: 0 0 0 3px rgba(32, 167, 206, .16);
}

body:not(.home) footer,
body:not(.home) .footer-wrapper {
	background: #07111f;
	color: rgba(255, 255, 255, .78);
}

body:not(.home) .footer-wrapper .section {
	background: #07111f !important;
}

body:not(.home) .footer-wrapper .row {
	max-width: 1180px;
}

body:not(.home) .footer-wrapper .custom-feature-box {
	height: 100%;
	padding: 24px 22px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
	border-radius: var(--kgp-radius);
	box-shadow: none;
	color: rgba(255, 255, 255, .76);
}

body:not(.home) .footer-wrapper .custom-feature-box h5 {
	margin: 10px 0 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 850;
	letter-spacing: .02em;
}

body:not(.home) .footer-wrapper .custom-feature-box p {
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	line-height: 1.65;
}

body:not(.home) .footer-wrapper .custom-feature-icon svg,
body:not(.home) .footer-wrapper .icon-box svg {
	color: var(--kgp-cyan);
	fill: var(--kgp-cyan);
}

body:not(.home) .footer-wrapper .custom-newsletter-bar {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 100%;
	padding: 24px 26px;
	border: 1px solid rgba(32, 167, 206, .3);
	background:
		linear-gradient(135deg, rgba(32, 167, 206, .16), rgba(20, 94, 134, .14)),
		#0b2335 !important;
	border-radius: var(--kgp-radius);
	box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

body:not(.home) .footer-wrapper .custom-newsletter-bar h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 22px;
	font-weight: 850;
}

body:not(.home) .footer-wrapper .custom-newsletter-bar p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	line-height: 1.6;
}

body:not(.home) .footer-wrapper .wpcf7-form input[type="email"] {
	min-height: 42px;
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .96);
}

body:not(.home) .absolute-footer {
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: #050c14 !important;
	color: rgba(255, 255, 255, .58);
}

body:not(.home) .back-to-top {
	clip-path: none;
	border-radius: 999px !important;
}

body:not(.home).single-product .product-footer {
	margin-top: 26px;
}

body:not(.home).single-product .woocommerce-tabs::before {
	content: "Technical sourcing file";
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 0 18px;
	padding: 4px 8px;
	background: var(--kgp-panel);
	color: var(--kgp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body:not(.home).single-product .woocommerce-tabs .tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--kgp-line);
}

body:not(.home).single-product .woocommerce-tabs .tabs li a {
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .06em;
}

body:not(.home).single-product .woocommerce-tabs .tabs li a::before,
body:not(.home).single-product .woocommerce-tabs .tabs li a::after,
body:not(.home).single-product .woocommerce-tabs .nav-line-bottom > li > a::before {
	display: none !important;
}

body:not(.home).single-product .woocommerce-Tabs-panel {
	position: relative;
	max-width: 980px;
	color: var(--kgp-ink-soft);
	font-size: 15px;
	line-height: 1.78;
}

body:not(.home).single-product .woocommerce-tabs.konmask-notes-collapsed .woocommerce-Tabs-panel {
	max-height: 760px;
	overflow: hidden;
}

body:not(.home).single-product .woocommerce-tabs.konmask-notes-collapsed .woocommerce-Tabs-panel::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 150px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--kgp-panel) 78%);
	pointer-events: none;
}

body:not(.home).single-product .woocommerce-tabs.konmask-notes-expanded .woocommerce-Tabs-panel {
	max-height: none;
	overflow: visible;
}

body:not(.home).single-product .konmask-tech-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	padding: 0 18px;
	border: 1px solid rgba(20, 142, 189, .28);
	background: #eef8fc;
	color: #075d83;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .01em;
	box-shadow: none;
	cursor: pointer;
}

body:not(.home).single-product .konmask-tech-toggle:hover,
body:not(.home).single-product .konmask-tech-toggle:focus {
	border-color: rgba(20, 142, 189, .52);
	background: #e2f3fa;
	color: #053f5b;
}

body:not(.home).single-product .konmask-product-sticky-rfq {
	display: none;
}

body:not(.home).single-product .woocommerce-Tabs-panel h2,
body:not(.home).single-product .woocommerce-Tabs-panel h3 {
	margin-top: 20px;
	color: var(--kgp-ink);
	font-weight: 850;
	line-height: 1.2;
}

body:not(.home).single-product .woocommerce-Tabs-panel table {
	overflow: hidden;
	border: 1px solid var(--kgp-line);
	border-radius: var(--kgp-radius);
}

body:not(.home).single-product .woocommerce-Tabs-panel th,
body:not(.home).single-product .woocommerce-Tabs-panel td {
	border-color: var(--kgp-line);
	padding: 12px 14px;
}

body:not(.home).single-product .related {
	margin-top: 28px;
	padding: 24px;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: 0 12px 30px rgba(7, 17, 31, .05);
}

body:not(.home).single-product .related::before {
	content: "Alternative stock checks";
	display: block;
	margin: 0 0 8px;
	color: var(--kgp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body:not(.home).single-product .related h2,
body:not(.home).single-product .related h3,
body:not(.home).single-product .related .product-section-title {
	margin-bottom: 18px;
	color: var(--kgp-ink);
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 850;
}

body:not(.home).blog .blog-wrapper,
body:not(.home).single-post .blog-wrapper,
body:not(.home).single-post .page-wrapper {
	max-width: 1180px;
	margin: 24px auto 0;
	padding-left: 15px;
	padding-right: 15px;
}

body:not(.home).blog article,
body:not(.home).single-post article,
body:not(.home).page-id-62076 article {
	margin-bottom: 28px;
	padding: 30px;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: 0 12px 30px rgba(7, 17, 31, .05);
}

body:not(.home).blog article .entry-header,
body:not(.home).single-post article .entry-header,
body:not(.home).page-id-62076 article .entry-header {
	text-align: left !important;
}

body:not(.home).blog article .entry-category,
body:not(.home).single-post article .entry-category,
body:not(.home).page-id-62076 article .entry-category {
	color: var(--kgp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body:not(.home).blog article .entry-title,
body:not(.home).single-post article .entry-title,
body:not(.home).page-id-62076 article .entry-title {
	margin: 8px 0 12px;
	color: var(--kgp-ink);
	font-size: clamp(24px, 2.45vw, 34px);
	line-height: 1.1;
	font-weight: 850;
	text-align: left !important;
}

body:not(.home).blog article .entry-meta,
body:not(.home).single-post article .entry-meta,
body:not(.home).page-id-62076 article .entry-meta {
	display: none !important;
}

body:not(.home).blog article .entry-meta a[href*="#respond"],
body:not(.home).blog article .entry-meta a[href*="#comments"],
body:not(.home).single-post article .entry-meta a[href*="#respond"],
body:not(.home).single-post article .entry-meta a[href*="#comments"],
body:not(.home).page-id-62076 article .entry-meta a[href*="#respond"],
body:not(.home).page-id-62076 article .entry-meta a[href*="#comments"],
body:not(.home).blog article .comments-link,
body:not(.home).single-post article .comments-link,
body:not(.home).page-id-62076 article .comments-link {
	display: none !important;
}

body:not(.home).blog article .entry-divider,
body:not(.home).single-post article .entry-divider,
body:not(.home).page-id-62076 article .entry-divider {
	width: 42px;
	height: 3px;
	margin: 14px 0 22px;
	background: var(--kgp-line-strong);
}

body:not(.home).blog article .entry-content,
body:not(.home).blog article .entry-summary,
body:not(.home).single-post article .entry-content,
body:not(.home).page-id-62076 article .entry-content,
body:not(.home).page-id-62076 article .entry-summary {
	color: var(--kgp-ink-soft);
	font-size: 16px;
	line-height: 1.78;
}

body:not(.home).blog article .more-link {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin-top: 12px;
	padding: 0 18px;
	border: 1px solid var(--kgp-line-strong);
	background: #fff;
	border-radius: 4px;
	color: var(--kgp-ink);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

body:not(.home).blog article footer.entry-meta,
body:not(.home).single-post article footer.entry-meta,
body:not(.home).page-id-62076 article footer.entry-meta,
body:not(.home).single-post .entry-author,
body:not(.home).single-post .navigation-post,
body:not(.home).blog #comments,
body:not(.home).single-post #comments,
body:not(.home).page-id-62076 #comments {
	display: none;
}

body:not(.home).single-post article ul,
body:not(.home).single-post article ol {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

body:not(.home).single-post article li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 24px;
}

body:not(.home).single-post article li::before {
	content: "";
	position: absolute;
	top: .72em;
	left: 2px;
	width: 8px;
	height: 8px;
	background: var(--kgp-cyan);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

body:not(.home) .post-sidebar,
body:not(.home) #secondary.widget-area {
	color: var(--kgp-ink-soft);
}

body:not(.home) .post-sidebar .widget,
body:not(.home) #secondary .widget {
	margin-bottom: 20px;
	padding: 22px;
	border: 1px solid var(--kgp-line);
	background: var(--kgp-panel);
	border-radius: var(--kgp-radius);
	box-shadow: 0 10px 24px rgba(7, 17, 31, .045);
}

body:not(.home) .post-sidebar .widget-title,
body:not(.home) #secondary .widget-title,
body:not(.home) .post-sidebar .widget h3,
body:not(.home) #secondary .widget h3 {
	color: var(--kgp-ink);
	font-size: 15px;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body:not(.home) #text-13 .textwidget {
	color: var(--kgp-muted);
	font-size: 14px;
	line-height: 1.65;
}

body:not(.home) #text-13 .textwidget::after {
	content: none;
}

body:not(.home).blog #recent-comments-5,
body:not(.home).single-post #recent-comments-5,
body:not(.home).blog .widget_recent_comments,
body:not(.home).single-post .widget_recent_comments,
body:not(.home).blog .widget_archive,
body:not(.home).single-post .widget_archive,
body:not(.home).blog .widget_tag_cloud,
body:not(.home).single-post .widget_tag_cloud,
body:not(.home).blog .widget_categories,
body:not(.home).single-post .widget_categories,
body:not(.home).blog .null-instagram-feed,
body:not(.home).single-post .null-instagram-feed {
	display: none !important;
}

body:not(.home) .flatsome_recent_posts .badge {
	border-color: var(--kgp-red);
	color: var(--kgp-red);
}

body:not(.home) .konmask-news-brief {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	max-width: 1180px;
	margin: 22px auto 0;
	padding: 20px 24px;
	border: 1px solid var(--kgp-line);
	border-left: 4px solid var(--kgp-blue);
	background: #ffffff;
	border-radius: var(--kgp-radius);
	box-shadow: 0 14px 34px rgba(7, 17, 31, .055);
}

body:not(.home) .konmask-news-brief span {
	display: block;
	margin-bottom: 5px;
	color: var(--kgp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body:not(.home) .konmask-news-brief p {
	margin: 0;
	color: var(--kgp-ink-soft);
	font-size: 15px;
	line-height: 1.58;
}

body:not(.home) .konmask-news-brief a,
body:not(.home) .konmask-widget-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid var(--kgp-line-strong);
	background: #ffffff;
	color: var(--kgp-ink);
	border-radius: 4px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase;
}

body:not(.home) .konmask-news-brief a {
	border-color: #0b2947;
	background: #0b2947;
	color: #ffffff;
	white-space: nowrap;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

body:not(.home) .konmask-widget-actions {
	display: grid;
	gap: 9px;
	margin-top: 14px;
}

body:not(.home) .konmask-widget-actions a {
	width: 100%;
}

body:not(.home) .konmask-search-brief,
body:not(.home) .konmask-empty-search-card {
	max-width: 1180px;
	margin: 18px auto 24px;
	padding: 28px 32px;
	border: 1px solid var(--kgp-line);
	background:
		linear-gradient(135deg, rgba(32, 167, 206, .08), rgba(255, 255, 255, .9)),
		var(--kgp-panel);
	border-left: 4px solid var(--kgp-red);
	border-radius: var(--kgp-radius);
	box-shadow: 0 16px 38px rgba(7, 17, 31, .06);
}

body:not(.home) .konmask-search-brief {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

body:not(.home) .konmask-search-brief span,
body:not(.home) .konmask-empty-search-card span {
	display: block;
	margin-bottom: 8px;
	color: var(--kgp-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body:not(.home) .konmask-search-brief h1,
body:not(.home) .konmask-empty-search-card h1,
body:not(.home) .konmask-empty-search-card h2 {
	margin: 0 0 10px;
	color: var(--kgp-ink);
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.08;
	font-weight: 850;
}

body:not(.home) .konmask-search-brief p,
body:not(.home) .konmask-empty-search-card p {
	max-width: 760px;
	margin: 0;
	color: var(--kgp-muted);
	font-size: 15px;
	line-height: 1.7;
}

body:not(.home) .konmask-empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

body:not(.home).search-no-results .woocommerce-info,
body:not(.home).search-no-results .woocommerce-no-products-found,
body:not(.home).search-no-results .shop-container > p {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px;
	color: var(--kgp-muted);
	font-size: 15px;
}

@media (max-width: 849px) {
	.kgp-topline-inner {
		padding: 0 16px;
	}

	.kgp-topline-inner > div:last-child {
		display: none;
	}

	.kgp-mainbar {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 14px 16px 12px;
		gap: 12px;
	}

	.kgp-brand img {
		width: 188px;
	}

	.kgp-nav {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		justify-content: stretch;
		gap: 7px 8px;
		overflow: visible;
		padding-bottom: 0;
		font-size: 12px;
		white-space: normal;
	}

	.kgp-nav a {
		justify-content: center;
		min-height: 30px;
		padding: 0 3px;
		text-align: center;
	}

	.kgp-nav a.is-active::after {
		bottom: 0;
	}

	.kgp-tools {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	body:not(.home) .shop-page-title,
	body:not(.home) .page-wrapper,
	body:not(.home) .shop-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	body:not(.home).archive .shop-container > h1,
	body:not(.home).tax-product_cat .shop-container > h1,
	body:not(.home).woocommerce-shop .shop-container > h1,
	body:not(.home).archive .term-description,
	body:not(.home).tax-product_cat .term-description,
	body:not(.home).woocommerce-shop .term-description,
	body:not(.home).page .page-wrapper > .row-main,
	body:not(.home).single-product .product-main,
	body:not(.home).single-product .woocommerce-tabs {
		padding-left: 18px;
		padding-right: 18px;
	}

	body:not(.home).single-product .product-info,
	body:not(.home).single-product .summary {
		border-left: 0;
		border-top: 3px solid var(--kgp-red);
		padding: 18px 0 0;
	}

	body:not(.home) .product-small .box-image img {
		height: 150px;
	}

	body:not(.home) .footer-wrapper .custom-newsletter-bar {
		display: block;
		padding: 20px;
	}

	body:not(.home).single-product .related,
	body:not(.home).single-product .woocommerce-tabs {
		padding: 20px;
	}

	body:not(.home) .konmask-news-brief {
		grid-template-columns: 1fr;
		margin-left: 14px;
		margin-right: 14px;
		padding: 18px;
	}

	body:not(.home) .konmask-news-brief a {
		width: 100%;
	}
}

@media (max-width: 549px) {
	.kgp-topline {
		font-size: 11px;
	}

	.kgp-topline-inner {
		justify-content: center;
	}

	.kgp-topline-inner > div:first-child {
		justify-content: center;
		gap: 10px;
	}

	.kgp-tools {
		grid-template-columns: 1fr;
	}

	.kgp-nav {
		gap: 6px;
		font-size: 11px;
	}

	.kgp-quote {
		width: 100%;
	}

	body:not(.home).page .page-wrapper > .row-main {
		margin-top: 16px;
		padding: 18px;
	}

	body:not(.home).page-id-61895 .entry-content img {
		height: 68px;
	}

	body:not(.home) .product-small .product-title,
	body:not(.home) .product-small .name {
		min-height: 46px;
	}

	body:not(.home).page .entry-content > h1:first-child {
		padding-left: 14px;
	}

	body:not(.home) .footer-wrapper .custom-feature-box,
	body:not(.home) .footer-wrapper .custom-newsletter-bar {
		padding: 18px;
	}

	body:not(.home).single-product .woocommerce-Tabs-panel {
		font-size: 14px;
	}

	body:not(.home).single-product .woocommerce-product-gallery {
		width: 100%;
	}

	body:not(.home).single-product .woocommerce-tabs.konmask-notes-collapsed .woocommerce-Tabs-panel {
		max-height: 900px;
	}

	body:not(.home).single-product .konmask-tech-toggle {
		width: 100%;
	}
}

@media (max-width: 760px) {
	body:not(.home).single-product {
		padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
	}

	body:not(.home).single-product .konmask-product-sticky-rfq {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(88px, .56fr) minmax(78px, .48fr);
		gap: 8px;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
		border-top: 1px solid rgba(255, 255, 255, .12);
		background: #07111f;
		box-shadow: 0 -14px 34px rgba(7, 17, 31, .22);
	}

	body:not(.home).single-product .konmask-product-sticky-rfq a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 46px;
		padding: 0 12px;
		border: 1px solid rgba(255, 255, 255, .18);
		background: rgba(255, 255, 255, .08);
		color: #eaf6ff;
		border-radius: 6px;
		font-size: 13px;
		font-weight: 850;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
	}

	body:not(.home).single-product .konmask-product-sticky-rfq .konmask-product-sticky-primary {
		border-color: #1798c8;
		background: #1598ca;
		color: #ffffff;
	}

	body:not(.home).single-product .konmask-product-sticky-rfq .konmask-product-sticky-whatsapp {
		border-color: rgba(37, 211, 102, .55);
		background: #128c7e;
		color: #ffffff;
	}
}

/* v4 footer reset: keep the global footer useful without letting it become a second page. */
body:not(.home) #footer.footer-wrapper {
	background: #07111f !important;
	color: rgba(234, 246, 255, .76);
	font-size: 13px;
	line-height: 1.55;
}

body:not(.home) #footer.footer-wrapper .section {
	display: block !important;
	min-height: 0 !important;
	padding: 0 !important;
	background: #07111f !important;
}

body:not(.home) #footer.footer-wrapper .section.show-for-small {
	display: none !important;
}

body:not(.home) #footer.footer-wrapper .section:has(.custom-feature-box) {
	display: none !important;
}

body:not(.home) #footer.footer-wrapper .row {
	width: 100%;
	max-width: 1180px;
	margin-left: auto !important;
	margin-right: auto !important;
}

body:not(.home) #footer.footer-wrapper .section:has(.custom-feature-box) {
	padding: 18px 24px 12px !important;
	background: #081522 !important;
	border-top: 1px solid rgba(255, 255, 255, .08);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body:not(.home) #footer.footer-wrapper .section:has(.custom-feature-box) .row {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

body:not(.home) #footer.footer-wrapper .section:has(.custom-feature-box) .row > .col,
body:not(.home) #footer.footer-wrapper .section:has(.custom-newsletter-bar) .row > .col,
body:not(.home) #footer.footer-wrapper .section:has(.widget-title) .row .row > .col {
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	flex-basis: auto !important;
	padding: 0 !important;
}

body:not(.home) #footer.footer-wrapper .custom-feature-box {
	min-height: 74px;
	height: auto;
	align-items: center;
	padding: 14px 16px;
	border-color: rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .045);
	border-radius: 6px;
}

body:not(.home) #footer.footer-wrapper .custom-feature-icon {
	margin-right: 12px;
}

body:not(.home) #footer.footer-wrapper .custom-feature-icon svg {
	width: 26px;
	height: 26px;
}

body:not(.home) #footer.footer-wrapper .custom-feature-box h5 {
	margin: 0 0 3px;
	font-size: 13px;
	line-height: 1.2;
}

body:not(.home) #footer.footer-wrapper .custom-feature-box p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: rgba(234, 246, 255, .62);
	font-size: 12px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body:not(.home) #footer.footer-wrapper .section:has(.custom-newsletter-bar) {
	padding: 16px 24px !important;
	background: #07111f !important;
}

body:not(.home) #footer.footer-wrapper .section:has(.custom-newsletter-bar) .row {
	display: block !important;
}

body:not(.home) #footer.footer-wrapper .custom-newsletter-bar {
	min-height: 0;
	height: auto;
	align-items: center;
	justify-content: flex-start;
	padding: 18px 22px !important;
	border-color: rgba(32, 167, 206, .28);
	background:
		linear-gradient(135deg, rgba(32, 167, 206, .18), rgba(7, 17, 31, .92)),
		#0a2334 !important;
	border-radius: 6px;
	box-shadow: none;
}

body:not(.home) #footer.footer-wrapper .custom-newsletter-bar .icon-box {
	margin-right: 14px;
}

body:not(.home) #footer.footer-wrapper .custom-newsletter-bar .icon-box svg {
	width: 34px;
	height: 34px;
}

body:not(.home) #footer.footer-wrapper .custom-newsletter-bar h3,
body:not(.home) #footer.footer-wrapper .custom-newsletter-bar .text-box h3 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 19px;
	line-height: 1.16;
}

body:not(.home) #footer.footer-wrapper .custom-newsletter-bar p,
body:not(.home) #footer.footer-wrapper .custom-newsletter-bar .text-box p {
	margin: 0;
	max-width: 760px;
	color: rgba(234, 246, 255, .72);
	font-size: 13px;
	line-height: 1.45;
}

body:not(.home) #footer.footer-wrapper .section:has(.widget-title) {
	padding: 30px 24px 24px !important;
	background: #07111f !important;
	border-top: 1px solid rgba(255, 255, 255, .06);
}

body:not(.home) #footer.footer-wrapper .section:has(.widget-title) .row .row {
	display: grid !important;
	grid-template-columns: 1.18fr repeat(3, minmax(0, 1fr));
	gap: 26px;
	align-items: start;
}

body:not(.home) #footer.footer-wrapper .widget-title,
body:not(.home) #footer.footer-wrapper h4.widget-title {
	margin: 0 0 11px;
	color: #f7fbff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body:not(.home) #footer.footer-wrapper .text,
body:not(.home) #footer.footer-wrapper .text p {
	color: rgba(234, 246, 255, .66);
	font-size: 13px;
	line-height: 1.58;
}

body:not(.home) #footer.footer-wrapper .text p {
	margin: 0 0 8px;
}

body:not(.home) #footer.footer-wrapper .ux-menu {
	height: auto !important;
	min-height: 0 !important;
	gap: 3px;
}

body:not(.home) #footer.footer-wrapper .ux-menu-link__link,
body:not(.home) #footer.footer-wrapper .ux-menu-link a,
body:not(.home) #footer.footer-wrapper a {
	min-height: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgba(234, 246, 255, .66);
	font-size: 13px;
	line-height: 1.35;
}

body:not(.home) #footer.footer-wrapper a:hover {
	color: #fff;
}

body:not(.home) #footer.footer-wrapper .absolute-footer {
	min-height: 0;
	padding: 12px 24px !important;
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: #050c14 !important;
}

body:not(.home) #footer.footer-wrapper .absolute-footer .container {
	max-width: 1180px;
	padding: 0;
}

body:not(.home) #footer.footer-wrapper .copyright-footer {
	color: rgba(234, 246, 255, .52);
	font-size: 12px;
	line-height: 1.4;
}

@media (max-width: 849px) {
	body:not(.home) #footer.footer-wrapper .section.hide-for-medium {
		display: none !important;
	}

	body:not(.home) #footer.footer-wrapper .section:has(.custom-feature-box) {
		display: none !important;
	}

	body:not(.home) #footer.footer-wrapper .section:has(.custom-newsletter-bar) {
		padding: 14px 16px !important;
	}

	body:not(.home) #footer.footer-wrapper .custom-newsletter-bar {
		display: flex;
		text-align: left;
		padding: 16px !important;
	}

	body:not(.home) #footer.footer-wrapper .custom-newsletter-bar .icon-box {
		margin: 0 12px 0 0;
	}

	body:not(.home) #footer.footer-wrapper .custom-newsletter-bar h3,
	body:not(.home) #footer.footer-wrapper .custom-newsletter-bar .text-box h3 {
		font-size: 17px;
	}

	body:not(.home) #footer.footer-wrapper .custom-newsletter-bar p,
	body:not(.home) #footer.footer-wrapper .custom-newsletter-bar .text-box p {
		font-size: 12px;
		line-height: 1.38;
	}

	body:not(.home) #footer.footer-wrapper .section:has(.widget-title) {
		padding: 22px 16px 20px !important;
	}

	body:not(.home) #footer.footer-wrapper .section:has(.widget-title) .row .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 18px;
	}

	body:not(.home) #footer.footer-wrapper .section:has(.widget-title) .row .row > .col:first-child {
		grid-column: 1 / -1;
	}

	body:not(.home) #footer.footer-wrapper .text,
	body:not(.home) #footer.footer-wrapper .text p,
	body:not(.home) #footer.footer-wrapper .ux-menu-link__link,
	body:not(.home) #footer.footer-wrapper .ux-menu-link a,
	body:not(.home) #footer.footer-wrapper a {
		font-size: 12px;
	}

	body:not(.home) #footer.footer-wrapper .absolute-footer {
		padding: 10px 16px !important;
	}
}

@media (max-width: 549px) {
	body:not(.home) #footer.footer-wrapper .section.show-for-small {
		display: block !important;
	}
}

@media (max-width: 430px) {
	body:not(.home) #footer.footer-wrapper .section:has(.widget-title) .row .row {
		grid-template-columns: 1fr 1fr;
		gap: 18px 14px;
	}

	body:not(.home) #footer.footer-wrapper .widget-title,
	body:not(.home) #footer.footer-wrapper h4.widget-title {
		font-size: 11px;
		letter-spacing: .08em;
	}
}

/* v24 unified footer: replace the legacy Flatsome footer on every non-home page. */
body:not(.home) #footer.footer-wrapper,
body:not(.home) .absolute-footer {
	display: none !important;
}

body:not(.home) .kgp-site-footer {
	margin-top: 44px;
	background: #07111f;
	color: rgba(235, 246, 255, .76);
	border-top: 3px solid #18a7d8;
}

body:not(.home) .kgp-footer-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 38px 0 24px;
}

body:not(.home) .kgp-footer-top {
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(260px, 1fr) minmax(280px, 360px);
	gap: 28px;
	align-items: center;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

body:not(.home) .kgp-footer-brand {
	display: inline-flex;
	align-items: center;
	width: min(100%, 240px);
	padding: 10px 14px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

body:not(.home) .kgp-footer-brand img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 56px;
	object-fit: contain;
}

body:not(.home) .kgp-footer-top p {
	margin: 0;
	max-width: 560px;
	color: rgba(235, 246, 255, .7);
	font-size: 14px;
	line-height: 1.65;
}

body:not(.home) .kgp-footer-contact {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	justify-self: end;
	width: 100%;
	max-width: 360px;
}

body:not(.home) .kgp-footer-contact span,
body:not(.home) .kgp-footer-links h3 {
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body:not(.home) .kgp-footer-contact a {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 12px;
	color: #eaf6ff;
	font-size: 13px;
	line-height: 1.25;
	text-decoration: none;
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 6px;
}

body:not(.home) .kgp-footer-contact a:hover,
body:not(.home) .kgp-footer-links a:hover {
	color: #ffffff;
	border-color: rgba(24, 167, 216, .55);
	background: rgba(24, 167, 216, .1);
}

body:not(.home) .kgp-footer-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body:not(.home) .kgp-footer-links h3 {
	margin: 0 0 12px;
}

body:not(.home) .kgp-footer-links a {
	display: block;
	width: fit-content;
	margin: 0 0 7px;
	color: rgba(235, 246, 255, .66);
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
}

body:not(.home) .kgp-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding-top: 18px;
	color: rgba(235, 246, 255, .52);
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 849px) {
	body:not(.home) .kgp-site-footer {
		margin-top: 34px;
	}

	body:not(.home) .kgp-footer-shell {
		width: min(100% - 32px, 680px);
		padding: 30px 0 18px;
	}

	body:not(.home) .kgp-footer-top {
		grid-template-columns: 1fr;
		gap: 18px;
		align-items: start;
	}

	body:not(.home) .kgp-footer-contact {
		justify-self: stretch;
		max-width: none;
	}

	body:not(.home) .kgp-footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 18px;
	}

	body:not(.home) .kgp-footer-bottom {
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 430px) {
	body:not(.home) .kgp-footer-shell {
		width: calc(100% - 28px);
	}

	body:not(.home) .kgp-footer-brand {
		width: min(100%, 218px);
	}

	body:not(.home) .kgp-footer-top p,
	body:not(.home) .kgp-footer-contact a,
	body:not(.home) .kgp-footer-links a {
		font-size: 12px;
	}

	body:not(.home) .kgp-footer-links {
		gap: 20px 14px;
	}
}
