.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.title-search-result {
	display: none;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1200;
	padding: 6px;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	background: #fff;
	box-shadow: 0 18px 48px rgba(43, 43, 43, 0.16);
}

.title-search-result .search-title {
	background: #fff;
}

.title-search-result .search-title-result-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 64px;
	padding: 9px 10px !important;
	border-bottom: 1px solid var(--warm-card-border);
	background: #fff;
}

.title-search-result .search-title-result-item:last-child {
	border-bottom: 0;
}

.title-search-result .search-title-result-item:hover {
	background: var(--warm-button-bg);
}

.title-search-result .search-title-result-item-image-container {
	flex: 0 0 58px;
	width: 58px;
	padding-right: 0 !important;
}

.title-search-result .search-title-result-item-image {
	width: 58px !important;
	height: 58px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.title-search-result .search-title-result-item-info,
.title-search-result .bx_item_element {
	min-width: 0;
}

.title-search-result .search-title-result-item-link {
	display: block;
	color: var(--eds-header-text-strong);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	transition: color 170ms linear;
}

.title-search-result .search-title-result-item-link:hover {
	color: var(--eds-orange-dark);
	text-decoration: none;
}

.title-search-result .search-title-result-item-link b {
	color: var(--eds-orange-dark);
	font-weight: 700;
}

.title-search-result .search-title-result-item-price {
	margin-top: 4px;
	color: var(--eds-orange-dark);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.title-search-result .search-title-result-item-current-price {
	color: var(--eds-orange-dark) !important;
	font-weight: 700;
}

.title-search-result .search-title-result-item-old-price {
	color: var(--eds-muted);
	font-size: 80%;
	text-decoration: line-through;
}

.title-search-result .search-title-result-last-item {
	min-height: auto;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.title-search-result .search-title-result-last-item .search-title-result-item-image {
	display: none;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

html {
	min-height: 100%;
}

body {
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.workarea {
	flex: 1 0 auto;
}

.eds-footer {
	flex-shrink: 0;
}

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}

/* ==============================
   EDS industrial header
   ============================== */

:root {
	--eds-black: #151515;
	--eds-graphite: #2b2b2b;
	--eds-orange: #e69a45;
	--eds-orange-dark: #c97925;
	--eds-orange-soft: #fff1df;
	--eds-bg: #f7f3ec;
	--eds-surface: #ffffff;
	--eds-border: #e5ded2;
	--eds-text: #111111;
	--eds-header-text: #6c6257;
	--eds-header-text-strong: #3f3831;
	--eds-header-nav-font: "Inter", "Helvetica Neue", Arial, sans-serif;
	--eds-header-nav-size: 16px;
	--eds-header-nav-size-compact: 13px;
	--eds-header-nav-weight: 600;
	--eds-header-nav-gap: 16px;
	--eds-header-nav-gap-compact: 10px;
	--eds-header-actions-gap: 8px;
	--eds-header-contact-search-gap: 10px;
	--eds-header-contact-search-gap-compact: 6px;
	--eds-muted: #746b61;
	--eds-radius-card: 12px;
	--eds-radius-ui: 8px;
}

.eds-site-header {
	background: #fff;
	border-bottom: 1px solid var(--eds-border);
	box-shadow: 0 10px 30px rgba(21, 21, 21, 0.08);
}

.eds-header-main {
	position: relative;
	z-index: 20;
	background: #fff;
}

.eds-header-inner {
	width: min(1360px, calc(100% - 48px));
	min-height: 94px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	padding: 14px 0 12px;
}

.eds-header-logo {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: flex-end;
	width: 170px;
	min-height: 68px;
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.eds-header-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 68px;
	object-fit: contain;
}

.eds-primary-nav {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: flex-end;
	gap: var(--eds-header-nav-gap);
	padding-bottom: 5px;
}

.eds-primary-nav a,
.eds-catalog-button,
.eds-text-action {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	border-radius: var(--eds-radius-ui);
	padding: 0;
	color: #58534d !important;
	font-family: var(--eds-header-nav-font);
	font-size: var(--eds-header-nav-size);
	font-weight: var(--eds-header-nav-weight);
	line-height: 1;
	white-space: nowrap;
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.eds-primary-nav a,
.eds-catalog-button {
	transform: none;
}

.eds-primary-nav .eds-font-catalog,
.eds-primary-nav .eds-font-gearboxes,
.eds-primary-nav .eds-font-motors,
.eds-primary-nav .eds-font-gearmotors,
.eds-primary-nav .eds-font-inverters,
.eds-text-action {
	color: #58534d !important;
	font-family: var(--eds-header-nav-font);
	font-weight: var(--eds-header-nav-weight);
	letter-spacing: .025em;
}

.eds-primary-nav a:hover,
.eds-text-action:hover,
.eds-primary-nav a.is-active,
.eds-catalog-button.is-active {
	background: transparent;
	color: var(--eds-orange-dark) !important;
}

.eds-catalog-button {
	gap: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.eds-catalog-button:hover,
.eds-catalog-button:focus {
	background: transparent;
	color: var(--eds-orange-dark) !important;
	outline: none;
}

.eds-icon-grid {
	display: none;
	width: 0;
	height: 0;
	background:
		linear-gradient(#111, #111) 0 0 / 5px 5px no-repeat,
		linear-gradient(#111, #111) 9px 0 / 5px 5px no-repeat,
		linear-gradient(#111, #111) 0 9px / 5px 5px no-repeat,
		linear-gradient(#111, #111) 9px 9px / 5px 5px no-repeat;
}

.eds-header-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: flex-end;
	gap: var(--eds-header-actions-gap);
	padding-bottom: 5px;
}

.eds-icon-button {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0d5c7;
	border-radius: var(--eds-radius-ui);
	background: #fffaf4;
	color: var(--eds-header-text-strong) !important;
	border-bottom: 1px solid #e0d5c7 !important;
	text-decoration: none !important;
}

.eds-icon-button:hover {
	border-color: var(--eds-orange);
	background: var(--eds-orange-soft);
}

.eds-search-button {
	background: var(--eds-orange);
	border-color: var(--eds-orange);
	color: #fff !important;
	margin-left: var(--eds-header-contact-search-gap);
}

.eds-search-button:hover {
	background: var(--eds-orange-dark);
	border-color: var(--eds-orange-dark);
	color: #fff !important;
}

.eds-icon-button::before {
	content: "";
	background: currentColor;
	display: block;
	width: 22px;
	height: 22px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.eds-search-button::before {
	mask-image: url("images/search.svg");
	-webkit-mask-image: url("images/search.svg");
}

.eds-cart-button::before {
	mask-image: url("images/shopping-cart.svg");
	-webkit-mask-image: url("images/shopping-cart.svg");
}

.eds-cart-count {
	position: absolute;
	right: -7px;
	top: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--eds-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
}

.eds-account-button::before {
	mask-image: url("images/user.svg");
	-webkit-mask-image: url("images/user.svg");
}

.eds-mega-menu {
	display: none;
	background: #fff;
	color: var(--eds-text);
	border-top: 1px solid var(--eds-border);
	border-bottom: 1px solid var(--eds-border);
	box-shadow: 0 22px 40px rgba(21, 21, 21, 0.10);
}

.eds-mega-panel {
	display: none;
}

.eds-mega-panel.is-active {
	display: block;
}

.eds-header-main.is-mega-open .eds-mega-menu,
.eds-header-main:focus-within .eds-mega-menu {
	display: block;
}

.eds-mega-inner {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	padding: 24px 0;
}

.eds-mega-column {
	min-width: 0;
	padding-right: 20px;
	border-right: 1px solid var(--eds-border);
}

.eds-mega-column:last-child {
	border-right: 0;
}

.eds-mega-column h3 {
	margin: 0 0 12px;
	color: var(--eds-black);
	font-size: 17px;
	font-weight: 800;
}

.eds-mega-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 28px;
}

.eds-mega-heading-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.eds-mega-heading-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.eds-mega-column a {
	display: block;
	padding: 7px 0;
	color: var(--eds-muted) !important;
	font-size: 14px;
	line-height: 1.35;
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.eds-mega-column a:hover {
	color: var(--eds-orange-dark) !important;
}

.eds-mega-column a.eds-mega-column-action {
	color: var(--eds-orange-dark) !important;
	font-weight: 800;
}

.eds-mega-column-note {
	margin: 0 0 10px;
	color: var(--eds-muted);
	font-size: 13px;
	line-height: 1.35;
}

.eds-mega-callout {
	margin-top: 16px;
	padding: 12px;
	background: var(--eds-orange-soft);
	border: 1px solid #f3c27f;
	border-radius: var(--eds-radius-card);
}

.eds-mega-callout span {
	display: block;
	margin-bottom: 4px;
	color: var(--eds-muted);
	font-size: 12px;
}

.eds-mega-callout a {
	padding: 0;
	color: var(--eds-black) !important;
	font-weight: 800;
}

.eds-mega-showcase {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	padding: 14px 0 16px;
}

.eds-mega-topic-panel span {
	color: var(--eds-orange-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.eds-mega-topic-panel strong {
	color: var(--eds-black);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.12;
}

.eds-mega-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, 150px);
	justify-content: center;
	gap: 10px;
}

.eds-mega-product-grid-reducers {
	grid-template-columns: repeat(6, minmax(160px, 1fr));
	gap: 12px;
}

.eds-mega-product-grid-wide {
	grid-template-columns: repeat(auto-fill, 245px);
	gap: 16px;
}

.eds-mega-product-grid-feature {
	grid-template-columns: repeat(auto-fill, 320px);
	gap: 18px;
}

.eds-mega-product-card {
	min-width: 0;
	display: grid;
	grid-template-rows: 88px auto;
	gap: 6px;
	padding: 7px;
	background: #fbf8f3;
	border: 1px solid #eee4d7;
	border-radius: var(--eds-radius-card);
	color: var(--eds-black) !important;
	text-decoration: none !important;
	border-bottom: 1px solid #eee4d7 !important;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.eds-mega-product-grid-reducers .eds-mega-product-card {
	grid-template-rows: 104px auto;
	padding: 9px;
}

.eds-mega-product-card:hover {
	border-color: #e7b06d !important;
	box-shadow: 0 8px 18px rgba(21, 21, 21, 0.09);
	transform: translateY(-1px);
}

.eds-mega-product-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 88px;
	background: #fff;
	border-radius: var(--eds-radius-ui);
	overflow: hidden;
}

.eds-mega-product-grid-reducers .eds-mega-product-media {
	height: 104px;
}

.eds-mega-product-media img {
	display: block;
	max-width: 100%;
	max-height: 80px;
	object-fit: contain;
}

.eds-mega-product-grid-reducers .eds-mega-product-media img {
	max-height: 96px;
}

.eds-mega-product-title {
	display: block;
	min-width: 0;
	color: var(--eds-black);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	white-space: normal;
	overflow-wrap: break-word;
	hyphens: auto;
}

.eds-mega-product-grid-reducers .eds-mega-product-title {
	font-size: 13px;
	line-height: 1.18;
}

.eds-mega-product-grid-wide .eds-mega-product-card {
	grid-template-rows: 116px auto;
	gap: 8px;
	padding: 10px;
}

.eds-mega-product-grid-wide .eds-mega-product-media {
	height: 116px;
}

.eds-mega-product-grid-wide .eds-mega-product-media img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.eds-mega-product-grid-wide .eds-mega-product-title {
	font-size: 13px;
	line-height: 1.2;
}

.eds-mega-product-grid-feature .eds-mega-product-card {
	grid-template-rows: 132px auto;
	gap: 9px;
	padding: 12px;
}

.eds-mega-product-grid-feature .eds-mega-product-media {
	height: 132px;
}

.eds-mega-product-grid-feature .eds-mega-product-media img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.eds-mega-product-grid-feature .eds-mega-product-title {
	font-size: 14px;
	line-height: 1.2;
}

.eds-mega-topic-panel {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 260px repeat(5, minmax(0, 1fr));
	gap: 16px;
	padding: 26px 0;
}

.eds-mega-topic-panel > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.eds-mega-topic-panel > a {
	min-height: 84px;
	display: flex;
	align-items: flex-end;
	padding: 14px;
	background: #fbf8f3;
	border: 1px solid #eee4d7;
	border-radius: var(--eds-radius-card);
	color: var(--eds-header-text-strong) !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	border-bottom: 1px solid #eee4d7 !important;
}

.eds-mega-topic-panel > a:hover {
	border-color: #e7b06d !important;
	color: var(--eds-orange-dark) !important;
}

.eds-mega-config-panel {
	width: min(720px, calc(100% - 48px));
	margin: 0 auto;
	display: block;
	padding: 28px 0 30px;
}

.eds-mega-config-copy {
	background: #fbf8f3;
	border: 1px solid #eee4d7;
	border-radius: var(--eds-radius-card);
}

.eds-mega-config-copy {
	padding: 24px;
}

.eds-mega-config-copy strong {
	display: block;
	max-width: 680px;
	color: var(--eds-black);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.16;
}

.eds-mega-config-copy p {
	max-width: 720px;
	margin: 12px 0 18px;
	color: var(--eds-muted);
	font-size: 14px;
	line-height: 1.5;
}

.eds-mega-config-button {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	background: var(--eds-orange);
	border-radius: var(--eds-radius-ui);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.eds-mega-config-button:hover {
	background: var(--eds-orange-dark);
	color: #fff !important;
}

.eds-header-service {
	background: transparent;
	padding-top: 22px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.eds-catalog-root {
	padding: 24px 0 54px;
	color: var(--eds-text);
}

.eds-catalog-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--eds-muted);
	font-size: 13px;
}

.eds-catalog-breadcrumbs a {
	color: var(--eds-muted) !important;
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.eds-catalog-breadcrumbs a:hover {
	color: var(--eds-orange-dark) !important;
}

.eds-catalog-hero {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	align-items: center;
	margin-bottom: 24px;
	padding: 22px 26px;
	background: var(--eds-surface);
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	box-shadow: 0 14px 34px rgba(43, 43, 43, 0.08);
}

.eds-catalog-eyebrow {
	margin: 0 0 8px;
	color: var(--eds-orange-dark);
	font-size: 13px;
	font-weight: 700;
}

.eds-catalog-hero h1 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.12;
}

.eds-catalog-hero-tools {
	display: grid;
	align-items: center;
}

.eds-catalog-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px;
	min-height: 52px;
	background: #fff;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	overflow: hidden;
}

.eds-catalog-search:focus-within {
	border-color: var(--eds-orange);
	box-shadow: 0 0 0 3px rgba(230, 154, 69, 0.16);
}

.eds-catalog-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	padding: 0 18px;
	color: var(--eds-text);
	font-size: 15px;
	outline: 0;
}

.eds-catalog-search input::placeholder {
	color: #8d8378;
}

.eds-catalog-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: var(--eds-orange);
	color: #fff;
	cursor: pointer;
}

.eds-catalog-search button:hover {
	background: var(--eds-orange-dark);
}

.eds-catalog-search-icon {
	width: 22px;
	height: 22px;
	background: currentColor;
	mask: url("images/search.svg") center / contain no-repeat;
	-webkit-mask: url("images/search.svg") center / contain no-repeat;
}

.eds-search-title-shell {
	min-width: 0;
}

.eds-search-title-shell form {
	position: relative;
	margin: 0;
}

.eds-search-title-shell form,
.eds-search-title-shell .input-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 52px;
	min-height: 52px;
	background: #fff;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	overflow: hidden;
}

.eds-search-title-shell form:focus-within,
.eds-search-title-shell .input-group:focus-within {
	border-color: var(--eds-orange);
	box-shadow: 0 0 0 3px rgba(230, 154, 69, 0.16);
}

.eds-search-title-shell .input-group {
	position: relative;
	grid-column: 1 / -1;
	grid-row: 1;
	width: 100%;
	min-width: 0;
}

.eds-search-title-shell form .input-group {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.eds-search-title-shell form:has(.input-group)::after {
	display: none;
}

.eds-search-title-shell .input-group-append,
.eds-search-title-shell .input-group-btn {
	display: contents !important;
}

.eds-search-title-shell input[type="text"],
.eds-search-title-shell input[type="search"] {
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 52px;
	padding: 0 18px;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff;
	color: var(--eds-text);
	font-size: 15px;
	outline: 0;
	box-shadow: none !important;
}

.eds-search-title-shell input::placeholder {
	color: #8d8378;
	opacity: 1;
}

.eds-search-title-shell input[type="submit"],
.eds-search-title-shell button[type="submit"],
.eds-search-title-shell .btn {
	width: 52px;
	min-width: 52px;
	height: auto;
	min-height: 52px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--eds-orange) !important;
	color: transparent !important;
	font-size: 0 !important;
	cursor: pointer;
	box-shadow: none !important;
}

.eds-search-title-shell input[type="submit"]:hover,
.eds-search-title-shell button[type="submit"]:hover,
.eds-search-title-shell .btn:hover {
	background: var(--eds-orange-dark) !important;
}

.eds-search-title-shell form::after,
.eds-search-title-shell .input-group::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	width: 22px;
	height: 22px;
	background: #fff;
	pointer-events: none;
	mask: url("images/search.svg") center / contain no-repeat;
	-webkit-mask: url("images/search.svg") center / contain no-repeat;
	transform: translateY(-50%);
}

.eds-catalog-actions,
.eds-catalog-selection-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.eds-catalog-actions {
	align-items: stretch;
}

.eds-catalog-actions a,
.eds-catalog-selection-actions a,
.eds-catalog-section-head > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	background: #fffaf4;
	border: 1px solid #e0d5c7;
	border-radius: var(--eds-radius-ui);
	color: var(--eds-header-text-strong) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	border-bottom: 1px solid #e0d5c7 !important;
}

.eds-catalog-actions a {
	min-width: 210px;
}

.eds-catalog-actions a:hover,
.eds-catalog-selection-actions a:hover,
.eds-catalog-section-head > a:hover {
	border-color: var(--eds-orange);
	background: var(--eds-orange-soft);
	color: var(--eds-orange-dark) !important;
}

.eds-catalog-actions .eds-catalog-primary-action,
.eds-catalog-selection-actions .eds-catalog-primary-action {
	background: var(--eds-orange);
	border-color: var(--eds-orange);
	color: #fff !important;
}

.eds-catalog-actions .eds-catalog-primary-action:hover,
.eds-catalog-selection-actions .eds-catalog-primary-action:hover {
	background: var(--eds-orange-dark);
	border-color: var(--eds-orange-dark);
	color: #fff !important;
}

.eds-catalog-category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
}

.eds-catalog-category-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(190px, 38%) minmax(0, 1fr);
	min-height: 260px;
	background: var(--eds-surface);
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(43, 43, 43, 0.07);
	color: inherit !important;
	text-decoration: none !important;
	border-bottom: 1px solid var(--eds-border) !important;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
	will-change: transform;
}

.eds-catalog-category-card::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	z-index: 3;
	width: 30px;
	height: 30px;
	background: var(--eds-orange-dark);
	mask: url("images/chevron-right.svg") center / contain no-repeat;
	-webkit-mask: url("images/chevron-right.svg") center / contain no-repeat;
	transform: translateY(-50%);
	transition: background-color 160ms ease, transform 160ms ease;
}

