:root {
	--cpf-bp-black: #1C1C1C;
	--cpf-bp-red: #D30B15;
	--cpf-bp-yellow: #FED800;
	--cpf-bp-white: #FFFFFF;
	--cpf-bp-border: #E6E6E6;
	--cpf-bp-muted: #666666;
	--cpf-bp-soft: #F6F6F6;
	--cpf-bp-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
	--cpf-bp-width: 1200px;
}

.cpf-bp-page,
.cpf-bp-page * {
	box-sizing: border-box;
	font-family: "Montserrat", Arial, sans-serif;
}

.cpf-bp-page {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: hidden;
}

.cpf-bp-active .entry-title,
.cpf-bp-active .page-header,
.cpf-bp-active .site-header,
.cpf-bp-active .site-footer,
.cpf-bp-active header.site-header,
.cpf-bp-active footer.site-footer {
	display: none;
}

.cpf-bp-active .site-main,
.cpf-bp-active .content-area,
.cpf-bp-active .page-content,
.cpf-bp-active .entry-content,
.cpf-bp-active main,
.cpf-bp-active article {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.cpf-bp-header {
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	border-bottom: 0;
}

.cpf-bp-header__top {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
}

.cpf-bp-header__bar {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 auto;
	font-size: 14.4px;
	line-height: 1.2;
}

.cpf-bp-header__bar a {
	color: var(--cpf-bp-yellow);
	font-weight: 800;
	text-decoration: none;
}

.cpf-bp-header__trust {
	width: 100%;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}

.cpf-bp-header__trust-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	font-weight: 600;
	white-space: nowrap;
}

.cpf-bp-header__trust-icon {
	width: 19px;
	height: 19px;
	display: block;
	flex: 0 0 auto;
	color: var(--cpf-bp-yellow);
	fill: currentColor;
}

.cpf-bp-header__trust-item--shipping .cpf-bp-header__trust-icon {
	width: 22px;
	height: 22px;
}

.cpf-bp-header__trust-item::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	flex: 0 0 auto;
	box-sizing: border-box;
	color: var(--cpf-bp-yellow);
}

.cpf-bp-header__trust-item--tech::before,
.cpf-bp-header__trust-item--shipping::before {
	content: none;
}

.cpf-bp-header__trust-item--warranty::before {
	border: 2px solid currentColor;
	border-radius: 50% 50% 48% 48%;
}

.cpf-bp-header__trust-item--warranty::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 8px;
	height: 5px;
	border-left: 2px solid var(--cpf-bp-yellow);
	border-bottom: 2px solid var(--cpf-bp-yellow);
	transform: translateY(-60%) rotate(-45deg);
}

.cpf-bp-header__main {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	min-height: 78px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	margin: 0 auto;
}

.cpf-bp-header__brand {
	grid-column: 1;
	color: var(--cpf-bp-red);
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	text-decoration: none;
}

.cpf-bp-header__brand img {
	width: auto;
	max-width: 230px;
	max-height: 54px;
	display: block;
	object-fit: contain;
}

.cpf-bp-header__brand::first-letter {
	color: var(--cpf-bp-black);
}

.cpf-bp-header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-width: 0;
}

