/* Final visual and interaction polish for the 1.9.6 delivery. */

/* Let the footer address wrap only where its column genuinely requires it. */
html body .kob-footer__contact-list a[href*="maps.app"]{
	display:block;
	width:100%;
	max-width:none!important;
	min-width:0;
	white-space:normal!important;
	overflow-wrap:anywhere;
	word-break:normal;
}

/* 1.9.23 — equal-height parent category rows and restored blue title ornament. */
html body.kob-category-parent-page .kob-imported-page .elementor-widget-image-box,
html body.kob-category-parent-page .kob-imported-page .elementor-widget-image-box > .elementor-widget-container{
	display:flex!important;
	width:100%!important;
	height:100%!important;
}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-wrapper{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	width:100%!important;
	height:100%!important;
}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-content{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
}

html body .kob-page-hero,
html body .kob-product-title,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title){
	isolation:isolate!important;
}
html body .kob-page-hero:before,
html body .kob-product-title:before,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):before{
	z-index:0!important;
	background:linear-gradient(100deg,rgba(0,25,48,.98) 0,rgba(0,55,91,.94) 50%,rgba(0,84,119,.78) 100%)!important;
}
html body .kob-page-hero:after,
html body .kob-product-title:after,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):after{
	content:""!important;
	position:absolute!important;
	z-index:1!important;
	top:50%!important;
	right:clamp(34px,7vw,112px)!important;
	left:auto!important;
	bottom:auto!important;
	box-sizing:border-box!important;
	width:178px!important;
	height:178px!important;
	border:1px solid rgba(132,211,232,.25)!important;
	border-radius:50%!important;
	background:radial-gradient(circle at 34% 30%,rgba(127,213,234,.17) 0,rgba(43,151,184,.1) 42%,rgba(0,59,94,.035) 72%)!important;
	box-shadow:0 0 0 20px rgba(93,191,218,.035),0 0 0 42px rgba(61,153,184,.022),0 18px 48px rgba(0,29,52,.15)!important;
	transform:translateY(-50%)!important;
	pointer-events:none!important;
}
html body .kob-page-hero > .kob-container,
html body .kob-product-title > .kob-container,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title) > .elementor-container{
	position:relative!important;
	z-index:2!important;
}

@media(max-width:760px){
	html body .kob-page-hero:after,
	html body .kob-product-title:after,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):after{
		right:-24px!important;
		width:112px!important;
		height:112px!important;
		box-shadow:0 0 0 14px rgba(93,191,218,.03),0 0 0 28px rgba(61,153,184,.018)!important;
	}
}

/* One content rhythm across native and restored page templates. */
html body .kob-container,
html body .kob-taxonomy-products,
html body .kob-product__hero,
html body .kob-product__content{
	box-sizing:border-box;
	width:min(1290px,calc(100% - 30px));
	max-width:1290px;
	margin-inline:auto;
}
html body .kob-imported-page .elementor-section.elementor-section-boxed>.elementor-container{
	box-sizing:border-box;
	width:min(1290px,calc(100% - 30px))!important;
	max-width:1290px!important;
	margin-inline:auto!important;
}

/* Restored contact and career forms: every real field has the same clear edge. */
html body .kob-imported-page .kob-form label:has(>input[name="website"]){
	display:none!important;
}
html body .kob-imported-page .kob-form label[hidden],
html body .kob-imported-page .kob-form input[name="website"]{
	display:none!important;
}
html body .kob-imported-page .kob-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
html body .kob-imported-page .kob-form textarea,
html body .kob-imported-page .kob-form select{
	box-sizing:border-box!important;
	display:block!important;
	width:100%!important;
	min-height:50px!important;
	padding:12px 15px!important;
	border:1px solid #b8c8d5!important;
	border-radius:9px!important;
	background:#fff!important;
	color:#18384f!important;
	box-shadow:0 1px 2px rgba(0,31,61,.05)!important;
	outline:0!important;
}
html body .kob-imported-page .kob-form textarea{
	height:140px!important;
	min-height:140px!important;
	resize:vertical!important;
}
html body .kob-imported-page .kob-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
html body .kob-imported-page .kob-form textarea:focus,
html body .kob-imported-page .kob-form select:focus{
	border-color:#003c61!important;
	box-shadow:0 0 0 3px rgba(0,60,97,.12)!important;
}

/* Quote dialog and search focus cleanup. */
html body .kob-modal .kob-modal__content>.kob-eyebrow{display:none!important}
html body .kob-search-panel input[type="search"]:focus,
html body .kob-search-panel input[type="search"]:focus-visible{
	border-color:rgba(255,255,255,.52)!important;
	box-shadow:none!important;
	outline:0!important;
}

/* Editorial category landing pages use a clean H1, not a second page-title banner. */
html body.kob-category-landing-page .kob-imported-page .elementor-section:has(.kob-restored-page-title){
	min-height:0!important;
	padding-block:18px!important;
	background:transparent!important;
	box-shadow:none!important;
}
html body.kob-category-landing-page .kob-imported-page .elementor-section:has(.kob-restored-page-title)>.elementor-background-overlay{
	display:none!important;
}
html body.kob-category-landing-page .kob-restored-page-title .elementor-heading-title{
	color:#003c61!important;
	text-shadow:none!important;
}

/* Category products are compact, readable product cards. */
html body .kob-taxonomy-products>.kob-product-grid{
	gap:18px!important;
}
html body .kob-taxonomy-products .kob-product-card{
	overflow:hidden!important;
	border:1px solid #dce5ec!important;
	border-radius:14px!important;
	background:#fff!important;
	box-shadow:0 7px 22px rgba(0,47,78,.07)!important;
	transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
html body .kob-taxonomy-products .kob-product-card:hover,
html body .kob-taxonomy-products .kob-product-card:focus-within{
	transform:translateY(-3px)!important;
	border-color:#b9cbd8!important;
	box-shadow:0 13px 30px rgba(0,47,78,.12)!important;
}
html body .kob-taxonomy-products .kob-product-card__image{
	height:230px!important;
	padding:14px 14px 6px!important;
	background:#fff!important;
}
html body .kob-taxonomy-products .kob-product-card__image img{
	height:210px!important;
	object-fit:contain!important;
}
html body .kob-taxonomy-products .kob-product-card__body{
	padding:4px 16px 15px!important;
}
html body .kob-taxonomy-products .kob-product-card__body h2{
	margin:0!important;
	font-size:15px!important;
	line-height:1.42!important;
	font-weight:600!important;
}
html body .kob-entry-content.kob-term-content h2{margin-top:22px!important}
html body .kob-entry-content.kob-term-content h2:first-child{margin-top:0!important}
html body .kob-entry-content.kob-term-content h3{margin-top:18px!important}

/* About: the five anchor buttons use the same compact navigation in every language. */
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container{
	display:grid!important;
	grid-template-columns:repeat(5,minmax(0,1fr))!important;
	gap:12px!important;
	padding-block:18px!important;
}
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container>.elementor-column{
	width:auto!important;
}
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links) .elementor-button{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:100%!important;
	min-height:54px!important;
	padding:11px 14px!important;
	border:1px solid #c8d7e2!important;
	border-radius:11px!important;
	background:#f6f9fb!important;
	color:#003c61!important;
	font-size:15px!important;
	font-weight:650!important;
	box-shadow:0 5px 16px rgba(0,49,80,.06)!important;
}
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links) .elementor-button :is(i,svg,svg *){
	color:inherit!important;
	fill:currentColor!important;
	stroke:currentColor!important;
}
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004) .elementor-button[href*="#sss"] .elementor-button-icon:not(:has(i,svg)):before{
	content:"?";
	display:grid;
	place-items:center;
	box-sizing:border-box;
	width:20px;
	height:20px;
	border:1.5px solid currentColor;
	border-radius:50%;
	color:inherit;
	font-size:13px;
	font-weight:800;
}
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004) .elementor-button:is([href*="katalog"],[href*="catalog"],[href*="catalogue"],[href*="catalogo"],[href*="каталог"]) .elementor-button-icon:not(:has(i,svg)):before{
	content:"\f518";
	display:block;
	color:inherit;
	font-family:"Font Awesome 5 Free"!important;
	font-size:19px;
	font-weight:900;
	line-height:1;
}
html body .kob-imported-page .kob-about-catalog-icon{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	flex:0 0 20px!important;
}
html body .kob-imported-page .kob-about-catalog-icon svg{
	display:block!important;
	width:20px!important;
	height:20px!important;
	fill:none!important;
	stroke:currentColor!important;
	stroke-width:1.8!important;
	stroke-linecap:round!important;
	stroke-linejoin:round!important;
}

/* About page media and Kobastar introduction alignment. */
html body .kob-imported-page .elementor-widget-video .elementor-video,
html body .kob-imported-page .elementor-widget-video .elementor-video iframe{
	border-radius:10px!important;
}
html body .kob-imported-page .elementor-widget-video .elementor-video{overflow:hidden!important}
html body .kob-imported-page .elementor-widget-text-editor p:has(>img[src*="iconSVG.svg"]){
	display:flex!important;
	align-items:center!important;
	gap:18px!important;
	min-height:88px;
	margin:0 0 18px!important;
	padding:14px 18px!important;
	border-left:3px solid #003c61;
	border-radius:10px;
	background:#f5f8fa;
}
html body .kob-imported-page .elementor-widget-text-editor p:has(>img[src*="iconSVG.svg"])>img{
	flex:0 0 118px!important;
	width:118px!important;
	height:auto!important;
	margin:0!important;
}
html body .kob-imported-page .elementor-widget-text-editor p:has(>img[src*="iconSVG.svg"]) strong{
	display:block;
	min-width:0;
	line-height:1.48!important;
}