.eds-catalog-category-card:hover {
	transform: translateY(-2px) scale(1.01);
	border-color: #e7b06d !important;
	box-shadow: 0 18px 38px rgba(43, 43, 43, 0.11);
	color: inherit !important;
}

.eds-catalog-category-card:hover::after {
	background: var(--eds-orange);
	transform: translate(3px, -50%);
}

.eds-catalog-category-media {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 14px 18px 18px;
	background: #fbf8f3;
	border-right: 1px solid var(--eds-border);
}

.eds-catalog-category-media img {
	display: block;
	width: 100%;
	height: 172px;
	object-fit: contain;
}

.eds-catalog-status {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 26px;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: var(--eds-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	text-align: left;
}

.eds-catalog-status-stock {
	background: transparent;
	border-color: transparent;
	color: #6d5f51;
}

.eds-catalog-status-stock::before {
	content: "";
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #c97925;
	opacity: 0.8;
}

.eds-catalog-status-task {
	align-self: stretch;
	justify-content: center;
	min-height: 38px;
	padding: 7px 12px;
	background: var(--eds-orange-soft);
	border: 1px solid #e7b06d;
	border-radius: var(--eds-radius-ui);
	border-color: #e7b06d;
	color: var(--eds-orange-dark);
}

.eds-catalog-category-body {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px 60px 20px 20px;
}

.eds-catalog-card-heading {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}

.eds-catalog-card-heading > span {
	position: absolute;
	top: 20px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border: 1px solid #eee4d7;
	border-radius: var(--eds-radius-ui);
	background: #fffaf4;
}

.eds-catalog-card-heading img {
	display: block;
	max-width: 25px;
	max-height: 25px;
	object-fit: contain;
}

.eds-catalog-help-card .eds-catalog-category-media {
	background: var(--eds-orange-soft);
}

.eds-catalog-help-card .eds-catalog-category-media img {
	width: 88px;
	height: 120px;
	opacity: 0.9;
}

.eds-catalog-category-body h2 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.eds-catalog-selection h2,
.eds-catalog-section-head h2 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.eds-catalog-category-body p,
.eds-catalog-selection p,
.eds-catalog-section-head p {
	margin: 16px 0 0;
	color: var(--eds-muted);
	font-size: 15px;
	line-height: 1.5;
}

.eds-catalog-category-links {
	display: grid;
	gap: 6px;
	margin-top: 15px;
}

.eds-catalog-category-card-stock .eds-catalog-category-links {
	gap: 9px;
	margin-top: 26px;
}

.eds-catalog-category-links span {
	color: var(--eds-header-text) !important;
	font-size: 14px;
	font-weight: 520;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.eds-catalog-category-card-stock .eds-catalog-category-links span {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.28;
}

.eds-catalog-category-links span::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 8px 2px 0;
	border-radius: 50%;
	background: #d8b181;
}

.eds-catalog-selection,
.eds-catalog-popular {
	margin-bottom: 24px;
	padding: 22px;
	background: #fbf8f3;
	border: 1px solid #eee4d7;
	border-radius: var(--eds-radius-card);
}

.eds-catalog-selection {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
}

.eds-catalog-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.eds-catalog-popular-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.eds-catalog-popular-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 76px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	text-decoration: none !important;
	border-bottom: 1px solid var(--eds-border) !important;
}

