:root {
	--pan-mn-navy: #02225a;
	--pan-mn-yellow: #fecc20;
	--pan-mn-cyan: #07acd6;
	--pan-mn-ink: #071b3f;
	--pan-mn-muted: #69768d;
	--pan-mn-line: #dfe4ec;
	--pan-mn-safe: env(safe-area-inset-bottom, 0px);
}

.pan-mobile-header,
.pan-mobile-bottom-nav,
.pan-mobile-overlay,
.pan-mobile-sheet,
.pan-mobile-buy-dock,
.pan-mobile-toast { display: none; }

@media (max-width: 760px) {
	body.pan-mobile-nav-live {
		padding-top: 64px !important;
		padding-bottom: calc(94px + var(--pan-mn-safe)) !important;
	}
	body.pan-mobile-nav-live.pan-mobile-buy-visible {
		padding-bottom: calc(166px + var(--pan-mn-safe)) !important;
	}
	body.pan-mobile-nav-live.pan-mobile-sheet-open { overflow: hidden !important; }
	body.pan-mobile-nav-live header.sticky-top { display: none !important; }

	.pan-mobile-header {
		position: fixed;
		z-index: 9990;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		background: var(--pan-mn-yellow);
		box-shadow: 0 2px 13px rgba(2,34,90,.13);
	}
	.admin-bar .pan-mobile-header { top: 46px; }
	.pan-mobile-header__row {
		display: grid;
		grid-template-columns: 52px minmax(0,1fr) 44px;
		align-items: center;
		gap: 9px;
		height: 64px;
		padding: 0 12px;
		transition: height .2s ease;
	}
	.pan-mobile-header.is-compact .pan-mobile-header__row { height: 56px; }
	.pan-mobile-header__logo { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; }
	.pan-mobile-header__logo img { display: block; width: 51px; height: auto; transition: width .2s ease; }
	.pan-mobile-header.is-compact .pan-mobile-header__logo img { width: 44px; }
	.pan-mobile-search-trigger {
		display: flex;
		align-items: center;
		gap: 8px;
		min-width: 0;
		height: 42px;
		padding: 0 13px;
		background: rgba(255,255,255,.97);
		border: 1px solid rgba(2,34,90,.13);
		border-radius: 14px;
		color: #536078;
		box-shadow: 0 3px 12px rgba(2,34,90,.08);
		text-align: left;
	}
	.pan-mobile-search-trigger svg { flex: 0 0 19px; width: 19px; fill: currentColor; }
	.pan-mobile-search-trigger span { overflow: hidden; font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
	.pan-mobile-more-trigger {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 12px;
		color: var(--pan-mn-navy);
	}
	.pan-mobile-more-trigger svg { width: 25px; fill: currentColor; }

	.pan-mobile-bottom-nav {
		position: fixed;
		z-index: 9991;
		bottom: calc(8px + var(--pan-mn-safe));
		left: 10px;
		display: grid;
		grid-template-columns: repeat(5,1fr);
		width: calc(100% - 20px);
		width: calc(100dvw - 20px);
		min-height: 66px;
		padding: 5px;
		background: linear-gradient(145deg,rgba(255,255,255,.84),rgba(242,246,252,.68));
		border: 1px solid rgba(255,255,255,.88);
		border-radius: 25px;
		box-shadow: 0 14px 42px rgba(1,24,65,.19), 0 3px 12px rgba(1,24,65,.1), inset 0 1px 0 rgba(255,255,255,.94), inset 0 -1px 0 rgba(2,34,90,.06);
		-webkit-backdrop-filter: blur(26px) saturate(180%);
		backdrop-filter: blur(26px) saturate(180%);
		isolation: isolate;
		transition: opacity .2s ease, transform .24s cubic-bezier(.2,.8,.2,1), box-shadow .2s ease;
	}
	.pan-mobile-bottom-nav::after {
		content: "";
		position: absolute;
		z-index: -1;
		inset: 1px;
		border-radius: 23px;
		background: radial-gradient(circle at 50% -25%,rgba(255,255,255,.9),transparent 52%);
		pointer-events: none;
	}
	.pan-mobile-bottom-nav > a,
	.pan-mobile-bottom-nav > button {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		min-width: 0;
		min-height: 56px;
		padding: 4px 1px 3px;
		background: transparent;
		border: 1px solid transparent;
		border-radius: 18px;
		color: #718098;
		font-family: "Archivo", Arial, sans-serif;
		text-decoration: none !important;
		-webkit-tap-highlight-color: transparent;
		transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .14s ease;
	}
	.pan-mobile-bottom-nav > a::before,
	.pan-mobile-bottom-nav > button::before { display: none; }
	.pan-mobile-bottom-nav > a:active,
	.pan-mobile-bottom-nav > button:active { transform: scale(.95); }
	.pan-mobile-bottom-nav > a:focus-visible,
	.pan-mobile-bottom-nav > button:focus-visible { outline: 2px solid var(--pan-mn-navy); outline-offset: 2px; }
	.pan-mobile-bottom-nav svg { width: 22px; height: 22px; fill: currentColor; transition: transform .18s ease; }
	.pan-mobile-bottom-nav > a > span:last-child,
	.pan-mobile-bottom-nav > button > span:last-child { max-width: 100%; overflow: hidden; font-size: 9.5px; font-weight: 700; line-height: 1; text-overflow: ellipsis; }
	.pan-mobile-bottom-nav .is-active {
		background: linear-gradient(145deg,rgba(255,240,166,.78),rgba(254,204,32,.18));
		border-color: rgba(254,204,32,.4);
		color: var(--pan-mn-navy);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 5px 14px rgba(2,34,90,.08);
	}
	.pan-mobile-bottom-nav .is-active svg { transform: translateY(-1px) scale(1.04); }
	.pan-mobile-nav-icon { position: relative; display: grid; place-items: center; }
	.pan-mobile-cart-count {
		position: absolute;
		top: -8px;
		right: -10px;
		display: grid;
		place-items: center;
		min-width: 18px;
		height: 18px;
		padding: 0 4px;
		background: var(--pan-mn-yellow);
		border: 2px solid rgba(255,255,255,.98);
		border-radius: 999px;
		color: var(--pan-mn-navy);
		font-size: 9px;
		font-weight: 700;
		box-shadow: 0 3px 8px rgba(2,34,90,.18);
	}
	body.pan-mobile-nav-live.pan-mobile-sheet-open .pan-mobile-bottom-nav,
	body.pan-mobile-nav-live.xoo-wsc-cart-active .pan-mobile-bottom-nav { transform: translateY(14px) scale(.96); opacity: 0; pointer-events: none; }
	body.pan-mobile-nav-live.pan-mobile-cookie-visible .pan-mobile-bottom-nav { transform: translateY(14px) scale(.96); opacity: 0; pointer-events: none; }

	.pan-mobile-overlay {
		position: fixed;
		z-index: 99990;
		inset: 0;
		display: block;
		background: rgba(0,13,43,.58);
		opacity: 0;
		transition: opacity .22s ease;
	}
	.pan-mobile-overlay[hidden] { display: none; }
	.pan-mobile-overlay.is-visible { opacity: 1; }
	.pan-mobile-sheet {
		position: fixed;
		z-index: 99991;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		max-height: min(84dvh,760px);
		padding: 0 16px calc(18px + var(--pan-mn-safe));
		overflow-y: auto;
		transform: translateY(105%);
		background: #fff;
		border-radius: 24px 24px 0 0;
		box-shadow: 0 -20px 60px rgba(0,13,43,.25);
		font-family: "Archivo", Arial, sans-serif;
		transition: transform .26s cubic-bezier(.2,.8,.2,1);
		overscroll-behavior: contain;
	}
	.pan-mobile-sheet.is-open { transform: translateY(0); }
	.pan-mobile-sheet__handle { position: sticky; z-index: 3; top: 0; width: 42px; height: 5px; margin: 9px auto 5px; background: #cbd1dc; border-radius: 99px; }
	.pan-mobile-sheet > header { position: sticky; z-index: 2; top: 0; display: flex !important; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 0 14px; background: #fff; border-bottom: 1px solid #edf0f4; }
	.pan-mobile-sheet > header span { display: block; margin-bottom: 2px; color: var(--pan-mn-cyan); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
	.pan-mobile-sheet > header h2 { margin: 0; color: var(--pan-mn-navy); font-family: "Archivo Black", "Archivo", sans-serif; font-size: 25px; }
	.pan-mobile-sheet > header > button { flex: 0 0 44px; width: 44px; height: 44px; padding: 0; background: #eef1f5; border: 0; border-radius: 50%; color: var(--pan-mn-navy); font-size: 27px; line-height: 1; }

	.pan-mobile-search-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 16px; }
	.pan-mobile-search-form label { display: flex; align-items: center; gap: 9px; height: 50px; padding: 0 13px; background: #f3f5f7; border: 2px solid transparent; border-radius: 14px; }
	.pan-mobile-search-form label:focus-within { background: #fff; border-color: var(--pan-mn-yellow); }
	.pan-mobile-search-form svg { width: 21px; fill: var(--pan-mn-navy); }
	.pan-mobile-search-form input { flex: 1; min-width: 0; height: 100%; padding: 0; background: transparent; border: 0; outline: 0; color: var(--pan-mn-ink); }
	.pan-mobile-search-form > button { padding: 0 14px; background: var(--pan-mn-navy); border: 0; border-radius: 13px; color: #fff; font-weight: 700; }
	.pan-mobile-search-chips { display: flex; align-items: center; gap: 6px; margin: 14px 0; overflow-x: auto; }
	.pan-mobile-search-chips span { color: var(--pan-mn-muted); font-size: 11px; font-weight: 700; }
	.pan-mobile-search-chips button { flex: 0 0 auto; padding: 7px 10px; background: #fff6cf; border: 0; border-radius: 999px; color: var(--pan-mn-navy); font-size: 11px; font-weight: 700; }
	.pan-mobile-search-results { display: grid; gap: 7px; padding-bottom: 6px; }
	.pan-mobile-search-results > p { margin: 4px 0; color: var(--pan-mn-muted); font-size: 12px; }
	.pan-mobile-search-result { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 10px; min-height: 68px; padding: 7px; background: #fff; border: 1px solid var(--pan-mn-line); border-radius: 12px; color: var(--pan-mn-navy); text-decoration: none !important; }
	.pan-mobile-search-result img { width: 54px; height: 54px; object-fit: contain; background: #f5f3ed; border-radius: 9px; }
	.pan-mobile-search-result h3 { margin: 0 0 4px; font-size: 11px; line-height: 1.25; text-transform: uppercase; }
	.pan-mobile-search-result .price { font-size: 12px; font-weight: 700; }
	.pan-mobile-search-result > b { color: var(--pan-mn-cyan); font-size: 18px; }

	.pan-mobile-category-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; padding: 16px 0 12px; }
	.pan-mobile-category-grid a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; min-height: 62px; padding: 10px; background: #f5f3ed; border: 1px solid transparent; border-radius: 14px; color: var(--pan-mn-navy); text-decoration: none !important; }
	.pan-mobile-category-grid a:focus,
	.pan-mobile-category-grid a:hover { background: #fff9df; border-color: var(--pan-mn-yellow); }
	.pan-mobile-category-grid a > b { display: grid; place-items: center; width: 38px; height: 38px; background: var(--pan-mn-yellow); border-radius: 12px; font-size: 10px; }
	.pan-mobile-category-grid a > span { font-size: 11px; font-weight: 700; }
	.pan-mobile-category-grid a > i { font-style: normal; }
	.pan-mobile-sheet__secondary { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; border: 1px solid var(--pan-mn-navy); border-radius: 12px; color: var(--pan-mn-navy); font-size: 12px; font-weight: 700; text-decoration: none !important; }

	.pan-mobile-more-nav { display: grid; padding-top: 8px; }
	.pan-mobile-more-nav a,
	.pan-mobile-more-nav button { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 4px; background: transparent; border: 0; border-bottom: 1px solid var(--pan-mn-line); color: var(--pan-mn-navy); font-size: 13px; font-weight: 700; text-decoration: none !important; }
	.pan-mobile-more-nav b { color: var(--pan-mn-cyan); }
	.pan-mobile-language { display: flex; align-items: center; justify-content: space-between; padding: 16px 4px 2px; color: var(--pan-mn-navy); font-size: 12px; font-weight: 700; }
	.pan-mobile-language div { display: flex; gap: 5px; }
	.pan-mobile-language button,
	.pan-mobile-language a { display: grid; place-items: center; width: 40px; height: 34px; padding: 0; background: #eef1f5; border: 0; border-radius: 9px; color: var(--pan-mn-navy); font-weight: 700; text-decoration: none; }
	.pan-mobile-language .is-active { background: var(--pan-mn-yellow); }

	.pan-mobile-buy-dock {
		position: fixed;
		z-index: 9989;
		left: 10px;
		bottom: calc(82px + var(--pan-mn-safe));
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: calc(100% - 20px);
		width: calc(100dvw - 20px);
		min-height: 62px;
		padding: 8px 12px;
		transform: translateY(115%);
		opacity: 0;
		background: rgba(255,255,255,.92);
		border: 1px solid rgba(255,255,255,.92);
		border-radius: 20px;
		box-shadow: 0 10px 30px rgba(2,34,90,.16), inset 0 1px 0 #fff;
		-webkit-backdrop-filter: blur(22px) saturate(155%);
		backdrop-filter: blur(22px) saturate(155%);
		font-family: "Archivo", Arial, sans-serif;
		transition: transform .22s ease, opacity .18s ease;
	}
	.pan-mobile-buy-dock.is-visible { transform: translateY(0); opacity: 1; }
	body.pan-mobile-nav-live.pan-mobile-cookie-visible .pan-mobile-buy-dock { transform: translateY(115%); opacity: 0; pointer-events: none; }
	.pan-mobile-buy-dock > div span { display: block; margin-bottom: 2px; color: var(--pan-mn-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
	.pan-mobile-buy-dock > div strong { color: var(--pan-mn-navy); font-size: 17px; }
	.pan-mobile-buy-dock > div del { display: none; }
	.pan-mobile-buy-dock > div ins { text-decoration: none; }
	.pan-mobile-buy-dock > button { flex: 0 0 auto; min-height: 44px; padding: 0 17px; background: var(--pan-mn-yellow); border: 0; border-radius: 12px; color: var(--pan-mn-navy); font-size: 12px; font-weight: 700; }

	.pan-mobile-toast { position: fixed; z-index: 100010; left: 50%; bottom: calc(96px + var(--pan-mn-safe)); display: block; max-width: calc(100% - 30px); padding: 11px 15px; transform: translate(-50%,20px); background: var(--pan-mn-navy); border-radius: 12px; color: #fff; box-shadow: 0 12px 28px rgba(0,13,43,.28); font-family: "Archivo", Arial, sans-serif; font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transition: .2s ease; }
	.pan-mobile-toast.is-visible { transform: translate(-50%,0); opacity: 1; }
	body.pan-mobile-nav-live.pan-mobile-buy-visible .pan-mobile-toast { bottom: calc(168px + var(--pan-mn-safe)); }

	body.pan-mobile-nav-live .xoo-wsc-basket { display: none !important; }
	body.pan-mobile-nav-live .xoo-wsc-container {
		top: auto !important;
		right: auto !important;
		bottom: 0 !important;
		left: 50% !important;
		width: 100% !important;
		max-width: 430px !important;
		height: min(84dvh,760px) !important;
		transform: translate(-50%,105%) !important;
		border-radius: 24px 24px 0 0;
		transition: transform .3s cubic-bezier(.2,.8,.2,1) !important;
	}
	body.pan-mobile-nav-live.xoo-wsc-cart-active .xoo-wsc-container { transform: translate(-50%,0) !important; }
	body.pan-mobile-nav-live .xoo-wsc-header { border-bottom-color: var(--pan-mn-yellow); }
	body.pan-mobile-nav-live .xoo-wsc-ft-btn { background: var(--pan-mn-yellow) !important; color: var(--pan-mn-navy) !important; border-radius: 12px !important; font-weight: 700 !important; }
	body.pan-mobile-nav-live #aop-accessibility-toolbar { bottom: calc(98px + var(--pan-mn-safe)) !important; }
	body.pan-mobile-nav-live.pan-mobile-buy-visible #aop-accessibility-toolbar { bottom: calc(170px + var(--pan-mn-safe)) !important; }
	body.pan-mobile-nav-live #moove_gdpr_save_popup_settings_button {
		top: calc(100dvh - 144px - var(--pan-mn-safe)) !important;
		right: auto !important;
		bottom: auto !important;
		left: 68px !important;
		transition: top .22s ease, opacity .18s ease !important;
	}
	body.pan-mobile-nav-live.pan-mobile-buy-visible #moove_gdpr_save_popup_settings_button { top: calc(100dvh - 190px - var(--pan-mn-safe)) !important; }
	body.pan-mobile-nav-live.pan-mobile-sheet-open #aop-accessibility-toolbar,
	body.pan-mobile-nav-live.xoo-wsc-cart-active #aop-accessibility-toolbar,
	body.pan-mobile-nav-live.pan-mobile-cookie-visible #aop-accessibility-toolbar { opacity: 0; pointer-events: none; }
	body.pan-mobile-nav-live.pan-mobile-sheet-open #moove_gdpr_save_popup_settings_button,
	body.pan-mobile-nav-live.xoo-wsc-cart-active #moove_gdpr_save_popup_settings_button,
	body.pan-mobile-nav-live.pan-mobile-cookie-visible #moove_gdpr_save_popup_settings_button { opacity: 0; pointer-events: none; }

	@supports (height: 100dvh) {
		.pan-mobile-bottom-nav {
			top: calc(100dvh - 76px - var(--pan-mn-safe));
			bottom: auto;
			height: 68px;
			min-height: 68px;
		}
		.pan-mobile-buy-dock {
			top: calc(100dvh - 144px - var(--pan-mn-safe));
			bottom: auto;
		}
	}

	@media (max-width: 350px) {
		.pan-mobile-header__row { grid-template-columns: 46px minmax(0,1fr) 42px; gap: 6px; padding: 0 8px; }
		.pan-mobile-header__logo { width: 46px; }
		.pan-mobile-search-trigger { padding: 0 9px; }
		.pan-mobile-category-grid { grid-template-columns: 1fr; }
		.pan-mobile-bottom-nav { left: 7px; width: calc(100% - 14px); width: calc(100dvw - 14px); border-radius: 23px; }
		.pan-mobile-bottom-nav > a,
		.pan-mobile-bottom-nav > button { border-radius: 16px; }
		.pan-mobile-bottom-nav > a > span:last-child,
		.pan-mobile-bottom-nav > button > span:last-child { font-size: 8.5px; }
		.pan-mobile-buy-dock > button { padding-inline: 12px; }
	}
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	@media (max-width: 760px) {
		.pan-mobile-bottom-nav { background: rgba(248,250,253,.97); }
		.pan-mobile-buy-dock { background: rgba(255,255,255,.98); }
	}
}

@media (min-width: 1400px) {
	body.pan-mobile-nav-live.pan-desktop-cart-mounted .xoo-wsc-basket:not(.pan-desktop-cart-basket) { display: none !important; }

	body.pan-mobile-nav-live.pan-desktop-cart-mounted header .main-menu nav .nav-links-end .btn-login {
		position: relative !important;
		top: auto !important;
		width: 24px;
		height: 30px;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted header .main-menu nav .nav-links-end .pan-desktop-cart-slot {
		display: flex !important;
		flex: 0 0 48px;
		align-items: center;
		justify-content: center;
		width: 48px;
		padding: 0 !important;
		padding-bottom: 0 !important;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted header .main-menu nav .nav-links-end .pan-desktop-cart-slot + li.lang-item-first {
		margin-left: auto !important;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .xoo-wsc-basket {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 7px;
		width: 44px !important;
		height: 44px !important;
		min-width: 44px;
		margin: 0 !important;
		padding: 0 10px !important;
		background: rgba(255,255,255,.94) !important;
		border: 1px solid rgba(2,34,90,.12) !important;
		border-radius: 14px !important;
		color: var(--pan-mn-navy) !important;
		box-shadow: 0 6px 18px rgba(2,34,90,.13), inset 0 1px 0 rgba(255,255,255,.96) !important;
		cursor: pointer;
		z-index: auto !important;
		-webkit-tap-highlight-color: transparent;
		transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .xoo-wsc-basket:hover {
		transform: translateY(-1px);
		background: #fff !important;
		box-shadow: 0 9px 22px rgba(2,34,90,.18), inset 0 1px 0 #fff !important;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .xoo-wsc-basket:active { transform: scale(.96); }
	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .xoo-wsc-basket:focus-visible { outline: 2px solid var(--pan-mn-navy); outline-offset: 3px; }

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .xoo-wsc-bki {
		order: 1;
		font-size: 22px;
		line-height: 1;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .pan-desktop-cart-label {
		display: none;
		order: 2;
		font-family: "Metropolis-Bold", "Archivo", Arial, sans-serif;
		font-size: 12px;
		line-height: 1;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .xoo-wsc-items-count {
		position: absolute !important;
		top: -7px !important;
		right: -7px !important;
		bottom: auto !important;
		left: auto !important;
		display: grid !important;
		place-items: center;
		min-width: 20px !important;
		height: 20px !important;
		padding: 0 5px !important;
		background: var(--pan-mn-navy) !important;
		border: 2px solid var(--pan-mn-yellow) !important;
		border-radius: 999px !important;
		color: #fff !important;
		font-size: 9px !important;
		font-weight: 700;
		line-height: 1 !important;
		box-shadow: 0 3px 8px rgba(2,34,90,.2);
	}
}

@media (min-width: 1750px) {
	body.pan-mobile-nav-live.pan-desktop-cart-mounted header .main-menu nav .nav-links-end .pan-desktop-cart-slot {
		flex-basis: 86px;
		width: 86px;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .xoo-wsc-basket {
		justify-content: flex-start;
		width: 84px !important;
	}

	body.pan-mobile-nav-live.pan-desktop-cart-mounted .pan-desktop-cart-slot .pan-desktop-cart-label { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
	.pan-mobile-header__row,
	.pan-mobile-overlay,
	.pan-mobile-sheet,
	.pan-mobile-bottom-nav,
	.pan-mobile-buy-dock,
	.pan-mobile-toast { transition-duration: .01ms !important; }
}