.cpf-bp-header__nav a {
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.cpf-bp-header__nav a:hover,
.cpf-bp-header__nav a:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-header__vehicle {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.cpf-bp-header__vehicle:hover,
.cpf-bp-header__vehicle:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-header__commerce {
	background: var(--cpf-bp-soft);
	border-top: 0;
}

.cpf-bp-header__separator {
	min-height: 10px;
	background: var(--cpf-bp-red);
	border-top: 0;
}

.cpf-bp-header__commerce-inner {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	min-height: 56px;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	margin: 0 auto;
}

.cpf-bp-header__departments {
	position: relative;
	z-index: 5;
}

.cpf-bp-header__departments-toggle {
	width: 100%;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: 0;
	padding: 0 16px;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.cpf-bp-header__departments-toggle::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
}

.cpf-bp-header__departments.is-open .cpf-bp-header__departments-toggle::after {
	transform: rotate(180deg);
}

.cpf-bp-header__departments-menu {
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	width: 100%;
	display: none;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	box-shadow: var(--cpf-bp-shadow);
}

.cpf-bp-header__departments.is-open .cpf-bp-header__departments-menu {
	display: grid;
}

.cpf-bp-header__departments-menu a {
	min-height: 42px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.cpf-bp-header__departments-menu a:last-child {
	border-bottom: 0;
}

.cpf-bp-header__departments-menu a:hover,
.cpf-bp-header__departments-menu a:focus {
	background: var(--cpf-bp-soft);
	color: var(--cpf-bp-red);
}

.cpf-bp-header__departments-toggle:hover {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-yellow);
}

.cpf-bp-header__departments-toggle:focus,
.cpf-bp-header__departments-toggle:active,
.cpf-bp-header__departments.is-open .cpf-bp-header__departments-toggle {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	outline: 0;
	box-shadow: none;
}

.cpf-bp-header__departments-toggle:hover,
.cpf-bp-header__departments.is-open .cpf-bp-header__departments-toggle:hover {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-yellow);
}

.cpf-bp-header__category-links {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
}

.cpf-bp-header__category-links a {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0 14px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.cpf-bp-header__category-links a:hover,
.cpf-bp-header__category-links a:focus {
	border-color: var(--cpf-bp-red);
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-header__vehicles {
	position: relative;
	z-index: 5;
}

.cpf-bp-header__vehicles-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	width: min(360px, 90vw);
	display: none;
	padding: 8px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	box-shadow: var(--cpf-bp-shadow);
}

.cpf-bp-header__vehicles.is-open .cpf-bp-header__vehicles-menu {
	display: grid;
	gap: 6px;
}

.cpf-bp-header__vehicles-empty {
	margin: 0;
	padding: 10px;
	color: var(--cpf-bp-muted);
	font-size: 12px;
	line-height: 1.35;
}

.cpf-bp-header__vehicle-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-header__vehicle-item a {
	min-height: 38px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cpf-bp-header__vehicle-item a:hover,
.cpf-bp-header__vehicle-item a:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-header__vehicle-item button {
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: var(--cpf-bp-muted);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.cpf-bp-header__vehicle-item button:hover,
.cpf-bp-header__vehicle-item button:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-header__cart {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 16px;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.cpf-bp-header__cart--main {
	grid-column: 3;
	justify-self: end;
	min-width: 128px;
	justify-content: flex-start;
	gap: 10px;
	padding: 0;
	background: transparent;
	color: var(--cpf-bp-muted);
	text-transform: none;
}

.cpf-bp-header__cart-icon {
	width: 34px;
	height: 34px;
	display: block;
	flex: 0 0 auto;
	fill: none;
	stroke: #8E8E8E;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cpf-bp-header__cart-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.cpf-bp-header__cart-title {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--cpf-bp-red);
	font-size: 16px;
	line-height: 1;
	font-weight: 800;
}

.cpf-bp-header__cart-title strong {
	min-width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 10px;
	line-height: 1;
}

.cpf-bp-header__cart em {
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	text-transform: none;
}

.cpf-bp-header__commerce .cpf-bp-header__cart:hover,
.cpf-bp-header__commerce .cpf-bp-header__cart:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-hero {
	position: relative;
	background-color: #BDBDBD;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--cpf-bp-white);
	min-height: 500px;
	overflow: hidden;
	transition: background-image 420ms ease;
}

.cpf-bp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(28, 28, 28, 0.04), rgba(28, 28, 28, 0.04));
	pointer-events: none;
}

.cpf-bp-hero__inner {
	position: relative;
	z-index: 1;
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	min-height: inherit;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
	gap: 72px;
	align-items: center;
	padding: 56px 0;
}

.cpf-bp-hero__filter {
	position: relative;
	z-index: 2;
	width: 100%;
}

.cpf-bp-hero__filter-panel {
	width: 100%;
	padding: 20px 24px;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.cpf-bp-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 620px;
}

.cpf-bp-hero__copy h1,
.cpf-bp-hero-title {
	margin: 0 0 20px;
	color: var(--cpf-bp-white);
	font-size: 62px;
	line-height: 0.98;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.36);
	font-style: italic;
}

.cpf-bp-hero-title span {
	display: block;
}

.cpf-bp-hero-title__accent {
	color: var(--cpf-bp-white);
	text-shadow:
		0 3px 8px rgba(0, 0, 0, 0.36),
		0 0 4px rgba(211, 11, 21, 0.95),
		0 0 10px rgba(211, 11, 21, 0.62),
		0 0 18px rgba(211, 11, 21, 0.34);
}

.cpf-bp-hero-title__top,
.cpf-bp-hero-title__bottom {
	color: var(--cpf-bp-white);
}

.cpf-bp-hero__copy p,
.cpf-bp-hero-text {
	margin: 0;
	color: var(--cpf-bp-white);
	font-size: 23px;
	line-height: 1.18;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.42);
	font-style: italic;
}

.cpf-bp-hero .cpf-filter-wrap {
	width: 100%;
	padding: 0;
	background: transparent;
	color: var(--cpf-bp-black);
	box-shadow: none;
}

.cpf-bp-hero .cpf-filter-wrap::before {
	content: "Start Here";
	display: block;
	margin-bottom: 8px;
	color: var(--cpf-bp-black);
	font-size: 22px;
	line-height: 1.4;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cpf-bp-hero .cpf-filter-form,
.cpf-bp-hero .cpf-selects-row,
.cpf-bp-hero .cpf-buttons-row {
	width: 100%;
}

.cpf-bp-hero .cpf-selects-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.cpf-bp-hero .cpf-select-group {
	min-width: 0;
	margin: 0;
}

.cpf-bp-hero .cpf-select-label {
	display: none;
}

.cpf-bp-hero .cpf-select {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.2;
	box-shadow: none;
}

.cpf-bp-hero .cpf-select:focus {
	border-color: var(--cpf-bp-red);
	outline: 2px solid rgba(211, 11, 21, 0.16);
	outline-offset: 0;
}

.cpf-bp-hero .cpf-select:disabled {
	color: var(--cpf-bp-muted);
	background: var(--cpf-bp-soft);
	cursor: not-allowed;
}

.cpf-bp-hero .cpf-buttons-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 12px;
}

.cpf-bp-hero .cpf-btn-search {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-hero .cpf-btn-search:hover,
.cpf-bp-hero .cpf-btn-search:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-hero .cpf-btn-clear {
	min-height: 34px;
	border: 1px solid var(--cpf-bp-black);
	border-radius: 0;
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 160ms ease, color 160ms ease;
}

.cpf-bp-hero .cpf-btn-clear:hover,
.cpf-bp-hero .cpf-btn-clear:focus {
	border-color: var(--cpf-bp-red);
	color: var(--cpf-bp-red);
	background: var(--cpf-bp-white);
}

.cpf-bp-hero .cpf-layer2-wrap {
	display: none;
}

.cpf-bp-hero .cpf-active-filters {
	display: none;
}

.cpf-bp-hero .cpf-active-badge,
.cpf-bp-hero .cpf-cat-chip {
	border-radius: 0;
}

.cpf-bp-sku-lookup {
	margin-top: 14px;
	padding-top: 0;
	border-top: 0;
	color: var(--cpf-bp-black);
}

.cpf-bp-sku-lookup__form {
	display: grid;
	gap: 12px;
	margin: 0;
}

.cpf-bp-sku-lookup__label {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.cpf-bp-sku-lookup__label::before,
.cpf-bp-sku-lookup__label::after {
	content: "";
	height: 1px;
	background: var(--cpf-bp-border);
}

.cpf-bp-sku-lookup__controls {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.cpf-bp-sku-lookup__controls input {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	padding: 0 14px;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 14px;
	outline: none;
}

.cpf-bp-sku-lookup__controls input:focus {
	border-color: var(--cpf-bp-red);
	box-shadow: inset 0 0 0 1px rgba(211, 11, 21, 0.18);
}

.cpf-bp-sku-lookup__controls button {
	min-height: 46px;
	border: 0;
	border-radius: 0;
	padding: 0 12px;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-sku-lookup__controls button:hover,
.cpf-bp-sku-lookup__controls button:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-sku-lookup__message {
	margin: 8px 0 0;
	color: var(--cpf-bp-red);
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
}

.cpf-bp-section {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0;
}

.cpf-bp-section-title {
	margin: 0 0 8px;
	color: var(--cpf-bp-red);
	font-size: 22px;
	line-height: 1.2;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0;
}

.cpf-bp-section-kicker {
	margin: 0 0 28px;
	color: var(--cpf-bp-muted);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.cpf-bp-category-tiles {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 44px 0 28px;
	color: var(--cpf-bp-black);
}

.cpf-bp-category-tiles__header {
	margin-bottom: 22px;
}

.cpf-bp-category-tiles__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 36px;
}

.cpf-bp-category-tile {
	display: grid;
	grid-template-rows: 112px auto;
	align-items: center;
	justify-items: center;
	gap: 12px;
	min-width: 0;
	color: var(--cpf-bp-black);
	text-align: center;
	text-decoration: none;
}

.cpf-bp-category-tile__image {
	width: 100%;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cpf-bp-category-tile__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 180ms ease;
}

.cpf-bp-category-tile__placeholder {
	width: 82px;
	height: 82px;
	display: block;
	border: 10px solid var(--cpf-bp-border);
	border-radius: 50%;
	box-shadow: inset 0 0 0 12px var(--cpf-bp-white), inset 0 0 0 17px var(--cpf-bp-yellow);
}

.cpf-bp-category-tile__name {
	max-width: 160px;
	color: var(--cpf-bp-black);
	font-size: 12px;
	line-height: 1.25;
	font-weight: 800;
	text-transform: uppercase;
}

.cpf-bp-category-tile:hover .cpf-bp-category-tile__image img,
.cpf-bp-category-tile:focus .cpf-bp-category-tile__image img {
	transform: translateY(-3px);
}

.cpf-bp-category-tile:hover .cpf-bp-category-tile__name,
.cpf-bp-category-tile:focus .cpf-bp-category-tile__name {
	color: var(--cpf-bp-red);
}

.cpf-bp-promo-grid {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 0 48px;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 0;
	color: var(--cpf-bp-black);
}

.cpf-bp-promo-grid__stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	min-height: 100%;
}

.cpf-bp-promo {
	position: relative;
	min-height: 190px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--cpf-bp-soft);
	color: var(--cpf-bp-black);
	text-decoration: none;
	isolation: isolate;
}

.cpf-bp-promo--large {
	min-height: 340px;
	padding: 42px;
	background:
		radial-gradient(circle at 72% 52%, rgba(254, 216, 0, 0.28), transparent 24%),
		linear-gradient(110deg, var(--cpf-bp-white) 0%, var(--cpf-bp-soft) 48%, #EDEDED 100%);
}

.cpf-bp-promo--large::before {
	content: "";
	position: absolute;
	right: 8%;
	bottom: -36%;
	width: 360px;
	aspect-ratio: 1;
	border: 34px solid #262626;
	border-radius: 50%;
	box-shadow: inset 0 0 0 42px #F2F2F2, inset 0 0 0 54px var(--cpf-bp-black);
	opacity: 0.18;
	z-index: -1;
}

.cpf-bp-promo--small {
	min-height: 170px;
	padding: 26px;
}

.cpf-bp-promo--yellow {
	background: var(--cpf-bp-yellow);
}

.cpf-bp-promo--white {
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-promo__content {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 10px;
	max-width: 56%;
}

.cpf-bp-promo--small .cpf-bp-promo__content {
	max-width: 64%;
}

.cpf-bp-promo__title {
	color: currentColor;
	font-size: 22px;
	line-height: 1.05;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-promo--small .cpf-bp-promo__title {
	font-size: 18px;
}

.cpf-bp-promo__offer {
	color: var(--cpf-bp-red);
	font-size: 58px;
	line-height: 0.95;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-promo__button {
	width: fit-content;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-promo--yellow .cpf-bp-promo__button {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
}

.cpf-bp-promo:hover .cpf-bp-promo__button,
.cpf-bp-promo:focus .cpf-bp-promo__button {
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
}

.cpf-bp-promo--yellow:hover .cpf-bp-promo__button,
.cpf-bp-promo--yellow:focus .cpf-bp-promo__button {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-promo__image {
	position: absolute;
	right: 18px;
	bottom: 0;
	z-index: 1;
	width: min(46%, 360px);
	max-height: 92%;
	object-fit: contain;
	object-position: right bottom;
	transition: transform 180ms ease;
}

.cpf-bp-promo--small .cpf-bp-promo__image {
	width: min(44%, 180px);
	right: 14px;
}

.cpf-bp-promo:hover .cpf-bp-promo__image,
.cpf-bp-promo:focus .cpf-bp-promo__image {
	transform: scale(1.035);
}

.cpf-bp-benefits {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 56px 0 48px;
	color: var(--cpf-bp-black);
}

.cpf-bp-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--cpf-bp-border);
	background: #f5f5f5;
}

.cpf-bp-benefit {
	min-height: 136px;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 14px 20px;
	align-items: center;
	padding: 28px 64px 28px 76px;
	border-right: 1px solid var(--cpf-bp-border);
	border-bottom: 1px solid var(--cpf-bp-border);
	background: #f6f6f6;
}

.cpf-bp-benefit:nth-child(3n) {
	border-right: 0;
}

.cpf-bp-benefit:nth-last-child(-n + 3) {
	border-bottom: 0;
}

.cpf-bp-benefit__icon {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	color: var(--cpf-bp-red);
}

.cpf-bp-benefit__icon::before,
.cpf-bp-benefit__icon::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
}

.cpf-bp-benefit__icon--truck::before {
	left: 3px;
	top: 13px;
	width: 29px;
	height: 15px;
	border: 4px solid currentColor;
}

.cpf-bp-benefit__icon--truck::after {
	right: 2px;
	top: 18px;
	width: 18px;
	height: 10px;
	border: 4px solid currentColor;
	border-left: 0;
	box-shadow: -21px 10px 0 -5px currentColor, -2px 10px 0 -5px currentColor;
}

.cpf-bp-benefit__icon--shipping::before {
	left: 4px;
	top: 8px;
	width: 34px;
	height: 26px;
	border: 4px solid currentColor;
}

.cpf-bp-benefit__icon--shipping::after {
	left: 11px;
	top: 16px;
	width: 20px;
	height: 4px;
	background: currentColor;
	box-shadow: 0 8px 0 currentColor;
}

.cpf-bp-benefit__icon--percent::before {
	left: 18px;
	top: 7px;
	width: 5px;
	height: 30px;
	background: currentColor;
	transform: rotate(35deg);
}

.cpf-bp-benefit__icon--percent::after {
	left: 7px;
	top: 8px;
	width: 10px;
	height: 10px;
	border: 4px solid currentColor;
	border-radius: 50%;
	box-shadow: 18px 18px 0 -1px var(--cpf-bp-white), 18px 18px 0 3px currentColor;
}

.cpf-bp-benefit__icon--wrench::before {
	left: 18px;
	top: 6px;
	width: 7px;
	height: 30px;
	background: currentColor;
	transform: rotate(45deg);
}

.cpf-bp-benefit__icon--wrench::after {
	left: 5px;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 5px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	transform: rotate(-25deg);
}

.cpf-bp-benefit__icon--recycle::before {
	inset: 8px;
	border: 4px solid currentColor;
	border-left-color: transparent;
	border-radius: 50%;
}

.cpf-bp-benefit__icon--recycle::after {
	right: 3px;
	top: 7px;
	border-left: 10px solid currentColor;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	transform: rotate(20deg);
}

.cpf-bp-benefit__icon--pin::before {
	left: 10px;
	top: 3px;
	width: 22px;
	height: 30px;
	border: 5px solid currentColor;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.cpf-bp-benefit__icon--pin::after {
	left: 18px;
	top: 11px;
	width: 6px;
	height: 6px;
	background: currentColor;
	border-radius: 50%;
}

.cpf-bp-benefit__icon::before,
.cpf-bp-benefit__icon::after {
	content: none;
}

.cpf-bp-benefit__icon svg {
	width: 48px;
	height: 48px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cpf-bp-benefit__content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.cpf-bp-benefit__title {
	color: var(--cpf-bp-black);
	font-size: 17px;
	line-height: 1.2;
	font-weight: 900;
}

.cpf-bp-benefit__text {
	color: var(--cpf-bp-muted);
	font-size: 14px;
	line-height: 1.45;
}

.cpf-bp-sale-banner {
	position: relative;
	min-height: 300px;
	margin: 0 auto;
	background:
		radial-gradient(circle at 70% 42%, rgba(254, 216, 0, 0.2), transparent 20%),
		linear-gradient(90deg, rgba(28, 28, 28, 0.96), rgba(28, 28, 28, 0.72)),
		var(--cpf-bp-black);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--cpf-bp-white);
	overflow: hidden;
}

.cpf-bp-sale-banner::after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	width: 250px;
	aspect-ratio: 1;
	border: 22px solid var(--cpf-bp-red);
	border-radius: 50%;
	box-shadow: inset 0 0 0 28px #F4F4F4, 0 0 0 24px rgba(255, 255, 255, 0.04);
	transform: translateY(-50%);
}

.cpf-bp-sale-banner__inner {
	position: relative;
	z-index: 1;
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	min-height: inherit;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
	padding: 48px 0;
}

.cpf-bp-sale-banner__eyebrow {
	margin-bottom: 6px;
	color: var(--cpf-bp-yellow);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
}

.cpf-bp-sale-banner__title {
	max-width: 430px;
	margin: 0 0 18px;
	color: var(--cpf-bp-white);
	font-size: 42px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cpf-bp-sale-banner__button {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-sale-banner__button:hover,
.cpf-bp-sale-banner__button:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-why {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 58px 0;
	color: var(--cpf-bp-black);
}

.cpf-bp-why__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 48px 48px 0;
}

.cpf-bp-why__kicker {
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-why__title {
	margin: 0 0 28px;
	color: var(--cpf-bp-red);
	font-size: 34px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cpf-bp-why__list {
	display: grid;
	gap: 22px;
}

.cpf-bp-why-item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 14px;
	align-items: flex-start;
}

.cpf-bp-why-item__icon {
	position: relative;
	width: 28px;
	height: 32px;
	display: block;
	color: var(--cpf-bp-red);
}

.cpf-bp-why-item__icon::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 4px solid currentColor;
	border-radius: 50% 50% 48% 48%;
}

.cpf-bp-why-item__icon::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 11px;
	height: 7px;
	border-left: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
	transform: rotate(-45deg);
}

.cpf-bp-why-item__copy {
	display: grid;
	gap: 6px;
}

.cpf-bp-why-item__copy strong {
	color: var(--cpf-bp-black);
	font-size: 15px;
	line-height: 1.25;
	font-weight: 900;
}

.cpf-bp-why-item__copy span {
	color: var(--cpf-bp-muted);
	font-size: 13px;
	line-height: 1.55;
}

.cpf-bp-why__media {
	position: relative;
	min-height: 420px;
	background:
		linear-gradient(135deg, rgba(28, 28, 28, 0.08), rgba(254, 216, 0, 0.22)),
		var(--cpf-bp-soft);
	overflow: hidden;
}

.cpf-bp-why__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cpf-bp-why__placeholder {
	position: absolute;
	inset: 0;
	display: block;
}

.cpf-bp-why__placeholder::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 190px;
	height: 190px;
	border: 22px solid var(--cpf-bp-black);
	border-radius: 50%;
	box-shadow: inset 0 0 0 28px var(--cpf-bp-white), inset 0 0 0 40px var(--cpf-bp-red);
	transform: translate(-50%, -50%) rotate(-12deg);
}

.cpf-bp-why__placeholder::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 290px;
	height: 80px;
	border: 14px solid var(--cpf-bp-red);
	border-left-width: 42px;
	border-right-width: 42px;
	transform: translate(-50%, -50%) rotate(-12deg);
}

.cpf-bp-sale-products {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0;
	color: var(--cpf-bp-black);
}

.cpf-bp-sale-products__header {
	margin-bottom: 20px;
}

.cpf-bp-sale-products__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--cpf-bp-border);
	border-left: 1px solid var(--cpf-bp-border);
}

.cpf-bp-sale-product {
	position: relative;
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	min-height: 164px;
	border-right: 1px solid var(--cpf-bp-border);
	border-bottom: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-sale-product__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	color: inherit;
	text-decoration: none;
}

.cpf-bp-sale-product__media img {
	width: 100%;
	height: 112px;
	object-fit: contain;
}

.cpf-bp-sale-product__badge {
	position: absolute;
	left: 14px;
	top: 14px;
	min-width: 40px;
	padding: 6px 8px;
	border-radius: 999px;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 11px;
	line-height: 1;
	font-weight: 900;
	text-align: center;
}

.cpf-bp-sale-product__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 18px 20px 18px 0;
}

.cpf-bp-sale-product__title {
	margin: 0 0 8px;
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
}

.cpf-bp-sale-product__title a {
	color: inherit;
	text-decoration: none;
}

.cpf-bp-sale-product__title a:hover,
.cpf-bp-sale-product__title a:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-sale-product__price {
	margin-bottom: 12px;
	color: var(--cpf-bp-red);
	font-size: 14px;
	font-weight: 900;
}

.cpf-bp-sale-product__price del {
	margin-right: 6px;
	color: #9A9A9A;
	font-size: 12px;
	font-weight: 700;
}

.cpf-bp-sale-product__button {
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 10px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-sale-product__button:hover,
.cpf-bp-sale-product__button:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-partners {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 18px 0 54px;
	color: var(--cpf-bp-black);
}

.cpf-bp-partners__header {
	margin-bottom: 20px;
}

.cpf-bp-partners__row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	align-items: center;
}

.cpf-bp-partner {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 10px 12px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-muted);
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cpf-bp-partner:hover {
	border-color: var(--cpf-bp-red);
	color: var(--cpf-bp-black);
	transform: translateY(-2px);
}

.cpf-bp-partner__mark {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-partner__name {
	min-width: 0;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cpf-bp-product-columns {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	margin: 0 auto;
	padding: 0 0 48px;
	color: var(--cpf-bp-black);
}

.cpf-bp-product-column__title {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cpf-bp-product-column__list {
	display: grid;
	gap: 14px;
}

.cpf-bp-product-mini {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	color: var(--cpf-bp-black);
	text-decoration: none;
}

.cpf-bp-product-mini__image {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-product-mini__image img {
	width: 46px;
	height: 46px;
	object-fit: contain;
}

.cpf-bp-product-mini__content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.cpf-bp-product-mini__name {
	color: var(--cpf-bp-black);
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
}

.cpf-bp-product-mini:hover .cpf-bp-product-mini__name,
.cpf-bp-product-mini:focus .cpf-bp-product-mini__name {
	color: var(--cpf-bp-red);
}

.cpf-bp-product-mini__price {
	color: var(--cpf-bp-red);
	font-size: 12px;
	font-weight: 900;
}

.cpf-bp-product-mini__price del {
	margin-right: 5px;
	color: #9A9A9A;
	font-weight: 700;
}

.cpf-bp-product-column__empty {
	color: var(--cpf-bp-muted);
	font-size: 13px;
	line-height: 1.4;
}

.cpf-bp-newsletter {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-newsletter__inner {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	min-height: 104px;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(320px, 520px);
	gap: 32px;
	align-items: center;
	margin: 0 auto;
}

.cpf-bp-newsletter__copy {
	display: grid;
	gap: 4px;
}

.cpf-bp-newsletter__copy strong {
	color: var(--cpf-bp-white);
	font-size: 26px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-newsletter__copy span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.4;
}

.cpf-bp-newsletter__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	background: var(--cpf-bp-white);
	padding: 6px;
}

.cpf-bp-newsletter__form input {
	width: 100%;
	min-height: 42px;
	border: 0;
	padding: 0 14px;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 13px;
	outline: none;
}

.cpf-bp-newsletter__form input:focus {
	box-shadow: inset 0 0 0 2px rgba(211, 11, 21, 0.22);
}

.cpf-bp-newsletter__form button {
	min-height: 42px;
	border: 0;
	padding: 0 18px;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.cpf-bp-newsletter__form button:hover,
.cpf-bp-newsletter__form button:focus {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
}

.cpf-bp-footer {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
}

.cpf-bp-footer__inner {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) minmax(180px, 0.75fr) minmax(220px, 1fr);
	gap: 42px;
	margin: 0 auto;
	padding: 48px 0;
}

.cpf-bp-footer__brand p {
	max-width: 390px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.6;
}

.cpf-bp-footer__logo {
	display: inline-flex;
	align-items: center;
	color: var(--cpf-bp-white);
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
	text-decoration: none;
}

.cpf-bp-footer__logo::first-letter {
	color: var(--cpf-bp-yellow);
}

.cpf-bp-footer__logo img {
	width: auto;
	max-width: 518px;
	max-height: 162px;
	display: block;
	object-fit: contain;
}

.cpf-bp-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	line-height: 1.4;
}

.cpf-bp-footer__heading {
	margin-bottom: 4px;
	color: var(--cpf-bp-white);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-footer__column a,
.cpf-bp-footer__contact {
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.72);
	font: inherit;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
	outline-offset: 3px;
}

.cpf-bp-footer__column a:hover,
.cpf-bp-footer__column a:focus,
.cpf-bp-footer__contact:hover,
.cpf-bp-footer__contact:focus,
.cpf-bp-footer__contact:active {
	border: 0;
	background: transparent;
	color: var(--cpf-bp-yellow);
	box-shadow: none;
	text-decoration: none;
}

.cpf-bp-footer__contact--whatsapp {
	position: relative;
	padding-left: 20px;
	color: var(--cpf-bp-yellow);
	font-weight: 800;
}

.cpf-bp-footer__contact--whatsapp::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
	transform: translateY(-50%);
}

.cpf-bp-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cpf-bp-footer__bottom span {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.cpf-bp-footer__bottom a {
	color: rgba(255, 255, 255, 0.74);
	text-decoration: none;
	font-weight: 700;
}

.cpf-bp-footer__bottom a:hover,
.cpf-bp-footer__bottom a:focus {
	color: var(--cpf-bp-yellow);
}

.cpf-bp-modal-open {
	overflow: hidden;
}

.cpf-bp-contact-modal[hidden] {
	display: none;
}

.cpf-bp-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.cpf-bp-contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 20, 24, 0.58);
}

.cpf-bp-contact-modal__panel {
	position: relative;
	width: min(560px, 100%);
	overflow: hidden;
	border-radius: 8px;
	background: var(--cpf-bp-white);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.cpf-bp-contact-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 28px;
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
}

.cpf-bp-contact-modal__header h2 {
	margin: 0;
	color: inherit;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: 0;
}

.cpf-bp-contact-modal__close {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--cpf-bp-white);
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	padding: 0;
}

.cpf-bp-contact-modal__close:hover,
.cpf-bp-contact-modal__close:focus {
	background: transparent;
	color: var(--cpf-bp-yellow);
}

.cpf-bp-contact-modal__body {
	display: grid;
	gap: 18px;
	padding: 28px;
}

.cpf-bp-contact-modal__body p {
	margin: 0 0 4px;
	color: #5f6670;
	font-size: 20px;
	line-height: 1.35;
	text-align: center;
}

.cpf-bp-contact-card {
	min-height: 92px;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto 24px;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	border: 1px solid transparent;
	border-radius: 8px;
	text-decoration: none;
}

.cpf-bp-contact-card--whatsapp {
	border-color: #c7f2d9;
	background: #eefff5;
}

.cpf-bp-contact-card--email {
	border-color: #cfe5ff;
	background: #f0f7ff;
}

.cpf-bp-contact-card__icon {
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 26px;
	font-style: normal;
}

.cpf-bp-contact-card--whatsapp .cpf-bp-contact-card__icon {
	background: #25D366;
}

.cpf-bp-contact-card strong {
	display: block;
	color: var(--cpf-bp-red);
	font-size: 17px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-contact-card--whatsapp strong {
	color: #16a54d;
}

.cpf-bp-contact-card em {
	display: block;
	margin-top: 4px;
	color: #202833;
	font-size: 19px;
	line-height: 1.25;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.cpf-bp-contact-card__copy {
	min-height: 34px;
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 620px) {
	.cpf-bp-contact-modal {
		padding: 12px;
	}

	.cpf-bp-contact-modal__header {
		padding: 22px 26px;
	}

	.cpf-bp-contact-modal__body {
		padding: 24px 26px 26px;
	}

	.cpf-bp-contact-card {
		grid-template-columns: 56px minmax(0, 1fr) auto 18px;
		gap: 12px;
		padding: 18px 20px;
	}

	.cpf-bp-contact-card__icon {
		width: 50px;
		height: 50px;
		font-size: 23px;
	}

	.cpf-bp-contact-card strong {
		font-size: 15px;
	}

	.cpf-bp-contact-card em {
		font-size: clamp(14px, 3.5vw, 18px);
	}

	.cpf-bp-contact-card__copy {
		padding: 0 10px;
		font-size: 11px;
	}
}

.cpf-bp-contact-card__copy:hover,
.cpf-bp-contact-card__copy:focus {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
}

.cpf-bp-contact-card__open {
	color: rgba(211, 11, 21, 0.58);
	font-size: 38px;
	line-height: 1;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}

.cpf-bp-contact-card__open:hover,
.cpf-bp-contact-card__open:focus {
	color: var(--cpf-bp-red);
}

@media (max-width: 1024px) {
	.cpf-bp-hero {
		min-height: 500px;
		background-position: center right;
	}

	.cpf-bp-hero__inner {
		grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
		gap: 32px;
		padding: 40px 0;
	}

	.cpf-bp-hero__filter {
		max-width: 360px;
	}

	.cpf-bp-hero__copy {
		max-width: 620px;
	}
}

@media (max-width: 767px) {
	.cpf-bp-hero {
		min-height: auto;
		background-position: center top;
		background-size: cover;
	}

	.cpf-bp-hero::before {
		background: rgba(28, 28, 28, 0.72);
	}

	.cpf-bp-hero__inner {
		width: min(calc(100% - 24px), 420px);
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 22px 0 28px;
	}

	.cpf-bp-hero__filter {
		width: 100%;
		max-width: none;
	}

	.cpf-bp-hero__copy h1,
	.cpf-bp-hero-title {
		font-size: 38px;
		line-height: 1;
	}

	.cpf-bp-hero__copy {
		order: -1;
		max-width: 320px;
	}

	.cpf-bp-hero__copy p,
	.cpf-bp-hero-text {
		font-size: 14px;
		letter-spacing: 0.06em;
	}

	.cpf-bp-hero__filter-panel {
		padding: 16px;
	}

	.cpf-bp-hero .cpf-filter-wrap::before {
		margin-bottom: 14px;
	}

	.cpf-bp-hero .cpf-select,
	.cpf-bp-sku-lookup__controls input {
		min-height: 40px;
		font-size: 13px;
	}

	.cpf-bp-hero .cpf-btn-search,
	.cpf-bp-sku-lookup__controls button {
		min-height: 42px;
	}

	.cpf-bp-section {
		width: min(calc(100% - 24px), 420px);
		padding: 36px 0;
	}
}

.cpf-bp-product-tabs {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0;
	color: var(--cpf-bp-black);
}

.cpf-bp-product-tabs__header {
	margin-bottom: 20px;
}

.cpf-bp-product-tabs__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.cpf-bp-product-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.cpf-bp-product-tabs__tab {
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-soft);
	color: var(--cpf-bp-black);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-product-tabs__tab:hover,
.cpf-bp-product-tabs__tab:focus,
.cpf-bp-product-tabs__tab.is-active {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-product-tabs__arrows {
	display: flex;
	gap: 8px;
	flex: 0 0 auto;
}

.cpf-bp-product-tabs__arrow {
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-soft);
	color: var(--cpf-bp-black);
	font-size: 42px;
	line-height: 0;
	font-weight: 400;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-product-tabs__arrow:hover,
.cpf-bp-product-tabs__arrow:focus {
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
}

.cpf-bp-product-tabs__panel {
	display: none;
}

.cpf-bp-product-tabs__panel.is-active {
	display: block;
}

.cpf-bp-product-tabs__track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	overflow: visible;
	padding-bottom: 0;
}

.cpf-bp-product-card {
	position: relative;
	min-height: 444px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-product-card__media {
	position: relative;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	color: inherit;
	text-decoration: none;
}

.cpf-bp-product-card__media img {
	width: 100%;
	height: 176px;
	object-fit: contain;
}

.cpf-bp-product-card__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	min-width: 48px;
	padding: 9px 11px;
	background: #E85A00;
	color: var(--cpf-bp-white);
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	border-radius: 999px;
}

.cpf-bp-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
	border-top: 1px solid var(--cpf-bp-border);
}

.cpf-bp-product-card__title {
	min-height: 50px;
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
}

.cpf-bp-product-card__title a {
	color: var(--cpf-bp-black);
	text-decoration: none;
}

.cpf-bp-product-card__title a:hover {
	color: var(--cpf-bp-red);
}

.cpf-bp-product-card__rating {
	min-height: 18px;
	margin-bottom: 10px;
	color: #D7D7D7;
	font-size: 12px;
}

.cpf-bp-product-card__rating .star-rating {
	float: none;
	margin: 0;
	font-size: 12px;
}

.cpf-bp-product-card__price {
	margin-bottom: 16px;
	color: var(--cpf-bp-red);
	font-size: 17px;
	font-weight: 800;
}

.cpf-bp-product-card__price del {
	margin-right: 6px;
	color: #9A9A9A;
	font-size: 14px;
	font-weight: 700;
}

.cpf-bp-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	margin-top: auto;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.cpf-bp-product-card__button:hover,
.cpf-bp-product-card__button:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-product-card a.added_to_cart,
.cpf-bp-product-active.woocommerce ul.products li.product a.added_to_cart {
	width: 100%;
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 10px 0 0;
	border: 2px solid var(--cpf-bp-black);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-shop-active.woocommerce ul.products li.product a.added_to_cart {
	width: 100% !important;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-column: 3;
	grid-row: 1;
	align-self: end;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid var(--cpf-bp-black);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-product-card a.added_to_cart::after,
.cpf-bp-shop-active.woocommerce ul.products li.product a.added_to_cart::after,
.cpf-bp-product-active.woocommerce ul.products li.product a.added_to_cart::after {
	content: "\2192";
	margin-left: 8px;
	color: var(--cpf-bp-red);
	font-size: 15px;
	line-height: 1;
}

.cpf-bp-product-card a.added_to_cart:hover,
.cpf-bp-product-card a.added_to_cart:focus,
.cpf-bp-shop-active.woocommerce ul.products li.product a.added_to_cart:hover,
.cpf-bp-shop-active.woocommerce ul.products li.product a.added_to_cart:focus,
.cpf-bp-product-active.woocommerce ul.products li.product a.added_to_cart:hover,
.cpf-bp-product-active.woocommerce ul.products li.product a.added_to_cart:focus {
	border-color: var(--cpf-bp-red);
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-yellow);
}

.cpf-bp-product-tabs__empty {
	margin: 0;
	padding: 24px;
	border: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-muted);
}

.cpf-bp-shop-active {
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-family: "Montserrat", Arial, sans-serif;
}

.cpf-bp-shop-active .skip-link,
.cpf-bp-shop-active .woocommerce-breadcrumb,
.cpf-bp-shop-active .woocommerce-products-header .page-description .cpf-filter-wrap {
	display: none !important;
}

.cpf-bp-shop-active #primary,
.cpf-bp-shop-active .content-area {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.cpf-bp-shop-active #main.site-main {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	max-width: none;
	margin: 0 auto;
	padding: 30px 0 62px;
}

.cpf-bp-shop-active .woocommerce-products-header {
	display: none;
}

.cpf-bp-shop-active .woocommerce-products-header__title.page-title {
	display: none;
	margin: 0;
	color: var(--cpf-bp-red);
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cpf-bp-shop-active .woocommerce-products-header__title.page-title::after {
	content: "Find compatible parts by vehicle, category, or SKU.";
	display: block;
	margin-top: 6px;
	color: var(--cpf-bp-muted);
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: none;
}

.cpf-bp-shop-active .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.cpf-bp-shop-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.cpf-bp-shop-sidebar {
	display: grid;
	gap: 24px;
}

.cpf-bp-shop-widget {
	margin: 0;
	padding: 20px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
}

.cpf-bp-shop-widget__title,
.cpf-bp-shop-sidebar .widget-title,
.cpf-bp-shop-sidebar .wp-block-heading,
.cpf-bp-shop-sidebar h2,
.cpf-bp-shop-sidebar h3 {
	position: relative;
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-shop-widget__title::after,
.cpf-bp-shop-sidebar .widget-title::after,
.cpf-bp-shop-sidebar .wp-block-heading::after,
.cpf-bp-shop-sidebar h2::after,
.cpf-bp-shop-sidebar h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 42px;
	height: 2px;
	background: var(--cpf-bp-red);
}

.cpf-bp-shop-filter-list,
.cpf-bp-shop-sidebar ul,
.cpf-bp-shop-sidebar ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpf-bp-shop-filter-list a,
.cpf-bp-shop-sidebar li a,
.cpf-bp-shop-sidebar .wc-block-product-categories-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
	text-decoration: none;
}

.cpf-bp-shop-filter-list a::before,
.cpf-bp-shop-sidebar li a::before {
	content: "";
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	border: 1px solid #CFCFCF;
	background: var(--cpf-bp-white);
}

.cpf-bp-shop-filter-list a span,
.cpf-bp-shop-sidebar li a span {
	flex: 1;
	min-width: 0;
}

.cpf-bp-shop-filter-list a em,
.cpf-bp-shop-sidebar .count {
	color: var(--cpf-bp-muted);
	font-style: normal;
	font-weight: 600;
}

.cpf-bp-shop-filter-list a:hover,
.cpf-bp-shop-filter-list a:focus,
.cpf-bp-shop-filter-list a.is-active,
.cpf-bp-shop-sidebar li a:hover,
.cpf-bp-shop-sidebar li a:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-shop-filter-list a:hover::before,
.cpf-bp-shop-filter-list a:focus::before,
.cpf-bp-shop-filter-list a.is-active::before,
.cpf-bp-shop-sidebar li a:hover::before,
.cpf-bp-shop-sidebar li a:focus::before {
	border-color: var(--cpf-bp-red);
	background: var(--cpf-bp-red);
	box-shadow: inset 0 0 0 3px var(--cpf-bp-white);
}

.cpf-bp-shop-sidebar select,
.cpf-bp-shop-sidebar input[type="search"],
.cpf-bp-shop-sidebar input[type="text"],
.cpf-bp-shop-sidebar input[type="number"] {
	width: 100%;
	min-height: 42px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 13px;
}

.cpf-bp-shop-sidebar button,
.cpf-bp-shop-sidebar input[type="submit"],
.cpf-bp-shop-sidebar .button {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-shop-sidebar .cpf-sidebar-managed,
.cpf-bp-shop-sidebar .cpf-sidebar-widgets {
	display: grid;
	gap: 24px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.cpf-bp-shop-sidebar .cpf-sidebar-managed + .cpf-sidebar-widgets {
	padding-top: 24px;
	border-top: 1px solid var(--cpf-bp-border);
}

.cpf-bp-shop-sidebar .cpf-sidebar-section,
.cpf-bp-shop-sidebar .cpf-sidebar-widget {
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--cpf-bp-black);
}

.cpf-bp-shop-sidebar .cpf-sidebar-section:first-child {
	padding: 20px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-shop-sidebar .cpf-sidebar-title,
.cpf-bp-shop-sidebar .cpf-sidebar-widget-title {
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 13px;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-shop-sidebar .cpf-sidebar-title::after,
.cpf-bp-shop-sidebar .cpf-sidebar-widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 42px;
	height: 2px;
	background: var(--cpf-bp-red);
}

.cpf-bp-shop-sidebar .cpf-sidebar-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpf-bp-shop-sidebar .cpf-sidebar-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
	cursor: pointer;
}

.cpf-bp-shop-sidebar .cpf-sidebar-checkbox,
.cpf-bp-shop-sidebar .cpf-sidebar-option input[type="checkbox"] {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	margin: 2px 0 0;
	border: 1px solid #CFCFCF;
	border-radius: 2px;
	background: var(--cpf-bp-white);
	appearance: none;
	-webkit-appearance: none;
}

.cpf-bp-shop-sidebar .cpf-sidebar-checkbox:checked,
.cpf-bp-shop-sidebar .cpf-sidebar-option input[type="checkbox"]:checked {
	border-color: var(--cpf-bp-red);
	background: var(--cpf-bp-red);
	box-shadow: inset 0 0 0 3px var(--cpf-bp-white);
}

.cpf-bp-shop-sidebar .cpf-sidebar-option.is-active,
.cpf-bp-shop-sidebar .cpf-sidebar-option:hover,
.cpf-bp-shop-sidebar .cpf-sidebar-option:focus-within {
	color: var(--cpf-bp-red);
}

.cpf-bp-shop-sidebar .cpf-sidebar-option.is-active {
	background: transparent !important;
}

.cpf-bp-shop-sidebar .cpf-sidebar-option.is-active .cpf-sidebar-checkbox,
.cpf-bp-shop-sidebar .cpf-sidebar-option.is-active input[type="checkbox"] {
	border-color: var(--cpf-bp-red) !important;
	background: var(--cpf-bp-red) !important;
	box-shadow: inset 0 0 0 3px var(--cpf-bp-white) !important;
}

.cpf-bp-shop-sidebar .cpf-sidebar-label {
	flex: 1;
	min-width: 0;
}

.cpf-bp-shop-sidebar .cpf-sidebar-count,
.cpf-bp-shop-sidebar .cpf-sidebar-lock {
	flex: 0 0 auto;
	color: var(--cpf-bp-muted);
	font-size: 12px;
	font-weight: 600;
}

.cpf-bp-shop-sidebar .cpf-sidebar-search {
	display: flex;
	align-items: stretch;
	gap: 0;
}

.cpf-bp-shop-sidebar .cpf-sidebar-search-input {
	flex: 1;
	min-width: 0;
}

.cpf-bp-shop-sidebar .cpf-layer2-search-btn {
	width: 42px;
	min-width: 42px;
	padding: 0;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-shop-sidebar .cpf-layer2-search-btn:hover,
.cpf-bp-shop-sidebar .cpf-layer2-search-btn:focus {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-yellow);
}

.cpf-bp-shop-sidebar .cpf-sidebar-loading {
	color: var(--cpf-bp-muted);
	font-size: 12px;
	font-style: normal;
}

.cpf-bp-shop-results {
	min-width: 0;
}

.cpf-bp-shop-toolbar {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 20px;
	padding: 8px;
	background: var(--cpf-bp-soft);
}

.cpf-bp-shop-toolbar__ordering,
.cpf-bp-shop-toolbar__count {
	display: flex;
	align-items: center;
}

.cpf-bp-shop-toolbar__count {
	justify-content: flex-end;
	padding-right: 16px;
}

.cpf-bp-shop-active .woocommerce-result-count {
	float: none;
	margin: 0;
	color: var(--cpf-bp-muted);
	font-size: 13px;
	font-weight: 800;
}

.cpf-bp-shop-active .woocommerce-ordering {
	float: none;
	margin: 0;
}

.cpf-bp-shop-active .woocommerce-ordering select {
	min-width: 210px;
	min-height: 42px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 600;
}

.cpf-bp-shop-active.woocommerce ul.products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	clear: both;
	margin: 0;
	padding: 0;
}

.cpf-bp-product-active.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	clear: both;
	margin: 0;
	padding: 0;
}

.cpf-bp-shop-active.woocommerce ul.products::before,
.cpf-bp-shop-active.woocommerce ul.products::after,
.cpf-bp-product-active.woocommerce ul.products::before,
.cpf-bp-product-active.woocommerce ul.products::after {
	content: none;
}

.cpf-bp-shop-active.woocommerce ul.products li.product,
.cpf-bp-shop-active.woocommerce-page ul.products li.product {
	position: relative;
	width: auto;
	height: 210px;
	min-height: 0;
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr) 180px;
	gap: 20px;
	align-items: start;
	float: none;
	clear: none;
	margin: 0;
	padding: 14px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	overflow: hidden;
}

