:root {
	--cig-primary: #046e82;
	--cig-primary-dark: #035766;
	--cig-primary-soft: #ebf3f5;
	--cig-accent: #fece00;
	--cig-accent-hover: #fed31a;
	--cig-accent-active: #dfb500;
	--cig-ink: #1d1d1d;
	--cig-text: #4d4d4d;
	--cig-muted: #7f7f7f;
	--cig-border: #dddddd;
	--cig-surface: #ffffff;
	--cig-surface-soft: #f4f4f4;
	--cig-success: #3c9342;
	--cig-danger: #f05d5d;
	--cig-radius: 3px;
	--cig-shadow-sm: 0 1px 4px rgba(0, 0, 0, .06);
	--cig-shadow-md: 0 8px 24px rgba(29, 29, 29, .12);
	--cig-shell: 1280px;
}

.cig-industrial-design,
.cig-industrial-design input,
.cig-industrial-design textarea,
.cig-industrial-design select,
.cig-industrial-design button {
	font-family: "Roboto", Arial, sans-serif;
	color: var(--cig-ink);
}

.cig-industrial-design h1,
.cig-industrial-design h2,
.cig-industrial-design h3,
.cig-industrial-design h4,
.cig-industrial-design h5,
.cig-industrial-design h6,
.cig-industrial-design .wd-nav > li > a,
.cig-industrial-design .wd-entities-title {
	font-family: "Roboto Slab", Georgia, serif;
	letter-spacing: 0;
}

.cig-industrial-design a {
	transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.cig-shell {
	width: min(var(--cig-shell), calc(100% - 40px));
	margin-inline: auto;
}

.cig-announcement {
	position: relative;
	z-index: 1200;
	background: var(--cig-primary-dark);
	color: var(--cig-surface);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .01em;
}

.cig-announcement__inner {
	display: flex;
	justify-content: center;
	gap: 28px;
	padding-block: 9px;
	text-align: center;
}

.cig-announcement__inner span + span:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 16px 3px 0;
	border-radius: 50%;
	background: var(--cig-accent);
	opacity: 1;
}

.cig-industrial-design .whb-top-bar {
	display: none;
}

.cig-industrial-design .whb-general-header {
	background: var(--cig-surface) !important;
	border-bottom: 1px solid #e7e9eb !important;
	box-shadow: 0 4px 18px rgba(29, 29, 29, .045);
}

.cig-industrial-design .whb-general-header-inner {
	min-height: 92px;
}

.cig-industrial-design .site-logo img {
	max-height: 58px;
	max-width: 190px !important;
	width: auto;
	object-fit: contain;
}

.cig-industrial-design .whb-main-header > .whb-row > .container {
	width: 100%;
	max-width: 1440px;
	padding-inline: 24px;
}

@media (min-width: 1025px) {
	.cig-industrial-design .whb-general-header-inner {
		gap: 28px;
	}

	.cig-industrial-design .whb-general-header .whb-col-left {
		flex: 0 0 202px;
	}

	.cig-industrial-design .whb-general-header .whb-col-center {
		display: grid;
		flex: 1 1 auto;
		grid-template-columns: minmax(360px, 1fr) max-content;
		gap: 24px;
		align-items: center;
		min-width: 0;
	}

	.cig-industrial-design .whb-general-header .whb-col-right {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		gap: 8px;
	}
}

.cig-industrial-design .wd-header-search-form input[type="text"],
.cig-industrial-design .wd-header-search-form input[type="search"] {
	height: 52px;
	padding: 0 70px 0 18px;
	border: 1px solid #cfd4d7;
	border-radius: 6px;
	background: #f7f8f8;
	font-size: 16px;
	box-shadow: none;
}

.cig-industrial-design .wd-header-search-form input:focus {
	background: var(--cig-surface);
	border-color: var(--cig-primary);
	box-shadow: 0 0 0 3px rgba(4, 110, 130, .12);
}

.cig-industrial-design .wd-header-search-form .searchsubmit {
	width: 58px;
	min-width: 58px;
	padding: 0;
	color: var(--cig-ink);
	background: var(--cig-accent);
	border-radius: 0 6px 6px 0;
	font-size: 0;
}

.cig-industrial-design .wd-header-search-form .searchsubmit:hover {
	background: var(--cig-accent-hover);
}