.eds-catalog-popular-item strong,
.eds-catalog-popular-item small {
	display: block;
}

.eds-catalog-popular-item strong {
	color: var(--eds-header-text-strong);
	font-size: 14px;
}

.eds-catalog-popular-item small {
	margin-top: 4px;
	color: var(--eds-muted);
	font-size: 12px;
}

.eds-catalog-popular-item i {
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	border-top: 2px solid var(--eds-orange-dark);
	border-right: 2px solid var(--eds-orange-dark);
	transform: rotate(45deg);
}

.eds-catalog-popular-item:hover {
	border-color: #e7b06d !important;
	background: #fffaf4;
}

.eds-catalog-service-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.eds-catalog-service-strip div {
	min-height: 66px;
	padding: 14px;
	background: var(--eds-surface);
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	color: var(--eds-header-text-strong);
	font-size: 13px;
	font-weight: 700;
}

.eds-gearbox-category {
	padding: 24px 0 54px;
	color: var(--eds-text);
}

.eds-gearbox-page-head {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	align-items: center;
	margin-bottom: 34px;
}

.eds-gearbox-page-head h1 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 38px;
	font-weight: 800;
	line-height: 1.1;
}

.eds-gearbox-title-search {
	min-width: 0;
}

.eds-gearbox-title-search .row {
	margin-right: 0;
	margin-left: 0;
}

.eds-gearbox-title-search [class*="col"] {
	padding-right: 0;
	padding-left: 0;
}

.eds-gearbox-type-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.eds-gearbox-type-card {
	position: relative;
	display: grid;
	grid-template-rows: 66% 34%;
	height: 278px;
	min-height: 278px;
	overflow: hidden;
	background: var(--eds-surface);
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	box-shadow: 0 12px 28px rgba(43, 43, 43, 0.07);
	color: inherit !important;
	text-decoration: none !important;
	border-bottom: 1px solid var(--eds-border) !important;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.eds-gearbox-type-card::after {
	content: none;
}

.eds-gearbox-type-card:hover {
	transform: translateY(-2px) scale(1.01);
	border-color: #e7b06d !important;
	box-shadow: 0 18px 38px rgba(43, 43, 43, 0.11);
}

.eds-gearbox-type-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 18px 18px 12px;
	background: #fbf8f3;
}

.eds-gearbox-type-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
}

.eds-gearbox-type-body {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 22px;
	gap: 4px;
	align-items: center;
	overflow: hidden;
	min-height: 0;
	padding: 16px 6px 16px 18px;
	background: var(--eds-surface);
	border-top: 1px solid var(--eds-border);
}

.eds-gearbox-type-copy {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
	container-type: inline-size;
}

.eds-gearbox-type-arrow {
	display: block;
	justify-self: end;
	width: 24px;
	height: 24px;
	background: var(--eds-orange-dark);
	mask: url("images/chevron-right.svg") center / contain no-repeat;
	-webkit-mask: url("images/chevron-right.svg") center / contain no-repeat;
	transition: background-color 160ms ease, transform 160ms ease;
}

.eds-gearbox-type-card:hover .eds-gearbox-type-arrow {
	background: var(--eds-orange);
	transform: translateX(3px);
}

.eds-gearbox-type-body h2 {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 18px;
	font-size: clamp(16px, 6.8cqi, 20px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
	text-overflow: clip;
	white-space: nowrap;
}

.eds-gearbox-type-body span {
	display: block;
	margin-top: 0;
	color: var(--eds-header-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.32;
}

.eds-motor-category .eds-gearbox-type-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eds-reducer-category .eds-gearbox-type-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.eds-reducer-category .eds-gearbox-type-card {
	height: 318px;
	min-height: 318px;
}

.eds-accessory-category .eds-gearbox-type-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eds-accessory-category .eds-gearbox-type-card {
	height: 292px;
	min-height: 292px;
}

.eds-motor-category .eds-gearbox-type-body h2 {
	white-space: normal;
}

.eds-accessory-category .eds-gearbox-type-body h2 {
	white-space: normal;
}

.eds-gearbox-support-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
	gap: 16px;
}

.eds-gearbox-series,
.eds-gearbox-selection-card {
	background: #fbf8f3;
	border: 1px solid #eee4d7;
	border-radius: var(--eds-radius-card);
	box-shadow: 0 10px 24px rgba(43, 43, 43, 0.06);
}

.eds-gearbox-series {
	padding: 20px;
}

.eds-gearbox-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.eds-gearbox-section-head h2 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.eds-gearbox-section-head p {
	max-width: 460px;
	margin: 0;
	color: var(--eds-muted);
	font-size: 14px;
	line-height: 1.4;
}

.eds-gearbox-series-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.eds-gearbox-series-grid a {
	display: grid;
	gap: 6px;
	min-height: 96px;
	padding: 14px;
	background: var(--eds-surface);
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	color: inherit !important;
	text-decoration: none !important;
	border-bottom: 1px solid var(--eds-border) !important;
}

.eds-gearbox-series-grid a:hover {
	border-color: #e7b06d !important;
	background: #fffaf4;
}

.eds-gearbox-series-grid strong {
	color: var(--eds-orange-dark);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.eds-gearbox-series-grid span {
	color: var(--eds-header-text);
	font-size: 13px;
	line-height: 1.35;
}

.eds-gearbox-selection-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 160px;
	padding: 22px 58px 22px 22px;
	color: inherit !important;
	text-decoration: none !important;
	border-bottom: 1px solid #eee4d7 !important;
}

.eds-gearbox-selection-card::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 28px;
	height: 28px;
	background: var(--eds-orange-dark);
	mask: url("images/chevron-right.svg") center / contain no-repeat;
	-webkit-mask: url("images/chevron-right.svg") center / contain no-repeat;
	transform: translateY(-50%);
	transition: background-color 160ms ease, transform 160ms ease;
}

.eds-gearbox-selection-card:hover {
	border-color: #e7b06d !important;
	background: var(--eds-orange-soft);
}

.eds-gearbox-selection-card:hover::after {
	background: var(--eds-orange);
	transform: translate(3px, -50%);
}

.eds-gearbox-selection-card strong {
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
}

.eds-gearbox-selection-card span {
	margin-top: 12px;
	color: var(--eds-muted);
	font-size: 15px;
	line-height: 1.45;
}

.eds-worm-page {
	padding: 24px 0 56px;
	color: var(--eds-text);
}

.eds-worm-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
	gap: 30px;
	align-items: center;
	margin-bottom: 26px;
}

.eds-worm-head-empty {
	grid-template-columns: 1fr;
	margin-bottom: 18px;
}

.eds-worm-head h1 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 38px;
	font-weight: 800;
	line-height: 1.1;
}

.eds-worm-head p {
	max-width: 760px;
	margin: 12px 0 0;
	color: var(--eds-muted);
	font-size: 16px;
	line-height: 1.5;
}

.eds-worm-head-search {
	min-width: 0;
}

.eds-worm-head-search .row {
	margin-right: 0;
	margin-left: 0;
}

.eds-worm-head-search [class*="col"] {
	padding-right: 0;
	padding-left: 0;
}

.eds-worm-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.eds-catalog-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: clamp(520px, 58vh, 720px);
	padding: 56px 28px;
	text-align: center;
	background:
		radial-gradient(circle at 50% 20%, rgba(241, 159, 66, 0.12), transparent 32%),
		#fbf8f3;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	box-shadow: 0 18px 48px rgba(43, 43, 43, 0.08);
}

.eds-catalog-empty-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 168px;
	margin-bottom: 26px;
	border-radius: 40px;
	background: #fff;
	border: 1px solid #eadfce;
	box-shadow: 0 18px 34px rgba(43, 43, 43, 0.08);
}

.eds-catalog-empty-icon {
	position: relative;
	width: 108px;
	height: 108px;
}

.eds-catalog-empty-image {
	display: block;
	width: 118px;
	max-width: 78%;
	height: auto;
	max-height: 118px;
	object-fit: contain;
}

.eds-catalog-empty-icon::before {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	height: 58px;
	border: 8px solid #d47a1c;
	border-top-width: 6px;
	border-radius: 8px 8px 14px 14px;
	background: rgba(241, 159, 66, 0.12);
	transform: perspective(120px) rotateX(-3deg);
}

.eds-catalog-empty-icon::after {
	content: "";
	position: absolute;
	left: 23px;
	top: 19px;
	width: 62px;
	height: 38px;
	border: 8px solid var(--eds-orange);
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	transform: skewX(-16deg);
	transform-origin: bottom center;
}

.eds-catalog-empty-copy {
	max-width: 760px;
}

.eds-catalog-empty-copy span {
	display: block;
	margin-bottom: 12px;
	color: var(--eds-orange-dark);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.eds-catalog-empty-copy h2 {
	margin: 0;
	color: var(--eds-black);
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.eds-catalog-empty-copy p {
	max-width: 700px;
	margin: 18px auto 0;
	color: var(--eds-muted);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
}

.eds-catalog-empty-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.eds-catalog-empty-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: var(--eds-radius-ui);
	font-size: 17px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.eds-catalog-empty-actions a:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.eds-catalog-empty-primary {
	background: var(--eds-orange);
	border: 1px solid var(--eds-orange);
	color: #fff;
	box-shadow: 0 14px 26px rgba(241, 159, 66, 0.24);
}

.eds-catalog-empty-primary:hover {
	color: #fff;
	background: var(--eds-orange-dark);
	border-color: var(--eds-orange-dark);
}

.eds-catalog-empty-secondary {
	background: #fff8ef;
	border: 1px solid #efc58f;
	color: var(--eds-orange-dark);
}

.eds-catalog-empty-secondary:hover {
	color: var(--eds-orange-dark);
	background: #fff2df;
}

.eds-worm-filter,
.eds-worm-product-card {
	background: var(--eds-surface);
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	box-shadow: 0 12px 28px rgba(43, 43, 43, 0.07);
}

.eds-worm-filter {
	padding: 24px;
}

.eds-worm-filter-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 22px 0 16px;
	border-bottom: 1px solid var(--eds-border);
}

.eds-worm-filter-head strong {
	color: var(--eds-black);
	font-size: 22px;
	font-weight: 750;
	line-height: 1;
}

.eds-worm-filter-head a,
.eds-worm-filter-head button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--eds-orange-dark) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	border-bottom: 0 !important;
	cursor: pointer;
}

.eds-worm-filter-block {
	padding: 24px 0 0;
}

.eds-worm-filter-block h3 {
	margin: 0 0 14px;
	color: var(--eds-black);
	font-size: 16px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.12;
}

