/*
 * Pure Lab code-owned global header.
 * The premium treatment preserves the established two-row information architecture
 * while aligning the shell with the code-owned storefront below it.
 */

@font-face {
	font-family: "PLP Manrope";
	font-style: normal;
	font-display: swap;
	font-weight: 200 800;
	src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--plp-shell-blue: #2a5d94;
	--plp-shell-blue-dark: #214d7d;
	--plp-shell-blue-soft: #eef5fb;
	--plp-shell-green: #409e4a;
	--plp-shell-ink: #2d333d;
	--plp-shell-charcoal: #242a30;
	--plp-shell-charcoal-deep: #1d2329;
	--plp-shell-line: #c5cbd4;
	--plp-shell-line-soft: #e5eaf0;
	--plp-shell-surface: #fff;
	--plp-shell-focus: #67b7ff;
	--plp-shell-header-width: 1240px;
	--plp-shell-shadow-soft: 0 8px 30px rgba(18, 32, 47, 0.1);
}

.plp-site-shell-enabled .elementor-location-header {
	display: none !important;
}

.plp-site-header,
.plp-site-header *,
.plp-site-header *::before,
.plp-site-header *::after {
	box-sizing: border-box;
}

.plp-site-header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: var(--plp-shell-surface);
	color: var(--plp-shell-ink);
	font-family: "PLP Manrope", Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	isolation: isolate;
}

.plp-site-header button,
.plp-site-header input {
	font: inherit;
}

.plp-site-header button,
.plp-site-header a {
	-webkit-tap-highlight-color: transparent;
}

.plp-site-header button {
	appearance: none;
	border: 0;
}

.plp-site-header a {
	text-decoration: none;
}

.plp-site-icon {
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.plp-shell-skip-link:focus {
	position: fixed !important;
	top: 8px;
	left: 8px;
	z-index: 100000;
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
	padding: 10px 14px;
	border-radius: 4px;
	background: #fff;
	color: #111;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.plp-site-header__top {
	position: relative;
	min-height: 96px;
	background: linear-gradient(135deg, var(--plp-shell-charcoal-deep) 0%, var(--plp-shell-charcoal) 58%, #2b3137 100%);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.plp-site-header__top::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #2297d6 0%, var(--plp-shell-blue) 52%, var(--plp-shell-green) 100%);
	content: "";
	opacity: 0.92;
}

.plp-site-header__top-inner {
	display: grid;
	grid-template-columns: minmax(180px, 200px) minmax(360px, 1fr) auto;
	align-items: center;
	gap: 30px;
	width: 100%;
	max-width: var(--plp-shell-header-width);
	min-height: 96px;
	margin: 0 auto;
	padding: 0 20px;
}

.plp-site-header__logo-link,
.plp-site-header__search-slot,
.plp-site-header__actions {
	min-width: 0;
	padding: 10px 0;
}

.plp-site-header__logo-link {
	display: flex;
	align-items: center;
	min-height: 76px;
}

.plp-site-header__logo-link img {
	display: block;
	width: 178px;
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.plp-site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-height: 76px;
}

.plp-site-header__account,
.plp-site-header__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 44px;
	min-height: 46px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.045);
	color: #fff;
	font-size: 14px;
	font-weight: 720;
	letter-spacing: -0.01em;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 160ms ease;
}

body.plp-site-shell-enabled #plp-site-header .plp-site-header__account,
body.plp-site-shell-enabled #plp-site-header .plp-site-header__account:visited {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.plp-site-header__account:hover,
.plp-site-header__cart:hover {
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.13);
}

body.plp-site-shell-enabled #plp-site-header .plp-site-header__account:hover,
body.plp-site-shell-enabled #plp-site-header .plp-site-header__account:focus-visible {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.plp-site-header__account:active,
.plp-site-header__cart:active {
	transform: translateY(1px);
}

