:root {
	--spx-content-width: min(1200px, 100% - 3rem);
	--spx-wide-width: min(1440px, 100% - 2rem);
	--spx-font-family-base: "Manrope", system-ui, sans-serif;
	--spx-font-family-heading: "Sora", "Manrope", system-ui, sans-serif;
	--spx-font-weight-body: 400;
	--spx-font-weight-heading: 800;
	--spx-font-weight-heading-soft: 700;
	--spx-font-weight-button: 800;
	--spx-font-size-body: clamp(0.98rem, 0.96rem + 0.12vw, 1.05rem);
	--spx-font-size-body-sm: clamp(0.9rem, 0.88rem + 0.08vw, 0.95rem);
	--spx-font-size-h1: clamp(2.45rem, 4.85vw, 4.65rem);
	--spx-font-size-h2: clamp(1.75rem, 1.25rem + 1.4vw, 2.55rem);
	--spx-font-size-h3: clamp(1.45rem, 1.85vw, 2rem);
	--spx-font-size-h4: clamp(1.18rem, 1.3vw, 1.45rem);
	--spx-font-size-h5: clamp(1rem, 1.05vw, 1.14rem);
	--spx-font-size-h6: 0.95rem;
	--spx-font-size-hero: clamp(2.25rem, 3.2vw, 3.55rem);
	--spx-font-size-finder-title: clamp(1.8rem, 2.15vw, 2.55rem);
	--spx-font-size-button: 0.96rem;
	--spx-line-height-body: 1.6;
	--spx-line-height-display: 0.98;
	--spx-line-height-heading: 1.08;
	--spx-line-height-button: 1.2;
	--spx-letter-spacing-display: -0.065em;
	--spx-letter-spacing-heading: -0.045em;
	--spx-button-radius: 999px;
	--spx-button-min-height: 52px;
	--spx-button-padding-inline: 1.35rem;
	--spx-header-shell-width: min(105rem, calc(100% - 2rem));
	--spx-header-shell-width-mobile: min(105rem, calc(100% - 1.25rem));
	--spx-header-drawer-width: min(80vw, 38rem);
	--spx-header-drawer-radius: 1.5rem;
	--spx-header-overlay: rgba(16, 24, 32, 0.46);
	--spx-header-logo-size: 64px;
	--spx-header-logo-size-tablet: 56px;
	--spx-header-logo-size-mobile: 48px;
	--spx-header-action-height: 46px;
	--spx-header-action-height-mobile: 44px;
	--spx-header-action-padding-x: 1rem;
	--spx-header-action-gap: 0.5rem;
	--spx-header-actions-gap: 0.5rem;
	--spx-editor-outline: #c6d4ff;
	--spx-surface-soft: #f7f8fa;
	--spx-text-strong: #1f2933;
	--spx-loader-accent: #06a846;
	--spx-loader-accent-strong: #057532;
	--spx-loader-ink: #10231a;
	--spx-loader-copy: #4d6b58;
	--spx-loader-border: rgba(6, 168, 70, 0.18);
	--spx-loader-surface: rgba(251, 255, 252, 0.96);
}

body {
	font-family: var(--spx-font-family-base);
	font-size: var(--spx-font-size-body);
	font-weight: var(--spx-font-weight-body);
	line-height: var(--spx-line-height-body);
	color: var(--spx-text-strong);
}

p,
li,
dt,
dd,
label,
input,
textarea,
select {
	font-family: inherit;
	font-size: var(--spx-font-size-body);
	line-height: var(--spx-line-height-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block: 0;
	color: inherit;
	font-family: var(--spx-font-family-heading);
	font-weight: var(--spx-font-weight-heading);
	line-height: var(--spx-line-height-heading);
	letter-spacing: var(--spx-letter-spacing-heading);
	text-wrap: pretty;
}

h1 {
	font-size: var(--spx-font-size-h1);
	line-height: var(--spx-line-height-display);
	letter-spacing: var(--spx-letter-spacing-display);
}

h2 {
	font-size: var(--spx-font-size-h2);
}

h3 {
	font-size: var(--spx-font-size-h3);
}

h4 {
	font-size: var(--spx-font-size-h4);
}

h5 {
	font-size: var(--spx-font-size-h5);
}

h6 {
	font-size: var(--spx-font-size-h6);
}

button,
.button,
.wp-element-button,
.wp-block-button__link,
.wc-block-components-button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	font-family: var(--spx-font-family-base);
	font-size: var(--spx-font-size-button);
	font-weight: var(--spx-font-weight-button);
	line-height: var(--spx-line-height-button);
	border-radius: var(--spx-button-radius);
}

.spx-layout-shell {
	position: relative;
}

.spx-layout-shell.is-width-content > .spx-layout-shell__inner {
	max-width: var(--spx-content-width);
	margin-left: auto;
	margin-right: auto;
}

.spx-layout-shell.is-width-wide > .spx-layout-shell__inner {
	max-width: var(--spx-wide-width);
	margin-left: auto;
	margin-right: auto;
}

.spx-layout-shell.is-width-full > .spx-layout-shell__inner {
	max-width: 100%;
}

.spx-canvas-template .spx-canvas-main {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.spx-flow > * + * {
	margin-block-start: var(--spx-flow-space, 1.5rem);
}

.spx-global-preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(0.85rem);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
	background:
		radial-gradient(circle at center, rgba(240, 252, 244, 0.3) 0, rgba(240, 252, 244, 0.16) 22%, rgba(240, 252, 244, 0) 62%);
}

.spx-global-preloader.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0s;
}

.spx-global-preloader__surface {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.85rem;
	width: min(34rem, calc(100vw - 2rem));
	padding: 0.9rem 1rem 1rem;
	border: 1px solid var(--spx-loader-border);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(240, 252, 244, 0.96), var(--spx-loader-surface));
	box-shadow: 0 22px 60px rgba(6, 168, 70, 0.14), 0 14px 32px rgba(16, 24, 32, 0.1);
	backdrop-filter: blur(18px);
}

.spx-global-preloader__surface::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(6, 168, 70, 0.12), rgba(6, 168, 70, 0.92), rgba(6, 168, 70, 0.12));
	background-size: 200% 100%;
	animation: spx-loader-bar 1.15s linear infinite;
}

.spx-global-preloader__spinner {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%, rgba(6, 168, 70, 0.13) 0, rgba(6, 168, 70, 0.08) 58%, transparent 60%);
}

.spx-global-preloader__spinner::before {
	content: "";
	position: absolute;
	inset: 4px;
	border: 2.5px solid rgba(6, 168, 70, 0.16);
	border-top-color: var(--spx-loader-accent);
	border-right-color: rgba(6, 168, 70, 0.45);
	border-radius: 50%;
	animation: spx-loader-spin 0.82s linear infinite;
}

.spx-global-preloader__spinner::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	border-radius: 50%;
	background: var(--spx-loader-accent);
	box-shadow: 0 0 0 5px rgba(6, 168, 70, 0.12);
}

.spx-global-preloader__copy {
	display: grid;
	gap: 0.18rem;
	min-width: 0;
}

.spx-global-preloader__label {
	color: var(--spx-loader-ink);
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.spx-global-preloader__hint {
	color: var(--spx-loader-copy);
	font-size: 0.82rem;
	line-height: 1.35;
}

[data-spx-preloader-scope].is-spx-preloader-active {
	position: relative;
	isolation: isolate;
}

[data-spx-preloader-scope].is-spx-preloader-active::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(6, 168, 70, 0.035), rgba(6, 168, 70, 0.01));
	pointer-events: none;
	z-index: 1;
}

[data-spx-preloader-scope].is-spx-preloader-active > * {
	position: relative;
	z-index: 2;
}

@keyframes spx-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spx-loader-bar {
	from {
		background-position: 200% 0;
	}

	to {
		background-position: 0 0;
	}
}

@media (max-width: 639.98px) {
	.spx-global-preloader {
		padding: max(0.85rem, env(safe-area-inset-top)) max(0.85rem, env(safe-area-inset-right)) max(0.85rem, env(safe-area-inset-bottom)) max(0.85rem, env(safe-area-inset-left));
	}

	.spx-global-preloader__surface {
		width: min(100%, 30rem);
		gap: 0.72rem;
		padding: 0.82rem 0.9rem 0.92rem;
		border-radius: 16px;
	}

	.spx-global-preloader__spinner {
		width: 40px;
		height: 40px;
	}

	.spx-global-preloader__label {
		font-size: 0.92rem;
	}

	.spx-global-preloader__hint {
		font-size: 0.78rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.spx-global-preloader,
	.spx-global-preloader__surface::after,
	.spx-global-preloader__spinner::before {
		animation: none !important;
		transition: none !important;
	}
}

.spx-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(251, 252, 248, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(29, 45, 61, 0.1);
}

.spx-site-header__inner {
	width: var(--spx-header-shell-width);
	margin-left: auto !important;
	margin-right: auto !important;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(0.85rem, 1vw, 1.25rem);
	min-height: 76px;
}

.spx-site-header__inner > * {
	margin: 0 !important;
}

.spx-site-header__inner > [data-block-name="woocommerce/customer-account"],
.spx-site-header__inner > [data-type="woocommerce/customer-account"],
.spx-site-header__inner > .wp-block-woocommerce-customer-account,
.spx-site-header__inner > .wc-block-editor-customer-account {
	display: none;
}

.spx-site-header__nav,
.spx-site-header__logo,
.spx-site-header__actions {
	margin: 0;
}

.spx-site-header__nav {
	order: 2;
	justify-self: center;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
}

.spx-site-header__nav .wp-block-navigation__container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 0;
}

.spx-site-header__nav .wp-block-navigation-item {
	display: flex;
	align-items: center;
}

.spx-site-header__nav .wp-block-navigation-item__content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0.9rem;
	border-radius: 999px;
	color: #273340;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.spx-site-header__nav .wp-block-navigation-item__content:hover,
.spx-site-header__nav .current-menu-item > .wp-block-navigation-item__content,
.spx-site-header__nav .current_page_item > .wp-block-navigation-item__content,
.spx-site-header__nav .wp-block-navigation-item__content[aria-current="page"] {
	background: #e7f8ec;
	color: #057532;
}

.spx-site-header__logo {
	order: 1;
	justify-self: start;
}

.spx-site-header__logo,
.spx-site-header__logo a {
	display: inline-flex;
	align-items: center;
}

.spx-site-header__logo img {
	display: block;
	width: var(--spx-header-logo-size);
	height: var(--spx-header-logo-size);
	max-width: none;
	max-height: var(--spx-header-logo-size);
	object-fit: contain;
}

.spx-site-header__drawer-brand {
	display: none;
}

.spx-site-header__drawer-brand-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.spx-site-header__drawer-brand-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.spx-site-header__actions {
	order: 3;
	justify-self: end;
	display: flex;
	align-items: center;
	gap: var(--spx-header-actions-gap);
	min-width: max-content;
}

.spx-site-header__actions.is-layout-flex,
.spx-site-header__button-set.is-layout-flex {
	gap: var(--spx-header-actions-gap) !important;
}

.spx-site-header__button-set {
	margin: 0;
}

.spx-site-header__button-set,
.spx-site-header__button-set.is-layout-flex {
	gap: 0 !important;
}

.spx-site-header__button-set .wp-block-button {
	margin: 0;
}

.spx-site-header__whatsapp .wp-block-button__link,
.spx-site-header__cart .wc-block-mini-cart__button,
.spx-site-header__cart-fallback .wp-block-button__link {
	min-height: var(--spx-header-action-height);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--spx-header-action-gap);
	padding: 0 var(--spx-header-action-padding-x) !important;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	line-height: 1;
}

.spx-site-header__whatsapp .wp-block-button__link {
	background: #e7f8ec;
	color: #057532;
}

.spx-site-header__whatsapp .wp-block-button__link::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background-image: url("/wireframe/img/icons/whatsapp-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.spx-site-header__cart,
.spx-site-header__cart-fallback {
	margin: 0;
}

.spx-site-header__cart .wc-block-mini-cart,
.spx-site-header__cart-fallback .wp-block-button__link {
	margin: 0;
}

.spx-site-header__cart .wc-block-mini-cart__button,
.spx-site-header__cart-fallback .wp-block-button__link {
	border: 1px solid rgba(29, 45, 61, 0.16);
	border-radius: 999px;
	background: #ffffff;
	color: #101820;
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 0.45rem;
}

.spx-site-header__cart .wc-block-mini-cart__button::after {
	content: "Carrito";
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
}

.spx-site-header__cart .wc-block-mini-cart__quantity-badge {
	position: static;
	width: auto;
	height: auto;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background: transparent;
}

.spx-site-header__cart .wc-block-mini-cart__icon {
	display: none;
}

.spx-site-header__cart .wc-block-mini-cart__badge {
	min-width: 18px;
	height: 18px;
	padding: 0 0.28rem;
	border-radius: 999px;
	background: #06a846;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	position: static;
}

.spx-site-header__cart .wc-block-mini-cart__amount,
.spx-site-header__cart .wc-block-mini-cart__product-count {
	display: none;
}

html.has-modal-open,
html.has-modal-open body {
	overflow: hidden;
}

.spx-site-header__search-modal {
	position: fixed;
	inset: 0;
	z-index: 65;
	display: none;
}

.spx-site-header__search-modal.is-open {
	display: block;
}

.spx-site-header__search-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 24, 32, 0.48);
	backdrop-filter: blur(8px);
}

.spx-site-header__search-shell {
	position: relative;
	width: var(--spx-header-shell-width);
	max-width: calc(100% - 2rem);
	margin: calc(var(--wp-admin--admin-bar--height, 0px) + clamp(5rem, 8vh, 6.5rem)) auto 0 !important;
	z-index: 1;
}

.spx-site-header__search-panel {
	position: relative;
	width: 100%;
	max-width: 56rem;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 1rem !important;
	background: #fbfcf8;
	border: 1px solid rgba(29, 45, 61, 0.12);
	border-radius: 1.75rem;
	box-shadow: 0 32px 70px rgba(16, 24, 32, 0.22);
}

.spx-site-header__search-copy {
	display: none;
}

.spx-site-header__search-eyebrow {
	margin: 0;
}

.spx-site-header__search-title {
	margin: 0 !important;
	font-size: clamp(1.7rem, 2.3vw, 2.55rem);
	line-height: 1.05;
}

.spx-site-header__search-description {
	margin: 0;
	max-width: 42rem;
}