.eds-worm-filter-block label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 11px 0;
	color: var(--eds-header-text-strong);
	font-size: 16px;
	font-weight: 650;
	line-height: 1.3;
}

.eds-worm-filter-block input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 0;
	accent-color: var(--eds-orange);
}

.eds-worm-filter-title {
	display: block;
	margin: 0 0 14px;
	color: var(--eds-black);
	font-size: 22px;
	font-weight: 750;
	line-height: 1;
}

.eds-worm-size-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.eds-worm-size-grid button,
.eds-worm-filter-block select,
.eds-worm-filter-search {
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	background: #fff;
	color: var(--eds-header-text-strong);
	font: inherit;
}

.eds-worm-size-grid button {
	min-height: 42px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.eds-worm-size-grid button.is-active {
	border-color: var(--eds-orange);
	background: var(--eds-orange);
	color: #fff;
}

.eds-worm-filter-block select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	font-size: 16px;
	font-weight: 650;
}

.eds-worm-filter-search {
	display: flex !important;
	align-items: center;
	gap: 10px;
	height: 50px;
	margin: 0 0 18px !important;
	padding: 0 14px;
	border-radius: var(--eds-radius-ui);
}

.eds-worm-filter-search span {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background: #a9a39b;
	mask: url("images/search.svg") center / contain no-repeat;
	-webkit-mask: url("images/search.svg") center / contain no-repeat;
}

.eds-worm-filter-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	color: var(--eds-header-text-strong);
	font: inherit;
	font-size: 16px;
	background: transparent;
}

.eds-worm-filter-search input::placeholder {
	color: #a9a39b;
}

.eds-worm-chip-scroll {
	max-height: 170px;
	padding-right: 8px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: var(--eds-orange) #ede9e2;
}

.eds-worm-chip-scroll::-webkit-scrollbar {
	width: 6px;
}

.eds-worm-chip-scroll::-webkit-scrollbar-track {
	background: #ede9e2;
	border-radius: 999px;
}

.eds-worm-chip-scroll::-webkit-scrollbar-thumb {
	background: var(--eds-orange);
	border-radius: 999px;
}

.eds-worm-chip-grid {
	display: grid;
	gap: 8px;
}

.eds-worm-chip-grid-ratio {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eds-worm-chip-grid-pam {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eds-worm-chip-grid-series {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eds-worm-chip-grid-size {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eds-worm-chip-grid button {
	min-height: 48px;
	border: 1px solid transparent;
	border-radius: var(--eds-radius-ui);
	background: #ececea;
	color: var(--eds-header-text-strong);
	font-size: 16px;
	font-weight: 650;
	cursor: pointer;
}

.eds-worm-chip-grid button.is-active,
.eds-worm-chip-grid button:hover {
	border-color: var(--eds-orange);
	background: var(--eds-orange);
	color: #fff;
}

.eds-worm-chip-grid button:focus,
.eds-worm-chip-grid button:focus-visible,
.eds-worm-size-grid button:focus,
.eds-worm-size-grid button:focus-visible {
	outline: none;
	box-shadow: none;
}

.eds-worm-results {
	min-width: 0;
}

.eds-worm-results-summary {
	min-height: 22px;
	margin: 0 0 12px;
	color: var(--eds-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.eds-worm-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.eds-worm-product-card {
	display: grid;
	grid-template-rows: 285px minmax(104px, auto) auto;
	overflow: hidden;
	color: inherit !important;
	border-bottom: 1px solid var(--eds-border) !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.eds-worm-product-card.is-hidden {
	display: none;
}

.eds-worm-product-card:hover {
	transform: translateY(-2px);
	border-color: #e7b06d !important;
	box-shadow: 0 18px 38px rgba(43, 43, 43, 0.11);
}

.eds-worm-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 285px;
	min-height: 0;
	padding: 22px;
	background: #fbf8f3;
	text-decoration: none !important;
	border-bottom: 1px solid var(--eds-border) !important;
	overflow: hidden;
}

.eds-worm-product-image img {
	display: block;
	width: 72%;
	height: 72%;
	min-height: 0;
	object-fit: contain;
}

.eds-worm-product-body {
	padding: 16px 18px 12px;
}

.eds-worm-product-title {
	display: block;
	margin: 0 0 16px;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.24;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.eds-worm-product-title:hover {
	color: var(--eds-orange-dark);
}

.eds-worm-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: -8px 0 14px;
}

.eds-worm-product-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	background: #fbf8f3;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	color: var(--eds-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.eds-worm-product-statusline {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
}

.eds-worm-product-status {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
}

.eds-worm-product-status-stock {
	color: #15733c;
}

.eds-worm-product-status-order {
	color: var(--eds-orange-dark);
}

.eds-worm-product-footer {
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 0 18px 18px;
	background: #fff;
}

.eds-worm-product-price {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}

.eds-worm-product-price-stock {
	color: #15733c;
}

.eds-worm-product-price-order {
	color: var(--eds-orange-dark);
}

.eds-worm-cart-button {
	width: 100%;
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: var(--eds-radius-ui);
	background: var(--eds-orange);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.eds-worm-cart-button-request {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.eds-worm-cart-button:hover {
	background: var(--eds-orange-dark);
}

.eds-worm-cart-button:disabled,
.eds-sku-cart:disabled {
	cursor: default;
	opacity: 0.68;
}

.eds-worm-cart-button[data-cart-state="success"],
.eds-sku-cart[data-cart-state="success"] {
	background: #188348;
}

.eds-worm-cart-button[data-cart-state="error"],
.eds-sku-cart[data-cart-state="error"] {
	background: #9e3a2c;
}

.eds-worm-more {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.eds-worm-more button {
	width: min(100%, 390px);
	min-height: 48px;
	border: 1px solid #efc58f;
	border-radius: var(--eds-radius-ui);
	background: var(--eds-orange-soft);
	color: var(--eds-orange-dark);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

.eds-worm-more button:hover {
	border-color: var(--eds-orange);
	background: #fff8ef;
}

.eds-worm-empty {
	padding: 36px 22px;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	background: var(--eds-surface);
	color: var(--eds-muted);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.eds-worm-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 20px;
	color: var(--eds-muted);
	font-size: 14px;
	font-weight: 700;
}

.eds-worm-pagination span {
	color: var(--eds-header-text);
}

.eds-worm-pagination div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.eds-worm-pagination a,
.eds-worm-pagination button,
.eds-worm-pagination-ellipsis {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	background: #fff;
	color: var(--eds-header-text-strong) !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	border-bottom: 1px solid var(--eds-border) !important;
}

.eds-worm-pagination button {
	cursor: pointer;
}

.eds-worm-pagination-ellipsis {
	border-color: transparent;
	background: transparent;
	color: var(--eds-muted) !important;
}

.eds-worm-pagination a:hover,
.eds-worm-pagination a.is-active,
.eds-worm-pagination button:hover,
.eds-worm-pagination button.is-active {
	border-color: var(--eds-orange);
	background: var(--eds-orange);
	color: #fff !important;
}

.eds-sku-page {
	padding: 24px 0 64px;
	color: var(--eds-text);
}

.eds-sku-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

.eds-sku-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--eds-orange-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.eds-sku-head h1 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 38px;
	font-weight: 800;
	line-height: 1.12;
}

.eds-sku-back {
	color: var(--eds-orange-dark) !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.eds-sku-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.78fr);
	gap: 24px;
	align-items: start;
}

.eds-sku-gallery,
.eds-sku-summary,
.eds-sku-card,
.eds-sku-spec-strip {
	background: var(--eds-surface);
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	box-shadow: 0 12px 28px rgba(43, 43, 43, 0.07);
}

.eds-sku-gallery {
	overflow: hidden;
}

.eds-sku-main-image {
	height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px;
	background: #fbf8f3;
	border-bottom: 1px solid var(--eds-border);
}

.eds-sku-main-image img {
	display: block;
	width: min(74%, 520px);
	height: min(74%, 390px);
	object-fit: contain;
}

.eds-sku-thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 14px;
	background: #fff;
}

.eds-sku-thumbs button {
	height: 78px;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	background: #fbf8f3;
	color: var(--eds-header-text-strong);
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.eds-sku-thumbs button.is-active,
.eds-sku-thumbs button:hover {
	border-color: var(--eds-orange);
}

.eds-sku-thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.eds-sku-summary {
	padding: 24px;
}

.eds-sku-statusline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 22px;
	color: var(--eds-muted);
	font-size: 13px;
	font-weight: 700;
}

.eds-sku-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 800;
}

.eds-sku-status::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
}

.eds-sku-status-stock {
	color: #15733c;
}

.eds-sku-status-order {
	color: var(--eds-orange-dark);
}

.eds-sku-price-row {
	padding: 18px;
	background: #fbf8f3;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
}

.eds-sku-price-row strong {
	display: block;
	color: #15733c;
	font-size: 34px;
	font-weight: 850;
	line-height: 1;
}

.eds-sku-price-row small {
	display: block;
	margin-top: 8px;
	color: var(--eds-muted);
	font-size: 13px;
	line-height: 1.35;
}

.eds-sku-stock {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
}

.eds-sku-stock div {
	padding: 12px;
	background: #fff;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
}

.eds-sku-stock span {
	display: block;
	color: var(--eds-muted);
	font-size: 12px;
	font-weight: 700;
}

.eds-sku-stock strong {
	display: block;
	margin-top: 4px;
	color: var(--eds-black);
	font-size: 18px;
	font-weight: 800;
}

.eds-sku-actions {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 12px;
	margin-bottom: 12px;
}

.eds-sku-qty {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 36px;
	min-height: 48px;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	overflow: hidden;
}

.eds-sku-qty button,
.eds-sku-qty input {
	border: 0;
	background: #fff;
	color: var(--eds-header-text-strong);
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.eds-sku-qty button {
	cursor: pointer;
}

.eds-sku-cart,
.eds-sku-request {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--eds-radius-ui);
	font-size: 15px;
	font-weight: 850;
	text-decoration: none !important;
}

.eds-sku-cart {
	border: 0;
	background: var(--eds-orange);
	color: #fff;
	cursor: pointer;
}

.eds-sku-cart-request {
	cursor: pointer;
}

.eds-sku-cart:hover {
	background: var(--eds-orange-dark);
}

.eds-sku-request {
	width: 100%;
	border: 1px solid #efc58f !important;
	background: var(--eds-orange-soft);
	color: var(--eds-orange-dark) !important;
	border-bottom: 1px solid #efc58f !important;
}

.eds-sku-note {
	margin-top: 18px;
	padding: 16px;
	background: #fbf8f3;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
}

.eds-sku-note strong,
.eds-sku-note span {
	display: block;
}

.eds-sku-note strong {
	color: var(--eds-black);
	font-size: 15px;
	font-weight: 850;
}

.eds-sku-note span {
	margin-top: 6px;
	color: var(--eds-muted);
	font-size: 14px;
	line-height: 1.45;
}

.eds-sku-spec-strip {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	margin-top: 24px;
	overflow: hidden;
}

.eds-sku-spec-strip div {
	padding: 18px;
	border-right: 1px solid var(--eds-border);
}

.eds-sku-spec-strip div:last-child {
	border-right: 0;
}

.eds-sku-spec-strip span {
	display: block;
	color: var(--eds-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
}

.eds-sku-spec-strip strong {
	display: block;
	margin-top: 7px;
	color: var(--eds-black);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.2;
}

.eds-sku-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 24px;
	align-items: start;
	margin-top: 24px;
}

.eds-sku-card {
	padding: 24px;
}

.eds-sku-section-head {
	margin-bottom: 18px;
}

.eds-sku-section-head h2 {
	margin: 0;
	color: var(--eds-black);
	font-family: var(--eds-header-nav-font);
	font-size: 26px;
	font-weight: 850;
	line-height: 1.12;
}

.eds-sku-section-head p {
	max-width: 720px;
	margin: 8px 0 0;
	color: var(--eds-muted);
	font-size: 15px;
	line-height: 1.45;
}

.eds-sku-characteristics table {
	width: 100%;
	border-collapse: collapse;
}

.eds-sku-characteristics th,
.eds-sku-characteristics td {
	padding: 16px 0;
	border-top: 1px solid var(--eds-border);
	text-align: left;
	vertical-align: top;
}

.eds-sku-characteristics th {
	width: 52%;
	color: var(--eds-muted);
	font-size: 16px;
	font-weight: 750;
}

.eds-sku-characteristics td {
	color: var(--eds-black);
	font-size: 17px;
	font-weight: 800;
	text-align: right;
}

.eds-sku-side {
	display: grid;
	gap: 16px;
}

.eds-sku-doc-list {
	display: grid;
	gap: 10px;
}

.eds-sku-doc-list a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 12px;
	background: #fbf8f3;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	color: var(--eds-header-text-strong) !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	border-bottom: 1px solid var(--eds-border) !important;
}

.eds-sku-doc-list a:hover {
	border-color: var(--eds-orange) !important;
	color: var(--eds-orange-dark) !important;
}

.eds-sku-related {
	margin-top: 24px;
}

.eds-sku-related-table {
	display: grid;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	overflow: hidden;
}

.eds-sku-related-head,
.eds-sku-related-table a {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(110px, 1fr));
	gap: 12px;
	align-items: center;
	padding: 14px 16px;
}

.eds-sku-related-head {
	background: #fbf8f3;
	color: var(--eds-muted);
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.eds-sku-related-table a {
	color: var(--eds-header-text-strong) !important;
	font-size: 15px;
	font-weight: 750;
	text-decoration: none !important;
	border-top: 1px solid var(--eds-border);
	border-bottom: 0 !important;
}

.eds-sku-related-table a:hover {
	background: #fffaf4;
}

.eds-sku-related-table strong {
	color: var(--eds-orange-dark);
	font-weight: 850;
}

.eds-home-mode {
	background: #fff;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.eds-home-mode .workarea > .container.bx-content-section {
	width: 100%;
	max-width: none;
	padding: 0;
	background: #fff;
}

.eds-home-mode .workarea > .container.bx-content-section > .row {
	margin: 0;
}

.eds-home-mode .bx-content {
	width: 100%;
	max-width: none;
	flex: 0 0 100%;
	padding: 0;
}

.eds-home-mode .bx-content > :not(.eds-home-page) {
	display: none !important;
}

.eds-home-mode .sidebar,
.eds-home-mode .workarea > .container.bx-content-section > :not(.row) {
	display: none !important;
}

.eds-home-page {
	--eds-home-width: min(1360px, calc(100% - 48px));
	color: var(--eds-text);
	background: #fff;
}

.eds-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.78fr);
	gap: 44px;
	align-items: center;
	min-height: 405px;
	padding: 48px max(24px, calc((100vw - 1360px) / 2)) 52px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(21, 21, 21, 0.98), rgba(43, 43, 43, 0.96)),
		radial-gradient(circle at 74% 20%, rgba(230, 154, 69, 0.18), transparent 34%);
}

