.aphb-site-header,
.aphb-site-footer {
	--aphb-bg: var(--aps-bg, #fff);
	--aphb-soft: var(--aps-bg-soft, #f8fafc);
	--aphb-text: var(--aps-text, #111827);
	--aphb-muted: var(--aps-muted, #6b7280);
	--aphb-border: var(--aps-border, #e5e7eb);
	--aphb-accent: var(--aps-accent, #2563eb);
	--aphb-radius: var(--aps-radius, 10px);
	color: var(--aphb-text);
	font-family: var(--aps-font-family, var(--aps-font, inherit));
}

.aphb-site-header {
	background: #fafafa;
	border-bottom: 1px solid var(--aphb-border);
	margin-bottom: 12px;
	position: sticky;
	top: 0;
	z-index: 9990;
}

/*
 * Full-width page canvas.
 *
 * Astra adds an outer gutter around page content. Our custom page builders
 * already provide their own centered content grids, so that theme gutter only
 * creates an unnecessary frame around heroes and section backgrounds.
 */
body.aphpb-home-builder-active .aphb-site-header,
body.tax-product_cat .aphb-site-header,
body.single-product .aphb-site-header,
body.europeparts-info-page .aphb-site-header,
body.epbp-brand-page .aphb-site-header,
body.epcb-catalog-page .aphb-site-header,
body.ep-pseo-page .aphb-site-header {
	margin-bottom: 0;
}

body.aphpb-home-builder-active .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.single-product .site-content > .ast-container,
body.europeparts-info-page .site-content > .ast-container,
body.epbp-brand-page .site-content > .ast-container,
body.epcb-catalog-page .site-content > .ast-container,
body.ep-pseo-page .site-content > .ast-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.aphpb-home-builder-active .site-content > .ast-container > .aphpb-home,
body.tax-product_cat .site-content > .ast-container > .apcb-premium-page,
body.single-product .site-content > .ast-container > .appb-product-page,
body.europeparts-info-page .site-content > .ast-container > .ep-info,
body.epbp-brand-page .site-content > .ast-container > .epbp-page,
body.epcb-catalog-page .site-content > .ast-container > .epcb-catalog,
body.ep-pseo-page .site-content > .ast-container > .ep-pseo {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

/*
 * Shared content grid.
 *
 * Section backgrounds remain full bleed, while every page type aligns its
 * readable content to the same balanced 1320px grid.
 */
body.aphb-header-builder-active .aphb-header__inner,
body.aphb-footer-builder-active .aphb-footer__inner,
body.aphb-footer-builder-active .aphb-footer-bottom__inner,
body.aphpb-home-builder-active .aphpb-container,
body.tax-product_cat .apcb-container,
body.tax-product_cat .apcb-hero-inner,
body.single-product .appb-container,
body.epbp-brand-page .epbp-container,
body.europeparts-info-page .ep-info__hero-inner,
body.europeparts-info-page .ep-info__section-nav-inner,
body.europeparts-info-page .ep-info__content,
body.epcb-catalog-page .epcb-container,
body.ep-pseo-page .ep-pseo-container {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1320px !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	width: 100% !important;
}

body.europeparts-info-page .ep-info__hero {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.tax-product_cat .apcb-breadcrumbs {
	left: 24px !important;
}

/*
 * Non-home premium hero system.
 *
 * Brand, catalog, programmatic SEO and information pages share the same navy
 * stage, grid, breadcrumb treatment and typographic rhythm. Category artwork
 * remains image-led, while the homepage keeps its independent campaign hero.
 */
body.epbp-brand-page .epbp-hero,
body.epcb-catalog-page .epcb-hero,
body.ep-pseo-page .ep-pseo-hero,
body.europeparts-info-page .ep-info__hero {
	background: radial-gradient(circle at 82% 12%, #234977 0, #122a4a 26%, #091322 68%) !important;
}

body.epbp-brand-page .epbp-breadcrumbs,
body.epcb-catalog-page .epcb-breadcrumbs,
body.ep-pseo-page .ep-pseo-breadcrumbs li,
body.europeparts-info-page .ep-info__crumbs {
	color: #b9c4d5 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	gap: 9px !important;
	letter-spacing: 0 !important;
	line-height: 1.4 !important;
}

body.epbp-brand-page .epbp-breadcrumbs a,
body.epcb-catalog-page .epcb-breadcrumbs a,
body.ep-pseo-page .ep-pseo-breadcrumbs a,
body.europeparts-info-page .ep-info__crumbs a {
	color: inherit !important;
	text-decoration: none !important;
}

body.epbp-brand-page .epbp-hero .epbp-eyebrow,
body.epcb-catalog-page .epcb-hero .epcb-eyebrow,
body.ep-pseo-page .ep-pseo-hero .ep-pseo-eyebrow,
body.europeparts-info-page .ep-info__hero .ep-info__eyebrow {
	color: #66a8ff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: .13em !important;
	line-height: 1.25 !important;
	margin: 0 0 12px !important;
}

body.epbp-brand-page .epbp-hero h1,
body.epcb-catalog-page .epcb-hero h1,
body.ep-pseo-page .ep-pseo-hero h1,
body.europeparts-info-page .ep-info__hero h1 {
	color: #fff !important;
	font-size: clamp(42px, 5vw, 72px) !important;
	font-weight: 850 !important;
	letter-spacing: -.04em !important;
	line-height: 1.02 !important;
}

body.epcb-catalog-page .epcb-hero__summary,
body.ep-pseo-page .ep-pseo-hero__summary,
body.europeparts-info-page .ep-info__lead {
	color: #d4dce8 !important;
	font-size: 19px !important;
	line-height: 1.48 !important;
	margin: 22px 0 30px !important;
	max-width: 760px !important;
}

body.epcb-catalog-page .epcb-oem-link,
body.epcb-catalog-page .epcb-change-link,
body.ep-pseo-page .ep-pseo-oem-link,
body.ep-pseo-page .ep-pseo-catalog-link {
	align-items: center !important;
	border-radius: 7px !important;
	display: inline-flex !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	height: 50px !important;
	justify-content: center !important;
	min-height: 50px !important;
	padding: 0 20px !important;
	text-align: center !important;
	text-decoration: none !important;
}

/*
 * Unified premium hero proportions.
 *
 * The BMW brand hero remains the largest editorial stage. Image-led homepage,
 * category and subcategory heroes use a slightly more compact shared height,
 * so the catalog stays visible without losing the same premium proportions.
 */
body.aphpb-home-builder-active .aphpb-hero,
body.aphpb-home-builder-active .aphpb-hero__inner {
	min-height: 500px !important;
}

body.aphpb-home-builder-active .aphpb-hero__inner {
	align-items: center !important;
}

body.tax-product_cat .apcb-hero-premium,
body.tax-product_cat .apcb-hero-inner {
	min-height: 460px !important;
}

body.tax-product_cat .apcb-hero-premium::before {
	background:
		linear-gradient(90deg, rgba(3, 7, 13, .88) 0%, rgba(3, 7, 13, .76) 36%, rgba(3, 7, 13, .38) 63%, rgba(3, 7, 13, .08) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .18)) !important;
}

body.tax-product_cat .apcb-hero-inner {
	align-items: stretch !important;
	padding-bottom: 64px !important;
	padding-top: 58px !important;
}

body.tax-product_cat .apcb-hero-content {
	align-self: stretch !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding-top: 34px !important;
}

/*
 * Shared hero typography and search controls.
 *
 * The BMW landing hero is the visual reference for the homepage and category
 * heroes, including type scale, breadcrumbs, dropdowns and OEM actions.
 */
body.aphpb-home-builder-active .aphpb-hero .aphpb-eyebrow,
body.tax-product_cat .apcb-hero-eyebrow {
	color: #66a8ff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: .13em !important;
	line-height: 1.25 !important;
	margin: 0 0 12px !important;
}

body.aphpb-home-builder-active .aphpb-hero h1,
body.tax-product_cat .apcb-hero-title {
	font-size: clamp(42px, 5vw, 72px) !important;
	font-weight: 850 !important;
	letter-spacing: -.04em !important;
	line-height: 1.02 !important;
	max-width: 850px !important;
}

body.tax-product_cat .apcb-hero-title {
	font-size: clamp(42px, 4.5vw, 60px) !important;
}

body.aphpb-home-builder-active .aphpb-hero__subtitle,
body.tax-product_cat .apcb-hero-subtitle {
	color: #d4dce8 !important;
	font-size: 21px !important;
	line-height: 1.5 !important;
	margin: 22px 0 30px !important;
	max-width: 760px !important;
}

body.tax-product_cat .apcb-hero-subtitle {
	font-size: 19px !important;
	line-height: 1.48 !important;
	margin-bottom: 24px !important;
	margin-top: 18px !important;
	max-width: 680px !important;
}

body.aphpb-home-builder-active .aphpb-hero__content {
	max-width: 1000px !important;
	padding-bottom: 64px !important;
	padding-top: 58px !important;
}

body.tax-product_cat .apcb-hero-content {
	max-width: 850px !important;
}

body.tax-product_cat .apcb-breadcrumbs {
	color: #b9c4d5 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	gap: 9px !important;
	letter-spacing: 0 !important;
	top: 58px !important;
}

body.tax-product_cat .apcb-breadcrumbs a {
	color: inherit !important;
}

body.aphpb-home-builder-active .aphpb-finder {
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto !important;
	max-width: 940px !important;
}

body.aphpb-home-builder-active .aphpb-finder label::after {
	display: none !important;
}

body.aphpb-home-builder-active .aphpb-finder select,
body.aphpb-home-builder-active .aphpb-finder__submit {
	font-size: 16px !important;
	height: 58px !important;
}

body.aphpb-home-builder-active .aphpb-finder select {
	-webkit-appearance: auto !important;
	appearance: auto !important;
	border: 0 !important;
	border-right: 1px solid #d7deea !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

body.aphpb-home-builder-active .aphpb-finder label:first-of-type select {
	border-radius: 7px 0 0 7px !important;
}

body.aphpb-home-builder-active .aphpb-finder__submit {
	border-radius: 0 7px 7px 0 !important;
	font-weight: 800 !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

body.aphpb-home-builder-active .aphpb-hero__actions {
	max-width: 940px !important;
}

body.aphpb-home-builder-active .aphpb-oem-search,
body.tax-product_cat .apcb-hero-actions .aps-btn-secondary,
body.epbp-brand-page .epbp-oem-link {
	align-items: center !important;
	background: rgba(255, 255, 255, .08) !important;
	border: 1px solid rgba(255, 255, 255, .36) !important;
	border-radius: 7px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	gap: 0 !important;
	height: 50px !important;
	justify-content: center !important;
	min-height: 50px !important;
	padding: 0 20px !important;
	text-align: center !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	width: auto !important;
}

body.aphpb-home-builder-active .aphpb-oem-search:hover,
body.aphpb-home-builder-active .aphpb-oem-search:focus,
body.tax-product_cat .apcb-hero-actions .aps-btn-secondary:hover,
body.tax-product_cat .apcb-hero-actions .aps-btn-secondary:focus,
body.epbp-brand-page .epbp-oem-link:hover,
body.epbp-brand-page .epbp-oem-link:focus {
	background: rgba(255, 255, 255, .14) !important;
	border-color: rgba(255, 255, 255, .52) !important;
	color: #fff !important;
}

@media (max-width: 760px) {
	body.aphb-header-builder-active .aphb-header__inner,
	body.aphb-footer-builder-active .aphb-footer__inner,
	body.aphb-footer-builder-active .aphb-footer-bottom__inner,
	body.aphpb-home-builder-active .aphpb-container,
	body.tax-product_cat .apcb-container,
	body.tax-product_cat .apcb-hero-inner,
	body.single-product .appb-container,
	body.epbp-brand-page .epbp-container,
	body.europeparts-info-page .ep-info__hero-inner,
	body.europeparts-info-page .ep-info__section-nav-inner,
	body.europeparts-info-page .ep-info__content,
	body.epcb-catalog-page .epcb-container,
	body.ep-pseo-page .ep-pseo-container {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	body.tax-product_cat .apcb-breadcrumbs {
		left: 18px !important;
	}

	body.aphpb-home-builder-active .aphpb-hero,
	body.aphpb-home-builder-active .aphpb-hero__inner {
		min-height: 540px !important;
	}

	body.aphpb-home-builder-active .aphpb-hero__content {
		max-width: none !important;
		padding-bottom: 44px !important;
		padding-top: 44px !important;
	}

	body.tax-product_cat .apcb-hero-premium,
	body.tax-product_cat .apcb-hero-inner {
		min-height: 480px !important;
	}

	body.tax-product_cat .apcb-hero-premium {
		background-position: center 36% !important;
	}

	body.tax-product_cat .apcb-hero-premium::before {
		background:
			linear-gradient(180deg, rgba(3, 7, 13, .22) 0%, rgba(3, 7, 13, .42) 38%, rgba(3, 7, 13, .92) 100%) !important;
	}

	body.tax-product_cat .apcb-hero-inner {
		padding-bottom: 28px !important;
		padding-top: 54px !important;
	}

	body.tax-product_cat .apcb-hero-content {
		justify-content: flex-end !important;
		padding-top: 0 !important;
	}

	body.aphpb-home-builder-active .aphpb-hero h1,
	body.tax-product_cat .apcb-hero-title {
		font-size: 38px !important;
	}

	body.tax-product_cat .apcb-hero-title {
		font-size: 36px !important;
	}

	body.aphpb-home-builder-active .aphpb-hero__subtitle,
	body.tax-product_cat .apcb-hero-subtitle {
		font-size: 17px !important;
		margin: 16px 0 22px !important;
	}

	body.tax-product_cat .apcb-hero-subtitle {
		font-size: 16px !important;
		line-height: 1.45 !important;
		margin: 12px 0 18px !important;
		max-width: 355px !important;
	}

	body.tax-product_cat .apcb-breadcrumbs {
		font-size: 13px !important;
		top: 18px !important;
	}

	body.aphpb-home-builder-active .aphpb-finder {
		gap: 8px !important;
		grid-template-columns: 1fr !important;
	}

	body.aphpb-home-builder-active .aphpb-finder label,
	body.aphpb-home-builder-active .aphpb-finder__submit {
		grid-column: 1 !important;
	}

	body.aphpb-home-builder-active .aphpb-finder select,
	body.aphpb-home-builder-active .aphpb-finder__submit {
		border: 0 !important;
		border-radius: 6px !important;
		font-size: 15px !important;
		height: 48px !important;
	}

	body.aphpb-home-builder-active .aphpb-finder select {
		border-right: 0 !important;
	}

	body.aphpb-home-builder-active .aphpb-oem-search,
	body.tax-product_cat .apcb-hero-actions .aps-btn-secondary,
	body.epbp-brand-page .epbp-oem-link {
		width: 100% !important;
	}

	body.tax-product_cat .apcb-hero-actions {
		max-width: none !important;
		width: 100% !important;
	}

	/* Match the BMW swipe rail to the shared 18px mobile content gutter. */
	body.epbp-brand-page .epbp-term-list {
		margin-right: -18px;
		padding-right: 18px;
	}
}

@media (max-width: 767px) {
	body.epbp-brand-page .epbp-container,
	body.europeparts-info-page .ep-info__hero-inner,
	body.europeparts-info-page .ep-info__section-nav-inner,
	body.europeparts-info-page .ep-info__content,
	body.epcb-catalog-page .epcb-container,
	body.ep-pseo-page .ep-pseo-container {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	body.epbp-brand-page .epbp-hero h1,
	body.epcb-catalog-page .epcb-hero h1,
	body.ep-pseo-page .ep-pseo-hero h1,
	body.europeparts-info-page .ep-info__hero h1 {
		font-size: 38px !important;
	}

	body.epbp-brand-page .epbp-breadcrumbs,
	body.epcb-catalog-page .epcb-breadcrumbs,
	body.ep-pseo-page .ep-pseo-breadcrumbs li,
	body.europeparts-info-page .ep-info__crumbs {
		font-size: 13px !important;
	}

	body.epcb-catalog-page .epcb-hero__summary,
	body.ep-pseo-page .ep-pseo-hero__summary,
	body.europeparts-info-page .ep-info__lead {
		font-size: 16px !important;
		line-height: 1.45 !important;
		margin: 16px 0 22px !important;
		max-width: 355px !important;
	}

	body.epcb-catalog-page .epcb-oem-link,
	body.epcb-catalog-page .epcb-change-link,
	body.ep-pseo-page .ep-pseo-oem-link,
	body.ep-pseo-page .ep-pseo-catalog-link {
		width: 100% !important;
	}
}

body.aphb-header-builder-active #masthead,
body.aphb-header-builder-active #ast-desktop-header,
body.aphb-header-builder-active .ast-mobile-header-wrap,
body.aphb-header-builder-active .main-header-bar-wrap,
body.aphb-header-builder-active .ast-above-header-wrap,
body.aphb-header-builder-active .ast-below-header-wrap {
	display: none !important;
}

body.aphb-footer-builder-active #colophon,
body.aphb-footer-builder-active .site-primary-footer-wrap,
body.aphb-footer-builder-active .site-below-footer-wrap {
	display: none !important;
}

body.aphb-footer-builder-active #ast-scroll-top {
	bottom: 74px !important;
}

.admin-bar .aphb-site-header {
	top: 32px;
}

.aphb-header__inner,
.aphb-footer__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
	width: 100%;
}

.aphb-header__inner {
	max-width: 1440px;
	padding-left: 24px;
	padding-right: 24px;
}

.aphb-desktop-bar {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: auto auto minmax(280px, 1fr);
	min-height: 74px;
}

.aphb-desktop-bar > .aphb-logo {
	margin-right: 14px;
}

.aphb-mobile-bar {
	align-items: center;
	display: none;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	min-height: 66px;
}

.aphb-logo {
	color: var(--aphb-text);
	display: inline-grid;
	gap: 2px;
	line-height: 1;
	text-decoration: none;
}

.aphb-logo:hover,
.aphb-logo:focus {
	color: var(--aphb-text);
	text-decoration: none;
}

.aphb-logo__title {
	font-size: 20px;
	font-weight: 850;
	letter-spacing: .06em;
}

.aphb-logo__subtitle {
	color: var(--aphb-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
}

.aphb-nav__list,
.aphb-mobile-nav,
.aphb-nav__dropdown,
.aphb-footer__column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aphb-nav__list {
	align-items: center;
	display: flex;
	gap: 8px;
}

.aphb-nav__list > li {
	position: relative;
}

.aphb-nav__list a,
.aphb-mobile-nav a {
	align-items: center;
	color: var(--aphb-text);
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	gap: 6px;
	line-height: 1.2;
	padding: 8px 10px;
	text-decoration: none;
}

.aphb-nav__arrow {
	color: var(--aphb-muted);
	font-size: 13px;
	margin-left: 2px;
	transform: translateY(1px);
}

.aphb-nav__list a:hover,
.aphb-nav__list a:focus,
.aphb-mobile-nav a:hover,
.aphb-mobile-nav a:focus {
	color: var(--aphb-accent);
	text-decoration: none;
}

.aphb-nav__dropdown {
	background: var(--aphb-bg);
	border: 1px solid var(--aphb-border);
	border-radius: var(--aphb-radius);
	box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
	left: 0;
	min-width: 190px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.aphb-nav-item--has-children:hover .aphb-nav__dropdown,
.aphb-nav-item--has-children:focus-within .aphb-nav__dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.aphb-nav__dropdown a {
	display: flex;
	padding: 9px 10px;
	width: 100%;
}

.aphb-actions {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
	min-width: 0;
	width: 100%;
}

.aphb-search {
	align-items: center;
	background: var(--aphb-soft);
	border: 1px solid var(--aphb-border);
	border-radius: 5px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 40px;
	height: 34px;
	margin: 0;
	max-height: 34px;
	min-height: 34px;
	overflow: hidden;
}

.aphb-search--desktop {
	flex: 1 1 280px;
	min-width: 160px;
}

.aphb-search input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--aphb-text);
	font: inherit;
	font-size: 14px;
	height: 32px;
	line-height: 1.2;
	max-height: 32px;
	min-height: 0;
	min-width: 0;
	padding: 5px 2px 5px 14px;
	width: 100%;
}

.aphb-search input[type="search"]::placeholder {
	color: #8a94a3;
	opacity: 1;
}

.aphb-search input[type="search"]:focus {
	outline: 0;
}

.aphb-search button {
	align-items: center;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--aphb-muted);
	cursor: pointer;
	display: flex;
	font: inherit;
	height: 32px;
	justify-content: center;
	max-height: 32px;
	min-height: 0;
	padding: 0;
	width: 40px;
}

.aphb-search__icon {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 16px;
}

.aphb-language-currency {
	align-items: center;
	color: var(--aphb-text);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	line-height: 1;
	padding: 8px 2px;
	white-space: nowrap;
}

.aphb-desktop-bar .aphb-language-currency {
	margin-right: 6px;
}

.aphb-language-currency__flag {
	flex: 0 0 24px;
	border: 1px solid rgba(17, 24, 39, .16);
	border-radius: 2px;
	display: block;
	height: 16px;
	object-fit: cover;
	width: 24px;
}

.aphb-language-currency__arrow {
	fill: none;
	height: 14px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 14px;
}

.aphb-language-menu {
	position: relative;
	flex: 0 0 auto;
}
.aphb-language-menu summary {
	cursor: pointer;
	list-style: none;
}
.aphb-language-menu summary::-webkit-details-marker {
	display: none;
}
.aphb-language-menu summary::after {
	content: "▾";
	margin-inline-start: 6px;
}
.aphb-language-menu__options {
	position: absolute;
	inset-inline-end: 0;
	top: 100%;
	z-index: 100;
	min-width: 210px;
	margin: 4px 0 0;
	padding: 6px;
	list-style: none;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}
.aphb-language-menu__options a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	color: #111827;
	white-space: nowrap;
}
.aphb-language-menu__options a:hover,
.aphb-language-menu__options a[aria-current] {
	background: #f3f4f6;
}
.aphb-language-menu :focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}
.aphb-mobile-menu .aphb-language-menu__options {
	inset-inline-start: 0;
	inset-inline-end: auto;
}

.aphb-icon-link,
.aphb-icon-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--aphb-text);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	gap: 7px;
	line-height: 1.2;
	padding: 8px 7px;
	position: relative;
	text-decoration: none;
}

.aphb-icon-link__glyph {
	fill: none;
	flex: 0 0 17px;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 17px;
}

.aphb-icon-link:hover,
.aphb-icon-link:focus,
.aphb-icon-button:hover,
.aphb-icon-button:focus {
	color: var(--aphb-accent);
	text-decoration: none;
}

.aphb-cart-link__count {
	align-items: center;
	background: var(--aphb-accent);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	height: 18px;
	justify-content: center;
	min-width: 18px;
	padding: 0 5px;
}

.aphb-menu-toggle {
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.aphb-icon-button__glyph,
.aphb-icon-button__glyph::before,
.aphb-icon-button__glyph::after {
	background: currentColor;
	border-radius: 999px;
	display: block;
	height: 2px;
	width: 20px;
}

.aphb-icon-button__glyph {
	position: relative;
}

.aphb-icon-button__glyph::before,
.aphb-icon-button__glyph::after {
	content: "";
	left: 0;
	position: absolute;
}

.aphb-icon-button__glyph::before {
	top: -6px;
}

.aphb-icon-button__glyph::after {
	top: 6px;
}

.aphb-mobile-menu {
	background: var(--aphb-bg);
	border-top: 1px solid var(--aphb-border);
	box-shadow: 0 18px 34px rgba(15, 23, 42, .08);
	padding: 14px 20px 18px;
}

.aphb-mobile-nav {
	display: grid;
	gap: 2px;
}

.aphb-mobile-nav a {
	justify-content: space-between;
	padding: 11px 0;
	width: 100%;
}

.aphb-mobile-nav__subnav {
	border-left: 2px solid var(--aphb-border);
	list-style: none;
	margin: 0 0 6px 10px;
	padding: 0 0 0 12px;
}

.aphb-search--mobile {
	border-radius: 8px;
	grid-template-columns: minmax(0, 1fr) 40px;
	margin-top: 12px;
	width: 100%;
}

.aphb-mobile-menu__contact {
	color: var(--aphb-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	margin-top: 12px;
	text-decoration: none;
}

.aphb-mobile-menu__utility {
	align-items: center;
	border-top: 1px solid var(--aphb-border);
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	padding-top: 10px;
}

.aphb-site-footer {
	background: #0b1220;
	color: #fff;
	margin-top: 42px;
}

.aphb-footer-bottom__inner {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}
.aphb-footer__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(210px, 1.3fr) repeat(4, minmax(0, 1fr));
	max-width: 1440px;
	padding: 42px 24px 38px;
}

.aphb-site-footer .aphb-logo {
	color: #fff;
}

.aphb-site-footer .aphb-logo__subtitle,
.aphb-footer__brand p,
.aphb-footer__column a {
	color: rgba(255, 255, 255, .68);
}

.aphb-footer__brand p {
	font-size: 14px;
	line-height: 1.5;
	margin: 14px 0 0;
	max-width: 240px;
}

.aphb-footer__column h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .06em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.aphb-footer__column li + li {
	margin-top: 8px;
}

.aphb-footer__column a {
	font-size: 14px;
	text-decoration: none;
}

.aphb-footer__column a:hover,
.aphb-footer__column a:focus {
	color: #fff;
	text-decoration: none;
}

.aphb-footer-contact__details {
	display: grid;
	font-style: normal;
	gap: 12px;
}

.aphb-footer-contact__item {
	align-items: flex-start;
	color: rgba(255, 255, 255, .68);
	display: flex;
	font-size: 14px;
	gap: 9px;
	line-height: 1.45;
	text-decoration: none;
}

.aphb-footer-contact__item svg {
	flex: 0 0 18px;
	height: 18px;
	margin-top: 1px;
	width: 18px;
}

.aphb-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.aphb-footer-bottom__inner {
	align-items: center;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	min-height: 58px;
}

.aphb-footer-bottom p {
	color: rgba(255, 255, 255, .62);
	margin: 0;
}

.aphb-footer-partners {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
}

.aphb-footer-mobile-payment {
	display: none;
}

.aphb-footer-partner {
	align-items: center;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: rgba(255, 255, 255, .78);
	display: inline-flex;
	flex: 0 0 auto;
	height: 24px;
	justify-content: center;
	line-height: 1;
}

.aphb-footer-partner img {
	display: block;
	filter: grayscale(1) brightness(0) invert(1);
	height: auto;
	object-fit: contain;
	opacity: .78;
	width: auto;
}

.aphb-footer-partner--dhl {
	width: 66px;
}

.aphb-footer-partner--dhl img {
	width: 66px;
}

.aphb-footer-partner--dpd {
	width: 46px;
}

.aphb-footer-partner--dpd img {
	width: 46px;
}

.aphb-footer-partner--gls {
	width: 46px;
}

.aphb-footer-partner--gls img {
	width: 46px;
}

.aphb-footer-partner--sepa {
	gap: 6px;
	padding: 0;
	width: auto;
}

.aphb-footer-partner--sepa img {
	height: auto;
	width: 60px;
}

.aphb-footer-partner--sepa span {
	color: rgba(255, 255, 255, .78);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .03em;
}

@media (max-width: 1040px) {
	.admin-bar .aphb-site-header {
		top: 46px;
	}

	.aphb-desktop-bar {
		display: none;
	}

	.aphb-mobile-bar {
		display: grid;
	}

	.aphb-mobile-bar .aphb-logo {
		justify-self: center;
		text-align: center;
	}

	.aphb-cart-link--mobile {
		justify-content: flex-end;
		padding-right: 0;
	}

	.aphb-cart-link--mobile .aphb-icon-link__label {
		display: none;
	}

	.aphb-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aphb-footer-contact {
		grid-column: 1 / -1;
	}

	.aphb-footer-contact__details {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1041px) and (max-width: 1360px) {
	.aphb-desktop-bar {
		gap: 10px;
	}

	.aphb-desktop-bar > .aphb-logo {
		margin-right: 6px;
	}

	.aphb-nav__list a {
		padding-left: 7px;
		padding-right: 7px;
	}

	.aphb-actions {
		gap: 10px;
	}

	.aphb-desktop-bar .aphb-language-currency {
		margin-right: 0;
	}

	.aphb-account-link .aphb-icon-link__label,
	.aphb-cart-link .aphb-icon-link__label {
		display: none;
	}
}

@media (max-width: 600px) {
	body.aphb-footer-builder-active #ast-scroll-top {
		bottom: 68px !important;
	}

	.admin-bar .aphb-site-header {
		top: 0;
	}

	.aphb-header__inner,
	.aphb-footer__inner,
	.aphb-footer-bottom__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.aphb-footer__inner {
		grid-template-columns: 1fr;
	}

	.aphb-footer-contact {
		grid-column: auto;
	}

	.aphb-footer-contact__details {
		grid-template-columns: 1fr;
	}

	.aphb-footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		min-height: 52px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.aphb-footer-bottom p {
		max-width: 170px;
	}

	.aphb-footer-partners {
		gap: 14px 18px;
		justify-content: flex-start;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.aphb-footer-partner:not(.aphb-footer-partner--sepa) {
		display: none;
	}

	.aphb-footer-mobile-payment {
		display: none;
	}

	.aphb-footer-bottom__inner {
		align-items: center;
		flex-direction: row;
		gap: 14px;
		justify-content: space-between;
		min-height: 82px;
	}

	.aphb-footer-bottom p {
		max-width: 165px;
	}

	.aphb-footer-partners {
		flex: 0 0 auto;
		gap: 0;
		justify-content: flex-end;
		width: auto;
	}

	.aphb-footer-partner--sepa img {
		width: 52px;
	}

	.aphb-footer-partner--sepa span {
		font-size: 9px;
	}
}

/* Mobile navigation overlays the page without changing the sticky header height. */
.aphb-mobile-menu[hidden] { display:none; }
@media (max-width:1040px) {
 .aphb-mobile-menu {
  position:absolute; top:100%; left:0; right:0;
  max-height:var(--aphb-menu-available-height,calc(100dvh - 80px));
  overflow-y:auto; overscroll-behavior-y:contain;
  padding-bottom:max(18px,env(safe-area-inset-bottom));
 }
 .aphb-menu-toggle[aria-expanded="true"] .aphb-icon-button__glyph { background:transparent; }
 .aphb-menu-toggle[aria-expanded="true"] .aphb-icon-button__glyph::before { top:0; transform:rotate(45deg); }
 .aphb-menu-toggle[aria-expanded="true"] .aphb-icon-button__glyph::after { top:0; transform:rotate(-45deg); }
}
@media (min-width:1041px) { .aphb-mobile-menu { display:none; } }