.spx-site-header__search-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(29, 45, 61, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: #101820;
	font-size: 1.75rem;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(16, 24, 32, 0.08);
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.spx-site-header__search-close:hover,
.spx-site-header__search-close:focus-visible {
	background: #e7f8ec;
	color: #057532;
	border-color: rgba(5, 117, 50, 0.18);
	transform: translateY(-1px);
	outline: none;
}

.spx-site-header__search-shortcode,
.spx-site-header__search-shortcode .wp-block-shortcode,
.spx-site-header__search-shortcode .aws-container {
	width: 100%;
}

.spx-site-header__search-shortcode {
	margin-top: 0;
}

.spx-site-header__search-panel .woo-ajax-search-wrapper {
	position: relative;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.spx-site-header__search-panel .woo-search-input-container {
	position: relative;
	width: 100%;
	max-width: calc(100% - 4.5rem);
	margin: 0;
	padding: 0;
}

.spx-site-header__search-panel .woo-search-input-container br {
	display: none;
}

.spx-site-header__search-panel .woo-search-input {
	display: block;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0.9rem 4rem 0.9rem 1rem;
	border: 1px solid rgba(29, 45, 61, 0.12) !important;
	border-radius: 1rem !important;
	background: #f7fbf8;
	color: #101820;
	font-family: var(--spx-font-family-base, "Manrope", sans-serif);
	font-size: var(--spx-font-size-body, 1rem) !important;
	line-height: 1.35;
	box-shadow: none !important;
}

.spx-site-header__search-panel .woo-search-input::placeholder {
	color: #6d7a88;
}

.spx-site-header__search-panel .woo-search-input:focus {
	outline: none;
	border-color: rgba(5, 117, 50, 0.28) !important;
	background: #ffffff;
}

.spx-site-header__search-panel .woo-search-icon,
.spx-site-header__search-panel .woo-search-loader {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	margin: 0;
	line-height: 1;
}

.spx-site-header__search-panel .woo-search-loader {
	right: 3rem;
}

.spx-site-header__search-panel .woo-search-results {
	position: absolute !important;
	top: calc(100% + 0.75rem) !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 20;
}

.spx-site-header__search-panel .woo-results-container {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	border: 1px solid rgba(29, 45, 61, 0.08);
	border-radius: 1.1rem;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(16, 24, 32, 0.14);
	overflow: hidden;
}

.spx-site-header__search-panel .woo-results-list,
.spx-site-header__search-panel .woo-products-list {
	width: 100%;
	min-width: 0;
}

.spx-site-header__search-panel .woo-results-list {
	max-height: min(60vh, 34rem);
	overflow-y: auto !important;
}

.spx-site-header__search-panel .woo-results-preview {
	display: none !important;
}

.spx-site-header__search-shortcode .aws-container .aws-search-form {
	height: 58px;
}

.spx-site-header__search-shortcode .aws-container .aws-search-form .aws-wrapper {
	overflow: visible;
}

.spx-site-header__search-shortcode .aws-container .aws-search-field {
	border: 1px solid rgba(29, 45, 61, 0.12) !important;
	border-radius: 1rem 0 0 1rem !important;
	background: #f7fbf8;
	color: #101820;
	padding: 0.8rem 1rem !important;
	font-family: var(--spx-font-family-base, "Manrope", sans-serif);
	font-size: 1rem !important;
	line-height: 1.35;
	box-shadow: none !important;
}

.spx-site-header__search-shortcode .aws-container .aws-search-field::placeholder {
	color: #6d7a88;
}

.spx-site-header__search-shortcode .aws-container .aws-search-field:focus {
	border-color: rgba(5, 117, 50, 0.28) !important;
	background: #ffffff;
}

.spx-site-header__search-shortcode .aws-container .aws-search-form .aws-form-btn {
	border: 1px solid rgba(5, 117, 50, 0.14);
	border-left: 0;
	border-radius: 0 1rem 1rem 0 !important;
	background: #e7f8ec;
	color: #057532;
	min-width: 58px;
}

.spx-site-header__search-shortcode .aws-container .aws-search-form .aws-form-btn:hover {
	background: #d8f3e1;
}

.spx-site-header__search-shortcode .aws-container .aws-search-form .aws-search-btn_icon {
	width: 48px;
	color: #057532;
}

.spx-site-header__search-shortcode .aws-search-result {
	margin-top: 0.55rem;
	border: 1px solid rgba(29, 45, 61, 0.08);
	border-radius: 1.1rem !important;
	box-shadow: 0 18px 40px rgba(16, 24, 32, 0.14);
	overflow: hidden;
}

.spx-site-header__search-native {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	width: 100%;
}

.spx-site-header__search-native input[type="search"] {
	min-height: 58px;
	border: 1px solid rgba(29, 45, 61, 0.12);
	border-radius: 1rem 0 0 1rem;
	padding: 0 1rem;
	font: inherit;
}

.spx-site-header__search-native button {
	min-height: 58px;
	border: 1px solid rgba(5, 117, 50, 0.14);
	border-left: 0;
	border-radius: 0 1rem 1rem 0;
	padding: 0 1.2rem;
	background: #e7f8ec;
	color: #057532;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

@media (min-width: 900px) {
	.spx-site-header__inner {
		min-height: 84px;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		gap: clamp(1rem, 1.2vw, 1.5rem);
	}

	.spx-site-header__nav .wp-block-navigation__container {
		gap: 0.65rem;
	}

	.spx-site-header__logo img {
		width: var(--spx-header-logo-size);
		height: var(--spx-header-logo-size);
		max-height: var(--spx-header-logo-size);
	}
}

@media (max-width: 899.98px) {
	.spx-site-header__inner {
		--spx-header-actions-gap: 0.35rem;
		width: var(--spx-header-shell-width-mobile);
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		min-height: 72px;
		gap: 0.625rem;
	}

	.spx-site-header__nav {
		order: 1;
		justify-self: start;
		width: max-content;
	}

	.spx-site-header__logo {
		order: 2;
		justify-self: center;
		transform: translateX(-1px);
	}

	.spx-site-header__logo img {
		width: var(--spx-header-logo-size-tablet) !important;
		height: var(--spx-header-logo-size-tablet) !important;
		max-height: var(--spx-header-logo-size-tablet);
	}

	.spx-site-header__actions {
		order: 3;
		justify-self: end;
		justify-content: flex-end;
		gap: 0.375rem;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container-open {
		width: 48px;
		height: 48px;
		padding: 0;
		border: 1px solid rgba(29, 45, 61, 0.14);
		border-radius: 16px;
		background: #ffffff;
		color: #101820;
		display: inline-grid;
		place-content: center;
		box-shadow: 0 10px 24px rgba(16, 24, 32, 0.06);
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container-open svg,
	.spx-site-header__nav .wp-block-navigation__responsive-container-close svg {
		width: 18px;
		height: 18px;
		display: block;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container {
		position: fixed !important;
		top: var(--wp-admin--admin-bar--height, 0px) !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		display: block !important;
		width: 100vw !important;
		max-width: none !important;
		height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px)) !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: var(--spx-header-overlay) !important;
		box-shadow: none !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: none;
		transition: opacity 0.22s ease, visibility 0.22s ease;
		overflow: hidden !important;
		z-index: 999;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container.is-menu-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-close {
		width: 100% !important;
		height: 100% !important;
		display: flex !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		padding: 0 !important;
		background: transparent !important;
		overflow: hidden !important;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-dialog {
		position: relative;
		width: min(80vw, 22rem);
		max-width: 80vw;
		height: 100%;
		min-height: 0;
		margin: 0 auto 0 0 !important;
		background: #ffffff;
		border-right: 1px solid rgba(29, 45, 61, 0.1);
		border-radius: 0;
		box-shadow: 28px 0 80px rgba(16, 24, 32, 0.18);
		display: flex;
		flex-direction: column;
		overflow: hidden;
		padding: 0;
		transform: translateX(-100%);
		transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
		will-change: transform;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
		transform: translateX(0);
	}

	.spx-site-header__nav .wp-block-navigation__responsive-dialog::before {
		content: "";
		position: absolute;
		inset: 0 0 auto;
		height: 7.1rem;
		background: #ffffff;
		border-bottom: 1px solid rgba(29, 45, 61, 0.08);
		z-index: 0;
	}

	.spx-site-header__drawer-brand {
		position: absolute;
		top: 0.95rem;
		left: 1.35rem;
		z-index: 2;
		display: flex;
		align-items: center;
		max-width: calc(100% - 6.75rem);
		min-height: 4rem;
	}

	.spx-site-header__drawer-brand-link {
		display: inline-flex;
		align-items: center;
		text-decoration: none;
	}

	.spx-site-header__drawer-brand-image {
		display: block;
		width: auto;
		height: 3.25rem;
		max-width: 8rem;
		object-fit: contain;
		object-position: left center;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container-close {
		position: absolute;
		top: 1.1rem;
		right: 1.1rem;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 1px solid rgba(29, 45, 61, 0.12);
		border-radius: 999px;
		background: #ffffff;
		color: #101820;
		box-shadow: 0 10px 24px rgba(16, 24, 32, 0.08);
		z-index: 3;
		display: grid;
		place-items: center;
		line-height: 0;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container-content {
		min-height: 100%;
		width: 100%;
		padding: 7.35rem 0 1.5rem !important;
		display: flex;
		flex-direction: column;
		align-items: stretch !important;
		justify-content: flex-start !important;
		overflow-y: auto;
		position: relative;
		z-index: 1;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation__container {
		display: grid !important;
		gap: 0.26rem;
		width: 100% !important;
		justify-content: stretch !important;
		justify-items: stretch !important;
		align-items: stretch !important;
		align-content: start !important;
		padding: 0 1.45rem 1.55rem !important;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item {
		display: block !important;
		width: 100% !important;
		border-bottom: 1px solid rgba(29, 45, 61, 0.09);
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item:first-child {
		border-top: 1px solid rgba(29, 45, 61, 0.09);
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container a.wp-block-navigation-item__content,
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
		display: grid;
		grid-template-columns: 1.4rem minmax(0, 1fr);
		align-items: center;
		justify-content: flex-start;
		column-gap: 0.92rem;
		width: 100%;
		padding: 10px 0.1rem !important;
		border-radius: 0;
		font-size: 0.96rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: left;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		background: transparent !important;
		color: #1d2d3d;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container a.wp-block-navigation-item__content::before,
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content::before {
		content: "";
		display: block;
		width: 1.5625rem;
		height: 1.5625rem;
		border-radius: 999px;
		background-color: rgba(5, 117, 50, 0.9);
		mask-repeat: no-repeat;
		mask-position: center;
		mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-size: contain;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content[data-spx-drawer-icon="home"]::before {
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.75L3.75 10.5h1.5v9.75h5.25v-6h3v6h5.25V10.5h1.5L12 3.75zm4.5 15h-1.5v-6h-6v6H7.5v-9l4.5-3.75 4.5 3.75v9z'/%3E%3C/svg%3E");
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.75L3.75 10.5h1.5v9.75h5.25v-6h3v6h5.25V10.5h1.5L12 3.75zm4.5 15h-1.5v-6h-6v6H7.5v-9l4.5-3.75 4.5 3.75v9z'/%3E%3C/svg%3E");
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content[data-spx-drawer-icon="store"]::before {
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5.25 4.5h13.5l1.5 4.5v2.25h-1.5v8.25H5.25v-8.25h-1.5V9l1.5-4.5zm1.08 1.5L5.25 9.23v.52h13.5v-.52L17.67 6H6.33zm1.92 5.25v6.75h7.5v-6.75h-7.5z'/%3E%3C/svg%3E");
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5.25 4.5h13.5l1.5 4.5v2.25h-1.5v8.25H5.25v-8.25h-1.5V9l1.5-4.5zm1.08 1.5L5.25 9.23v.52h13.5v-.52L17.67 6H6.33zm1.92 5.25v6.75h7.5v-6.75h-7.5z'/%3E%3C/svg%3E");
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content[data-spx-drawer-icon="finder"]::before {
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10.5 4.5a6 6 0 014.74 9.67l4.05 4.05-1.06 1.06-4.05-4.05A6 6 0 1110.5 4.5zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9zM9 9.75h3v1.5H9v-1.5zm4.5 0h1.5v1.5h-1.5v-1.5z'/%3E%3C/svg%3E");
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10.5 4.5a6 6 0 014.74 9.67l4.05 4.05-1.06 1.06-4.05-4.05A6 6 0 1110.5 4.5zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9zM9 9.75h3v1.5H9v-1.5zm4.5 0h1.5v1.5h-1.5v-1.5z'/%3E%3C/svg%3E");
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content[data-spx-drawer-icon="offers"]::before {
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11.1 3.75L4.5 10.35l9.15 9.15 6.6-6.6-9.15-9.15zm.42 2.12l6.61 6.61-4.48 4.48-6.61-6.61 4.48-4.48zm-2.02 1.63a1.5 1.5 0 110 3 1.5 1.5 0 010-3z'/%3E%3C/svg%3E");
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11.1 3.75L4.5 10.35l9.15 9.15 6.6-6.6-9.15-9.15zm.42 2.12l6.61 6.61-4.48 4.48-6.61-6.61 4.48-4.48zm-2.02 1.63a1.5 1.5 0 110 3 1.5 1.5 0 010-3z'/%3E%3C/svg%3E");
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content[data-spx-drawer-icon="help"]::before {
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.75a8.25 8.25 0 00-8.25 8.25c0 1.9.65 3.63 1.74 5l-.99 3.24 3.36-.9A8.22 8.22 0 0012 20.25 8.25 8.25 0 1012 3.75zm0 1.5A6.75 6.75 0 1112 18.75a6.7 6.7 0 01-3.39-.91l-.29-.17-1.95.52.57-1.87-.21-.3A6.7 6.7 0 015.25 12 6.75 6.75 0 0112 5.25zm-.03 3.3c-1.46 0-2.52.97-2.52 2.25h1.5c0-.45.42-.75 1.02-.75.62 0 1.03.31 1.03.81 0 .37-.18.57-.75.93-.84.54-1.2 1-1.2 1.91v.3h1.5v-.22c0-.45.18-.67.87-1.12.75-.49 1.08-1 1.08-1.8 0-1.38-1.09-2.31-2.53-2.31zm-.72 6.9h1.65v1.8h-1.65v-1.8z'/%3E%3C/svg%3E");
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.75a8.25 8.25 0 00-8.25 8.25c0 1.9.65 3.63 1.74 5l-.99 3.24 3.36-.9A8.22 8.22 0 0012 20.25 8.25 8.25 0 1012 3.75zm0 1.5A6.75 6.75 0 1112 18.75a6.7 6.7 0 01-3.39-.91l-.29-.17-1.95.52.57-1.87-.21-.3A6.7 6.7 0 015.25 12 6.75 6.75 0 0112 5.25zm-.03 3.3c-1.46 0-2.52.97-2.52 2.25h1.5c0-.45.42-.75 1.02-.75.62 0 1.03.31 1.03.81 0 .37-.18.57-.75.93-.84.54-1.2 1-1.2 1.91v.3h1.5v-.22c0-.45.18-.67.87-1.12.75-.49 1.08-1 1.08-1.8 0-1.38-1.09-2.31-2.53-2.31zm-.72 6.9h1.65v1.8h-1.65v-1.8z'/%3E%3C/svg%3E");
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus,
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus-visible {
		outline: none !important;
		box-shadow: none !important;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-decoration-color: rgba(5, 117, 50, 0.3);
		text-underline-offset: 0.28em;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .current-menu-item > .wp-block-navigation-item__content,
	.spx-site-header__nav .wp-block-navigation__responsive-container .current_page_item > .wp-block-navigation-item__content,
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content[aria-current="page"],
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content:hover {
		background: transparent !important;
		color: #057532;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .current-menu-item > .wp-block-navigation-item__content::before,
	.spx-site-header__nav .wp-block-navigation__responsive-container .current_page_item > .wp-block-navigation-item__content::before,
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content[aria-current="page"]::before,
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content:hover::before {
		background-color: #057532;
	}

	.spx-site-header__whatsapp .wp-block-button__link {
		width: var(--spx-header-action-height-mobile);
		min-height: var(--spx-header-action-height-mobile);
		padding: 0 !important;
		font-size: 0 !important;
		color: transparent !important;
		overflow: hidden;
		border: 1px solid rgba(5, 117, 50, 0.08);
		display: grid;
		place-items: center;
	}

	.spx-site-header__whatsapp .wp-block-button__link::before {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
		margin: 0;
		transform: translate(0.5px, 0.5px);
	}

	.spx-site-header__cart .wc-block-mini-cart__button,
	.spx-site-header__cart-fallback .wp-block-button__link {
		width: var(--spx-header-action-height-mobile);
		min-height: var(--spx-header-action-height-mobile);
		padding: 0 !important;
		border: 1px solid rgba(5, 117, 50, 0.08);
		border-radius: 999px;
		background: #e7f8ec;
		color: #101820;
		font-size: 0 !important;
		position: relative;
		display: grid;
		place-items: center;
	}

	.spx-site-header__cart .wc-block-mini-cart__button::after {
		content: "";
	}

	.spx-site-header__cart .wc-block-mini-cart__quantity-badge {
		position: absolute;
		inset: 0;
		width: 26px;
		height: 26px;
		min-width: 26px;
		margin: auto;
		padding: 0;
		background: transparent;
		display: grid;
		place-items: center;
	}

	.spx-site-header__cart .wc-block-mini-cart__icon {
		width: 26px;
		height: 26px;
		display: block;
	}

	.spx-site-header__cart .wc-block-mini-cart__badge {
		top: -4px;
		right: -4px;
	}

	.spx-site-header__search-shell {
		width: var(--spx-header-shell-width-mobile);
		max-width: calc(100% - 1.5rem);
		margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 5rem) !important;
	}

	.spx-site-header__search-panel {
		max-width: none;
		border-radius: 1.45rem;
	}

	.spx-site-header__search-panel {
		padding: 0.9rem !important;
	}

	.spx-site-header__search-title {
		font-size: clamp(1.45rem, 6vw, 2rem);
	}

	.spx-site-header__search-shortcode .aws-container .aws-search-form,
	.spx-site-header__search-native input[type="search"],
	.spx-site-header__search-native button {
		min-height: 54px;
		height: 54px;
	}

	.spx-site-header__search-panel .woo-search-input {
		padding-right: 3.4rem;
	}

	.spx-site-header__search-panel .woo-search-input-container {
		max-width: calc(100% - 3.8rem);
	}

	.spx-site-header__search-panel .woo-results-list {
		max-height: min(52vh, 26rem);
	}
}

@media (min-width: 640px) and (max-width: 899.98px) {
	.spx-site-header__inner {
		width: min(105rem, calc(100% - 2rem));
		min-height: 72px;
	}

	.spx-site-header__logo img {
		width: 56px !important;
		height: 56px !important;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-dialog {
		width: min(34rem, 80vw);
	}
}

@media (max-width: 639.98px) {
	.spx-site-header__inner {
		--spx-header-actions-gap: 0.3rem;
		min-height: 68px;
		gap: 0.5rem;
	}

	.spx-site-header__logo img {
		width: var(--spx-header-logo-size-mobile) !important;
		height: var(--spx-header-logo-size-mobile) !important;
		max-height: var(--spx-header-logo-size-mobile);
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container-open {
		width: 46px;
		height: 46px;
		border-radius: 14px;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-close {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-dialog {
		width: 80vw;
		max-width: 80vw;
		min-width: 18.5rem;
		height: 100%;
		margin: 0 auto 0 0 !important;
	}

	.spx-site-header__drawer-brand {
		top: 0.95rem;
		left: 1.25rem;
		max-width: calc(100% - 6.35rem);
	}

	.spx-site-header__drawer-brand-image {
		height: 3.05rem;
		max-width: 6.5rem;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container-close {
		top: 1rem;
		right: 1rem;
		width: 44px;
		height: 44px;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container-content {
		padding-top: 7rem !important;
		padding-bottom: 1.35rem !important;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation__container {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}

	.spx-site-header__nav .wp-block-navigation__responsive-container a.wp-block-navigation-item__content,
	.spx-site-header__nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		font-size: 0.95rem;
		line-height: 1.38;
		column-gap: 0.86rem;
	}

	.spx-site-header__whatsapp .wp-block-button__link {
		width: 42px;
		min-height: 42px;
	}

	.spx-site-header__whatsapp .wp-block-button__link::before {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
	}

	.spx-site-header__cart .wc-block-mini-cart__button,
	.spx-site-header__cart-fallback .wp-block-button__link {
		width: 42px;
		min-height: 42px;
		padding: 0 !important;
		display: inline-grid;
		place-items: center;
	}

	.spx-site-header__cart .wc-block-mini-cart__quantity-badge {
		width: 28px;
		height: 28px;
		min-width: 28px;
	}

	.spx-site-header__cart .wc-block-mini-cart__icon {
		width: 28px;
		height: 28px;
	}

	.spx-site-header__cart .wc-block-mini-cart__badge {
		min-width: 17px;
		height: 17px;
		top: -3px;
		right: -3px;
		font-size: 0.64rem;
	}

	.spx-site-header__search-shell {
		max-width: calc(100% - 1rem);
		margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 4.65rem) !important;
	}

	.spx-site-header__search-panel {
		border-radius: 1.25rem;
	}

	.spx-site-header__search-panel {
		padding: 1rem !important;
	}

	.spx-site-header__search-copy {
		padding-right: 2.5rem;
	}

	.spx-site-header__search-close {
		top: 0.8rem;
		right: 0.8rem;
		width: 40px;
		height: 40px;
		font-size: 1.45rem;
	}

	.spx-site-header__search-shortcode .aws-container .aws-search-form {
		height: auto;
		flex-wrap: wrap;
	}

	.spx-site-header__search-shortcode .aws-container .aws-search-field,
	.spx-site-header__search-native input[type="search"] {
		border-radius: 1rem 1rem 0 0 !important;
	}

	.spx-site-header__search-panel .woo-search-input {
		padding: 0.82rem 3.2rem 0.82rem 0.95rem;
		font-size: 0.98rem !important;
	}

	.spx-site-header__search-panel .woo-search-input-container {
		max-width: calc(100% - 3.25rem);
	}

	.spx-site-header__search-panel .woo-search-icon,
	.spx-site-header__search-panel .woo-search-loader {
		right: 0.92rem;
	}

	.spx-site-header__search-panel .woo-search-loader {
		right: 2.65rem;
	}

	.spx-site-header__search-panel .woo-results-list {
		max-height: min(48vh, 22rem);
	}

	.spx-site-header__search-shortcode .aws-container .aws-search-form .aws-form-btn,
	.spx-site-header__search-native button {
		width: 100%;
		border-left: 1px solid rgba(5, 117, 50, 0.14);
		border-top: 0;
		border-radius: 0 0 1rem 1rem !important;
		min-height: 50px;
	}
}

.spx-product-footer {
	--spx-product-footer-width: clamp(72.5rem, 84vw, 105rem);
	--spx-product-footer-section-padding: 1rem;
	--spx-product-footer-main-gap: 1rem;
	--spx-product-footer-card-gap: 0.5rem;
	--spx-product-footer-card-min-height: 0;
	--spx-product-footer-icon-shell: 34px;
	--spx-product-footer-icon-image: 19px;
	--spx-product-footer-icon-small-shell: 22px;
	--spx-product-footer-icon-small-image: 12px;
	--spx-product-footer-card-border: rgba(185, 195, 206, 0.48);
	background: #ffffff;
	color: #101820;
}

.spx-product-footer--capture-only {
	padding-top: 1.25rem;
	padding-bottom: 0;
}

.spx-product-footer--capture-only .spx-product-footer__inner {
	gap: 0;
}

.spx-product-footer--capture-only .footer-capture {
	border-bottom: 0;
	padding-bottom: 0;
}

.spx-product-footer--capture-only + .elementor-location-footer > section:first-of-type {
	display: none !important;
}

.spx-product-footer__inner {
	width: min(var(--spx-product-footer-width), calc(100% - 2rem));
	margin-left: auto !important;
	margin-right: auto !important;
	display: grid;
	gap: var(--spx-product-footer-main-gap);
}

.spx-product-footer h2,
.spx-product-footer h3,
.spx-product-footer p {
	margin: 0;
}

.spx-product-footer {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.spx-product-footer section,
.spx-product-footer .footer-links,
.spx-product-footer .footer-bottom {
	border-bottom: 1px solid rgba(29, 45, 61, 0.1);
	padding-bottom: var(--spx-product-footer-section-padding);
}

.spx-product-footer .footer-capture__layout {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 1rem;
	align-items: center;
	padding: clamp(1.5rem, 3.2vw, 2.2rem);
	border-radius: clamp(24px, 2.2vw, 32px);
	background: #06a846;
	box-shadow: 0 22px 46px rgba(6, 168, 70, 0.18);
}

.spx-product-footer .footer-capture__layout::after {
	content: "";
	width: 100px;
	height: 100px;
	background: center / contain no-repeat url("/wireframe/img/icons/envelope-open.svg");
	filter: brightness(0) invert(1);
	opacity: 0.42;
	justify-self: center;
	align-self: center;
	transform: rotate(-11deg);
	transform-origin: center;
}

.spx-product-footer .footer-capture__layout > * {
	margin: 0 !important;
}

.spx-product-footer .footer-capture__copy {
	display: grid;
	gap: 0.6rem;
	align-content: center;
	max-width: 54rem;
	min-width: 0;
}

.spx-product-footer .footer-capture__copy h2,
.spx-product-footer .footer-capture__copy p {
	color: #ffffff !important;
}

.spx-product-footer .footer-capture__copy h2 {
	max-width: 22ch;
	text-wrap: balance;
}

.spx-product-footer .footer-capture__copy p {
	max-width: 42rem;
}

.spx-product-footer .footer-capture__form-shell {
	width: 100%;
	max-width: 24rem;
	justify-self: stretch;
}

.spx-product-footer .footer-capture__form-shell #wpforms-51969,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form .wpforms-field-container {
	margin: 0 !important;
	max-width: none !important;
}

.spx-product-footer .footer-capture__form-shell #wpforms-51969 {
	--wpforms-button-background-color: #101820;
	--wpforms-button-border-color: #101820;
	--wpforms-button-text-color: #ffffff;
	--wpforms-button-size-margin-top: 0px;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form .wpforms-field-container {
	display: grid;
	gap: 0.5rem;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0 !important;
	margin: 0 !important;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form .wpforms-field-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.spx-product-footer .footer-capture__form-shell #wpforms-51969-field_3-container,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form .wpforms-field[data-field-id="3"] {
	display: none !important;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full input[type="text"],
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full input[type="email"] {
	min-height: 46px;
	padding: 0 1.15rem !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: #101820 !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full input[type="text"]::placeholder,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full input[type="email"]::placeholder {
	color: #5d6b7a;
	opacity: 1;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full input[type="text"]:focus,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full input[type="email"]:focus {
	outline: 3px solid rgba(255, 255, 255, 0.24);
	outline-offset: 2px;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-submit-container {
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0.95rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: #101820;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	transition:
		transform 0.18s ease,
		background-color 0.18s ease,
		box-shadow 0.18s ease;
}

.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.spx-product-footer .footer-capture__form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:focus-visible {
	background: #182431;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(16, 24, 32, 0.22);
}

.spx-product-footer .footer-benefits > *,
.spx-product-footer .proof-grid > *,
.spx-product-footer .contact-grid > *,
.spx-product-footer .payment-logos > *,
.spx-product-footer .footer-links > *,
.spx-product-footer .social-row > *,
.spx-product-footer .footer-bottom > * {
	margin: 0 !important;
}

.spx-product-footer .footer-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: var(--spx-product-footer-card-gap);
	margin-top: 0.75rem;
}

.spx-product-footer .footer-benefit-card,
.spx-product-footer .contact-card,
.spx-product-footer .proof-card {
	display: grid;
	justify-items: center;
	align-content: center;
	gap: 0.38rem;
	text-align: center;
	background: #ffffff;
	min-height: var(--spx-product-footer-card-min-height);
	height: 100%;
	border: 1px solid var(--spx-product-footer-card-border) !important;
	box-shadow: 0 8px 24px rgba(16, 24, 32, 0.03);
}

.spx-product-footer .footer-icon {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--spx-product-footer-icon-shell);
	height: var(--spx-product-footer-icon-shell);
	min-width: var(--spx-product-footer-icon-shell);
	min-height: var(--spx-product-footer-icon-shell);
	border-radius: 999px;
	color: #057532;
}

.spx-product-footer .footer-icon--small {
	width: var(--spx-product-footer-icon-small-shell);
	height: var(--spx-product-footer-icon-small-shell);
	min-width: var(--spx-product-footer-icon-small-shell);
	min-height: var(--spx-product-footer-icon-small-shell);
}

.spx-product-footer .wp-block-image.footer-icon,
.spx-product-footer .payment-logo__image,
.spx-product-footer .social-row__icon {
	margin: 0;
}

.spx-product-footer .footer-icon img {
	display: block;
	width: var(--spx-product-footer-icon-image);
	height: var(--spx-product-footer-icon-image);
	max-width: none;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(1051%) hue-rotate(124deg) brightness(92%) contrast(96%);
}

.spx-product-footer .footer-icon--small img {
	width: var(--spx-product-footer-icon-small-image);
	height: var(--spx-product-footer-icon-small-image);
}

.spx-product-footer .footer-benefit-card__title,
.spx-product-footer .contact-card__title {
	color: #101820;
	text-wrap: balance;
}

.spx-product-footer .footer-benefit-card__copy,
.spx-product-footer .contact-card__copy {
	color: #5d6b7a;
	text-wrap: balance;
}

.spx-product-footer .footer-proof {
	display: grid;
	gap: 0.7rem;
	text-align: center;
}

.spx-product-footer .footer-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.spx-product-footer .footer-rating__score {
	font-family: "Sora", "Manrope", sans-serif;
}

.spx-product-footer .proof-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--spx-product-footer-card-gap);
}

.spx-product-footer .proof-card {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	justify-items: start;
	align-content: center;
	gap: 0.75rem;
	text-align: left;
	min-height: 72px;
	background: #ffffff;
}

.spx-product-footer .proof-card__glyph {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Sora", "Manrope", sans-serif;
}

.spx-product-footer .proof-card__copy {
	color: #101820;
}

.spx-product-footer .proof-card__copy strong {
	font-weight: 700;
}

.spx-product-footer .footer-contact {
	display: grid;
	gap: 0.45rem;
	text-align: center;
}

.spx-product-footer .contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: var(--spx-product-footer-card-gap);
	margin-top: 0.75rem;
}

.spx-product-footer .contact-card {
	color: #101820;
}

.spx-product-footer .contact-card a {
	color: inherit;
	text-decoration: none;
}

.spx-product-footer .contact-card a:hover,
.spx-product-footer .contact-card a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.24em;
}

.spx-product-footer .footer-payments {
	display: grid;
	gap: 0.45rem;
	text-align: center;
}

.spx-product-footer .payment-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.spx-product-footer .payment-logo {
	min-height: 34px;
	padding: 0.4rem 0.72rem;
	border: 1px solid rgba(29, 45, 61, 0.1);
	border-radius: 999px;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #24315f;
	box-shadow: 0 6px 18px rgba(16, 24, 32, 0.04);
}

.spx-product-footer .payment-logo__image,
.spx-product-footer .payment-logo__image .wp-block-image {
	margin: 0;
}

.spx-product-footer .payment-logo__image img {
	display: block;
	width: auto;
	height: auto !important;
	max-width: none;
	max-height: none;
	object-fit: contain;
	filter: grayscale(1) saturate(0) brightness(0.16) contrast(1.15);
}

.spx-product-footer .payment-logo--mercadopago .payment-logo__image img {
	width: 138px !important;
	height: 34px !important;
}

.spx-product-footer .payment-logo--visa .payment-logo__image img {
	width: 74px !important;
	height: 26px !important;
}

.spx-product-footer .payment-logo--amex .payment-logo__image img {
	width: 124px !important;
	height: 26px !important;
}

.spx-product-footer .payment-logo--mastercard .payment-logo__image img {
	width: 104px !important;
	height: 26px !important;
}

.spx-product-footer .payment-logo--diners .payment-logo__image img {
	width: 130px !important;
	height: 26px !important;
}

.spx-product-footer .payment-logo--pse .payment-logo__image img {
	width: 76px !important;
	height: 26px !important;
}

.spx-product-footer .payment-logo--efecty .payment-logo__image img {
	width: 94px !important;
	height: 26px !important;
}

.spx-product-footer .payment-logo__label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.spx-product-footer .footer-lower-shell {
	display: grid;
	gap: var(--spx-product-footer-main-gap);
}

.spx-product-footer .footer-payments,
.spx-product-footer .footer-payments + .footer-links,
.spx-product-footer .footer-links + .footer-bottom {
	position: relative;
	z-index: 0;
	padding-left: 0;
	padding-right: 0;
}

.spx-product-footer .footer-payments::before,
.spx-product-footer .footer-payments + .footer-links::before,
.spx-product-footer .footer-links + .footer-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	background: linear-gradient(180deg, #101820 0%, #0b1218 100%);
	z-index: -1;
}

.spx-product-footer .footer-payments {
	padding-top: clamp(1.25rem, 2vw, 1.7rem);
}

.spx-product-footer .footer-payments + .footer-links,
.spx-product-footer .footer-links + .footer-bottom {
	margin-top: calc(var(--spx-product-footer-main-gap) * -1);
	padding-top: var(--spx-product-footer-main-gap);
}

.spx-product-footer .footer-links + .footer-bottom {
	padding-bottom: clamp(1.25rem, 2vw, 1.7rem);
	border-bottom: 0;
}

.spx-product-footer .footer-payments,
.spx-product-footer .footer-payments + .footer-links,
.spx-product-footer .footer-lower-shell section,
.spx-product-footer .footer-lower-shell .footer-links {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.spx-product-footer .footer-payments,
.spx-product-footer .footer-payments + .footer-links,
.spx-product-footer .footer-links + .footer-bottom,
.spx-product-footer .footer-lower-shell .footer-payments,
.spx-product-footer .footer-lower-shell .footer-links,
.spx-product-footer .footer-lower-shell .footer-bottom {
	border-bottom: 0;
}

.spx-product-footer .footer-lower-shell .footer-bottom {
	border-bottom: 0;
	padding-bottom: 0;
}

.spx-product-footer .footer-payments > h2,
.spx-product-footer .footer-payments + .footer-links h3,
.spx-product-footer .footer-payments + .footer-links .footer-link-list a,
.spx-product-footer .footer-lower-shell .footer-payments > h2,
.spx-product-footer .footer-lower-shell .footer-links h3,
.spx-product-footer .footer-lower-shell .footer-link-list a {
	color: #ffffff !important;
}

.spx-product-footer .footer-payments > p,
.spx-product-footer .footer-payments + .footer-links .footer-link-column--social > p,
.spx-product-footer .footer-lower-shell .footer-payments > p,
.spx-product-footer .footer-lower-shell .footer-link-column--social > p {
	color: rgba(255, 255, 255, 0.72) !important;
}

.spx-product-footer .footer-payments .payment-logo,
.spx-product-footer .footer-lower-shell .payment-logo {
	min-height: 40px;
	padding: 0.45rem 0.82rem;
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
	color: #14202c;
}

.spx-product-footer .payment-logo__image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.spx-product-footer .payment-logo__image img {
	display: block;
}

.spx-product-footer .footer-payments + .footer-links .footer-link-list a:hover,
.spx-product-footer .footer-payments + .footer-links .footer-link-list a:focus-visible,
.spx-product-footer .footer-lower-shell .footer-link-list a:hover,
.spx-product-footer .footer-lower-shell .footer-link-list a:focus-visible {
	color: #8ef0b4 !important;
}

.spx-product-footer .footer-payments + .footer-links .social-row__icon a,
.spx-product-footer .footer-lower-shell .social-row__icon a {
	position: relative;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 10px 22px rgba(6, 168, 70, 0.22);
	background: linear-gradient(180deg, #06a846 0%, #057532 100%);
}

.spx-product-footer .footer-payments + .footer-links .social-row__icon a::before,
.spx-product-footer .footer-lower-shell .social-row__icon a::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #ffffff;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.spx-product-footer .social-row__icon:nth-child(1) a::before {
	mask-image: url("/wireframe/img/icons/social-instagram.svg");
	-webkit-mask-image: url("/wireframe/img/icons/social-instagram.svg");
}

.spx-product-footer .social-row__icon:nth-child(2) a::before {
	mask-image: url("/wireframe/img/icons/social-facebook.svg");
	-webkit-mask-image: url("/wireframe/img/icons/social-facebook.svg");
}

.spx-product-footer .social-row__icon:nth-child(3) a::before {
	mask-image: url("/wireframe/img/icons/social-youtube.svg");
	-webkit-mask-image: url("/wireframe/img/icons/social-youtube.svg");
}

.spx-product-footer .footer-payments + .footer-links .social-row__icon img,
.spx-product-footer .footer-lower-shell .social-row__icon img,
.spx-product-footer .footer-bottom__trust .footer-icon--small img {
	display: none;
}

.spx-product-footer .footer-bottom > p,
.spx-product-footer .footer-lower-shell .footer-bottom > p {
	display: none;
}

.spx-product-footer .footer-bottom::after,
.spx-product-footer .footer-lower-shell .footer-bottom::after {
	content: "\00A9 2026 Partes & Filtros. Todos los derechos reservados.";
	display: inline-flex;
	align-items: center;
	justify-self: center;
	padding: 0.45rem 0.8rem;
	border: 1px solid rgba(6, 168, 70, 0.22);
	border-radius: 999px;
	background: rgba(6, 168, 70, 0.12);
	color: #d6f7e2;
	font-size: 0.78rem;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

.spx-product-footer .footer-bottom__trust .footer-icon--small {
	position: relative;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	border-radius: 999px;
	background: rgba(6, 168, 70, 0.16);
}

.spx-product-footer .footer-bottom__trust .footer-icon--small::before {
	content: "";
	position: absolute;
	inset: 4px;
	background: #8ef0b4;
	mask: url("/wireframe/img/icons/svgrepo-shield-check.svg") center / contain no-repeat;
	-webkit-mask: url("/wireframe/img/icons/svgrepo-shield-check.svg") center / contain no-repeat;
}

.spx-product-footer .footer-links + .footer-bottom .footer-bottom__trust p,
.spx-product-footer .footer-lower-shell .footer-bottom__trust p {
	color: #8ef0b4 !important;
}

.spx-product-footer .footer-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 0.75rem;
	text-align: left;
}

.spx-product-footer .footer-link-column {
	display: grid;
	gap: 0.45rem;
}

.spx-product-footer .footer-link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.spx-product-footer .footer-link-list li + li {
	margin-top: 0.35rem;
}

.spx-product-footer .footer-link-list a,
.spx-product-footer .footer-link-column > p {
	display: block;
	color: #101820;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.spx-product-footer .footer-link-list a:hover,
.spx-product-footer .footer-link-list a:focus-visible {
	color: #057532;
	text-decoration: underline;
	text-underline-offset: 0.24em;
}

.spx-product-footer .social-row {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.spx-product-footer .social-row__icon a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #06a846;
}

.spx-product-footer .social-row__icon img {
	display: block;
	width: 15px;
	height: 15px;
	max-width: none;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.spx-product-footer .footer-bottom {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 0.35rem;
	border-bottom: 0;
	padding-bottom: 0;
}

.spx-product-footer .footer-bottom__trust {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	margin-top: -0.125rem;
}

@media (min-width: 900px) {
	.spx-product-footer {
		--spx-product-footer-main-gap: 1.1rem;
		--spx-product-footer-card-gap: 0.65rem;
		--spx-product-footer-card-min-height: 8.7rem;
		--spx-product-footer-icon-shell: 36px;
		--spx-product-footer-icon-image: 21px;
		--spx-product-footer-icon-small-shell: 24px;
		--spx-product-footer-icon-small-image: 13px;
	}

	.spx-product-footer .footer-capture__layout {
		grid-template-columns: minmax(0, 1.72fr) auto minmax(18.75rem, 23rem);
		column-gap: clamp(0.75rem, 1.2vw, 1.35rem);
	}

	.spx-product-footer .footer-capture__layout::after {
		grid-column: 2;
		grid-row: 1;
	}

	.spx-product-footer .footer-capture__form-shell {
		justify-self: end;
	}

	.spx-product-footer .footer-capture__copy h2 {
		max-width: 24ch;
	}

	.spx-product-footer .footer-capture__copy p {
		max-width: 46rem;
	}

	.spx-product-footer .footer-value,
	.spx-product-footer .footer-proof,
	.spx-product-footer .footer-contact,
	.spx-product-footer .footer-payments {
		text-align: center;
	}

	.spx-product-footer .footer-value > h2,
	.spx-product-footer .footer-proof > h2,
	.spx-product-footer .footer-contact > h2,
	.spx-product-footer .footer-payments > h2 {
		margin-left: auto;
		margin-right: auto;
		font-size: clamp(1.24rem, 1.05rem + 0.62vw, 1.48rem) !important;
		line-height: 1.18 !important;
	}

	.spx-product-footer .footer-contact > p,
	.spx-product-footer .footer-payments > p {
		font-size: 0.95rem !important;
		line-height: 1.5 !important;
	}

	.spx-product-footer .footer-benefits {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.spx-product-footer .footer-benefit-card,
	.spx-product-footer .contact-card,
	.spx-product-footer .proof-card {
		padding: 1rem 0.85rem !important;
	}

	.spx-product-footer .footer-benefit-card {
		gap: 0.5rem;
	}

	.spx-product-footer .footer-benefit-card__title,
	.spx-product-footer .contact-card__title {
		font-size: 0.94rem !important;
		line-height: 1.24 !important;
	}

	.spx-product-footer .footer-benefit-card__copy,
	.spx-product-footer .contact-card__copy {
		font-size: 0.95rem !important;
		line-height: 1.48 !important;
	}

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

	.spx-product-footer .proof-card {
		grid-template-columns: none;
		justify-items: center;
		text-align: center;
		gap: 0.55rem;
		min-height: 8.2rem;
	}

	.spx-product-footer .proof-card__glyph {
		font-size: 1.35rem !important;
	}

	.spx-product-footer .proof-card__copy {
		font-size: 0.93rem !important;
		line-height: 1.4 !important;
	}

	.spx-product-footer .footer-rating__score {
		font-size: 1.28rem !important;
	}

	.spx-product-footer .footer-rating__stars {
		font-size: 1.08rem !important;
	}

	.spx-product-footer .footer-rating__count {
		font-size: 0.95rem !important;
		line-height: 1.5 !important;
	}

	.spx-product-footer .contact-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.spx-product-footer .contact-card {
		gap: 0.45rem;
	}

	.spx-product-footer .footer-links {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1rem 0.9rem;
	}

	.spx-product-footer h3 {
		font-size: 1.02rem !important;
		line-height: 1.25 !important;
	}

	.spx-product-footer .footer-link-list a,
	.spx-product-footer .footer-link-column > p,
	.spx-product-footer .footer-bottom > p,
	.spx-product-footer .footer-bottom__trust p {
		font-size: 0.88rem !important;
		line-height: 1.5 !important;
	}

	.spx-product-footer .payment-logo {
		min-height: 38px;
		padding: 0.42rem 0.75rem;
		font-size: 0.88rem;
	}

	.spx-product-footer .payment-logo--mercadopago .payment-logo__image img {
		width: 126px !important;
		height: 31px !important;
	}

	.spx-product-footer .payment-logo--visa .payment-logo__image img {
		width: 68px !important;
		height: 24px !important;
	}

	.spx-product-footer .payment-logo--amex .payment-logo__image img {
		width: 114px !important;
		height: 24px !important;
	}

	.spx-product-footer .payment-logo--mastercard .payment-logo__image img {
		width: 96px !important;
		height: 24px !important;
	}

	.spx-product-footer .payment-logo--diners .payment-logo__image img {
		width: 120px !important;
		height: 24px !important;
	}

	.spx-product-footer .payment-logo--pse .payment-logo__image img {
		width: 70px !important;
		height: 24px !important;
	}

	.spx-product-footer .payment-logo--efecty .payment-logo__image img {
		width: 88px !important;
		height: 24px !important;
	}

	.spx-product-footer .social-row__icon a {
		width: 34px;
		height: 34px;
	}

	.spx-product-footer .social-row__icon img {
		width: 17px;
		height: 17px;
	}

	.spx-product-footer .footer-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}

	.spx-product-footer .footer-bottom > p {
		max-width: 32ch;
	}
}

@media (min-width: 640px) and (max-width: 899.98px) {
	.spx-product-footer {
		--spx-product-footer-main-gap: 0.95rem;
		--spx-product-footer-card-gap: 0.7rem;
		--spx-product-footer-card-min-height: 9.25rem;
		--spx-product-footer-icon-shell: 38px;
		--spx-product-footer-icon-image: 21px;
	}

	.spx-product-footer .footer-capture__layout {
		grid-template-columns: minmax(0, 1fr) minmax(18rem, 23rem);
	}

	.spx-product-footer .footer-capture__copy h2 {
		max-width: 18ch;
	}

	.spx-product-footer .footer-capture__layout::after {
		display: none;
	}

	.spx-product-footer .footer-capture__form-shell {
		justify-self: end;
	}

	.spx-product-footer .footer-value,
	.spx-product-footer .footer-proof,
	.spx-product-footer .footer-contact,
	.spx-product-footer .footer-payments {
		text-align: center;
	}

	.spx-product-footer .footer-value > h2 {
		max-width: 16ch;
		margin-left: auto;
		margin-right: auto;
	}

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

	.spx-product-footer .proof-card {
		grid-template-columns: none;
		justify-items: center;
		text-align: center;
		min-height: 8.5rem;
	}

	.spx-product-footer .contact-card__title {
		font-size: 0.9rem !important;
	}

	.spx-product-footer .contact-card__copy,
	.spx-product-footer .footer-benefit-card__copy,
	.spx-product-footer .footer-link-list a,
	.spx-product-footer .footer-link-column > p {
		font-size: 0.8rem !important;
	}
}

@media (max-width: 639.98px) {
	.spx-product-footer {
		--spx-product-footer-section-padding: 0.85rem;
		--spx-product-footer-main-gap: 0.85rem;
		--spx-product-footer-card-gap: 0.625rem;
		--spx-product-footer-card-min-height: 8.9rem;
		--spx-product-footer-icon-shell: 40px;
		--spx-product-footer-icon-image: 22px;
		--spx-product-footer-icon-small-shell: 24px;
		--spx-product-footer-icon-small-image: 13px;
	}

	.spx-product-footer__inner {
		width: min(var(--spx-product-footer-width), calc(100% - 1rem));
	}

	.spx-product-footer .footer-capture__layout {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		gap: 0.8rem 0.95rem;
		padding: 1.25rem 1.05rem;
	}

	.spx-product-footer .footer-capture__copy h2 {
		max-width: 11.5ch;
	}

	.spx-product-footer .footer-capture__copy p {
		font-size: 0.88rem !important;
		line-height: 1.4 !important;
		max-width: 100%;
	}

	.spx-product-footer .footer-capture__layout::after {
		display: block;
		grid-column: 2;
		grid-row: 1;
		width: 68px;
		height: 68px;
		margin-top: 0.12rem;
		opacity: 0.38;
	}

	.spx-product-footer .footer-capture__copy {
		grid-column: 1;
		grid-row: 1;
	}

	.spx-product-footer .footer-capture__form-shell {
		grid-column: 1 / -1;
		grid-row: 2;
		max-width: none;
	}

	.spx-product-footer .footer-value,
	.spx-product-footer .footer-proof,
	.spx-product-footer .footer-contact,
	.spx-product-footer .footer-payments {
		text-align: center;
	}

	.spx-product-footer .footer-value > h2 {
		max-width: 13ch;
		margin-left: auto;
		margin-right: auto;
	}

	.spx-product-footer .footer-benefits,
	.spx-product-footer .contact-grid {
		margin-top: 0.625rem;
	}

	.spx-product-footer .footer-benefit-card,
	.spx-product-footer .contact-card {
		gap: 0.5rem;
	}

	.spx-product-footer .footer-benefit-card__title,
	.spx-product-footer .contact-card__title {
		font-size: 0.92rem !important;
		line-height: 1.18 !important;
	}

	.spx-product-footer .footer-benefit-card__copy,
	.spx-product-footer .contact-card__copy,
	.spx-product-footer .footer-rating__count,
	.spx-product-footer .proof-card__copy,
	.spx-product-footer .footer-link-list a,
	.spx-product-footer .footer-link-column > p,
	.spx-product-footer .footer-bottom > p,
	.spx-product-footer .footer-bottom__trust p {
		font-size: 0.84rem !important;
		line-height: 1.42 !important;
	}

	.spx-product-footer .payment-logo {
		min-height: 36px;
		padding: 0.4rem 0.68rem;
	}

	.spx-product-footer .payment-logo--mercadopago .payment-logo__image img {
		width: 114px !important;
		height: 28px !important;
	}

	.spx-product-footer .payment-logo--visa .payment-logo__image img {
		width: 62px !important;
		height: 22px !important;
	}

	.spx-product-footer .payment-logo--amex .payment-logo__image img {
		width: 104px !important;
		height: 22px !important;
	}

	.spx-product-footer .payment-logo--mastercard .payment-logo__image img {
		width: 88px !important;
		height: 22px !important;
	}

	.spx-product-footer .payment-logo--diners .payment-logo__image img {
		width: 110px !important;
		height: 22px !important;
	}

	.spx-product-footer .payment-logo--pse .payment-logo__image img {
		width: 64px !important;
		height: 22px !important;
	}

	.spx-product-footer .payment-logo--efecty .payment-logo__image img {
		width: 78px !important;
		height: 22px !important;
	}

	.spx-product-footer .footer-link-column {
		gap: 0.4rem;
	}

	.spx-product-footer .footer-links {
		gap: 0.95rem 0.75rem;
	}

	.spx-product-footer .footer-bottom {
		gap: 0.25rem;
	}
}

.spx-contact-page-shell {
	--spx-contact-width: clamp(72.5rem, 84vw, 105rem);
	--spx-contact-inline-gutter: clamp(1.25rem, 2.4vw, 2rem);
	--spx-contact-section-space: clamp(2rem, 3vw, 2.5rem);
	--spx-contact-grid-gap: clamp(1rem, 1.4vw, 1.25rem);
	--spx-contact-card-padding: clamp(1.25rem, 1rem + 1vw, 2rem);
	--spx-contact-card-gap: clamp(1rem, 0.9rem + 0.7vw, 1.5rem);
	--spx-contact-surface: #ffffff;
	--spx-contact-border: rgba(29, 45, 61, 0.16);
	--spx-contact-border-strong: rgba(11, 143, 70, 0.24);
	--spx-contact-text: #101820;
	--spx-contact-copy: #273340;
	--spx-contact-muted: #5d6b7a;
	--spx-contact-accent: #06a846;
	--spx-contact-accent-dark: #057532;
	--spx-contact-accent-soft: #e7f8ec;
	--spx-contact-shadow: 0 16px 40px rgba(16, 24, 32, 0.09);
	background: #fbfcf8;
}

.spx-contact-page,
.spx-contact-page__hero,
.spx-contact-page__section,
.spx-contact-page__hero-inner,
.spx-contact-page__section-inner,
.spx-contact-page__grid,
.spx-contact-card,
.spx-contact-form-shell {
	margin: 0 !important;
}

.spx-contact-page,
.spx-contact-page p,
.spx-contact-page li,
.spx-contact-page label,
.spx-contact-page input,
.spx-contact-page textarea,
.spx-contact-page button {
	font-family:
		"Manrope",
		system-ui,
		-apple-system,
		blinkmacsystemfont,
		"Segoe UI",
		sans-serif;
}

.spx-contact-page {
	background: #fbfcf8;
	color: var(--spx-contact-text);
}

.spx-contact-page__hero {
	background: linear-gradient(135deg, #101820, #253241);
	color: #ffffff;
	padding: var(--spx-contact-section-space) 0;
}

.spx-contact-page__hero-inner,
.spx-contact-page__section-inner {
	width: min(var(--spx-contact-width), calc(100% - var(--spx-contact-inline-gutter)));
	margin-left: auto !important;
	margin-right: auto !important;
}

.spx-contact-page__hero-inner,
.spx-contact-page__section-inner,
.spx-contact-page__grid,
.spx-contact-card,
.spx-contact-form-shell {
	min-width: 0;
}

.spx-contact-page__hero-inner {
	display: grid;
	justify-items: start;
	gap: 0.65rem;
}

.spx-contact-page__hero-inner > *,
.spx-contact-page__section-inner > *,
.spx-contact-card > *,
.spx-contact-form-shell > * {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.spx-contact-page__eyebrow,
.spx-contact-page__hero-title,
.spx-contact-page__hero-copy,
.spx-contact-card__title,
.spx-contact-card__copy {
	margin: 0 !important;
}

.spx-contact-page__hero-title,
.spx-contact-card__title {
	font-family:
		"Sora",
		"Manrope",
		system-ui,
		sans-serif;
	max-width: none !important;
	text-wrap: pretty;
}

.spx-contact-page__hero-copy {
	max-width: 47.5rem !important;
	text-wrap: pretty;
}

.spx-contact-page__section {
	padding: var(--spx-contact-section-space) 0 clamp(2.25rem, 4vw, 3rem);
}

.spx-contact-page__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 26rem), 1fr));
	align-items: start;
	gap: var(--spx-contact-grid-gap);
	width: 100%;
}

.spx-contact-page__grid > * {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
}

.spx-contact-card {
	display: grid;
	align-content: start;
	gap: var(--spx-contact-card-gap);
	height: 100%;
	padding: var(--spx-contact-card-padding);
	border: 1px solid var(--spx-contact-border);
	border-radius: clamp(20px, 2vw, 24px);
	background: var(--spx-contact-surface);
	box-shadow: var(--spx-contact-shadow);
}

.spx-contact-card__copy {
	max-width: 40rem;
	color: var(--spx-contact-copy);
	text-wrap: pretty;
}

.spx-contact-card__actions,
.spx-contact-card__actions .wp-block-button {
	margin: 0 !important;
}

.spx-contact-primary-button .wp-block-button__link,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0.85rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: var(--spx-contact-accent);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(6, 168, 70, 0.25);
	transition:
		transform 0.18s ease,
		background-color 0.18s ease,
		box-shadow 0.18s ease;
}

.spx-contact-primary-button .wp-block-button__link:hover,
.spx-contact-primary-button .wp-block-button__link:focus-visible,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:focus-visible {
	background: var(--spx-contact-accent-dark);
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(6, 168, 70, 0.28);
}

.spx-contact-primary-button .wp-block-button__link:focus-visible,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:focus-visible {
	outline: 3px solid rgba(6, 168, 70, 0.24);
	outline-offset: 4px;
}

.spx-contact-benefits {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.spx-contact-benefits li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0 !important;
	color: var(--spx-contact-copy);
	font-size: 1rem;
	line-height: 1.45;
}

.spx-contact-benefits li::before {
	content: "\2713";
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--spx-contact-accent);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
}

.spx-contact-form-shell {
	width: 100%;
	max-width: none !important;
}

.spx-contact-form-shell #wpforms-51943 {
	--wpforms-label-color: var(--spx-contact-copy);
	--wpforms-button-background-color: var(--spx-contact-accent);
	--wpforms-button-border-color: var(--spx-contact-accent);
	--wpforms-button-text-color: #ffffff;
}

.spx-contact-form-shell div.wpforms-container-full,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field-container {
	margin: 0 !important;
	max-width: none !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field-container {
	display: grid;
	gap: var(--spx-contact-grid-gap);
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form {
	display: grid;
	gap: var(--spx-contact-grid-gap);
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field {
	display: grid;
	gap: 0.5rem;
	padding: 0 !important;
	margin: 0 !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field-label {
	display: block;
	margin: 0 !important;
	color: var(--spx-contact-copy) !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: 0;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field-label .wpforms-required-label {
	color: currentColor !important;
	font-size: 0.95em !important;
	font-weight: 700 !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="text"],
.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="email"],
.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="tel"],
.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="url"],
.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="number"],
.spx-contact-form-shell div.wpforms-container-full .wpforms-form textarea,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form select {
	width: 100% !important;
	min-height: 48px;
	padding: 0 1rem !important;
	border: 1px solid rgba(20, 35, 48, 0.12) !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: var(--spx-contact-text) !important;
	font-size: 1rem !important;
	line-height: 1.4 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form textarea {
	min-height: 160px;
	padding-top: 0.9rem !important;
	padding-bottom: 0.9rem !important;
	line-height: 1.45 !important;
	resize: vertical;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form input::placeholder,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form textarea::placeholder {
	color: #7f8c99;
	font-size: 1rem;
	line-height: 1.4;
	opacity: 1;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form input:hover,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form textarea:hover,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form select:hover {
	border-color: rgba(20, 35, 48, 0.2) !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form input:focus,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form textarea:focus,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form select:focus {
	outline: none;
	border-color: rgba(11, 143, 70, 0.34) !important;
	box-shadow:
		0 0 0 3px rgba(11, 143, 70, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-has-error input,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-has-error textarea,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-has-error select {
	border-color: rgba(192, 31, 67, 0.34) !important;
	background: #fff9fb !important;
	box-shadow: 0 0 0 3px rgba(192, 31, 67, 0.08) !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form label.wpforms-error,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form em.wpforms-error {
	display: block;
	margin: 0.35rem 0 0 !important;
	color: #bf1f43 !important;
	font-size: 0.76rem !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field-description {
	margin: 0.35rem 0 0 !important;
	color: var(--spx-contact-muted) !important;
	font-size: 0.92rem !important;
	line-height: 1.5 !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"] {
	margin: 0 !important;
	background: var(--spx-contact-accent) !important;
	border-color: var(--spx-contact-accent) !important;
	color: #ffffff !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:focus-visible {
	background: var(--spx-contact-accent-dark) !important;
	border-color: var(--spx-contact-accent-dark) !important;
}

.spx-contact-form-shell #wpforms-51943-field_5-container {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
	margin-left: 0.5rem;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-confirmation-container-full,
.spx-contact-form-shell div.wpforms-container-full .wpforms-error-container {
	margin: 0 !important;
	padding: 0.95rem 1rem !important;
	border: 1px solid rgba(11, 143, 70, 0.14);
	border-radius: 16px;
	background: rgba(234, 248, 239, 0.92);
	color: var(--spx-contact-accent-dark);
	font-size: 0.92rem;
	line-height: 1.5;
}

.spx-contact-form-shell div.wpforms-container-full .wpforms-error-container {
	border-color: rgba(192, 31, 67, 0.16);
	background: #fff6f8;
	color: #9d1738;
}

@media (max-width: 639.98px) {
	.spx-contact-page__hero {
		padding: 2.25rem 0;
	}

	.spx-contact-card {
		gap: 1.25rem;
		padding: 1.25rem;
	}

	.spx-contact-card__copy,
	.spx-contact-benefits li {
		font-size: 0.94rem !important;
	}

	.spx-contact-card__actions,
	.spx-contact-card__actions .wp-block-button,
	.spx-contact-primary-button,
	.spx-contact-primary-button .wp-block-button__link,
	.spx-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"] {
		width: 100%;
	}

	.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="text"],
	.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="email"],
	.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="tel"],
	.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="url"],
	.spx-contact-form-shell div.wpforms-container-full .wpforms-form input[type="number"],
	.spx-contact-form-shell div.wpforms-container-full .wpforms-form textarea,
	.spx-contact-form-shell div.wpforms-container-full .wpforms-form select {
		border-radius: 12px !important;
	}

	.spx-contact-form-shell div.wpforms-container-full .wpforms-form textarea {
		min-height: 148px;
	}
}

.spx-single-product-page {
	--spx-single-product-width: clamp(72.5rem, 84vw, 105rem);
	--spx-single-product-inline-gutter: 2rem;
	--spx-single-product-card-radius: clamp(20px, 2vw, 28px);
	--spx-single-product-card-padding: clamp(1.15rem, 2vw, 2rem);
	--spx-single-product-border: rgba(20, 35, 48, 0.12);
	--spx-single-product-border-soft: rgba(20, 35, 48, 0.08);
	--spx-single-product-shadow: 0 22px 58px rgba(16, 24, 32, 0.08);
	--spx-single-product-accent: #06a846;
	--spx-single-product-accent-dark: #057532;
	--spx-single-product-accent-soft: #e7f8ec;
	--spx-single-product-ink: #101820;
	--spx-single-product-copy: #324252;
	--spx-single-product-muted: #617286;
	--spx-single-product-mist: #f4f7f8;
	--spx-single-product-surface: #ffffff;
	--spx-single-product-gap: clamp(1rem, 1.8vw, 1.5rem);
	background: #fbfcf8;
	color: var(--spx-single-product-ink);
	overflow-x: clip;
}

.wp-site-blocks > .spx-single-product-page,
header.wp-block-template-part + .spx-single-product-page {
	margin-block-start: 0 !important;
}

.spx-single-product-page h1,
.spx-single-product-page h2,
.spx-single-product-page h3,
.spx-single-product-page p,
.spx-single-product-page ul,
.spx-single-product-page ol,
.spx-single-product-page dl,
.spx-single-product-page dd {
	margin: 0;
}

.spx-single-product-hero,
.spx-single-product-tabs-section {
	padding: clamp(0.72rem, 1.4vw, 1.2rem) 0 clamp(1.5rem, 2.2vw, 2.5rem);
}

.spx-single-product-hero__inner,
.spx-single-product-tabs__inner {
	width: min(var(--spx-single-product-width), calc(100% - var(--spx-single-product-inline-gutter)));
	margin-left: auto !important;
	margin-right: auto !important;
}

.spx-single-product-hero__inner > *,
.spx-single-product-tabs__inner > * {
	max-width: none !important;
}

.spx-single-product-card {
	padding: var(--spx-single-product-card-padding);
	border: 1px solid var(--spx-single-product-border);
	border-radius: var(--spx-single-product-card-radius);
	background: linear-gradient(180deg, #ffffff, #fbfdfb);
	box-shadow: var(--spx-single-product-shadow);
}

.spx-single-product-card--hero {
	display: grid;
	gap: clamp(1.15rem, 2vw, 1.8rem);
}

.spx-single-product-hero-grid {
	display: grid;
	gap: clamp(1.2rem, 2vw, 2rem);
	align-items: start;
}

.spx-single-product-hero-copy,
.spx-single-product-hero-media,
.spx-single-product-hero-decision,
.spx-single-product-support-grid,
.spx-single-product-actions,
.spx-product-tab-panel,
.spx-product-policy-grid,
.spx-product-related-head,
.spx-product-faq-head {
	display: grid;
	gap: var(--spx-single-product-gap);
}

.spx-single-product-hero-copy {
	align-content: start;
	gap: clamp(0.72rem, 1.2vw, 0.96rem);
	padding-block: clamp(0.2rem, 1vw, 0.6rem);
}

.spx-single-product-hero-decision {
	gap: clamp(0.56rem, 0.95vw, 0.82rem);
	margin-top: clamp(0.1rem, 0.45vw, 0.3rem);
}

.spx-single-product-hero-copy > *,
.spx-single-product-hero-decision > *,
.spx-single-product-actions > * {
	margin-block: 0 !important;
}

.spx-single-product-hero-taxonomy-row {
	gap: 0.55rem !important;
}

.spx-single-product-hero-taxonomy-row .wp-block-post-terms,
.spx-single-product-hero-taxonomy-row .wp-block-post-terms a {
	display: inline-flex;
	align-items: center;
}

.spx-single-product-hero-taxonomy-row .wp-block-post-terms {
	margin: 0 !important;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: var(--spx-single-product-accent-soft);
	color: var(--spx-single-product-accent-dark);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
}

.spx-single-product-hero-taxonomy-row .wp-block-post-terms a {
	color: inherit;
	text-decoration: none;
}

.spx-single-product-hero-title {
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: clamp(2rem, 3.8vw, 3.35rem) !important;
	font-weight: 800 !important;
	line-height: 1.04 !important;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.spx-single-product-hero-summary,
.spx-single-product-hero-summary p {
	max-width: 34rem;
	color: var(--spx-single-product-copy);
	font-size: clamp(0.94rem, 1.05vw, 1.05rem) !important;
	line-height: 1.4 !important;
}

.spx-single-product-hero-rating {
	color: var(--spx-single-product-accent-dark);
}

.spx-single-product-hero-rating .wc-block-components-product-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.spx-single-product-hero-rating .wc-block-components-product-rating__reviews {
	color: var(--spx-single-product-muted);
	font-size: 0.92rem;
}

.spx-single-product-hero-price,
.spx-single-product-hero-price .wc-block-components-product-price__value,
.spx-single-product-mobile-bar__price .wc-block-components-product-price__value {
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: clamp(2rem, 7vw, 3rem) !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: -0.05em;
	color: var(--spx-single-product-accent-dark);
}

.spx-single-product-hero-note {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--spx-single-product-accent-dark);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.35;
}

.spx-single-product-hero-note::before {
	content: "";
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	background: currentColor;
	-webkit-mask: url("/wireframe/img/icons/svgrepo-shield-check.svg") center / contain no-repeat;
	mask: url("/wireframe/img/icons/svgrepo-shield-check.svg") center / contain no-repeat;
}

.spx-single-product-stock:empty,
.spx-single-product-hero-taxonomy-row .wp-block-post-terms:empty {
	display: none;
}

.spx-single-product-stock {
	width: max-content;
	padding: 0.42rem 0.72rem;
	border-radius: 999px;
	background: rgba(6, 168, 70, 0.1);
	color: var(--spx-single-product-accent-dark);
	font-size: 0.82rem;
	font-weight: 700;
}

.spx-single-product-hero-media {
	align-content: start;
	gap: clamp(0.58rem, 1vw, 0.8rem);
	padding: clamp(0.85rem, 1.5vw, 1.15rem);
	border: 1px solid var(--spx-single-product-border-soft);
	border-radius: clamp(18px, 1.8vw, 24px);
	background: var(--spx-single-product-mist);
	overflow: hidden;
}

.spx-single-product-hero-media .wp-block-woocommerce-product-image-gallery,
.spx-single-product-hero-media .woocommerce-product-gallery {
	margin: 0 !important;
	width: 100%;
	max-width: 100%;
}

.spx-single-product-hero-media .flex-viewport {
	max-width: 100%;
	border-radius: 18px;
	overflow: hidden;
}

.spx-single-product-hero-media .woocommerce-product-gallery__wrapper {
	display: block !important;
	margin: 0 !important;
}

.spx-single-product-hero-media img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	color: transparent;
	font-size: 0;
	line-height: 0;
}

.spx-single-product-hero-media .woocommerce-product-gallery__image,
.spx-single-product-hero-media .woocommerce-product-gallery__wrapper,
.spx-single-product-hero-media .woocommerce-product-gallery__image a {
	display: block;
}

.spx-single-product-hero-media .woocommerce-product-gallery__image a {
	display: grid;
	place-items: center;
	min-height: clamp(21rem, 34vw, 27.5rem);
	padding: clamp(0.75rem, 1.35vw, 1rem);
	border-radius: 18px;
	background: #ffffff;
}

.spx-single-product-hero-media .woocommerce-product-gallery__image img {
	width: min(100%, 27.5rem);
	max-height: min(56vh, 27.5rem);
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(0 24px 32px rgba(16, 24, 32, 0.14));
}

.spx-single-product-hero-media .flex-control-nav,
.spx-single-product-hero-media .flex-control-thumbs {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.55rem;
	list-style: none;
	padding: 0.68rem 0 0.1rem !important;
	margin: 0 !important;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.spx-single-product-hero-media .flex-control-nav::-webkit-scrollbar,
.spx-single-product-hero-media .flex-control-thumbs::-webkit-scrollbar {
	display: none;
}

.spx-single-product-hero-media .flex-control-nav::before,
.spx-single-product-hero-media .flex-control-nav::after,
.spx-single-product-hero-media .flex-control-thumbs::before,
.spx-single-product-hero-media .flex-control-thumbs::after {
	content: none !important;
	display: none !important;
}

.spx-single-product-hero-media .flex-control-nav li,
.spx-single-product-hero-media .flex-control-thumbs li {
	float: none !important;
	clear: none !important;
	display: grid;
	place-items: center;
	width: 82px !important;
	flex: 0 0 82px;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: 1;
	min-width: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #ffffff;
	scroll-snap-align: start;
}

.spx-single-product-hero-media .flex-control-nav li.is-spx-image-fallback,
.spx-single-product-hero-media .flex-control-thumbs li.is-spx-image-fallback {
	display: block !important;
}

.spx-single-product-hero-media .flex-control-thumbs img {
	box-sizing: border-box;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	display: block;
	padding: 0.42rem;
	border: 1px solid var(--spx-single-product-border);
	border-radius: 14px;
	background: #ffffff;
	object-fit: contain;
}

.spx-single-product-hero-media .flex-control-thumbs img.flex-active {
	border-color: rgba(6, 168, 70, 0.4);
	box-shadow: inset 0 0 0 1px rgba(6, 168, 70, 0.55), 0 10px 22px rgba(6, 168, 70, 0.12);
}

.spx-single-product-hero-media .woocommerce-product-gallery__trigger {
	display: none !important;
}

.spx-single-product-hero-media .zoomImg {
	display: none !important;
}

.spx-single-product-support-grid {
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	align-items: start;
}

.spx-product-fitment-card {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.82rem;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(6, 168, 70, 0.18);
	border-radius: 18px;
	background: linear-gradient(135deg, #f1fbf4, #fbfffc);
	box-shadow: 0 12px 28px rgba(16, 24, 32, 0.05);
}

.spx-product-fitment-card__icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(6, 168, 70, 0.16);
	background: var(--spx-single-product-accent-soft);
	box-shadow: 0 10px 22px rgba(6, 168, 70, 0.08);
}

.spx-product-fitment-card__icon img {
	width: 24px;
	height: 24px;
	filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(1051%) hue-rotate(124deg) brightness(92%) contrast(96%);
}

.spx-product-fitment-card__copy {
	display: grid;
	gap: 0.28rem;
	min-width: 0;
}

.spx-product-fitment-card__copy strong {
	color: var(--spx-single-product-ink);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.spx-product-fitment-card__copy p {
	color: var(--spx-single-product-copy);
	font-size: 0.86rem;
	line-height: 1.48;
}

.spx-product-fitment-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0.58rem 0.82rem;
	border: 1px solid rgba(6, 168, 70, 0.2);
	border-radius: 999px;
	background: #ffffff;
	color: var(--spx-single-product-accent-dark);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.spx-product-fitment-card__link:hover,
.spx-product-fitment-card__link:focus-visible {
	border-color: rgba(6, 168, 70, 0.32);
	background: var(--spx-single-product-accent-soft);
}

.spx-single-product-actions__form,
.spx-single-product-actions__form .wp-block-woocommerce-add-to-cart-form,
.spx-single-product-actions__form form.cart,
.spx-single-product-actions__secondary {
	display: grid;
	gap: 0.56rem;
}

.spx-single-product-actions__form .wp-block-woocommerce-add-to-cart-form > *,
.spx-single-product-actions__form .wp-block-woocommerce-add-to-cart-form > * + * {
	margin-top: 0 !important;
	padding: 0 !important;
}

.spx-single-product-actions__form form.cart {
	column-gap: 0.42rem;
	row-gap: 0.28rem;
	justify-content: start;
}

.spx-single-product-actions__form .quantity {
	margin: 0 !important;
}

.spx-single-product-actions__form .stock {
	display: none;
}

.spx-single-product-actions__form input.qty,
.spx-single-product-actions__form .qty,
.spx-single-product-actions__form .input-text.qty {
	min-height: 50px;
	padding: 0 0.85rem !important;
	border: 1px solid var(--spx-single-product-border) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	color: var(--spx-single-product-ink) !important;
	font-size: 1rem !important;
}

.spx-single-product-actions__form button.single_add_to_cart_button,
.spx-single-product-mobile-bar__button .wc-block-components-product-button__button,
.spx-product-related-help__button .wp-block-button__link,
.spx-product-faq-support__button .wp-block-button__link,
.spx-product-policy-support__button .wp-block-button__link,
.spx-product-policy-support__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1.1rem !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--spx-single-product-accent) !important;
	color: #ffffff !important;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	box-shadow: 0 12px 28px rgba(6, 168, 70, 0.25);
	text-decoration: none !important;
}

.spx-single-product-actions__form button.single_add_to_cart_button,
.spx-single-product-actions__secondary .wp-block-button__link {
	min-height: 50px;
	padding: 0.75rem 1.1rem !important;
	border-radius: 12px !important;
	font-size: 1rem !important;
}

.spx-single-product-actions__form button.single_add_to_cart_button:hover,
.spx-single-product-actions__form button.single_add_to_cart_button:focus-visible,
.spx-single-product-mobile-bar__button .wc-block-components-product-button__button:hover,
.spx-single-product-mobile-bar__button .wc-block-components-product-button__button:focus-visible,
.spx-product-related-card__button .wc-block-components-product-button__button:hover,
.spx-product-related-card__button .wc-block-components-product-button__button:focus-visible,
.spx-product-related-help__button .wp-block-button__link:hover,
.spx-product-related-help__button .wp-block-button__link:focus-visible,
.spx-product-faq-support__button .wp-block-button__link:hover,
.spx-product-faq-support__button .wp-block-button__link:focus-visible,
.spx-product-policy-support__button .wp-block-button__link:hover,
.spx-product-policy-support__button .wp-block-button__link:focus-visible,
.spx-product-policy-support__button:hover,
.spx-product-policy-support__button:focus-visible {
	background: var(--spx-single-product-accent-dark) !important;
}

.spx-single-product-actions__checkout .wp-block-button__link,
.spx-single-product-actions__support .wp-block-button__link,
.spx-single-product-mobile-bar__support .wp-block-button__link {
	border: 0 !important;
	background: var(--spx-single-product-mist) !important;
	color: var(--spx-single-product-ink) !important;
	text-decoration: none !important;
}

.spx-single-product-actions__support .wp-block-button__link,
.spx-single-product-mobile-bar__support .wp-block-button__link {
	background: var(--spx-single-product-accent-soft) !important;
	color: var(--spx-single-product-accent-dark) !important;
}

.spx-product-tabs {
	padding: 0;
	overflow: hidden;
}

.spx-product-tabs__nav {
	display: flex;
	overflow-x: auto;
	gap: 0;
	padding: 0.45rem;
	border-bottom: 1px solid var(--spx-single-product-border);
	background: rgba(255, 255, 255, 0.94);
	scrollbar-width: none;
}

.spx-product-tabs__nav::-webkit-scrollbar {
	display: none;
}

.spx-product-tabs__button {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0.72rem 0.95rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--spx-single-product-muted);
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.spx-product-tabs__button:hover,
.spx-product-tabs__button.is-active {
	background: var(--spx-single-product-accent-soft);
	color: var(--spx-single-product-accent-dark);
}

.spx-product-tab-panel {
	padding: clamp(1rem, 2vw, 1.6rem);
}

.spx-product-tab-panel:not(.is-active) {
	display: none;
}

.spx-product-tab-panel__title {
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.45rem) !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.spx-product-tab-panel__title--compact {
	font-size: clamp(1.25rem, 2vw, 1.6rem) !important;
	letter-spacing: -0.03em;
}

.spx-product-description-block,
.spx-product-description-block p,
.spx-product-related-head p,
.spx-product-faq-head p,
.spx-product-policy-card p,
.spx-product-policy-support p,
.spx-product-related-help p,
.spx-product-faq-support p,
.spx-product-specs-note p,
.spx-product-specs-seal span {
	color: var(--spx-single-product-copy);
	font-size: 0.96rem;
	line-height: 1.55;
}

.spx-product-description-block {
	display: grid;
	gap: 0.8rem;
	max-width: 72ch;
}

.spx-product-description-block p {
	color: var(--spx-single-product-copy);
	font-size: 1rem;
	line-height: 1.66;
}

.spx-product-description-block > * + *,
.spx-product-policy-grid > * + *,
.spx-product-policy-card > * + *,
.spx-product-reviews-block > * + *,
.spx-product-related-help > * + *,
.spx-product-faq-support > * + * {
	margin-top: 0.85rem;
}

.spx-product-section-icon,
.spx-product-inline-icon,
.spx-product-specs-seal__icon,
.spx-product-faq-item__icon,
.spx-product-policy-icon,
.spx-product-policy-support__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.spx-product-section-icon {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.55rem;
	border: 1px solid rgba(6, 168, 70, 0.22);
	border-radius: 0.55rem;
	background: var(--spx-single-product-accent-soft);
	vertical-align: middle;
}

.spx-product-inline-icon {
	width: 2rem;
	height: 2rem;
	margin-right: 0.65rem;
	border-radius: 999px;
	background: var(--spx-single-product-accent-soft);
	vertical-align: middle;
}

.spx-product-section-icon img,
.spx-product-inline-icon img,
.spx-product-specs-seal__icon img,
.spx-product-faq-item__icon img,
.spx-product-policy-icon img,
.spx-product-policy-support__icon img {
	filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(1051%) hue-rotate(124deg) brightness(92%) contrast(96%);
}

.spx-product-section-icon img {
	width: 1rem;
	height: 1rem;
}

.spx-product-inline-icon img {
	width: 1.05rem;
	height: 1.05rem;
}

.spx-product-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.82rem;
}

.spx-product-feature-card,
.spx-product-policy-card,
.spx-product-related-help,
.spx-product-faq-support,
.spx-product-specs-note {
	padding: 1rem;
	border: 1px solid var(--spx-single-product-border);
	border-radius: 18px;
	background: #ffffff;
}

.spx-product-feature-card {
	gap: 0.38rem;
	background: var(--spx-single-product-mist);
}

.spx-product-feature-card p {
	font-size: 0.95rem;
	line-height: 1.48;
}

.spx-product-feature-card p:first-child,
.spx-product-related-help p:first-child,
.spx-product-faq-support p:first-child,
.spx-product-policy-support p:first-child,
.spx-product-specs-note p:first-child {
	color: var(--spx-single-product-ink);
}

.spx-product-specs-seal {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0.9rem;
	padding: 1rem;
	border: 1px solid rgba(6, 168, 70, 0.16);
	border-radius: 18px;
	background: linear-gradient(135deg, #f1fbf4, #fbfffc);
}

.spx-product-specs-seal__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 24px rgba(6, 168, 70, 0.08);
}

.spx-product-specs-seal__icon img {
	width: 1.5rem;
	height: 1.5rem;
}

.spx-product-specs-seal__copy {
	display: grid;
	gap: 0.22rem;
}

.spx-product-specs-seal strong {
	color: var(--spx-single-product-accent-dark);
	font-size: 0.95rem;
}

.spx-product-specs-note {
	gap: 0.52rem;
	border-color: rgba(6, 168, 70, 0.16);
	background: linear-gradient(135deg, #f7fcf8, #ffffff);
}

.spx-product-specs-note p:first-child {
	display: flex;
	align-items: center;
	margin: 0;
}

.spx-product-spec-list {
	display: grid;
	margin: 0;
	border: 1px solid var(--spx-single-product-border);
	border-radius: 18px;
	background: #ffffff;
	overflow: hidden;
}

.spx-product-spec-list div {
	display: grid;
	grid-template-columns: minmax(9rem, 0.85fr) 1fr;
	gap: 1rem;
	align-items: center;
	min-height: 44px;
	padding: 0.7rem 1rem;
	border-bottom: 1px solid var(--spx-single-product-border-soft);
}

.spx-product-spec-list div:last-child {
	border-bottom: 0;
}

.spx-product-spec-list dt {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--spx-single-product-ink);
	font-size: 0.88rem;
	font-weight: 800;
}

.spx-product-spec-list dd {
	color: var(--spx-single-product-ink);
	font-size: 0.88rem;
	font-weight: 600;
}

.spx-product-specs-empty {
	color: var(--spx-single-product-muted);
	font-size: 0.95rem;
}

.spx-product-reviews-block #reviews {
	display: grid;
	gap: 1.35rem;
}

.spx-product-reviews-block #review_form_wrapper,
.spx-product-reviews-block #review_form,
.spx-product-reviews-block #respond {
	display: grid;
	gap: 1rem;
}

.spx-product-reviews-block #reply-title {
	color: var(--spx-single-product-ink);
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.spx-product-reviews-block .woocommerce-Reviews-title {
	display: none;
}

.spx-product-reviews-block #comments ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.9rem;
}

.spx-product-reviews-block #comments ol.commentlist li {
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--spx-single-product-border);
	border-radius: 18px;
	background: #ffffff;
}

.spx-product-reviews-block #comments .comment_container {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.9rem;
}

.spx-product-reviews-block #comments .avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.spx-product-reviews-block #comments .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	margin-bottom: 0.45rem;
	color: var(--spx-single-product-muted);
	font-size: 0.84rem;
}

.spx-product-reviews-block #comments .description p,
.spx-product-reviews-block #review_form_wrapper p {
	color: var(--spx-single-product-copy);
	font-size: 0.94rem;
	line-height: 1.55;
}

.spx-product-reviews-block .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem 1rem;
	width: 100%;
	max-width: none;
}

.spx-product-reviews-block .comment-form > * {
	width: 100%;
	min-width: 0;
	margin: 0;
}

.spx-product-reviews-block .comment-notes,
.spx-product-reviews-block .comment-form-rating,
.spx-product-reviews-block .comment-form-comment,
.spx-product-reviews-block .comment-form-cookies-consent,
.spx-product-reviews-block .form-submit {
	grid-column: 1 / -1;
}

.spx-product-reviews-block .comment-form label {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--spx-single-product-ink);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.4;
}

.spx-product-reviews-block .comment-form input[type="text"],
.spx-product-reviews-block .comment-form input[type="email"],
.spx-product-reviews-block .comment-form textarea,
.spx-product-reviews-block .comment-form select {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	min-height: 48px;
	padding: 0.78rem 1rem;
	border: 1px solid var(--spx-single-product-border);
	border-radius: 14px;
	background: #ffffff;
}

.spx-product-reviews-block .comment-form textarea {
	min-height: 140px;
}

.spx-product-reviews-block .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.spx-product-reviews-block .comment-form-cookies-consent input[type="checkbox"] {
	width: auto;
	min-height: auto;
	margin-top: 0.22rem;
}

.spx-product-reviews-block .form-submit #submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: var(--spx-single-product-accent);
	color: #ffffff;
	font-weight: 700;
}

.spx-product-reviews-block .stars-wrapper,
.spx-product-reviews-block .stars {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.spx-product-reviews-block .stars button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--spx-single-product-ink);
	cursor: pointer;
}

.spx-product-related-carousel {
	position: relative;
	display: grid;
	gap: 0.75rem;
}

.spx-product-related-carousel__viewport,
.spx-product-related-query {
	min-width: 0;
}

.spx-product-related-carousel__viewport {
	overflow-x: hidden;
	overflow-y: visible;
	padding-block: 0.1rem 1.5rem;
}

.spx-product-related-carousel__control {
	position: absolute;
	top: calc(50% - 1.4rem);
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border: 1px solid var(--spx-single-product-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--spx-single-product-ink);
	font-size: 1.2rem;
	line-height: 1;
	box-shadow: 0 16px 30px rgba(16, 24, 32, 0.12);
	cursor: pointer;
	transition: transform 0.18s ease, opacity 0.18s ease, background-color 0.18s ease;
}

.spx-product-related-carousel.is-scrollable .spx-product-related-carousel__control {
	display: inline-flex;
}

.spx-product-related-carousel__control:hover:not(:disabled),
.spx-product-related-carousel__control:focus-visible:not(:disabled) {
	transform: translateY(-1px);
	background: #ffffff;
}

.spx-product-related-carousel__control:disabled {
	opacity: 0.4;
	cursor: default;
	box-shadow: none;
}

.spx-product-related-carousel__control--prev {
	left: -0.5rem;
}

.spx-product-related-carousel__control--next {
	right: -0.5rem;
}

.spx-product-related-query .wp-block-post-template {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	padding: 0;
	margin: 0;
}

.spx-product-related-query .wp-block-post {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	align-content: start;
	gap: 0.66rem;
	width: auto !important;
	min-width: 0;
	height: 100%;
	padding: 0.9rem;
	border: 1px solid var(--spx-single-product-border);
	border-radius: 16px;
	background: #ffffff;
}

.spx-product-related-card__image,
.spx-product-related-card__image a {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-radius: 14px;
	background: var(--spx-single-product-mist);
	overflow: hidden;
}

.spx-product-related-query .wp-block-post img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 0.88rem;
	border-radius: 12px;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
}

.spx-product-related-card__title,
.spx-product-related-card__title a {
	color: var(--spx-single-product-ink);
	font-size: 0.96rem !important;
	font-weight: 700;
	line-height: 1.38 !important;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.spx-product-related-card__title {
	min-height: 2.76em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.spx-product-related-card__price,
.spx-product-related-card__price .wc-block-components-product-price__value {
	color: var(--spx-single-product-ink);
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: 1rem !important;
	line-height: 1.1 !important;
}

.spx-product-related-card__button {
	padding-top: 0.15rem;
	margin-top: auto;
}

.spx-product-related-card__button .wc-block-components-product-button__button {
	width: 100%;
	min-height: 38px;
	padding: 0.45rem 0.55rem !important;
	border: 1px solid var(--spx-single-product-accent) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--spx-single-product-accent-dark) !important;
	font-size: 0.78rem !important;
	font-weight: 600 !important;
	box-shadow: none;
}

.spx-product-related-card__button .wc-block-components-product-button__button:hover,
.spx-product-related-card__button .wc-block-components-product-button__button:focus-visible {
	background: var(--spx-single-product-accent-soft) !important;
	color: var(--spx-single-product-accent-dark) !important;
	border-color: var(--spx-single-product-accent) !important;
}

.spx-product-faq-list {
	display: grid;
	gap: 0.75rem;
}

.spx-single-product-page .spx-product-faq-list--compact {
	gap: 0.55rem;
}

.spx-product-faq-item {
	border: 1px solid var(--spx-single-product-border);
	border-radius: 18px;
	background: #ffffff;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.spx-product-faq-item[open] {
	border-color: rgba(6, 168, 70, 0.24);
	box-shadow: 0 14px 28px rgba(16, 24, 32, 0.05);
}

.spx-product-faq-item summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.85rem;
	min-height: 60px;
	padding: 1rem 1.12rem;
	cursor: pointer;
	list-style: none;
}

.spx-product-faq-item summary::-webkit-details-marker {
	display: none;
}

.spx-product-faq-item summary::after {
	content: "+";
	color: var(--spx-single-product-accent-dark);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}

.spx-product-faq-item[open] summary::after {
	content: "−";
}

.spx-product-faq-item strong {
	color: var(--spx-single-product-ink);
	font-size: 0.98rem;
	line-height: 1.4;
}

.spx-product-faq-item p {
	padding: 0 1.12rem 1rem;
	color: var(--spx-single-product-copy);
	font-size: 0.95rem;
	line-height: 1.6;
}

.spx-product-policy-grid {
	gap: 0.72rem;
}

.spx-product-policy-card__title {
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: clamp(1.1rem, 2vw, 1.45rem) !important;
	line-height: 1.12 !important;
	letter-spacing: -0.03em;
}

.spx-product-policy-list {
	display: grid;
	gap: 0.42rem;
	padding-left: 1.1rem;
	color: var(--spx-single-product-copy);
	font-size: 0.92rem;
	line-height: 1.55;
}

.spx-product-policy-support {
	padding: 1rem 1.08rem;
	border: 1px solid rgba(6, 168, 70, 0.16);
	border-radius: 18px;
	background: linear-gradient(135deg, #f1fbf4, #fbfffc);
}

.spx-product-faq-item summary {
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.75rem;
	border: 0;
	box-shadow: none;
}

.spx-product-faq-item summary::after {
	content: "v";
	color: var(--spx-single-product-ink);
	font-size: 1rem;
	font-weight: 600;
	transition: transform 0.18s ease;
}

.spx-product-faq-item[open] summary::after {
	transform: rotate(180deg);
}

.spx-product-faq-item__icon {
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 999px;
	background: var(--spx-single-product-accent-soft);
}

.spx-product-faq-item__icon img {
	width: 1.2rem;
	height: 1.2rem;
}

.spx-product-faq-item__answer {
	padding: 0 1.12rem 1rem calc(1.12rem + 2.9rem);
}

.spx-single-product-page .spx-product-faq-list--compact .spx-product-faq-item summary {
	padding: 0.95rem 1rem;
}

.spx-single-product-page .spx-product-faq-list--compact .spx-product-faq-item__answer {
	padding: 0 1rem 0.9rem calc(1rem + 2.75rem);
}

.spx-product-faq-item p {
	padding: 0;
	margin: 0;
}

.spx-product-policy-grid {
	display: grid;
	gap: 0.82rem;
}

.spx-product-policy-card__title {
	font-weight: 800 !important;
}

.spx-product-policy-heading {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.9rem;
	align-items: start;
}

.spx-product-policy-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 0.85rem;
	border: 1px solid rgba(6, 168, 70, 0.18);
	background: var(--spx-single-product-accent-soft);
}

.spx-product-policy-icon img,
.spx-product-policy-support__icon img {
	width: 1.6rem;
	height: 1.6rem;
}

.spx-product-shipping-grid,
.spx-product-policy-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--spx-single-product-border-soft);
	padding-top: 0.95rem;
	width: 100%;
}

.spx-product-shipping-grid div,
.spx-product-policy-benefits span {
	min-width: 0;
	min-height: 74px;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 0.38rem;
	padding: 0.85rem 0.7rem;
	text-align: center;
	color: var(--spx-single-product-copy);
	font-size: 0.84rem;
	line-height: 1.4;
	border-right: 1px solid var(--spx-single-product-border-soft);
}

.spx-product-shipping-grid div:last-child,
.spx-product-policy-benefits span:last-child {
	border-right: 0;
}

.spx-product-shipping-grid img {
	width: 1.5rem;
	height: 1.5rem;
	filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(1051%) hue-rotate(124deg) brightness(92%) contrast(96%);
}

.spx-product-shipping-grid strong {
	color: var(--spx-single-product-ink);
	font-size: 0.9rem;
	line-height: 1.25;
}

.spx-product-policy-benefits span::before {
	content: "✓";
	width: 1.15rem;
	height: 1.15rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--spx-single-product-accent-dark);
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 800;
}

.spx-product-policy-benefits--returns span::before {
	display: none;
}

.spx-product-policy-note {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0.8rem;
	border: 1px solid rgba(6, 168, 70, 0.14);
	border-radius: 10px;
	background: var(--spx-single-product-accent-soft);
	padding: 0.9rem;
}

.spx-product-policy-note span {
	width: 1.75rem;
	height: 1.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(6, 168, 70, 0.42);
	border-radius: 999px;
	color: var(--spx-single-product-accent-dark);
	font-family: "Sora", "Manrope", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
}

.spx-product-policy-note p {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.45;
}

.spx-product-policy-support {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.95rem;
}

.spx-product-policy-support__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 24px rgba(6, 168, 70, 0.1);
}

.spx-product-policy-support strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--spx-single-product-ink);
	font-size: 1rem;
	line-height: 1.3;
}

.spx-product-policy-support p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.5;
}

.spx-single-product-hero-media .woocommerce-product-gallery__image.is-spx-image-fallback a,
.spx-product-related-card__image.is-spx-image-fallback,
.spx-product-related-query .wp-block-post.is-spx-image-fallback .spx-product-related-card__image {
	background: linear-gradient(180deg, #ffffff, #f6f8f9);
}

.spx-single-product-hero-media img.is-spx-image-fallback,
.spx-product-related-query img.is-spx-image-fallback {
	filter: none;
	padding: 0.82rem;
}

.spx-single-product-mobile-bar {
	display: none;
}

@media (min-width: 900px) {
	.spx-single-product-hero-grid {
		grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
	}

	.spx-single-product-hero-price,
	.spx-single-product-hero-price .wc-block-components-product-price__value {
		font-size: clamp(2.6rem, 4vw, 4rem) !important;
	}

	.spx-single-product-actions__form form.cart {
		grid-template-columns: 86px minmax(0, 15rem);
		align-items: center;
	}

	.spx-single-product-actions__secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.spx-product-tabs__button {
		flex: 1 1 0;
		text-align: center;
	}
}

@media (min-width: 640px) and (max-width: 899.98px) {
	.spx-single-product-support-grid,
	.spx-product-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spx-single-product-actions__form form.cart {
		grid-template-columns: 86px minmax(0, 15rem);
		align-items: center;
	}
}

@media (max-width: 899.98px) {
	.spx-single-product-page {
		--spx-single-product-inline-gutter: 1.5rem;
	}

	.spx-single-product-hero-grid,
	.spx-product-feature-grid {
		grid-template-columns: 1fr;
	}

	.spx-single-product-hero-media .flex-control-thumbs {
		max-width: 100%;
	}

	.spx-single-product-hero-media .woocommerce-product-gallery__image a {
		min-height: clamp(18rem, 48vw, 24rem);
	}

	.spx-single-product-hero-media .woocommerce-product-gallery__image img {
		width: min(100%, 24rem);
		max-height: min(50vh, 24rem);
	}

	.spx-product-fitment-card,
	.spx-product-policy-support {
		grid-template-columns: 1fr;
	}

	.spx-product-fitment-card__link {
		justify-self: start;
	}

	.spx-single-product-hero-copy {
		gap: 0.82rem;
	}

	.spx-single-product-hero-decision,
	.spx-single-product-actions__form,
	.spx-single-product-actions__secondary {
		gap: 0.56rem;
	}

	.spx-product-shipping-grid,
	.spx-product-policy-benefits {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	.spx-product-shipping-grid div,
	.spx-product-policy-benefits span {
		border-right: 0;
		border-bottom: 1px solid var(--spx-single-product-border-soft);
	}

	.spx-product-shipping-grid div:last-child,
	.spx-product-policy-benefits span:last-child {
		border-bottom: 0;
	}

	.spx-product-related-carousel {
		padding-inline: 0.2rem;
	}

	.spx-product-related-query .wp-block-post-template {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(15rem, 42vw);
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		padding-bottom: 0.2rem;
	}

	.spx-product-related-query .wp-block-post-template::-webkit-scrollbar {
		display: none;
	}

	.spx-product-related-query .wp-block-post {
		scroll-snap-align: start;
	}
}

@media (max-width: 639.98px) {
	.spx-single-product-page {
		--spx-single-product-inline-gutter: 1rem;
		--spx-single-product-card-padding: 1rem;
		padding-bottom: 6.25rem;
	}

	.spx-single-product-hero,
	.spx-single-product-tabs-section {
		padding-top: 0.9rem;
	}

	.spx-single-product-hero-title {
		font-size: clamp(1.8rem, 9vw, 2.4rem) !important;
	}

	.spx-single-product-hero-price,
	.spx-single-product-hero-price .wc-block-components-product-price__value {
		font-size: clamp(1.95rem, 11vw, 2.85rem) !important;
	}

	.spx-single-product-actions__form form.cart,
	.spx-single-product-actions__secondary {
		grid-template-columns: 1fr;
	}

	.spx-single-product-actions__form form.cart {
		row-gap: 0.42rem;
	}

	.spx-single-product-hero-copy {
		gap: 0.74rem;
	}

	.spx-single-product-hero-decision {
		gap: 0.5rem;
	}

	.spx-single-product-actions__form button.single_add_to_cart_button,
	.spx-single-product-actions__checkout,
	.spx-single-product-actions__checkout .wp-block-button__link,
	.spx-single-product-actions__support,
	.spx-single-product-actions__support .wp-block-button__link {
		width: 100%;
	}

	.spx-product-tabs__nav {
		padding: 0.35rem;
	}

	.spx-product-tabs__button {
		padding: 0.68rem 0.8rem;
		font-size: 0.82rem;
	}

	.spx-product-description-block {
		gap: 0.72rem;
	}

	.spx-product-section-icon {
		width: 1.45rem;
		height: 1.45rem;
		margin-right: 0.45rem;
	}

	.spx-product-inline-icon {
		width: 1.8rem;
		height: 1.8rem;
		margin-right: 0.5rem;
	}

	.spx-product-specs-seal {
		grid-template-columns: 1fr;
	}

	.spx-product-spec-list div {
		grid-template-columns: minmax(6.85rem, 0.88fr) 1fr;
		gap: 0.75rem;
		padding: 0.62rem 0.9rem;
	}

	.spx-product-spec-list dt,
	.spx-product-spec-list dd {
		font-size: 0.82rem;
	}

	.spx-product-reviews-block #comments .comment_container {
		grid-template-columns: 1fr;
	}

	.spx-product-reviews-block #comments .avatar {
		width: 38px;
		height: 38px;
	}

	.spx-product-reviews-block .comment-form {
		grid-template-columns: 1fr;
	}

	.spx-product-related-carousel {
		padding-inline: 0.1rem;
	}

	.spx-product-related-carousel__control {
		top: calc(50% - 1.2rem);
		width: 2.4rem;
		height: 2.4rem;
		font-size: 1rem;
	}

	.spx-product-related-carousel__control--prev {
		left: -0.2rem;
	}

	.spx-product-related-carousel__control--next {
		right: -0.2rem;
	}

	.spx-product-related-query .wp-block-post-template {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(14.2rem, 82vw);
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		padding-bottom: 0.2rem;
	}

	.spx-product-related-query .wp-block-post-template::-webkit-scrollbar {
		display: none;
	}

	.spx-product-related-query .wp-block-post {
		scroll-snap-align: start;
	}

	.spx-product-faq-item strong {
		font-size: 0.93rem;
	}

	.spx-product-faq-item__answer {
		padding-left: calc(1rem + 2.5rem);
	}

	.spx-product-faq-item p {
		font-size: 0.92rem;
	}

	.spx-single-product-mobile-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 65;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		align-items: center;
		gap: 0.65rem;
		padding: 0.85rem 1rem;
		border-top: 1px solid var(--spx-single-product-border);
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(14px);
		box-shadow: 0 -14px 34px rgba(16, 24, 32, 0.12);
	}

	.spx-single-product-mobile-bar__price-wrap {
		gap: 0.15rem;
	}

	.spx-single-product-mobile-bar__eyebrow {
		color: var(--spx-single-product-muted);
		font-size: 0.66rem;
		font-weight: 700;
		letter-spacing: 0.03em;
		line-height: 1;
		white-space: nowrap;
		text-transform: uppercase;
	}

	.spx-single-product-mobile-bar__price,
	.spx-single-product-mobile-bar__price .wc-block-components-product-price__value {
		font-size: 1.2rem !important;
	}

	.spx-single-product-mobile-bar__button {
		margin: 0;
	}

	.spx-single-product-mobile-bar__button .wc-block-components-product-button__button,
	.spx-single-product-mobile-bar__support .wp-block-button__link {
		min-height: 44px;
		padding-right: 1rem !important;
		padding-left: 1rem !important;
		font-size: 0.88rem !important;
		box-shadow: none;
	}

	.spx-single-product-hero__inner,
	.spx-single-product-card--hero,
	.spx-single-product-hero-grid,
	.spx-single-product-hero-grid > *,
	.spx-single-product-hero-copy,
	.spx-single-product-hero-media,
	.spx-single-product-hero-decision,
	.spx-single-product-actions,
	.spx-single-product-actions__secondary,
	.spx-product-fitment-card,
	.spx-product-fitment-card__copy,
	.spx-single-product-hero-note,
	.spx-single-product-tabs__inner,
	.spx-product-tab-panel,
	.spx-product-policy-grid,
	.spx-product-related-head,
	.spx-product-faq-head {
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.spx-single-product-hero-media {
		gap: 0.5rem;
		padding: 0.8rem;
		overflow: hidden;
	}

	.spx-single-product-hero-media .flex-viewport {
		overflow: hidden;
	}

	.spx-single-product-hero-media .woocommerce-product-gallery,
	.spx-single-product-hero-media .woocommerce-product-gallery__wrapper,
	.spx-single-product-hero-media .woocommerce-product-gallery__image,
	.spx-single-product-hero-media .woocommerce-product-gallery__image a {
		max-width: 100% !important;
	}

	.spx-single-product-hero-media .woocommerce-product-gallery__image a {
		min-height: clamp(15rem, 70vw, 19rem);
		padding: 0.68rem;
	}

	.spx-single-product-hero-media .woocommerce-product-gallery__image img {
		width: min(100%, 19rem);
		max-height: min(42vh, 18.5rem);
	}

	.spx-single-product-hero-media .flex-control-nav,
	.spx-single-product-hero-media .flex-control-thumbs {
		gap: 0.42rem;
		padding-top: 0.55rem !important;
		padding-bottom: 0.05rem !important;
	}

	.spx-single-product-hero-media .flex-control-nav li,
	.spx-single-product-hero-media .flex-control-thumbs li {
		width: 64px !important;
		flex-basis: 64px;
		border-radius: 12px;
	}

	.spx-single-product-hero-media .flex-control-thumbs img {
		padding: 0.34rem;
		border-radius: 12px;
	}

	.spx-single-product-hero-note,
	.spx-product-fitment-card__copy strong,
	.spx-product-fitment-card__copy p,
	.spx-product-fitment-card__link,
	.spx-single-product-actions__secondary .wp-block-button__link {
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.spx-product-fitment-card {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.spx-product-fitment-card__link {
		grid-column: 1 / -1;
		width: 100%;
		white-space: normal;
	}

	.spx-single-product-actions__secondary .wp-block-button,
	.spx-single-product-actions__secondary .wp-block-button__link {
		width: 100%;
	}

	.spx-single-product-page {
		--spx-single-product-inline-gutter: 1rem;
		--spx-single-product-card-padding: 1rem;
	}

	body.single-product {
		overflow-x: clip;
	}

	.spx-product-tabs,
	.spx-product-tabs__inner {
		overflow-x: clip;
	}

	.spx-product-tabs__nav {
		width: 100%;
		max-width: 100%;
		padding-inline: 0.35rem;
		box-sizing: border-box;
		overscroll-behavior-x: contain;
		contain: inline-size;
	}

	.spx-product-tabs__button {
		flex-shrink: 0;
	}

	.spx-product-fitment-card {
		align-items: start;
		gap: 0.72rem;
		padding: 0.85rem;
	}

	.spx-product-fitment-card__icon {
		width: 3rem;
		height: 3rem;
	}

	.spx-product-fitment-card__copy {
		gap: 0.4rem;
	}

	.spx-product-fitment-card__copy strong {
		font-size: 0.98rem;
		line-height: 1.3;
	}

	.spx-product-fitment-card__copy p {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.spx-product-fitment-card__link {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 2.5rem;
		padding: 0.7rem 0.9rem;
		text-align: center;
	}

	.spx-single-product-mobile-bar {
		gap: 0.5rem;
		padding: 0.72rem 0.9rem calc(0.72rem + env(safe-area-inset-bottom));
	}

	.spx-single-product-mobile-bar__button .wc-block-components-product-button__button,
	.spx-single-product-mobile-bar__support .wp-block-button__link {
		min-height: 42px;
		padding-right: 0.95rem !important;
		padding-left: 0.95rem !important;
	}
}

/* Home category carousel image polish */
.spx-home-page .spx-product-category-carousel__card {
	overflow: hidden;
}

.spx-home-page .spx-product-category-carousel__media {
	position: relative;
	min-height: clamp(11.5rem, 18vw, 13.25rem) !important;
	padding: 0 !important;
	background: linear-gradient(135deg, #edf4f0 0%, #f7f9fb 56%, #e8eff4 100%) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.spx-home-page .spx-product-category-carousel__media::after {
	content: "";
	position: absolute;
	inset: auto auto -18% -8%;
	width: 46%;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	background: rgba(6, 168, 70, 0.08);
	filter: blur(8px);
	pointer-events: none;
}

.spx-home-page .spx-product-category-carousel__image {
	position: relative;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	min-height: clamp(11.5rem, 18vw, 13.25rem) !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center !important;
	transition: transform 220ms ease, filter 220ms ease !important;
}

.spx-home-page .spx-product-category-carousel__card:hover .spx-product-category-carousel__image,
.spx-home-page .spx-product-category-carousel__card:focus-visible .spx-product-category-carousel__image {
	transform: scale(1.05);
	filter: saturate(1.04);
}

@media (max-width: 781px) {
	.spx-home-page .spx-product-category-carousel__media,
	.spx-home-page .spx-product-category-carousel__image {
		min-height: 10.75rem !important;
	}
}

/* Legal pages */
.spx-legal-page-shell {
	background: #fbfcf8;
}

.spx-legal-page {
	--spx-legal-shell-width: clamp(72.5rem, 84vw, 105rem);
	--spx-legal-accent: #06a846;
	--spx-legal-accent-strong: #057532;
	--spx-legal-accent-soft: #e7f8ec;
	--spx-legal-ink: #101820;
	--spx-legal-copy: #475467;
	--spx-legal-line: rgba(29, 45, 61, 0.12);
	--spx-legal-surface: #ffffff;
	--spx-legal-hero-from: #101820;
	--spx-legal-hero-to: #183526;
	background:
		radial-gradient(circle at 100% 0%, rgba(6, 168, 70, 0.08), transparent 28rem),
		#fbfcf8;
	color: var(--spx-legal-ink);
	padding-bottom: 20px;
}

.spx-legal-page--privacy {
	--spx-legal-accent: #0b8a6a;
	--spx-legal-accent-strong: #08634d;
	--spx-legal-accent-soft: #e7f7f1;
	--spx-legal-hero-from: #10231c;
	--spx-legal-hero-to: #102431;
}

.spx-legal-page > * {
	margin-block-start: 0 !important;
}

.spx-legal-page__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(2.35rem, 4vw, 3.55rem) 0;
	background: linear-gradient(135deg, var(--spx-legal-hero-from), var(--spx-legal-hero-to));
	isolation: isolate;
}

.spx-legal-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(6, 168, 70, 0.22), transparent 18rem),
		radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.08), transparent 20rem);
}

.spx-legal-page__hero-inner,
.spx-legal-page__shell {
	position: relative;
	z-index: 1;
	width: var(--spx-legal-shell-width);
	margin-inline: auto !important;
}

.spx-legal-page__hero-inner {
	display: grid;
	gap: 0.85rem;
	justify-items: start;
}

.spx-legal-page__eyebrow {
	width: fit-content;
	margin: 0;
	padding: 0.45rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #dcfce7;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.spx-legal-page__hero-title {
	max-width: none;
	margin: 0;
	color: #fff;
	font-size: clamp(2.3rem, 5.4vw, 4.75rem);
	line-height: var(--spx-line-height-display);
	letter-spacing: var(--spx-letter-spacing-display);
	text-wrap: pretty;
}

.spx-legal-page__hero-copy {
	max-width: 42rem;
	margin: 0;
	color: #dce6ee;
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.55;
}

.spx-legal-page__nav.is-layout-flex,
.spx-legal-page__cta.is-layout-flex,
.spx-legal-page__actions.is-layout-flex {
	gap: 0.8rem !important;
}

.spx-legal-page__nav .wp-block-button__link,
.spx-legal-page__secondary .wp-block-button__link {
	min-height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	backdrop-filter: blur(10px);
	box-shadow: none;
}

.spx-legal-page__nav .wp-block-button__link:hover,
.spx-legal-page__nav .wp-block-button__link:focus-visible,
.spx-legal-page__secondary .wp-block-button__link:hover,
.spx-legal-page__secondary .wp-block-button__link:focus-visible {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-1px);
}