.eds-home-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(230, 154, 69, 0.75));
}

.eds-home-hero-copy,
.eds-home-carousel {
	position: relative;
	z-index: 1;
}

.eds-home-eyebrow,
.eds-home-selection-label,
.eds-home-section-head span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--eds-orange);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.eds-home-eyebrow::before,
.eds-home-selection-label::before,
.eds-home-section-head span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--eds-orange);
}

.eds-home-hero h1 {
	max-width: 700px;
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(30px, 2.55vw, 44px);
	font-weight: 820;
	line-height: 1.04;
	letter-spacing: 0;
}

.eds-home-hero p {
	max-width: 600px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	font-weight: 520;
	line-height: 1.48;
}

.eds-home-actions,
.eds-home-selection-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.eds-home-primary,
.eds-home-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: var(--eds-radius-ui);
	font-size: 16px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.eds-home-primary {
	border: 1px solid var(--eds-orange);
	background: var(--eds-orange);
	color: #fff !important;
}

.eds-home-secondary {
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: transparent;
	color: #fff !important;
}

.eds-home-primary:hover,
.eds-home-secondary:hover {
	transform: translateY(-1px);
}

.eds-home-primary:hover {
	background: var(--eds-orange-dark);
	border-color: var(--eds-orange-dark);
}

.eds-home-carousel {
	min-height: 350px;
}

.eds-home-slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 350px;
	padding: 22px;
	border: 1px solid rgba(229, 222, 210, 0.16);
	border-radius: var(--eds-radius-card);
	background: rgba(255, 250, 244, 0.06);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	opacity: 0;
	transform: translateX(18px);
	pointer-events: none;
	transition: opacity 0.45s ease, transform 0.45s ease;
	touch-action: pan-y;
	user-select: none;
}

.eds-home-slide.is-active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.eds-home-slide-media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 255px;
	margin-bottom: 16px;
	padding: 12px 18px;
	overflow: hidden;
	border-radius: var(--eds-radius-ui);
	background: #fffaf4;
}

.eds-home-slide-media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.eds-home-slide-badge {
	position: absolute;
	left: 22px;
	top: 22px;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid rgba(230, 154, 69, 0.55);
	border-radius: var(--eds-radius-ui);
	background: rgba(21, 21, 21, 0.72);
	color: #ffd7a8;
	font-size: 12px;
	font-weight: 850;
}

.eds-home-slide-copy {
	display: grid;
	gap: 8px;
}

.eds-home-slide-copy strong {
	color: #fff;
	font-size: 23px;
	font-weight: 850;
	line-height: 1.08;
}

.eds-home-slide-copy span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-weight: 560;
	line-height: 1.45;
}

.eds-home-dots {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 3;
	display: flex;
	gap: 8px;
}

.eds-home-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	cursor: pointer;
}

.eds-home-dots button.is-active {
	border-color: var(--eds-orange);
	background: var(--eds-orange);
}

.eds-home-catalog-promo,
.eds-home-selection {
	width: var(--eds-home-width);
	margin: 0 auto;
}

.eds-home-catalog-promo {
	padding: 52px 0 18px;
}

.eds-home-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.eds-home-section-head h2,
.eds-home-selection h2 {
	margin: 0;
	color: var(--eds-black);
	font-size: clamp(30px, 2.55vw, 44px);
	font-weight: 830;
	line-height: 1.04;
}

.eds-home-section-head > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 250px;
	min-height: 48px;
	padding: 0 24px;
	border-radius: var(--eds-radius-ui);
	background: var(--eds-orange);
	color: #fff !important;
	font-size: 16px;
	font-weight: 820;
	text-decoration: none !important;
}

.eds-home-section-head > a:hover {
	background: var(--eds-orange-dark);
}

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

.eds-home-category-card {
	position: relative;
	display: grid;
	min-height: 320px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	background: #fbf8f3;
	color: var(--eds-black) !important;
	text-decoration: none !important;
	box-shadow: 0 16px 42px rgba(21, 21, 21, 0.05);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.eds-home-category-card:hover {
	transform: translateY(-3px);
	border-color: rgba(230, 154, 69, 0.72);
	box-shadow: 0 22px 56px rgba(21, 21, 21, 0.09);
}

.eds-home-category-title {
	position: relative;
	z-index: 2;
	max-width: 82%;
	color: var(--eds-black);
	font-size: 26px;
	font-weight: 830;
	line-height: 1.08;
}

.eds-home-category-note {
	display: none;
}

.eds-home-category-media {
	position: absolute;
	right: 32px;
	bottom: 18px;
	display: flex;
	align-items: end;
	justify-content: center;
	width: 58%;
	height: 60%;
}

.eds-home-category-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.eds-home-selection {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 70px;
	padding: 28px;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-card);
	background: linear-gradient(135deg, #fffaf4, #fff);
	box-shadow: 0 18px 48px rgba(21, 21, 21, 0.06);
}

.eds-home-selection-copy p {
	max-width: 620px;
	margin: 14px 0 0;
	color: var(--eds-muted);
	font-size: 17px;
	font-weight: 560;
	line-height: 1.5;
}

.eds-home-selection-steps {
	display: grid;
	gap: 10px;
}

.eds-home-selection-steps span {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--eds-border);
	border-radius: var(--eds-radius-ui);
	background: #fff;
	color: var(--eds-header-text-strong);
	font-size: 15px;
	font-weight: 760;
}

.eds-home-selection .eds-home-actions,
.eds-home-selection-actions {
	margin-top: 0;
	flex-direction: column;
}

.eds-home-selection .eds-home-secondary,
.eds-home-selection .eds-home-primary {
	min-width: 190px;
}

.eds-home-selection .eds-home-secondary {
	border-color: var(--eds-border);
	color: var(--eds-header-text-strong) !important;
	background: #fff;
}

.eds-footer {
	background: #151515;
	color: #f7f3ec;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.eds-footer-inner {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(280px, 1.15fr) repeat(2, minmax(170px, 0.58fr)) minmax(220px, 0.78fr);
	gap: 34px;
	padding: 44px 0 36px;
}

.eds-footer-logo {
	display: inline-flex;
	width: min(320px, 100%);
	margin-bottom: 0;
}

.eds-footer-logo img {
	width: 100%;
	height: auto;
}

.eds-footer-brand p,
.eds-footer-contact p {
	max-width: 420px;
	margin: 0 0 18px;
	color: rgba(247, 243, 236, 0.68);
	font-size: 15px;
	font-weight: 520;
	line-height: 1.5;
}

.eds-footer h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 820;
}

.eds-footer-nav,
.eds-footer-contact {
	display: grid;
	align-content: start;
	gap: 9px;
}

.eds-footer a {
	color: rgba(247, 243, 236, 0.74) !important;
	font-size: 15px;
	font-weight: 560;
	text-decoration: none !important;
}

.eds-footer a:hover {
	color: var(--eds-orange) !important;
}

.eds-footer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	padding: 0 16px;
	border-radius: var(--eds-radius-ui);
	background: var(--eds-orange);
	color: #fff !important;
	font-weight: 800 !important;
}

.eds-footer-cta:hover {
	background: var(--eds-orange-dark);
	color: #fff !important;
}

.eds-footer-phone {
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 850 !important;
}