.plp-site-header__account:focus-visible,
.plp-site-header__cart:focus-visible,
.plp-site-header__mobile-action:focus-visible,
.plp-site-header__tablet-toggle:focus-visible,
.plp-product-search__button:focus-visible,
.plp-product-search__pagination button:focus-visible,
.plp-site-header__menu a:focus-visible,
.plp-site-header__mobile-menu-list a:focus-visible,
.plp-site-header__mobile-panel-heading button:focus-visible,
.plp-site-header__mobile-account-card:focus-visible,
.plp-mobile-app-nav__item:focus-visible {
	outline: 3px solid var(--plp-shell-focus);
	outline-offset: 2px;
}

.plp-site-header__cart {
	position: relative;
	width: 46px;
	padding: 10px !important;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	background: rgba(255, 255, 255, 0.045) !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}

.plp-site-header__cart:hover,
.plp-site-header__cart:focus-visible {
	border-color: rgba(255, 255, 255, 0.32) !important;
	background: rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.13) !important;
}

.plp-site-header__cart-label {
	display: none;
}

.plp-site-header__cart-badge {
	position: absolute;
	top: -5px;
	right: -6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid var(--plp-shell-charcoal-deep);
	border-radius: 999px;
	background: #2297d6;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
}

/* Search */
.plp-product-search {
	position: relative;
	width: 100%;
}

.plp-product-search__field {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 52px;
	border-radius: 12px;
	box-shadow: 0 9px 28px rgba(0, 0, 0, 0.17);
	transition: box-shadow 180ms ease;
}

.plp-product-search__field:focus-within {
	box-shadow: 0 0 0 3px rgba(103, 183, 255, 0.36), 0 10px 30px rgba(0, 0, 0, 0.2);
}

.plp-product-search__input {
	appearance: none;
	width: 100%;
	min-width: 0;
	height: 52px;
	margin: 0;
	padding: 13px 56px 13px 18px;
	border: 1px solid #d8dee6;
	border-radius: 12px 0 0 12px;
	background: #fcfdff;
	color: #171d24;
	font-family: "PLP Manrope", Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 520;
	line-height: 24px;
	box-shadow: none;
	outline: 0;
}

.plp-product-search__input::-webkit-search-cancel-button {
	margin-right: 2px;
	cursor: pointer;
}

.plp-product-search__input::placeholder {
	color: #7a838e;
	opacity: 1;
}

.plp-product-search__input:focus {
	border-color: #8db7dc;
	box-shadow: none;
}

.plp-product-search__button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 58px;
	width: 58px;
	height: 52px;
	margin: 0 0 0 -1px;
	padding: 0;
	border-radius: 0 12px 12px 0;
	background: var(--plp-shell-blue);
	color: #fff;
	cursor: pointer;
	box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12);
	transition: background-color 180ms ease, box-shadow 180ms ease, opacity 160ms ease;
}

/*
 * Hello Elementor assigns its global magenta button color to every hovered or
 * focused button. Keep every search-button state inside the Site Shell palette,
 * including the disabled desktop button shown before a query is entered.
 */
body.plp-site-shell-enabled #plp-site-header .plp-product-search__button,
body.plp-site-shell-enabled #plp-site-header .plp-product-search__button:disabled,
body.plp-site-shell-enabled #plp-site-header .plp-product-search__button:disabled:hover,
body.plp-site-shell-enabled #plp-site-header .plp-product-search__button:disabled:focus,
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__button,
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__button:disabled,
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__button:disabled:hover,
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__button:disabled:focus {
	background-color: var(--plp-shell-blue) !important;
	color: #fff !important;
}

body.plp-site-shell-enabled #plp-site-header .plp-product-search__button:hover:not(:disabled),
body.plp-site-shell-enabled #plp-site-header .plp-product-search__button:focus-visible:not(:disabled),
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__button:hover:not(:disabled),
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__button:focus-visible:not(:disabled) {
	background-color: var(--plp-shell-blue-dark) !important;
	color: #fff !important;
}

