/*
 * 1AutoParts Precision Navy Homepage — Industrial Copper
 * All rules are scoped to .oneap-home or the plugin body class.
 */

:root {
	--oneap-ink: #0b1622;
	--oneap-ink-soft: #45515d;
	--oneap-accent: #a8441d;
	--oneap-accent-dark: #7b2f13;
	--oneap-accent-bright: #f2a277;
	--oneap-steel: #465461;
	--oneap-copper-soft: #f3dfd2;
	--oneap-steel-soft: #e4e7e8;
	--oneap-cloud: #f3f1ed;
	--oneap-line: #d8d5cf;
	--oneap-white: #fff;
	--oneap-success: #3c7958;
	--oneap-shadow-sm: 0 8px 22px rgba(11, 22, 34, 0.08);
	--oneap-shadow-lg: 0 30px 80px rgba(3, 12, 19, 0.26);
	--oneap-radius-sm: 12px;
	--oneap-radius: 20px;
	--oneap-radius-lg: 30px;
}

/*
 * Storefront's homepage template adds inline hero padding around the page
 * content. The :has() path also covers shortcodes supplied by page builders,
 * where WordPress cannot add the body class before the page begins rendering.
 */
.oneap-homepage-active .storefront-breadcrumb,
.oneap-homepage-active .woocommerce-breadcrumb,
body:has(.oneap-home) .storefront-breadcrumb,
body:has(.oneap-home) .woocommerce-breadcrumb,
.oneap-homepage-active .storefront-hero__button-edit,
body:has(.oneap-home) .storefront-hero__button-edit,
.oneap-homepage-active .entry-header,
body:has(.oneap-home) .entry-header {
	display: none !important;
}