.cpf-bp-product-active.woocommerce ul.products li.product,
.cpf-bp-product-active.woocommerce-page ul.products li.product {
	position: relative;
	width: auto;
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-shop-active.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	grid-column: 1 / 3;
	gap: 20px;
	align-self: start;
	min-height: 0;
	color: inherit;
	text-decoration: none;
}

.cpf-bp-shop-active.woocommerce span.onsale.cpf-bp-sale-badge,
.cpf-bp-shop-active.woocommerce ul.products li.product span.onsale {
	position: absolute;
	top: 18px;
	left: 18px;
	right: auto;
	z-index: 2;
	min-width: 48px;
	min-height: auto;
	margin: 0;
	padding: 9px 11px;
	border: 0;
	border-radius: 999px;
	background: #E85A00;
	color: var(--cpf-bp-white);
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	text-transform: none;
}

.cpf-bp-product-active.woocommerce ul.products li.product span.onsale {
	position: absolute;
	top: 18px;
	left: 18px;
	right: auto;
	z-index: 2;
	min-width: 48px;
	min-height: auto;
	margin: 0;
	padding: 9px 11px;
	border: 0;
	border-radius: 999px;
	background: #E85A00;
	color: var(--cpf-bp-white);
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	text-transform: none;
}

.cpf-bp-shop-active.woocommerce ul.products li.product a img {
	grid-column: 1;
	grid-row: 1 / span 8;
	width: 200px;
	height: 180px;
	object-fit: cover;
	object-position: center center;
	margin: 0;
	background: #F4F6F6;
}

.cpf-bp-product-active.woocommerce ul.products li.product a img {
	width: calc(100% - 48px);
	height: 210px;
	object-fit: contain;
	margin: 24px;
	background: #F4F6F6;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
	grid-column: 2;
	min-height: 0;
	margin: 0 0 8px;
	padding: 0;
	border-top: 0;
	color: var(--cpf-bp-black);
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
}