.plp-product-search__button:disabled {
	cursor: default;
	opacity: 1;
}

.plp-product-search__button .plp-site-icon {
	width: 19px;
	height: 19px;
	stroke-width: 2.4;
}

.plp-product-search__spinner {
	position: absolute;
	top: 50%;
	right: 72px;
	display: none;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border: 3px solid rgba(42, 93, 148, 0.22);
	border-top-color: var(--plp-shell-blue);
	border-radius: 50%;
	pointer-events: none;
	animation: plp-shell-spin 700ms linear infinite;
}

.plp-product-search.is-loading .plp-product-search__spinner {
	display: block;
}

@keyframes plp-shell-spin {
	to { transform: rotate(360deg); }
}

.plp-product-search__popover {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 10020;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d9e0e8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 46px rgba(18, 32, 47, 0.2);
}

.plp-product-search__popover[hidden],
.plp-site-header [hidden] {
	display: none;
}

.plp-product-search__result {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 72px;
	padding: 9px 14px;
	border-bottom: 1px solid #edf0f4;
	background: #fff;
	color: #171a1f;
	font-size: 16px;
	line-height: 1.3;
	transition: background-color 120ms ease, color 120ms ease;
}

.plp-product-search__result:hover,
.plp-product-search__result.is-active {
	background: var(--plp-shell-blue-soft);
	color: #173b63;
}

.plp-product-search__result img {
	display: block;
	flex: 0 0 48px;
	width: 48px;
	height: 54px;
	object-fit: contain;
}

.plp-product-search__result-title {
	display: block;
	min-width: 0;
	font-weight: 500;
}

.plp-product-search__result mark {
	padding: 0;
	background: transparent;
	color: inherit;
	font-weight: 800;
}

.plp-product-search__empty {
	padding: 20px;
	color: #4c5561;
	text-align: center;
}

.plp-product-search__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 45px;
	padding: 8px 12px;
	background: #f7f9fb;
	color: #606871;
	font-size: 14px;
}

.plp-product-search__pagination {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.plp-product-search__pagination button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 4px;
	background: transparent;
	color: #59626d;
	cursor: pointer;
}

body.plp-site-shell-enabled #plp-site-header .plp-product-search__pagination button,
body.plp-site-shell-enabled #plp-site-header .plp-product-search__pagination button:active,
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__pagination button,
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__pagination button:active {
	background: transparent !important;
	color: #59626d !important;
}

body.plp-site-shell-enabled #plp-site-header .plp-product-search__pagination button:hover:not(:disabled),
body.plp-site-shell-enabled #plp-site-header .plp-product-search__pagination button:focus-visible:not(:disabled),
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__pagination button:hover:not(:disabled),
body.plp-site-shell-account-bridge #plp-site-header .plp-product-search__pagination button:focus-visible:not(:disabled) {
	background: #dce8f4 !important;
	color: var(--plp-shell-blue) !important;
}

.plp-product-search__pagination button:disabled {
	opacity: 0.35;
	cursor: default;
}

.plp-product-search__pagination .plp-site-icon {
	width: 18px;
	height: 18px;
}

/* Desktop navigation uses a quieter accent line so content and commerce controls lead. */
.plp-site-header__nav {
	position: relative;
	height: 58px;
	border-bottom: 1px solid var(--plp-shell-line-soft);
	background: #fff;
	box-shadow: 0 7px 24px rgba(18, 32, 47, 0.07);
}

.plp-site-header__nav-inner {
	position: relative;
	width: 100%;
	max-width: var(--plp-shell-header-width);
	height: 58px;
	margin: 0 auto;
	padding: 0 20px;
}

.plp-site-header__menu,
.plp-site-header__mobile-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plp-site-header__menu {
	display: flex;
	align-items: center;
	gap: 3px;
	height: 58px;
}

.plp-site-header__menu li {
	display: flex;
	margin: 0;
	padding: 0;
}

