.skip-link:not(:focus):not(:focus-visible),
.skip-link.screen-reader-text:not(:focus):not(:focus-visible) {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.skip-link:focus,
.skip-link:focus-visible {
	clip: auto !important;
	clip-path: none !important;
	height: auto !important;
	left: 12px !important;
	position: fixed !important;
	top: 12px !important;
	width: auto !important;
	z-index: 100000 !important;
}

.wfp-template {
	--wfp-black: #111111;
	--wfp-ink: #24242a;
	--wfp-muted: #666874;
	--wfp-line: #8e8e96;
	--wfp-soft-line: #d8d8de;
	--wfp-page: #ffffff;
	--wfp-band: #eeeeef;
	--wfp-band-strong: #e3e3e5;
	--wfp-purple: #8228ff;
	--wfp-purple-dark: #6617d8;
	--wfp-red: #dd2f2a;
	--wfp-red-dark: #bd211d;
	--wfp-green: #caefd2;
	--wfp-selected: #1fa463;
	--wfp-selected-bg: #f1fbf5;
	--wfp-orange: #f3c09d;
	--wfp-blue: #bcd6f1;
	--wfp-radius-sm: 3px;
	--wfp-radius-md: 8px;
	--wfp-shadow: 0 14px 30px rgba(18, 18, 28, 0.08);
	--wfp-transition-fast: 160ms ease;
	--wfp-button-bg: var(--wfp-red);
	--wfp-button-bg-hover: var(--wfp-red-dark);
	--wfp-button-text: #ffffff;
	--wfp-button-radius: 0;
	--wfp-option-radius: 7px;
	--wfp-button-font-size: 12px;
	--wfp-button-font-weight: 800;
	--wfp-button-min-height: 38px;
	--wfp-button-padding-x: 24px;
	--wfp-button-compact-min-width: 112px;
	--wfp-button-proof-min-width: 190px;
	--wfp-button-mobile-width: 100%;
	--wfp-button-mobile-min-height: 48px;
	--wfp-button-mobile-font-size: 14px;
	--wfp-button-inverse-bg: #ffffff;
	--wfp-button-inverse-text: var(--wfp-ink);
	--wfp-faq-row-min-height: 46px;
	--wfp-faq-row-padding-x: 12px;
	--wfp-faq-row-padding-y: 8px;
	--wfp-container-max: 1780px;
	--wfp-container-pad: 6px;
	--wfp-grid-gutter-x: 1.5rem;
	--wfp-grid-gutter-y: 1.5rem;
	background: var(--wfp-page);
	color: var(--wfp-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.35;
}

.wfp-template *,
.wfp-template *::before,
.wfp-template *::after {
	box-sizing: border-box;
}

.wfp-template a {
	color: inherit;
}

body.single-product .wfp-template > .wfp-announcement,
body.single-product .wfp-template > .wfp-header,
body.single-product .wfp-template > .wfp-footer {
	display: none !important;
}

/* Breadcrumbs are intentionally disabled for this custom display product layout. */
body.single-product .shop-page-title,
body.single-product .product-page-title {
	display: none !important;
	min-height: 0 !important;
	padding: 0 !important;
}

body.single-product .shop-page-title .page-title-inner,
body.single-product .product-page-title .page-title-inner {
	min-height: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .breadcrumbs,
body.single-product .breadcrumb {
	display: none !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
}

body.single-product .woocommerce-notices-wrapper {
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	z-index: 9999 !important;
}

body.single-product .woocommerce-notices-wrapper:empty,
body.single-product .message-wrapper:empty {
	display: none !important;
}

body.single-product .woocommerce-notices-wrapper > *,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error,
body.single-product .message-wrapper {
	left: 50% !important;
	margin: 0 !important;
	max-width: min(560px, calc(100vw - 28px)) !important;
	pointer-events: auto;
	position: fixed !important;
	top: 118px !important;
	transform: translateX(-50%) !important;
	width: 100% !important;
	z-index: 9999 !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message,
body.single-product .woocommerce-notices-wrapper .message-wrapper,
body.single-product .woocommerce-notices-wrapper .woocommerce-info,
body.single-product .woocommerce-notices-wrapper .woocommerce-error,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error,
body.single-product .message-wrapper {
	background: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid rgba(31, 164, 99, 0.28) !important;
	border-radius: 6px !important;
	box-shadow: 0 12px 28px rgba(18, 18, 28, 0.14) !important;
	color: #4f7b3a !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 9px 12px !important;
	pointer-events: auto;
	transition: opacity 300ms ease, transform 300ms ease !important;
	width: 100%;
}

body.single-product .woocommerce-message.wfp-notice-dismissing,
body.single-product .woocommerce-info.wfp-notice-dismissing,
body.single-product .message-wrapper.wfp-notice-dismissing {
	opacity: 0 !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(-8px) !important;
}

body.single-product .woocommerce-notices-wrapper .message-container,
body.single-product .message-wrapper .message-container,
body.single-product .woocommerce-message .message-container,
body.single-product .woocommerce-info .message-container,
body.single-product .woocommerce-error .message-container {
	align-items: center;
	display: flex;
	gap: 8px;
	min-height: 0 !important;
	padding: 0 !important;
	width: 100%;
}

body.admin-bar.single-product .woocommerce-notices-wrapper > *,
body.admin-bar.single-product .woocommerce-message,
body.admin-bar.single-product .woocommerce-info,
body.admin-bar.single-product .woocommerce-error,
body.admin-bar.single-product .message-wrapper {
	top: 150px !important;
}

.wfp-template .container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wfp-container-max);
	padding-left: var(--wfp-container-pad);
	padding-right: var(--wfp-container-pad);
	width: 100%;
}

.wfp-template .row {
	--wfp-grid-gutter-x: 1.5rem;
	--wfp-grid-gutter-y: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--wfp-grid-gutter-x) * -0.5);
	margin-right: calc(var(--wfp-grid-gutter-x) * -0.5);
	row-gap: var(--wfp-grid-gutter-y);
}

.wfp-template .row::before,
.wfp-template .row::after {
	content: none;
}

.wfp-template .row > * {
	flex-shrink: 0;
	max-width: 100%;
	min-width: 0;
	padding-left: calc(var(--wfp-grid-gutter-x) * 0.75);
	padding-right: calc(var(--wfp-grid-gutter-x) * 0.75);
	width: 100%;
}