.cig-industrial-design .small-promo-content {
	min-width: 150px;
	padding-left: 20px;
	border-left: 1px solid var(--cig-border);
	line-height: 1.2;
}

.cig-industrial-design .small-promo-content_heading {
	display: block;
	margin-bottom: 5px;
	color: var(--cig-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cig-industrial-design .small-promo-content--desktop {
	display: grid;
	gap: 3px;
}

.cig-industrial-design .small-promo-content--desktop strong:first-child {
	color: var(--cig-ink);
	font-size: 16px;
}

.cig-industrial-design .small-promo-content--desktop strong:last-child {
	color: var(--cig-muted);
	font-size: 12px;
	font-weight: 500;
}

.cig-header-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 16px;
	margin-right: 2px;
	color: var(--cig-ink);
	font-weight: 700;
	border: 1px solid var(--cig-accent-active);
	border-radius: 5px;
	background: var(--cig-accent);
	white-space: nowrap;
}

.cig-header-quote:hover {
	color: var(--cig-ink);
	border-color: var(--cig-accent-active);
	background: var(--cig-accent-hover);
	transform: translateY(-1px);
}

.cig-industrial-design .whb-general-header .wd-tools-element > a {
	min-height: 46px;
	padding-inline: 10px;
	border-radius: 5px;
}

.cig-industrial-design .whb-general-header .wd-tools-element > a:hover {
	background: var(--cig-primary-soft);
}

.cig-industrial-design .whb-general-header .wd-tools-text {
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.cig-industrial-design .whb-general-header .wd-tools-count {
	background: var(--cig-primary) !important;
	color: #fff !important;
}

.cig-industrial-design .whb-header-bottom {
	background: var(--cig-primary) !important;
	border: 0 !important;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .12);
}

.cig-industrial-design .whb-header-bottom-inner {
	min-height: 52px;
}

.cig-industrial-design .whb-header-bottom .wd-header-nav .item-level-0 > a,
.cig-industrial-design .whb-header-bottom .wd-header-nav .item-level-0 > a .nav-link-text {
	color: var(--cig-surface) !important;
	font-size: 15px;
	font-weight: 700;
}

.cig-industrial-design .whb-header-bottom .wd-header-nav .item-level-0 > a {
	min-height: 54px;
	padding-inline: 18px;
}

.cig-mobile-search {
	display: none;
}

.cig-industrial-design .whb-header-bottom .wd-header-nav .item-level-0:hover > a,
.cig-industrial-design .whb-header-bottom .wd-header-nav .current-menu-item > a {
	color: var(--cig-ink) !important;
	background: var(--cig-accent);
}

.cig-industrial-design .whb-sticky-header {
	background: var(--cig-surface) !important;
	border-bottom: 1px solid var(--cig-border);
	box-shadow: 0 8px 24px rgba(29, 29, 29, .10);
}

.cig-industrial-design .whb-sticky-header .whb-general-header-inner {
	min-height: 66px;
}

.cig-industrial-design .whb-sticky-header .site-logo img {
	max-height: 42px;
}

.cig-industrial-design .whb-sticky-header .wd-header-nav .item-level-0 > a,
.cig-industrial-design .whb-sticky-header .wd-header-nav .item-level-0 > a .nav-link-text {
	min-height: 66px;
	color: var(--cig-ink) !important;
	font-size: 14px;
	font-weight: 700;
}

.cig-industrial-design .whb-sticky-header .wd-header-nav .item-level-0:hover > a,
.cig-industrial-design .whb-sticky-header .wd-header-nav .current-menu-item > a {
	color: var(--cig-primary) !important;
	background: var(--cig-primary-soft);
}

@media (min-width: 1025px) and (max-width: 1240px) {
	.cig-industrial-design .whb-general-header-inner {
		gap: 16px;
	}

	.cig-industrial-design .whb-general-header .whb-col-left {
		flex-basis: 164px;
	}

	.cig-industrial-design .whb-general-header .site-logo img {
		max-width: 160px !important;
	}

	.cig-industrial-design .whb-general-header .whb-col-center {
		grid-template-columns: minmax(280px, 1fr);
	}

	.cig-industrial-design .whb-general-header .small-promo-content {
		display: none;
	}

	.cig-industrial-design .whb-general-header .wd-header-my-account .wd-tools-text {
		display: none;
	}

	.cig-header-quote {
		padding-inline: 12px;
	}
}

.cig-industrial-design .wd-dropdown {
	padding: 18px;
	border: 1px solid var(--cig-border);
	border-top: 3px solid var(--cig-accent);
	border-radius: 0 0 var(--cig-radius) var(--cig-radius);
	box-shadow: var(--cig-shadow-md);
}

.cig-industrial-design .wd-dropdown a {
	color: var(--cig-ink);
	font-size: 14px;
}

.cig-industrial-design .wd-dropdown a:hover {
	color: var(--cig-primary);
}

.cig-hero {
	position: relative;
	overflow: hidden;
	color: var(--cig-surface);
	background:
		linear-gradient(115deg, rgba(4, 110, 130, .98), rgba(3, 48, 58, .96)),
		linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, .07) 45%, rgba(255, 255, 255, .07) 55%, transparent 55%);
	background-size: auto, 42px 42px;
}