.plp-site-header__menu .plp-site-header__menu-item--verify {
	margin-left: auto;
}

.plp-site-header__menu a {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	min-height: 42px;
	margin: 8px 0;
	padding: 10px 13px;
	overflow: hidden;
	border-radius: 9px;
	color: var(--plp-shell-ink);
	font-size: 14.5px;
	font-weight: 650;
	letter-spacing: -0.01em;
	line-height: 20px;
	transition: background-color 180ms ease, color 180ms ease;
}

.plp-site-header__menu a::before {
	position: absolute;
	right: 12px;
	bottom: 4px;
	left: 12px;
	height: 2px;
	z-index: -1;
	border-radius: 999px;
	background: var(--plp-shell-blue);
	content: "";
	opacity: 0;
	transform: scaleX(0.35);
	transform-origin: center;
	transition: opacity 180ms ease, transform 180ms ease;
}

.plp-site-header__menu a:hover,
.plp-site-header__menu a.is-current {
	background: var(--plp-shell-blue-soft);
	color: var(--plp-shell-blue-dark);
}

.plp-site-header__menu a:hover::before,
.plp-site-header__menu a.is-current::before {
	opacity: 1;
	transform: scaleX(1);
}

.plp-site-header__menu-item--verify a {
	min-height: 38px;
	margin: 10px 0;
	padding: 8px 14px;
	border: 1px solid rgba(42, 93, 148, 0.24);
	border-radius: 999px;
	background: #f8fafc;
	color: var(--plp-shell-blue-dark);
}

.plp-site-header__menu-item--verify a::before {
	display: none;
}

.plp-site-header__menu-item--verify a:hover,
.plp-site-header__menu-item--verify a.is-current {
	border-color: var(--plp-shell-blue);
	background: var(--plp-shell-blue);
	color: #fff;
}

.plp-site-header__tablet-toggle {
	display: none;
}

/* Mobile app shell */
.plp-site-header__mobile,
.plp-mobile-app-nav {
	display: none;
}

.plp-site-header__mobile {
	position: relative;
}

.plp-site-header__mobile-bar {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	width: 100%;
	min-height: calc(72px + env(safe-area-inset-top, 0px));
	padding: calc(9px + env(safe-area-inset-top, 0px)) 14px 9px;
	border-top: 2px solid transparent;
	border-bottom: 1px solid var(--plp-shell-line-soft);
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #2297d6, var(--plp-shell-blue) 54%, var(--plp-shell-green)) border-box;
	box-shadow: 0 8px 28px rgba(18, 32, 47, 0.11);
}

.plp-site-header__mobile-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 10px;
	border: 1px solid #e0e7ed !important;
	border-radius: 14px;
	background: #f8fafc !important;
	box-shadow: 0 4px 12px rgba(18, 32, 47, 0.06) !important;
	color: #242a31 !important;
	-webkit-text-fill-color: #242a31;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 160ms ease;
}

.plp-site-header__mobile-action:hover,
.plp-site-header__mobile-action:focus-visible {
	border-color: #c7d9e8 !important;
	background: var(--plp-shell-blue-soft) !important;
	color: var(--plp-shell-blue) !important;
	-webkit-text-fill-color: var(--plp-shell-blue);
	box-shadow: 0 6px 16px rgba(42, 93, 148, 0.12) !important;
}

.plp-site-header__mobile-action:active {
	transform: scale(0.96);
}

.plp-site-header__mobile-action--menu {
	justify-self: start;
}

.plp-site-header__mobile-action--account {
	justify-self: end;
}

.plp-site-header__mobile-action--account.is-authenticated::after {
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--plp-shell-green);
	content: "";
}

.plp-site-header__mobile-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	min-width: 0;
	height: 52px;
	padding: 2px;
}

.plp-site-header__mobile-logo img {
	display: block;
	width: 138px;
	height: auto;
	max-width: 100%;
	max-height: 48px;
	object-fit: contain;
}