.cpf-bp-product-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 52px;
	padding: 22px 24px 8px;
	border-top: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 17px;
	line-height: 1.35;
	font-weight: 800;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details {
	grid-column: 2;
	display: grid;
	gap: 2px;
	margin: 0;
	max-height: 116px;
	overflow: hidden;
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.35;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-meta-row {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: baseline;
	column-gap: 5px;
	min-width: 0;
	max-width: 100%;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details strong {
	color: var(--cpf-bp-red);
	font-weight: 800;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-meta-row > span {
	min-width: 0;
	color: var(--cpf-bp-black);
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-meta-row--oem {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1px;
	white-space: normal;
	overflow: visible;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-meta-row--oem strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-meta-row--oem > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details p {
	display: none;
	margin: 0;
	color: var(--cpf-bp-muted);
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-trim-badges {
	position: static !important;
	inset: auto !important;
	transform: none !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start !important;
	gap: 5px;
	margin: 6px 0 0;
	padding: 0;
	width: auto !important;
	max-width: 100%;
	max-height: 50px;
	overflow: hidden;
	text-align: left !important;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-trim-badge {
	display: inline-flex !important;
	align-items: center;
	min-height: 22px;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 2px 8px;
	border: 1px solid rgba(211, 11, 21, 0.22);
	border-radius: 0;
	background: #FFF3F4;
	color: var(--cpf-bp-red);
	font-size: 11px;
	line-height: 1.1;
	font-weight: 800;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .star-rating {
	grid-column: 2;
	margin: 0 0 6px;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price {
	grid-column: 3;
	grid-row: 1;
	align-self: start;
	margin: 0 0 10px;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .price,
.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price .price {
	display: block;
	padding: 0;
	color: var(--cpf-bp-red);
	font-size: 22px;
	line-height: 1.2;
	font-weight: 900;
}

.cpf-bp-product-active.woocommerce ul.products li.product .price {
	display: block;
	padding: 0 24px;
	color: var(--cpf-bp-red);
	font-size: 17px;
	font-weight: 900;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .button {
	align-self: center;
	grid-column: 3;
	grid-row: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-product-active.woocommerce ul.products li.product .button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 18px 24px 24px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-shop-active.woocommerce ul.products li.product .button:hover,
.cpf-bp-shop-active.woocommerce ul.products li.product .button:focus,
.cpf-bp-product-active.woocommerce ul.products li.product .button:hover,
.cpf-bp-product-active.woocommerce ul.products li.product .button:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products,
.bfp-products-view-grid.cpf-bp-shop-active.woocommerce-page ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product,
.bfp-products-view-grid.cpf-bp-shop-active.woocommerce-page ul.products li.product {
	height: auto;
	min-height: 440px;
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
	overflow: visible;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
	display: block;
	min-height: 0;
	color: inherit;
	text-decoration: none;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product a img {
	width: calc(100% - 48px);
	height: 190px;
	object-fit: cover;
	object-position: center center;
	margin: 24px;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	padding: 0 24px 12px;
	font-size: 16px;
	line-height: 1.35;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details {
	display: none;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price {
	margin: auto 24px 12px;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .price,
.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price .price {
	font-size: 18px;
}

.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .button {
	width: calc(100% - 48px);
	min-height: 42px;
	margin: 0 24px 24px;
	align-self: auto;
}

.cpf-bp-shop-active .woocommerce-no-products-found {
	position: relative;
	min-height: 220px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	margin: 0;
	padding: 42px 44px;
	border: 1px solid var(--cpf-bp-border);
	border-left: 5px solid var(--cpf-bp-red);
	background:
		linear-gradient(90deg, rgba(211, 11, 21, 0.06), rgba(255, 255, 255, 0) 58%),
		var(--cpf-bp-white);
	box-sizing: border-box;
}

.cpf-bp-shop-active .woocommerce-no-products-found::before {
	content: "!";
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border: 3px solid var(--cpf-bp-red);
	border-radius: 50%;
	color: var(--cpf-bp-red);
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}

.cpf-bp-shop-active .woocommerce-no-products-found .woocommerce-info,
.cpf-bp-shop-active .cpf-bp-shop-results > .woocommerce-info {
	max-width: 620px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--cpf-bp-black);
	font-size: 22px;
	line-height: 1.35;
	font-weight: 900;
	text-transform: none;
	white-space: normal;
	overflow-wrap: anywhere;
}

.cpf-bp-shop-active .woocommerce-no-products-found .woocommerce-info::before,
.cpf-bp-shop-active .cpf-bp-shop-results > .woocommerce-info::before {
	display: none;
}

.cpf-bp-shop-active .cpf-reset-link {
	margin: 18px 0 0;
}

.cpf-bp-shop-active .cpf-reset-link a {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	border: 2px solid var(--cpf-bp-yellow);
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cpf-bp-shop-active .cpf-bp-shop-results:has(.woocommerce-no-products-found) .cpf-bp-shop-toolbar {
	display: none;
}

.cpf-bp-shop-active .cpf-reset-link a:hover,
.cpf-bp-shop-active .cpf-reset-link a:focus {
	border-color: var(--cpf-bp-red);
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-shop-active nav.woocommerce-pagination {
	margin: 28px 0 0;
	text-align: center;
}

.cpf-bp-shop-active .cpf-bp-shop-toolbar + nav.woocommerce-pagination {
	display: none !important;
}

.cpf-bp-shop-active nav.woocommerce-pagination ul {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.cpf-bp-shop-active nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0;
}

.cpf-bp-shop-active nav.woocommerce-pagination ul li a,
.cpf-bp-shop-active nav.woocommerce-pagination ul li span {
	min-width: 40px;
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.cpf-bp-shop-active nav.woocommerce-pagination ul li span.current,
.cpf-bp-shop-active nav.woocommerce-pagination ul li a:hover,
.cpf-bp-shop-active nav.woocommerce-pagination ul li a:focus {
	border-color: var(--cpf-bp-red);
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

@media (min-width: 1025px) {
	.cpf-bp-shop-active.woocommerce ul.products li.product,
	.cpf-bp-shop-active.woocommerce-page ul.products li.product {
		height: 210px !important;
		overflow: hidden !important;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details {
		max-height: 116px !important;
		overflow: hidden !important;
	}
}

.cpf-bp-product-active {
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-family: "Montserrat", Arial, sans-serif;
}

.cpf-bp-product-active .skip-link,
.cpf-bp-product-active .site-header,
.cpf-bp-product-active .site-footer {
	display: none !important;
}

.cpf-bp-product-active #primary,
.cpf-bp-product-active .content-area {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.cpf-bp-product-active #main.site-main {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	max-width: none;
	margin: 0 auto;
	padding: 34px 0 68px;
}

.cpf-bp-product-active .woocommerce-breadcrumb {
	display: none;
}

.cpf-bp-product-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	margin: 0 0 24px;
	padding: 0 20px;
	border: 0;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
}

.cpf-bp-product-back:hover,
.cpf-bp-product-back:focus {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
	text-decoration: none !important;
}

.cpf-bp-product-active div.product {
	position: relative;
}

.cpf-bp-product-active div.product div.images.woocommerce-product-gallery {
	width: 48%;
	margin: 0 0 42px;
	overflow: hidden;
}

.cpf-bp-product-active div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
	overflow: hidden;
}

.cpf-bp-product-active div.product div.images .woocommerce-product-gallery__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 520px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	overflow: hidden;
}

.cpf-bp-product-active div.product div.images .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: inherit;
	overflow: hidden;
}

.cpf-bp-product-active div.product div.images img {
	width: auto;
	max-width: 100%;
	max-height: 500px;
	object-fit: contain;
}

.cpf-bp-product-active div.product div.images .zoomImg {
	max-width: none;
	max-height: none;
}

.cpf-bp-product-active div.product div.images .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
}

.cpf-bp-product-active div.product div.images .flex-control-thumbs li {
	width: 84px;
	height: 84px;
	margin: 0;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-product-active div.product div.images .flex-control-thumbs li img {
	width: 100%;
	height: 100%;
	padding: 6px;
	object-fit: contain;
	opacity: 1;
}

.cpf-bp-product-active div.product div.images .flex-control-thumbs li img.flex-active {
	outline: 2px solid var(--cpf-bp-red);
	outline-offset: -2px;
}

.cpf-bp-product-active div.product div.summary.entry-summary {
	width: 48%;
	margin: 0 0 42px;
	padding: 34px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-product-active div.product .product_title {
	display: block;
	margin: 0 0 18px;
	color: var(--cpf-bp-black);
	font-size: 29px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0;
}

.cpf-bp-product-active div.product p.price,
.cpf-bp-product-active div.product span.price {
	margin: 0 0 18px;
	color: var(--cpf-bp-red);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
}

.cpf-bp-product-active div.product p.price del,
.cpf-bp-product-active div.product span.price del {
	margin-right: 8px;
	color: #9A9A9A;
	font-size: 18px;
	font-weight: 800;
	opacity: 1;
}

.cpf-bp-product-active div.product p.price ins,
.cpf-bp-product-active div.product span.price ins {
	color: var(--cpf-bp-red);
	text-decoration: none;
}

.cpf-bp-product-active .woocommerce-product-details__short-description {
	margin: 0 0 22px;
	color: var(--cpf-bp-muted);
	font-size: 15px;
	line-height: 1.8;
}

.cpf-bp-product-active div.product form.cart {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0 0 26px;
}

.cpf-bp-product-active div.product form.cart div.quantity {
	margin: 0;
}

.cpf-bp-product-active div.product form.cart .qty {
	width: 78px;
	min-height: 46px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	color: var(--cpf-bp-black);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.cpf-bp-product-active div.product form.cart .single_add_to_cart_button {
	min-height: 46px;
	margin-left: 0;
	padding: 0 38px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-product-active div.product form.cart .single_add_to_cart_button:hover,
.cpf-bp-product-active div.product form.cart .single_add_to_cart_button:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-product-active div.product .product_meta {
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
}

.cpf-bp-product-active div.product .product_meta > span {
	display: block;
}

.cpf-bp-product-active div.product .product_meta a {
	color: var(--cpf-bp-red);
	text-decoration: none;
}

.cpf-bp-product-active div.product .product_meta .sku_wrapper,
.cpf-bp-product-active div.product .product_meta .posted_in,
.cpf-bp-product-active div.product .product_meta .tagged_as {
	color: var(--cpf-bp-black);
}

.cpf-bp-product-active div.product .product_meta .cpf-bp-product-meta__label {
	color: var(--cpf-bp-red);
}

.cpf-bp-product-active div.product .product_meta .sku_wrapper .sku,
.cpf-bp-product-active div.product .product_meta .cpf-bp-product-meta__value {
	color: var(--cpf-bp-black);
}

.cpf-bp-product-active div.product .product_meta a:hover,
.cpf-bp-product-active div.product .product_meta a:focus {
	color: var(--cpf-bp-black);
}

.cpf-bp-product-active.woocommerce span.onsale.cpf-bp-sale-badge,
.cpf-bp-product-active.woocommerce div.product span.onsale {
	top: 24px;
	left: 24px;
	z-index: 4;
	min-width: 48px;
	min-height: auto;
	padding: 9px 11px;
	border: 0;
	border-radius: 999px;
	background: #E85A00;
	color: var(--cpf-bp-white);
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
}

.cpf-bp-product-active div.product .woocommerce-tabs {
	clear: both;
	width: 100%;
	padding-top: 18px;
}

.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 0 28px;
	padding: 0;
	border: 0;
	overflow: visible;
}

.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs::before,
.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs::after,
.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li::before,
.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
	display: none;
}

.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-soft);
}

.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li a {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	padding: 0 26px;
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li.active,
.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li:hover,
.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li:focus-within {
	background: var(--cpf-bp-red);
}

.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li.active a,
.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li:hover a,
.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li:focus-within a {
	color: var(--cpf-bp-white);
}

.cpf-bp-product-active div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: 0 0 36px;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 15px;
	line-height: 1.8;
}

.cpf-bp-product-active div.product .woocommerce-tabs .panel h2 {
	margin: 0 0 16px;
	color: var(--cpf-bp-black);
	font-size: 28px;
	line-height: 1.25;
	font-weight: 800;
}

.cpf-bp-product-active .cpf-compat-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--cpf-bp-border);
}

.cpf-bp-product-active .cpf-compat-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 14px;
}

.cpf-bp-product-active .cpf-compat-table th {
	padding: 14px 16px;
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
}

.cpf-bp-product-active .cpf-compat-table td {
	padding: 14px 16px;
	border-top: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
}

.cpf-bp-product-active section.related.products,
.cpf-bp-product-active section.up-sells.upsells.products {
	clear: both;
	padding-top: 48px;
}

.cpf-bp-product-active section.related.products > h2,
.cpf-bp-product-active section.up-sells.upsells.products > h2 {
	margin: 0 0 24px;
	color: var(--cpf-bp-red);
	font-size: 24px;
	font-weight: 900;
}

.cpf-bp-cart-active,
.cpf-bp-checkout-active,
.cpf-bp-order-received-active {
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-family: "Montserrat", Arial, sans-serif;
}

.cpf-bp-checkout-active .skip-link,
.cpf-bp-checkout-active .site-header,
.cpf-bp-checkout-active .site-footer,
.cpf-bp-checkout-active .page-header,
.cpf-bp-checkout-active .woocommerce-breadcrumb,
.cpf-bp-order-received-active .skip-link,
.cpf-bp-order-received-active .site-header,
.cpf-bp-order-received-active .site-footer,
.cpf-bp-order-received-active .page-header,
.cpf-bp-order-received-active .woocommerce-breadcrumb,
.cpf-bp-cart-active .skip-link,
.cpf-bp-cart-active .site-header,
.cpf-bp-cart-active .site-footer,
.cpf-bp-cart-active .page-header,
.cpf-bp-cart-active .woocommerce-breadcrumb {
	display: none !important;
}

.cpf-bp-checkout-active #primary,
.cpf-bp-checkout-active .content-area,
.cpf-bp-checkout-active #content.site-main,
.cpf-bp-checkout-active .site-main,
.cpf-bp-order-received-active #primary,
.cpf-bp-order-received-active .content-area,
.cpf-bp-order-received-active #content.site-main,
.cpf-bp-order-received-active .site-main,
.cpf-bp-cart-active #primary,
.cpf-bp-cart-active .content-area,
.cpf-bp-cart-active #content.site-main,
.cpf-bp-cart-active .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.cpf-bp-checkout-active .page-content,
.cpf-bp-order-received-active .page-content,
.cpf-bp-cart-active .page-content {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	max-width: none;
	margin: 0 auto;
	padding: 34px 0 68px;
}

.cpf-bp-cart-active .woocommerce {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	align-items: start;
}

.cpf-bp-cart-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	margin: 0 0 24px;
	padding: 0 20px;
	border: 0;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
}

.cpf-bp-cart-back:hover,
.cpf-bp-cart-back:focus {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
	text-decoration: none !important;
}

.cpf-bp-cart-active .wp-block-woocommerce-cart.alignwide {
	max-width: none;
	margin: 0;
}

.cpf-bp-cart-active .wc-block-cart {
	margin: 0;
}

.cpf-bp-cart-active .wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	align-items: start;
}

.cpf-bp-cart-active .wc-block-cart-items,
.cpf-bp-cart-active table.shop_table {
	width: 100%;
	border: 1px solid var(--cpf-bp-border);
	border-collapse: collapse;
	background: var(--cpf-bp-white);
}

.cpf-bp-cart-active form.woocommerce-cart-form {
	grid-column: 1;
	width: 100%;
	float: none;
	margin: 0;
}

.cpf-bp-cart-active .cart-collaterals {
	grid-column: 1;
	width: 100%;
	float: none;
	clear: none;
	margin: 0;
}

.cpf-bp-cart-active .woocommerce-notices-wrapper,
.cpf-bp-cart-active .woocommerce-message,
.cpf-bp-cart-active .woocommerce-error,
.cpf-bp-cart-active .woocommerce-info {
	grid-column: 1 / -1;
}

.cpf-bp-cart-active .cart-collaterals::before,
.cpf-bp-cart-active .cart-collaterals::after {
	content: none;
	display: none;
}

.cpf-bp-cart-active .wc-block-cart-items__header,
.cpf-bp-cart-active table.shop_table thead {
	background: var(--cpf-bp-soft);
}

.cpf-bp-cart-active .wc-block-cart-items th,
.cpf-bp-cart-active table.shop_table th {
	padding: 18px 16px;
	border: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-transform: none;
}

.cpf-bp-cart-active .wc-block-cart-items td,
.cpf-bp-cart-active table.shop_table td {
	padding: 14px 16px;
	border: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 14px;
	vertical-align: middle;
}

.cpf-bp-cart-active table.shop_table .product-remove {
	width: 48px;
	text-align: center;
}

.cpf-bp-cart-active table.shop_table .product-thumbnail {
	width: 132px;
	text-align: center;
}

.cpf-bp-cart-active table.shop_table .product-price,
.cpf-bp-cart-active table.shop_table .product-quantity,
.cpf-bp-cart-active table.shop_table .product-subtotal {
	width: 124px;
	text-align: center;
	white-space: nowrap;
}

.cpf-bp-cart-active .wc-block-cart-item__image img,
.cpf-bp-cart-active table.shop_table .product-thumbnail img {
	width: 96px;
	height: 96px;
	padding: 8px;
	background: #F4F6F6;
	object-fit: contain;
}

.cpf-bp-cart-active .wc-block-cart-item__product,
.cpf-bp-cart-active table.shop_table .product-name {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 900;
}

.cpf-bp-cart-active .wc-block-cart-item__product a,
.cpf-bp-cart-active table.shop_table .product-name a {
	color: var(--cpf-bp-black);
	text-decoration: none;
}

.cpf-bp-cart-active .wc-block-cart-item__product a:hover,
.cpf-bp-cart-active .wc-block-cart-item__product a:focus,
.cpf-bp-cart-active table.shop_table .product-name a:hover,
.cpf-bp-cart-active table.shop_table .product-name a:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-cart-active .wc-block-components-product-price,
.cpf-bp-cart-active .wc-block-components-totals-item__value,
.cpf-bp-cart-active table.shop_table .product-price,
.cpf-bp-cart-active table.shop_table .product-subtotal {
	color: var(--cpf-bp-red);
	font-weight: 800;
}

.cpf-bp-cart-active .wc-block-components-quantity-selector,
.cpf-bp-cart-active table.shop_table .qty {
	width: 92px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	background: var(--cpf-bp-white);
}

.cpf-bp-cart-active .wc-block-components-quantity-selector input,
.cpf-bp-cart-active table.shop_table .qty {
	min-height: 46px;
	color: var(--cpf-bp-black);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.cpf-bp-cart-active .wc-block-cart-item__remove-link,
.cpf-bp-cart-active table.shop_table .remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #666666;
	color: var(--cpf-bp-white) !important;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
}

.cpf-bp-cart-active .wc-block-cart-item__remove-link:hover,
.cpf-bp-cart-active .wc-block-cart-item__remove-link:focus,
.cpf-bp-cart-active table.shop_table .remove:hover,
.cpf-bp-cart-active table.shop_table .remove:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white) !important;
}

.cpf-bp-cart-active .wc-block-cart__totals-title,
.cpf-bp-cart-active .cart_totals h2 {
	margin: 0 0 28px;
	color: var(--cpf-bp-black);
	font-size: 30px;
	line-height: 1.1;
	font-weight: 900;
}

.cpf-bp-cart-active .wc-block-components-sidebar,
.cpf-bp-cart-active .cart-collaterals .cart_totals {
	width: min(430px, 100%);
	margin: 0;
	padding: 0;
}

.cpf-bp-cart-active .cart-collaterals .cart_totals {
	width: min(430px, 100%) !important;
	float: none;
	clear: none;
	position: static;
	margin-left: auto;
}

.cpf-bp-cart-active .wc-block-components-totals-wrapper,
.cpf-bp-cart-active .cart_totals table {
	width: 100%;
	border: 1px solid var(--cpf-bp-border);
	border-collapse: collapse;
	background: var(--cpf-bp-white);
	table-layout: fixed;
}

.cpf-bp-cart-active .wc-block-components-totals-item,
.cpf-bp-cart-active .cart_totals table th,
.cpf-bp-cart-active .cart_totals table td {
	padding: 14px 20px;
	border: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 21px;
	line-height: 1.15;
	font-weight: 700;
	vertical-align: middle;
}

.cpf-bp-cart-active .wc-block-components-totals-item__label,
.cpf-bp-cart-active .cart_totals table th {
	width: 55%;
	background: var(--cpf-bp-soft);
	font-weight: 900;
	text-align: left;
}

.cpf-bp-cart-active .cart_totals table td {
	width: 45%;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-muted);
	font-weight: 500;
	text-align: left;
}

.cpf-bp-cart-active .cart_totals table .order-total td,
.cpf-bp-cart-active .cart_totals table .order-total td strong {
	color: var(--cpf-bp-muted);
	font-weight: 900;
}

.cpf-bp-cart-active .wc-block-components-button,
.cpf-bp-cart-active .wc-block-cart__submit-button,
.cpf-bp-cart-active .checkout-button,
.cpf-bp-cart-active table.shop_table button[name="apply_coupon"],
.cpf-bp-cart-active table.shop_table button[name="update_cart"] {
	min-height: 46px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-cart-active .wc-proceed-to-checkout {
	margin-top: 2px;
}

.cpf-bp-cart-active .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	height: 54px;
	min-height: 54px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 18px !important;
	background: #168A3A !important;
	color: #fff !important;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
	text-decoration: none !important;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
}

.cpf-bp-cart-active .wc-proceed-to-checkout a.checkout-button .cpf-bp-checkout-button-label {
	display: block;
	line-height: 1 !important;
	transform: translateY(-1px);
}

.cpf-bp-cart-active .wc-proceed-to-checkout a.checkout-button {
	transform: translateY(0);
}

.cpf-bp-cart-active .wc-proceed-to-checkout a.checkout-button::first-line {
	line-height: 1;
}

.cpf-bp-cart-active .wc-block-components-button:hover,
.cpf-bp-cart-active .wc-block-components-button:focus,
.cpf-bp-cart-active .wc-block-cart__submit-button:hover,
.cpf-bp-cart-active .wc-block-cart__submit-button:focus,
.cpf-bp-cart-active .checkout-button:hover,
.cpf-bp-cart-active .checkout-button:focus,
.cpf-bp-cart-active table.shop_table button[name="apply_coupon"]:hover,
.cpf-bp-cart-active table.shop_table button[name="apply_coupon"]:focus,
.cpf-bp-cart-active table.shop_table button[name="update_cart"]:hover,
.cpf-bp-cart-active table.shop_table button[name="update_cart"]:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-cart-active .checkout-button:hover,
.cpf-bp-cart-active .checkout-button:focus,
.cpf-bp-cart-active .wc-proceed-to-checkout a.checkout-button:hover,
.cpf-bp-cart-active .wc-proceed-to-checkout a.checkout-button:focus {
	background: #0F6B2D;
	color: var(--cpf-bp-white);
}

.cpf-bp-cart-active table.shop_table .coupon {
	display: flex;
	align-items: stretch;
	float: left;
	width: min(670px, calc(100% - 28px));
	margin-left: 28px;
	gap: 8px;
}

.cpf-bp-cart-active table.shop_table .coupon .input-text,
.cpf-bp-cart-active .wc-block-components-text-input input {
	min-height: 46px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	color: var(--cpf-bp-black);
	font-size: 14px;
}

.cpf-bp-cart-active table.shop_table .coupon .input-text {
	width: min(336px, 100%) !important;
	flex: 0 0 min(336px, 100%);
	min-width: 0;
	padding: 0 16px;
}

.cpf-bp-cart-active table.shop_table button[name="update_cart"] {
	float: right;
	min-width: 150px;
}

.cpf-bp-cart-active table.shop_table td.actions {
	padding: 26px 0 0;
	border: 0;
	background: var(--cpf-bp-white);
}

.cpf-bp-cart-active .woocommerce-cart-form::after {
	content: "";
	display: table;
	clear: both;
}

.cpf-bp-cart-active .cart-empty.woocommerce-info {
	max-width: 720px;
	margin: 0 auto 22px;
	padding: 54px 24px 24px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 26px;
	font-weight: 900;
	text-align: center;
}

.cpf-bp-cart-active .return-to-shop {
	display: flex;
	justify-content: center;
	margin: -8px 0 36px;
}

.cpf-bp-cart-active .return-to-shop .button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-checkout-active .entry-title {
	display: none;
}

.cpf-bp-order-received-active .entry-title {
	margin: 0 0 26px;
	color: var(--cpf-bp-black);
	font-size: 32px;
	line-height: 1.15;
	font-weight: 900;
}

.cpf-bp-order-received-active .woocommerce-order {
	max-width: 920px;
	margin: 0 auto;
}

.cpf-bp-order-received-active .woocommerce-thankyou-order-received {
	margin: 0 0 22px;
	padding: 22px 24px;
	border-left: 4px solid #168A3A;
	background: #F1FAF4;
	color: var(--cpf-bp-black);
	font-size: 18px;
	line-height: 1.5;
	font-weight: 800;
}

.cpf-bp-order-received-active .woocommerce-order-overview,
.cpf-bp-order-received-active .woocommerce-order-details,
.cpf-bp-order-received-active .woocommerce-customer-details {
	margin: 0 0 28px;
}

.cpf-bp-order-received-active .woocommerce-order-overview {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	margin-left: 0;
	padding: 18px 0;
	border-top: 1px solid var(--cpf-bp-border);
	border-bottom: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	list-style: none;
}

.cpf-bp-order-received-active .woocommerce-order-overview li {
	flex: 1 1 0;
	float: none !important;
	clear: none !important;
	min-width: 0;
	margin: 0;
	padding: 0 22px;
	border: 0;
	border-right: 1px solid var(--cpf-bp-border);
	background: transparent;
	color: var(--cpf-bp-muted);
	font-size: 11px;
	line-height: 1.4;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
}

.cpf-bp-order-received-active .woocommerce-order-overview .woocommerce-order-overview__order {
	order: 1;
}

.cpf-bp-order-received-active .woocommerce-order-overview .woocommerce-order-overview__date {
	order: 2;
}

.cpf-bp-order-received-active .woocommerce-order-overview .woocommerce-order-overview__total {
	order: 3;
}

.cpf-bp-order-received-active .woocommerce-order-overview .woocommerce-order-overview__payment-method {
	order: 4;
}

.cpf-bp-order-received-active .woocommerce-order-overview li:last-child {
	border-right: 0;
}

.cpf-bp-order-received-active .woocommerce-order-overview .woocommerce-order-overview__email,
.cpf-bp-order-received-active .woocommerce-order-overview li.email {
	display: none;
}

.cpf-bp-order-received-active .woocommerce-order-overview strong {
	display: block;
	margin-top: 7px;
	color: var(--cpf-bp-black);
	font-size: 16px;
	line-height: 1.3;
	font-weight: 900;
	text-transform: none;
}

.cpf-bp-order-received-active .woocommerce-order > p:not(.woocommerce-thankyou-order-received) {
	margin: 0 0 28px;
	padding: 0 0 0 14px;
	border: 0;
	border-left: 3px solid var(--cpf-bp-red);
	background: transparent;
	color: #4F555B;
	font-size: 14px;
	font-weight: 600;
}

.cpf-bp-order-received-active .woocommerce-order-details__title,
.cpf-bp-order-received-active .woocommerce-column__title {
	margin: 0 0 18px;
	color: var(--cpf-bp-black);
	font-size: 26px;
	line-height: 1.2;
	font-weight: 900;
}

.cpf-bp-order-received-active .woocommerce-order-details__title::after,
.cpf-bp-order-received-active .woocommerce-column__title::after {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 10px;
	background: var(--cpf-bp-red);
}

.cpf-bp-order-received-active table.shop_table.order_details {
	width: 100%;
	margin: 0;
	border: 1px solid var(--cpf-bp-border);
	border-collapse: collapse;
	background: var(--cpf-bp-white);
	font-size: 14px;
}

.cpf-bp-order-received-active table.shop_table.order_details thead th {
	padding: 15px 18px;
	border: 0;
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-order-received-active table.shop_table.order_details th,
.cpf-bp-order-received-active table.shop_table.order_details td {
	padding: 13px 18px;
	border: 0;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	vertical-align: middle;
}

.cpf-bp-order-received-active table.shop_table.order_details td.product-name a {
	color: var(--cpf-bp-black);
	font-weight: 800;
	text-decoration: none;
	text-transform: capitalize;
}

.cpf-bp-order-received-active table.shop_table.order_details td.product-name a:hover,
.cpf-bp-order-received-active table.shop_table.order_details td.product-name a:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-order-received-active table.shop_table.order_details .product-quantity {
	color: var(--cpf-bp-red);
	font-weight: 900;
}

.cpf-bp-order-received-active table.shop_table.order_details td.product-total,
.cpf-bp-order-received-active table.shop_table.order_details tfoot td {
	color: var(--cpf-bp-black);
	font-weight: 800;
}

.cpf-bp-order-received-active table.shop_table.order_details tfoot th {
	background: #F7F7F7;
	color: var(--cpf-bp-black);
	font-weight: 900;
}

.cpf-bp-order-received-active table.shop_table.order_details tfoot tr.cpf-bp-order-subtotal-row th {
	background: #F1FAF4;
	color: var(--cpf-bp-black);
	font-weight: 900;
}

.cpf-bp-order-received-active table.shop_table.order_details tfoot tr.cpf-bp-order-total-row th {
	background: #F1EE8E;
	color: var(--cpf-bp-black);
	font-size: 16px;
	font-weight: 900;
}

.cpf-bp-order-received-active table.shop_table.order_details tfoot tr.cpf-bp-order-subtotal-row td,
.cpf-bp-order-received-active table.shop_table.order_details tfoot tr.cpf-bp-order-total-row td {
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-weight: 900;
}

.cpf-bp-order-received-active .woocommerce-customer-details address {
	padding: 20px 22px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 15px;
	line-height: 1.7;
	font-style: normal;
	box-shadow: inset 4px 0 0 var(--cpf-bp-red);
}

.cpf-bp-order-received-active .woocommerce-customer-details--email,
.cpf-bp-order-received-active .woocommerce-customer-details--phone {
	margin-top: 10px;
	color: var(--cpf-bp-red);
	font-weight: 800;
}

.cpf-bp-checkout-active .woocommerce {
	display: flow-root;
}

.cpf-bp-checkout-active .woocommerce-form-coupon-toggle,
.cpf-bp-checkout-active .woocommerce-form-coupon,
.cpf-bp-checkout-active form.checkout::before {
	display: none !important;
}

.cpf-bp-checkout-active form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	column-gap: 48px;
	row-gap: 12px;
	align-items: start;
	margin: 0;
}

.cpf-bp-checkout-active form.checkout::before {
	content: "Or continue below";
	grid-column: 1;
	display: none !important;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 14px;
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.2;
}

.cpf-bp-checkout-active form.checkout::before,
.cpf-bp-checkout-active form.checkout::after {
	min-width: 0;
}

.cpf-bp-checkout-active form.checkout::before {
	background:
		linear-gradient(var(--cpf-bp-border), var(--cpf-bp-border)) left center / calc(50% - 70px) 1px no-repeat,
		linear-gradient(var(--cpf-bp-border), var(--cpf-bp-border)) right center / calc(50% - 70px) 1px no-repeat;
	text-align: center;
}

.cpf-bp-checkout-active #customer_details,
.cpf-bp-checkout-active .woocommerce-checkout-review-order,
.cpf-bp-checkout-active #order_review {
	min-width: 0;
}

.cpf-bp-checkout-active #customer_details {
	display: grid;
	gap: 0;
}

.cpf-bp-checkout-active .col2-set {
	width: 100%;
	float: none;
}

.cpf-bp-checkout-active .col2-set .col-1,
.cpf-bp-checkout-active .col2-set .col-2 {
	width: 100%;
	float: none;
}

.cpf-bp-checkout-active .woocommerce-billing-fields,
.cpf-bp-checkout-active .woocommerce-shipping-fields,
.cpf-bp-checkout-active .woocommerce-additional-fields {
	position: relative;
	padding-left: 0;
	border-left: 0;
}

.cpf-bp-checkout-active .woocommerce-billing-fields::before,
.cpf-bp-checkout-active .woocommerce-shipping-fields::before,
.cpf-bp-checkout-active .woocommerce-additional-fields::before {
	content: none;
	display: none;
}

.cpf-bp-checkout-active .woocommerce-billing-fields::before {
	content: none;
}

.cpf-bp-checkout-active .woocommerce-shipping-fields::before {
	content: none;
}

.cpf-bp-checkout-active .woocommerce-additional-fields::before {
	content: none;
}

.cpf-bp-checkout-active .woocommerce-billing-fields h3,
.cpf-bp-checkout-active .woocommerce-shipping-fields h3,
.cpf-bp-checkout-active .woocommerce-additional-fields h3,
.cpf-bp-checkout-active #order_review_heading {
	margin: 0 0 10px;
	color: var(--cpf-bp-black);
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
}

.cpf-bp-checkout-active .woocommerce-billing-fields h3 {
	font-size: 0;
}

.cpf-bp-checkout-active .woocommerce-billing-fields h3::after {
	content: "Contact information";
	font-size: 20px;
}

.cpf-bp-checkout-active .woocommerce-shipping-fields h3 {
	font-size: 0;
}

.cpf-bp-checkout-active .woocommerce-shipping-fields h3::after {
	content: "Shipping address";
	font-size: 20px;
}

.cpf-bp-checkout-active #billing_email_field::before {
	content: "We'll use this email to send you details and updates about your order.";
	display: block;
	margin: -4px 0 10px;
	color: var(--cpf-bp-black);
	font-size: 12px;
	line-height: 1.45;
}

.cpf-bp-checkout-active .woocommerce-shipping-fields::after {
	content: none;
	display: none;
}

.cpf-bp-checkout-active .woocommerce-shipping-fields .shipping_address {
	margin-top: 28px;
}

.cpf-bp-checkout-active .woocommerce-shipping-fields {
	display: none;
}

.cpf-bp-checkout-active .woocommerce-additional-fields {
	display: none;
}

.cpf-bp-checkout-active .form-row {
	margin: 0 0 11px;
	padding: 0;
}

.cpf-bp-checkout-active #billing_email_field {
	width: 100%;
	clear: both;
	float: none;
}

.cpf-bp-checkout-active #billing_first_name_field,
.cpf-bp-checkout-active #billing_last_name_field {
	position: relative;
	margin-top: 60px;
}

.cpf-bp-checkout-active #billing_first_name_field {
	clear: both;
}