.wfp-template .g-4 {
	--wfp-grid-gutter-x: 1.5rem;
	--wfp-grid-gutter-y: 1.5rem;
}

.wfp-template .align-items-start {
	align-items: flex-start;
}

.wfp-template .align-self-start {
	align-self: flex-start;
}

.wfp-template .col-md-6,
.wfp-template .col-lg-6 {
	flex: 0 0 auto;
	width: 100%;
}

.wfp-template .order-1 {
	order: 1;
}

.wfp-template .order-2 {
	order: 2;
}

.wfp-template .p-0 {
	padding: 0 !important;
}

.wfp-template .mt-4 {
	margin-top: 1.5rem !important;
}

.wfp-template .w-100 {
	width: 100% !important;
}

.wfp-template .accordion-header {
	margin: 0;
}

.wfp-template .accordion-button {
	align-items: center;
	border: 0;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	justify-content: space-between;
	line-height: 1.2;
	text-align: left;
	width: 100%;
}

.wfp-template .accordion-button::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	flex: 0 0 auto;
	height: 10px;
	margin-left: 16px;
	transform: rotate(-135deg);
	transition: transform var(--wfp-transition-fast);
	width: 10px;
}

.wfp-template .accordion-button.collapsed::after {
	transform: rotate(45deg);
}

.wfp-template .collapse:not(.show) {
	display: none;
}

.wfp-template .collapsing {
	height: 0;
	overflow: hidden;
	transition: height 350ms ease;
}

.wfp-announcement {
	background: var(--wfp-black);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 8px 12px;
	text-align: center;
	text-transform: uppercase;
}