.plp-site-header__mobile-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(13, 22, 31, 0.46);
	box-shadow: none;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	cursor: default;
}

body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-backdrop,
body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-backdrop:hover,
body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-backdrop:focus,
body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-backdrop:active,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-backdrop,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-backdrop:hover,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-backdrop:focus,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-backdrop:active {
	border: 0 !important;
	border-radius: 0 !important;
	background: rgba(13, 22, 31, 0.46) !important;
	box-shadow: none !important;
}

.plp-site-header__mobile-panel {
	position: absolute;
	top: calc(100% + 10px);
	right: 12px;
	left: 12px;
	z-index: 4;
	width: auto;
	max-height: calc(100dvh - 172px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
	overflow: auto;
	overscroll-behavior: contain;
	border: 1px solid #dce4eb;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 26px 64px rgba(13, 24, 35, 0.26);
}

.plp-site-header__mobile-menu {
	padding: 14px;
}

.plp-site-header__mobile-panel-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 52px;
	margin-bottom: 10px;
	padding: 2px 2px 12px;
	border-bottom: 1px solid #e8edf2;
}

.plp-site-header__mobile-panel-heading > div {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.plp-site-header__mobile-panel-heading span {
	color: #66717c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.plp-site-header__mobile-panel-heading strong {
	color: #20262d;
	font-size: 17px;
	font-weight: 780;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close],
body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:focus,
body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:active,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close],
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:focus,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 9px;
	border: 1px solid #e1e7ed;
	border-radius: 13px;
	background: #f7f9fb !important;
	color: #303840 !important;
	-webkit-text-fill-color: #303840;
	box-shadow: none !important;
	cursor: pointer;
}

body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:hover,
body.plp-site-shell-enabled #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:focus-visible,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:hover,
body.plp-site-shell-account-bridge #plp-site-header .plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close]:focus-visible {
	border-color: #c7d9e8 !important;
	background: var(--plp-shell-blue-soft) !important;
	color: var(--plp-shell-blue-dark) !important;
	-webkit-text-fill-color: var(--plp-shell-blue-dark);
}

.plp-site-header__mobile-panel-heading > button[data-plp-mobile-panel-close] .plp-site-icon {
	width: 20px;
	height: 20px;
}

.plp-site-header__mobile-menu-list {
	display: grid;
	gap: 3px;
}

.plp-site-header__mobile-menu-list li {
	margin: 0;
	padding: 0;
}

.plp-site-header__mobile-menu-list a {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	padding: 7px 10px 7px 7px;
	border: 1px solid transparent;
	border-radius: 15px;
	color: var(--plp-shell-ink);
	font-size: 14px;
	font-weight: 680;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.plp-site-header__mobile-menu-list a:hover,
.plp-site-header__mobile-menu-list a.is-current {
	border-color: #d6e4ef;
	background: var(--plp-shell-blue-soft);
	color: var(--plp-shell-blue-dark);
	box-shadow: none;
}

.plp-site-header__mobile-menu-list a:active {
	transform: scale(0.99);
}

.plp-site-header__mobile-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: #f2f5f8;
	color: #48525d;
}

.plp-site-header__mobile-menu-list a.is-current .plp-site-header__mobile-menu-icon,
.plp-site-header__mobile-menu-list a:hover .plp-site-header__mobile-menu-icon {
	background: #dcebf7;
	color: var(--plp-shell-blue-dark);
}

.plp-site-header__mobile-menu-icon .plp-site-icon {
	width: 20px;
	height: 20px;
}

.plp-site-header__mobile-menu-list > li > a > .plp-site-icon {
	width: 17px;
	height: 17px;
	color: #8a949e;
}