.cpf-bp-checkout-active #billing_last_name_field {
	clear: none;
}

.cpf-bp-checkout-active #billing_first_name_field::before {
	content: "Shipping address";
	position: absolute;
	left: 0;
	top: -50px;
	color: var(--cpf-bp-black);
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
	white-space: nowrap;
}

.cpf-bp-checkout-active #billing_first_name_field::after {
	content: "Enter the address where you want your order delivered.";
	position: absolute;
	left: 0;
	top: -24px;
	color: var(--cpf-bp-black);
	font-size: 12px;
	line-height: 1.45;
	white-space: nowrap;
}

.cpf-bp-checkout-active .form-row-first,
.cpf-bp-checkout-active .form-row-last {
	width: calc(50% - 8px);
}

.cpf-bp-checkout-active .form-row-first {
	float: left;
}

.cpf-bp-checkout-active .form-row-last {
	float: right;
}

.cpf-bp-checkout-active .form-row-wide {
	clear: both;
}

.cpf-bp-checkout-active .form-row label {
	display: none;
}

.cpf-bp-checkout-active .input-text,
.cpf-bp-checkout-active select,
.cpf-bp-checkout-active .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--cpf-bp-black);
	border-radius: 4px;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.35;
	box-shadow: none;
}

.cpf-bp-checkout-active .input-text {
	padding: 0 12px;
}