/* Live-site-style desktop language dialog. The mobile inline selector stays unchanged. */
html body.language-modal-open{overflow:hidden}
html body .kob-language-trigger{
	display:inline-flex;
	align-items:center;
	gap:8px;
	min-height:34px;
	padding:5px 9px;
	border:0;
	border-radius:18px;
	background:transparent;
	color:#fff;
	font:700 11px/1 Manrope,sans-serif;
	letter-spacing:.045em;
	cursor:pointer;
	transition:background-color .2s ease,color .2s ease;
}
html body .kob-language-trigger:hover,
html body .kob-language-trigger:focus-visible{background:rgba(255,255,255,.14);color:#fff;outline:none}
html body .kob-language-trigger__globe{display:grid;place-items:center;width:18px;height:18px}
html body .kob-language-trigger__globe svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}
html body .kob-language-trigger__flag{width:26px!important;height:19px!important;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.35)}
html body .kob-language-trigger__chevron{width:10px;height:7px;fill:none;stroke:currentColor;stroke-width:1.5}
html body .kob-language-modal[hidden]{display:none!important}
html body .kob-language-modal{
	position:fixed;
	inset:0;
	z-index:10050;
	display:grid;
	place-items:center;
	padding:20px;
	background:rgba(0,20,34,.76);
	backdrop-filter:blur(3px);
}
html body .kob-language-modal__panel{
	box-sizing:border-box;
	width:min(420px,calc(100vw - 40px));
	padding:16px 22px 18px;
	border-radius:13px;
	background:#f1f3f4;
	box-shadow:0 24px 70px rgba(0,20,34,.34);
}
html body .kob-language-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
html body .kob-language-modal__header h2{margin:0!important;color:#003c61!important;font:750 15px/1.2 Manrope,sans-serif!important;letter-spacing:.07em}
html body .kob-language-modal__close{
	display:grid!important;
	place-items:center;
	flex:0 0 38px;
	box-sizing:border-box!important;
	width:38px!important;
	min-width:38px!important;
	max-width:38px!important;
	height:38px!important;
	min-height:38px!important;
	max-height:38px!important;
	padding:0!important;
	border:2px solid #003c61!important;
	border-radius:999px!important;
	appearance:none;
	background:#003c61;
	color:#fff;
	line-height:0;
	box-shadow:0 5px 14px rgba(0,49,80,.2);
	cursor:pointer;
	transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
html body .kob-language-modal__close:hover,
html body .kob-language-modal__close:focus-visible{
	border-color:#005f83!important;
	background:#005f83!important;
	color:#fff!important;
	box-shadow:0 7px 18px rgba(0,49,80,.3),0 0 0 3px rgba(0,95,131,.2);
	transform:scale(1.07);
	outline:none!important;
}
html body .kob-language-modal__close svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}
html body .kob-language-modal__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 12px}
html body .kob-language-modal__item{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-height:64px;
	padding:6px 5px;
	border:1px solid transparent;
	border-radius:9px;
	color:#173a55;
	text-decoration:none!important;
	transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}