.cig-hero:after {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 520px;
	height: 520px;
	border: 90px solid rgba(254, 206, 0, .12);
	border-radius: 50%;
	content: "";
}

.cig-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, .72fr);
	gap: 72px;
	align-items: center;
	min-height: 570px;
	padding-block: 88px;
}

.cig-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--cig-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.cig-hero .cig-eyebrow {
	color: var(--cig-accent);
}

.cig-hero h1 {
	max-width: 760px;
	margin: 16px 0 22px;
	color: var(--cig-surface);
	font-size: clamp(42px, 5vw, 70px);
	line-height: 1.06;
	font-weight: 900;
}

.cig-hero__copy > p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 19px;
	line-height: 1.65;
}

.cig-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.cig-button,
.cig-industrial-design .button,
.cig-industrial-design button:not(.flickity-button):not(.wd-close-side),
.cig-industrial-design input[type="submit"],
.cig-industrial-design .single_add_to_cart_button,
.cig-industrial-design .checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	color: var(--cig-ink) !important;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
	border: 1px solid var(--cig-accent);
	border-radius: var(--cig-radius);
	background: var(--cig-accent) !important;
	box-shadow: none;
}

.cig-button:hover,
.cig-industrial-design .button:hover,
.cig-industrial-design button:not(.flickity-button):not(.wd-close-side):hover,
.cig-industrial-design input[type="submit"]:hover,
.cig-industrial-design .single_add_to_cart_button:hover,
.cig-industrial-design .checkout-button:hover {
	color: var(--cig-ink) !important;
	background: var(--cig-accent-hover) !important;
	border-color: var(--cig-accent-hover);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .10);
}

.cig-button:active,
.cig-industrial-design .button:active {
	background: var(--cig-accent-active) !important;
	border-color: var(--cig-accent-active);
}

.cig-button--secondary {
	color: var(--cig-surface) !important;
	border-color: rgba(255, 255, 255, .7);
	background: transparent !important;
}

.cig-button--secondary:hover {
	color: var(--cig-ink) !important;
	border-color: var(--cig-surface);
	background: var(--cig-surface) !important;
}

.cig-hero__panel {
	display: grid;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: var(--cig-radius);
	background: rgba(255, 255, 255, .10);
	backdrop-filter: blur(8px);
}

.cig-hero__panel > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.cig-hero__panel > div:last-child {
	border-bottom: 0;
}

.cig-hero__panel strong {
	color: var(--cig-accent);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 25px;
}

.cig-hero__panel span {
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	text-align: right;
}

.cig-benefits {
	border-bottom: 1px solid var(--cig-border);
	background: var(--cig-surface);
}

.cig-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.cig-benefits__grid > div {
	display: flex;
	gap: 14px;
	padding: 26px;
	border-right: 1px solid var(--cig-border);
}

.cig-benefits__grid > div:last-child {
	border-right: 0;
}

.cig-benefits__icon {
	display: grid;
	flex: 0 0 38px;
	height: 38px;
	place-items: center;
	color: var(--cig-surface);
	border-radius: 50%;
	background: var(--cig-primary);
	font-weight: 700;
}

.cig-benefits p {
	margin: 0;
}

.cig-benefits strong,
.cig-benefits small {
	display: block;
}

.cig-benefits strong {
	font-size: 15px;
}

.cig-benefits small {
	margin-top: 4px;
	color: var(--cig-muted);
	line-height: 1.45;
}