.wfp-header {
	background: #ffffff;
	border-bottom: 1px solid var(--wfp-soft-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.wfp-header-inner {
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr auto;
	min-height: 58px;
	gap: 18px;
}

.wfp-logo {
	align-items: center;
	border: 1px solid var(--wfp-line);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	min-width: 88px;
	padding: 0 18px;
}

.wfp-nav,
.wfp-nav-list {
	display: flex;
	gap: 28px;
	justify-content: center;
}

.wfp-nav-list {
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wfp-nav a {
	color: var(--wfp-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.wfp-icon-actions {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
}

.wfp-header-icon,
.wfp-menu-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--wfp-ink);
	display: inline-flex;
	font-size: 18px;
	height: 32px;
	justify-content: center;
	padding: 0;
	width: 32px;
}

.wfp-menu-button {
	display: none;
}

.wfp-section {
	padding: 48px 0;
}

.wfp-section-sm {
	padding: 36px 0;
}

.wfp-band {
	background: var(--wfp-band);
}

.wfp-band-strong {
	background: var(--wfp-band-strong);
}

.wfp-hero {
	padding: 20px 0 46px;
}

.wfp-product-media {
	position: relative;
}

.wfp-social-card,
.wfp-differentiator,
.wfp-bundle-card {
	background: #ffffff;
	border: 2px solid var(--wfp-line);
}

.wfp-product-frame {
	align-items: center;
	aspect-ratio: 1 / 1;
	background-color: #d8d8d8;
	background-position: center;
	background-size: cover;
	border: 0;
	display: flex;
	justify-content: center;
	min-height: 0;
	position: relative;
}

.wfp-product-frame.has-image .wfp-placeholder-text {
	display: none;
}

.wfp-product-frame img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wfp-product-frame .badge-container {
	left: 18px;
	margin: 0;
	position: absolute;
	top: 18px;
	z-index: 4;
}

.wfp-placeholder-text {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.wfp-thumbs {
	display: flex;
	gap: 14px;
	margin-top: 14px;
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-snap-type: x proximity;
	scrollbar-color: var(--wfp-line) #ececf0;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.wfp-thumbs::-webkit-scrollbar {
	height: 8px;
}

.wfp-thumbs::-webkit-scrollbar-track {
	background: #ececf0;
}

.wfp-thumbs::-webkit-scrollbar-thumb {
	background: var(--wfp-line);
}

.wfp-thumb {
	aspect-ratio: 1 / 1;
	background: #cfcfd3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px solid #ffffff;
	box-shadow: inset 0 0 0 1px var(--wfp-line);
	cursor: pointer;
	flex: 0 0 74px;
	line-height: 0;
	margin: 0 !important;
	min-height: 0;
	padding: 0 !important;
	scroll-snap-align: start;
}

.wfp-thumb.is-selected {
	background: #adadb5;
	box-shadow: inset 0 0 0 2px var(--wfp-ink);
}

.wfp-product-summary {
	padding-left: 18px;
}

.wfp-kicker {
	color: var(--wfp-orange);
	display: none;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.wfp-title {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	line-height: 1;
	margin: 0 0 30px;
}

.wfp-price-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px;
}

.wfp-price {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 800;
	gap: 7px;
}

.wfp-price-current {
	font-weight: 800;
}

.wfp-price del,
.wfp-total del {
	color: var(--wfp-muted);
	font-size: 0.82em;
	font-weight: 700;
	text-decoration-thickness: 2px;
}

.wfp-price small,
.wfp-total small {
	background: #eef8f1;
	border: 1px solid #cfe9d7;
	border-radius: 999px;
	color: #176a36;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	padding: 4px 7px;
}

.wfp-save-pill {
	background: var(--wfp-red);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	padding: 5px 12px;
}

.wfp-membership-offer {
	background: #f6fbf7;
	border: 1px solid #cfe9d7;
	color: var(--wfp-ink);
	display: grid;
	gap: 4px;
	margin: -18px 0 24px;
	padding: 10px 12px;
}

.wfp-membership-offer strong {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 7px;
	line-height: 1.2;
}

.wfp-membership-offer-label {
	color: var(--wfp-ink) !important;
	font-size: inherit !important;
	font-weight: inherit;
	line-height: inherit !important;
}

.wfp-membership-expiry {
	background: #ffffff;
	border: 1px solid #b9dec5;
	border-radius: 999px;
	color: #176a36 !important;
	font-size: 11px !important;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	line-height: 1 !important;
	padding: 4px 8px;
	white-space: nowrap;
}

.wfp-membership-expiry.is-expired {
	background: #fff5f4;
	border-color: #e8b3ae;
	color: #9e241d !important;
}

.wfp-membership-offer span {
	color: var(--wfp-muted);
	font-size: 12px;
	line-height: 1.35;
}

.wfp-membership-offer b {
	color: #176a36;
	font-weight: 800;
}

.wfp-membership-offer del {
	margin-left: 5px;
	text-decoration-thickness: 2px;
}

.wfp-copy {
	color: var(--wfp-muted);
	font-size: 14px;
	margin: 0;
}

.wfp-product-summary > .wfp-copy {
	margin-bottom: 34px;
}

.wfp-rating {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 18px 0 0;
}

.wfp-rating-media {
	display: none;
}

.wfp-rating-summary {
	margin: 0 0 16px;
}

.wfp-rating-stars,
.wfp-rating-dots {
	color: #d5d5d9;
	display: inline-grid;
	font-size: 23px;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}

.wfp-rating-stars::before,
.wfp-rating-stars::after,
.wfp-rating-dots::before,
.wfp-rating-dots::after {
	content: "\2605\2605\2605\2605\2605";
	grid-area: 1 / 1;
	white-space: nowrap;
}

.wfp-rating-stars::after,
.wfp-rating-dots::after {
	color: var(--wfp-orange);
	overflow: hidden;
	width: var(--wfp-rating-percent, 95%);
}

.wfp-rating-stars span,
.wfp-rating-dots span {
	display: none;
}

.wfp-mini-benefits {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 42px;
	text-align: center;
}

.wfp-mini-icon {
	align-items: center;
	background: #f0f0f2;
	border-radius: 50%;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	margin-bottom: 6px;
	width: 44px;
}

.wfp-mini-icon-image {
	background: transparent;
	border-radius: 0;
	height: 68px;
	margin-bottom: 4px;
	width: 68px;
}

.wfp-mini-icon-image img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wfp-mini-benefits p {
	display: none !important;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
	text-wrap: balance;
}

.wfp-mini-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-wrap: balance;
	white-space: pre-line;
}

.wfp-option-block {
	margin: 18px 0;
	width: 100%;
}

.wfp-option-title {
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
}

.wfp-option-note {
	background: #e9e9ec;
	border-radius: 2px;
	color: var(--wfp-muted);
	display: none !important;
	font-size: 11px;
	font-weight: 700;
	margin-left: 6px;
	padding: 4px 6px;
}

.wfp-swatch-row {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(8, 1fr);
}

.wfp-swatch {
	aspect-ratio: 1 / 1;
	background: #c8c8cc;
	border: 0;
	box-shadow: inset 0 0 0 1px var(--wfp-line);
	cursor: pointer;
	padding: 0;
}

.wfp-swatch.is-selected {
	box-shadow: inset 0 0 0 3px var(--wfp-ink);
}

.wfp-display-options {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(var(--wfp-display-columns, 3), minmax(0, 1fr));
	width: 100%;
}

.wfp-display-options:has(.wfp-display-option:nth-child(1):last-child) {
	--wfp-display-columns: 1;
	grid-template-columns: 1fr !important;
}

.wfp-display-options:has(.wfp-display-option:nth-child(2):last-child) {
	--wfp-display-columns: 2;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.wfp-display-options:has(.wfp-display-option:nth-child(3):last-child) {
	--wfp-display-columns: 3;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.wfp-template .wfp-display-option {
	align-items: center;
	background: #ffffff;
	border: 2px solid var(--wfp-line);
	border-radius: var(--wfp-option-radius);
	color: var(--wfp-ink);
	cursor: pointer;
	display: grid;
	font-size: 12px;
	font-weight: 800;
	gap: 12px;
	grid-template-columns: 22px minmax(0, auto);
	justify-content: center;
	justify-items: start;
	line-height: 1.15;
	max-width: none;
	min-height: 54px;
	min-width: 0;
	padding: 10px 16px;
	position: relative;
	text-align: left;
	width: 100%;
}

.wfp-template .wfp-display-option::before {
	align-items: center;
	background: #ffffff;
	border: 2px solid var(--wfp-line);
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff;
	content: "";
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.wfp-template .wfp-display-option.is-selected,
.wfp-template .wfp-display-option[aria-pressed="true"] {
	background: #ffffff !important;
	border-color: var(--wfp-line) !important;
	box-shadow: none !important;
	color: var(--wfp-ink) !important;
}

.wfp-template .wfp-display-option.is-selected::after,
.wfp-template .wfp-display-option[aria-pressed="true"]::after {
	content: none;
}

.wfp-template .wfp-display-option.is-selected::before,
.wfp-template .wfp-display-option[aria-pressed="true"]::before {
	background: #1fa463;
	border-color: #1fa463;
	content: "\2713";
}

.wfp-bundle-stack {
	display: grid;
	gap: 10px;
	margin-top: 6px;
}

.wfp-template .wfp-bundle-card {
	align-items: center;
	appearance: none;
	-webkit-appearance: none;
	background: #ffffff;
	border: 2px solid var(--wfp-line);
	border-radius: var(--wfp-option-radius);
	color: var(--wfp-ink);
	cursor: pointer;
	display: grid;
	gap: 14px;
	grid-template-columns: 56px minmax(0, 1fr);
	height: 90px !important;
	line-height: 1;
	margin: 0;
	max-height: 90px !important;
	max-width: none;
	min-height: 90px !important;
	min-width: 0;
	overflow: hidden;
	padding: 12px 18px !important;
	text-align: left;
	text-transform: none;
	white-space: normal;
	width: 100%;
}

.wfp-template .wfp-bundle-card.is-selected,
.wfp-template .wfp-bundle-card[aria-pressed="true"] {
	background: #ffffff !important;
	border-color: var(--wfp-line) !important;
	box-shadow: none !important;
	color: var(--wfp-ink) !important;
}

.wfp-template .wfp-bundle-card.has-description {
	padding: 12px 18px !important;
}

.wfp-template [data-wfp-option].is-disabled,
.wfp-template [data-wfp-option]:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.wfp-checkbox {
	background: #d0d0d4;
	border: 1px solid var(--wfp-line);
	height: 42px;
	position: relative;
	width: 42px;
}

.wfp-template .wfp-bundle-card.is-selected .wfp-checkbox,
.wfp-template .wfp-bundle-card[aria-pressed="true"] .wfp-checkbox {
	background: #1fa463 !important;
	border-color: #1fa463 !important;
}

.wfp-template .wfp-bundle-card.is-selected .wfp-checkbox::after,
.wfp-template .wfp-bundle-card[aria-pressed="true"] .wfp-checkbox::after {
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
}

.wfp-template .wfp-bundle-card > span {
	min-width: 0;
}

.wfp-bundle-copy {
	min-width: 0;
	text-align: center;
}

.wfp-bundle-copy strong {
	display: block;
	font-size: 12px;
	line-height: 1;
}

.wfp-bundle-copy small {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: var(--wfp-muted);
	display: -webkit-box;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 4px;
	overflow: hidden;
	text-transform: none;
}

.wfp-template .wfp-bundle-price {
	display: none !important;
}

.wfp-purchase-stack {
	display: grid;
	gap: 10px;
	width: 100%;
}

.wfp-template .wfp-purchase-card {
	align-items: flex-start;
	appearance: none;
	-webkit-appearance: none;
	background: #ffffff;
	border: 2px solid var(--wfp-line);
	border-radius: var(--wfp-option-radius);
	color: var(--wfp-ink);
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: auto 1fr;
	margin: 0;
	max-width: none;
	min-width: 0;
	padding: 12px;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.wfp-template .wfp-purchase-card.is-selected,
.wfp-template .wfp-purchase-card[aria-pressed="true"] {
	background: #ffffff !important;
	border-color: var(--wfp-line) !important;
	box-shadow: none !important;
}

.wfp-radio {
	border: 2px solid var(--wfp-line);
	border-radius: 50%;
	display: block;
	height: 20px;
	margin-top: 1px;
	position: relative;
	width: 20px;
}

.wfp-purchase-card.is-selected .wfp-radio,
.wfp-purchase-card[aria-pressed="true"] .wfp-radio {
	border-color: #1fa463;
}

.wfp-purchase-card.is-selected .wfp-radio::after,
.wfp-purchase-card[aria-pressed="true"] .wfp-radio::after {
	background: #1fa463;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.wfp-purchase-content strong {
	display: block;
	font-size: 13px;
	line-height: 1.2;
}

.wfp-check-list {
	display: grid;
	gap: 5px;
	margin-top: 8px;
}

.wfp-check-list span {
	color: var(--wfp-muted);
	font-size: 11px;
	line-height: 1.25;
	padding-left: 18px;
	position: relative;
}

.wfp-check-list span::before {
	color: var(--wfp-ink);
	content: "✓";
	font-size: 13px;
	font-weight: 800;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 1px;
}

.wfp-total {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 14px 0;
}

.wfp-total span {
	color: var(--wfp-muted);
	font-size: 13px;
}

.wfp-total strong {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 18px;
	gap: 7px;
	justify-content: flex-end;
}

.wfp-template .wfp-btn {
	align-items: center;
	background: var(--wfp-button-bg);
	border: 0;
	border-radius: var(--wfp-button-radius);
	color: var(--wfp-button-text);
	display: inline-flex;
	font-size: var(--wfp-button-font-size);
	font-weight: var(--wfp-button-font-weight);
	justify-content: center;
	min-height: var(--wfp-button-min-height);
	min-width: var(--wfp-button-compact-min-width);
	padding: 0 var(--wfp-button-padding-x);
	text-decoration: none;
	text-transform: uppercase;
	transition: background var(--wfp-transition-fast), transform var(--wfp-transition-fast);
}

.wfp-template .wfp-btn:hover,
.wfp-template .wfp-btn:focus,
.wfp-template .wfp-btn:active,
.wfp-template .wfp-btn:visited {
	background: var(--wfp-button-bg);
	color: var(--wfp-button-text);
}

.wfp-template .wfp-btn:hover,
.wfp-template .wfp-btn:focus {
	background: var(--wfp-button-bg-hover);
	transform: translateY(-1px);
}

.wfp-template .wfp-btn.w-100 {
	width: 100%;
}

.wfp-template .wfp-btn-proof {
	min-width: var(--wfp-button-proof-min-width);
}

.wfp-trust-row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(var(--wfp-trust-count, 4), minmax(0, 1fr));
	margin: 16px 0 18px;
	text-align: center;
}

.wfp-trust-item {
	align-items: center;
	display: grid;
	gap: 6px;
	justify-items: center;
	min-width: 0;
}

.wfp-trust-icon {
	display: block;
	height: 58px;
	width: 58px;
}

.wfp-trust-icon img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wfp-trust-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-wrap: balance;
}

.wfp-details {
	border-top: 1px solid var(--wfp-soft-line);
	margin-top: 12px;
}

.wfp-details .accordion-item {
	background: transparent;
	border-color: var(--wfp-soft-line);
	border-left: 0;
	border-right: 0;
}

.wfp-details .accordion-button {
	background: transparent;
	box-shadow: none;
	color: var(--wfp-ink);
	font-size: 13px;
	font-weight: 800;
	padding: 14px 3px 14px 0;
}

.wfp-details .accordion-body {
	color: var(--wfp-muted);
	font-size: 13px;
	padding: 0 0 14px;
}

.wfp-details .accordion-body p {
	margin: 0 0 9px;
}

.wfp-details .accordion-body p:last-child,
.wfp-details .accordion-body ol:last-child {
	margin-bottom: 0;
}

.wfp-details .accordion-body ol {
	margin: 0 0 9px;
	padding-left: 20px;
}

.wfp-details .accordion-body li + li {
	margin-top: 4px;
}

.wfp-details .accordion-body a {
	color: var(--wfp-red);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wfp-section-title {
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 800;
	line-height: 1.05;
	margin: 0 auto 28px;
	max-width: 720px;
	text-align: center;
}

.wfp-ugc-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wfp-social-card {
	display: block;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

.wfp-social-image {
	aspect-ratio: 1 / 1;
	background: var(--wfp-soft);
	overflow: hidden;
	width: 100%;
}

.wfp-social-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wfp-social-content {
	padding: 16px 16px 18px;
}

.wfp-social-stars {
	color: var(--wfp-orange);
	display: flex;
	font-size: 18px;
	gap: 2px;
	line-height: 1;
	margin-bottom: 10px;
}

.wfp-social-content blockquote {
	color: var(--wfp-muted);
	font-size: 14px;
	line-height: 1.35;
	margin: 0 0 14px;
}

.wfp-social-author {
	color: var(--wfp-ink);
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.wfp-social-author strong {
	font-size: inherit;
	line-height: inherit;
}

.wfp-center-action {
	margin-top: 28px;
	text-align: center;
}

.wfp-icon-strip {
	background: #fafafa;
	border-bottom: 1px solid var(--wfp-soft-line);
	border-top: 1px solid var(--wfp-soft-line);
	padding: 22px 0;
}

.wfp-icon-track {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(8, minmax(76px, 1fr));
	text-align: center;
}

.wfp-strip-icon {
	align-items: center;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 7px;
	width: 58px;
}

.wfp-strip-icon img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wfp-icon-track p {
	font-size: 11px;
	font-weight: 700;
	margin: 0;
	text-wrap: balance;
}

.wfp-template .wfp-value-row {
	align-items: center;
	column-gap: clamp(28px, 4vw, 64px);
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	row-gap: 36px;
}

.wfp-template .wfp-value-row > [class*="col-"] {
	flex: initial !important;
	max-width: none !important;
	min-width: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: auto !important;
}

.wfp-template .wfp-value-media-col {
	grid-area: media;
}

.wfp-template .wfp-value-copy-col {
	grid-area: copy;
}

.wfp-template .wfp-value-row-media-left {
	grid-template-areas: "media copy";
}

.wfp-template .wfp-value-row-media-right {
	grid-template-areas: "copy media";
}

.wfp-media-box {
	align-items: center;
	aspect-ratio: 1 / 1;
	border: 0;
	display: flex;
	justify-content: center;
	max-width: 560px;
	min-height: 0;
	padding: 28px;
	text-align: center;
	width: 100%;
}

.wfp-media-box strong {
	font-size: 14px;
	line-height: 1.25;
	max-width: 290px;
}

.wfp-media-box-image {
	overflow: hidden;
	padding: 0;
}

.wfp-media-box-image img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wfp-value-copy h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.03;
	margin: 0 0 12px;
	overflow-wrap: break-word;
}

.wfp-value-copy .wfp-copy {
	max-width: 480px;
	overflow-wrap: break-word;
}

.wfp-benefit-list {
	display: grid;
	gap: 0;
	margin: 18px 0;
	max-width: 480px;
}

.wfp-benefit-item {
	border-bottom: 1px solid var(--wfp-soft-line);
}

.wfp-benefit-line {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: space-between;
	min-height: 42px;
}

.wfp-benefit-item p {
	color: var(--wfp-muted);
	font-size: 13px;
	margin: -2px 0 14px;
}

.wfp-benefit-line span {
	color: var(--wfp-muted);
	font-size: 12px;
	font-weight: 700;
}

details.wfp-benefit-item > summary {
	cursor: pointer;
	list-style: none;
}

details.wfp-benefit-item > summary::-webkit-details-marker {
	display: none;
}

details.wfp-benefit-item > summary::after {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	color: var(--wfp-muted);
	content: "";
	height: 7px;
	margin: -4px 3px 0 12px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 7px;
}

details.wfp-benefit-item[open] > summary::after {
	margin-top: 4px;
	transform: rotate(225deg);
}

#wfp-faqs {
	scroll-margin-top: 96px;
}

.wfp-benefit-mini-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 22px 0;
	max-width: 460px;
}

.wfp-benefit-mini {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 36px minmax(0, 1fr);
}

.wfp-benefit-mini .wfp-mini-icon {
	align-items: center;
	background: var(--wfp-green);
	border-radius: 50%;
	color: #4a7d51;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	width: 36px;
}

.wfp-benefit-mini strong {
	display: block;
	font-size: 13px;
}

.wfp-benefit-mini-copy span {
	color: var(--wfp-muted);
	display: block;
	font-size: 11px;
}

.wfp-value-three-section .wfp-benefit-mini-grid {
	gap: 24px 34px;
}

.wfp-value-three-section .wfp-benefit-mini {
	display: block;
}

.wfp-value-three-section .wfp-benefit-mini .wfp-mini-icon {
	font-size: 0;
	height: 54px;
	width: 54px;
}

.wfp-value-three-section .wfp-benefit-mini-copy {
	margin-top: 10px;
}

.wfp-retailer-proof-section {
	padding: 34px 0;
}

.wfp-testimonial-carousel {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	width: 100%;
}

.wfp-testimonial-track {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wfp-testimonial-card {
	background: #ffffff;
	border: 1px solid #dfe7f3;
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(40, 64, 105, 0.12);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 160px;
	height: 160px;
	overflow: hidden;
}

.wfp-testimonial-copy {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr);
	min-width: 0;
	padding: 14px 16px;
}

.wfp-testimonial-quote-mark {
	color: #09194f;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-2px);
}

.wfp-testimonial-copy p {
	color: var(--wfp-ink);
	display: -webkit-box;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wfp-testimonial-author {
	color: var(--wfp-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.wfp-testimonial-stars {
	color: #ffc226;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 6px;
	white-space: nowrap;
}

.wfp-testimonial-media {
	height: 160px;
	overflow: hidden;
	width: 160px;
}

.wfp-testimonial-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wfp-differentiator-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wfp-differentiator {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 150px;
	padding: 26px;
	text-align: center;
}

.wfp-differentiator strong {
	font-size: 15px;
	margin-bottom: 6px;
}

.wfp-differentiator span {
	color: var(--wfp-muted);
	font-size: 13px;
}

.wfp-industry-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.wfp-industry-card {
	align-items: center;
	background: #ffffff;
	border: 2px solid var(--wfp-line);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 168px;
	overflow: hidden;
	padding: 26px;
	position: relative;
	text-align: center;
}

.wfp-industry-card::before,
.wfp-industry-card::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: background-color var(--wfp-transition-fast), filter var(--wfp-transition-fast), transform var(--wfp-transition-fast);
	z-index: 0;
}

.wfp-industry-card::before {
	background-image: var(--wfp-industry-bg, none);
	background-position: center;
	background-size: cover;
	filter: brightness(0.95) saturate(0.82);
	transform: scale(1.01);
}

.wfp-industry-card::after {
	background-color: rgba(255, 255, 255, 0.86);
}

.wfp-industry-card:hover::before,
.wfp-industry-card:focus-within::before {
	filter: brightness(1.14) saturate(1);
	transform: scale(1.04);
}

.wfp-industry-card:hover::after,
.wfp-industry-card:focus-within::after {
	background-color: rgba(255, 255, 255, 0.72);
}

.wfp-industry-card > * {
	position: relative;
	z-index: 1;
}

.wfp-industry-card--pets {
	--wfp-industry-bg: url("https://nonstopstickers.com/wp-content/uploads/2026/07/pet-stores-bg.webp");
}

.wfp-industry-card--outdoor {
	--wfp-industry-bg: url("https://nonstopstickers.com/wp-content/uploads/2026/07/outdoor-retail-bg.webp");
}

.wfp-industry-card--smoke {
	--wfp-industry-bg: url("https://nonstopstickers.com/wp-content/uploads/2026/07/smoke-vape-bg.webp");
}

.wfp-industry-card--gaming {
	--wfp-industry-bg: url("https://nonstopstickers.com/wp-content/uploads/2026/07/gaming-bg.webp");
}

.wfp-industry-card--activism {
	--wfp-industry-bg: url("https://nonstopstickers.com/wp-content/uploads/2026/07/activism-bg.webp");
}

.wfp-industry-card--retail {
	--wfp-industry-bg: url("https://nonstopstickers.com/wp-content/uploads/2026/07/general-retail-bg.webp");
}

.wfp-industry-card h3 {
	font-size: clamp(18px, 1.5vw, 24px);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 8px;
}

.wfp-industry-card p {
	color: var(--wfp-muted);
	font-size: 15px;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 420px;
}

.wfp-guarantee {
	padding: 52px 0;
	text-align: left;
}

.wfp-guarantee-inner {
	align-items: center;
	display: grid;
	gap: clamp(34px, 5vw, 64px);
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1040px;
}

.wfp-guarantee-copy {
	max-width: 540px;
}

.wfp-guarantee h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 10px;
}

.wfp-guarantee .wfp-copy {
	margin: 0 0 22px;
	max-width: 560px;
}

.wfp-guarantee-image {
	margin: 0;
	max-width: 320px;
	width: 100%;
}

.wfp-guarantee-image img {
	display: block;
	height: 170px;
	object-fit: contain;
	width: 100%;
}

.wfp-faq-layout {
	align-items: stretch;
}

.wfp-faq-media {
	align-items: center;
	background: var(--wfp-band-strong);
	display: flex;
	justify-content: center;
	min-height: 440px;
	overflow: hidden;
	text-align: center;
}

.wfp-faq-media img {
	display: block;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	width: 100%;
}

.wfp-faq-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 38px 0 38px 48px;
}

.wfp-faq-panel h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.04;
	margin: 0 0 18px;
}

.wfp-faq-panel .accordion {
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.wfp-faq-panel .accordion-button {
	background: transparent;
	box-shadow: none;
	color: var(--wfp-ink);
	font-size: 14px;
	font-weight: 800;
	min-height: var(--wfp-faq-row-min-height);
	padding: var(--wfp-faq-row-padding-y) var(--wfp-faq-row-padding-x);
}

.wfp-faq-panel .accordion-body {
	background: transparent;
	color: var(--wfp-muted);
	font-size: 14px;
	padding: 0 var(--wfp-faq-row-padding-x) 14px;
}

.wfp-faq-panel .accordion-item {
	background: transparent;
	border-bottom: 1px solid var(--wfp-soft-line);
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.wfp-faq-panel > .wfp-btn {
	margin-left: var(--wfp-faq-row-padding-x);
}

.wfp-roi-section {
	background: var(--wfp-band);
	padding: 56px 0;
}

.wfp-roi-calculator {
	background: #ffffff;
	border: 1px solid var(--wfp-soft-line);
	border-left: 8px solid var(--wfp-red);
	border-radius: var(--wfp-radius-md);
	box-shadow: var(--wfp-shadow);
	display: grid;
	gap: 20px;
	padding: 28px;
	text-align: center;
}

.wfp-roi-head {
	display: grid;
	gap: 8px;
	justify-items: center;
}

.wfp-roi-head > span {
	color: var(--wfp-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wfp-roi-head h2 {
	color: var(--wfp-ink);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.wfp-roi-head p {
	color: var(--wfp-muted);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.wfp-roi-head [data-profit-cost-output] {
	color: var(--wfp-ink);
	font-weight: 800;
}

.wfp-roi-presets {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wfp-roi-preset {
	background: #ffffff;
	border: 2px solid var(--wfp-soft-line);
	border-radius: var(--wfp-radius-sm);
	color: var(--wfp-ink);
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	min-height: 50px;
	padding: 10px;
	text-transform: none;
	transition: background-color var(--wfp-transition-fast), border-color var(--wfp-transition-fast), color var(--wfp-transition-fast);
}

.wfp-roi-preset:hover,
.wfp-roi-preset:focus-visible,
.wfp-roi-preset[aria-pressed="true"] {
	background: var(--wfp-red);
	border-color: var(--wfp-red);
	color: #ffffff;
}

.wfp-roi-preset:focus-visible,
.wfp-roi-range:focus-visible {
	outline: 3px solid rgba(221, 47, 42, 0.25);
	outline-offset: 3px;
}

.wfp-roi-controls {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wfp-roi-control {
	display: grid;
	gap: 12px;
}

.wfp-roi-control > span {
	color: var(--wfp-ink);
	font-size: 14px;
	font-weight: 800;
}

.wfp-roi-control strong {
	color: var(--wfp-red-dark);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.wfp-roi-range {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	height: 34px;
	margin: 0;
	width: 100%;
}

.wfp-roi-range::-webkit-slider-runnable-track {
	background: var(--wfp-band-strong);
	border: 1px solid var(--wfp-soft-line);
	border-radius: var(--wfp-radius-sm);
	height: 10px;
}

.wfp-roi-range::-moz-range-track {
	background: var(--wfp-band-strong);
	border: 1px solid var(--wfp-soft-line);
	border-radius: var(--wfp-radius-sm);
	height: 10px;
}

.wfp-roi-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: var(--wfp-red);
	border: 4px solid #ffffff;
	border-radius: var(--wfp-radius-sm);
	box-shadow: 0 4px 12px rgba(36, 36, 42, 0.2);
	height: 32px;
	margin-top: -12px;
	width: 32px;
}

.wfp-roi-range::-moz-range-thumb {
	background: var(--wfp-red);
	border: 4px solid #ffffff;
	border-radius: var(--wfp-radius-sm);
	box-shadow: 0 4px 12px rgba(36, 36, 42, 0.2);
	height: 24px;
	width: 24px;
}

.wfp-roi-results {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wfp-roi-result {
	background: #f7f7f8;
	border: 1px solid var(--wfp-soft-line);
	border-radius: var(--wfp-radius-sm);
	display: grid;
	gap: 6px;
	justify-items: center;
	min-width: 0;
	padding: 16px 10px;
}

.wfp-roi-result span {
	color: var(--wfp-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wfp-roi-result strong {
	color: var(--wfp-ink);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.wfp-roi-action {
	display: flex;
	justify-content: center;
}

.wfp-roi-action .wfp-btn {
	min-width: 220px;
}

.wfp-final-cta {
	background-color: #222326;
	background-image: url("https://nonstopstickers.com/wp-content/uploads/2026/08/retail-store-guarantee-bg-general.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 72px 0;
	position: relative;
}

.wfp-final-cta::before {
	background: rgba(20, 21, 24, 0.78);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.wfp-final-cta > .container {
	position: relative;
	z-index: 1;
}

.wfp-final-inner {
	align-items: center;
	display: grid;
	gap: clamp(32px, 5vw, 72px);
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
}

.wfp-final-image {
	margin: 0;
	min-width: 0;
	width: 100%;

}

.wfp-final-image img {
	display: block;
	height: auto;
	width: 100%;
}

.wfp-final-copy {
	min-width: 0;
}

.wfp-final-copy .wfp-final-eyebrow {
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.wfp-final-copy h2 {
	color: #ffffff;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 20px;
	max-width: 620px;
}

.wfp-final-copy p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 24px;
	max-width: 590px;
}

.wfp-final-points {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0 0 22px;
	max-width: 590px;
	padding: 0;
}

.wfp-final-points li {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: grid;
	gap: 12px;
	grid-template-columns: 32px minmax(0, 1fr);
	min-height: 52px;
	padding: 9px 0;
}

.wfp-final-points li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wfp-final-points span {
	align-items: center;
	background: var(--wfp-red);
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.wfp-final-points strong {
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
}

.wfp-final-copy .wfp-btn {
	--wfp-button-bg: var(--wfp-red);
	--wfp-button-bg-hover: var(--wfp-red-dark);
	--wfp-button-text: #ffffff;
}

.wfp-footer {
	align-items: center;
	display: flex;
	font-size: 24px;
	font-weight: 800;
	justify-content: center;
	min-height: 150px;
	text-align: center;
}

.wfp-cart .quantity {
	display: none;
}

.wfp-cart .single_add_to_cart_button {
	background: var(--wfp-button-bg) !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: var(--wfp-button-text) !important;
	font-size: 13px;
	font-weight: 800;
	min-height: 44px;
	text-transform: uppercase;
	width: 100%;
}

.wfp-cart .single_add_to_cart_button:hover,
.wfp-cart .single_add_to_cart_button:focus {
	background: var(--wfp-button-bg-hover) !important;
	color: var(--wfp-button-text) !important;
}

@media (min-width: 768px) {
	.wfp-template .col-md-6 {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.wfp-template .col-lg-6 {
		width: 50%;
	}

	.wfp-template .order-lg-1 {
		order: 1;
	}

	.wfp-template .order-lg-2 {
		order: 2;
	}

	.wfp-template .g-lg-5 {
		--wfp-grid-gutter-x: 3rem;
		--wfp-grid-gutter-y: 3rem;
	}
}

@media (max-width: 991.98px) {
	.wfp-header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.wfp-nav {
		display: none;
	}

	.wfp-menu-button {
		display: inline-flex;
	}

	.wfp-logo {
		justify-self: center;
	}

	.wfp-product-summary {
		padding-left: 0;
	}

	.wfp-rating-media {
		display: flex;
	}

	.wfp-rating-summary {
		display: none;
	}

	.wfp-hero {
		padding-top: 12px;
	}

	.wfp-product-frame {
		min-height: 0;
	}

	.wfp-ugc-grid {
		gap: 16px;
		grid-template-columns: repeat(3, minmax(250px, 1fr));
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
	}

	.wfp-social-card {
		scroll-snap-align: start;
	}

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

	.wfp-icon-track {
		grid-auto-columns: 82px;
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.wfp-media-box {
		max-width: 100%;
	}

	.wfp-faq-panel {
		padding: 32px 0 0;
	}

}

@media (max-width: 767.98px) {
	.wfp-template {
		--wfp-container-pad: 21px;
	}

	body.single-product .shop-page-title,
	body.single-product .product-page-title {
		padding: 2px 0 !important;
	}

	body.single-product .woocommerce-breadcrumb,
	body.single-product .breadcrumbs,
	body.single-product .breadcrumb {
		margin-bottom: 0 !important;
	}

	.wfp-announcement {
		font-size: 9px;
		padding: 7px 10px;
	}

	.wfp-header {
		position: static;
	}

	.wfp-header-inner {
		min-height: 52px;
	}

	.wfp-logo {
		height: 30px;
		min-width: 72px;
		padding: 0 12px;
	}

	.wfp-icon-actions {
		gap: 4px;
	}

	.wfp-hero {
		padding-top: 0;
		padding-bottom: 34px;
	}

	.wfp-product-frame {
		aspect-ratio: 1 / 1;
		min-height: 0;
	}

	.wfp-product-frame .badge-container {
		left: 16px;
		top: 16px;
	}

	.wfp-thumbs {
		gap: 7px !important;
		margin: 7px 0 0 !important;
		padding: 0 !important;
		scrollbar-width: none;
	}

	.wfp-thumbs::-webkit-scrollbar {
		display: none;
		height: 0;
	}

	.wfp-thumb {
		flex-basis: 78px;
	}

	.wfp-rating-media {
		margin: 12px 0 0 !important;
	}

	.wfp-title {
		font-size: 28px;
	}

	.wfp-mini-benefits {
		grid-template-columns: repeat(4, 1fr);
	}

	.wfp-mini-icon {
		height: 36px;
		width: 36px;
	}

	.wfp-mini-icon-image {
		height: 58px;
		width: 58px;
	}

	.wfp-trust-row {
		grid-template-columns: repeat(var(--wfp-trust-count, 4), minmax(0, 1fr));
		margin: 12px 0 14px;
	}

	.wfp-trust-icon {
		height: 42px;
		width: 42px;
	}

	.wfp-trust-label {
		font-size: 10px;
	}

	.wfp-swatch-row {
		grid-template-columns: repeat(6, 1fr);
	}

	.wfp-display-options,
	.wfp-display-options:has(.wfp-display-option:nth-child(1):last-child),
	.wfp-display-options:has(.wfp-display-option:nth-child(2):last-child),
	.wfp-display-options:has(.wfp-display-option:nth-child(3):last-child) {
		grid-template-columns: 1fr !important;
	}

	.wfp-template .wfp-display-option {
		gap: 14px;
		grid-template-columns: 24px minmax(0, 1fr);
		justify-content: stretch;
		min-height: 46px;
		padding: 14px 16px;
		text-align: left;
	}

	.wfp-template .wfp-display-option::before {
		height: 24px;
		width: 24px;
	}

	.wfp-bundle-card {
		grid-template-columns: auto 1fr;
	}

	.wfp-template .wfp-purchase-card {
		padding: 12px;
	}

	.wfp-section,
	.wfp-section-sm {
		padding: 32px 0;
	}

	.wfp-section-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.wfp-media-box {
		min-height: 0;
	}

	.wfp-template .wfp-value-row {
		grid-template-columns: 1fr !important;
	}

	.wfp-benefit-list {
		max-width: none;
		width: 100%;
	}

	.wfp-template .wfp-value-row-mobile-media-first {
		grid-template-areas:
			"media"
			"copy" !important;
	}

	.wfp-template .wfp-value-row-mobile-copy-first {
		grid-template-areas:
			"copy"
			"media" !important;
	}

	.wfp-value-copy h2,
	.wfp-guarantee h2,
	.wfp-faq-panel h2 {
		font-size: 24px;
	}

	.wfp-guarantee {
		padding: 44px 0;
		text-align: center;
	}

	.wfp-guarantee-inner {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.wfp-guarantee-image {
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		order: -1;
		width: 100%;
	}

	.wfp-guarantee-image img {
		height: auto;
		max-height: 220px;
		object-fit: contain;
	}

	.wfp-guarantee-copy {
		max-width: none;
	}

	.wfp-guarantee .wfp-copy {
		margin-left: auto;
		margin-right: auto;
	}

	.wfp-value-copy > .wfp-btn,
	.wfp-center-action .wfp-btn,
	.wfp-guarantee .wfp-btn,
	.wfp-faq-panel > .wfp-btn {
		font-size: var(--wfp-button-mobile-font-size);
		min-height: var(--wfp-button-mobile-min-height);
		width: var(--wfp-button-mobile-width);
	}

	.wfp-faq-panel .accordion-button {
		min-height: 42px;
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.wfp-faq-panel > .wfp-btn {
		margin-bottom: 24px;
		margin-left: 0;
		margin-top: 20px !important;
	}

	.wfp-differentiator-grid {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.wfp-differentiator {
		min-height: 122px;
	}

	.wfp-industry-grid {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.wfp-industry-card {
		min-height: 154px;
		padding: 24px 18px 26px;
	}

	.wfp-industry-card h3 {
		font-size: 22px;
	}

	.wfp-industry-card p {
		font-size: 14px;
	}

	.wfp-benefit-mini-grid {
		grid-template-columns: 1fr;
	}

	.wfp-value-three-section .wfp-media-box {
		margin-bottom: 28px;
	}

	.wfp-value-three-section .wfp-benefit-mini-grid {
		gap: 30px 42px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 28px 0 36px;
		max-width: none;
	}

	.wfp-value-three-section .wfp-benefit-mini {
		display: block;
	}

	.wfp-value-three-section .wfp-benefit-mini .wfp-mini-icon {
		font-size: 0;
		height: 68px;
		width: 68px;
	}

	.wfp-value-three-section .wfp-benefit-mini-copy {
		margin-top: 12px;
	}

	.wfp-value-three-section .wfp-benefit-mini strong {
		color: var(--wfp-ink);
		font-size: 17px;
		line-height: 1.15;
	}

	.wfp-value-three-section .wfp-benefit-mini-copy span {
		color: var(--wfp-ink);
		font-size: 16px;
		margin-top: 8px;
	}

	.wfp-value-three-btn {
		font-size: var(--wfp-button-mobile-font-size);
		min-height: var(--wfp-button-mobile-min-height);
		width: 100%;
	}

	.wfp-retailer-proof-section {
		padding: 28px 0;
	}

	.wfp-testimonial-carousel {
		overflow: hidden;
	}

	.wfp-testimonial-track {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding-bottom: 2px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.wfp-testimonial-track::-webkit-scrollbar {
		display: none;
	}

	.wfp-testimonial-card {
		flex: 0 0 92%;
		grid-template-columns: minmax(0, 1fr) 160px;
		height: 160px;
		scroll-snap-align: center;
	}

	.wfp-testimonial-copy {
		gap: 8px;
		padding: 12px;
	}

	.wfp-testimonial-quote-mark {
		font-size: 30px;
	}

	.wfp-testimonial-copy p {
		font-size: 12px;
		-webkit-line-clamp: 4;
	}

	.wfp-testimonial-author {
		font-size: 11px;
	}

	.wfp-testimonial-stars {
		font-size: 14px;
		margin-top: 5px;
	}

	.wfp-faq-media {
		min-height: 300px;
	}

	.wfp-faq-media img {
		min-height: 300px;
	}

	.wfp-roi-section {
		padding: 40px 0;
	}

	.wfp-roi-calculator {
		border-left-width: 5px;
		gap: 18px;
		padding: 22px 14px;
	}

	.wfp-roi-head h2 {
		font-size: 22px;
	}

	.wfp-roi-head p {
		font-size: 13px;
	}

	.wfp-roi-presets {
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wfp-roi-preset {
		font-size: 14px;
		min-height: 46px;
	}

	.wfp-roi-controls {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.wfp-roi-control > span {
		font-size: 13px;
	}

	.wfp-roi-control strong {
		font-size: 18px;
	}

	.wfp-roi-results {
		gap: 6px;
	}

	.wfp-roi-result {
		gap: 4px;
		padding: 12px 5px;
	}

	.wfp-roi-result span {
		font-size: 9px;
	}

	.wfp-roi-result strong {
		font-size: 15px;
	}

	.wfp-roi-action .wfp-btn {
		min-height: var(--wfp-button-mobile-min-height);
		width: 100%;
	}

	.wfp-final-cta {
		padding: 48px 0;
	}

	.wfp-final-inner {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.wfp-final-copy h2 {
		font-size: 26px;
	}

	.wfp-final-image {
		margin-top: 0;
		order: -1;
	}

	.wfp-footer {
		font-size: 18px;
		min-height: 120px;
	}
}