.oneap-homepage-active .site-content,
body:has(.oneap-home) .site-content {
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.oneap-homepage-active .content-area,
.oneap-homepage-active .site-main,
.oneap-homepage-active .hentry,
.oneap-homepage-active .entry-content,
body:has(.oneap-home) .content-area,
body:has(.oneap-home) .site-main,
body:has(.oneap-home) .hentry,
body:has(.oneap-home) .entry-content {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	max-width: none !important;
	min-height: 0;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.oneap-homepage-active .site-main > .hentry,
body:has(.oneap-home) .site-main > .hentry {
	background: transparent !important;
}

.oneap-homepage-active .site-content > .col-full,
.oneap-homepage-active .site-main > .hentry > .col-full,
body:has(.oneap-home) .site-content > .col-full,
body:has(.oneap-home) .site-main > .hentry > .col-full {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.oneap-homepage-active .content-area,
body:has(.oneap-home) .content-area {
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.oneap-homepage-active .widget-area,
body:has(.oneap-home) .widget-area {
	display: none;
}

/*
 * Storefront adds a desktop-only bottom margin to the full site header. On a
 * normal page this separates the header from the content, but it becomes an
 * empty gray strip above this edge-to-edge homepage.
 */
.oneap-homepage-active .site-header,
body:has(.oneap-home) .site-header {
	margin-bottom: 0 !important;
}

/*
 * Storefront renders the Header 1 widget area as a full-width row between the
 * navigation and page content. Keep widgets such as Google Translate, but let
 * them float over the hero instead of reserving a blank strip above it.
 */
.oneap-homepage-active .header-widget-region,
body:has(.oneap-home) .header-widget-region {
	background: transparent !important;
	border: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative;
	z-index: 20;
}

.oneap-homepage-active .header-widget-region > .col-full,
body:has(.oneap-home) .header-widget-region > .col-full {
	align-items: flex-start;
	display: flex !important;
	gap: 12px;
	height: 0 !important;
	justify-content: flex-end;
	margin: 0 auto !important;
	max-width: 1240px !important;
	overflow: visible !important;
	padding: 0 28px !important;
	position: relative;
	width: 100% !important;
}

.oneap-homepage-active .header-widget-region .widget,
body:has(.oneap-home) .header-widget-region .widget {
	float: none !important;
	flex: 0 0 auto;
	margin: 0 !important;
	max-width: min(320px, calc(100vw - 34px));
	padding: 14px 0 0 !important;
	position: relative !important;
	z-index: 21;
}

.oneap-homepage-active .header-widget-region select,
body:has(.oneap-home) .header-widget-region select {
	max-width: 100%;
}

.oneap-homepage-active .header-widget-region .goog-te-gadget,
.oneap-homepage-active .header-widget-region .goog-te-gadget a,
body:has(.oneap-home) .header-widget-region .goog-te-gadget,
body:has(.oneap-home) .header-widget-region .goog-te-gadget a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.oneap-home {
	color: var(--oneap-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	overflow: hidden;
	text-rendering: optimizeLegibility;
	width: 100vw;
}

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

.oneap-home a {
	color: inherit;
	text-decoration: none;
}

.oneap-home a:focus-visible,
.oneap-home button:focus-visible,
.oneap-home input:focus-visible {
	outline: 3px solid rgba(168, 68, 29, 0.44);
	outline-offset: 3px;
}

.oneap-home h1,
.oneap-home h2,
.oneap-home h3,
.oneap-home p,
.oneap-home figure,
.oneap-home address {
	margin-top: 0;
}

.oneap-home h1,
.oneap-home h2,
.oneap-home h3 {
	color: var(--oneap-ink);
	font-family: inherit;
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.oneap-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.oneap-hero {
	background:
		radial-gradient(circle at 82% 25%, rgba(168, 68, 29, 0.3), transparent 31%),
		linear-gradient(135deg, #07131e 0%, #0d2131 58%, #172a37 100%);
	color: rgba(255, 255, 255, 0.8);
	position: relative;
}

.oneap-hero::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, #000, transparent 90%);
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
}

.oneap-hero__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
	min-height: 685px;
	padding-bottom: 74px;
	padding-top: 74px;
	position: relative;
	z-index: 1;
}

.oneap-eyebrow,
.oneap-kicker {
	color: var(--oneap-accent);
	font-size: 0.76rem;
	font-weight: 780;
	letter-spacing: 0.13em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.oneap-eyebrow {
	color: var(--oneap-accent-bright);
}

.oneap-kicker--light {
	color: var(--oneap-accent-bright);
}

.oneap-hero h1 {
	color: var(--oneap-white);
	font-size: clamp(3rem, 5vw, 5.45rem);
	letter-spacing: -0.055em;
	margin-bottom: 24px;
	max-width: 770px;
}

.oneap-hero__lead {
	color: rgba(255, 255, 255, 0.77);
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 1.75;
	margin-bottom: 29px;
	max-width: 660px;
}

.oneap-search {
	align-items: center;
	background: var(--oneap-white);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 16px;
	box-shadow: 0 16px 44px rgba(2, 12, 28, 0.3);
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	max-width: 680px;
	padding: 7px;
	position: relative;
}

.oneap-search__icon {
	color: #59636d;
	display: grid;
	margin-left: 12px;
	place-items: center;
}

.oneap-search__icon svg {
	height: 21px;
	width: 21px;
}

.oneap-search input[type="search"] {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--oneap-ink);
	font-family: inherit;
	font-size: 1rem;
	height: 52px;
	margin: 0;
	min-width: 0;
	padding: 0 15px;
	width: 100%;
}

.oneap-search input[type="search"]::placeholder {
	color: #6d7781;
	opacity: 1;
}

.oneap-search button {
	align-items: center;
	background: var(--oneap-accent);
	border: 0;
	border-radius: 11px;
	box-shadow: none;
	color: var(--oneap-white);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 730;
	gap: 9px;
	height: 50px;
	justify-content: center;
	padding: 0 22px;
	transition: background 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.oneap-search button:hover {
	background: var(--oneap-accent-dark);
	transform: translateY(-1px);
}

.oneap-search__message {
	bottom: -27px;
	color: #f5b19a;
	font-size: 0.82rem;
	left: 4px;
	position: absolute;
}

.oneap-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	margin-top: 25px;
}

.oneap-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 740;
	gap: 9px;
	justify-content: center;
	line-height: 1.2;
	min-height: 49px;
	padding: 13px 20px;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.oneap-button:hover {
	transform: translateY(-1px);
}

.oneap-button--primary {
	background: var(--oneap-accent);
	color: var(--oneap-white) !important;
}

.oneap-button--primary:hover {
	background: var(--oneap-accent-dark);
}

.oneap-button--quiet {
	color: var(--oneap-white) !important;
	padding-left: 5px;
	padding-right: 5px;
}

.oneap-button--quiet:hover {
	color: var(--oneap-accent-bright) !important;
}

.oneap-button--white {
	background: var(--oneap-white);
	color: var(--oneap-ink) !important;
}

.oneap-button--white:hover {
	background: #eee8e2;
}

.oneap-button--outline-white {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--oneap-white) !important;
}

.oneap-button--outline-white:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--oneap-white);
}

.oneap-hero__microproof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 28px;
}

.oneap-hero__microproof span {
	align-items: center;
	color: rgba(255, 255, 255, 0.73);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 650;
	gap: 7px;
}

.oneap-hero__microproof svg {
	color: var(--oneap-accent-bright);
	height: 16px;
	width: 16px;
}

.oneap-home svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.oneap-hero-showcase {
	height: 490px;
	position: relative;
}

.oneap-hero-showcase__glow {
	background: rgba(168, 68, 29, 0.32);
	border-radius: 50%;
	filter: blur(60px);
	height: 380px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 380px;
}

.oneap-hero-product {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--oneap-shadow-lg);
	color: var(--oneap-ink);
	display: block;
	position: absolute;
}

