.aphpb-home {
	--aphpb-text: var(--aps-text, #111827);
	--aphpb-muted: var(--aps-muted, #667085);
	--aphpb-border: var(--aps-border, #dfe4ea);
	--aphpb-soft: #f5f7fa;
	--aphpb-accent: var(--aps-accent, #2563eb);
	background: #fff;
	color: var(--aphpb-text);
	font-family: var(--aps-font-family, var(--aps-font, inherit));
}

body.aphpb-home-builder-active .site-content,
body.aphpb-home-builder-active .entry-content {
	margin: 0;
	padding: 0;
}

.aphpb-home *,
.aphpb-home *::before,
.aphpb-home *::after {
	box-sizing: border-box;
}

.aphpb-container {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.aphpb-eyebrow {
	color: var(--aphpb-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.25;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.aphpb-hero {
	background-color: #030609;
	min-height: 420px;
	overflow: hidden;
	position: relative;
}

.aphpb-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.aphpb-hero__inner {
	align-items: center;
	display: flex;
	min-height: 420px;
	position: relative;
	z-index: 1;
}

.aphpb-hero__content {
	max-width: 720px;
	padding: 46px 0 50px;
	width: 100%;
}

.aphpb-hero h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 620px;
}

.aphpb-hero__subtitle {
	color: #d7dce3;
	font-size: 18px;
	line-height: 1.5;
	margin: 14px 0 24px;
	max-width: 520px;
}

.aphpb-hero .aphpb-eyebrow {
	color: #67b7ff;
}

@media (min-width: 1025px) {
	.aphpb-hero .aphpb-eyebrow {
		margin-bottom: 12px;
	}

	.aphpb-hero__subtitle {
		margin: 22px 0 30px;
	}

	.aphpb-hero__actions {
		margin-top: 14px;
	}
}

.aphpb-partners {
	background: #fff;
	border-bottom: 1px solid #e8ecf1;
}

.aphpb-partners__inner {
	align-items: center;
	display: flex;
	min-height: 58px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.aphpb-partners__list {
	align-items: center;
	display: flex;
	gap: clamp(28px, 4vw, 72px);
	justify-content: space-between;
	list-style: none;
	margin: 0 auto;
	max-width: 1040px;
	padding: 0;
	width: 100%;
}

.aphpb-partners__item {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	justify-content: center;
	margin: 0;
	min-width: 0;
}

.aphpb-partners__item img {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.aphpb-partners__item--dhl img {
	width: 82px;
}

.aphpb-partners__item--dpd img,
.aphpb-partners__item--gls img {
	width: 68px;
}

.aphpb-partners__item--sepa {
	gap: 8px;
}

.aphpb-partners__item--sepa img {
	width: 76px;
}

.aphpb-partners__instant {
	border: 1px solid #1554a6;
	border-radius: 4px;
	color: #1554a6;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
	padding: 3px 5px;
	text-transform: uppercase;
}

.aphpb-finder {
	align-items: end;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) 180px;
	max-width: 940px;
	position: relative;
}

.aphpb-finder label {
	display: block;
	margin: 0;
	position: relative;
}

.aphpb-finder label::after {
	border-bottom: 2px solid #667085;
	border-right: 2px solid #667085;
	content: "";
	height: 7px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-65%) rotate(45deg);
	width: 7px;
	z-index: 2;
}

.aphpb-finder label + label select {
	border-left: 0;
}

.aphpb-finder label > span {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.aphpb-finder select {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #cfd6df;
	border-radius: 0;
	box-shadow: none;
	color: #111827;
	font-size: 14px;
	height: 42px;
	margin: 0;
	min-width: 0;
	padding: 0 42px 0 14px;
	width: 100%;
}

.aphpb-finder select:invalid,
.aphpb-finder select:has(option[value=""]:checked) {
	color: #98a2b3;
}

.aphpb-finder select:disabled {
	background-color: #f3f5f8;
	color: #98a2b3;
	cursor: not-allowed;
}

.aphpb-finder label:has(select:disabled)::after {
	opacity: .45;
}

.aphpb-finder label:first-of-type select {
	border-radius: 6px 0 0 6px;
}

.aphpb-finder select:focus {
	border-color: var(--aphpb-accent);
	box-shadow: inset 0 0 0 1px var(--aphpb-accent);
	outline: none;
	position: relative;
	z-index: 1;
}

.aphpb-finder__submit {
	align-items: center;
	background: var(--aphpb-accent);
	border: 1px solid var(--aphpb-accent);
	border-radius: 0 6px 6px 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 8px;
	height: 42px;
	justify-content: center;
	padding: 0 20px;
	white-space: nowrap;
}

.aphpb-finder__submit:hover,
.aphpb-finder__submit:focus {
	background: #174fb8;
	border-color: #174fb8;
	color: #fff;
}

.aphpb-finder__submit svg {
	height: 18px;
	width: 18px;
}

.aphpb-finder__status {
	color: #b42318;
	font-size: 12px;
	left: 0;
	margin: 0;
	min-height: 17px;
	position: absolute;
	top: calc(100% + 6px);
}

.aphpb-finder--invalid select {
	border-color: #d92d20;
}

.aphpb-hero__actions {
	display: flex;
	margin-top: 10px;
	max-width: 940px;
}

.aphpb-oem-search {
	align-items: center;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	height: 42px;
	justify-content: center;
	padding: 0 20px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease;
	width: calc((100% - 180px) / 4);
}

.aphpb-oem-search:hover,
.aphpb-oem-search:focus {
	background: rgba(255, 255, 255, .14);
	border-color: rgba(255, 255, 255, .48);
	color: #fff;
	text-decoration: none;
}

.aphpb-section {
	padding: 56px 0;
}

.aphpb-categories {
	padding-top: 36px;
}

.aphpb-section__heading {
	align-items: end;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.aphpb-section__heading h2,
.aphpb-delivery h2,
.aphpb-about__inner h2,
.aphpb-faq__heading h2 {
	color: var(--aphpb-text);
	font-size: 28px;
	font-weight: 820;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.aphpb-section__heading > p {
	color: var(--aphpb-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.aphpb-category-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aphpb-category-card {
	background: #fff;
	border: 1px solid var(--aphpb-border);
	border-radius: 10px;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aphpb-category-card:hover {
	border-color: #bfd2f8;
	box-shadow: 0 14px 32px rgba(25, 48, 88, .1);
	transform: translateY(-3px);
}

.aphpb-category-card__media {
	background: var(--aphpb-soft);
	display: block;
	height: 171px;
	overflow: hidden;
}

.aphpb-category-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 12px;
	transition: transform .2s ease;
	width: 100%;
}

.aphpb-category-card:hover .aphpb-category-card__media img {
	transform: scale(1.025);
}

.aphpb-category-card__body {
	align-items: center;
	background: linear-gradient(135deg, #fff 0%, #f6f9ff 100%);
	border-top: 1px solid #e3eaf5;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 92px;
	padding: 10px 18px;
	position: relative;
}

.aphpb-category-card__body::before {
	background: var(--aphpb-accent);
	border-radius: 999px;
	content: "";
	height: 3px;
	left: 18px;
	position: absolute;
	top: -2px;
	width: 38px;
}

.aphpb-category-card h3 {
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 6px;
}

.aphpb-category-card h3 a {
	color: var(--aphpb-text);
	text-decoration: none;
}

.aphpb-category-card p {
	color: var(--aphpb-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.aphpb-category-card__action {
	align-items: center;
	background: var(--aphpb-accent);
	border-radius: 50%;
	box-shadow: 0 7px 16px rgba(38, 103, 232, .22);
	color: #fff;
	display: inline-flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aphpb-category-card__action:hover,
.aphpb-category-card__action:focus {
	background: #174fb8;
	box-shadow: 0 9px 20px rgba(38, 103, 232, .3);
	color: #fff;
	transform: translateX(2px);
}

.aphpb-category-card__action svg {
	height: 18px;
	width: 18px;
}

.aphpb-part-types,
.aphpb-recent-products,
.aphpb-faq {
	background: var(--aphpb-soft);
}

.aphpb-part-types {
	border-bottom: 1px solid var(--aphpb-border);
	border-top: 1px solid var(--aphpb-border);
}

.aphpb-part-types__grid {
	display: grid;
	gap: 52px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aphpb-part-types__group h3 {
	border-bottom: 1px solid var(--aphpb-border);
	font-size: 17px;
	font-weight: 800;
	margin: 0 0 4px;
	padding-bottom: 14px;
}

.aphpb-part-types__group h3 a {
	color: var(--aphpb-text);
	text-decoration: none;
}

.aphpb-part-types__group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aphpb-part-types__group li {
	border-bottom: 1px solid var(--aphpb-border);
	margin: 0;
}

.aphpb-part-types__group li a {
	align-items: center;
	color: #344054;
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	padding: 9px 0;
	text-decoration: none;
}

.aphpb-part-types__item {
	align-items: center;
	display: flex;
	gap: 13px;
	min-width: 0;
}

.aphpb-part-types__image {
	align-items: center;
	display: inline-flex;
	flex: 0 0 60px;
	height: 46px;
	justify-content: center;
}

.aphpb-part-types__image img {
	display: block;
	height: 40px;
	object-fit: contain;
	width: 54px;
}

.aphpb-part-types .aphpb-eyebrow {
	font-size: 13px;
}

.aphpb-part-types .aphpb-section__heading h2 {
	font-size: 30px;
}

.aphpb-part-types__arrow {
	flex: 0 0 auto;
	margin-left: 10px;
}

@media (min-width: 769px) {
	.aphpb-part-types__item > span:last-child {
		white-space: nowrap;
	}
}

.aphpb-part-types__group li a:hover,
.aphpb-part-types__group li a:focus {
	color: var(--aphpb-accent);
}

.aphpb-products__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aphpb-products__grid .aps-product-card {
	height: 100%;
	min-width: 0;
}

.woocommerce-js .aphpb-products__grid a.button.aps-product-card__action {
	align-items: center;
	background: var(--aps-accent, #2563eb);
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 38px;
	padding: 0;
	width: 38px;
}

.woocommerce-js .aphpb-products__grid a.button.aps-product-card__action.added,
.woocommerce-js .aphpb-products__grid a.button.aps-product-card__action.aps-is-added {
	background: #16803c;
	border-radius: 50%;
	color: #fff;
}

.aphpb-text-link {
	align-items: center;
	color: var(--aphpb-accent);
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 7px;
	text-decoration: none;
}

.aphpb-text-link:hover,
.aphpb-text-link:focus {
	color: #174fb8;
}

.aphpb-delivery {
	background: #102542;
	color: #fff;
	padding: 34px 0;
}

.aphpb-delivery__inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.aphpb-delivery__icon {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	color: #102542;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.aphpb-delivery__icon svg {
	height: 26px;
	width: 26px;
}

.aphpb-delivery .aphpb-eyebrow {
	color: #8bb4ff;
}

.aphpb-delivery h2 {
	color: #fff;
	font-size: 24px;
}

.aphpb-delivery p:not(.aphpb-eyebrow) {
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	line-height: 1.5;
	margin: 7px 0 0;
	max-width: 700px;
}

.aphpb-delivery p.aphpb-delivery__carriers {
	color: #d6e3f5;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .02em;
	margin-top: 10px;
}

.aphpb-button {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	height: 42px;
	justify-content: center;
	padding: 0 18px;
	text-decoration: none;
	white-space: nowrap;
}

.aphpb-button--secondary {
	background: #fff;
	color: #102542;
}

.aphpb-button--secondary:hover,
.aphpb-button--secondary:focus {
	background: #e8eef7;
	color: #102542;
}

.aphpb-about__inner {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

.aphpb-about__copy p {
	color: #475467;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.aphpb-about__copy p + p {
	margin-top: 12px;
}

.aphpb-about__copy .aphpb-text-link {
	margin-top: 18px;
}

.aphpb-faq__inner {
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
}

.aphpb-faq__heading .aphpb-text-link {
	margin-top: 18px;
}

.aphpb-faq__list {
	border-top: 1px solid var(--aphpb-border);
}

.aphpb-faq__list details {
	border-bottom: 1px solid var(--aphpb-border);
}

.aphpb-faq__list summary {
	align-items: center;
	color: var(--aphpb-text);
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 750;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding: 18px 0;
}

.aphpb-faq__list summary::-webkit-details-marker {
	display: none;
}

.aphpb-faq__list summary span {
	color: var(--aphpb-accent);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	transition: transform .2s ease;
}

.aphpb-faq__list details[open] summary span {
	transform: rotate(45deg);
}

.aphpb-faq__list details p {
	color: #475467;
	font-size: 14px;
	line-height: 1.65;
	margin: -4px 0 18px;
	max-width: 760px;
}

@media (max-width: 1040px) {
	.aphpb-hero,
	.aphpb-hero__inner {
		min-height: 390px;
	}

	.aphpb-hero__image {
		object-position: 38% center;
	}

	.aphpb-hero__content {
		max-width: 650px;
	}

	.aphpb-hero h1 {
		font-size: 38px;
	}

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

	.aphpb-about__inner,
	.aphpb-faq__inner {
		gap: 46px;
	}
}

@media (max-width: 760px) {
	.aphpb-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.aphpb-partners__inner {
		min-height: 100px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.aphpb-partners__list {
		column-gap: 18px;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 14px;
	}

	.aphpb-partners__item {
		flex-basis: calc(50% - 18px);
	}

	.aphpb-partners__item--dhl img {
		width: 80px;
	}

	.aphpb-partners__item--dpd img,
	.aphpb-partners__item--gls img {
		width: 64px;
	}

	.aphpb-partners__item--sepa img {
		width: 74px;
	}

	.aphpb-hero,
	.aphpb-hero__inner {
		min-height: 430px;
	}

	.aphpb-hero__image {
		object-position: 32% center;
	}

	.aphpb-hero__content {
		padding: 34px 0 42px;
		width: 100%;
	}

	.aphpb-hero h1 {
		font-size: 34px;
	}

	.aphpb-hero__subtitle {
		font-size: 16px;
		max-width: 390px;
	}

	.aphpb-finder {
		gap: 8px;
		grid-template-columns: 1fr 1fr;
	}

	.aphpb-finder label + label select,
	.aphpb-finder label:first-of-type select,
	.aphpb-finder__submit {
		border: 1px solid #cfd6df;
		border-radius: 5px;
	}

	.aphpb-finder__submit {
		grid-column: 1 / -1;
	}

	.aphpb-finder__submit {
		border-color: var(--aphpb-accent);
	}

	.aphpb-finder__status {
		top: calc(100% + 3px);
	}

	.aphpb-section {
		padding: 44px 0;
	}

	.aphpb-categories {
		padding-top: 32px;
	}

	.aphpb-section__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.aphpb-section__heading h2,
	.aphpb-about__inner h2,
	.aphpb-faq__heading h2 {
		font-size: 24px;
	}

	.aphpb-category-grid,
	.aphpb-part-types__grid {
		grid-template-columns: 1fr;
	}

	.aphpb-part-types__grid {
		gap: 30px;
	}

	.aphpb-part-types .aphpb-section__heading h2 {
		font-size: 26px;
	}

	.aphpb-delivery__inner {
		align-items: start;
		grid-template-columns: auto minmax(0, 1fr);
	}

.aphpb-delivery__inner .aphpb-button {
	grid-column: 2;
	justify-self: start;
}

	.aphpb-about__inner,
	.aphpb-faq__inner {
		gap: 26px;
		grid-template-columns: 1fr;
	}
}

/* Vehicle brands */
.aphpb-brands {
	background: linear-gradient(180deg, #f8fbff 0%, #f4f8fd 100%);
	border-bottom: 1px solid var(--aphpb-line);
	padding-bottom: 40px;
	padding-top: 40px;
}

.aphpb-brands__grid {
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 gap:24px 40px;
}

.aphpb-brand-card {
 display:flex;
 align-items:center;
 justify-content:center;
 width:160px;
 min-height:112px;
 padding:8px;
 background:transparent;
 border:0;
 border-radius:0;
 box-shadow:none;
 text-decoration:none;
}

.aphpb-brand-card__logo {
 display:flex;
 align-items:center;
 justify-content:center;
 width:100%;
}

.aphpb-brand-card__logo img {
 width:144px;
 height:96px;
 max-width:100%;
 object-fit:contain;
 transition:transform 160ms ease;
}

.aphpb-brand-card:hover img { transform:scale(1.05); }
.aphpb-brand-card:focus-visible { outline:2px solid var(--aphpb-accent); outline-offset:4px; }
@media (prefers-reduced-motion:reduce) { .aphpb-brand-card__logo img { transition:none; } }

@media (max-width:520px) {
 .aphpb-brands { padding-bottom:30px; padding-top:30px; }
 .aphpb-brands__grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
 }
 .aphpb-brand-card { width:100%; min-width:0; min-height:96px; }
 .aphpb-brand-card__logo img { height:80px; }

	.aphpb-partners__inner {
		min-height: 86px;
	}

	.aphpb-partners__item {
		flex-basis: calc(33.333% - 12px);
	}

	.aphpb-partners__item--sepa {
		display: none;
	}

	.aphpb-hero__image {
		object-position: 50% center;
	}

	.aphpb-hero__subtitle {
		max-width: 250px;
	}

	.aphpb-finder {
		gap: 6px;
		grid-template-columns: 1fr;
	}

	.aphpb-finder select,
	.aphpb-finder__submit {
		font-size: 13px;
		height: 38px;
	}

	.aphpb-finder label::after {
		right: 15px;
	}

	.aphpb-oem-search {
		height: 38px;
		width: 100%;
	}

	.aphpb-hero__actions {
		margin-top: 6px;
	}

	.aphpb-finder__submit {
		grid-column: 1;
	}

	.aphpb-products__grid {
		grid-template-columns: 1fr;
	}

	.aphpb-products__grid .aps-product-card--compact .aps-product-card__body {
		display: flex;
		flex-direction: column;
		gap: 6px;
		grid-template-rows: none;
		min-height: 208px;
		padding: 14px 16px 16px;
	}

	.aphpb-products__grid .aps-product-card--compact .aps-product-card__title {
		font-size: 18px;
	}

	.aphpb-products__grid .aps-product-card__oem {
		font-size: 14px;
		min-height: 19px;
	}

	.aphpb-products__grid .aps-product-card__status {
		font-size: 13px;
		gap: 12px;
		min-height: 20px;
	}

	.aphpb-products__grid .aps-product-card__status .aps-product-card__icon {
		height: 14px;
		width: 14px;
	}

	.aphpb-products__grid .aps-product-card__purchase {
		gap: 5px;
		margin-top: auto;
		min-height: 42px;
	}

	.aphpb-products__grid .aps-product-card--compact .aps-product-card__price {
		font-size: 20px;
	}

	.aphpb-products__grid .aps-product-card__fitment {
		min-height: 24px;
	}

	.aphpb-products__grid .aps-product-card__fitment span {
		font-size: 12px;
	}

	.woocommerce-js .aphpb-products__grid a.button.aps-product-card__action {
		flex-basis: 38px;
		height: 38px;
		min-height: 38px;
		width: 38px;
	}

	.aphpb-delivery__inner {
		grid-template-columns: 1fr;
	}

	.aphpb-delivery__inner .aphpb-button {
		grid-column: 1;
	}

	.aphpb-delivery__icon {
		height: 46px;
		width: 46px;
	}

	body.aphpb-home-builder-active #ast-scroll-top {
		right: 4px !important;
	}
}