.cig-section {
	padding-block: 76px;
}

.cig-section--soft {
	background: var(--cig-surface-soft);
}

.cig-section__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.cig-section__heading h2,
.cig-procurement h2 {
	margin: 7px 0 0;
	color: var(--cig-ink);
	font-size: clamp(28px, 3vw, 39px);
	line-height: 1.2;
}

.cig-text-link {
	color: var(--cig-primary) !important;
	font-weight: 700;
	text-decoration: none;
}

.cig-text-link:hover {
	color: var(--cig-primary-dark) !important;
}

.cig-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.cig-category-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	color: var(--cig-ink) !important;
	border: 1px solid var(--cig-border);
	border-radius: var(--cig-radius);
	background: var(--cig-surface);
	box-shadow: var(--cig-shadow-sm);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cig-category-card:hover {
	border-color: rgba(4, 110, 130, .55);
	box-shadow: var(--cig-shadow-md);
	transform: translateY(-4px);
}

.cig-category-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	padding: 18px;
	border-bottom: 1px solid var(--cig-border);
	background: linear-gradient(145deg, #fff 0%, var(--cig-primary-soft) 100%);
}

.cig-category-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: transform .35s ease;
}

.cig-category-card:hover .cig-category-card__image {
	transform: scale(1.045);
}

.cig-category-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 126px;
	padding: 22px 24px 24px;
}

.cig-category-card strong {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 21px;
	line-height: 1.25;
}

.cig-category-card__content .cig-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
}

.cig-brands {
	padding-block: 76px 82px;
	border-top: 1px solid var(--cig-border);
	background: var(--cig-surface);
}

.cig-brands h2 {
	margin: 0 0 46px;
	color: var(--cig-ink);
	font-family: "Roboto", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.cig-brands__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px 42px;
}

.cig-brand-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 118px;
	padding: 16px;
	color: var(--cig-ink) !important;
	text-decoration: none !important;
	transition: opacity .25s ease, transform .25s ease;
}

.cig-brand-card:hover {
	opacity: .82;
	transform: translateY(-3px);
}

.cig-brand-card__logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 76px;
	object-fit: contain;
	object-position: center;
}

.cig-brand-card__wordmark {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 35px;
	font-weight: 900;
	letter-spacing: -1.5px;
}

.cig-brand-card--with-name {
	gap: 10px;
}

.cig-brand-card--with-name .cig-brand-card__logo {
	max-width: 78px;
	max-height: 76px;
}

.cig-brand-card__name {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.5px;
}

.cig-home-products .products {
	--wd-gap-lg: 18px !important;
}

.cig-industrial-design .wd-product .product-wrapper,
.cig-industrial-design .product-grid-item .product-wrapper,
.cig-industrial-design .woocommerce ul.products li.product {
	height: 100%;
	padding: 11px;
	border: 1px solid var(--cig-border);
	border-radius: var(--cig-radius);
	background: var(--cig-surface);
	box-shadow: var(--cig-shadow-sm);
}

.cig-industrial-design .wd-product:hover .product-wrapper,
.cig-industrial-design .product-grid-item:hover .product-wrapper,
.cig-industrial-design .woocommerce ul.products li.product:hover {
	border-color: rgba(4, 110, 130, .38);
	box-shadow: var(--cig-shadow-md);
}

.cig-industrial-design .wd-product-card-hover-litos-custom {
	width: calc(100% + 22px);
	left: -11px;
	border-color: var(--cig-border);
	border-radius: 0 0 var(--cig-radius) var(--cig-radius);
	box-shadow: var(--cig-shadow-md);
}

.cig-industrial-design .wd-product .wd-entities-title {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.45;
}

.cig-industrial-design .wd-product .wd-entities-title a:hover {
	color: var(--cig-primary);
}

.cig-industrial-design .price,
.cig-industrial-design .price ins,
.cig-industrial-design .woocommerce-Price-amount {
	color: var(--cig-primary) !important;
	font-size: 17px;
	font-weight: 700 !important;
}

.cig-industrial-design .price del,
.cig-industrial-design .price del .woocommerce-Price-amount {
	color: var(--cig-muted) !important;
	font-weight: 400 !important;
}

.cig-industrial-design .product-label,
.cig-industrial-design .product-label-litos-cs {
	padding: 5px 8px;
	color: var(--cig-ink);
	border-radius: 0;
	background: var(--cig-accent);
	font-size: 11px;
	font-weight: 700;
}