.cpf-bp-checkout-active textarea.input-text {
	min-height: 112px;
	padding-top: 14px;
}

.cpf-bp-checkout-active .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	padding: 0 14px;
}

.cpf-bp-checkout-active .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: var(--cpf-bp-black);
	line-height: 1.25;
}

.cpf-bp-checkout-active .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.cpf-bp-checkout-active .woocommerce-invalid input.input-text,
.cpf-bp-checkout-active .woocommerce-invalid select,
.cpf-bp-checkout-active .woocommerce-invalid .select2-selection {
	border-color: var(--cpf-bp-red);
}

.cpf-bp-checkout-active #ship-to-different-address,
.cpf-bp-checkout-active #ship-to-different-address label {
	display: block;
	margin: 0 0 16px;
	color: var(--cpf-bp-black);
	font-size: 14px;
	font-weight: 600;
}

.cpf-bp-checkout-active #ship-to-different-address input {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	vertical-align: middle;
}

.cpf-bp-checkout-active #order_review_heading {
	display: block;
	font-size: 0;
}

.cpf-bp-checkout-active #order_review_heading::after {
	content: "Order summary";
	font-size: 20px;
}

.cpf-bp-checkout-active #order_review {
	padding: 18px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 4px;
	background: var(--cpf-bp-white);
}

.cpf-bp-checkout-active .cpf-bp-order-summary-panel {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	position: sticky;
	top: 24px;
	z-index: 2;
}

.cpf-bp-checkout-active .cpf-bp-order-summary-panel #order_review_heading {
	margin-bottom: 12px;
}

.cpf-bp-checkout-active #customer_details {
	grid-column: 1;
	grid-row: 1;
}

.cpf-bp-checkout-active .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0 0 12px;
	border: 0;
	border-collapse: collapse;
}

.cpf-bp-checkout-active .woocommerce-checkout-review-order-table th,
.cpf-bp-checkout-active .woocommerce-checkout-review-order-table td {
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 500;
}

.cpf-bp-checkout-active .woocommerce-checkout-review-order-table .product-name {
	font-weight: 800;
}

.cpf-bp-checkout-active .woocommerce-checkout-review-order-table .product-total,
.cpf-bp-checkout-active .woocommerce-checkout-review-order-table .cart-subtotal td,
.cpf-bp-checkout-active .woocommerce-checkout-review-order-table .order-total td {
	text-align: right;
}

.cpf-bp-checkout-active .woocommerce-checkout-review-order-table .order-total th,
.cpf-bp-checkout-active .woocommerce-checkout-review-order-table .order-total td {
	padding-top: 14px;
	color: var(--cpf-bp-black);
	font-size: 20px;
	font-weight: 900;
}

.cpf-bp-checkout-active #payment {
	grid-column: 1;
	grid-row: 2;
	margin-top: -14px;
	background: transparent;
}

.cpf-bp-checkout-active #payment::before {
	content: "Payment Method";
	display: block;
	margin: 0 0 10px;
	color: var(--cpf-bp-black);
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
}

.cpf-bp-checkout-active #payment ul.payment_methods {
	padding: 12px 0;
	border-bottom: 1px solid var(--cpf-bp-border);
}

.cpf-bp-checkout-active #payment div.payment_box,
.cpf-bp-checkout-active .woocommerce-error,
.cpf-bp-checkout-active .woocommerce-info,
.cpf-bp-checkout-active .woocommerce-message {
	border: 1px solid var(--cpf-bp-red);
	background: #FFF1F2;
	color: var(--cpf-bp-black);
}

.cpf-bp-checkout-active #payment .form-row.place-order {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	column-gap: 24px;
	row-gap: 16px;
	align-items: center;
	margin: 0;
	padding: 0;
}

.cpf-bp-checkout-active #order_comments_field,
.cpf-bp-checkout-active .cpf-bp-checkout-note,
.cpf-bp-checkout-active .cpf-bp-order-note {
	display: none !important;
}

.cpf-bp-checkout-note {
	grid-column: 1 / -1;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.cpf-bp-checkout-note__toggle {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	cursor: pointer;
}

.cpf-bp-checkout-note__checkbox {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #168A3A;
}

.cpf-bp-checkout-note textarea {
	display: block !important;
	margin-top: 14px;
}

.cpf-bp-order-note {
	grid-column: 1 / -1;
	display: block;
	margin: 0;
	padding: 0;
}

.cpf-bp-order-note label {
	display: block !important;
	margin: 0 0 10px;
	color: var(--cpf-bp-black);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.cpf-bp-order-note textarea {
	display: block !important;
	width: 100%;
	min-height: 112px;
	padding: 14px;
	border: 1px solid var(--cpf-bp-black);
	border-radius: 4px;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font-size: 15px;
	line-height: 1.35;
	resize: vertical;
	box-shadow: none;
}

.cpf-bp-checkout-active .woocommerce-terms-and-conditions-wrapper {
	display: none;
}

.cpf-bp-terms-acceptance {
	grid-column: 1 / -1;
	display: block;
	margin: 4px 0 8px;
	padding: 0;
	border-bottom: 0;
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.45;
}

.cpf-bp-terms-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	cursor: pointer;
}

.cpf-bp-terms-acceptance input {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 1px 0 0;
	accent-color: #168A3A;
}

.cpf-bp-checkout-active .woocommerce-terms-and-conditions-wrapper p,
.cpf-bp-terms-acceptance p {
	margin: 0;
}

.cpf-bp-checkout-active .woocommerce-terms-and-conditions-wrapper a,
.cpf-bp-terms-acceptance a {
	color: var(--cpf-bp-black);
	font-weight: 700;
	text-decoration: none;
}

.cpf-bp-checkout-active .woocommerce-terms-and-conditions-wrapper a:hover,
.cpf-bp-checkout-active .woocommerce-terms-and-conditions-wrapper a:focus,
.cpf-bp-terms-acceptance a:hover,
.cpf-bp-terms-acceptance a:focus {
	color: var(--cpf-bp-red);
}

.cpf-bp-checkout-return {
	grid-column: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	padding: 0 20px;
	width: fit-content;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
}

.cpf-bp-checkout-return:hover,
.cpf-bp-checkout-return:focus {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-white);
	text-decoration: none !important;
}

.cpf-bp-checkout-active #payment .cpf-bp-place-order-submit {
	grid-column: 2;
	margin: 0;
	padding: 0;
}

.cpf-bp-checkout-active #payment .place-order > p:not(.cpf-bp-place-order-submit) {
	margin: 0;
	padding: 0;
}

.cpf-bp-checkout-active #payment .place-order > .cpf-bp-terms-acceptance {
	grid-column: 1 / -1;
	display: block;
	margin: 4px 0 8px;
	padding: 0;
	border-bottom: 0;
}

.cpf-bp-checkout-active #payment #place_order {
	width: 100%;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 !important;
	border: 0;
	border-radius: 4px;
	background: #168A3A;
	color: var(--cpf-bp-white);
	font-size: 16px;
	line-height: 1 !important;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-checkout-active #payment #place_order:hover,
.cpf-bp-checkout-active #payment #place_order:focus {
	background: #0F6B2D;
	color: var(--cpf-bp-white);
}

.cpf-bp-checkout-active .woocommerce-form-coupon-toggle,
.cpf-bp-checkout-active .woocommerce-form-login-toggle {
	max-width: 700px;
	margin: 0 0 22px;
}

@media (max-width: 860px) {
	.cpf-bp-cart-active .woocommerce {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cpf-bp-cart-active form.woocommerce-cart-form,
	.cpf-bp-cart-active .cart-collaterals {
		grid-column: 1;
		width: 100%;
		float: none;
		clear: none;
	}

	.cpf-bp-cart-active .cart-collaterals {
		margin-top: 0;
	}

	.cpf-bp-cart-active .cart-collaterals .cart_totals {
		position: static;
	}
}

@media (max-width: 1100px) {
	.cpf-bp-checkout-active form.checkout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.cpf-bp-checkout-active #customer_details,
	.cpf-bp-checkout-active #order_review_heading,
	.cpf-bp-checkout-active #order_review,
	.cpf-bp-checkout-active #payment,
	.cpf-bp-checkout-active .cpf-bp-order-summary-panel {
		grid-column: 1;
		grid-row: auto;
	}

	.cpf-bp-checkout-active .cpf-bp-order-summary-panel {
		position: static;
	}
}

.cpf-bp-cart-active .wc-block-cart__empty-cart__title {
	max-width: 560px;
	margin: 0 auto 22px;
	color: var(--cpf-bp-black);
	font-size: 28px;
	line-height: 1.25;
	font-weight: 900;
	order: 2;
}

.cpf-bp-cart-active .wp-block-woocommerce-empty-cart-block {
	min-height: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 56px 24px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	text-align: center;
}

.cpf-bp-cart-active .wp-block-woocommerce-empty-cart-block .wp-block-separator,
.cpf-bp-cart-active .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title),
.cpf-bp-cart-active .wp-block-woocommerce-empty-cart-block .wc-block-grid,
.cpf-bp-cart-active .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.cpf-bp-cart-active .wp-block-woocommerce-empty-cart-block .wc-block-product-new {
	display: none !important;
}

.cpf-bp-empty-cart-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 0;
	padding: 0 28px;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	order: 3;
}

.cpf-bp-empty-cart-cta:hover,
.cpf-bp-empty-cart-cta:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-cart-active .wc-block-grid__products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 24px 0 0;
	padding: 0;
}

.cpf-bp-cart-active .wc-block-grid__product {
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
}

.cpf-bp-cart-active .wc-block-grid__product-image img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	padding: 24px;
	background: #F4F6F6;
}

.cpf-bp-cart-active .wc-block-grid__product-title {
	min-height: 52px;
	padding: 20px 24px 8px;
	border-top: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 16px;
	line-height: 1.35;
	font-weight: 800;
}

.cpf-bp-cart-active .wc-block-grid__product-price {
	padding: 0 24px 12px;
	color: var(--cpf-bp-red);
	font-size: 15px;
	font-weight: 900;
}

.cpf-bp-cart-active .wc-block-grid__product-add-to-cart {
	padding: 0 24px 24px;
}

.cpf-bp-cart-active .wc-block-grid__product-add-to-cart a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-inner-active .entry-title,
.cpf-bp-inner-active .page-header,
.cpf-bp-inner-active .site-header,
.cpf-bp-inner-active .site-footer {
	display: none !important;
}

.cpf-bp-inner-active .site-main,
.cpf-bp-inner-active .content-area,
.cpf-bp-inner-active .page-content,
.cpf-bp-inner-active .entry-content,
.cpf-bp-inner-active main,
.cpf-bp-inner-active article {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.cpf-bp-about {
	width: min(var(--cpf-bp-width), calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 0 42px;
	color: var(--cpf-bp-black);
}

.cpf-bp-about__hero {
	padding: 28px 0 24px;
	border-bottom: 1px solid var(--cpf-bp-border);
}

.cpf-bp-about__eyebrow {
	margin: 0 0 8px;
	color: var(--cpf-bp-red);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-about__hero h1 {
	margin: 0 0 8px;
	color: var(--cpf-bp-red);
	font-size: 34px;
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: 0;
}

.cpf-bp-about__hero p {
	max-width: 760px;
	margin: 0;
	color: var(--cpf-bp-muted);
	font-size: 15px;
	line-height: 1.55;
	font-weight: 500;
}

.cpf-bp-about__intro,
.cpf-bp-about__focus,
.cpf-bp-about__digital {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 34px;
	padding: 30px 0;
	border-bottom: 1px solid var(--cpf-bp-border);
}

.cpf-bp-about h2 {
	margin: 0 0 10px;
	color: var(--cpf-bp-red);
	font-size: 22px;
	line-height: 1.2;
	font-weight: 900;
}

.cpf-bp-about p {
	margin: 0 0 10px;
	color: var(--cpf-bp-muted);
	font-size: 14px;
	line-height: 1.62;
}

.cpf-bp-about__mission {
	display: grid;
	gap: 8px;
	align-content: start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpf-bp-about__mission li {
	position: relative;
	min-height: 42px;
	display: flex;
	align-items: center;
	padding: 10px 14px 10px 42px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-soft);
	color: var(--cpf-bp-black);
	font-size: 12px;
	line-height: 1.35;
	font-weight: 800;
}

.cpf-bp-about__mission li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 11px;
	height: 6px;
	border-left: 2px solid var(--cpf-bp-red);
	border-bottom: 2px solid var(--cpf-bp-red);
	transform: translateY(-65%) rotate(-45deg);
}

.cpf-bp-about__focus {
	align-items: center;
}

.cpf-bp-about__parts-list {
	display: grid;
	gap: 6px;
	align-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpf-bp-about__parts-list li {
	position: relative;
	min-height: 34px;
	display: flex;
	align-items: center;
	padding: 7px 0 7px 36px;
	border-bottom: 1px solid var(--cpf-bp-border);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.cpf-bp-about__parts-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	border: 2px solid var(--cpf-bp-red);
	border-radius: 50%;
	transform: translateY(-50%);
}

.cpf-bp-about__parts-list li::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	width: 9px;
	height: 5px;
	border-left: 2px solid var(--cpf-bp-red);
	border-bottom: 2px solid var(--cpf-bp-red);
	transform: translateY(-58%) rotate(-45deg);
}

.cpf-bp-about__digital {
	display: block;
	max-width: 920px;
	padding-bottom: 10px;
	border-bottom: 0;
}

.cpf-bp-about__digital a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 8px;
	padding: 0 26px;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.cpf-bp-about__digital a:hover,
.cpf-bp-about__digital a:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	align-items: start;
	gap: 30px;
	padding: 20px 0 0;
}

.cpf-bp-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
	margin: 0;
}

.cpf-bp-contact-page .cpf-bp-contact-form br,
.cpf-bp-contact-page .cpf-bp-contact-info br {
	display: none !important;
}

.cpf-bp-contact-form label {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
}

.cpf-bp-contact-form label span {
	display: block;
	margin: 0 0 6px;
	padding: 0;
}

.cpf-bp-contact-form label:nth-of-type(3),
.cpf-bp-contact-form label:nth-of-type(4),
.cpf-bp-contact-form__notice,
.cpf-bp-contact-form button[type="submit"] {
	grid-column: 1 / -1;
}

.cpf-bp-contact-form input,
.cpf-bp-contact-form textarea {
	width: 100%;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid var(--cpf-bp-border);
	border-radius: 0;
	background: var(--cpf-bp-white);
	color: var(--cpf-bp-black);
	font: inherit;
	box-shadow: none;
}

.cpf-bp-contact-form textarea {
	min-height: 118px;
	padding-top: 10px;
	resize: vertical;
}

.cpf-bp-contact-form input:focus,
.cpf-bp-contact-form textarea:focus {
	outline: 2px solid rgba(211, 11, 21, 0.22);
	border-color: var(--cpf-bp-red);
}

.cpf-bp-contact-form button[type="submit"] {
	justify-self: start;
	min-height: 42px;
	margin-top: 0;
	padding: 0 22px;
	border: 0;
	border-radius: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.cpf-bp-contact-form button[type="submit"]:hover,
.cpf-bp-contact-form button[type="submit"]:focus {
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
}

.cpf-bp-contact-form__notice {
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--cpf-bp-border);
	font-size: 14px;
	font-weight: 700;
}

.cpf-bp-contact-form__notice--success {
	border-color: #35A852;
	background: #EEF9F1;
	color: #1D6B32;
}

.cpf-bp-contact-form__notice--error {
	border-color: var(--cpf-bp-red);
	background: #FFF0F1;
	color: var(--cpf-bp-red);
}