.spx-legal-page__primary .wp-block-button__link {
	min-height: var(--spx-button-min-height);
	background: var(--spx-legal-accent);
	box-shadow: 0 16px 30px rgba(6, 168, 70, 0.2);
	color: #fff;
}

.spx-legal-page__primary .wp-block-button__link:hover,
.spx-legal-page__primary .wp-block-button__link:focus-visible {
	background: var(--spx-legal-accent-strong);
	box-shadow: 0 18px 34px rgba(6, 168, 70, 0.26);
	transform: translateY(-1px);
}

.spx-legal-page__section {
	padding: clamp(1.3rem, 2.8vw, 2.35rem) 0;
}

.spx-legal-page__section:first-of-type {
	padding-top: clamp(1.6rem, 3.2vw, 2.65rem);
}

.spx-legal-page__section-head {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 1.05rem;
}

.spx-legal-page__section-kicker {
	margin: 0;
	color: var(--spx-legal-accent);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.spx-legal-page__section-title,
.spx-legal-page__card-title {
	margin: 0;
	color: var(--spx-legal-ink);
	text-wrap: pretty;
}

.spx-legal-page__section-title {
	font-size: var(--spx-font-size-h2);
	line-height: var(--spx-line-height-heading);
	letter-spacing: var(--spx-letter-spacing-heading);
}

.spx-legal-page__card-title {
	font-size: var(--spx-font-size-h4);
	line-height: var(--spx-line-height-heading);
	letter-spacing: var(--spx-letter-spacing-heading);
}

.spx-legal-page__section-copy,
.spx-legal-page__card-copy,
.spx-legal-page__meta,
.spx-legal-page__address {
	margin: 0;
	color: var(--spx-legal-copy);
	font-size: var(--spx-font-size-body);
	line-height: var(--spx-line-height-body);
}

.spx-legal-page__quick-grid,
.spx-legal-page__grid {
	gap: 1rem;
}

.spx-legal-page__stack {
	display: grid;
	gap: 1rem;
}

.spx-legal-page__quick-grid > .wp-block-column,
.spx-legal-page__grid > .wp-block-column {
	display: flex;
}

.spx-legal-page__quick-card,
.spx-legal-page__card,
.spx-legal-page__note {
	display: grid;
	gap: 0.95rem;
	width: 100%;
	height: 100%;
	border: 1px solid var(--spx-legal-line);
	border-radius: 28px;
	background: var(--spx-legal-surface);
	box-shadow: 0 22px 54px rgba(16, 24, 32, 0.06);
}

.spx-legal-page__quick-card > *,
.spx-legal-page__card > *,
.spx-legal-page__note > * {
	margin-block-start: 0 !important;
}

.spx-legal-page__quick-card {
	gap: 0.8rem;
}

.spx-legal-page__icon {
	width: 52px;
	margin: 0;
}

.spx-legal-page__icon img {
	display: block;
	width: 52px;
	height: 52px;
	padding: 0.9rem;
	border-radius: 16px;
	background: var(--spx-legal-accent-soft);
	object-fit: contain;
}

.spx-legal-page__card-kicker {
	margin: 0;
	color: var(--spx-legal-accent);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.spx-legal-page__list,
.spx-legal-page__list ul {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding-left: 1.1rem;
	color: var(--spx-legal-copy);
}

.spx-legal-page__list li {
	margin: 0;
}

.spx-legal-page__prose {
	display: grid;
	gap: 0.9rem;
}

.spx-legal-page__prose > * {
	margin: 0 !important;
}

.spx-legal-page__card a,
.spx-legal-page__note a {
	color: var(--spx-legal-accent-strong);
	font-weight: 700;
}

.spx-legal-page__note {
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	background: linear-gradient(135deg, var(--spx-legal-accent-soft), rgba(255, 255, 255, 0.98));
}

.spx-legal-page__note .spx-legal-page__icon img {
	background: rgba(255, 255, 255, 0.78);
}

.spx-legal-page__actions .wp-block-button__link {
	min-height: 48px;
}

.spx-legal-page__address strong,
.spx-legal-page__meta strong {
	color: var(--spx-legal-ink);
}

.spx-legal-page__divider {
	height: 1px;
	border: 0;
	background: linear-gradient(90deg, rgba(16, 24, 32, 0.06), rgba(16, 24, 32, 0.16), rgba(16, 24, 32, 0.06));
}

@media (max-width: 960px) {
	.spx-legal-page__hero-title {
		font-size: clamp(2.15rem, 8vw, 3.8rem);
	}
}

@media (max-width: 781px) {
	.spx-legal-page {
		--spx-legal-shell-width: calc(100% - 1.25rem);
	}

	.spx-legal-page__hero {
		padding: 2.35rem 0;
	}

	.spx-legal-page__hero-title {
		max-width: none;
	}

	.spx-legal-page__nav.is-layout-flex,
	.spx-legal-page__cta.is-layout-flex,
	.spx-legal-page__actions.is-layout-flex {
		align-items: stretch;
	}

	.spx-legal-page__nav .wp-block-button,
	.spx-legal-page__cta .wp-block-button,
	.spx-legal-page__actions .wp-block-button {
		width: 100%;
	}

	.spx-legal-page__nav .wp-block-button__link,
	.spx-legal-page__cta .wp-block-button__link,
	.spx-legal-page__actions .wp-block-button__link {
		width: 100%;
	}

	.spx-legal-page__note {
		grid-template-columns: 1fr;
	}

	.spx-legal-page__section {
		padding: 1.15rem 0;
	}
}