.plp-site-header__mobile-account-card,
.plp-site-header__mobile-account-card:visited {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 12px;
	min-height: 68px;
	margin-top: 12px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 17px;
	background: linear-gradient(135deg, var(--plp-shell-charcoal-deep), #303840);
	color: #fff;
	box-shadow: 0 10px 24px rgba(18, 31, 43, 0.16);
}

.plp-site-header__mobile-account-card:hover {
	color: #fff;
	box-shadow: 0 13px 29px rgba(18, 31, 43, 0.22);
}

.plp-site-header__mobile-account-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.plp-site-header__mobile-account-icon .plp-site-icon {
	width: 23px;
	height: 23px;
}

.plp-site-header__mobile-account-card > span:nth-child(2) {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.plp-site-header__mobile-account-card strong {
	font-size: 13.5px;
	font-weight: 760;
	line-height: 1.3;
}

.plp-site-header__mobile-account-card small {
	color: #c8d0d7;
	font-size: 11px;
	font-weight: 560;
	line-height: 1.35;
}

.plp-site-header__mobile-account-card > .plp-site-icon {
	width: 17px;
	height: 17px;
	color: #cdd5dc;
}

.plp-site-header__mobile-search {
	padding: 14px 14px 16px;
}

.plp-product-search--mobile .plp-product-search__popover {
	position: relative;
	top: 8px;
	left: 0;
	width: 100%;
	margin-bottom: 8px;
	box-shadow: none;
}

.plp-site-header__mobile-search-hint {
	margin: 11px 2px 0;
	color: #69737d;
	font-size: 11.5px;
	font-weight: 560;
	line-height: 1.4;
	text-align: center;
}

/* Familiar five-tab navigation, visible only at the phone breakpoint. */
.plp-mobile-app-nav {
	font-family: "PLP Manrope", Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.plp-mobile-app-nav,
.plp-mobile-app-nav *,
.plp-mobile-app-nav *::before,
.plp-mobile-app-nav *::after {
	box-sizing: border-box;
}

.plp-mobile-app-nav__inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: stretch;
	width: 100%;
	max-width: 560px;
	height: 100%;
	margin: 0 auto;
}

.plp-mobile-app-nav__item,
.plp-mobile-app-nav__item:visited {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	min-height: 56px;
	margin: 0;
	padding: 4px 2px;
	border: 0 !important;
	border-radius: 13px;
	background: transparent !important;
	color: #68727d !important;
	-webkit-text-fill-color: currentColor;
	font: inherit;
	text-decoration: none;
	box-shadow: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: color 160ms ease, transform 160ms ease;
}

.plp-mobile-app-nav__item.is-current,
.plp-mobile-app-nav__item.is-panel-active {
	color: var(--plp-shell-blue-dark) !important;
}

.plp-mobile-app-nav__item--shop,
.plp-mobile-app-nav__item--shop:visited {
	color: var(--plp-shell-blue-dark) !important;
}

.plp-mobile-app-nav__item--shop .plp-mobile-app-nav__icon {
	width: 50px;
	height: 46px;
	margin-top: -12px;
	border: 3px solid #fff;
	background: linear-gradient(145deg, #2f73ad, var(--plp-shell-blue-dark));
	color: #fff;
	box-shadow: 0 8px 20px rgba(33, 77, 125, 0.28), 0 0 0 1px rgba(64, 158, 74, 0.3);
	transform: translateY(-1px);
}

.plp-mobile-app-nav__item--shop .plp-mobile-app-nav__icon .plp-site-icon {
	width: 25px;
	height: 25px;
}

.plp-mobile-app-nav__item--shop .plp-mobile-app-nav__label {
	font-weight: 820;
}

.plp-mobile-app-nav__item:active {
	transform: scale(0.96);
}

.plp-mobile-app-nav__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 30px;
	border-radius: 999px;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.plp-mobile-app-nav__item.is-current .plp-mobile-app-nav__icon,
.plp-mobile-app-nav__item.is-panel-active .plp-mobile-app-nav__icon {
	background: #e5f0f8;
	color: var(--plp-shell-blue-dark);
}

.plp-mobile-app-nav__item--shop.is-current .plp-mobile-app-nav__icon {
	background: linear-gradient(145deg, var(--plp-shell-green), #2f7f42);
	color: #fff;
	box-shadow: 0 8px 21px rgba(47, 127, 66, 0.3), 0 0 0 2px rgba(42, 93, 148, 0.22);
}

.plp-mobile-app-nav__icon .plp-site-icon {
	width: 21px;
	height: 21px;
}

.plp-mobile-app-nav__label {
	display: block;
	max-width: 100%;
	overflow: hidden;
	font-size: 10.5px;
	font-weight: 690;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.plp-mobile-app-nav__item.is-current .plp-mobile-app-nav__label,
.plp-mobile-app-nav__item.is-panel-active .plp-mobile-app-nav__label {
	font-weight: 800;
}

.plp-mobile-app-nav .plp-site-header__cart-badge {
	top: -5px;
	right: -2px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-color: #fff;
	background: #2297d6;
	font-size: 9px;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.plp-site-header__top-inner {
		grid-template-columns: minmax(150px, 180px) minmax(280px, 1fr) auto;
		gap: 18px;
		padding: 0 24px;
	}

	.plp-site-header__logo-link img {
		width: 150px;
	}

	.plp-site-header__account span {
		display: none;
	}

	.plp-site-header__actions {
		gap: 10px;
	}

	.plp-site-header__nav-inner {
		display: flex;
		align-items: center;
		padding: 0 24px;
	}

	.plp-site-header__tablet-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		min-height: 44px;
		padding: 9px 13px;
		border: 1px solid var(--plp-shell-line-soft);
		border-radius: 10px;
		background: transparent;
		color: var(--plp-shell-ink);
		font-weight: 700;
		cursor: pointer;
	}

	.plp-site-header__tablet-toggle:hover {
		border-color: rgba(42, 93, 148, 0.24);
		background: var(--plp-shell-blue-soft);
		color: var(--plp-shell-blue-dark);
	}

	.plp-site-header__menu {
		position: absolute;
		top: 58px;
		left: 24px;
		z-index: 10010;
		display: none;
		width: min(360px, calc(100vw - 48px));
		height: auto;
		padding: 8px;
		border: 1px solid var(--plp-shell-line-soft);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 20px 42px rgba(18, 32, 47, 0.18);
	}

	.plp-site-header__nav.is-open .plp-site-header__menu {
		display: block;
	}

	.plp-site-header__menu li {
		display: block;
	}

	.plp-site-header__menu .plp-site-header__menu-item--verify {
		margin-left: 0;
	}

	.plp-site-header__menu a {
		min-height: 48px;
		margin: 0;
		padding: 12px 14px;
		border: 0;
		border-radius: 8px;
	}

	.plp-site-header__menu-item--verify a {
		margin: 4px 0 0;
		border: 1px solid rgba(42, 93, 148, 0.24);
	}
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: calc(82px + env(safe-area-inset-top, 0px));
	}

	body.plp-site-shell-enabled,
	body.plp-site-shell-account-bridge {
		padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.plp-mobile-panel-open {
		overflow: hidden;
	}

	.plp-site-header {
		position: sticky;
		top: 0;
		z-index: 1100;
	}

	body.admin-bar .plp-site-header {
		top: 46px;
	}

	.plp-site-header__desktop-tablet {
		display: none;
	}

	.plp-site-header__mobile {
		display: block;
	}

	.plp-site-header:not(.plp-site-header--account-bridge) .plp-site-header__mobile-search {
		position: fixed;
		top: calc(86px + env(safe-area-inset-top, 0px));
		right: 12px;
		left: 12px;
		max-height: calc(100dvh - 184px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
	}

	body.admin-bar .plp-site-header:not(.plp-site-header--account-bridge) .plp-site-header__mobile-search {
		top: calc(132px + env(safe-area-inset-top, 0px));
		max-height: calc(100dvh - 230px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
	}

	.plp-site-header--account-bridge,
	body.admin-bar .plp-site-header--account-bridge {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 0;
		z-index: 1300;
		background: transparent;
		pointer-events: none;
	}

	.plp-site-header--account-bridge .plp-site-header__mobile {
		position: static;
		height: 0;
		pointer-events: none;
	}

	.plp-site-header--account-bridge .plp-site-header__mobile-backdrop,
	.plp-site-header--account-bridge .plp-site-header__mobile-panel {
		pointer-events: auto;
	}

	.plp-site-header--account-bridge .plp-site-header__mobile-backdrop {
		top: 0;
		bottom: 0;
		z-index: 0;
	}

	.plp-site-header--account-bridge .plp-site-header__mobile-panel {
		position: fixed;
		top: max(14px, env(safe-area-inset-top, 0px));
		z-index: 1;
		max-height: calc(100dvh - 104px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
	}

	body.admin-bar .plp-site-header--account-bridge .plp-site-header__mobile-panel {
		top: calc(60px + env(safe-area-inset-top, 0px));
		max-height: calc(100dvh - 150px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
	}

	body.plp-site-shell-account-bridge.plp-mobile-panel-open .plp-mobile-app-nav {
		z-index: 1400;
	}

	.plp-mobile-app-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1200;
		display: block;
		width: 100%;
		height: calc(74px + env(safe-area-inset-bottom, 0px));
		padding: 4px max(6px, env(safe-area-inset-right, 0px)) max(4px, env(safe-area-inset-bottom, 0px)) max(6px, env(safe-area-inset-left, 0px));
		border-top: 1px solid rgba(197, 207, 216, 0.9);
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 -10px 30px rgba(18, 32, 47, 0.12);
		-webkit-backdrop-filter: saturate(165%) blur(18px);
		backdrop-filter: saturate(165%) blur(18px);
		transform: translateY(0);
		transition: transform 190ms ease;
	}

	body.plp-mobile-input-active .plp-mobile-app-nav {
		transform: translateY(calc(100% + 2px));
	}

	body.plp-site-shell-enabled #fkcart-floating-toggler,
	body.plp-site-shell-account-bridge #fkcart-floating-toggler {
		display: none !important;
	}
}

@media (hover: hover) and (pointer: fine) {
	.plp-mobile-app-nav__item:hover .plp-mobile-app-nav__icon {
		background: #e5f0f8;
		color: var(--plp-shell-blue-dark);
	}

	.plp-mobile-app-nav__item--shop:hover .plp-mobile-app-nav__icon {
		background: linear-gradient(145deg, #2f73ad, var(--plp-shell-blue-dark));
		color: #fff;
	}
}

@media (max-width: 420px) {
	.plp-site-header__mobile-bar {
		grid-template-columns: 46px minmax(0, 1fr) 46px;
		padding-inline: 10px;
	}

	.plp-site-header__mobile-logo img {
		width: 128px;
	}

	.plp-product-search__result {
		gap: 10px;
		padding-inline: 10px;
		font-size: 14px;
	}

	.plp-product-search__result img {
		flex-basis: 42px;
		width: 42px;
		height: 50px;
	}

	.plp-site-header__mobile-panel {
		right: 8px;
		left: 8px;
	}

	.plp-mobile-app-nav__label {
		font-size: 10px;
	}

}

@media (max-width: 340px) {
	.plp-site-header__mobile-bar {
		padding-inline: 8px;
	}

	.plp-site-header__mobile-logo img {
		width: 118px;
	}

	.plp-mobile-app-nav__item,
	.plp-mobile-app-nav__item:visited {
		padding-inline: 0;
	}

	.plp-mobile-app-nav__icon {
		width: 38px;
	}
}

@media print {
	.plp-mobile-app-nav {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.plp-site-header *,
	.plp-site-header *::before,
	.plp-site-header *::after,
	.plp-mobile-app-nav,
	.plp-mobile-app-nav *,
	.plp-mobile-app-nav *::before,
	.plp-mobile-app-nav *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
