/**
 * GKN KALA desktop mega menu V9.9.7.
 * Mockup-faithful, click-owned taxonomy rail with text-only layer two and
 * unique visual cards on layer three. Tablet and mobile deliberately inherit
 * the established V8.7 interaction models.
 */

.gkn-mega-desktop-v993 {
	display: none;
}

@media (min-width: 1200px) {
	body.gkn-drawer-open {
		overflow: auto !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] {
		position: fixed !important;
		top: var(--gkn-drawer-top, 150px) !important;
		right: 0 !important;
		bottom: auto !important;
		left: 0 !important;
		display: grid !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 0 20px 18px !important;
		place-items: start center !important;
		background: transparent !important;
		pointer-events: none;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"].is-open {
		pointer-events: auto;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] > .gkn-drawer-backdrop,
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-category-drawer__panel > header {
		display: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-category-drawer__panel {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		display: block !important;
		width: min(1320px, calc(100vw - 40px)) !important;
		height: min(632px, calc(100dvh - var(--gkn-drawer-top, 150px) - 22px)) !important;
		min-height: min(548px, calc(100dvh - var(--gkn-drawer-top, 150px) - 22px)) !important;
		max-height: 632px !important;
		margin: 0 auto !important;
		overflow: hidden !important;
		border: 1px solid #e2e5ea !important;
		border-radius: 0 0 16px 16px !important;
		background: #fff !important;
		box-shadow: 0 22px 54px rgba(18, 23, 38, .14), 0 4px 14px rgba(18, 23, 38, .06) !important;
		transform: translateY(-7px) scale(.995) !important;
		transform-origin: top center;
		opacity: 0;
		transition: transform .16s ease, opacity .16s ease !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"].is-open .gkn-category-drawer__panel {
		transform: translateY(0) scale(1) !important;
		opacity: 1;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mobile-category-shell,
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-panel__header,
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-panel__body,
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-panel__empty {
		display: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-cascade {
		display: grid !important;
		width: 100% !important;
		height: 100% !important;
		grid-template-columns: minmax(0, 1fr) 255px !important;
		grid-template-areas: "content roots" !important;
		gap: 0 !important;
		direction: ltr;
		min-height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-cascade__roots {
		grid-area: roots !important;
		display: flex !important;
		width: auto !important;
		height: 100% !important;
		min-height: 0 !important;
		flex-direction: column !important;
		gap: 4px !important;
		padding: 14px 10px !important;
		overflow: hidden !important;
		border: 0 !important;
		border-left: 1px solid #e6e8ed !important;
		background: #fafbfc !important;
		direction: rtl;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-purchase-help {
		display: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root {
		position: relative !important;
		display: grid !important;
		width: 100% !important;
		height: 62px !important;
		min-height: 62px !important;
		grid-template-columns: 50px minmax(0, 1fr) 18px !important;
		align-items: center !important;
		gap: 8px !important;
		padding: 5px 8px !important;
		border: 1px solid transparent !important;
		border-radius: 11px !important;
		background: transparent !important;
		color: #242a38 !important;
		text-align: right !important;
		cursor: pointer !important;
		transition: border-color .13s ease, background-color .13s ease, color .13s ease !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root::before {
		position: absolute;
		top: 8px;
		right: -1px;
		bottom: 8px;
		width: 3px;
		border-radius: 0 3px 3px 0;
		background: transparent;
		content: "";
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root:is(:hover, :focus-visible) {
		border-color: #ffd7da !important;
		background: #fff !important;
		outline: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root.is-active {
		border-color: #ffc9ce !important;
		background: #fff3f4 !important;
		color: #d7192d !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root.is-active::before {
		background: #ef2638;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__media,
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__media img {
		display: grid !important;
		width: 50px !important;
		height: 50px !important;
		min-width: 50px !important;
		min-height: 50px !important;
		place-items: center;
		border: 0 !important;
		border-radius: 10px !important;
		background: #fff !important;
		object-fit: contain !important;
		mix-blend-mode: multiply;
	}

	/*
	 * The inherited cascade rules also target every direct `span` inside a root
	 * tab. Keep the media in column one and explicitly release the label from
	 * that legacy 40px square so Persian labels never overlap the artwork.
	 */
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__media {
		grid-column: 1 !important;
		grid-row: 1 !important;
		margin: 0 !important;
		transform: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__line-icon {
		display: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__copy {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-width: 0 !important;
		min-height: 0 !important;
		grid-column: 2 !important;
		grid-row: 1 !important;
		align-self: center !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		transform: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__copy b {
		display: block !important;
		overflow: hidden;
		font-size: 13px !important;
		font-weight: 760 !important;
		line-height: 1.5 !important;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__copy small {
		display: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root > i {
		display: block !important;
		width: 18px !important;
		height: auto !important;
		grid-column: 3 !important;
		grid-row: 1 !important;
		justify-self: center !important;
		color: #89909e !important;
		font-size: 13px !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-cascade__content {
		grid-area: content !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		overflow: hidden !important;
		background: #fff !important;
		direction: rtl;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-panel {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		background: #fff !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-panel[hidden] {
		display: none !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-desktop-v993 {
		display: grid !important;
		width: 100% !important;
		height: 100% !important;
		grid-template-columns: 260px minmax(0, 1fr) !important;
		grid-template-areas: "helper catalog" !important;
		gap: 0 !important;
		direction: ltr;
	}

	.gkn-mega-desktop-v993__helper {
		grid-area: helper;
		display: flex;
		height: 100%;
		min-height: 0;
		flex-direction: column;
		gap: 14px;
		padding: 22px 16px;
		border-left: 0;
		border-right: 1px solid #e6e8ed;
		background: #fff;
		direction: rtl;
		overflow: hidden;
	}

	.gkn-mega-desktop-v993__helper > * {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.gkn-mega-desktop-v993__helper > header {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 3px 2px 7px;
		text-align: center;
	}

	.gkn-mega-desktop-v993__helper > header > i {
		display: none;
		width: 38px;
		height: 38px;
		place-items: center;
		border-radius: 10px;
		background: #fff1f2;
		color: #e11d31;
		font-size: 20px;
	}

	.gkn-mega-desktop-v993__helper > header strong,
	.gkn-mega-desktop-v993__helper > header small {
		display: block;
	}

	.gkn-mega-desktop-v993__helper > header strong {
		color: #202532;
		font-size: 15px;
		font-weight: 800;
	}

	.gkn-mega-desktop-v993__helper > header small {
		margin-top: 5px;
		color: #737a87;
		font-size: 11px;
	}

	.gkn-mega-desktop-v993__helper > nav {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-auto-flow: row !important;
		grid-auto-columns: auto !important;
		align-items: stretch !important;
		gap: 8px;
		padding: 12px;
		border: 1px solid #e6e8ed;
		border-radius: 12px;
		background: #fbfcfd;
	}

	.gkn-mega-desktop-v993__helper > nav a {
		position: static !important;
		display: grid !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 42px;
		grid-template-columns: 22px minmax(0, 1fr) 16px !important;
		grid-template-rows: minmax(40px, auto) !important;
		align-items: center;
		gap: 8px;
		padding: 0 9px;
		border: 1px solid #e8eaee;
		border-radius: 9px;
		background: #fff;
		color: #343a47;
		font-size: 11.5px;
		font-weight: 700;
		transform: none !important;
	}

	.gkn-mega-desktop-v993__helper > nav a > i:first-child {
		grid-column: 1 !important;
		grid-row: 1 !important;
		justify-self: center;
	}

	.gkn-mega-desktop-v993__helper > nav a > span {
		display: block !important;
		width: auto !important;
		height: auto !important;
		min-width: 0 !important;
		min-height: 0 !important;
		grid-column: 2 !important;
		grid-row: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #343a47 !important;
		font-size: 11.5px !important;
		font-weight: 700 !important;
		line-height: 1.55 !important;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		transform: none !important;
	}

	.gkn-mega-desktop-v993__helper > nav a > i:last-child {
		grid-column: 3 !important;
		grid-row: 1 !important;
		justify-self: center;
	}

	.gkn-mega-desktop-v993__helper > nav a:is(:hover, :focus-visible) {
		border-color: #f4a7af;
		color: #d7192d;
		outline: none;
	}

	.gkn-mega-desktop-v993__start {
		position: static !important;
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		gap: 8px;
		border-radius: 9px;
		background: #ed1b2f;
		color: #fff !important;
		font-size: 12px;
		font-weight: 800;
		box-shadow: 0 7px 16px rgba(222, 27, 45, .16);
		transform: none !important;
	}

	.gkn-mega-desktop-v993__start:is(:hover, :focus-visible) {
		background: #cf1427;
		outline: 3px solid rgba(237, 27, 47, .18);
		outline-offset: 2px;
	}

	.gkn-mega-desktop-v993__helper > section {
		position: static !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-auto-flow: row !important;
		gap: 5px;
		margin-top: auto;
		padding: 14px 12px;
		border: 1px solid #e6e8ed;
		border-radius: 12px;
		background: #fff;
		overflow: hidden;
		transform: none !important;
	}

	.gkn-mega-desktop-v993__helper > section strong {
		margin-bottom: 4px;
		color: #252a37;
		font-size: 12px;
	}

	.gkn-mega-desktop-v993__helper > section a {
		display: flex !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 34px;
		align-items: center;
		gap: 8px;
		color: #59606d;
		font-size: 11px;
	}

	.gkn-mega-desktop-v993__helper > section a:is(:hover, :focus-visible) {
		color: #d7192d;
		outline: none;
	}

	.gkn-mega-desktop-v993__catalog {
		grid-area: catalog;
		display: flex;
		height: 100%;
		min-width: 0;
		min-height: 0;
		flex-direction: column;
		padding: 22px 20px 16px;
		overflow: hidden;
		background: #fff;
		direction: rtl;
	}

	.gkn-mega-desktop-v993__title {
		display: flex !important;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		padding: 0 4px 11px;
		border-bottom: 1px solid #eceef2;
	}

	.gkn-mega-desktop-v993__title h2 {
		margin: 0;
		color: #171b27;
		font-size: 21px;
		font-weight: 850;
		line-height: 1.45;
	}

	.gkn-mega-desktop-v993__title a {
		display: inline-flex;
		min-height: 36px;
		align-items: center;
		gap: 4px;
		color: #e31b2f;
		font-size: 11px;
		font-weight: 750;
	}

	.gkn-mega-desktop-v993__sections {
		display: grid;
		min-height: 0;
		gap: 10px;
		padding-top: 9px;
		overflow: hidden;
	}

	.gkn-mega-desktop-v993__section {
		min-width: 0;
		padding-bottom: 9px;
		border-bottom: 1px solid #eceef2;
	}

	.gkn-mega-desktop-v993__section:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.gkn-mega-desktop-v993__section > header {
		display: flex !important;
		min-height: 31px;
		align-items: center;
		justify-content: space-between;
		padding: 0 4px 6px;
	}

	.gkn-mega-desktop-v993__section h3 {
		position: relative;
		margin: 0;
		padding-right: 10px;
		color: #222733;
		font-size: 16px;
		font-weight: 850;
	}

	.gkn-mega-desktop-v993__section h3::before {
		position: absolute;
		top: 4px;
		right: 0;
		bottom: 4px;
		width: 3px;
		border-radius: 999px;
		background: #ef2338;
		content: "";
	}

	.gkn-mega-desktop-v993__section > header > a {
		display: inline-flex;
		min-height: 30px;
		align-items: center;
		gap: 3px;
		color: #737a87;
		font-size: 10.5px;
	}

	.gkn-mega-desktop-v993:not(.gkn-mega-desktop-v993--catalog) .gkn-mega-desktop-v993__section h3 {
		padding-right: 0;
	}

	.gkn-mega-desktop-v993:not(.gkn-mega-desktop-v993--catalog) .gkn-mega-desktop-v993__section h3::before {
		display: none;
	}

	.gkn-mega-desktop-v993__cards {
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 8px;
		direction: rtl;
	}

	.gkn-mega-desktop-v993__card {
		display: grid;
		min-width: 0;
		min-height: 119px;
		grid-template-rows: 84px auto;
		align-content: start;
		gap: 5px;
		padding: 6px 5px 7px;
		border: 1px solid #e4e7ec;
		border-radius: 10px;
		background: #fff;
		color: #2a303d;
		text-align: center;
		transition: border-color .13s ease, box-shadow .13s ease, transform .13s ease;
	}

	.gkn-mega-desktop-v993__card > span {
		display: grid;
		width: 100%;
		height: 84px;
		place-items: center;
		overflow: hidden;
		border-radius: 7px;
		background: #fbfcfd;
	}

	.gkn-mega-desktop-v993__card img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		mix-blend-mode: multiply;
	}

	.gkn-mega-desktop-v993__card > span > i {
		color: #737a87;
		font-size: 34px;
	}

	.gkn-mega-desktop-v993__card strong {
		display: -webkit-box;
		overflow: hidden;
		color: inherit;
		font-size: 10.75px;
		font-weight: 760;
		line-height: 1.55;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.gkn-mega-desktop-v993__card:is(:hover, :focus-visible) {
		z-index: 1;
		border-color: #f3a4ad;
		color: #d7192d;
		outline: none;
		box-shadow: 0 8px 18px rgba(25, 30, 44, .08);
		transform: translateY(-2px);
	}

	/* Faucet and underfloor mockups use four broad route cards per row. */
	.gkn-mega-desktop-v993--faucets .gkn-mega-desktop-v993__cards,
	.gkn-mega-desktop-v993--underfloor .gkn-mega-desktop-v993__cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 12px;
	}

	.gkn-mega-desktop-v993--faucets .gkn-mega-desktop-v993__card,
	.gkn-mega-desktop-v993--underfloor .gkn-mega-desktop-v993__card {
		min-height: 152px;
		grid-template-rows: 108px auto;
		padding: 7px 7px 9px;
	}

	.gkn-mega-desktop-v993--faucets .gkn-mega-desktop-v993__card > span,
	.gkn-mega-desktop-v993--underfloor .gkn-mega-desktop-v993__card > span {
		height: 108px;
	}

	.gkn-mega-desktop-v993--faucets .gkn-mega-desktop-v993__card strong,
	.gkn-mega-desktop-v993--underfloor .gkn-mega-desktop-v993__card strong {
		font-size: 11.5px;
	}

	/* Heating/cooling follows the approved four-quadrant product-family view. */
	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__sections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding-top: 12px;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__section {
		display: flex;
		min-height: 0;
		flex-direction: column;
		padding: 10px 10px 11px;
		border: 1px solid #e4e7ec;
		border-radius: 12px;
		background: #fff;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__section:last-child {
		padding-bottom: 11px;
		border: 1px solid #e4e7ec;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__section > header {
		min-height: 32px;
		justify-content: center;
		padding: 0 0 7px;
		border-bottom: 1px solid #eceef2;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__section h3 {
		font-size: 14px;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 5px;
		margin-top: auto;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__card {
		min-height: 134px;
		grid-template-rows: 94px auto;
		padding: 5px 3px 7px;
		border-color: transparent;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__card > span {
		height: 94px;
		background: #fff;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__card strong {
		font-size: 9.75px;
		white-space: normal;
	}

	/* The underfloor pack is the single wide conversion route in its mockup. */
	.gkn-mega-desktop-v993__pack {
		padding-top: 2px;
	}

	.gkn-mega-desktop-v993__pack > header {
		display: flex !important;
		min-height: 34px;
		align-items: center;
		padding: 0 4px 6px;
	}

	.gkn-mega-desktop-v993__pack h3 {
		margin: 0;
		color: #222733;
		font-size: 16px;
		font-weight: 850;
	}

	.gkn-mega-desktop-v993__pack > a {
		display: grid;
		min-height: 164px;
		grid-template-columns: minmax(210px, .82fr) minmax(0, 1.18fr);
		align-items: center;
		gap: 16px;
		padding: 10px 18px;
		border: 1px solid #e4e7ec;
		border-radius: 12px;
		background: #fff;
		color: #252a37;
		direction: ltr;
		transition: border-color .13s ease, box-shadow .13s ease;
	}

	.gkn-mega-desktop-v993__pack > a:is(:hover, :focus-visible) {
		border-color: #f3a4ad;
		outline: none;
		box-shadow: 0 9px 22px rgba(25, 30, 44, .07);
	}

	.gkn-mega-desktop-v993__pack > a > div {
		display: grid;
		gap: 8px;
		text-align: right;
		direction: rtl;
	}

	.gkn-mega-desktop-v993__pack strong,
	.gkn-mega-desktop-v993__pack small,
	.gkn-mega-desktop-v993__pack span {
		display: block;
	}

	.gkn-mega-desktop-v993__pack strong {
		font-size: 14px;
		font-weight: 850;
	}

	.gkn-mega-desktop-v993__pack small {
		color: #737a87;
		font-size: 11px;
	}

	.gkn-mega-desktop-v993__pack span {
		display: inline-flex;
		min-height: 34px;
		align-items: center;
		gap: 4px;
		color: #e31b2f;
		font-size: 11px;
		font-weight: 800;
	}

	.gkn-mega-desktop-v993__pack img {
		display: block;
		width: 100% !important;
		height: 142px !important;
		object-fit: contain !important;
		mix-blend-mode: multiply;
	}

	.gkn-mega-desktop-v993__empty {
		display: grid;
		min-height: 300px;
		place-content: center;
		place-items: center;
		gap: 10px;
		color: #555d6b;
		text-align: center;
	}

	.gkn-mega-desktop-v993__empty i {
		color: #e31b2f;
		font-size: 42px;
	}

	.gkn-mega-desktop-v993__empty a {
		display: inline-flex;
		min-height: 40px;
		align-items: center;
		padding: 0 18px;
		border: 1px solid #ef2338;
		border-radius: 8px;
		color: #d7192d;
		font-weight: 750;
	}
}

@media (min-width: 1200px) and (max-width: 1279px) {
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-cascade {
		grid-template-columns: minmax(0, 1fr) 226px !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-desktop-v993 {
		grid-template-columns: 216px minmax(0, 1fr) !important;
	}

	.gkn-mega-desktop-v993__helper {
		padding-inline: 12px;
	}

	.gkn-mega-desktop-v993__catalog {
		padding-inline: 15px;
	}

	.gkn-mega-desktop-v993__cards {
		gap: 6px;
	}
}

@media (min-width: 1200px) and (max-height: 760px) {
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-category-drawer__panel {
		height: calc(100dvh - var(--gkn-drawer-top, 150px) - 10px) !important;
		min-height: 470px !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root {
		height: 46px !important;
		min-height: 46px !important;
		grid-template-columns: 38px minmax(0, 1fr) 15px !important;
		gap: 6px !important;
		padding: 3px 6px !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-cascade__roots {
		gap: 3px !important;
		padding-block: 8px !important;
	}

	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__media,
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root__media img {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		min-height: 38px !important;
	}

	.gkn-mega-desktop-v993__helper,
	.gkn-mega-desktop-v993__catalog {
		padding-top: 8px;
		padding-bottom: 7px;
	}

	.gkn-mega-desktop-v993__helper {
		gap: 7px;
		padding-inline: 9px;
	}

	.gkn-mega-desktop-v993__helper > header {
		padding-block: 0 3px;
	}

	.gkn-mega-desktop-v993__helper > header strong {
		font-size: 13px;
	}

	.gkn-mega-desktop-v993__helper > header small {
		margin-top: 2px;
		font-size: 10px;
	}

	.gkn-mega-desktop-v993__helper > nav {
		gap: 4px;
		padding: 6px;
	}

	.gkn-mega-desktop-v993__helper > nav a {
		min-height: 31px;
		font-size: 10.5px;
	}

	.gkn-mega-desktop-v993__start {
		min-height: 36px;
	}

	.gkn-mega-desktop-v993__helper > section {
		gap: 2px;
		padding: 6px 9px;
	}

	.gkn-mega-desktop-v993__helper > section a {
		min-height: 24px;
		font-size: 10px;
	}

	.gkn-mega-desktop-v993__catalog {
		padding-inline: 12px;
	}

	.gkn-mega-desktop-v993__title {
		min-height: 38px;
		padding-bottom: 6px;
	}

	.gkn-mega-desktop-v993__title h2 {
		font-size: 18px;
	}

	.gkn-mega-desktop-v993__card {
		min-height: 88px;
		grid-template-rows: 56px auto;
		padding-block: 4px 5px;
	}

	.gkn-mega-desktop-v993__card > span {
		height: 56px;
	}

	.gkn-mega-desktop-v993__section > header {
		min-height: 23px;
		padding-bottom: 2px;
	}

	.gkn-mega-desktop-v993__sections {
		gap: 3px;
		padding-top: 3px;
	}

	.gkn-mega-desktop-v993__section {
		padding-bottom: 3px;
	}

	.gkn-mega-desktop-v993--faucets .gkn-mega-desktop-v993__cards,
	.gkn-mega-desktop-v993--underfloor .gkn-mega-desktop-v993__cards {
		gap: 7px;
	}

	.gkn-mega-desktop-v993--faucets .gkn-mega-desktop-v993__card,
	.gkn-mega-desktop-v993--underfloor .gkn-mega-desktop-v993__card {
		min-height: 98px;
		grid-template-rows: 64px auto;
		padding: 4px 5px 5px;
	}

	.gkn-mega-desktop-v993--faucets .gkn-mega-desktop-v993__card > span,
	.gkn-mega-desktop-v993--underfloor .gkn-mega-desktop-v993__card > span {
		height: 64px;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__sections {
		gap: 6px;
		padding-top: 4px;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__section,
	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__section:last-child {
		padding: 4px 5px 5px;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__section > header {
		min-height: 22px;
		padding-bottom: 2px;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__card {
		min-height: 84px;
		grid-template-rows: 54px auto;
		padding: 3px 2px 4px;
	}

	.gkn-mega-desktop-v993--climate .gkn-mega-desktop-v993__card > span {
		height: 54px;
	}

	.gkn-mega-desktop-v993__pack > header {
		min-height: 24px;
		padding-bottom: 2px;
	}

	.gkn-mega-desktop-v993__pack > a {
		min-height: 91px;
		grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr);
		gap: 8px;
		padding: 5px 10px;
	}

	.gkn-mega-desktop-v993__pack img {
		height: 78px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-category-drawer__panel,
	.gkn-category-drawer[data-gkn-mega-release="993"] .gkn-mega-root,
	.gkn-mega-desktop-v993__card {
		transition: none !important;
	}
}