html body .kob-language-modal__item:hover,
html body .kob-language-modal__item:focus-visible{
	border-color:#003c61;
	background:#003c61;
	color:#fff;
	box-shadow:0 7px 18px rgba(0,49,80,.2);
	transform:translateY(-2px);
	outline:none;
}
html body .kob-language-modal__item.is-active{border-color:#003c61;background:#fff;color:#003c61;box-shadow:inset 0 0 0 1px rgba(0,49,80,.08)}
html body .kob-language-modal__item.is-active:hover,
html body .kob-language-modal__item.is-active:focus-visible{border-color:#003c61;background:#003c61;color:#fff}
html body .kob-language-modal__item img{width:42px!important;height:31px!important;margin:0 0 5px!important;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(0,49,80,.12)}
html body .kob-language-modal__code{font-size:12px;font-weight:800;line-height:1.2}
html body .kob-language-modal__name{display:none}
html body .kob-language-modal__item:last-child{grid-column:2}

@media(max-width:760px){
	html body .kob-language-modal{display:none!important}
	html body .kob-imported-page .elementor-widget-text-editor p:has(>img[src*="iconSVG.svg"]){gap:12px!important;padding:12px 14px!important}
	html body .kob-imported-page .elementor-widget-text-editor p:has(>img[src*="iconSVG.svg"])>img{flex-basis:72px!important;width:72px!important}
	/* Remove only Elementor's duplicated negative-gap padding; card padding remains intact. */
	html body .kob-imported-page .wd-negative-gap.elementor-inner-section>.elementor-container{width:100%!important;margin-inline:0!important}
	html body .kob-imported-page .wd-negative-gap.elementor-inner-section>.elementor-container>.elementor-column>.elementor-widget-wrap{padding-left:0!important;padding-right:0!important}
}

/* 1.9.21 — unified titles, category inventories, sectors, forms and footer. */

/* Every page that already owns a title area follows the product-title system. */
html body .kob-page-hero,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title){
	position:relative!important;
	isolation:isolate!important;
	display:flex!important;
	align-items:center!important;
	min-height:236px!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;
	border:0!important;
	color:#fff!important;
	background:#031b31 url('/wp-content/uploads/2023/03/banner.webp') center/cover no-repeat!important;
}
html body .kob-page-hero:before,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):before{
	content:""!important;
	position:absolute!important;
	z-index:-1!important;
	inset:0!important;
	background:linear-gradient(100deg,rgba(0,25,48,.97) 0,rgba(0,60,97,.9) 48%,rgba(0,108,146,.48) 100%)!important;
}
html body .kob-page-hero:after,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):after{
	content:""!important;
	position:absolute!important;
	z-index:-1!important;
	width:320px!important;
	height:320px!important;
	right:-90px!important;
	top:-150px!important;
	border:1px solid rgba(255,255,255,.18)!important;
	border-radius:50%!important;
	box-shadow:0 0 0 42px rgba(255,255,255,.035),0 0 0 84px rgba(255,255,255,.025)!important;
}
html body .kob-page-hero>.kob-container,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title)>.elementor-container{
	box-sizing:border-box!important;
	width:min(1290px,calc(100% - 40px))!important;
	max-width:1290px!important;
	margin-inline:auto!important;
	padding:42px 0!important;
}
html body .kob-page-hero h1,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title) h1{
	max-width:970px!important;
	margin:0!important;
	color:#fff!important;
	font-size:clamp(30px,4vw,48px)!important;
	font-weight:600!important;
	line-height:1.12!important;
	letter-spacing:-.02em!important;
	text-shadow:none!important;
	text-wrap:balance;
}
html body:not(.kob-category-landing-page) .kob-imported-page .kob-restored-page-title:before{
	content:"KOBASTAR · MASTER OF GRAVITY";
	display:block;
	margin:0 0 11px;
	color:#f0c45e;
	font-size:12px;
	font-weight:800;
	letter-spacing:.16em;
}
html body .kob-page-hero .kob-product-title__eyebrow{display:block!important;margin:0 0 11px!important;color:#f0c45e!important;font-size:12px!important;font-weight:800!important;letter-spacing:.16em!important}
html body .kob-page-hero .kob-breadcrumbs,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title) .woocommerce-breadcrumb{
	margin-top:20px!important;
	color:rgba(255,255,255,.68)!important;
	font-size:14px!important;
}
html body .kob-page-hero .kob-breadcrumbs a,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title) .woocommerce-breadcrumb a{color:#fff!important}

/* Catalog titles requested at exact desktop/mobile sizes. */
html body .kob-imported-page .kcg-card .kcg-title,
html body .kob-imported-page .kcg-card .kcg-title,
html body .kcg-title{font-size:18px!important;line-height:1.35!important}

/* Native sector index with the same 14 images and destinations as the live site. */
html body .kob-sector-index{padding:42px 0 82px;background:linear-gradient(180deg,#f7fafc 0,#fff 28%)}
html body .kob-sector-index__lead{max-width:780px;margin:0 0 28px;color:#49657a;font-size:18px;line-height:1.7}
html body .kob-sector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
html body .kob-sector-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #d8e4ec;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(0,47,78,.07);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
html body .kob-sector-card:hover,html body .kob-sector-card:focus-within{transform:translateY(-4px);border-color:#9fb8ca;box-shadow:0 17px 38px rgba(0,47,78,.14)}
html body .kob-sector-card__media{display:block;overflow:hidden;background:#edf3f7}
html body .kob-sector-card__media img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;transition:transform .35s ease}
html body .kob-sector-card:hover .kob-sector-card__media img{transform:scale(1.035)}
html body .kob-sector-card__body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:19px 20px 20px}
html body .kob-sector-card h2{margin:0 0 17px;font-size:18px;line-height:1.42;font-weight:650}
html body .kob-sector-card h2 a{color:#073b61}
html body .kob-sector-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#00658b;font-size:14px;font-weight:750}
html body .kob-sector-card__link span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#eaf3f7;color:#003c61;transition:.2s}
html body .kob-sector-card__link:hover span{background:#003c61;color:#fff;transform:translateX(2px)}

/* Sector article image is always visible in its existing left column. */
html body.kob-sector-detail-page .kob-imported-page .elementor-widget-image,
html body.kob-sector-detail-page .kob-imported-page .elementor-widget-image .elementor-widget-container{visibility:visible!important;opacity:1!important;overflow:hidden!important;border-radius:12px!important}
html body.kob-sector-detail-page .kob-imported-page .elementor-widget-image img{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;aspect-ratio:3/2!important;object-fit:cover!important;border-radius:12px!important}

/* Page-backed leaf categories now use the same compact archive cards. */
html body .kob-landing-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;margin:0!important}
html body .kob-landing-product-grid .kob-product-card,
html body .kob-taxonomy-products .kob-product-card{overflow:hidden!important;border:1px solid #dce5ec!important;border-radius:14px!important;background:#fff!important;box-shadow:0 7px 22px rgba(0,47,78,.07)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
html body .kob-landing-product-grid .kob-product-card:hover,
html body .kob-landing-product-grid .kob-product-card:focus-within{transform:translateY(-3px)!important;border-color:#b9cbd8!important;box-shadow:0 13px 30px rgba(0,47,78,.12)!important}
html body .kob-landing-product-grid .kob-product-card__image,
html body .kob-taxonomy-products .kob-product-card__image{position:relative!important;display:block!important;height:230px!important;padding:14px 14px 6px!important;background:#fff!important}
html body .kob-landing-product-grid .kob-product-card__image img,
html body .kob-taxonomy-products .kob-product-card__image img{display:block!important;width:100%!important;height:210px!important;aspect-ratio:auto!important;object-fit:contain!important}
html body .kob-landing-product-grid .kob-product-card__body,
html body .kob-taxonomy-products .kob-product-card__body{padding:6px 16px 15px!important}
html body .kob-landing-product-grid .kob-product-card__body h2,
html body .kob-taxonomy-products .kob-product-card__body h2{margin:0!important;font-size:15px!important;line-height:1.42!important;font-weight:600!important}
html body .kob-product-card__image .kob-product-card__sku{position:absolute!important;z-index:2!important;left:12px!important;top:10px!important;display:inline-flex!important;align-items:center!important;max-width:calc(100% - 24px)!important;margin:0!important;padding:4px 7px!important;border:1px solid rgba(0,49,80,.08)!important;border-radius:6px!important;background:rgba(247,250,252,.92)!important;color:#738391!important;font-size:9px!important;font-weight:650!important;line-height:1.2!important;letter-spacing:.04em!important;box-shadow:0 2px 8px rgba(0,31,61,.05)!important}
html[dir="rtl"] body .kob-product-card__image .kob-product-card__sku{left:auto!important;right:12px!important}

/* Parent category cards stay visibly different from product cards. */
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-wrapper{height:100%;overflow:hidden;border:1px solid #d8e4ec;border-radius:14px;background:#fff;box-shadow:0 7px 21px rgba(0,47,78,.06);transition:.22s}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-wrapper:hover{transform:translateY(-3px);border-color:#a9bfce;box-shadow:0 13px 28px rgba(0,47,78,.11)}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-img{display:block;margin:0!important;overflow:hidden;background:#f4f7f9}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-img img{display:block;width:100%;aspect-ratio:1.65/1;object-fit:contain}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-content{padding:14px 16px 16px}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-title{margin:0!important;font-size:17px!important;line-height:1.38!important;font-weight:650!important}

/* Native child-category archives: restrained type and clear card rhythm. */
html body .kob-child-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:24px}
html body .kob-child-category{overflow:hidden;padding:0;border:1px solid #d8e4ec;border-radius:14px;background:#fff;box-shadow:0 7px 21px rgba(0,47,78,.06)}
html body .kob-child-category__image img,html body .kob-child-category__image .kob-card__placeholder{aspect-ratio:1.65/1;object-fit:contain}
html body .kob-child-category>div{padding:15px 16px 17px}
html body .kob-child-category h2{margin:0 0 7px;font-size:18px;line-height:1.4;font-weight:650}
html body .kob-child-category>div p{font-size:13px;line-height:1.55}

/* Informational quote CTA is content-width on desktop. */
html body .kob-products-info-cta{width:auto!important;max-width:100%!important;min-width:220px!important;padding-inline:28px!important}

/* One arrow per imported image carousel control. */
html body .kob-imported-page .elementor-swiper-button>svg,
html body .kob-imported-page .elementor-swiper-button>i{display:none!important}
html body .kob-imported-page .elementor-swiper-button:before{display:block!important}

/* Career and special load-pin forms remain legible even after browser resets. */
html body .kob-restored-form{padding:34px 0 70px;background:#f7fafc}
html body .kob-restored-form .kob-container{max-width:980px;padding:26px;border:1px solid #d8e4ec;border-radius:16px;background:#fff;box-shadow:0 13px 34px rgba(0,47,78,.08)}
html body .kob-form select{appearance:auto!important;-webkit-appearance:menulist!important;background-color:#fff!important}
html body .kob-form input[type="file"]{display:block!important;min-height:50px!important;padding:9px 12px!important;border:1px solid #b8c8d5!important;border-radius:9px!important;background:#fff!important;color:#18384f!important}
html body .kob-form .kob-checkbox input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;display:grid!important;place-content:center!important;flex:0 0 20px!important;width:20px!important;height:20px!important;min-height:20px!important;margin:1px 0 0!important;padding:0!important;border:2px solid #8099aa!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important}
html body .kob-form .kob-checkbox input[type="checkbox"]:before{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) scale(0);transition:transform .12s ease}
html body .kob-form .kob-checkbox input[type="checkbox"]:checked{border-color:#003c61!important;background:#003c61!important}
html body .kob-form .kob-checkbox input[type="checkbox"]:checked:before{transform:rotate(-45deg) scale(1)}
html body .kob-form__technical{grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* Footer: all labels may wrap naturally, and the load-cell rests on the base. */
html body .kob-footer__grid .menu li,html body .kob-footer__grid .menu a{min-width:0!important;max-width:100%!important}
html body .kob-footer__grid .menu a{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;align-items:flex-start!important}

/* Five homepage product-category cards are visible on a desktop row. */
@media(min-width:1025px){
	html body .kob-imported-home .kbProductsSwiper .swiper-wrapper{gap:16px!important}
	html body .kob-imported-home .kbProductsSwiper .swiper-slide{box-sizing:border-box!important;flex:0 0 calc((100% - 64px)/5)!important;width:calc((100% - 64px)/5)!important;max-width:none!important}
}

@media(max-width:1024px){html body .kob-sector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html body .kob-landing-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}html body .kob-form__technical{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

@media(max-width:760px){
	html body .kob-page-hero,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title){min-height:205px!important}
	html body .kob-page-hero>.kob-container,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title)>.elementor-container{width:calc(100% - 28px)!important;padding:30px 0!important}
	html body .kob-page-hero h1,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title) h1{font-size:27px!important;line-height:1.18!important;text-align:center!important}
	html body .kob-page-hero .kob-product-title__eyebrow,
	html body:not(.kob-category-landing-page) .kob-imported-page .kob-restored-page-title:before{text-align:center!important;font-size:10px!important;letter-spacing:.13em!important}
	html body .kob-page-hero .kob-breadcrumbs{justify-content:center!important;margin-top:16px!important;font-size:12px!important}
	html body .kob-imported-page .kcg-card .kcg-title,
	html body .kob-imported-page .kcg-card .kcg-title,
	html body .kcg-title{font-size:16px!important;line-height:1.4!important}
	html body .kob-sector-index{padding:26px 0 54px}
	html body .kob-sector-index__lead{margin-bottom:20px;font-size:15px;line-height:1.65;text-align:center}
	html body .kob-sector-grid{grid-template-columns:1fr;gap:16px}
	html body .kob-sector-card h2{font-size:17px}
	html body .kob-landing-product-grid{grid-template-columns:1fr!important;gap:16px!important}
	html body .kob-landing-product-grid .kob-product-card__image,
	html body .kob-taxonomy-products .kob-product-card__image{height:auto!important;padding:8px 9px 2px!important}
	html body .kob-landing-product-grid .kob-product-card__image img,
	html body .kob-taxonomy-products .kob-product-card__image img{height:auto!important;aspect-ratio:1.45/1!important}
	html body .kob-landing-product-grid .kob-product-card__body,
	html body .kob-taxonomy-products .kob-product-card__body{padding:6px 11px 12px!important}
	html body .kob-child-categories{grid-template-columns:1fr;gap:15px;padding-top:18px}
	html body .kob-child-category h2{font-size:16px}
	html body.kob-category-parent-page .kob-imported-page .elementor-image-box-title{font-size:16px!important}
	html body .kob-products-info-cta{width:100%!important;min-width:0!important}
	html body .kob-restored-form{padding:22px 0 46px}
	html body .kob-restored-form .kob-container{width:calc(100% - 28px)!important;padding:18px 14px;border-radius:13px}
	html body .kob-form__technical{grid-template-columns:1fr!important}
}

/* 1.9.19 About sections: clean backgrounds, compact labels and mobile media rhythm. */
html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .kob-about-section{
	background-image:none!important;
}
html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .kob-about-section>.elementor-background-overlay{
	display:none!important;
	background-image:none!important;
}
html body .kob-imported-page .kob-about-section-heading{
	width:min(100% - 20px,1290px)!important;
	margin:0 auto!important;
	padding:26px 0 10px!important;
}
html body .kob-imported-page .kob-about-section-title{
	margin:0!important;
	padding-inline-start:12px!important;
	border-inline-start:3px solid #e5ad32!important;
	color:#003c61!important;
	font-size:22px!important;
	font-weight:700!important;
	line-height:1.3!important;
}
html body .kob-imported-page .kob-about-contact-note{
	width:min(100% - 20px,1290px)!important;
	margin:18px auto 34px!important;
	padding:15px 18px!important;
	border-inline-start:3px solid #e5ad32!important;
	border-radius:0 10px 10px 0!important;
	background:#f5f8fa!important;
	color:#314f65!important;
	font-size:15px!important;
	line-height:1.65!important;
}
html[dir="rtl"] body .kob-imported-page .kob-about-contact-note{border-radius:10px 0 0 10px!important}
html body .kob-imported-page .kob-about-contact-note p{margin:0!important}
html body .kob-imported-page .kob-about-contact-note a{color:#003c61!important;font-weight:750!important;text-decoration:underline;text-underline-offset:3px}

/* Catalog names stay compact even when the global h3 scale is applied. */
html body .kob-imported-page .kcg-card .kcg-title{
	font-size:15px!important;
	line-height:1.4!important;
}

/* Legacy application carousels always retain a visible white CSS arrow. */
html body .kob-imported-page .elementor-swiper-button:before{
	content:""!important;
	display:block!important;
	box-sizing:border-box!important;
	width:11px!important;
	height:11px!important;
	border-top:2.5px solid #fff!important;
	border-right:2.5px solid #fff!important;
}
html body .kob-imported-page .elementor-swiper-button-prev:before{transform:rotate(-135deg)!important;margin-left:4px!important}
html body .kob-imported-page .elementor-swiper-button-next:before{transform:rotate(45deg)!important;margin-right:4px!important}

@media(max-width:760px){
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image){
		margin:0!important;
		padding:8px 10px 10px!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image)>.elementor-container{
		display:grid!important;
		grid-template-columns:1fr!important;
		gap:10px!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image)>.elementor-container>.elementor-column,
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image)>.elementor-container>.elementor-column>.elementor-widget-wrap{
		width:100%!important;
		margin:0!important;
		padding:0!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image) :is(.elementor-widget-video,.elementor-widget-video>.elementor-widget-container,.elementor-wrapper,.elementor-video){
		margin:0!important;
		padding:0!important;
		border-radius:10px!important;
		overflow:hidden!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image) :is(iframe,video){
		display:block!important;
		width:100%!important;
		height:auto!important;
		aspect-ratio:16/9!important;
		border-radius:10px!important;
	}
	html body .kob-imported-page .kob-about-section-heading{padding:19px 0 8px!important}
	html body .kob-imported-page .kob-about-section-title{font-size:19px!important}
	html body .kob-imported-page .kob-about-contact-note{margin:12px auto 24px!important;padding:13px 14px!important;font-size:14px!important}
	html body .kob-imported-page .kcg-card .kcg-title{font-size:13px!important}
	html body .kob-search-panel .kob-search-close{align-self:start!important}
}

/* Mobile titles always use the same centered axis across every template. */
@media(max-width:760px){
	html body main h1{
		display:block!important;
		width:100%!important;
		max-width:none!important;
		margin-left:auto!important;
		margin-right:auto!important;
		text-align:center!important;
		text-wrap:balance;
	}

	/* Load Cell landing-page calculator actions are full-width touch targets. */
	html body .kob-imported-page :is(.elementor-element-5019563,.elementor-element-36cffe0),
	html body .kob-imported-page .elementor-widget-button:has(> .elementor-widget-container > .elementor-button-wrapper > a:is([href*="yuk-hucresi-kapasite-hesaplama" i],[href*="yuk-hucresi-hassasiyet-analizi" i],[href*="load-cell-capacity" i],[href*="load-cell-sensitivity" i])){
		width:100%!important;
		max-width:none!important;
	}
	html body .kob-imported-page :is(.elementor-element-5019563,.elementor-element-36cffe0) .elementor-button,
	html body .kob-imported-page a.elementor-button:is([href*="yuk-hucresi-kapasite-hesaplama" i],[href*="yuk-hucresi-hassasiyet-analizi" i],[href*="load-cell-capacity" i],[href*="load-cell-sensitivity" i]){
		display:flex!important;
		align-items:center!important;
		justify-content:center!important;
		box-sizing:border-box!important;
		width:100%!important;
		max-width:none!important;
		text-align:center!important;
	}
}

/* 1.9.20 permanent builder-output cleanup and About-page final rhythm. */
html body .kob-page-hero{
	position:relative!important;
	isolation:isolate;
	overflow:hidden;
	background-position:center!important;
	background-size:cover!important;
	box-shadow:inset 0 -1px rgba(255,255,255,.08),0 8px 25px rgba(0,35,60,.08);
}
html body .kob-page-hero:before{
	content:"";
	position:absolute;
	inset:0;
	z-index:-1;
	background:linear-gradient(90deg,rgba(2,20,46,.94) 0%,rgba(3,39,70,.78) 48%,rgba(3,41,70,.45) 100%);
	pointer-events:none;
}
html body .kob-page-hero:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:3px;
	background:linear-gradient(90deg,#dba932 0 11%,rgba(219,169,50,.18) 42%,transparent 78%);
	pointer-events:none;
}
html body .kob-page-hero>.kob-container{
	position:relative;
	z-index:1;
	box-sizing:border-box;
	width:min(1290px,calc(100% - 40px))!important;
	max-width:1290px!important;
	margin-inline:auto!important;
}
html body .kob-page-hero h1{text-shadow:0 2px 16px rgba(0,0,0,.22)}

html body .kob-imported-page .kob-about-section-heading{
	padding:12px 0 6px!important;
}
html body .kob-imported-page .kob-about-history>.elementor-container>.elementor-column>.elementor-widget-wrap{
	padding-top:14px!important;
}
html body .kob-imported-page .kob-about-quality-section>.elementor-container>.elementor-column:first-child>.elementor-widget-wrap{
	padding-top:16px!important;
	padding-bottom:22px!important;
}
html body .kob-imported-page .kob-about-catalog-icon{
	flex-basis:22px!important;
	width:22px!important;
	height:22px!important;
}
html body .kob-imported-page .kob-about-catalog-icon svg{
	width:22px!important;
	height:22px!important;
	stroke-width:1.7!important;
}
html body.page-id-27941 .kob-imported-page .kob-about-jump-links .elementor-button-icon{
	display:none!important;
}
html body.page-id-27941 .kob-imported-page .kob-about-jump-links .elementor-button-content-wrapper{
	justify-content:center!important;
}

@media(max-width:760px){
	html body .kob-page-hero>.kob-container{width:calc(100% - 28px)!important}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-page-hero + .kob-imported-page{
		padding-top:6px!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image){
		padding-top:0!important;
	}
	html body .kob-imported-page .kob-about-section-heading{padding:8px 0 4px!important}
	html body .kob-imported-page .kob-about-section-title{font-size:18px!important;line-height:1.25!important}
	html body .kob-imported-page .kob-about-history>.elementor-container>.elementor-column>.elementor-widget-wrap{
		padding-top:7px!important;
	}
	html body .kob-imported-page .kob-about-quality-section>.elementor-container>.elementor-column:first-child>.elementor-widget-wrap{
		padding-top:8px!important;
		padding-bottom:14px!important;
	}
}
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links) .elementor-button:hover,
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links) .elementor-button:focus-visible{
	border-color:#003c61!important;
	background:#003c61!important;
	color:#fff!important;
	transform:translateY(-2px)!important;
}

/* Certificate PDF links retain their familiar folder marker in every language. */
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"]{text-decoration:none}
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"] .elementor-icon-list-icon{
	position:relative!important;
	display:inline-block!important;
	width:22px!important;
	min-width:22px!important;
	height:19px!important;
	margin-top:3px!important;
	color:#1e527f!important;
	flex:0 0 22px!important;
}
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"] .elementor-icon-list-icon:before{
	content:""!important;
	position:absolute!important;
	left:0!important;
	top:5px!important;
	box-sizing:border-box!important;
	width:21px!important;
	height:14px!important;
	border:2px solid currentColor!important;
	border-radius:2px!important;
	background:rgba(30,82,127,.07)!important;
}
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"] .elementor-icon-list-icon:after{
	content:""!important;
	position:absolute!important;
	left:2px!important;
	top:1px!important;
	box-sizing:border-box!important;
	width:10px!important;
	height:7px!important;
	border:2px solid currentColor!important;
	border-bottom:0!important;
	border-radius:2px 2px 0 0!important;
	background:#fff!important;
}
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"]:hover .elementor-icon-list-icon,
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"]:focus-visible .elementor-icon-list-icon{color:#003c61!important}

/* One deliberate breathing space after every native page-title banner. */
html body .kob-page-hero + :is(.kob-imported-page,.kob-taxonomy-products,.kob-entry-content,.kob-content-layout){
	padding-top:32px!important;
}

/* Product/application landing grids receive one card language without changing their copy. */
html body .kob-imported-page .elementor-container:has(>.kob-category-landing-card){
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	gap:18px!important;
}
html body .kob-imported-page .elementor-container:has(>.kob-category-landing-card)>.kob-category-landing-card{
	width:auto!important;
	min-width:0!important;
	margin:0!important;
}
html body .kob-imported-page .elementor-section:has(>.elementor-container>.kob-category-landing-card){
	padding-top:18px!important;
}
html body .kob-imported-page .kob-category-landing-card>.elementor-widget-wrap{
	display:flex!important;
	height:100%!important;
	min-height:100%!important;
	flex-direction:column!important;
	overflow:hidden!important;
	padding:0 0 20px!important;
	border:1px solid #dce5ec!important;
	border-radius:16px!important;
	background:#fff!important;
	box-shadow:0 9px 27px rgba(0,47,78,.08)!important;
	transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
html body .kob-imported-page .kob-category-landing-card:hover>.elementor-widget-wrap{
	transform:translateY(-4px)!important;
	border-color:#b7cbd8!important;
	box-shadow:0 16px 34px rgba(0,47,78,.13)!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-image-box{margin:0!important}
html body .kob-imported-page .kob-category-landing-card .elementor-image-box-img{width:100%!important;margin:0!important}
html body .kob-imported-page .kob-category-landing-card .elementor-image-box-img img{
	display:block!important;
	width:100%!important;
	height:auto!important;
	aspect-ratio:1.58/1!important;
	object-fit:cover!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-image-box-content{padding:20px 20px 7px!important}
html body .kob-imported-page .kob-category-landing-card .elementor-image-box-title{margin:0 0 10px!important;color:#153b55!important;font-size:21px!important;line-height:1.3!important}
html body .kob-imported-page .kob-category-landing-card .elementor-image-box-description{margin:0!important;color:#53697b!important;font-size:15px!important;line-height:1.65!important}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button{margin:auto 0 0!important;padding:6px 20px 0!important}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button :is(.elementor-widget-container,.wd-button-wrapper){width:100%!important}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn{
	display:flex!important;
	flex-direction:row!important;
	align-items:center!important;
	justify-content:space-between!important;
	box-sizing:border-box!important;
	width:100%!important;
	min-height:46px!important;
	padding:7px 8px 7px 16px!important;
	border:1px solid #ccdbe4!important;
	border-radius:11px!important;
	background:#eef4f7!important;
	color:#003c61!important;
	font-size:14px!important;
	font-weight:750!important;
	line-height:1.2!important;
	letter-spacing:.01em!important;
	text-decoration:none!important;
	box-shadow:0 4px 12px rgba(0,49,80,.05)!important;
	transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:before,
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:after{display:none!important}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn .wd-btn-text{order:1!important}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn .wd-btn-icon{
	display:grid!important;
	place-items:center!important;
	flex:0 0 31px!important;
	box-sizing:border-box!important;
	width:31px!important;
	height:31px!important;
	margin:0!important;
	border-radius:50%!important;
	background:#003c61!important;
	color:#fff!important;
	font-size:0!important;
	order:2!important;
	transition:background-color .22s ease,color .22s ease,transform .22s ease!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn .wd-btn-icon:before{
	content:"\2192"!important;
	display:block!important;
	font-family:Manrope,Arial,sans-serif!important;
	font-size:17px!important;
	font-weight:700!important;
	line-height:1!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:hover,
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:focus-visible{
	border-color:#003c61!important;
	background:#003c61!important;
	color:#fff!important;
	box-shadow:0 9px 20px rgba(0,49,80,.2)!important;
	transform:translateY(-2px)!important;
	outline:none!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:hover .wd-btn-icon,
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:focus-visible .wd-btn-icon{
	background:#fff!important;
	color:#003c61!important;
	transform:translateX(2px)!important;
}
html[dir="rtl"] body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn{padding:7px 16px 7px 8px!important}
html[dir="rtl"] body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn .wd-btn-icon{transform:rotate(180deg)}
html[dir="rtl"] body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:hover .wd-btn-icon,
html[dir="rtl"] body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:focus-visible .wd-btn-icon{transform:rotate(180deg) translateX(2px)!important}

/* Shared multilingual weighing-application cards. */
html body .kob-applications-page{padding-bottom:54px;color:#4f6271}
html body .kob-applications-intro .kob-container{padding-block:0 30px}
html body .kob-applications-intro p{max-width:980px;margin:0 auto;color:#405b6d;font-size:18px;line-height:1.75;text-align:center}
html body .kob-application-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
html body .kob-application-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #dce5ec;border-radius:17px;background:#fff;box-shadow:0 10px 30px rgba(0,47,78,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
html body .kob-application-card:hover,html body .kob-application-card:focus-within{transform:translateY(-4px);border-color:#b8ccd9;box-shadow:0 17px 38px rgba(0,47,78,.14)}
html body .kob-application-card__image{display:block;overflow:hidden;background:#edf3f6}
html body .kob-application-card__image img{display:block;width:100%;height:auto;aspect-ratio:1.52/1;object-fit:cover;transition:transform .35s ease}
html body .kob-application-card:hover .kob-application-card__image img{transform:scale(1.025)}
html body .kob-application-card__body{display:flex;min-height:250px;flex:1;flex-direction:column;padding:21px 20px 20px}
html body .kob-application-card h2{margin:0 0 10px;color:#153b55;font-size:20px;line-height:1.35}
html body .kob-application-card h2 a{color:inherit;text-decoration:none}
html body .kob-application-card p{margin:0 0 18px;color:#53697b;font-size:15px;line-height:1.65}
html body .kob-application-card__link{align-self:flex-start;margin-top:auto;min-height:42px;padding:12px 18px!important;font-size:14px!important}

/* Arabic About parity section, built from the Turkish quality-policy source. */
html body .kob-about-quality{padding-block:54px;background:#f4f7f9}
html body .kob-about-quality>.kob-container{display:grid;grid-template-columns:minmax(280px,42%) minmax(0,58%);gap:44px;align-items:center}
html body .kob-about-quality__media img{display:block;width:100%;height:auto;border-radius:14px;box-shadow:0 15px 38px rgba(0,46,76,.12)}
html body .kob-about-quality__content h2{margin:0 0 18px;color:#003c61;font-size:32px}
html body .kob-about-quality__content p,html body .kob-about-quality__content li{font-size:16px;line-height:1.72}
html body .kob-about-quality__content ul{margin:14px 0 0;padding-inline-start:22px}
html body .kob-about-faq-clean>.elementor-container{max-width:980px!important}

/* Woodmart's generic content-list rhythm gives every non-final LI a 10px
 * bottom margin. Header navigation uses its own gap/padding system, so isolate
 * desktop and mobile menus from that legacy rule at every breakpoint. */
html body .kob-desktop-nav .kob-menu li,
html body .kob-mobile-panel .kob-menu li,
html body .kob-lang-switcher>li{margin:0!important}

/* Desktop navigation mirrors the source menu scale and panel placement. */
@media(min-width:1051px){
	/* Keep the certificate artwork visible only while its long PDF list scrolls. */
	html body .kob-imported-page .elementor-container:has(>.elementor-column:first-child img):has(>.elementor-column:nth-child(2) .elementor-widget-icon-list a[href*=".pdf"]){align-items:stretch!important}
	html body .kob-imported-page .elementor-container:has(>.elementor-column:first-child img):has(>.elementor-column:nth-child(2) .elementor-widget-icon-list a[href*=".pdf"])>.elementor-column:first-child{align-self:stretch!important}
	html body .kob-imported-page .elementor-container:has(>.elementor-column:first-child img):has(>.elementor-column:nth-child(2) .elementor-widget-icon-list a[href*=".pdf"])>.elementor-column:first-child>.elementor-widget-wrap{
		position:sticky!important;
		top:142px!important;
		align-self:flex-start!important;
		height:max-content!important;
	}
	html body .kob-topbar .kob-lang-switcher{display:flex!important;align-items:center!important;gap:0!important}
	html body .kob-topbar .kob-lang-switcher:before{
		content:"Language:";
		margin-right:12px;
		color:rgba(255,255,255,.8);
		font-size:12px;
		font-weight:500;
	}
	html body .kob-topbar .kob-lang-switcher li{display:flex!important;align-items:center!important}
	html body .kob-topbar .kob-lang-switcher li+li:before{
		content:"";
		display:block;
		width:1px;
		height:12px;
		margin-inline:12px;
		background:rgba(255,255,255,.34);
	}
	html body .kob-desktop-nav .kob-menu>li>a,
	html body .kob-desktop-nav .kob-menu-item__top>a{font-size:17px!important;font-weight:500!important}
	html body .kob-desktop-nav .kob-menu .sub-menu{
		border-top:0!important;
		border-bottom:3px solid #001f3d!important;
	}
	html body .kob-desktop-nav .kob-standard-submenu a{
		padding-block:9px!important;
		font-size:15px!important;
		line-height:1.45!important;
		font-weight:500!important;
	}
	html body .kob-desktop-nav .kob-mega-menu{
		position:fixed!important;
		top:108px!important;
		left:50vw!important;
		right:auto!important;
		display:grid!important;
		grid-template-columns:25% 50% 25%!important;
		grid-template-rows:200px!important;
		gap:0!important;
		box-sizing:border-box!important;
		width:100vw!important;
		max-width:none!important;
		padding:14px max(20px,calc((100vw - 1100px)/2)) 19px!important;
		border-radius:12px!important;
		background:#fff!important;
		transform:translate(-50%,0)!important;
	}
	html body.admin-bar .kob-desktop-nav .kob-mega-menu{top:140px!important}
	html body .kob-desktop-nav .kob-mega-menu__head{
		grid-column:1!important;
		grid-row:1!important;
		display:flex!important;
		min-width:0!important;
		flex-direction:column!important;
		align-items:flex-start!important;
		margin:0!important;
		padding:20px 10px 10px!important;
		border-right:1px solid #b9b9b9!important;
		border-bottom:0!important;
		border-radius:0!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__head strong{
		color:#003c61!important;
		padding:0!important;
		border:0!important;
		font-size:26px!important;
		line-height:35px!important;
		font-weight:700!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__head a{
		margin:auto 0 0!important;
		padding:14px 28px!important;
		border:2px solid #1a1a1a!important;
		border-radius:5px!important;
		color:#1a1a1a!important;
		font-size:14px!important;
		line-height:1.2!important;
		font-weight:500!important;
		letter-spacing:0!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__head a:hover,
	html body .kob-desktop-nav .kob-mega-menu__head a:focus-visible{
		border-color:#003c61!important;
		background:#003c61!important;
		color:#fff!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__links{
		grid-column:2!important;
		grid-row:1!important;
		display:grid!important;
		grid-template-columns:1fr 1fr!important;
		column-gap:20px!important;
		align-self:center!important;
		padding:0 10px 0 22px!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__column{
		display:flex!important;
		flex-direction:column!important;
		justify-content:flex-start!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__column+.kob-mega-menu__column{
		padding-left:0!important;
		padding-right:10px!important;
		border-left:0!important;
		border-right:1px solid #d5d5d5!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__column a{
		padding:3px 0!important;
		color:#000!important;
		font-size:16px!important;
		line-height:1.5!important;
		font-weight:400!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__column a:before{display:none!important}
	html body .kob-desktop-nav .kob-mega-menu__column li:hover a,
	html body .kob-desktop-nav .kob-mega-menu__column a:hover,
	html body .kob-desktop-nav .kob-mega-menu__column a:focus-visible{color:#00568d!important;font-weight:700!important}
	html body .kob-desktop-nav .kob-mega-menu__visual{
		grid-column:3!important;
		grid-row:1!important;
		display:flex!important;
		align-items:center!important;
		justify-content:center!important;
		min-height:200px!important;
		height:200px!important;
		margin:0!important;
		overflow:hidden!important;
		border-radius:0!important;
		background:transparent!important;
	}
	html body .kob-desktop-nav .kob-mega-menu__visual img{width:200px!important;height:200px!important;object-fit:contain!important}
}

@media(max-width:1050px){
	html body .kob-mobile-panel .kob-mega-menu__head{display:none!important}
	html body .kob-application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(min-width:761px) and (max-width:1050px){
	html body .kob-imported-page .elementor-container:has(>.kob-category-landing-card){
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:16px!important;
	}
}

@media(max-width:760px){
	html body .kob-container,
	html body .kob-taxonomy-products,
	html body .kob-product__hero,
	html body .kob-product__content,
	html body .kob-imported-page .elementor-section.elementor-section-boxed>.elementor-container{
		width:calc(100% - 20px)!important;
	}
	html body .kob-imported-page .kob-form textarea{
		height:130px!important;
		min-height:130px!important;
	}
	html body .kob-taxonomy-products>.kob-product-grid{gap:12px 10px!important}
	html body .kob-taxonomy-products .kob-product-card__image{
		height:auto!important;
		padding:9px 9px 4px!important;
	}
	html body .kob-taxonomy-products .kob-product-card__image img{
		height:auto!important;
		aspect-ratio:1.25/1!important;
	}
	html body .kob-taxonomy-products .kob-product-card__body{padding:4px 10px 11px!important}
	html body .kob-taxonomy-products .kob-product-card__body h2{font-size:13px!important;line-height:1.4!important}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:9px!important;
	}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container>.elementor-column:last-child:nth-child(odd){grid-column:1/-1!important}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links) .elementor-button{
		min-height:50px!important;
		padding:9px 10px!important;
		font-size:13px!important;
	}
	html body .kob-page-hero + :is(.kob-imported-page,.kob-taxonomy-products,.kob-entry-content,.kob-content-layout){padding-top:22px!important}
	html body .kob-imported-page .kob-category-landing-card .elementor-image-box-content{padding:16px 16px 6px!important}
	html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button{padding-inline:16px!important}
	html body .kob-imported-page .kob-category-landing-card .elementor-image-box-title{font-size:18px!important}
	html body .kob-imported-page .elementor-container:has(>.kob-category-landing-card){
		grid-template-columns:1fr!important;
		gap:16px!important;
	}
	html body .kob-imported-page .elementor-section:has(>.elementor-container>.kob-category-landing-card){padding-top:16px!important}
	html body .kob-applications-page{padding-bottom:38px}
	html body .kob-applications-intro .kob-container{padding-bottom:22px}
	html body .kob-applications-intro p{font-size:16px;line-height:1.7;text-align:start}
	html body .kob-application-grid{grid-template-columns:1fr;gap:14px}
	html body .kob-application-card__body{min-height:0;padding:18px 17px}
	html body .kob-application-card h2{font-size:18px}
	html body .kob-about-quality{padding-block:36px}
	html body .kob-about-quality>.kob-container{grid-template-columns:1fr;gap:24px}
	html body .kob-about-quality__content h2{font-size:27px}
}

/* 1.9.15 product-card, product-detail and About-page refinements. */
html body .kob-taxonomy-products .kob-product-card__image{
	height:auto!important;
	padding:8px 12px 2px!important;
}
html body .kob-taxonomy-products .kob-product-card__image img{
	display:block!important;
	width:100%!important;
	height:auto!important;
	aspect-ratio:1.55/1!important;
	object-fit:contain!important;
}
html body .kob-taxonomy-products .kob-product-card__body{
	display:flex!important;
	flex:1 1 auto!important;
	padding:3px 14px 14px!important;
}
html body .kob-taxonomy-products .kob-product-card__sku{
	display:block!important;
	margin:0 0 3px!important;
	color:#8b99a5!important;
	font-size:10px!important;
	font-weight:500!important;
	line-height:1.35!important;
	letter-spacing:.035em!important;
}
html body .kob-taxonomy-products .kob-product-card__body h2{margin:0!important}

html body .kob-product__hero{margin-top:18px!important}
html body .kob-product__mobile-quote{display:none!important}
html body .kob-product__gallery-main{position:relative!important}
html body .kob-gallery-nav{
	position:absolute;
	top:50%;
	z-index:4;
	display:grid;
	place-items:center;
	box-sizing:border-box;
	width:42px;
	height:42px;
	padding:0;
	border:1px solid rgba(255,255,255,.58);
	border-radius:50%;
	background:rgba(0,49,80,.88);
	color:#fff;
	box-shadow:0 7px 20px rgba(0,34,58,.23);
	transform:translateY(-50%);
	cursor:pointer;
	transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
html body .kob-gallery-nav--prev{left:13px}
html body .kob-gallery-nav--next{right:13px}
html body .kob-gallery-nav span{display:block;font-size:32px;font-weight:400;line-height:.8;transform:translateY(-1px)}
html body .kob-gallery-nav:hover,
html body .kob-gallery-nav:focus-visible{background:#005f83;color:#fff;box-shadow:0 9px 24px rgba(0,34,58,.34);transform:translateY(-50%) scale(1.06);outline:none}
html body .kob-product__thumbs button.is-active{border-color:#003c61!important;box-shadow:0 0 0 2px rgba(0,60,97,.14)!important}

html body .kob-product__content>.kob-product-description-card{
	grid-column:1/-1!important;
	box-sizing:border-box!important;
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:34px 36px!important;
	border:1px solid #dce6ed!important;
	border-radius:18px!important;
	background:#fff!important;
	box-shadow:0 15px 42px rgba(0,52,87,.07)!important;
}
html body .kob-product-description-card__title,
html body .kob-product-description-card>h2,
html body .kob-product-description-card>h3{margin:0 0 20px!important;color:#003c61!important}
html body .kob-product-description-card h2:not(:first-child){margin-top:25px!important}
html body .kob-product-description-card h3:not(:first-child){margin-top:20px!important}
html body .kob-description-table-wrap{max-width:100%;margin:18px 0;overflow-x:auto;border:1px solid #dce5ec;border-radius:12px;-webkit-overflow-scrolling:touch}
html body .kob-description-table-wrap table{width:100%!important;min-width:620px!important;margin:0!important;border:0!important;border-collapse:collapse!important}
html body .kob-description-table-wrap :is(th,td){padding:11px 14px!important;border:1px solid #e1e8ed!important;text-align:start!important;vertical-align:middle!important}
html body .kob-description-table-wrap tr:first-child :is(th,td){background:#f3f7f9!important;color:#26465e!important;font-weight:700!important}
html body .kob-description-table-wrap tr:nth-child(even) td{background:#fbfcfd!important}
html body .kob-description-table-wrap p{margin:0!important}

/* The translated Products landing pages use one full-width quote action. */
html body:is(.page-id-3162,.page-id-2673,.page-id-5751,.page-id-45860,.page-id-13035,.page-id-28083) .elementor-widget-button:has(a[href*="iletisim"],a[href*="contact"],a[href*="kontakty"]),
html body:is(.page-id-3162,.page-id-2673,.page-id-5751,.page-id-45860,.page-id-13035,.page-id-28083) .elementor-widget-button:has(a[href*="contactenos"]){width:100%!important}
html body:is(.page-id-3162,.page-id-2673,.page-id-5751,.page-id-45860,.page-id-13035,.page-id-28083) .elementor-widget-button:has(a[href*="iletisim"],a[href*="contact"],a[href*="kontakty"]) :is(.elementor-widget-container,.elementor-button-wrapper,.elementor-button),
html body:is(.page-id-3162,.page-id-2673,.page-id-5751,.page-id-45860,.page-id-13035,.page-id-28083) .elementor-widget-button:has(a[href*="contactenos"]) :is(.elementor-widget-container,.elementor-button-wrapper,.elementor-button){width:100%!important;max-width:none!important}

/* Four working About-page jump actions in every language. */
html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container{
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
html body .kob-imported-page :is(#hakkimizda,#about,#history,#sertifika,#certificate,#kalite,#quality){scroll-margin-top:132px}

/* A more recognisable yellow certificate-folder marker. */
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"] .elementor-icon-list-icon{
	width:24px!important;
	min-width:24px!important;
	height:21px!important;
	color:#bd7d06!important;
	font-size:0!important;
	flex-basis:24px!important;
}
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"] .elementor-icon-list-icon:before{
	left:1px!important;
	top:6px!important;
	width:22px!important;
	height:15px!important;
	border:1px solid #a86b00!important;
	border-radius:3px!important;
	background:linear-gradient(180deg,#f8cf60 0,#e5a61d 100%)!important;
	box-shadow:0 2px 5px rgba(139,88,0,.18)!important;
}
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"] .elementor-icon-list-icon:after{
	left:2px!important;
	top:2px!important;
	width:11px!important;
	height:7px!important;
	border:1px solid #a86b00!important;
	border-bottom:0!important;
	background:#f2bd3b!important;
}
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"]:hover .elementor-icon-list-icon,
html body .kob-imported-page .elementor-widget-icon-list a[href*=".pdf"]:focus-visible .elementor-icon-list-icon{color:#bd7d06!important}

/* Page-backed TR/EN product categories: compact image-to-title transition. */
html body.kob-category-landing-page .kob-imported-page .elementor-section:has(+.elementor-section .kob-restored-page-title){padding-bottom:6px!important;margin-bottom:0!important}
html body.kob-category-landing-page .kob-imported-page .elementor-section:has(.kob-restored-page-title){margin-block:0!important;padding-block:7px!important}
html body.kob-category-landing-page .kob-restored-page-title .elementor-heading-title{margin:0!important;font-size:clamp(28px,3vw,38px)!important;line-height:1.2!important}

@media(max-width:760px){
	html body .kob-taxonomy-products .kob-product-card__image{padding:6px 8px 1px!important}
	html body .kob-taxonomy-products .kob-product-card__image img{aspect-ratio:1.45/1!important}
	html body .kob-taxonomy-products .kob-product-card__body{padding:2px 9px 10px!important}
	html body .kob-taxonomy-products .kob-product-card__body h2{font-size:14px!important;line-height:1.38!important}
	html body .kob-taxonomy-products .kob-product-card__sku{font-size:9px!important;margin-bottom:2px!important}
	html body .kob-product__hero{margin-top:10px!important}
	html body .kob-product__summary>.kob-button[data-kob-quote]{display:none!important}
	html body .kob-product__mobile-quote{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin-top:12px!important}
	html body .kob-product__content>.kob-product-description-card{grid-column:1!important;padding:24px 19px!important;border-radius:14px!important}
	html body .kob-description-table-wrap table{min-width:560px!important}
	html body .kob-gallery-nav{width:38px;height:38px}
	html body .kob-gallery-nav--prev{left:8px}
	html body .kob-gallery-nav--next{right:8px}
	html body .kob-gallery-nav span{font-size:29px}
	html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button{padding:12px 16px 0!important}
	html body .kob-imported-page .kob-category-landing-card .elementor-image-box-title{font-size:19px!important}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container{gap:7px!important;padding-block:10px!important}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container>.elementor-column:last-child:nth-child(odd){grid-column:auto!important}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links) .elementor-button{min-height:46px!important;padding:7px 9px!important}
	html body.kob-category-landing-page .kob-imported-page .elementor-section:has(+.elementor-section .kob-restored-page-title){padding-bottom:2px!important}
	html body.kob-category-landing-page .kob-imported-page .elementor-section:has(.kob-restored-page-title){padding-block:5px!important}
	html body.kob-category-landing-page .kob-restored-page-title .elementor-heading-title{font-size:27px!important;line-height:1.22!important}
}

/* Refined category-card arrow: crisp at every density, without a font glyph. */
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn .wd-btn-icon{
	position:relative!important;
	flex-basis:32px!important;
	width:32px!important;
	height:32px!important;
	background:linear-gradient(145deg,#00547d,#003c61)!important;
	box-shadow:0 4px 10px rgba(0,49,80,.2)!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn .wd-btn-icon:before{
	content:""!important;
	position:absolute!important;
	left:9px!important;
	top:15px!important;
	display:block!important;
	width:13px!important;
	height:2px!important;
	border:0!important;
	border-radius:999px!important;
	background:currentColor!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn .wd-btn-icon:after{
	content:""!important;
	position:absolute!important;
	left:15px!important;
	top:11px!important;
	display:block!important;
	box-sizing:border-box!important;
	width:9px!important;
	height:9px!important;
	border:0!important;
	border-top:2px solid currentColor!important;
	border-right:2px solid currentColor!important;
	background:transparent!important;
	transform:rotate(45deg)!important;
}
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:hover .wd-btn-icon,
html body .kob-imported-page .kob-category-landing-card .elementor-widget-wd_button a.btn:focus-visible .wd-btn-icon{
	background:#fff!important;
	box-shadow:0 4px 11px rgba(0,24,40,.18)!important;
}

/* Quote dialog: compact on desktop, comfortably touchable on mobile. */
html body .kob-modal{padding:14px!important}
html body .kob-modal .kob-modal__dialog{
	grid-template-columns:220px minmax(0,1fr)!important;
	width:min(930px,calc(100vw - 28px))!important;
	max-height:calc(100dvh - 28px)!important;
	overflow:hidden!important;
	border-radius:20px!important;
}
html body .kob-modal .kob-modal__brand{min-height:0!important;padding:30px 25px!important}
html body .kob-modal .kob-modal__content{padding:24px 32px 22px!important}
html body .kob-modal .kob-modal__content>.kob-eyebrow{display:none!important}
html body .kob-modal .kob-modal__content h2{
	max-width:none!important;
	margin:0 112px 12px 0!important;
	color:#003c61!important;
	font-size:22px!important;
	line-height:1.3!important;
}
html body .kob-modal .kob-modal__close{
	top:12px!important;
	right:14px!important;
	left:auto!important;
	height:40px!important;
	padding-inline:13px!important;
	border-color:#cbd9e3!important;
	background:#f7fafc!important;
	color:#173a55!important;
	font-size:12px!important;
}
html body .kob-modal .kob-modal__close:hover,
html body .kob-modal .kob-modal__close:focus-visible{
	border-color:#003c61!important;
	background:#003c61!important;
	color:#fff!important;
	box-shadow:0 8px 22px rgba(0,60,97,.22)!important;
	outline:3px solid rgba(0,96,132,.22)!important;
	outline-offset:2px!important;
}
html body .kob-modal .kob-modal__close svg{stroke:currentColor!important}
html body .kob-modal .kob-form{gap:10px!important}
html body .kob-modal .kob-form__grid{gap:10px 12px!important}
html body .kob-modal .kob-form label{gap:4px!important;font-size:13px!important;line-height:1.35!important}
html body .kob-modal .kob-form input:not([type=hidden]):not([type=checkbox]):not([type=radio]),
html body .kob-modal .kob-form select{
	height:42px!important;
	min-height:42px!important;
	padding:8px 11px!important;
	border-radius:8px!important;
	font-size:14px!important;
}
html body .kob-modal .kob-form textarea{
	height:76px!important;
	min-height:76px!important;
	padding:9px 11px!important;
	border-radius:8px!important;
	resize:none!important;
	font-size:14px!important;
}
html body .kob-modal .kob-form .kob-checkbox{align-items:flex-start!important;gap:8px!important;font-size:12px!important;line-height:1.4!important}
html body .kob-modal .kob-form .kob-checkbox input{margin-top:2px!important}
html body .kob-modal .kob-form .kob-button{min-width:150px!important;min-height:42px!important;height:42px!important;padding:9px 18px!important;font-size:13px!important}

html[dir="rtl"] body .kob-modal .kob-modal__content h2{margin:0 0 12px 112px!important}
html[dir="rtl"] body .kob-modal .kob-modal__close{right:auto!important;left:14px!important}

@media(max-width:760px){
	html body .kob-modal{align-items:center!important;padding:8px!important}
	html body .kob-modal .kob-modal__dialog{
		display:block!important;
		width:100%!important;
		max-height:calc(100dvh - 16px)!important;
		overflow-x:hidden!important;
		overflow-y:auto!important;
		border-radius:16px!important;
		-webkit-overflow-scrolling:touch!important;
	}
	html body .kob-modal .kob-modal__brand{display:none!important}
	html body .kob-modal .kob-modal__content{padding:62px 16px 18px!important}
	html body .kob-modal .kob-modal__content h2{
		margin:0 0 14px!important;
		font-size:19px!important;
		line-height:1.32!important;
	}
	html body .kob-modal .kob-modal__close,
	html[dir="rtl"] body .kob-modal .kob-modal__close{
		top:10px!important;
		right:12px!important;
		left:auto!important;
		height:40px!important;
		padding-inline:13px!important;
		font-size:12px!important;
	}
	html[dir="rtl"] body .kob-modal .kob-modal__close{right:auto!important;left:12px!important}
	html body .kob-modal .kob-form{gap:12px!important}
	html body .kob-modal .kob-form__grid{grid-template-columns:1fr!important;gap:10px!important}
	html body .kob-modal .kob-form label{gap:5px!important;font-size:13px!important;line-height:1.4!important}
	html body .kob-modal .kob-form input:not([type=hidden]):not([type=checkbox]):not([type=radio]),
	html body .kob-modal .kob-form select{
		height:46px!important;
		min-height:46px!important;
		padding:10px 12px!important;
		border-radius:9px!important;
		font-size:16px!important;
	}
	html body .kob-modal .kob-form textarea{
		height:88px!important;
		min-height:88px!important;
		padding:10px 12px!important;
		border-radius:9px!important;
		resize:none!important;
		font-size:16px!important;
	}
	html body .kob-modal .kob-form .kob-checkbox{align-items:flex-start!important;gap:9px!important;font-size:12px!important;line-height:1.45!important}
	html body .kob-modal .kob-form .kob-checkbox input{margin-top:3px!important}
	html body .kob-modal .kob-form .kob-button{
		justify-self:stretch!important;
		width:100%!important;
		min-height:46px!important;
		height:46px!important;
		padding:10px 18px!important;
		font-size:14px!important;
	}
}

/* 1.9.17 About media parity and an uncramped two-by-two mobile action grid. */
@media(min-width:761px){
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image)>.elementor-container{
		display:flex!important;
		align-items:stretch!important;
		column-gap:20px!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image)>.elementor-container>.elementor-column{
		width:calc(50% - 10px)!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image)>.elementor-container>.elementor-column>.elementor-widget-wrap{
		height:100%!important;
		padding-inline:0!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image) :is(.elementor-widget-image,.elementor-widget-video,.elementor-widget-container,.elementor-wrapper,.elementor-video){
		width:100%!important;
		height:100%!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image) :is(.elementor-widget-image img,.elementor-widget-video iframe,.elementor-widget-video video){
		display:block!important;
		width:100%!important;
		height:auto!important;
		aspect-ratio:16/9!important;
		border-radius:10px!important;
		object-fit:cover!important;
	}
	html body:is(.page-id-8682,.page-id-2675,.page-id-5730,.page-id-45847,.page-id-13045,.page-id-27941) .kob-imported-page .elementor-section:has(.elementor-widget-video):has(.elementor-widget-image) :is(.elementor-wrapper,.elementor-video){
		overflow:hidden!important;
		border-radius:10px!important;
	}
}

@media(max-width:760px){
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:8px!important;
	}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links)>.elementor-container>.elementor-column{
		width:100%!important;
		min-width:0!important;
	}
	html body .kob-imported-page :is(.elementor-element-9e51ce9,.elementor-element-f9ee8c8,.elementor-element-067ddf9,.elementor-element-6baf004,.kob-about-jump-links) .elementor-button{
		width:100%!important;
		min-height:48px!important;
	}
}

/* 1.9.21 final cascade guard. */
html body .kob-page-hero,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title){min-height:236px!important;margin:0!important;padding:0!important;background:#031b31 url('/wp-content/uploads/2023/03/banner.webp') center/cover no-repeat!important}
html body .kob-page-hero>.kob-container,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title)>.elementor-container{width:min(1290px,calc(100% - 40px))!important;max-width:1290px!important;padding:42px 0!important}
html body .kob-page-hero h1,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title) h1{font-size:clamp(30px,4vw,48px)!important;line-height:1.12!important;font-weight:600!important;color:#fff!important}
html body .kob-imported-page .kcg-card .kcg-title,
html body .kcg-title{font-size:18px!important;line-height:1.35!important}
html body .kob-landing-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
html body .kob-landing-product-grid .kob-product-card__image,
html body .kob-taxonomy-products .kob-product-card__image{position:relative!important;height:230px!important;padding:14px 14px 6px!important;background:#fff!important}
html body .kob-landing-product-grid .kob-product-card__image img,
html body .kob-taxonomy-products .kob-product-card__image img{width:100%!important;height:210px!important;aspect-ratio:auto!important;object-fit:contain!important}
html body .kob-landing-product-grid .kob-product-card__body,
html body .kob-taxonomy-products .kob-product-card__body{padding:6px 16px 15px!important}
html body .kob-landing-product-grid .kob-product-card__body h2,
html body .kob-taxonomy-products .kob-product-card__body h2{margin:0!important;font-size:15px!important;line-height:1.42!important}
html body .kob-product-card__image .kob-product-card__sku{position:absolute!important;z-index:2!important;left:12px!important;top:10px!important;display:inline-flex!important;margin:0!important;padding:4px 7px!important;background:rgba(247,250,252,.92)!important;color:#738391!important;font-size:9px!important;line-height:1.2!important}
html[dir="rtl"] body .kob-product-card__image .kob-product-card__sku{left:auto!important;right:12px!important}
html body .kob-child-categories{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;padding-top:24px!important}
html body .kob-child-category h2{font-size:18px!important;line-height:1.4!important}
html body .kob-products-info-cta{width:auto!important;max-width:100%!important;min-width:220px!important}
html body .kob-imported-page .elementor-swiper-button>svg,
html body .kob-imported-page .elementor-swiper-button>i{display:none!important}
html body .kob-footer__grid .menu a{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}

/* 1.9.26 — stable footer product columns and one marker per link. */
@media(min-width:761px){
	html body .kob-footer__products .menu{
		display:grid!important;
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		grid-template-rows:repeat(6,auto)!important;
		grid-auto-flow:column!important;
		columns:auto!important;
		column-gap:34px!important;
	}
html body .kob-footer__products .menu li{display:block!important;break-inside:avoid!important}
}

/* 1.9.27 — each foreign blog page lists posts from its own Polylang language. */
html body .kob-language-blog{padding-block:22px 72px}
html body .kob-language-blog__list{padding-block:20px 28px;gap:26px}
html body .kob-language-blog__card{align-items:center;margin:0}
html body .kob-language-blog__media{display:block;align-self:stretch;min-height:190px;border-radius:16px;overflow:hidden;background:#eef4f7}
html body .kob-language-blog__media img{display:block;width:100%;height:100%;min-height:190px;aspect-ratio:4/3;object-fit:cover;border-radius:0}
html body .kob-language-blog__placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:190px;color:#003c61;font-size:18px;font-weight:800;letter-spacing:.08em;background:linear-gradient(135deg,#eef4f7,#d9e8ee)}
html body .kob-language-blog__body h2{margin:4px 0 10px!important;font-size:24px!important;line-height:1.3!important}
html body .kob-language-blog__body h2 a{color:#003c61}
html body .kob-language-blog__body>p:not(.kob-eyebrow){margin:0 0 13px;color:#4d5961}
html body .kob-language-blog__pagination{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;padding-top:8px}
html body .kob-language-blog__pagination .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 11px;border:1px solid #d7e3e9;border-radius:9px;color:#003c61;background:#fff;font-weight:750}
html body .kob-language-blog__pagination .page-numbers.current,
html body .kob-language-blog__pagination .page-numbers:hover,
html body .kob-language-blog__pagination .page-numbers:focus-visible{border-color:#003c61;color:#fff;background:#003c61;outline:none}
@media(max-width:760px){
	html body .kob-language-blog{padding-block:8px 48px}
	html body .kob-language-blog__list{padding-block:16px 22px;gap:22px}
	html body .kob-language-blog__card{gap:17px;padding-bottom:22px}
	html body .kob-language-blog__media,
	html body .kob-language-blog__media img,
	html body .kob-language-blog__placeholder{min-height:0;aspect-ratio:16/10}
	html body .kob-language-blog__body h2{font-size:20px!important}
}

/* 1.9.29 — requested product, Arabic homepage, language modal and footer refinements. */
html body .kob-language-modal__header .kob-language-modal__title{
	display:block;
	margin:0!important;
	color:#003c61!important;
	font:750 15px/1.2 Manrope,sans-serif!important;
	letter-spacing:.07em;
}
html body .kob-related .kob-product-card__body h2{
	font-size:22px!important;
	line-height:1.35!important;
}
html[dir="rtl"] body .kob-footer__grid .menu a{
	padding-left:0!important;
	padding-right:18px!important;
	text-align:right!important;
}
html[dir="rtl"] body .kob-footer__grid .menu a:before{
	content:"‹"!important;
	left:auto!important;
	right:0!important;
}
html[dir="rtl"] body.home .kob-imported-home .elementor-element-48036e9,
html[dir="rtl"] body.home .kob-imported-home .elementor-element-42206b02{
	display:none!important;
}
html[dir="rtl"] body.home .kob-arabic-home-hero{
	position:relative;
	height:clamp(360px,34.765625vw,500px);
	overflow:hidden;
	background:#071e36;
}
html[dir="rtl"] body.home .kob-arabic-home-hero .kob-home-video-facade{
	position:absolute;
	inset:0;
}
html[dir="rtl"] body.home .kob-arabic-home-hero .kob-home-video-facade img,
html[dir="rtl"] body.home .kob-arabic-home-hero .kob-home-video-facade iframe{
	width:100%;
	height:100%;
	object-fit:cover;
}
html[dir="rtl"] body.home .kob-arabic-home-products{
	padding:38px 0 54px;
	background:#fff;
}
html[dir="rtl"] body.home .kob-arabic-home-products .kob-section-heading{
	margin-bottom:20px;
}
html[dir="rtl"] body.home .kob-arabic-home-products .kob-horizontal-list{
	grid-auto-columns:minmax(230px,1fr);
}
html[dir="rtl"] body.home .kob-arabic-home-products .kob-category-card{
	min-height:0;
	background:#fff;
	border-color:#e0e7ec;
	box-shadow:0 8px 22px rgba(0,52,87,.06);
}
html[dir="rtl"] body.home .kob-arabic-home-products .kob-category-card img,
html[dir="rtl"] body.home .kob-arabic-home-products .kob-category-card .kob-card__placeholder{
	aspect-ratio:314/145;
	object-fit:contain;
	background:#f6f9fb;
}
html[dir="rtl"] body.home .kob-arabic-home-products .kob-category-card h3{
	margin:14px 0 6px;
	font-size:17px!important;
	line-height:1.4!important;
}
html[dir="rtl"] body.home .kob-arabic-home-products .kob-category-card p{
	margin:0 0 16px;
	font-size:13px!important;
	line-height:1.55!important;
}
@media(min-width:761px){
	html body .kob-footer__notes{
		width:min(1290px,calc(100% - 40px))!important;
		max-width:none!important;
		margin:0 auto 24px!important;
		padding:0!important;
		text-align:left!important;
	}
	html body .kob-footer__notes p{padding-left:0!important}
	html body .kob-footer__notes p:before{display:none!important}
}
@media(max-width:760px){
	html body .kob-related .kob-product-card__body h2{
		font-size:18px!important;
		line-height:1.4!important;
	}
	html[dir="rtl"] body.home .kob-arabic-home-hero{height:230px}
	html[dir="rtl"] body.home .kob-arabic-home-products{padding:26px 0 34px}
	html[dir="rtl"] body.home .kob-arabic-home-products .kob-section-heading{align-items:center}
	html[dir="rtl"] body.home .kob-arabic-home-products .kob-horizontal-list{grid-auto-columns:minmax(78%,1fr)}
}
@media(min-width:1025px){html body .kob-imported-home .kbProductsSwiper .swiper-slide{flex:0 0 calc((100% - 64px)/5)!important;width:calc((100% - 64px)/5)!important;max-width:none!important}}
@media(max-width:1024px){html body .kob-landing-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){
	html body .kob-page-hero,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title){min-height:205px!important}
	html body .kob-page-hero>.kob-container,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title)>.elementor-container{width:calc(100% - 28px)!important;padding:30px 0!important}
	html body .kob-page-hero h1,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title) h1{font-size:27px!important;line-height:1.18!important;text-align:center!important}
	html body .kob-imported-page .kcg-card .kcg-title,
	html body .kcg-title{font-size:16px!important;line-height:1.4!important}
	html body .kob-landing-product-grid{grid-template-columns:1fr!important;gap:16px!important}
	html body .kob-landing-product-grid .kob-product-card__image,
	html body .kob-taxonomy-products .kob-product-card__image{height:auto!important;padding:8px 9px 2px!important}
	html body .kob-landing-product-grid .kob-product-card__image img,
	html body .kob-taxonomy-products .kob-product-card__image img{height:auto!important;aspect-ratio:1.45/1!important}
	html body .kob-child-categories{grid-template-columns:1fr!important;gap:15px!important;padding-top:18px!important}
	html body .kob-child-category h2{font-size:16px!important}
	html body .kob-products-info-cta{width:100%!important;min-width:0!important}
}

/* 1.9.23 final cascade guard. */
html body.kob-category-parent-page .kob-imported-page .elementor-widget-image-box,
html body.kob-category-parent-page .kob-imported-page .elementor-widget-image-box>.elementor-widget-container{display:flex!important;width:100%!important;height:100%!important}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-wrapper{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;width:100%!important;height:100%!important}
html body.kob-category-parent-page .kob-imported-page .elementor-image-box-content{display:flex!important;flex:1 1 auto!important;flex-direction:column!important}
html body .kob-page-hero,
html body .kob-product-title,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title){isolation:isolate!important}
html body .kob-page-hero:before,
html body .kob-product-title:before,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):before{z-index:0!important;background:linear-gradient(100deg,rgba(0,25,48,.98) 0,rgba(0,55,91,.94) 50%,rgba(0,84,119,.78) 100%)!important}
html body .kob-page-hero:after,
html body .kob-product-title:after,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):after{content:""!important;position:absolute!important;z-index:1!important;top:50%!important;right:clamp(34px,7vw,112px)!important;left:auto!important;bottom:auto!important;box-sizing:border-box!important;width:178px!important;height:178px!important;border:1px solid rgba(132,211,232,.25)!important;border-radius:50%!important;background:radial-gradient(circle at 34% 30%,rgba(127,213,234,.17) 0,rgba(43,151,184,.1) 42%,rgba(0,59,94,.035) 72%)!important;box-shadow:0 0 0 20px rgba(93,191,218,.035),0 0 0 42px rgba(61,153,184,.022),0 18px 48px rgba(0,29,52,.15)!important;transform:translateY(-50%)!important;pointer-events:none!important}
html body .kob-page-hero>.kob-container,
html body .kob-product-title>.kob-container,
html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title)>.elementor-container{position:relative!important;z-index:2!important}
@media(max-width:760px){
	html body .kob-page-hero:after,
	html body .kob-product-title:after,
	html body:not(.kob-category-landing-page) .kob-imported-page .elementor-section:has(.kob-restored-page-title):after{right:-24px!important;width:112px!important;height:112px!important;box-shadow:0 0 0 14px rgba(93,191,218,.03),0 0 0 28px rgba(61,153,184,.018)!important}
}

/* 1.9.24 — compact equal-height Load Cell and Indicator category cards. */
html body:is(.page-id-4709,.page-id-4715,.page-id-2859,.page-id-2861) .kob-imported-page .elementor-image-box-content{
	padding:13px 15px 8px!important;
}
html body:is(.page-id-4709,.page-id-4715,.page-id-2859,.page-id-2861) .kob-imported-page .elementor-image-box-title{
	margin:0 0 10px!important;
}
html body:is(.page-id-4709,.page-id-4715,.page-id-2859,.page-id-2861) .kob-imported-page .elementor-image-box-description{
	margin-top:auto!important;
	margin-bottom:0!important;
}
@media(max-width:760px){
	html body:is(.page-id-4709,.page-id-4715,.page-id-2859,.page-id-2861) .kob-imported-page .elementor-image-box-content{padding:11px 11px 7px!important}
	html body:is(.page-id-4709,.page-id-4715,.page-id-2859,.page-id-2861) .kob-imported-page .elementor-image-box-title{margin-bottom:8px!important}
}

/* 1.9.30: never show an SKU badge in the product-detail hero.
 * Product cards use the same badge class, so keep the rule scoped to the hero. */
html body.single-product .kob-product__hero .kob-product__sku,
html body.single-product .kob-product__hero .kob-product-card__sku{
	display:none!important;
}

/* 1.9.31: show the product SKU below its categories, never over the gallery. */
html body.single-product .kob-product__summary .kob-product__summary-sku{
	display:flex!important;
	align-items:center!important;
	gap:7px!important;
	width:max-content!important;
	max-width:100%!important;
	margin:10px 0 22px!important;
	padding:7px 11px!important;
	border:1px solid #d7e3ea!important;
	border-radius:7px!important;
	background:#f3f7fa!important;
	color:#35536a!important;
	font-size:13px!important;
	line-height:1.35!important;
}
html body.single-product .kob-product__summary .kob-product__summary-sku span{
	color:#617687!important;
	font-weight:600!important;
}
html body.single-product .kob-product__summary .kob-product__summary-sku strong{
	color:#073d60!important;
	font-weight:800!important;
	letter-spacing:.02em!important;
}

/* 1.9.32: anchor every product-card SKU to its own image.
 * This also covers related-product cards on single-product pages. */
html body .kob-product-card__image{
	position:relative!important;
}