.eds-footer-contact span {
	color: rgba(247, 243, 236, 0.62);
	font-size: 14px;
	font-weight: 560;
}

.eds-footer-bottom {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
	border-top: 1px solid rgba(229, 222, 210, 0.16);
	color: rgba(247, 243, 236, 0.54);
	font-size: 14px;
	font-weight: 560;
}

@media (max-width: 1440px) {
	.eds-home-page {
		--eds-home-width: min(1280px, calc(100% - 40px));
	}

	.eds-home-hero {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 0.74fr);
		gap: 34px;
		min-height: 360px;
		padding-top: 38px;
		padding-bottom: 40px;
	}

	.eds-home-hero h1 {
		max-width: 640px;
		font-size: 40px;
	}

	.eds-home-hero p {
		max-width: 560px;
		font-size: 15px;
		line-height: 1.42;
	}

	.eds-home-actions {
		margin-top: 22px;
	}

	.eds-home-primary,
	.eds-home-secondary {
		min-height: 44px;
		padding: 0 20px;
		font-size: 15px;
	}

	.eds-home-carousel {
		min-height: 315px;
	}

	.eds-home-slide {
		min-height: 315px;
		padding: 18px;
	}

	.eds-home-slide-media {
		height: 220px;
		margin-bottom: 14px;
	}

	.eds-home-slide-badge {
		left: 18px;
		top: 18px;
	}

	.eds-home-slide-copy strong {
		font-size: 21px;
	}

	.eds-home-catalog-promo {
		padding-top: 40px;
	}

	.eds-mega-showcase {
		width: min(1360px, calc(100% - 24px));
	}

	.eds-mega-product-grid:not(.eds-mega-product-grid-wide) {
		grid-template-columns: repeat(auto-fill, 124px);
		gap: 6px;
	}

	.eds-mega-product-grid.eds-mega-product-grid-reducers {
		grid-template-columns: repeat(6, minmax(150px, 1fr));
		gap: 10px;
	}

	.eds-mega-product-grid.eds-mega-product-grid-wide {
		grid-template-columns: repeat(auto-fill, 245px);
		gap: 16px;
	}

	.eds-mega-product-grid.eds-mega-product-grid-feature {
		grid-template-columns: repeat(auto-fill, 300px);
		gap: 14px;
	}

	.eds-catalog-category-card-stock .eds-catalog-category-links span {
		font-size: 15px;
		font-weight: 460;
		line-height: 1.24;
	}

	.eds-gearbox-page-head {
		gap: 22px;
		margin-bottom: 26px;
	}

	.eds-gearbox-page-head h1 {
		font-size: 32px;
	}

	.eds-gearbox-title-search .eds-search-title-shell form,
	.eds-gearbox-title-search .eds-search-title-shell .input-group {
		grid-template-columns: minmax(0, 1fr) 46px;
		min-height: 46px;
	}

	.eds-gearbox-title-search .eds-search-title-shell input[type="text"],
	.eds-gearbox-title-search .eds-search-title-shell input[type="search"] {
		min-height: 46px;
		padding: 0 14px;
		font-size: 14px;
	}

	.eds-gearbox-title-search .eds-search-title-shell input[type="submit"],
	.eds-gearbox-title-search .eds-search-title-shell button[type="submit"],
	.eds-gearbox-title-search .eds-search-title-shell .btn {
		width: 46px;
		min-width: 46px;
		min-height: 46px;
	}

	.eds-gearbox-title-search .eds-search-title-shell form::after,
	.eds-gearbox-title-search .eds-search-title-shell .input-group::after {
		right: 12px;
		width: 20px;
		height: 20px;
	}

	.eds-gearbox-type-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eds-gearbox-type-card {
		height: 238px;
		min-height: 238px;
	}

	.eds-gearbox-type-media img {
		height: 100%;
	}

	.eds-worm-head {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
		gap: 22px;
		margin-bottom: 18px;
	}

	.eds-worm-head h1 {
		font-size: 32px;
	}

	.eds-worm-head p {
		font-size: 14px;
	}

	.eds-worm-layout {
		grid-template-columns: 300px minmax(0, 1fr);
		gap: 18px;
	}

	.eds-worm-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eds-worm-product-card {
		grid-template-rows: 260px minmax(104px, auto) auto;
	}

	.eds-worm-product-image {
		height: 260px;
	}
}