.oneap-hero-product--main {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 28px;
	left: 50%;
	max-width: 365px;
	padding: 18px 18px 20px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-1.5deg);
	transition: transform 200ms ease;
	width: 77%;
	z-index: 2;
}

.oneap-hero-product--main:hover {
	transform: translate(-50%, -51.5%) rotate(0deg);
}

.oneap-hero-product__flag {
	background: var(--oneap-copper-soft);
	border-radius: 999px;
	color: var(--oneap-accent-dark);
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 780;
	letter-spacing: 0.06em;
	margin-bottom: 5px;
	padding: 6px 10px;
	text-transform: uppercase;
}

.oneap-hero-product__image {
	align-items: center;
	display: flex;
	height: 270px;
	justify-content: center;
	overflow: hidden;
}

.oneap-hero-product__image img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.oneap-hero-product__name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 7px;
	overflow: hidden;
}

.oneap-hero-product__price {
	color: var(--oneap-accent);
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	margin-top: 6px;
}

.oneap-hero-product__price del {
	color: #7b8898;
	font-size: 0.78em;
	font-weight: 500;
	margin-right: 5px;
}

.oneap-hero-product__price ins {
	background: transparent;
	font-weight: inherit;
}

.oneap-hero-product--mini {
	align-items: center;
	border: 5px solid var(--oneap-white);
	border-radius: 18px;
	display: flex;
	height: 122px;
	justify-content: center;
	overflow: hidden;
	width: 122px;
	z-index: 3;
}

.oneap-hero-product--mini img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.oneap-hero-product--mini-1 {
	right: 0;
	top: 24px;
	transform: rotate(5deg);
}

.oneap-hero-product--mini-2 {
	bottom: 24px;
	left: -5px;
	transform: rotate(-6deg);
}

.oneap-hero-product--fallback {
	border-radius: var(--oneap-radius);
	left: 50%;
	padding: 45px 35px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(390px, 88%);
}

.oneap-hero-product--fallback > span {
	background: var(--oneap-steel-soft);
	border-radius: 50%;
	color: var(--oneap-steel);
	display: grid;
	height: 54px;
	margin-bottom: 18px;
	place-items: center;
	width: 54px;
}

.oneap-hero-product--fallback svg {
	height: 27px;
	width: 27px;
}