.cig-procurement {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: 42px;
	border-left: 6px solid var(--cig-accent);
	background: var(--cig-primary-soft);
}

.cig-procurement p {
	max-width: 780px;
	margin: 14px 0 0;
	color: var(--cig-text);
	line-height: 1.65;
}

.cig-industrial-design .shop-content-area,
.cig-industrial-design .site-content {
	color: var(--cig-text);
}

.cig-industrial-design .shop-loop-head,
.cig-industrial-design .wd-shop-tools {
	padding: 12px 16px;
	border: 1px solid var(--cig-border);
	border-radius: var(--cig-radius);
	background: var(--cig-surface);
}

.cig-industrial-design .sidebar-container .widget {
	padding: 20px !important;
	border: 1px solid var(--cig-border);
	border-radius: var(--cig-radius);
	background: var(--cig-surface);
}

.cig-industrial-design .widget-title,
.cig-industrial-design .widgettitle {
	padding-bottom: 12px;
	margin-bottom: 14px;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 17px;
	text-transform: none !important;
	border-bottom: 1px solid var(--cig-border);
}

.cig-industrial-design .brand-list-litos .brand-item input {
	accent-color: var(--cig-primary);
}

.cig-industrial-design .brand-list-litos .brand-item.active label,
.cig-industrial-design .woocommerce-widget-layered-nav-list a:hover {
	color: var(--cig-primary);
}

.cig-industrial-design .single-product-page .product-image-summary-wrap {
	padding-block: 38px;
}

.cig-industrial-design .woocommerce-product-gallery,
.cig-industrial-design .single-product-page .summary-inner {
	padding: 22px;
	border: 1px solid var(--cig-border);
	border-radius: var(--cig-radius);
	background: var(--cig-surface);
}

.cig-industrial-design .single-product-page .product_title {
	color: var(--cig-ink);
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.2;
}

.cig-industrial-design .single-product-page .summary-inner > .price {
	font-size: 26px;
}

.cig-industrial-design .woocommerce-product-details__short-description {
	color: var(--cig-text);
	font-size: 16px;
	line-height: 1.65;
}

.cig-industrial-design .quantity input[type="button"],
.cig-industrial-design .quantity input[type="number"] {
	border-color: var(--cig-border);
	background: var(--cig-surface);
}

.cig-industrial-design .product-tabs-wrapper .wd-nav-tabs > li > a {
	padding: 17px 18px;
	color: var(--cig-ink);
	border: 1px solid var(--cig-border);
	background: var(--cig-surface-soft);
}

.cig-industrial-design .product-tabs-wrapper .wd-nav-tabs li.active a,
.cig-industrial-design .product-tabs-wrapper .wd-nav-tabs li:hover a {
	color: var(--cig-primary);
	border-bottom-color: var(--cig-surface);
	background: var(--cig-surface);
}

.cig-industrial-design .product-tabs-wrapper .woocommerce-Tabs-panel {
	padding: 32px;
	border-color: var(--cig-border);
}

.cig-industrial-design .shipping-timeline-litos .st-icon {
	background: var(--cig-primary);
}

.cig-industrial-design .shipping-timeline-litos .st-timeline:after {
	background: var(--cig-primary);
}

.cig-industrial-design .cart-table-section,
.cig-industrial-design .cart-totals-section,
.cig-industrial-design .woocommerce-checkout-review-order {
	padding: 24px;
	border: 1px solid var(--cig-border);
	border-radius: var(--cig-radius);
	background: var(--cig-surface);
	box-shadow: var(--cig-shadow-sm);
}

.cig-industrial-design table th {
	color: var(--cig-ink);
	font-family: "Roboto Slab", Georgia, serif;
}

.cig-industrial-design input[type="text"],
.cig-industrial-design input[type="email"],
.cig-industrial-design input[type="tel"],
.cig-industrial-design input[type="number"],
.cig-industrial-design input[type="password"],
.cig-industrial-design textarea,
.cig-industrial-design select {
	border: 1px solid var(--cig-border);
	border-radius: var(--cig-radius);
	background: var(--cig-surface);
}

.cig-industrial-design input:focus,
.cig-industrial-design textarea:focus,
.cig-industrial-design select:focus {
	border-color: var(--cig-primary);
	box-shadow: 0 0 0 3px rgba(4, 110, 130, .12);
}

