/**
 * WHB header_875428 styles — frozen for native header (no WHB element hash classes).
 */
:root {
	--wd-top-bar-h: 40px;
	--wd-top-bar-sm-h: 70px;
	--wd-top-bar-sticky-h: 0.00001px;
	--wd-top-bar-brd-w: 1px;

	--wd-header-general-h: 85px;
	--wd-header-general-sm-h: 0.00001px;
	--wd-header-general-sticky-h: 80px;
	--wd-header-general-brd-w: 1px;

	--wd-header-bottom-h: 0.00001px;
	--wd-header-bottom-sm-h: 60px;
	--wd-header-bottom-sticky-h: 60px;
	--wd-header-bottom-brd-w: 0.00001px;

	--wd-header-clone-h: 0.00001px;

	--wd-header-brd-w: calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));
	--wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));
	--wd-header-sticky-h: calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));
	--wd-header-sm-h: calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w));
}

.whb-top-bar .wd-dropdown {
	margin-top: -1px;
}

.whb-top-bar .wd-dropdown:after {
	height: 10px;
}

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
	margin-top: 19px;
}

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
	height: 30px;
}

:root:has(.whb-top-bar.whb-border-boxed) {
	--wd-top-bar-brd-w: 0.00001px;
}

@media (max-width: 1024px) {
	:root:has(.whb-top-bar.whb-hidden-mobile) {
		--wd-top-bar-brd-w: 0.00001px;
	}
}

:root:has(.whb-general-header.whb-border-boxed) {
	--wd-header-general-brd-w: 0.00001px;
}

@media (max-width: 1024px) {
	:root:has(.whb-general-header.whb-hidden-mobile) {
		--wd-header-general-brd-w: 0.00001px;
	}
}

:root:has(.whb-header-bottom.whb-border-boxed) {
	--wd-header-bottom-brd-w: 0.00001px;
}

@media (max-width: 1024px) {
	:root:has(.whb-header-bottom.whb-hidden-mobile) {
		--wd-header-bottom-brd-w: 0.00001px;
	}
}

.whb-top-bar {
	background-color: rgba(250, 248, 245, 1);
	border-color: rgba(0, 0, 0, 0.11);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.whb-general-header {
	background-color: rgba(250, 248, 245, 1);
	border-color: rgba(0, 0, 0, 0.1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.whb-header-bottom {
	background-color: rgba(250, 248, 245, 1);
	border-color: rgba(74, 74, 74, 0.1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.whb-general-header .wd-header-search-form {
	--wd-form-brd-radius: 35px;
}

.whb-general-header .wd-header-search-form form.searchform {
	--wd-form-height: 42px;
}

.whb-header-bottom .wd-header-search-form-mobile {
	--wd-form-brd-radius: 35px;
}

.whb-header-bottom .wd-header-search-form-mobile form.searchform {
	--wd-form-height: 40px;
}

.whb-row .wd-header-cart.wd-tools-element > a > .wd-tools-icon {
	color: rgba(140, 188, 103, 1);
	background-color: rgba(140, 188, 103, 0.25);
}

.whb-row .wd-header-cart.wd-tools-element:hover > a > .wd-tools-icon {
	color: rgba(128, 171, 94, 1);
	background-color: rgba(140, 188, 103, 0.35);
}

/* Header category shortcuts (replaces demo icon trust badges). */
.cardiii-header-shortcuts {
	flex: 0 1 auto;
	min-width: 0;
	margin-inline-start: 8px;
}

.cardiii-header-shortcuts__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cardiii-header-shortcuts__list > li {
	margin: 0;
	padding: 0;
}

.cardiii-header-shortcuts__list > li > a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(9, 171, 193, 0.18);
	background: rgba(9, 171, 193, 0.06);
	color: var(--wd-title-color, #242424);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cardiii-header-shortcuts__list > li > a:hover {
	background: rgba(9, 171, 193, 0.14);
	border-color: rgba(9, 171, 193, 0.4);
	color: var(--wd-primary-color, #09abc1);
}

.cardiii-header-shortcuts__item--promo > a {
	border-color: rgba(9, 171, 193, 0.35);
	background: rgba(9, 171, 193, 0.12);
	color: var(--wd-primary-color, #09abc1);
}

.cardiii-header-shortcuts__badge {
	font-size: 0.75rem;
	line-height: 1;
}

@media (max-width: 1280px) {
	.cardiii-header-shortcuts__list > li > a {
		padding: 5px 10px;
		font-size: 0.78rem;
	}
}

@media (max-width: 1180px) {
	.cardiii-header-shortcuts {
		display: none;
	}
}