@media (max-width: 1199px) {
	.eds-home-page {
		--eds-home-width: min(1360px, calc(100% - 28px));
	}

	.eds-home-hero {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
		gap: 24px;
		min-height: 330px;
		padding: 30px 24px 34px;
	}

	.eds-home-hero h1 {
		max-width: 560px;
		font-size: 32px;
	}

	.eds-home-hero p {
		max-width: 520px;
		font-size: 14px;
		line-height: 1.4;
	}

	.eds-home-actions {
		margin-top: 18px;
	}

	.eds-home-primary,
	.eds-home-secondary {
		min-height: 42px;
		padding: 0 18px;
		font-size: 14px;
	}

	.eds-home-carousel {
		min-height: 285px;
	}

	.eds-home-slide {
		min-height: 285px;
		padding: 16px;
	}

	.eds-home-slide-media {
		height: 196px;
		margin-bottom: 12px;
	}

	.eds-home-slide-media img {
		max-height: 100%;
	}

	.eds-home-slide-badge {
		left: 16px;
		top: 16px;
		min-height: 28px;
		font-size: 11px;
	}

	.eds-home-slide-copy strong {
		font-size: 20px;
	}

	.eds-home-dots {
		right: 16px;
		bottom: 16px;
	}

	.eds-home-catalog-promo {
		padding-top: 34px;
	}

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

	.eds-home-selection {
		grid-template-columns: 1fr;
	}

	.eds-home-selection-actions {
		flex-direction: row;
	}

	.eds-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eds-header-inner {
		gap: 12px;
	}

	.eds-header-logo {
		width: 150px;
	}

	.eds-primary-nav {
		gap: var(--eds-header-nav-gap-compact);
	}

	.eds-primary-nav a,
	.eds-catalog-button,
	.eds-text-action {
		padding: 0;
		font-size: var(--eds-header-nav-size-compact);
	}

	.eds-search-button {
		margin-left: var(--eds-header-contact-search-gap-compact);
	}

	.eds-primary-nav .eds-font-catalog,
	.eds-primary-nav .eds-font-gearboxes,
	.eds-primary-nav .eds-font-motors,
	.eds-primary-nav .eds-font-gearmotors,
	.eds-primary-nav .eds-font-inverters {
		font-size: var(--eds-header-nav-size-compact);
	}

	.eds-mega-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eds-mega-showcase {
		width: min(1360px, calc(100% - 24px));
		padding: 12px 0 14px;
	}

	.eds-mega-product-grid:not(.eds-mega-product-grid-wide) {
		grid-template-columns: repeat(auto-fill, 124px);
		gap: 6px;
	}

	.eds-mega-product-grid.eds-mega-product-grid-reducers {
		grid-template-columns: repeat(6, minmax(142px, 1fr));
		gap: 10px;
	}

	.eds-mega-product-grid.eds-mega-product-grid-wide {
		grid-template-columns: repeat(auto-fill, 220px);
		gap: 12px;
	}

	.eds-mega-product-grid.eds-mega-product-grid-feature {
		grid-template-columns: repeat(auto-fill, 280px);
		gap: 12px;
	}

	.eds-mega-topic-panel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eds-mega-topic-panel > div {
		grid-column: 1 / -1;
	}

	.eds-mega-config-panel {
		width: min(720px, calc(100% - 24px));
		padding: 20px 0 22px;
	}

	.eds-mega-config-copy {
		padding: 20px;
	}

	.eds-mega-config-copy strong {
		font-size: 20px;
	}

	.eds-catalog-hero {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.eds-catalog-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.eds-catalog-category-card {
		grid-template-columns: minmax(150px, 32%) minmax(0, 1fr);
		min-height: 230px;
	}

	.eds-catalog-category-body {
		padding: 16px 52px 16px 16px;
	}

	.eds-catalog-category-card-stock .eds-catalog-category-links span {
		font-size: 15px;
		font-weight: 460;
		line-height: 1.24;
	}

	.eds-catalog-category-media img {
		height: 150px;
	}

	.eds-catalog-popular-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eds-catalog-service-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eds-worm-head {
		grid-template-columns: 1fr;
	}

	.eds-worm-layout {
		grid-template-columns: 1fr;
	}

	.eds-catalog-empty-state {
		min-height: 500px;
		padding: 44px 24px;
	}

	.eds-catalog-empty-visual {
		width: 144px;
		height: 144px;
		border-radius: 34px;
	}

	.eds-catalog-empty-icon {
		width: 94px;
		height: 94px;
	}

	.eds-worm-filter {
		position: static;
	}
}

@media (max-width: 991px) {
	.eds-home-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 34px 18px 38px;
	}

	.eds-home-carousel {
		min-height: 320px;
	}

	.eds-home-section-head {
		align-items: start;
		flex-direction: column;
	}

	.eds-home-section-head > a {
		width: 100%;
		min-width: 0;
	}

	.eds-home-selection-actions {
		flex-direction: column;
	}

	.eds-footer-inner,
	.eds-footer-bottom {
		width: min(1360px, calc(100% - 28px));
	}

	.eds-header-inner {
		width: min(1360px, calc(100% - 28px));
		min-height: 76px;
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.eds-header-logo {
		width: 142px;
		min-height: 52px;
	}

	.eds-primary-nav {
		order: 3;
		width: 100%;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.eds-text-action {
		display: none;
	}

	.eds-search-button {
		margin-left: 0;
	}

	.eds-mega-menu {
		display: none !important;
	}

	.eds-mega-inner {
		width: min(1360px, calc(100% - 28px));
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eds-mega-showcase,
	.eds-mega-topic-panel,
	.eds-mega-config-panel {
		width: min(1360px, calc(100% - 28px));
		grid-template-columns: 1fr;
	}

	.eds-mega-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eds-catalog-root {
		padding-top: 18px;
	}

	.eds-catalog-hero,
	.eds-catalog-selection,
	.eds-catalog-popular {
		padding: 18px;
	}

	.eds-catalog-hero {
		grid-template-columns: 1fr;
	}

	.eds-catalog-category-card {
		grid-template-columns: 1fr;
	}

	.eds-catalog-category-card::before,
	.eds-catalog-category-card::after {
		display: none;
	}

	.eds-catalog-category-media {
		border-right: 0;
		border-bottom: 1px solid var(--eds-border);
	}

	.eds-catalog-selection,
	.eds-catalog-section-head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.eds-catalog-selection {
		display: grid;
	}

	.eds-catalog-section-head {
		display: grid;
	}

	.eds-catalog-service-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eds-gearbox-category {
		padding-top: 18px;
	}

	.eds-gearbox-page-head {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.eds-gearbox-support-grid {
		grid-template-columns: 1fr;
	}

	.eds-gearbox-type-grid,
	.eds-gearbox-series-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eds-gearbox-section-head {
		display: grid;
		align-items: start;
	}

	.eds-worm-page {
		padding-top: 18px;
	}

	.eds-sku-content-grid {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 575px) {
	.eds-home-page {
		--eds-home-width: min(1360px, calc(100% - 20px));
	}

	.eds-home-hero {
		padding: 34px 10px 38px;
	}

	.eds-home-hero h1 {
		font-size: 34px;
	}

	.eds-home-hero p {
		font-size: 15px;
	}

	.eds-home-actions,
	.eds-home-selection-actions {
		width: 100%;
	}

	.eds-home-primary,
	.eds-home-secondary {
		width: 100%;
	}

	.eds-catalog-empty-state {
		min-height: 460px;
		padding: 34px 18px;
	}

	.eds-catalog-empty-visual {
		width: 118px;
		height: 118px;
		margin-bottom: 22px;
		border-radius: 28px;
	}

	.eds-catalog-empty-icon {
		width: 78px;
		height: 78px;
	}

	.eds-catalog-empty-icon::before {
		left: 12px;
		right: 12px;
		bottom: 12px;
		height: 43px;
		border-width: 6px;
	}

	.eds-catalog-empty-icon::after {
		left: 17px;
		top: 14px;
		width: 46px;
		height: 28px;
		border-width: 6px;
		border-bottom: 0;
	}

	.eds-catalog-empty-copy span {
		font-size: 13px;
	}

	.eds-catalog-empty-copy p {
		font-size: 16px;
	}

	.eds-catalog-empty-actions,
	.eds-catalog-empty-actions a {
		width: 100%;
	}

	.eds-home-carousel {
		min-height: 300px;
	}

	.eds-home-slide {
		min-height: 300px;
		padding: 18px;
	}

	.eds-home-slide-badge {
		left: 18px;
		top: 18px;
	}

	.eds-home-slide-media {
		height: 200px;
	}

	.eds-home-slide-media img {
		max-height: 100%;
	}

	.eds-home-slide-copy strong {
		font-size: 22px;
	}

	.eds-home-catalog-promo {
		padding-top: 36px;
	}

	.eds-home-section-head h2,
	.eds-home-selection h2 {
		font-size: 34px;
	}

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

	.eds-home-category-card {
		min-height: 250px;
	}

	.eds-home-category-title {
		font-size: 23px;
	}

	.eds-home-selection {
		padding: 20px;
		margin-bottom: 44px;
	}

	.eds-sku-characteristics th,
	.eds-sku-characteristics td {
		display: block;
		width: 100%;
		text-align: left;
	}

	.eds-sku-characteristics th {
		padding-bottom: 4px;
	}

	.eds-sku-characteristics td {
		padding-top: 0;
		border-top: 0;
	}

	.eds-footer-inner {
		width: min(1360px, calc(100% - 20px));
		grid-template-columns: 1fr;
		padding: 34px 0 28px;
	}

	.eds-footer-bottom {
		width: min(1360px, calc(100% - 20px));
		flex-direction: column;
	}

	.eds-header-inner {
		width: min(1360px, calc(100% - 20px));
	}

	.eds-primary-nav a {
		display: none;
	}

	.eds-catalog-button {
		width: 100%;
		justify-content: center;
	}

	.eds-mega-inner {
		width: min(1360px, calc(100% - 20px));
		grid-template-columns: 1fr;
	}

	.eds-mega-showcase,
	.eds-mega-topic-panel,
	.eds-mega-config-panel {
		width: min(1360px, calc(100% - 20px));
	}

	.eds-catalog-hero h1 {
		font-size: 28px;
	}

	.eds-catalog-actions a,
	.eds-catalog-selection-actions a,
	.eds-catalog-section-head > a {
		width: 100%;
	}

	.eds-catalog-search,
	.eds-search-title-shell form,
	.eds-search-title-shell .input-group {
		grid-template-columns: minmax(0, 1fr) 48px;
		min-height: 48px;
	}

	.eds-catalog-search input,
	.eds-search-title-shell input[type="text"],
	.eds-search-title-shell input[type="search"] {
		min-height: 48px;
		padding: 0 12px;
		font-size: 14px;
	}

	.eds-search-title-shell input[type="submit"],
	.eds-search-title-shell button[type="submit"],
	.eds-search-title-shell .btn {
		width: 48px;
		min-width: 48px;
		min-height: 48px;
	}

	.eds-search-title-shell form::after,
	.eds-search-title-shell .input-group::after {
		right: 13px;
	}

	.eds-catalog-category-card {
		grid-template-columns: 1fr;
	}

	.eds-catalog-category-media {
		border-right: 0;
		border-bottom: 1px solid var(--eds-border);
	}

	.eds-catalog-category-media img {
		height: 160px;
	}

	.eds-catalog-popular-grid,
	.eds-catalog-service-strip {
		grid-template-columns: 1fr;
	}

	.eds-gearbox-page-head h1 {
		font-size: 30px;
	}

	.eds-gearbox-type-grid,
	.eds-gearbox-series-grid {
		grid-template-columns: 1fr;
	}

	.eds-motor-category .eds-gearbox-type-grid {
		grid-template-columns: 1fr;
	}

	.eds-accessory-category .eds-gearbox-type-grid {
		grid-template-columns: 1fr;
	}

	.eds-gearbox-type-card {
		grid-template-columns: minmax(130px, 38%) minmax(0, 1fr);
		grid-template-rows: auto;
		height: auto;
		min-height: 168px;
	}

	.eds-gearbox-type-media {
		border-right: 1px solid var(--eds-border);
	}

	.eds-gearbox-type-media img {
		height: 120px;
	}

	.eds-gearbox-type-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 0;
		border-top: 0;
	}

	.eds-worm-product-grid {
		grid-template-columns: 1fr;
	}

	.eds-worm-head h1 {
		font-size: 30px;
	}

	.eds-worm-product-card {
		grid-template-rows: 170px auto auto;
	}

	.eds-worm-product-image {
		height: 170px;
	}
}
/* EDS authentication flow. Bitrix keeps validation and state; these styles only own presentation. */
.eds-auth-mode .workarea {
	background: #f7f3ec;
}

.eds-auth-mode .container.bx-content-section {
	width: 100%;
	max-width: none;
	padding: 0;
}

.eds-auth-mode .container.bx-content-section > .row {
	margin: 0;
}

.eds-auth-mode .bx-content {
	width: 100%;
	max-width: none;
	padding: 0;
}

.eds-auth-page {
	width: min(1360px, calc(100% - 64px));
	margin: 48px auto 72px;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	color: var(--eds-text, #111);
}

.eds-auth-panel {
	display: grid;
	grid-template-columns: minmax(420px, 0.94fr) minmax(460px, 1.06fr);
	min-height: 560px;
	overflow: hidden;
	border: 1px solid var(--eds-border, #e5ded2);
	border-radius: var(--eds-radius-card, 12px);
	background: #fff;
	box-shadow: 0 22px 64px rgba(21, 21, 21, 0.09);
}

.eds-auth-context {
	display: flex;
	flex-direction: column;
	padding: 40px 44px 38px;
	background: #222220;
	color: #fff;
}

.eds-auth-context-logo {
	display: inline-flex;
	width: 156px;
	height: 94px;
	margin-bottom: auto;
}

.eds-auth-context-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.eds-auth-context-copy {
	max-width: 560px;
	margin-top: 42px;
}

.eds-auth-eyebrow,
.eds-auth-step {
	margin: 0 0 10px;
	color: var(--eds-orange, #e69a45);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.eds-auth-context h1 {
	max-width: 560px;
	margin: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 760;
	line-height: 1.08;
}

.eds-auth-context-copy > p:last-child {
	max-width: 540px;
	margin: 18px 0 0;
	color: #c9c5bf;
	font-size: 16px;
	font-weight: 520;
	line-height: 1.55;
}

.eds-auth-security-note {
	max-width: 520px;
	margin-top: 28px;
	padding-left: 16px;
	border-left: 3px solid var(--eds-orange, #e69a45);
	color: #d2cec8;
	font-size: 14px;
	font-weight: 560;
	line-height: 1.5;
}

.eds-auth-help-link {
	display: inline-flex;
	align-self: flex-start;
	margin-top: auto;
	padding-top: 32px;
	color: #efb36f !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.eds-auth-help-link:hover {
	color: #fff !important;
}

.eds-auth-steps {
	display: grid;
	gap: 14px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.eds-auth-steps li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #8e8a84;
	font-size: 14px;
	font-weight: 650;
}

.eds-auth-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #57544f;
	border-radius: 50%;
	font-size: 12px;
}

.eds-auth-steps .is-current,
.eds-auth-steps .is-complete {
	color: #fff;
}

.eds-auth-steps .is-current span {
	border-color: var(--eds-orange, #e69a45);
	background: var(--eds-orange, #e69a45);
}

.eds-auth-steps .is-complete span {
	border-color: #80684e;
	color: #efb36f;
}

.eds-auth-surface {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 46px 56px;
	background: #fff;
}

.eds-auth-form-wrap {
	width: min(100%, 450px);
}

.eds-auth-form-wrap-wide {
	width: min(100%, 560px);
}

.eds-auth-form-head {
	margin-bottom: 26px;
}

.eds-auth-form-head h2 {
	margin: 0;
	color: var(--eds-black, #151515);
	font-size: 32px;
	font-weight: 780;
	line-height: 1.12;
}

.eds-auth-form-head > p:last-child,
.eds-auth-form-note {
	margin: 10px 0 0;
	color: var(--eds-muted, #746b61);
	font-size: 14px;
	font-weight: 520;
	line-height: 1.5;
}

.eds-auth-form-note {
	margin: -10px 0 20px;
}

.eds-auth-form {
	display: grid;
	gap: 17px;
}

.eds-auth-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.eds-auth-field {
	display: grid;
	gap: 7px;
	margin: 0;
}

.eds-auth-field > span {
	color: var(--eds-header-text-strong, #3f3831);
	font-size: 13px;
	font-weight: 700;
}

.eds-auth-field input,
.eds-auth-field select,
.eds-auth-field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid #ddd4c8;
	border-radius: var(--eds-radius-ui, 8px);
	background: #fffaf4;
	color: var(--eds-black, #151515);
	font-family: inherit;
	font-size: 15px;
	font-weight: 550;
	outline: none;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.eds-auth-field input,
.eds-auth-field select {
	height: 50px;
	padding: 0 14px;
}

.eds-auth-field textarea {
	min-height: 104px;
	padding: 12px 14px;
	resize: vertical;
}

.eds-auth-field input:focus,
.eds-auth-field select:focus,
.eds-auth-field textarea:focus {
	border-color: var(--eds-orange, #e69a45);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(230, 154, 69, 0.16);
}

.eds-auth-field input::placeholder,
.eds-auth-field textarea::placeholder {
	color: #9b938a;
}

.eds-auth-field input:disabled {
	background: #f0ede8;
	color: #7c756d;
}

.eds-auth-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.eds-auth-check {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: var(--eds-muted, #746b61);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.eds-auth-check input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--eds-orange, #e69a45);
}

.eds-auth-row a,
.eds-auth-register a,
.eds-auth-secondary-link {
	color: var(--eds-orange-dark, #c97925) !important;
	font-size: 13px;
	font-weight: 720;
	text-decoration: none !important;
}

.eds-auth-row a:hover,
.eds-auth-register a:hover,
.eds-auth-secondary-link:hover {
	color: var(--eds-orange, #e69a45) !important;
}

.eds-auth-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 18px;
	border: 1px solid var(--eds-orange, #e69a45);
	border-radius: var(--eds-radius-ui, 8px);
	background: var(--eds-orange, #e69a45);
	color: #fff !important;
	font-family: inherit;
	font-size: 15px;
	font-weight: 760;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.eds-auth-submit:hover {
	border-color: var(--eds-orange-dark, #c97925);
	background: var(--eds-orange-dark, #c97925);
	transform: translateY(-1px);
}

.eds-auth-submit-link {
	margin-top: 20px;
}

.eds-auth-secondary-link {
	display: block;
	margin-top: 18px;
	text-align: center;
}

.eds-auth-register {
	margin: 22px 0 0;
	color: var(--eds-header-text-strong, #3f3831);
	font-size: 15px;
	font-weight: 620;
	line-height: 1.45;
	text-align: center;
}

.eds-auth-register a {
	font-size: inherit;
	font-weight: 780;
}

.eds-auth-alert {
	margin: 0 0 20px;
	padding: 12px 14px;
	border: 1px solid;
	border-radius: var(--eds-radius-ui, 8px);
	font-size: 13px;
	font-weight: 620;
	line-height: 1.45;
}

.eds-auth-alert-error {
	border-color: #e6b8b0;
	background: #fff1ef;
	color: #973c32;
}

.eds-auth-alert-success {
	border-color: #b8d9c1;
	background: #eff9f1;
	color: #24713a;
}

.eds-auth-alert-notice {
	border-color: #ead1ab;
	background: #fff7eb;
	color: #8a5920;
}

.eds-auth-captcha {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: end;
}

.eds-auth-captcha img {
	width: 180px;
	height: 50px;
	object-fit: contain;
	border: 1px solid #ddd4c8;
	border-radius: var(--eds-radius-ui, 8px);
	background: #fff;
}

.eds-auth-secure {
	padding: 10px 12px;
	border: 1px solid #eadfce;
	border-radius: var(--eds-radius-ui, 8px);
	background: #fffaf4;
	color: var(--eds-muted, #746b61);
	font-size: 12px;
	font-weight: 550;
	line-height: 1.45;
}

.eds-auth-policy.eds-auth-alert {
	margin-bottom: 0;
}

.eds-auth-policy.eds-auth-alert-error {
	border-color: #e6b8b0;
	background: #fff1ef;
	color: #973c32;
}

.eds-auth-policy p,
.eds-auth-policy ul {
	margin: 0;
}

.eds-auth-consent {
	color: var(--eds-muted, #746b61);
	font-size: 13px;
}

.eds-auth-social {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--eds-border, #e5ded2);
}

.eds-auth-social > span {
	display: block;
	margin-bottom: 10px;
	color: var(--eds-muted, #746b61);
	font-size: 12px;
	font-weight: 650;
}

.eds-auth-state-icon {
	position: relative;
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
	border: 1px solid;
	border-radius: 50%;
}

.eds-auth-state-icon::before,
.eds-auth-state-icon::after {
	content: "";
	position: absolute;
}

.eds-auth-state-icon-success {
	border-color: #a9d3b4;
	background: #eff9f1;
}

.eds-auth-state-icon-success::before {
	width: 22px;
	height: 11px;
	left: 16px;
	top: 18px;
	border-left: 3px solid #2f8247;
	border-bottom: 3px solid #2f8247;
	transform: rotate(-45deg);
}

.eds-auth-state-icon-notice {
	border-color: #e8c48e;
	background: #fff7eb;
}

.eds-auth-state-icon-notice::before {
	left: 26px;
	top: 13px;
	width: 3px;
	height: 20px;
	border-radius: 2px;
	background: #b56d21;
}

.eds-auth-state-icon-notice::after {
	left: 26px;
	top: 39px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #b56d21;
}

.eds-auth-state-icon-error {
	border-color: #e3b3ab;
	background: #fff1ef;
}

.eds-auth-state-icon-error::before,
.eds-auth-state-icon-error::after {
	left: 26px;
	top: 14px;
	width: 3px;
	height: 28px;
	border-radius: 2px;
	background: #a6473b;
}

.eds-auth-state-icon-error::before {
	transform: rotate(45deg);
}

.eds-auth-state-icon-error::after {
	transform: rotate(-45deg);
}

.eds-auth-email-sent {
	width: min(100%, 520px);
}

.eds-auth-email-sent-icon {
	width: 68px;
	height: 68px;
	margin: 0 0 24px;
	border: 1px solid #b8d9c1;
	border-radius: 50%;
	background: #eff9f1;
}

.eds-auth-email-sent-icon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #2f8247;
	mask: url("images/circle-check.svg") center / 34px 34px no-repeat;
	-webkit-mask: url("images/circle-check.svg") center / 34px 34px no-repeat;
}

@media (max-width: 1440px) {
	.eds-auth-page {
		width: min(1260px, calc(100% - 36px));
		margin-top: 34px;
	}

	.eds-auth-panel {
		grid-template-columns: minmax(380px, 0.9fr) minmax(430px, 1.1fr);
		min-height: 500px;
	}

	.eds-auth-context {
		padding: 32px 36px;
	}

	.eds-auth-context-logo {
		width: 138px;
		height: 80px;
	}

	.eds-auth-context-copy {
		margin-top: 26px;
	}

	.eds-auth-context h1 {
		font-size: 36px;
	}

	.eds-auth-context-copy > p:last-child {
		font-size: 15px;
	}

	.eds-auth-surface {
		padding: 34px 42px;
	}

	.eds-auth-form-head {
		margin-bottom: 22px;
	}

	.eds-auth-form-head h2 {
		font-size: 29px;
	}
}

@media (max-width: 1050px) {
	.eds-auth-panel {
		grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
	}

	.eds-auth-context {
		padding: 28px;
	}

	.eds-auth-context h1 {
		font-size: 32px;
	}

	.eds-auth-surface {
		padding: 30px;
	}
}

@media (max-width: 880px) {
	.eds-auth-page {
		width: min(720px, calc(100% - 28px));
	}

	.eds-auth-panel {
		grid-template-columns: 1fr;
	}

	.eds-auth-context {
		min-height: 300px;
	}

	.eds-auth-context-logo {
		margin-bottom: 24px;
	}

	.eds-auth-context-copy {
		margin-top: 0;
	}

	.eds-auth-context h1 {
		font-size: 30px;
	}

	.eds-auth-help-link {
		padding-top: 22px;
	}

	.eds-auth-surface {
		padding: 34px 28px;
	}
}

@media (max-width: 580px) {
	.eds-auth-page {
		width: calc(100% - 20px);
		margin: 22px auto 44px;
	}

	.eds-auth-context,
	.eds-auth-surface {
		padding: 24px 20px;
	}

	.eds-auth-context h1 {
		font-size: 28px;
	}

	.eds-auth-context-copy > p:last-child {
		font-size: 14px;
	}

	.eds-auth-field-grid,
	.eds-auth-captcha {
		grid-template-columns: 1fr;
	}

	.eds-auth-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.eds-auth-form-head h2 {
		font-size: 27px;
	}
}

/* Primary auth screens use one three-row stack so the logo, content and help link can never overlap. */
.eds-auth-page-login .eds-auth-context,
.eds-auth-page-registration .eds-auth-context,
.eds-auth-page-confirmation .eds-auth-context {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	row-gap: 28px;
	padding-top: 26px;
}

.eds-auth-page-login .eds-auth-context-logo,
.eds-auth-page-registration .eds-auth-context-logo,
.eds-auth-page-confirmation .eds-auth-context-logo {
	width: 170px;
	height: 102px;
	margin: 0;
}

.eds-auth-page-login .eds-auth-context-main,
.eds-auth-page-registration .eds-auth-context-main,
.eds-auth-page-confirmation .eds-auth-context-main {
	align-self: center;
}

.eds-auth-page-login .eds-auth-context-copy,
.eds-auth-page-registration .eds-auth-context-copy,
.eds-auth-page-confirmation .eds-auth-context-copy {
	margin-top: 0;
}

.eds-auth-page-login .eds-auth-help-link,
.eds-auth-page-registration .eds-auth-help-link,
.eds-auth-page-confirmation .eds-auth-help-link {
	margin: 0;
	padding-top: 0;
}

.eds-auth-registration-alert {
	margin-bottom: 0;
}

.eds-auth-registration-alert > * + * {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(151, 60, 50, 0.2);
}

.eds-auth-registration-alert .eds-auth-policy {
	color: inherit;
}

@media (max-width: 1440px) {
	.eds-auth-page-login .eds-auth-context,
	.eds-auth-page-registration .eds-auth-context,
	.eds-auth-page-confirmation .eds-auth-context {
		padding-top: 22px;
	}

	.eds-auth-page-login .eds-auth-context-logo,
	.eds-auth-page-registration .eds-auth-context-logo,
	.eds-auth-page-confirmation .eds-auth-context-logo {
		width: 148px;
		height: 88px;
	}
}

@media (max-width: 1050px) {
	.eds-auth-page-login .eds-auth-context,
	.eds-auth-page-registration .eds-auth-context,
	.eds-auth-page-confirmation .eds-auth-context {
		padding-top: 18px;
	}

	.eds-auth-page-login .eds-auth-context-logo,
	.eds-auth-page-registration .eds-auth-context-logo,
	.eds-auth-page-confirmation .eds-auth-context-logo {
		width: 138px;
		height: 80px;
	}
}

@media (max-width: 880px) {
	.eds-auth-page-login .eds-auth-context-logo,
	.eds-auth-page-registration .eds-auth-context-logo,
	.eds-auth-page-confirmation .eds-auth-context-logo {
		width: 128px;
		height: 74px;
	}
}

@media (max-width: 1360px) {
	.eds-reducer-category .eds-gearbox-type-card {
		height: 286px;
		min-height: 286px;
	}

	.eds-accessory-category .eds-gearbox-type-card {
		height: 252px;
		min-height: 252px;
	}

	.eds-mega-product-grid-reducers {
		grid-template-columns: repeat(6, minmax(142px, 1fr));
		gap: 10px;
	}

	.eds-mega-product-grid-reducers .eds-mega-product-card {
		grid-template-rows: 94px auto;
	}

	.eds-mega-product-grid-reducers .eds-mega-product-media {
		height: 94px;
	}

	.eds-mega-product-grid-reducers .eds-mega-product-media img {
		max-height: 86px;
	}
}

@media (max-width: 767px) {
	.eds-reducer-category .eds-gearbox-type-grid,
	.eds-accessory-category .eds-gearbox-type-grid {
		grid-template-columns: 1fr;
	}

	.eds-reducer-category .eds-gearbox-type-card,
	.eds-accessory-category .eds-gearbox-type-card {
		height: auto;
		min-height: 168px;
	}
}