.cig-industrial-design .wd-footer {
	color: rgba(255, 255, 255, .75);
	background: var(--cig-ink);
	border-top: 5px solid var(--cig-accent);
}

.cig-industrial-design .wd-footer h1,
.cig-industrial-design .wd-footer h2,
.cig-industrial-design .wd-footer h3,
.cig-industrial-design .wd-footer h4,
.cig-industrial-design .wd-footer .elementor-heading-title {
	color: var(--cig-surface) !important;
}

.cig-industrial-design .wd-footer a,
.cig-industrial-design .wd-footer p,
.cig-industrial-design .wd-footer .elementor-icon-list-text {
	color: rgba(255, 255, 255, .72) !important;
}

.cig-industrial-design .wd-footer a:hover,
.cig-industrial-design .wd-footer .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--cig-accent) !important;
}

.cig-industrial-design .wd-footer input[type="email"] {
	color: var(--cig-ink);
	background: var(--cig-surface);
}

.cig-industrial-design .wd-footer .main-footer {
	padding-top: 56px;
	padding-bottom: 36px;
}

.cig-footer {
	width: min(var(--cig-shell), calc(100% - 40px));
	margin-inline: auto;
}

.cig-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr .8fr .8fr 1.2fr;
	gap: 42px;
	padding-block: 58px 42px;
}

.cig-footer__name {
	display: block;
	margin-bottom: 18px;
	color: var(--cig-surface);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 23px;
	font-weight: 900;
}

.cig-footer h3 {
	margin: 0 0 18px;
	font-size: 17px;
}

.cig-footer p {
	margin: 0 0 18px;
	line-height: 1.65;
}

.cig-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cig-footer li + li {
	margin-top: 11px;
}

.cig-footer__signup .wpcf7-form p {
	margin-bottom: 10px;
}

.cig-footer__signup input[type="email"] {
	height: 46px;
	margin: 0;
}

.cig-footer__signup input[type="submit"] {
	width: 100%;
	margin: 0;
}

.cig-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-block: 22px;
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