.cpf-bp-contact-info {
	padding: 16px;
	border: 1px solid var(--cpf-bp-border);
	background: #f7f7f7;
}

.cpf-bp-contact-info h2 {
	margin: 0 0 6px;
	color: var(--cpf-bp-red);
	font-size: 20px;
	line-height: 1.1;
}

.cpf-bp-contact-info > p {
	margin: 0 0 14px;
	color: var(--cpf-bp-muted);
	font-size: 13px;
	line-height: 1.45;
}

.cpf-bp-contact-info__card {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto 34px;
	align-items: center;
	gap: 12px;
	min-height: 62px;
	margin: 0 0 10px;
	padding: 12px;
	border: 1px solid var(--cpf-bp-border);
	background: var(--cpf-bp-white);
	cursor: pointer;
}

.cpf-bp-contact-info__card:hover,
.cpf-bp-contact-info__card:focus-within {
	border-color: var(--cpf-bp-red);
}

.cpf-bp-contact-info__icon {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: var(--cpf-bp-red);
	color: var(--cpf-bp-white);
	font-size: 17px;
	line-height: 1;
}

.cpf-bp-contact-info__copy {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.cpf-bp-contact-info__copy strong {
	color: var(--cpf-bp-red);
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.cpf-bp-contact-info__copy em {
	color: var(--cpf-bp-black);
	font-size: 13px;
	line-height: 1.25;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cpf-bp-contact-info__card button,
.cpf-bp-contact-info__card a {
	min-width: 34px;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: var(--cpf-bp-yellow);
	color: var(--cpf-bp-black);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.cpf-bp-contact-info__card button {
	padding: 0 12px;
}

.cpf-bp-contact-info__card a {
	width: 34px;
	font-size: 22px;
	line-height: 1;
}

.cpf-bp-contact-info__card button:hover,
.cpf-bp-contact-info__card button:focus,
.cpf-bp-contact-info__card a:hover,
.cpf-bp-contact-info__card a:focus {
	background: var(--cpf-bp-black);
	color: var(--cpf-bp-yellow);
}

@media (min-width: 768px) and (max-width: 1279px) {
	.cpf-bp-product-tabs__track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cpf-bp-shop-layout {
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 20px;
	}

	.cpf-bp-shop-widget {
		padding: 16px;
	}

	.cpf-bp-shop-active.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product,
	.cpf-bp-shop-active.woocommerce-page ul.products li.product {
		grid-template-columns: 180px minmax(0, 1fr) 150px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product a img {
		width: 180px;
		height: 162px;
	}

	.cpf-bp-product-active div.product div.images.woocommerce-product-gallery,
	.cpf-bp-product-active div.product div.summary.entry-summary {
		width: 100%;
		float: none;
	}

	.cpf-bp-product-active div.product div.images .woocommerce-product-gallery__image {
		min-height: 420px;
	}

	.cpf-bp-cart-active .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cpf-bp-cart-active .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cpf-bp-about__intro,
	.cpf-bp-about__focus,
	.cpf-bp-contact-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.cpf-bp-header__bar,
	.cpf-bp-header__main {
		width: min(calc(100% - 24px), 420px);
	}

	.cpf-bp-header__bar {
		min-height: 40px;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		padding: 8px 0;
	}

	.cpf-bp-header__trust {
		width: 100%;
		gap: 14px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.cpf-bp-header__trust-item {
		flex: 0 0 auto;
		font-size: 13.2px;
	}

	.cpf-bp-header__main {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px 0;
	}

	.cpf-bp-header__brand img {
		max-width: 210px;
	}

	.cpf-bp-header__brand,
	.cpf-bp-header__cart--main {
		grid-column: auto;
		justify-self: stretch;
	}

	.cpf-bp-header__nav {
		justify-content: flex-start;
		gap: 16px;
		overflow-x: auto;
	}

	.cpf-bp-header__vehicle,
	.cpf-bp-header__cart--main {
		width: 100%;
	}

	.cpf-bp-header__commerce-inner {
		width: min(calc(100% - 24px), 420px);
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 12px 0;
	}

	.cpf-bp-header__departments-menu {
		position: static;
		box-shadow: none;
	}

	.cpf-bp-header__vehicles-menu {
		position: static;
		width: 100%;
		box-shadow: none;
	}

	.cpf-bp-header__cart {
		width: 100%;
	}

	.cpf-bp-header__category-links {
		width: 100%;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.cpf-bp-header__category-links a {
		min-width: max-content;
	}

	.cpf-bp-category-tiles {
		width: min(calc(100% - 24px), 420px);
		padding: 36px 0 20px;
	}

	.cpf-bp-category-tiles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 18px;
	}

	.cpf-bp-category-tile {
		grid-template-rows: 96px auto;
	}

	.cpf-bp-category-tile__image {
		height: 96px;
	}

	.cpf-bp-promo-grid {
		width: min(calc(100% - 24px), 420px);
		grid-template-columns: 1fr;
		padding: 20px 0 36px;
	}

	.cpf-bp-promo-grid__stack {
		grid-template-rows: none;
	}

	.cpf-bp-promo,
	.cpf-bp-promo--large,
	.cpf-bp-promo--small {
		min-height: 230px;
		padding: 24px;
	}

	.cpf-bp-promo__content,
	.cpf-bp-promo--small .cpf-bp-promo__content {
		max-width: 62%;
	}

	.cpf-bp-promo__offer {
		font-size: 42px;
	}

	.cpf-bp-promo__image,
	.cpf-bp-promo--small .cpf-bp-promo__image {
		width: min(44%, 170px);
	}

	.cpf-bp-benefits {
		width: min(calc(100% - 24px), 420px);
		padding: 8px 0 36px;
	}

	.cpf-bp-benefits__grid {
		grid-template-columns: 1fr;
	}

	.cpf-bp-benefit,
	.cpf-bp-benefit:nth-child(3n),
	.cpf-bp-benefit:nth-last-child(-n + 3) {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 16px;
		padding: 22px 24px 22px 28px;
		border-right: 0;
		border-bottom: 1px solid var(--cpf-bp-border);
	}

	.cpf-bp-benefit:last-child {
		border-bottom: 0;
	}

	.cpf-bp-sale-banner {
		min-height: 260px;
	}

	.cpf-bp-sale-banner::after {
		right: -72px;
		width: 190px;
		opacity: 0.65;
	}

	.cpf-bp-sale-banner__inner {
		width: min(calc(100% - 24px), 420px);
		padding: 36px 0;
	}

	.cpf-bp-sale-banner__title {
		max-width: 300px;
		font-size: 32px;
	}

	.cpf-bp-why {
		grid-template-columns: 1fr;
		width: min(calc(100% - 24px), 420px);
		padding: 42px 0;
	}

	.cpf-bp-why__content {
		padding: 0 0 26px;
	}

	.cpf-bp-why__title {
		font-size: 30px;
	}

	.cpf-bp-why__media {
		min-height: 260px;
	}

	.cpf-bp-sale-products {
		width: min(calc(100% - 24px), 420px);
		padding: 36px 0;
	}

	.cpf-bp-sale-products__grid {
		grid-template-columns: 1fr;
	}

	.cpf-bp-sale-product {
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: 148px;
	}

	.cpf-bp-sale-product__body {
		padding-right: 16px;
	}

	.cpf-bp-partners {
		width: min(calc(100% - 24px), 420px);
		padding: 10px 0 38px;
	}

	.cpf-bp-partners__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.cpf-bp-product-columns {
		width: min(calc(100% - 24px), 420px);
		grid-template-columns: 1fr;
		gap: 28px;
		padding-bottom: 36px;
	}

	.cpf-bp-newsletter__inner {
		width: min(calc(100% - 24px), 420px);
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px 0;
	}

	.cpf-bp-newsletter__form {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.cpf-bp-footer__inner {
		width: min(calc(100% - 24px), 420px);
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 38px 0;
	}

	.cpf-bp-footer__bottom span {
		width: min(calc(100% - 24px), 420px);
	}

	.cpf-bp-product-tabs {
		width: min(calc(100% - 24px), 420px);
		padding: 36px 0;
	}

	.cpf-bp-product-tabs__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.cpf-bp-product-tabs__nav {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cpf-bp-product-tabs__tab {
		width: 100%;
	}

	.cpf-bp-product-tabs__arrows {
		justify-content: flex-end;
	}

	.cpf-bp-product-tabs__track {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cpf-bp-shop-active #main.site-main {
		width: min(calc(100% - 24px), 420px);
		padding: 32px 0 44px;
	}

	.cpf-bp-shop-layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.cpf-bp-shop-sidebar {
		gap: 14px;
	}

	.cpf-bp-shop-widget {
		padding: 16px;
	}

	.cpf-bp-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		padding: 12px;
	}

	.cpf-bp-shop-toolbar__ordering,
	.cpf-bp-shop-toolbar__count {
		width: 100%;
		justify-content: flex-start;
		padding-right: 0;
	}

	.cpf-bp-shop-active .woocommerce-products-header__title.page-title {
		font-size: 24px;
	}

	.cpf-bp-shop-active .woocommerce-result-count,
	.cpf-bp-shop-active .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.cpf-bp-shop-active .woocommerce-ordering select {
		width: 100%;
	}

	.cpf-bp-shop-active nav.woocommerce-pagination {
		margin: 22px 0 0;
		padding: 0 0 6px;
		text-align: center;
	}

	.cpf-bp-shop-active nav.woocommerce-pagination ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
		width: 100%;
	}

	.cpf-bp-shop-active nav.woocommerce-pagination ul li a,
	.cpf-bp-shop-active nav.woocommerce-pagination ul li span {
		min-width: 42px;
		min-height: 42px;
		font-size: 13px;
	}

	.cpf-bp-shop-active.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product,
	.cpf-bp-shop-active.woocommerce-page ul.products li.product {
		min-height: 0;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 14px;
		padding: 12px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
		grid-template-columns: 112px minmax(0, 1fr);
		grid-column: 1 / -1;
		gap: 14px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product a img {
		width: 112px;
		height: 112px;
		grid-row: 1 / span 6;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
		line-height: 1.3;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details {
		font-size: 11px;
		line-height: 1.35;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details p {
		display: none;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .price {
		font-size: 17px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .button,
	.cpf-bp-shop-active.woocommerce ul.products li.product a.added_to_cart {
		grid-column: 2;
		grid-row: auto;
		width: 100%;
		min-height: 38px;
		margin: 8px 0 0;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price {
		grid-column: 2;
		grid-row: auto;
		margin: 4px 0 0;
	}

	.cpf-bp-product-active #main.site-main {
		width: min(calc(100% - 24px), 420px);
		padding: 28px 0 44px;
	}

	.cpf-bp-product-active div.product div.images.woocommerce-product-gallery,
	.cpf-bp-product-active div.product div.summary.entry-summary {
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}

	.cpf-bp-product-active div.product div.images .woocommerce-product-gallery__image {
		min-height: 320px;
	}

	.cpf-bp-product-active div.product div.images img {
		max-height: 300px;
	}

	.cpf-bp-product-active div.product div.summary.entry-summary {
		padding: 24px;
	}

	.cpf-bp-product-active div.product .product_title {
		font-size: 24px;
	}

	.cpf-bp-product-active div.product form.cart {
		display: grid;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.cpf-bp-product-active div.product form.cart .single_add_to_cart_button {
		width: 100%;
		padding: 0 18px;
	}

	.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cpf-bp-product-active div.product .woocommerce-tabs ul.tabs li a {
		width: 100%;
		justify-content: center;
	}

	.cpf-bp-cart-active .page-content {
		width: min(calc(100% - 24px), 420px);
		padding: 28px 0 44px;
	}

	.cpf-bp-cart-active .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.cpf-bp-cart-active .wc-block-cart-items,
	.cpf-bp-cart-active table.shop_table {
		display: block;
		overflow-x: auto;
	}

	.cpf-bp-cart-active .wc-block-grid__products {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cpf-bp-cart-active table.shop_table .coupon {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		margin-left: 0;
	}

	.cpf-bp-checkout-active .woocommerce-billing-fields,
	.cpf-bp-checkout-active .woocommerce-shipping-fields,
	.cpf-bp-checkout-active .woocommerce-additional-fields {
		padding-left: 26px;
	}

	.cpf-bp-checkout-active .form-row-first,
	.cpf-bp-checkout-active .form-row-last {
		width: 100%;
		float: none;
	}

	.cpf-bp-checkout-active .woocommerce-shipping-fields::after {
		left: 26px;
	}

	.cpf-bp-checkout-active #payment .form-row.place-order {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.cpf-bp-checkout-active #payment .cpf-bp-place-order-submit,
	.cpf-bp-checkout-return {
		grid-column: 1;
	}

	.cpf-bp-about {
		width: min(calc(100% - 24px), 420px);
		padding: 28px 0 44px;
	}

	.cpf-bp-about__hero {
		padding: 32px 0 28px;
	}

	.cpf-bp-about__hero h1 {
		font-size: 34px;
	}

	.cpf-bp-about__hero p {
		font-size: 16px;
	}

	.cpf-bp-about__intro,
	.cpf-bp-about__focus,
	.cpf-bp-contact-layout {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 34px 0;
	}

	.cpf-bp-contact-form {
		grid-template-columns: 1fr;
	}

	.cpf-bp-about__parts-list {
		gap: 8px;
	}

	.cpf-bp-contact-info__card {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 9px 10px;
	}

	.cpf-bp-contact-info__card button,
	.cpf-bp-contact-info__card a {
		width: auto;
	}

	.cpf-bp-contact-info__card button {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
	}

	.cpf-bp-contact-info__card a {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
		margin-left: 64px;
	}
}

@media (max-width: 767px) {
	html:has(body.cpf-bp-active),
	body.cpf-bp-active,
	body.cpf-bp-shop-active,
	body.cpf-bp-product-active,
	body.cpf-bp-cart-active,
	body.cpf-bp-checkout-active,
	body.cpf-bp-order-received-active {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden !important;
	}

	.cpf-bp-page {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		overflow-x: hidden;
	}

	.cpf-bp-page *,
	.cpf-bp-shop-active #main.site-main *,
	.cpf-bp-product-active #main.site-main *,
	.cpf-bp-cart-active .page-content *,
	.cpf-bp-checkout-active .page-content *,
	.cpf-bp-order-received-active .page-content * {
		max-width: 100%;
	}

	.cpf-bp-header__bar,
	.cpf-bp-header__main,
	.cpf-bp-header__commerce-inner,
	.cpf-bp-category-tiles,
	.cpf-bp-benefits,
	.cpf-bp-product-tabs,
	.cpf-bp-about,
	.cpf-bp-shop-active #main.site-main,
	.cpf-bp-product-active #main.site-main,
	.cpf-bp-cart-active .page-content,
	.cpf-bp-checkout-active .page-content,
	.cpf-bp-order-received-active .page-content {
		width: min(calc(100% - 24px), 420px) !important;
		max-width: 100% !important;
	}

	.cpf-bp-header__bar {
		min-height: 34px;
		align-items: center;
		flex-direction: row;
		padding: 0;
	}

	.cpf-bp-header__trust {
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.cpf-bp-header__trust::-webkit-scrollbar,
	.cpf-bp-header__category-links::-webkit-scrollbar {
		display: none;
	}

	.cpf-bp-header__main {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
		padding: 18px 0;
	}

	.cpf-bp-header__brand {
		justify-self: start;
	}

	.cpf-bp-header__brand img {
		max-width: 190px;
	}

	.cpf-bp-header__cart--main {
		width: auto;
		min-width: 0;
		justify-self: end;
		gap: 7px;
	}

	.cpf-bp-header__cart-icon {
		width: 28px;
		height: 28px;
	}

	.cpf-bp-header__cart-title {
		font-size: 14px;
		white-space: nowrap;
	}

	.cpf-bp-header__cart em {
		font-size: 12px;
	}

	.cpf-bp-header__cart-title strong {
		min-width: 18px;
		height: 18px;
		font-size: 10px;
	}

	.cpf-bp-header__commerce-inner {
		gap: 8px;
	}

	.cpf-bp-header__departments-toggle,
	.cpf-bp-header__vehicle {
		min-height: 44px;
	}

	.cpf-bp-header__category-links {
		display: flex;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.cpf-bp-hero {
		min-height: 0;
		background-position: 54% center;
	}

	.cpf-bp-hero__inner {
		width: min(calc(100% - 24px), 420px);
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 0 28px;
	}

	.cpf-bp-hero__copy {
		order: 1;
		max-width: 100%;
	}

	.cpf-bp-hero__filter {
		order: 2;
		width: 100%;
	}

	.cpf-bp-hero-title {
		font-size: 42px;
		line-height: 0.93;
	}

	.cpf-bp-hero-text {
		font-size: 17px;
		line-height: 1.25;
	}

	.cpf-bp-hero__filter-panel,
	.cpf-bp-hero .cpf-filter-wrap {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.cpf-bp-hero .cpf-select,
	.cpf-bp-hero .cpf-btn-search,
	.cpf-bp-hero .cpf-btn-clear,
	.cpf-bp-sku-lookup__input,
	.cpf-bp-sku-lookup__button {
		min-height: 44px;
		font-size: 16px;
	}

	.cpf-bp-benefit {
		min-width: 0;
	}

	.cpf-bp-benefit h3,
	.cpf-bp-benefit p,
	.cpf-bp-about h2,
	.cpf-bp-about__hero h1,
	.cpf-bp-about p,
	.cpf-bp-about__mission li,
	.cpf-bp-about__parts-list li,
	.cpf-bp-contact-info > p,
	.cpf-bp-shop-active.woocommerce ul.products li.product,
	.cpf-bp-shop-active.woocommerce ul.products li.product * {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.cpf-bp-shop-active .cpf-filter-wrap {
		width: 100%;
		max-width: 100%;
		margin: 0 0 16px;
		padding: 14px;
		border: 1px solid var(--cpf-bp-border);
		background: var(--cpf-bp-soft);
		overflow: hidden;
	}

	.cpf-bp-shop-active .cpf-filter-form,
	.cpf-bp-shop-active .cpf-selects-row,
	.cpf-bp-shop-active .cpf-buttons-row {
		width: 100%;
		max-width: 100%;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		margin: 0 !important;
	}

	.cpf-bp-shop-active .cpf-select-group,
	.cpf-bp-shop-active .cpf-select,
	.cpf-bp-shop-active .cpf-btn-search,
	.cpf-bp-shop-active .cpf-btn-clear {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.cpf-bp-shop-active .cpf-select,
	.cpf-bp-shop-active .cpf-btn-search,
	.cpf-bp-shop-active .cpf-btn-clear,
	.cpf-bp-shop-sidebar select,
	.cpf-bp-shop-sidebar input[type="search"],
	.cpf-bp-shop-sidebar input[type="text"],
	.cpf-bp-shop-sidebar input[type="number"] {
		min-height: 44px;
		font-size: 16px;
	}

	.cpf-bp-shop-sidebar {
		width: 100%;
		max-width: 100%;
	}

	.cpf-bp-shop-sidebar .cpf-sidebar-managed,
	.cpf-bp-shop-sidebar .cpf-sidebar-widgets {
		gap: 14px;
	}

	.cpf-bp-shop-sidebar .cpf-sidebar-section:first-child,
	.cpf-bp-shop-widget {
		padding: 14px;
	}

	.cpf-bp-shop-toolbar {
		margin-bottom: 12px;
	}

	.cpf-bp-shop-active .woocommerce-no-products-found {
		min-height: 0;
		padding: 24px 18px;
		border-left-width: 4px;
		width: 100%;
		max-width: 100%;
	}

	.cpf-bp-shop-active .woocommerce-no-products-found::before {
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
		font-size: 22px;
	}

	.cpf-bp-shop-active .woocommerce-no-products-found .woocommerce-info,
	.cpf-bp-shop-active .cpf-bp-shop-results > .woocommerce-info {
		font-size: 16px;
		line-height: 1.4;
		width: min(100%, 260px) !important;
		max-width: 260px !important;
		min-width: 0 !important;
		inline-size: min(100%, 260px) !important;
		max-inline-size: 260px !important;
		display: block !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
		word-break: break-word !important;
	}

	.cpf-bp-shop-active .cpf-reset-link {
		margin-top: 12px;
	}

	.cpf-bp-shop-active .cpf-reset-link a {
		width: 100%;
		min-height: 46px;
		padding: 0 16px;
	}

	.cpf-bp-shop-active.woocommerce ul.products {
		gap: 10px;
	}

	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products,
	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce-page ul.products {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product,
	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce-page ul.products li.product {
		min-height: 0;
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 10px 12px;
		padding: 10px;
	}

	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 10px 12px;
	}

	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product a img {
		width: 96px;
		height: 96px;
		margin: 0;
	}

	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
		grid-column: 1 / -1;
		margin: 0 0 6px;
		padding: 0;
		font-size: 15px;
	}

	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price,
	.bfp-products-view-grid.cpf-bp-shop-active.woocommerce ul.products li.product .button {
		width: 100%;
		margin: 0;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product,
	.cpf-bp-shop-active.woocommerce-page ul.products li.product {
		height: auto !important;
		min-height: 0 !important;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 10px 12px;
		align-items: start;
		padding: 10px;
		overflow: visible;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
		grid-column: 1 / -1;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 10px 12px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product a img {
		width: 96px;
		height: 96px;
		grid-column: 1;
		grid-row: 2 / span 4;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 0 6px;
		font-size: 15px;
		line-height: 1.25;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details {
		grid-column: 2;
		grid-row: 2;
		max-height: none;
		font-size: 11px;
		line-height: 1.28;
		overflow: visible;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-details p {
		display: none;
		margin: 0;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-trim-badges {
		gap: 4px;
		max-height: 46px;
		margin-top: 4px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-trim-badge {
		min-height: 20px;
		padding: 2px 6px;
		font-size: 10px;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price {
		grid-column: 1 / -1;
		grid-row: auto;
		align-self: start;
		margin: 8px 0 0;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .price,
	.cpf-bp-shop-active.woocommerce ul.products li.product .cpf-bp-loop-price .price {
		font-size: 18px;
		line-height: 1.15;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .button,
	.cpf-bp-shop-active.woocommerce ul.products li.product a.added_to_cart {
		grid-column: 1 / -1;
		grid-row: auto;
		width: 100%;
		min-height: 40px;
		margin: 2px 0 0;
	}

	.cpf-bp-product-active div.product {
		display: block;
	}

	.cpf-bp-product-active div.product div.images .woocommerce-product-gallery__image {
		min-height: 260px;
	}

	.cpf-bp-product-active div.product div.images img {
		max-height: 250px;
	}

	.cpf-bp-product-active div.product div.summary.entry-summary {
		padding: 18px;
	}

	.cpf-bp-product-active div.product .product_title {
		font-size: 22px;
		line-height: 1.25;
	}

	.cpf-bp-product-active div.product form.cart {
		display: grid !important;
		grid-template-columns: 72px minmax(0, 1fr) !important;
		gap: 0;
		align-items: stretch;
	}

	.cpf-bp-product-active div.product form.cart div.quantity,
	.cpf-bp-product-active div.product form.cart .qty,
	.cpf-bp-product-active div.product form.cart .single_add_to_cart_button {
		height: 46px;
		min-height: 46px;
	}

	.cpf-bp-product-active div.product form.cart div.quantity {
		grid-column: 1;
		float: none !important;
		width: 72px !important;
		margin: 0 !important;
	}

	.cpf-bp-product-active div.product form.cart .qty {
		width: 72px !important;
		margin: 0 !important;
	}

	.cpf-bp-product-active div.product form.cart .single_add_to_cart_button {
		grid-column: 2;
		float: none !important;
		font-size: 13px;
		margin: 0 !important;
		white-space: nowrap;
	}

	.cpf-bp-product-active.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.cpf-bp-product-active.woocommerce ul.products li.product a img {
		width: calc(100% - 32px);
		height: 160px;
		margin: 16px;
	}

	.cpf-bp-cart-active table.shop_table {
		min-width: 640px;
	}

	.cpf-bp-cart-active .cart-empty.woocommerce-info {
		margin: 0 auto 16px;
		padding: 34px 18px 20px;
		font-size: 22px;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	.cpf-bp-cart-active .cart-empty.woocommerce-info::before,
	.cpf-bp-cart-active .woocommerce-info.cart-empty::before {
		display: none !important;
		content: none !important;
	}

	.cpf-bp-cart-active .cart-empty.woocommerce-info,
	.cpf-bp-cart-active .woocommerce-info.cart-empty {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 150px;
		padding: 24px !important;
		font-size: 19px !important;
		white-space: normal !important;
		word-break: normal;
		overflow-wrap: anywhere;
		text-align: center;
	}

	.cpf-bp-cart-active .cart-collaterals .cart_totals {
		width: 100% !important;
		margin-left: 0;
	}

	.cpf-bp-cart-active .cart_totals h2 {
		margin-bottom: 16px;
		font-size: 25px;
	}

	.cpf-bp-cart-active .cart_totals table th,
	.cpf-bp-cart-active .cart_totals table td {
		padding: 12px 14px;
		font-size: 16px;
	}

	.cpf-bp-cart-active table.shop_table .coupon .input-text,
	.cpf-bp-cart-active table.shop_table button[name="apply_coupon"],
	.cpf-bp-cart-active table.shop_table button[name="update_cart"] {
		width: 100% !important;
		min-height: 44px;
		font-size: 16px;
	}

	.cpf-bp-checkout-active form.checkout {
		grid-template-columns: 1fr !important;
		gap: 20px;
	}

	.cpf-bp-checkout-active #customer_details,
	.cpf-bp-checkout-active #order_review_heading,
	.cpf-bp-checkout-active #order_review,
	.cpf-bp-checkout-active #payment,
	.cpf-bp-checkout-active .cpf-bp-order-summary-panel {
		grid-column: 1 !important;
		grid-row: auto !important;
		position: static !important;
	}

	.cpf-bp-checkout-active #billing_first_name_field,
	.cpf-bp-checkout-active #billing_last_name_field {
		margin-top: 48px;
	}

	.cpf-bp-checkout-active #billing_last_name_field {
		margin-top: 0;
	}

	.cpf-bp-checkout-active #billing_first_name_field::before {
		top: -42px;
		font-size: 19px;
	}

	.cpf-bp-checkout-active #billing_first_name_field::after {
		top: -17px;
		max-width: 100%;
		white-space: normal;
	}

	.cpf-bp-checkout-active .input-text,
	.cpf-bp-checkout-active select,
	.cpf-bp-checkout-active .select2-container--default .select2-selection--single {
		min-height: 46px;
		font-size: 16px;
	}

	.cpf-bp-checkout-active #payment .form-row.place-order {
		grid-template-columns: 1fr !important;
		gap: 14px;
	}

	.cpf-bp-checkout-active #payment .cpf-bp-place-order-submit,
	.cpf-bp-checkout-return,
	.cpf-bp-checkout-active #payment #place_order {
		width: 100%;
	}

	.cpf-bp-about {
		padding-top: 20px;
	}

	.cpf-bp-about__hero {
		padding: 28px 0 22px;
	}

	.cpf-bp-about__hero h1 {
		font-size: 32px;
		line-height: 1.05;
	}

	.cpf-bp-about__hero p {
		font-size: 15px;
		line-height: 1.55;
	}

	.cpf-bp-about__intro,
	.cpf-bp-about__focus,
	.cpf-bp-about__digital,
	.cpf-bp-contact-layout {
		gap: 16px;
		padding: 22px 0;
	}

	.cpf-bp-contact-layout {
		grid-template-columns: 1fr;
	}

	.cpf-bp-contact-form {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.cpf-bp-contact-form input,
	.cpf-bp-contact-form textarea {
		min-height: 46px;
		font-size: 16px;
	}

	.cpf-bp-contact-form textarea {
		min-height: min(34vh, 150px);
	}

	.cpf-bp-contact-info {
		padding: 14px;
	}

	.cpf-bp-footer__inner {
		width: min(calc(100% - 24px), 420px) !important;
		padding: 32px 0;
	}

	.cpf-bp-footer__logo img {
		max-width: min(100%, 260px);
	}

	.cpf-bp-footer__bottom span {
		display: block;
		text-align: center;
		font-size: 11px;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.cpf-bp-header__bar,
	.cpf-bp-header__main,
	.cpf-bp-header__commerce-inner,
	.cpf-bp-category-tiles,
	.cpf-bp-benefits,
	.cpf-bp-product-tabs,
	.cpf-bp-about,
	.cpf-bp-shop-active #main.site-main,
	.cpf-bp-product-active #main.site-main,
	.cpf-bp-cart-active .page-content,
	.cpf-bp-checkout-active .page-content,
	.cpf-bp-order-received-active .page-content,
	.cpf-bp-footer__inner,
	.cpf-bp-footer__bottom span {
		width: min(calc(100% - 48px), 420px) !important;
	}

	.cpf-bp-hero__inner,
	.cpf-bp-newsletter__inner {
		width: min(calc(100% - 48px), 420px) !important;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.cpf-bp-product-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		max-width: 100%;
		white-space: normal !important;
		word-break: normal;
		overflow-wrap: anywhere;
		overflow: visible;
	}

	.cpf-bp-shop-active.woocommerce ul.products li.product .button,
	.cpf-bp-shop-active.woocommerce ul.products li.product a.added_to_cart {
		max-width: 100%;
		white-space: nowrap;
	}

	.cpf-bp-header__main {
		grid-template-columns: 1fr !important;
		gap: 10px;
	}

	.cpf-bp-header__brand,
	.cpf-bp-header__cart--main {
		justify-self: start !important;
	}

	.cpf-bp-header__cart--main {
		width: fit-content !important;
		max-width: 100%;
	}

	.cpf-bp-cart-active table.shop_table,
	.cpf-bp-cart-active table.shop_table tbody,
	.cpf-bp-cart-active table.shop_table tfoot {
		display: block;
		width: 100%;
		min-width: 0 !important;
		border: 0;
	}

	.cpf-bp-cart-active table.shop_table thead {
		display: none !important;
	}

	.cpf-bp-cart-active table.shop_table tr.cart_item {
		display: grid !important;
		grid-template-columns: 30px 78px minmax(0, 1fr);
		gap: 8px 10px;
		align-items: center;
		margin: 0 0 12px;
		padding: 12px;
		border: 1px solid var(--cpf-bp-border);
		background: var(--cpf-bp-white);
	}

	.cpf-bp-cart-active table.shop_table tr.cart_item td {
		display: block !important;
		width: auto !important;
		padding: 0 !important;
		border: 0 !important;
		text-align: left !important;
	}

	.cpf-bp-cart-active table.shop_table tr.cart_item td::before {
		content: none !important;
		display: none !important;
	}

	.cpf-bp-cart-active table.shop_table .product-remove {
		grid-column: 1;
		grid-row: 2;
	}

	.cpf-bp-cart-active table.shop_table .product-thumbnail {
		grid-column: 2;
		grid-row: 2 / span 4;
	}

	.cpf-bp-cart-active table.shop_table .product-thumbnail img {
		width: 72px;
		height: 72px;
		padding: 6px;
	}

	.cpf-bp-cart-active table.shop_table .product-name,
	.cpf-bp-cart-active table.shop_table .product-price,
	.cpf-bp-cart-active table.shop_table .product-quantity,
	.cpf-bp-cart-active table.shop_table .product-subtotal {
		grid-column: 3;
	}

	.cpf-bp-cart-active table.shop_table .product-name {
		grid-column: 1 / -1;
		grid-row: 1;
		font-size: 14px;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	.cpf-bp-cart-active table.shop_table .product-price,
	.cpf-bp-cart-active table.shop_table .product-subtotal {
		font-size: 13px;
	}

	.cpf-bp-cart-active table.shop_table .qty {
		width: 78px;
		min-height: 40px;
	}

	.cpf-bp-cart-active table.shop_table td.actions {
		display: grid !important;
		gap: 8px;
		padding: 8px 0 0 !important;
	}

	.cpf-bp-cart-active table.shop_table .coupon {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
	}

	.cpf-bp-cart-active table.shop_table button[name="update_cart"] {
		float: none !important;
		width: 100% !important;
	}

	.cpf-bp-cart-active .wc-proceed-to-checkout a.checkout-button {
		font-size: 13px;
		white-space: normal;
	}

	.cpf-bp-checkout-active .form-row,
	.cpf-bp-checkout-active .form-row-first,
	.cpf-bp-checkout-active .form-row-last,
	.cpf-bp-checkout-active #billing_first_name_field,
	.cpf-bp-checkout-active #billing_last_name_field {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}

	.cpf-bp-checkout-active #billing_first_name_field {
		margin-top: 48px !important;
	}

	.cpf-bp-checkout-active #billing_last_name_field {
		margin-top: 0 !important;
	}

	.cpf-bp-checkout-active .input-text,
	.cpf-bp-checkout-active select,
	.cpf-bp-checkout-active .select2-container {
		max-width: 100% !important;
	}

	.cpf-bp-cart-active .woocommerce-message,
	.cpf-bp-cart-active .woocommerce-info,
	.cpf-bp-checkout-active .woocommerce-message,
	.cpf-bp-checkout-active .woocommerce-info,
	.cpf-bp-terms-acceptance,
	.cpf-bp-terms-acceptance span {
		white-space: normal !important;
		overflow-wrap: anywhere;
	}
}


/* Product archive image crop test: scoped to shop/category listings only. */
body.cpf-bp-shop-active.woocommerce ul.products li.product a.woocommerce-loop-product__link img,
body.cpf-bp-shop-active.woocommerce-page ul.products li.product a.woocommerce-loop-product__link img,
body.cpf-bp-shop-active.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
body.cpf-bp-shop-active.woocommerce-page ul.products li.product img.attachment-woocommerce_thumbnail {
	object-fit: cover !important;
	object-position: center center !important;
}