.oneap-hero-product--fallback strong {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.oneap-hero-product--fallback p {
	color: var(--oneap-ink-soft);
	margin-bottom: 0;
}

.oneap-hero-showcase__stat {
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(5, 15, 23, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	bottom: 5px;
	color: var(--oneap-white);
	display: flex;
	gap: 7px;
	padding: 11px 14px;
	position: absolute;
	right: 8px;
	z-index: 4;
}

.oneap-hero-showcase__stat strong {
	font-size: 0.9rem;
}

.oneap-hero-showcase__stat small {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.7rem;
}

.oneap-live-dot {
	background: #5da779;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(93, 167, 121, 0.16);
	height: 7px;
	width: 7px;
}

.oneap-proof-bar {
	background: var(--oneap-white);
	border-bottom: 1px solid var(--oneap-line);
}

.oneap-proof-bar__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 25px;
	padding-top: 25px;
}

.oneap-proof-bar__grid > div {
	border-right: 1px solid var(--oneap-line);
	padding: 2px 26px;
}

.oneap-proof-bar__grid > div:first-child {
	padding-left: 0;
}

.oneap-proof-bar__grid > div:last-child {
	border-right: 0;
	padding-right: 0;
}

.oneap-proof-bar strong,
.oneap-proof-bar span {
	display: block;
}

.oneap-proof-bar strong {
	color: var(--oneap-ink);
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.35;
}

.oneap-proof-bar span {
	color: #748195;
	font-size: 0.72rem;
	margin-top: 5px;
}

.oneap-section {
	background: var(--oneap-white);
	padding-bottom: 92px;
	padding-top: 92px;
}

.oneap-section--brands {
	padding-bottom: 72px;
	padding-top: 78px;
}

.oneap-section--soft {
	background: var(--oneap-cloud);
}

.oneap-section-heading {
	margin-bottom: 35px;
	max-width: 720px;
}

.oneap-section-heading--row {
	align-items: end;
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.oneap-section-heading h2,
.oneap-about h2,
.oneap-fitment h2,
.oneap-final-cta h2 {
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	margin-bottom: 13px;
}

.oneap-section-heading p:not(.oneap-kicker) {
	color: var(--oneap-ink-soft);
	margin-bottom: 0;
}

.oneap-text-link {
	align-items: center;
	color: var(--oneap-accent) !important;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 740;
	gap: 9px;
	padding-bottom: 3px;
	white-space: nowrap;
}

.oneap-text-link:hover {
	color: var(--oneap-accent-dark) !important;
}

.oneap-text-link span {
	transition: transform 160ms ease;
}

.oneap-text-link:hover span {
	transform: translateX(3px);
}

.oneap-brand-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.oneap-brand {
	align-items: center;
	background: var(--oneap-white);
	border: 1px solid var(--oneap-line);
	border-radius: 14px;
	display: flex;
	font-size: 0.88rem;
	font-weight: 710;
	gap: 10px;
	min-height: 70px;
	padding: 11px 12px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.oneap-brand:hover {
	border-color: #b99b89;
	box-shadow: var(--oneap-shadow-sm);
	transform: translateY(-2px);
}

.oneap-brand__mark {
	background: var(--oneap-copper-soft);
	border-radius: 10px;
	color: var(--oneap-accent-dark);
	display: grid;
	font-size: 0.95rem;
	font-weight: 840;
	height: 38px;
	place-items: center;
	width: 38px;
}

.oneap-brand__arrow {
	color: #97a2b1;
	margin-left: auto;
}

.oneap-type-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oneap-type-card {
	align-items: center;
	background: var(--oneap-white);
	border: 1px solid transparent;
	border-radius: 17px;
	display: flex;
	gap: 16px;
	min-height: 112px;
	padding: 20px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.oneap-type-card:hover {
	border-color: #c9b9ae;
	box-shadow: var(--oneap-shadow-sm);
	transform: translateY(-2px);
}

.oneap-type-card__icon {
	background: var(--oneap-steel-soft);
	border-radius: 13px;
	color: var(--oneap-steel);
	display: grid;
	flex: 0 0 auto;
	height: 55px;
	place-items: center;
	width: 55px;
}

.oneap-type-card:nth-child(2n) .oneap-type-card__icon {
	background: var(--oneap-copper-soft);
	color: var(--oneap-accent-dark);
}

.oneap-type-card__icon svg {
	height: 27px;
	width: 27px;
}

.oneap-type-card__body {
	display: block;
	min-width: 0;
}

.oneap-type-card__body strong,
.oneap-type-card__body small {
	display: block;
}

.oneap-type-card__body strong {
	font-size: 0.98rem;
	line-height: 1.3;
}

.oneap-type-card__body small {
	color: #718095;
	font-size: 0.75rem;
	line-height: 1.45;
	margin-top: 5px;
}

.oneap-type-card__arrow {
	color: #9ba7b6;
	margin-left: auto;
}

.oneap-product-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oneap-product-card {
	background: var(--oneap-white);
	border: 1px solid var(--oneap-line);
	border-radius: 17px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.oneap-product-card:hover {
	border-color: #b9aaa0;
	box-shadow: 0 18px 45px rgba(23, 34, 43, 0.12);
	transform: translateY(-3px);
}

.oneap-product-card__image {
	align-items: center;
	background: #f6f4f0;
	display: flex;
	height: 245px;
	justify-content: center;
	overflow: hidden;
	padding: 11px;
	position: relative;
}

.oneap-product-card__image img {
	height: 100%;
	margin: 0;
	max-width: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
	width: 100%;
}

.oneap-product-card:hover .oneap-product-card__image img {
	transform: scale(1.025);
}

.oneap-sale-badge {
	background: var(--oneap-accent);
	border-radius: 999px;
	color: var(--oneap-white);
	font-size: 0.66rem;
	font-weight: 800;
	left: 13px;
	letter-spacing: 0.07em;
	padding: 5px 9px;
	position: absolute;
	text-transform: uppercase;
	top: 13px;
	z-index: 1;
}

.oneap-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.oneap-product-card__meta {
	display: flex;
	font-size: 0.67rem;
	font-weight: 730;
	justify-content: space-between;
	letter-spacing: 0.035em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.oneap-product-card__meta span:first-child {
	color: var(--oneap-accent);
}

.oneap-product-card__meta span:last-child {
	color: #8b96a4;
}

.oneap-product-card__meta .is-in-stock {
	color: var(--oneap-success) !important;
}

.oneap-product-card h3 {
	font-size: 0.94rem;
	letter-spacing: -0.015em;
	line-height: 1.4;
	margin-bottom: 12px;
}

.oneap-product-card h3 a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
}

.oneap-product-card h3 a:hover {
	color: var(--oneap-accent);
}

.oneap-product-card__price {
	color: var(--oneap-ink);
	font-size: 1.05rem;
	font-weight: 810;
	margin-top: auto;
}

.oneap-product-card__price del {
	color: #8b96a4;
	font-size: 0.77em;
	font-weight: 500;
	margin-right: 5px;
}

.oneap-product-card__price ins {
	background: transparent;
	color: var(--oneap-accent);
	font-weight: inherit;
}

.oneap-product-card__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) 44px;
	margin-top: 17px;
}

.oneap-product-card__view,
.oneap-product-card__cart {
	align-items: center;
	border-radius: 9px;
	display: flex;
	font-size: 0.78rem;
	font-weight: 760;
	height: 43px;
	justify-content: center;
}

.oneap-product-card__view {
	background: var(--oneap-ink);
	color: var(--oneap-white) !important;
}

.oneap-product-card__view:hover {
	background: var(--oneap-accent);
}

.oneap-product-card__cart {
	background: var(--oneap-steel-soft);
	color: var(--oneap-steel) !important;
	padding: 0;
}

.oneap-product-card__cart:hover,
.oneap-product-card__cart.added {
	background: #d5dade;
}

.oneap-product-card__cart svg {
	height: 18px;
	width: 18px;
}

.oneap-product-card__actions .added_to_cart {
	display: none;
}

.oneap-fitment {
	background:
		radial-gradient(circle at 5% 10%, rgba(168, 68, 29, 0.27), transparent 26%),
		linear-gradient(135deg, #081722, #152b38);
	color: rgba(255, 255, 255, 0.76);
}

.oneap-fitment__grid {
	align-items: center;
	display: grid;
	gap: 75px;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.oneap-fitment h2,
.oneap-final-cta h2 {
	color: var(--oneap-white);
}

.oneap-fitment__intro > p:not(.oneap-kicker) {
	font-size: 1.03rem;
	line-height: 1.75;
	margin-bottom: 26px;
	max-width: 520px;
}

.oneap-steps {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	list-style: none;
	margin: 0;
	padding: 8px 30px;
}

.oneap-steps li {
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 23px;
	grid-template-columns: 47px minmax(0, 1fr);
	padding: 25px 0;
}

.oneap-steps li:last-child {
	border-bottom: 0;
}

.oneap-steps li > span {
	color: var(--oneap-accent-bright);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding-top: 4px;
}

.oneap-steps strong {
	color: var(--oneap-white);
	display: block;
	font-size: 1rem;
	margin-bottom: 5px;
}

.oneap-steps p {
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.84rem;
	margin-bottom: 0;
}

.oneap-confidence-grid {
	display: grid;
	gap: 17px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oneap-confidence-grid article {
	background: var(--oneap-white);
	border: 1px solid var(--oneap-line);
	border-radius: 17px;
	padding: 27px 24px;
}

.oneap-confidence-grid article > svg {
	color: var(--oneap-accent);
	height: 29px;
	margin-bottom: 30px;
	width: 29px;
}

.oneap-confidence-grid article:nth-child(2n) > svg {
	color: var(--oneap-steel);
}

.oneap-confidence-grid h3 {
	font-size: 1rem;
	letter-spacing: -0.015em;
	line-height: 1.35;
	margin-bottom: 9px;
}

.oneap-confidence-grid p {
	color: #66758a;
	font-size: 0.79rem;
	line-height: 1.65;
	margin-bottom: 0;
}

.oneap-about {
	border-top: 1px solid var(--oneap-line);
}

.oneap-about__grid {
	align-items: center;
	display: grid;
	gap: 95px;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
}

.oneap-about__grid > div > p:not(.oneap-kicker) {
	color: var(--oneap-ink-soft);
	font-size: 1.02rem;
	line-height: 1.75;
	margin-bottom: 22px;
	max-width: 690px;
}

.oneap-contact-card {
	background: var(--oneap-cloud);
	border: 1px solid var(--oneap-line);
	border-radius: var(--oneap-radius);
	display: flex;
	font-style: normal;
	flex-direction: column;
	padding: 32px;
}

.oneap-contact-card__label {
	color: var(--oneap-accent);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.oneap-contact-card strong {
	font-size: 1.25rem;
	margin-bottom: 15px;
}

.oneap-contact-card a {
	color: var(--oneap-accent);
	font-size: 0.87rem;
	font-weight: 680;
	margin-bottom: 5px;
}

.oneap-contact-card > span:last-child {
	border-top: 1px solid var(--oneap-line);
	color: #6d7b8d;
	font-size: 0.8rem;
	margin-top: 15px;
	padding-top: 15px;
}

.oneap-final-cta {
	background: linear-gradient(120deg, #101e29 0%, #263747 58%, #8c3919 130%);
	color: rgba(255, 255, 255, 0.75);
	padding: 65px 0;
}

.oneap-final-cta__inner {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.oneap-final-cta h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	margin-bottom: 0;
	max-width: 760px;
}

.oneap-final-cta__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

@media (max-width: 1080px) {
	.oneap-hero__grid {
		gap: 35px;
		grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	}

	.oneap-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oneap-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oneap-product-grid--compact {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

@media (max-width: 860px) {
	.oneap-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.oneap-hero__grid {
		grid-template-columns: 1fr;
		padding-bottom: 48px;
		padding-top: 58px;
	}

	.oneap-homepage-has-header-widget .oneap-hero__grid,
	body:has(.oneap-home):has(.header-widget-region .widget) .oneap-hero__grid {
		padding-top: 105px;
	}

	.oneap-hero__content {
		position: relative;
		z-index: 2;
	}

	.oneap-hero h1 {
		max-width: 690px;
	}

	.oneap-hero-showcase {
		height: 440px;
		margin: 0 auto;
		max-width: 540px;
		width: 100%;
	}

	.oneap-proof-bar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 24px;
	}

	.oneap-proof-bar__grid > div,
	.oneap-proof-bar__grid > div:first-child,
	.oneap-proof-bar__grid > div:last-child {
		padding: 0 20px;
	}

	.oneap-proof-bar__grid > div:nth-child(2) {
		border-right: 0;
	}

	.oneap-proof-bar__grid > div:nth-child(odd) {
		padding-left: 0;
	}

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

	.oneap-product-grid,
	.oneap-product-grid--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oneap-fitment__grid,
	.oneap-about__grid {
		gap: 45px;
		grid-template-columns: 1fr;
	}

	.oneap-final-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.oneap-shell {
		padding-left: 17px;
		padding-right: 17px;
	}

	.oneap-hero__grid {
		min-height: 0;
		padding-bottom: 38px;
		padding-top: 44px;
	}

	.oneap-homepage-active .header-widget-region > .col-full,
	body:has(.oneap-home) .header-widget-region > .col-full {
		padding-left: 17px !important;
		padding-right: 17px !important;
	}

	.oneap-homepage-active .header-widget-region .widget,
	body:has(.oneap-home) .header-widget-region .widget {
		padding-top: 8px !important;
		transform: scale(0.88);
		transform-origin: top right;
	}

	.oneap-homepage-has-header-widget .oneap-hero__grid,
	body:has(.oneap-home):has(.header-widget-region .widget) .oneap-hero__grid {
		padding-top: 94px;
	}

	.oneap-eyebrow,
	.oneap-kicker {
		font-size: 0.68rem;
	}

	.oneap-hero h1 {
		font-size: clamp(2.5rem, 13vw, 3.4rem);
		letter-spacing: -0.052em;
	}

	.oneap-hero__lead {
		font-size: 0.95rem;
	}

	.oneap-search {
		grid-template-columns: auto minmax(0, 1fr);
		padding: 6px;
	}

	.oneap-search input[type="search"] {
		height: 48px;
		padding-right: 8px;
	}

	.oneap-search button {
		grid-column: 1 / -1;
		height: 46px;
		width: 100%;
	}

	.oneap-search__message {
		bottom: -25px;
	}

	.oneap-hero__actions {
		align-items: stretch;
		flex-direction: column;
		margin-top: 35px;
	}

	.oneap-button--quiet {
		justify-content: flex-start;
		min-height: 40px;
	}

	.oneap-hero__microproof {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.oneap-hero-showcase {
		height: 390px;
	}

	.oneap-hero-product--main {
		max-width: 300px;
		width: 80%;
	}

	.oneap-hero-product__image {
		height: 215px;
	}

	.oneap-hero-product--mini {
		height: 92px;
		width: 92px;
	}

	.oneap-hero-product--mini-1 {
		right: -3px;
	}

	.oneap-hero-product--mini-2 {
		bottom: 35px;
		left: -3px;
	}

	.oneap-proof-bar__grid {
		grid-template-columns: 1fr;
		padding-bottom: 19px;
		padding-top: 19px;
		row-gap: 0;
	}

	.oneap-proof-bar__grid > div,
	.oneap-proof-bar__grid > div:first-child,
	.oneap-proof-bar__grid > div:last-child,
	.oneap-proof-bar__grid > div:nth-child(odd) {
		border-bottom: 1px solid var(--oneap-line);
		border-right: 0;
		padding: 14px 0;
	}

	.oneap-proof-bar__grid > div:last-child {
		border-bottom: 0;
	}

	.oneap-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}

	.oneap-section--brands {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.oneap-section-heading--row {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.oneap-section-heading h2,
	.oneap-about h2,
	.oneap-fitment h2 {
		font-size: 2rem;
	}

	.oneap-brand-grid,
	.oneap-type-grid {
		grid-template-columns: 1fr;
	}

	.oneap-brand {
		min-height: 63px;
	}

	.oneap-type-card {
		min-height: 100px;
	}

	.oneap-product-grid,
	.oneap-product-grid--compact {
		gap: 13px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oneap-product-card__image {
		height: 170px;
	}

	.oneap-product-card__body {
		padding: 13px;
	}

	.oneap-product-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.oneap-product-card h3 {
		font-size: 0.82rem;
	}

	.oneap-product-card h3 a {
		-webkit-line-clamp: 3;
	}

	.oneap-product-card__actions {
		grid-template-columns: 1fr;
	}

	.oneap-product-card__cart {
		display: none;
	}

	.oneap-fitment__grid {
		gap: 35px;
	}

	.oneap-steps {
		padding-left: 20px;
		padding-right: 20px;
	}

	.oneap-steps li {
		gap: 12px;
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.oneap-confidence-grid {
		grid-template-columns: 1fr;
	}

	.oneap-confidence-grid article > svg {
		margin-bottom: 22px;
	}

	.oneap-contact-card {
		padding: 25px;
	}

	.oneap-final-cta {
		padding: 55px 0;
	}

	.oneap-final-cta__actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}
}

@media (max-width: 390px) {
	.oneap-product-grid,
	.oneap-product-grid--compact {
		grid-template-columns: 1fr;
	}

	.oneap-product-card__image {
		height: 235px;
	}

	.oneap-product-card__meta {
		align-items: center;
		flex-direction: row;
	}
}

@media (prefers-reduced-motion: reduce) {
	.oneap-home *,
	.oneap-home *::before,
	.oneap-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.oneap-hero,
	.oneap-fitment,
	.oneap-final-cta {
		background: #fff !important;
		color: #111 !important;
	}

	.oneap-hero h1,
	.oneap-fitment h2,
	.oneap-final-cta h2 {
		color: #111 !important;
	}

	.oneap-hero-showcase,
	.oneap-product-card__actions,
	.oneap-final-cta__actions {
		display: none !important;
	}
}