@media (max-width: 1024px) {
	.cig-announcement__inner span:nth-child(2) {
		display: none;
	}

	.cig-hero__grid {
		grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
		gap: 36px;
		min-height: 500px;
		padding-block: 64px;
	}

	.cig-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cig-brands__grid {
		gap-inline: 24px;
	}

	.cig-brand-card {
		width: calc(33.333% - 16px);
	}

	.cig-industrial-design .whb-general-header-inner {
		min-height: 70px;
	}

	.cig-industrial-design .site-logo img {
		max-height: 42px;
		max-width: 140px !important;
	}

	.cig-industrial-design .whb-main-header > .whb-row > .container {
		padding-inline: 18px;
	}

	.cig-industrial-design .whb-general-header .wd-header-mobile-nav > a,
	.cig-industrial-design .whb-general-header .wd-header-cart > a {
		min-width: 44px;
		min-height: 44px;
		padding: 0;
		justify-content: center;
	}

	.cig-industrial-design .whb-general-header .wd-header-mobile-nav .wd-tools-text {
		display: none;
	}

	.cig-mobile-search {
		display: block;
		padding: 0 0 14px;
		background: var(--cig-surface);
		border-bottom: 1px solid var(--cig-border);
	}

	.cig-mobile-search .container {
		width: 100%;
		max-width: 100%;
		padding-inline: 18px;
	}

	.cig-mobile-search__form {
		display: flex;
		height: 46px;
	}

	.cig-mobile-search__form input[type="search"] {
		flex: 1 1 auto;
		min-width: 0;
		height: 46px;
		padding: 0 14px;
		border: 1px solid #cfd4d7;
		border-right: 0;
		border-radius: 5px 0 0 5px;
		background: #f7f8f8;
		font-size: 14px;
	}

	.cig-mobile-search__form input[type="search"]:focus {
		outline: 0;
		background: #fff;
		border-color: var(--cig-primary);
		box-shadow: 0 0 0 3px rgba(4, 110, 130, .10);
	}

	.cig-mobile-search__form button {
		position: relative;
		flex: 0 0 50px;
		width: 50px;
		padding: 0;
		border: 1px solid var(--cig-accent-active);
		border-radius: 0 5px 5px 0;
		background: var(--cig-accent);
	}

	.cig-mobile-search__form button span {
		position: relative;
		display: block;
		width: 15px;
		height: 15px;
		margin: auto;
		border: 2px solid var(--cig-ink);
		border-radius: 50%;
	}

	.cig-mobile-search__form button span:after {
		content: "";
		position: absolute;
		width: 7px;
		height: 2px;
		right: -5px;
		bottom: -3px;
		background: var(--cig-ink);
		transform: rotate(45deg);
		transform-origin: left center;
	}

	.cig-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cig-shell {
		width: min(100% - 28px, var(--cig-shell));
	}

	.cig-announcement {
		font-size: 12px;
	}

	.cig-announcement__inner {
		display: block;
		padding-block: 8px;
	}

	.cig-announcement__inner span {
		display: none;
	}

	.cig-announcement__inner span:first-child {
		display: block;
	}

	.cig-hero__grid {
		grid-template-columns: 1fr;
		gap: 32px;
		min-height: auto;
		padding-block: 54px;
	}

	.cig-hero h1 {
		font-size: clamp(38px, 12vw, 52px);
	}

	.cig-hero__copy > p {
		font-size: 17px;
	}

	.cig-hero__panel {
		grid-template-columns: 1fr;
	}

	.cig-hero__panel > div {
		padding: 18px;
	}

	.cig-benefits__grid {
		grid-template-columns: 1fr;
	}

	.cig-benefits__grid > div {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid var(--cig-border);
	}

	.cig-benefits__grid > div:last-child {
		border-bottom: 0;
	}

	.cig-section {
		padding-block: 54px;
	}

	.cig-section__heading {
		display: block;
	}

	.cig-section__heading > .cig-text-link {
		display: inline-block;
		margin-top: 16px;
	}

	.cig-category-grid {
		grid-template-columns: 1fr;
	}

	.cig-category-card {
		grid-template-columns: 42% 58%;
		grid-template-rows: 1fr;
		min-height: 164px;
	}

	.cig-category-card__media {
		min-height: 164px;
		aspect-ratio: auto;
		padding: 12px;
		border-right: 1px solid var(--cig-border);
		border-bottom: 0;
	}

	.cig-category-card__content {
		min-height: 164px;
		padding: 20px;
	}

	.cig-category-card strong {
		font-size: 19px;
	}

	.cig-brands {
		padding-block: 54px 58px;
	}

	.cig-brands h2 {
		margin-bottom: 30px;
		font-size: 28px;
	}

	.cig-brands__grid {
		gap: 12px;
	}

	.cig-brand-card {
		width: calc(50% - 6px);
		height: 94px;
		padding: 12px;
	}

	.cig-brand-card__logo {
		max-height: 58px;
	}

	.cig-brand-card__wordmark {
		font-size: 28px;
	}

	.cig-brand-card--with-name .cig-brand-card__logo {
		max-width: 54px;
		max-height: 56px;
	}

	.cig-brand-card__name {
		font-size: 17px;
	}

	.cig-procurement {
		display: block;
		padding: 28px 24px;
	}

	.cig-procurement .cig-button {
		margin-top: 24px;
	}

	.cig-industrial-design .wd-product .product-wrapper,
	.cig-industrial-design .product-grid-item .product-wrapper {
		padding: 8px;
	}

	.cig-industrial-design .wd-product .wd-entities-title {
		font-size: 14px !important;
	}

	.cig-industrial-design .woocommerce-product-gallery,
	.cig-industrial-design .single-product-page .summary-inner {
		padding: 14px;
	}

	.cig-industrial-design .product-tabs-wrapper .wd-nav-tabs {
		overflow-x: auto;
		justify-content: flex-start;
		scroll-snap-type: x proximity;
	}

	.cig-industrial-design .product-tabs-wrapper .wd-nav-tabs li {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}

	.cig-industrial-design .product-tabs-wrapper .woocommerce-Tabs-panel {
		padding: 22px 18px;
	}

	.cig-industrial-design .wd-footer .main-footer {
		padding-top: 42px;
	}

	.cig-footer {
		width: min(100% - 28px, var(--cig-shell));
	}

	.cig-footer__grid {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-block: 42px 30px;
	}

	.cig-footer__bottom {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cig-industrial-design *,
	.cig-industrial-design *:before,
	.cig-industrial-design *:after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
