/* fmcs-style */
/* FMCS minimal CSS (no JS) */
.fmcs-btn{transition:transform .15s ease, box-shadow .15s ease}
.fmcs-btn:hover{transform:translateY(-1px)}

/*
 * Mobile viewport guard.
 *
 * Older Android browsers can include translated drawers, animated tracks and
 * wrapped Elementor columns in the document's horizontal overflow area.
 * Keep those visual effects clipped to the viewport without disabling the
 * intentional horizontal scrolling inside tabs and filter rows.
 */
html,
body{
	max-width:100%;
	overflow-x:hidden;
}

@supports (overflow:clip){
	html,
	body{
		overflow-x:clip;
	}
}

/* Quantity defaults */
.fmcs-qty-row{display:flex;gap:.5rem;align-items:center}
.fmcs-qty{width:120px;max-width:100%}
.fmcs-qty-label{margin-right:.25rem}
.fmcs-btn-row{display:flex}

/* Align defaults */
.fmcs-wrap{ text-align:left; }
.fmcs-qty-row{ justify-content:flex-start; text-align:left; }
.fmcs-price-sale,
.fmcs-price-sale *,
.fmcs-price ins,
.fmcs-price ins *{text-decoration:none!important;border-bottom:0!important}

/* Button alignment helpers */
.fmcs-btn-row{display:flex;justify-content:flex-start}
.fmcs-btn-row.fmcs-align-center{justify-content:center}
.fmcs-btn-row.fmcs-align-flex-end{justify-content:flex-end}
.fmcs-btn-row.fmcs-align-stretch{display:block}
.fmcs-btn-row.fmcs-align-stretch .fmcs-btn{display:block;width:100%}

/* Fallback hover animations */
.fmcs-btn.elementor-animation-grow{transition:transform .15s ease}
.fmcs-btn.elementor-animation-grow:hover{transform:scale(1.04)}
.fmcs-btn.elementor-animation-shrink{transition:transform .15s ease}
.fmcs-btn.elementor-animation-shrink:hover{transform:scale(0.96)}
@keyframes fmcs-pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}
.fmcs-btn.elementor-animation-pulse:hover{animation:fmcs-pulse .5s ease-in-out}

/* Coupon button shortcode */
.fmcs-coupon-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}
.fmcs-coupon-widget-wrap.fmcs-align-full .fmcs-coupon-button{display:flex;width:100%}

/* Coupon confirmation message */
.fmcs-inline-confirmation{display:grid;gap:14px;width:100%;margin-top:14px;padding:24px;border:0 solid transparent;border-radius:0;background:transparent;text-align:center;box-shadow:none}
.fmcs-confirmation-title{font-size:18px;font-weight:700;line-height:1.2}
.fmcs-confirmation-text{max-width:32ch;margin:0 auto;font-size:18px;line-height:1.45}
.fmcs-confirmation-links{display:flex;justify-content:center;align-items:center}
.fmcs-confirmation-link{text-decoration:none;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .18s ease}
.fmcs-confirmation-link:hover{opacity:.72}
@media (max-width: 767px){
  /*
   * OXA footer template: this container is a vertical flex group. Elementor's
   * mobile `wrap` setting places the second column beside the first when their
   * combined height is larger than the container, doubling the page width.
   */
  .elementor-location-footer .elementor-element-c18e74a{
    height:auto!important;
    max-height:none!important;
    flex-wrap:nowrap!important;
  }

  .elementor-location-footer .elementor-element-c18e74a > .e-con{
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .fmcs-inline-confirmation{padding:20px;border-radius:20px}
  .fmcs-confirmation-text{font-size:16px}
}

/* Uppercase fiscal fields */
#billing_cf, #billing_sdi { text-transform: uppercase; }

/* fm-bunny-background */
.fm-bunny-container-background {
	position: relative;
	overflow: hidden;
}

.fm-bunny-container-background > .fm-bunny-background-layer {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	pointer-events: none;
}

.fm-bunny-background-layer iframe,
.fm-bunny-background-layer video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none !important;
	max-height: none !important;
	border: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.fm-bunny-background-layer video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	transform: none;
}

.fm-bunny-container-background > .elementor-background-video-container {
	display: none !important;
}

.fm-bunny-container-background > .elementor-background-overlay {
	z-index: 1;
}

.fm-bunny-container-background > .e-con-inner,
.fm-bunny-container-background > .elementor-element:not(.fm-bunny-background-layer):not(.elementor-background-overlay):not(.elementor-background-video-container) {
	position: relative;
	z-index: 2;
}

/* fm-whatsapp-chat */
.fm-wac-root,
.fm-wac-root * {
	box-sizing: border-box;
}

.fm-wac-root,
.fm-wac-root *,
.fm-wac-root *::before,
.fm-wac-root *::after,
.fm-wac-inline-trigger,
.fm-wac-inline-trigger * {
	font-family: var(--fm-wac-font-family, inherit);
}

.fm-wac-root {
	font-family: var(--fm-wac-font-family, inherit);
	font-size: var(--fm-wac-body-font-size, 15px);
	line-height: 1.45;
	position: fixed;
	z-index: var(--fm-wac-z-index, 99999);
	bottom: calc(var(--fm-wac-bottom, 28px) + env(safe-area-inset-bottom, 0px));
	pointer-events: none;
}

.fm-wac-position-right {
	right: var(--fm-wac-side, 28px);
}

.fm-wac-position-left {
	left: var(--fm-wac-side, 28px);
}

.fm-wac-root .fm-wac-overlay {
	appearance: none;
	background: var(--fm-wac-overlay, rgba(11, 18, 32, 0.22));
	border: 0;
	font: inherit;
	inset: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	pointer-events: auto;
}

.fm-wac-root .fm-wac-overlay[hidden],
.fm-wac-root .fm-wac-panel[hidden] {
	display: none !important;
}

.fm-wac-panel {
	background: var(--fm-wac-panel-bg, #fff);
	border: 0;
	border-radius: var(--fm-wac-panel-radius, 0);
	bottom: calc(var(--fm-wac-launcher-size, 64px) + 16px);
	box-shadow: var(--fm-wac-shadow, 0 24px 70px rgba(16, 24, 40, 0.22));
	color: var(--fm-wac-body-color, #172033);
	display: flex;
	flex-direction: column;
	max-height: min(680px, calc(100vh - var(--fm-wac-bottom, 28px) - env(safe-area-inset-bottom, 0px) - var(--fm-wac-launcher-size, 64px) - 34px));
	overflow: hidden;
	pointer-events: auto;
	position: absolute;
	width: min(var(--fm-wac-panel-width, 380px), calc(100vw - 32px));
	animation: fm-wac-panel-in 180ms cubic-bezier(.2, .8, .2, 1) both;
}

.fm-wac-position-right .fm-wac-panel {
	right: 0;
}

.fm-wac-position-left .fm-wac-panel {
	left: 0;
}

.fm-wac-no-launcher .fm-wac-panel {
	bottom: 0;
	max-height: min(680px, calc(100vh - var(--fm-wac-bottom, 28px) - env(safe-area-inset-bottom, 0px) - 32px));
}

.fm-wac-header {
	align-items: center;
	background: var(--fm-wac-header-bg, #075e54);
	color: var(--fm-wac-header-color, #fff);
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 36px;
	gap: 12px;
	padding: 18px 18px 17px;
}

.fm-wac-header-icon {
	align-items: center;
	background: var(--fm-wac-header-icon-bg, rgba(255, 255, 255, 0.14));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--fm-wac-panel-radius, 0);
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.fm-wac-header-icon svg {
	fill: currentColor;
	height: 26px;
	width: 26px;
}

.fm-wac-header-copy {
	min-width: 0;
}

.fm-wac-header-kicker {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 1.2;
	margin-bottom: 3px;
	opacity: .72;
	text-transform: none;
}

.fm-wac-header h2 {
	color: inherit;
	font-family: inherit;
	font-size: var(--fm-wac-title-font-size, 19px);
	font-weight: 750;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fm-wac-root .fm-wac-close {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: var(--fm-wac-panel-radius, 0);
	color: inherit;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 28px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	opacity: .82;
	padding: 0;
	transition: background-color 150ms ease, opacity 150ms ease, transform 150ms ease;
	width: 36px;
}

.fm-wac-root .fm-wac-close:focus {
	background: transparent;
	color: inherit;
}

.fm-wac-root .fm-wac-close:hover,
.fm-wac-root .fm-wac-close:active {
	background: rgba(255, 255, 255, 0.14);
	opacity: 1;
	transform: scale(.96);
}

.fm-wac-root .fm-wac-close:focus-visible,
.fm-wac-root .fm-wac-launcher:focus-visible,
.fm-wac-root .fm-wac-send:focus-visible,
.fm-wac-inline-trigger.fm-wac-inline-trigger:focus-visible,
.fm-wac-context-link:focus-visible,
.fm-wac-root textarea.fm-wac-textarea:focus-visible {
	outline: 3px solid var(--fm-wac-focus, #128c7e);
	outline-offset: 3px;
}

.fm-wac-body {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 20px;
	scrollbar-width: thin;
}

.fm-wac-intro {
	color: var(--fm-wac-body-color, #172033);
	font-size: var(--fm-wac-body-font-size, 15px);
	line-height: 1.55;
	margin: 0 0 17px;
}

.fm-wac-context {
	align-items: stretch;
	background: var(--fm-wac-context-bg, #f2fbf5);
	border: 1px solid var(--fm-wac-context-border, #d6f1df);
	border-radius: var(--fm-wac-panel-radius, 0);
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	margin: 0 0 18px;
	overflow: hidden;
}

.fm-wac-context-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.fm-wac-context-image {
	height: 100%;
	min-height: 112px;
	object-fit: cover;
	width: 78px;
}

.fm-wac-context-content {
	align-content: center;
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 12px 13px;
}

.fm-wac-context-heading {
	color: var(--fm-wac-muted-color, #667085);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
}

.fm-wac-context-badge {
	color: var(--fm-wac-context-accent, #128c7e);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.25;
	margin-top: 2px;
	text-transform: none;
}

.fm-wac-context-title {
	color: var(--fm-wac-body-color, #172033);
	display: -webkit-box;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fm-wac-context-meta {
	color: var(--fm-wac-muted-color, #667085);
	font-size: 12px;
	line-height: 1.35;
}

.fm-wac-context-link {
	color: var(--fm-wac-context-accent, #128c7e);
	font-size: 12px;
	font-weight: 700;
	justify-self: start;
	line-height: 1.35;
	margin-top: 3px;
	text-decoration: none !important;
}

.fm-wac-context-link:hover,
.fm-wac-context-link:active {
	color: var(--fm-wac-context-accent, #128c7e);
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.fm-wac-textarea-label {
	color: var(--fm-wac-body-color, #172033);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 7px;
}

.fm-wac-root textarea.fm-wac-textarea {
	appearance: none;
	background: var(--fm-wac-input-bg, #fff);
	border: 1px solid var(--fm-wac-input-border, #d0d5dd);
	border-radius: var(--fm-wac-panel-radius, 0);
	box-shadow: none;
	color: var(--fm-wac-input-color, #172033);
	display: block;
	font: inherit;
	font-size: var(--fm-wac-body-font-size, 15px);
	line-height: 1.5;
	margin: 0;
	max-height: 220px;
	min-height: 112px;
	padding: 13px 14px;
	resize: vertical;
	transition: border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.fm-wac-root textarea.fm-wac-textarea::placeholder {
	color: var(--fm-wac-input-placeholder, #98a2b3);
	opacity: 1;
}

.fm-wac-root textarea.fm-wac-textarea:focus {
	border-color: var(--fm-wac-focus, #128c7e);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--fm-wac-focus, #128c7e) 18%, transparent);
}

.fm-wac-footer {
	background: var(--fm-wac-panel-bg, #fff);
	border-top: 1px solid color-mix(in srgb, var(--fm-wac-input-border, #d0d5dd) 60%, transparent);
	padding: 15px 20px 20px;
}

.fm-wac-root .fm-wac-send,
.fm-wac-inline-trigger.fm-wac-inline-trigger {
	align-items: center;
	appearance: none;
	background: var(--fm-wac-send-bg, #25d366);
	border: 0;
	border-radius: var(--fm-wac-panel-radius, 0);
	color: var(--fm-wac-send-color, #fff);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: var(--fm-wac-button-font-size, 15px);
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	min-height: 50px;
	padding: 12px 18px;
	text-decoration: none !important;
	text-transform: none;
	transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.fm-wac-root .fm-wac-send {
	width: 100%;
}

.fm-wac-root .fm-wac-send svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 20px;
}

.fm-wac-root .fm-wac-send:focus,
.fm-wac-inline-trigger.fm-wac-inline-trigger:focus {
	background: var(--fm-wac-send-bg, #25d366);
	color: var(--fm-wac-send-color, #fff);
}

.fm-wac-root .fm-wac-send:hover,
.fm-wac-root .fm-wac-send:active,
.fm-wac-inline-trigger.fm-wac-inline-trigger:hover,
.fm-wac-inline-trigger.fm-wac-inline-trigger:active {
	background: var(--fm-wac-send-bg-hover, #1fbd5a);
	color: var(--fm-wac-send-color, #fff);
	text-decoration: none !important;
}

.fm-wac-root .fm-wac-send:active,
.fm-wac-inline-trigger.fm-wac-inline-trigger:active {
	transform: translateY(1px) scale(.99);
}

.fm-wac-inline-trigger.fm-wac-inline-trigger svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.fm-wac-root .fm-wac-launcher {
	align-items: center;
	appearance: none;
	background: var(--fm-wac-launcher-bg, #25d366);
	border: 0;
	border-radius: var(--fm-wac-launcher-radius, 0);
	box-shadow: var(--fm-wac-shadow, 0 24px 70px rgba(16, 24, 40, .22));
	box-shadow: 0 14px 36px color-mix(in srgb, var(--fm-wac-launcher-bg, #25d366) 34%, transparent), var(--fm-wac-shadow, 0 24px 70px rgba(16, 24, 40, .22));
	color: var(--fm-wac-launcher-icon, #fff);
	cursor: pointer;
	display: flex;
	font: inherit;
	height: var(--fm-wac-launcher-size, 64px);
	justify-content: center;
	letter-spacing: normal;
	margin: 0;
	overflow: visible;
	padding: 0;
	pointer-events: auto;
	position: relative;
	transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
	text-transform: none;
	width: var(--fm-wac-launcher-size, 64px);
}

.fm-wac-root .fm-wac-launcher:focus,
.fm-wac-root .fm-wac-launcher:focus-visible {
	background: var(--fm-wac-launcher-bg, #25d366);
	color: var(--fm-wac-launcher-icon, #fff);
}

.fm-wac-root .fm-wac-launcher:hover,
.fm-wac-root .fm-wac-launcher:active,
.fm-wac-root .fm-wac-launcher[aria-expanded="true"] {
	background: var(--fm-wac-launcher-bg-hover, #1fbd5a);
	color: var(--fm-wac-launcher-icon, #fff);
	transform: translateY(-2px);
}

.fm-wac-root .fm-wac-launcher:active {
	transform: translateY(0) scale(.96);
}

.fm-wac-launcher-icon {
	display: flex;
	height: var(--fm-wac-icon-size, 32px);
	width: var(--fm-wac-icon-size, 32px);
}

.fm-wac-launcher-icon svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.fm-wac-launcher-label {
	background: var(--fm-wac-launcher-label-bg, #111827);
	border-radius: var(--fm-wac-panel-radius, 0);
	box-shadow: 0 8px 22px rgba(16, 24, 40, .18);
	color: var(--fm-wac-launcher-label-color, #fff);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	max-width: min(240px, calc(100vw - 120px));
	opacity: 0;
	padding: 9px 12px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(5px);
	transition: opacity 150ms ease, transform 150ms ease;
	visibility: hidden;
	white-space: nowrap;
}

.fm-wac-position-right .fm-wac-launcher-label {
	right: calc(100% + 12px);
}

.fm-wac-position-left .fm-wac-launcher-label {
	left: calc(100% + 12px);
}

.fm-wac-launcher:hover .fm-wac-launcher-label,
.fm-wac-launcher:focus-visible .fm-wac-launcher-label {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	visibility: visible;
}

.fm-wac-status-dot {
	background: var(--fm-wac-status-dot, #fff);
	border: 2px solid var(--fm-wac-status-dot-border, #25d366);
	border-radius: 50%;
	height: 12px;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 12px;
}

body.fm-wac-panel-open {
	overscroll-behavior: contain;
}

@keyframes fm-wac-panel-in {
	from {
		opacity: 0;
		transform: translateY(12px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.fm-wac-root.fm-wac-is-mobile {
	bottom: calc(var(--fm-wac-bottom-mobile, 18px) + env(safe-area-inset-bottom, 0px));
}

.fm-wac-position-right.fm-wac-is-mobile {
	right: var(--fm-wac-side-mobile, 16px);
}

.fm-wac-position-left.fm-wac-is-mobile {
	left: var(--fm-wac-side-mobile, 16px);
}

.fm-wac-is-mobile .fm-wac-launcher {
	height: var(--fm-wac-launcher-size-mobile, 58px);
	width: var(--fm-wac-launcher-size-mobile, 58px);
}

.fm-wac-is-mobile .fm-wac-launcher-icon {
	height: var(--fm-wac-icon-size-mobile, 29px);
	width: var(--fm-wac-icon-size-mobile, 29px);
}

.fm-wac-is-mobile .fm-wac-launcher-label {
	display: none;
}

.fm-wac-is-mobile .fm-wac-panel {
	bottom: calc(var(--fm-wac-launcher-size-mobile, 58px) + 12px);
	max-height: min(74vh, calc(100vh - var(--fm-wac-bottom-mobile, 18px) - env(safe-area-inset-bottom, 0px) - var(--fm-wac-launcher-size-mobile, 58px) - 26px));
	width: min(var(--fm-wac-panel-width, 380px), calc(100vw - (var(--fm-wac-side-mobile, 16px) * 2)));
}

.fm-wac-no-launcher.fm-wac-is-mobile .fm-wac-panel {
	bottom: 0;
	max-height: min(74vh, calc(100vh - var(--fm-wac-bottom-mobile, 18px) - env(safe-area-inset-bottom, 0px) - 24px));
}

@media (max-width: 480px) {
	.fm-wac-panel {
		border-radius: var(--fm-wac-panel-radius, 0);
	}

	.fm-wac-header {
		grid-template-columns: 40px minmax(0, 1fr) 34px;
		padding: 15px;
	}

	.fm-wac-header-icon {
		border-radius: var(--fm-wac-panel-radius, 0);
		height: 40px;
		width: 40px;
	}

	.fm-wac-body {
		padding: 16px;
	}

	.fm-wac-footer {
		padding: 13px 16px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fm-wac-panel,
	.fm-wac-launcher,
	.fm-wac-launcher-label,
	.fm-wac-send,
	.fm-wac-close,
	.fm-wac-inline-trigger {
		animation: none !important;
		transition: none !important;
	}
}

.fm-wac-root,.fm-wac-inline-trigger{--fm-wac-launcher-size:64px;--fm-wac-launcher-size-mobile:58px;--fm-wac-icon-size:32px;--fm-wac-icon-size-mobile:29px;--fm-wac-bottom:28px;--fm-wac-side:28px;--fm-wac-bottom-mobile:18px;--fm-wac-side-mobile:16px;--fm-wac-panel-width:380px;--fm-wac-panel-radius:0px;--fm-wac-launcher-radius:50%;--fm-wac-z-index:99999;--fm-wac-font-family:var(--e-global-typography-text-font-family, inherit);--fm-wac-title-font-size:19px;--fm-wac-body-font-size:15px;--fm-wac-button-font-size:15px;--fm-wac-launcher-bg:#25d366;--fm-wac-launcher-bg-hover:#1fbd5a;--fm-wac-launcher-icon:#ffffff;--fm-wac-launcher-label-bg:#111827;--fm-wac-launcher-label-color:#ffffff;--fm-wac-panel-bg:#ffffff;--fm-wac-header-bg:#075e54;--fm-wac-header-color:#ffffff;--fm-wac-header-icon-bg:rgba(255,255,255,0.14);--fm-wac-body-color:#172033;--fm-wac-muted-color:#667085;--fm-wac-context-bg:#f2fbf5;--fm-wac-context-border:#d6f1df;--fm-wac-context-accent:#128c7e;--fm-wac-input-bg:#ffffff;--fm-wac-input-color:#172033;--fm-wac-input-border:#d0d5dd;--fm-wac-input-placeholder:#98a2b3;--fm-wac-send-bg:#25d366;--fm-wac-send-bg-hover:#1fbd5a;--fm-wac-send-color:#ffffff;--fm-wac-focus:#128c7e;--fm-wac-status-dot:#ffffff;--fm-wac-status-dot-border:#25d366;--fm-wac-overlay:rgba(11,18,32,0.22);--fm-wac-shadow:0 24px 70px rgba(16,24,40,0.22);}
/* fm-wpgc-frontend */
.fm-wpgc-wrapper{
    --fm-wpgc-arrow-size: 42px;
    --fm-wpgc-filter-width: 520px;
    --fm-wpgc-hover-lift: 58px;
    --fm-wpgc-hover-duration: 260ms;
    position: relative;
    width: 100%;
}

/*
 * Famiglie grafiche coordinate.
 * I selettori usano :where() per lasciare sempre priorità agli stili salvati
 * dall'utente in Elementor.
 *
 * Il gancio è [class*="fm-wpgc-theme-"] e non il nome di una singola famiglia:
 * questo strato è la modalità "eredita stile globale", non una pelle. Fino alla
 * 3.2.x era agganciato a .fm-wpgc-theme-pulse, e sui siti Atelier restava
 * quindi spento: i widget uscivano con la sola CSS di base ed ereditavano i
 * colori dei pulsanti dal tema WordPress attivo. Chi personalizza l'istanza
 * continua a vincere come prima, perché passa a .fm-wpgc-style-local.
 */
:where(.fm-theme-pulse, .fm-theme-atelier, [class*="fm-wpgc-theme-"]){
    --fm-theme-surface: #fff;
    --fm-theme-surface-soft: #f6f6f6;
    --fm-theme-ink: #111;
    --fm-theme-muted: #6f7378;
    --fm-theme-line: #e3e3e3;
    --fm-theme-action: #000;
    --fm-theme-action-text: #fff;
    --fm-theme-action-hover: #222;
    --fm-theme-radius: 0;
	--fm-theme-panel: #ffffff;
	--fm-theme-panel-ink: #11161b;
	--fm-theme-overlay: rgba(17, 22, 27, .58);
	--fm-theme-badge: #111;
	--fm-theme-badge-text: #fff;
	--fm-theme-badge-soft: #111;
	--fm-theme-badge-soft-text: #fff;
	--fm-theme-badge-sale: #111;
	--fm-theme-badge-sale-text: #fff;
	--fm-theme-button: #111;
	--fm-theme-button-text: #fff;
	--fm-theme-font: var(--e-global-typography-text-font-family, Montserrat), sans-serif;
}

/*
 * I token della pelle Atelier stavano qui fino alla 3.6.46. Sono in
 * assets/css/themes/atelier.css: la pelle di un sito non e' roba di un
 * componente. Il blocco di base qui sopra resta, perche' serve a tutte
 * le pelli come ripiego.
 */


/*
 * Rete di sicurezza contro i pulsanti del tema.
 * Hello Elementor colora ogni <button> di #cc3366, e i pulsanti FM che non
 * dichiarano un colore proprio si ritrovavano quel magenta dentro i widget.
 * Specificità zero: qualunque regola vera, nostra o dell'utente, vince su questa.
 */
:where(.fm-wpgc-wrapper, .fm-panel-root) :where(button){
	color: inherit;
	border-color: currentColor;
	background-color: transparent;
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper{
    font-family: var(--fm-theme-font);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-card{
    color: var(--fm-product-description-color, var(--fm-theme-ink));
    background-color: var(--fm-product-card-background, var(--fm-panel-background, var(--fm-theme-surface)));
    border-color: var(--fm-product-card-border-color, transparent);
    border-style: var(--fm-product-card-border-style, none);
    border-width: var(--fm-product-card-border-width, 0);
    border-radius: var(--fm-product-card-radius, var(--fm-theme-radius));
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-content{
    background-color: var(--fm-panel-background, var(--fm-theme-surface));
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-title,
:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-title a{
    color: var(--fm-product-title-color, var(--fm-theme-ink));
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-price,
:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-price *{
    color: var(--fm-product-price-color, var(--fm-theme-ink));
}

/*
 * Il pulsante delle card prodotto ha una faccia sua dalla 3.6.19: normale
 * bianco con bordo scuro 1px (richiesta grafica di Francesco), hover
 * invariato dalla famiglia pulsanti del Kit. Le variabili --fm-product-
 * button-* permettono di ritoccarlo senza toccare Checkout, dock e drawer,
 * che restano sui --fm-panel-button-*.
 */
:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-button{
    min-height: var(--fm-panel-button-min-height, 46px);
    padding: var(--fm-panel-button-padding, 13px 18px);
    color: var(--fm-product-button-color, var(--fm-theme-ink, #2E2E2E));
    background: var(--fm-product-button-background, #fff);
    border-color: var(--fm-product-button-border-color, var(--fm-theme-ink, #2E2E2E));
    border-style: var(--fm-panel-button-border-style, solid);
    border-width: var(--fm-panel-button-border-width, 1px);
    border-radius: var(--fm-panel-button-radius, var(--fm-theme-radius));
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-button:hover,
:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-button:focus{
    color: var(--fm-panel-button-hover-color, var(--fm-theme-action-text));
    background: var(--fm-panel-button-hover-background, var(--fm-theme-action-hover));
    border-color: var(--fm-panel-button-hover-background, var(--fm-theme-action-hover));
    opacity: 1;
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-arrow{
    color: var(--fm-theme-ink);
    background-color: color-mix(in srgb, var(--fm-theme-surface) 92%, transparent);
    border: 1px solid var(--fm-theme-line);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet{
	background-color: var(--fm-theme-line);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet-active{
	background-color: var(--fm-theme-ink);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-product-badges span{
    border-radius: var(--fm-theme-radius);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-drawer-panel{
    color: var(--fm-theme-ink);
    background-color: var(--fm-theme-surface);
    border-color: var(--fm-theme-line);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-drawer-close{
	color: var(--fm-theme-ink);
	background-color: var(--fm-theme-surface-soft);
	border-color: var(--fm-theme-line);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-drawer-close:hover,
:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-drawer-close:focus{
	color: var(--fm-theme-action-text);
	background-color: var(--fm-theme-action-hover);
	border-color: var(--fm-theme-action-hover);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-cart-item,
:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-wishlist-item{
    border-bottom-color: var(--fm-theme-line);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-drawer-action{
    color: var(--fm-theme-action-text);
    background-color: var(--fm-theme-action);
    border: 1px solid var(--fm-theme-action);
    border-radius: var(--fm-theme-radius);
}

:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-drawer-action:hover,
:where([class*="fm-wpgc-theme-"]).fm-wpgc-drawer-root .fm-wpgc-drawer-action:focus{
    color: var(--fm-theme-action-text);
    background-color: var(--fm-theme-action-hover);
    border-color: var(--fm-theme-action-hover);
}

.fm-wpgc-wrapper,
.fm-wpgc-wrapper *{
    box-sizing: border-box;
}

.fm-wpgc-wrapper button{
    background-image: none !important;
    text-shadow: none !important;
}

.fm-wpgc-wrapper button:focus,
.fm-wpgc-wrapper button:focus-visible,
.fm-wpgc-drawer-root button:focus,
.fm-wpgc-drawer-root button:focus-visible,
.fm-wpgc-drawer-root a:focus,
.fm-wpgc-drawer-root a:focus-visible{
    outline: none !important;
    box-shadow: none;
}

.fm-wpgc-image-swiper{
    width: 100%;
    overflow: hidden;
}

.fm-wpgc-products-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.fm-wpgc-product-item{
    min-width: 0;
    height: 100%;
}

.fm-wpgc-product-item[hidden]{
    display: none !important;
}

.fm-wpgc-product-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
}

.fm-wpgc-image-swiper{
    position: relative;
    flex: 0 0 auto;
    height: 460px;
	box-sizing: border-box;
    background: transparent;
}

.fm-wpgc-image-slide,
.fm-wpgc-image-slide img,
.fm-wpgc-image-link{
    width: 100%;
    height: 100%;
}

.fm-wpgc-image-link{ display: block; }

.fm-wpgc-image-slide img{
    display: block;
    object-fit: cover;
}

.fm-wpgc-image-pagination{
    position: absolute;
    right: 0;
    bottom: 16px !important;
    left: 0;
    z-index: 6;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    pointer-events: auto;
}

.fm-wpgc-image-pagination-preview{
    pointer-events: none;
}

.fm-wpgc-image-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #ded8d5;
    opacity: 1;
}

.fm-wpgc-image-pagination .swiper-pagination-bullet-active{
    background: #222;
}

.fm-wpgc-product-content{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 22px;
}

.fm-wpgc-product-title{
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    min-height: 2.4em;
    max-height: 2.4em;
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.fm-wpgc-wrapper a,
.fm-wpgc-wrapper a:hover,
.fm-wpgc-wrapper a:focus,
.fm-wpgc-product-title a,
.fm-wpgc-product-title a:hover,
.fm-wpgc-product-title a:focus,
.fm-wpgc-product-price,
.fm-wpgc-product-price *{
    color: inherit;
    text-decoration-line: none !important;
    text-decoration: none !important;
    box-shadow: none;
}

.fm-wpgc-product-price{
    width: 100%;
    font-size: 17px;
    line-height: 1.4;
}

.fm-wpgc-product-rating{
    min-height: 1.2em;
    width: 100%;
    color: #f4a300;
    font-size: 16px;
    line-height: 1;
}

.fm-wpgc-product-rating .star-rating{
    display: inline-block;
    float: none;
    position: relative;
    width: 5.7em;
    height: 1em;
    margin: 0;
    color: inherit;
    overflow: hidden;
    font-family: Arial, sans-serif;
    letter-spacing: .08em;
    line-height: 1;
}

.fm-wpgc-product-rating .star-rating::before{
    content: '☆☆☆☆☆';
    position: absolute;
    top: 0;
    left: 0;
}

.fm-wpgc-product-rating .star-rating span{
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    padding-top: 1.2em;
    overflow: hidden;
}

.fm-wpgc-product-rating .star-rating span::before{
    content: '★★★★★';
    position: absolute;
    top: 0;
    left: 0;
}

.fm-wpgc-product-footer{
    display: flex;
    width: 100%;
    margin-top: auto;
    flex-direction: column;
    align-items: stretch;
    gap: inherit;
}

.fm-wpgc-color-attribute{
    display: flex;
    align-items: center;
    gap: 8px;
}

.fm-wpgc-color-option{
    --fm-wpgc-option-color: #d9d9d9;
    --fm-wpgc-option-image: none;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 3px;
    border: 1px solid #777;
    border-radius: 50%;
    background-color: var(--fm-wpgc-option-color);
    background-image: var(--fm-wpgc-option-image);
    background-position: center;
    background-size: cover;
	text-decoration: none !important;
	cursor: pointer;
}

.fm-wpgc-color-option.has-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fm-wpgc-option-color);
    background-color: transparent;
    background-image: none;
}

.fm-wpgc-color-option.has-icon i,
.fm-wpgc-color-option.has-icon svg{
    width: 62%;
    height: 62%;
    color: inherit;
    fill: currentColor;
}

.fm-wpgc-color-option:focus-visible{
    outline: none !important;
}

.fm-wpgc-color-option.is-preview-active{
    box-shadow: 0 0 0 2px currentColor;
}

.fm-wpgc-product-price del{
    opacity: .55;
    text-decoration-line: line-through !important;
    text-decoration-style: solid !important;
}

.fm-wpgc-product-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 12px 18px;
    color: #fff;
    background: #111;
    border-radius: 4px;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, opacity .2s ease;
}

.fm-wpgc-product-button:hover,
.fm-wpgc-product-button:focus{
    color: #fff;
    background-color: #111;
    border-color: #111;
    opacity: .82;
    text-decoration: none !important;
}

.fm-wpgc-category-tabs-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin: 0 0 24px;
}

.fm-wpgc-category-tabs-title{
    flex: 0 0 auto;
    margin: 0;
    color: #111;
    font-size: 30px;
    line-height: 1.15;
}

.fm-wpgc-category-tabs{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    min-width: 0;
}

.fm-wpgc-category-tab,
.fm-wpgc-category-show-all{
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    color: #111;
    background: transparent !important;
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
}

.fm-wpgc-category-tab::after,
.fm-wpgc-category-show-all::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .2s ease;
}

.fm-wpgc-category-tab:hover::after,
.fm-wpgc-category-tab:focus-visible::after,
.fm-wpgc-category-tab.is-active::after,
.fm-wpgc-category-show-all::after{
    transform: scaleX(1);
    transform-origin: left center;
}

.fm-wpgc-category-show-all{
    margin-left: 4px;
    padding-left: 30px;
}

.fm-wpgc-category-show-all::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    background: #ddd;
    transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-content{
        position: relative;
        z-index: 4;
        background: inherit;
        transition: transform var(--fm-wpgc-hover-duration) ease;
        will-change: transform;
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-footer{
        position: relative;
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-button{
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transform: translateY(12px);
        transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity var(--fm-wpgc-hover-duration) ease, transform var(--fm-wpgc-hover-duration) ease;
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-content,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-content{
        transform: translateY(calc(-1 * var(--fm-wpgc-hover-lift)));
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-button,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-button{
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
}

.fm-wpgc-upsell-row .fm-wpgc-products-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fm-wpgc-products-carousel,
.fm-wpgc-products-viewport{
    position: relative;
    width: 100%;
}

.fm-wpgc-products-viewport{
    overflow: hidden;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-products-grid{
    display: flex;
    align-items: stretch;
    grid-template-columns: none;
    gap: 0 !important;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-product-item{
    width: auto;
    height: auto;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-product-card{
    height: 100%;
}

/* Stable no-JS/editor fallback while Elementor loads its asynchronous Swiper. */
.fm-wpgc-wrapper.is-products-carousel{
    --fm-wpgc-products-per-view: 4;
    --fm-wpgc-products-gap: 16px;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-products-viewport:not(.swiper-initialized) .fm-wpgc-products-grid{
    gap: var(--fm-wpgc-products-gap) !important;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-products-viewport:not(.swiper-initialized) .fm-wpgc-product-item{
    width: calc((100% - (var(--fm-wpgc-products-per-view) - 1) * var(--fm-wpgc-products-gap)) / var(--fm-wpgc-products-per-view));
    flex: 0 0 calc((100% - (var(--fm-wpgc-products-per-view) - 1) * var(--fm-wpgc-products-gap)) / var(--fm-wpgc-products-per-view));
}

.fm-wpgc-products-pagination.fm-wpgc-image-pagination{
    position: relative;
    right: auto;
    bottom: auto !important;
    left: auto;
    min-height: 10px;
    margin-top: 16px;
}

.fm-wpgc-products-pagination.swiper-pagination-lock,
.fm-wpgc-products-prev.swiper-button-lock,
.fm-wpgc-products-next.swiper-button-lock{
    display: none !important;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-card{
    min-height: 218px;
    flex-direction: row;
    border: 1px solid rgba(17, 17, 17, .14);
    border-radius: 4px;
}

.fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals:not(.is-products-carousel) .fm-wpgc-products-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1024px) {
    .fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals:not(.is-products-carousel) .fm-wpgc-products-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.fm-wpgc-layout-compact-deals .fm-wpgc-compact-column{
    display: grid;
    min-width: 0;
    height: auto;
    grid-template-rows: repeat(2, minmax(0, auto));
    row-gap: 18px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-compact-column .fm-wpgc-product-item{
    height: auto;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-compact-column .fm-wpgc-product-card{
    height: auto;
}

.fm-wpgc-layout-compact-deals.is-products-carousel{
    --fm-wpgc-products-per-view: 3;
    --fm-wpgc-products-gap: 18px;
}

.fm-wpgc-layout-compact-deals.is-products-carousel .fm-wpgc-products-viewport:not(.swiper-initialized) .fm-wpgc-compact-column{
    width: calc((100% - (var(--fm-wpgc-products-per-view) - 1) * var(--fm-wpgc-products-gap)) / var(--fm-wpgc-products-per-view));
    flex: 0 0 calc((100% - (var(--fm-wpgc-products-per-view) - 1) * var(--fm-wpgc-products-gap)) / var(--fm-wpgc-products-per-view));
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fm-wpgc-layout-compact-deals.is-products-carousel{
        --fm-wpgc-products-per-view: 2;
        --fm-wpgc-products-gap: 14px;
    }
}

.fm-wpgc-layout-compact-deals .fm-wpgc-image-swiper{
    width: 42%;
    height: auto !important;
    min-height: 218px;
    flex: 0 0 42%;
    align-self: stretch;
    border-radius: 0;
    background: #f7f7f7;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-image-swiper img{
    object-fit: contain;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-content{
    min-width: 0;
    flex: 1 1 auto;
    justify-content: center;
    gap: 7px;
    padding: 20px 16px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-title{
    min-height: 2.5em;
    max-height: 2.5em;
    font-size: 15px;
    line-height: 1.25;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-rating{
    min-height: 1em;
    font-size: 14px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-footer{
    margin-top: 0;
    align-items: flex-start;
    gap: 8px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-price{
    font-size: 14px;
    font-weight: 600;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-content .fm-wpgc-countdown{
    position: static !important;
    inset: auto !important;
    width: 100%;
    max-width: none;
    margin: 2px 0;
    transform: none !important;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-countdown-unit{
    min-height: 42px;
    padding: 5px 3px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-countdown-value{
    font-size: 14px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-countdown-label{
    font-size: 8px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-button,
.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:hover,
.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:focus{
    width: auto;
    min-height: 0;
    justify-content: flex-start;
    align-self: flex-start;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #111;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none !important;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:hover,
.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:focus{
    opacity: .65;
}

/*
 * Galleria e Upsell condividono la stessa card PULSE.
 * Qui restano soltanto le regole strutturali del layout compatto: un Upsell
 * standard non possiede più proporzioni, tipografie o colori propri.
 */

:where([class*="fm-wpgc-theme-"]).fm-wpgc-wrapper .fm-wpgc-arrow{
    color: #fff;
    background-color: #050505;
    border-color: #050505;
    box-shadow: none;
}

[class*="fm-wpgc-theme-"].fm-wpgc-upsell-row .fm-wpgc-products-prev{
    left: -17px;
}

[class*="fm-wpgc-theme-"].fm-wpgc-upsell-row .fm-wpgc-products-next{
    right: -17px;
}

[class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals .fm-wpgc-product-card{
    min-height: 220px;
    padding: 0;
    border-color: #e5e5e5;
    border-radius: 5px;
}

[class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals:not(.is-products-carousel) .fm-wpgc-products-grid{
    column-gap: 18px;
    row-gap: 18px;
}

:where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-image-swiper{
    min-height: 218px;
    background-color: #f7f7f7;
}

:where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-product-content{
    gap: 5px;
    padding: 18px 16px;
}

:where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-product-title{
    min-height: 2.8em;
    max-height: 2.8em;
    font-size: 15px;
    line-height: 1.4;
}

:where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-product-price{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.fm-wpgc-arrow{
    position: absolute;
    z-index: 5;
    top: 50%;
    width: var(--fm-wpgc-arrow-size);
    height: var(--fm-wpgc-arrow-size);
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #111;
    background: rgba(255, 255, 255, .92);
    box-shadow: none;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}

.fm-wpgc-arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fm-wpgc-image-prev{
    left: 14px;
}

.fm-wpgc-image-next{
    right: 14px;
}

.fm-wpgc-image-prev::before{
    transform: translate(-35%, -50%) rotate(-135deg);
}

.fm-wpgc-image-next::before{
    transform: translate(-65%, -50%) rotate(45deg);
}

.fm-wpgc-arrow.swiper-button-disabled{
    opacity: .3;
    cursor: default;
}

.fm-wpgc-pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.fm-wpgc-page-button{
    min-width: 42px;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #111;
    background: #fff;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-page-button:hover,
.fm-wpgc-page-button:focus{
    color: #111;
    background: #fff;
    border-color: #111;
}

.fm-wpgc-page-button.is-active{
    color: #fff;
    background: #111;
    border-color: #111;
}

.fm-wpgc-page-button:disabled{
    opacity: .35;
    cursor: default;
}

.fm-wpgc-infinite-status{
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    visibility: hidden;
}

.fm-wpgc-infinite-status.is-loading{
    visibility: visible;
}

.fm-wpgc-spinner{
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: fm-wpgc-spin .7s linear infinite;
}

.fm-wpgc-infinite-sentinel{
    width: 100%;
    height: 1px;
}

.fm-wpgc-filter-toolbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.fm-wpgc-quick-filters{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 10px;
}

.fm-wpgc-quick-filter{
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid currentColor;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-quick-filter:hover,
.fm-wpgc-quick-filter:focus{
    border-color: currentColor;
}

.fm-wpgc-product-badges{
    position: absolute;
    z-index: 7;
    top: 12px;
    left: 12px;
    display: flex;
    max-width: calc(100% - 72px);
    flex-direction: column;
    align-items: flex-start;
}

.fm-wpgc-product-badges span{
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #333;
    color: #333;
    background-color: rgba(255, 255, 255, .92);
    font-size: 12px;
    line-height: 1;
    text-transform: none;
}

.fm-wpgc-product-badges span + span{ margin-top: -1px; }

/*
 * Il badge sconto seguiva un rosso semaforo scritto a mano, fuori da qualunque
 * palette. Ora sta in fondo alla stessa catena degli altri badge e finisce sul
 * token della famiglia grafica: nero in PULSE, colore d'accento del sito in
 * Atelier. I controlli del Kit e del widget continuano a vincere.
 */
.fm-wpgc-product-badges .fm-wpgc-product-badge--sale{
    color: var(--fm-sale-badge-color, var(--fm-theme-badge-sale-text, #fff));
    background-color: var(--fm-sale-badge-background, var(--fm-theme-badge-sale, #111));
    border-color: var(--fm-sale-badge-background, var(--fm-theme-badge-sale, #111));
}

.fm-wpgc-wishlist{
    position: absolute;
    z-index: 8;
    top: 12px;
    right: 12px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 0;
    color: #222;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-wishlist:hover,
.fm-wpgc-wishlist:focus{
    color: #222;
    background: #fff;
}

.fm-wpgc-wishlist > svg,
.fm-wpgc-wishlist-icon svg,
.fm-wpgc-wishlist-icon img{
    width: 23px;
    height: 23px;
    overflow: visible;
}

.fm-wpgc-wishlist > svg path{
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: fill .2s ease;
}

.fm-wpgc-wishlist.is-active > svg path{ fill: currentColor; }

.fm-wpgc-wishlist-icon{
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: inherit;
    line-height: 0;
}

.fm-wpgc-wishlist-icon--active{
    display: none;
}

.fm-wpgc-wishlist.is-active .fm-wpgc-wishlist-icon--default{
    display: none;
}

.fm-wpgc-wishlist.is-active .fm-wpgc-wishlist-icon--active{
    display: grid;
}

.fm-wpgc-countdown[hidden]{
    display: none !important;
}

.fm-wpgc-countdown{
    position: absolute;
    z-index: 8;
    bottom: 10px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: calc(100% - 24px);
    max-width: 270px;
    transform: translateX(-50%);
    pointer-events: none;
}

.fm-wpgc-countdown-unit{
    display: flex;
    min-width: 0;
    min-height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 4px;
    border: 1px solid rgba(17, 17, 17, .18);
    color: #111;
    background: rgba(255, 255, 255, .94);
}

.fm-wpgc-countdown-value,
.fm-wpgc-countdown-label{
    display: block;
    width: 100%;
    margin: 0;
    color: inherit;
    text-align: center;
    white-space: nowrap;
}

.fm-wpgc-countdown-value{
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.fm-wpgc-countdown-label{
    margin-top: 3px;
    font-size: 9px;
    line-height: 1;
    text-transform: none;
}

.fm-wpgc-image-swiper.is-countdown-visible .fm-wpgc-image-pagination{
    bottom: 66px !important;
}

.fm-wpgc-filter-open{
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: 1px solid currentColor;
    font: inherit;
    text-transform: none;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-filter-open:hover,
.fm-wpgc-filter-open:focus{
    border-color: currentColor;
}

.fm-wpgc-filter-open-icon{
	display: inline-flex;
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.fm-wpgc-filter-open-icon :is(svg, img){
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-wpgc-filter-count{
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 12px;
}

.fm-wpgc-filter-count[hidden],
.fm-wpgc-filter-overlay[hidden]{
    display: none !important;
}

.fm-wpgc-filter-overlay{
    position: fixed;
    z-index: 2147482000;
    inset: 0;
    background: rgba(4, 7, 10, .72);
    backdrop-filter: blur(4px);
}

.fm-wpgc-filter-panel{
    position: fixed;
    z-index: 2147482001;
    top: 0;
    right: 0;
    width: min(var(--fm-wpgc-filter-width), 100vw);
    height: 100vh;
    height: 100dvh;
    padding: 34px 30px max(26px, env(safe-area-inset-bottom));
    border-left: 1px solid currentColor;
    overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
    transform: translateX(105%);
    transition: transform .3s ease;
}

.fm-wpgc-filter-panel.is-open{
    transform: translateX(0);
}

.fm-wpgc-filter-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.fm-wpgc-filter-header h3{
    margin: 0;
    color: inherit;
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
}

.fm-wpgc-filter-close{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 8px;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.fm-wpgc-filter-close:hover,
.fm-wpgc-filter-close:focus{
    color: inherit;
    border-color: currentColor;
}

.fm-wpgc-filter-close i,
.fm-wpgc-filter-close svg{
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.fm-wpgc-filter-group{
    border-bottom: 1px solid currentColor;
}

.fm-wpgc-filter-group summary{
    position: relative;
    padding: 19px 34px 19px 0;
    list-style: none;
    font-size: 20px;
    cursor: pointer;
}

.fm-wpgc-filter-group summary::-webkit-details-marker{ display: none; }

.fm-wpgc-filter-group summary::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}

.fm-wpgc-filter-group[open] summary::after{
    transform: translateY(-35%) rotate(135deg);
}

.fm-wpgc-filter-options{
    display: grid;
    gap: 12px;
    padding: 2px 0 20px;
}

.fm-wpgc-filter-options label{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.fm-wpgc-filter-options input{
    width: 18px;
    height: 18px;
}

.fm-wpgc-price-fields{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 2px 0 20px;
}

.fm-wpgc-price-fields label{
    display: grid;
    gap: 7px;
}

.fm-wpgc-price-fields input{
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid currentColor;
    color: inherit;
}

.fm-wpgc-filter-actions{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    margin-top: 30px;
}

.fm-wpgc-filter-actions button{
    min-height: 58px;
    padding: 12px 20px;
    border: 1px solid currentColor;
    border-radius: 6px;
    font: inherit;
    text-transform: none;
    cursor: pointer;
    appearance: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fm-wpgc-filter-actions button:hover,
.fm-wpgc-filter-actions button:focus{
    filter: none;
}

.fm-wpgc-empty{
    padding: 40px 0;
    text-align: center;
}

html.fm-wpgc-filter-lock,
html.fm-wpgc-wishlist-lock,
html.fm-wpgc-menu-lock,
html.fm-wpgc-cart-lock{ overflow: hidden; }

.fm-wpgc-wishlist-trigger{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-wishlist-trigger-icon,
.fm-wpgc-menu-trigger-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35em;
    line-height: 1;
}

.fm-wpgc-wishlist-trigger-icon svg,
.fm-wpgc-menu-trigger-icon svg,
.fm-wpgc-wishlist-trigger-icon img,
.fm-wpgc-menu-trigger-icon img{
    display: block;
    width: 1em;
    height: 1em;
    object-fit: contain;
}

.fm-wpgc-wishlist-trigger-icon i,
.fm-wpgc-menu-trigger-icon i,
.fm-wpgc-menu-trigger-icon .eicon-menu-bar,
.fm-wpgc-wishlist-trigger-icon [class*=" eicon-"],
.fm-wpgc-wishlist-trigger-icon [class^="eicon-"],
.fm-wpgc-menu-trigger-icon [class*=" eicon-"],
.fm-wpgc-menu-trigger-icon [class^="eicon-"],
.fm-wpgc-wishlist-trigger-icon [class*=" fa-"],
.fm-wpgc-wishlist-trigger-icon [class^="fa-"],
.fm-wpgc-menu-trigger-icon [class*=" fa-"],
.fm-wpgc-menu-trigger-icon [class^="fa-"]{
    display: inline-flex;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 1em;
    line-height: 1;
}

.fm-wpgc-wishlist-drawer-root.is-viewport-trigger,
.fm-wpgc-menu-drawer-root.is-viewport-trigger{
    --fm-wpgc-trigger-edge-x: 24px;
    --fm-wpgc-trigger-edge-y: 24px;
    --fm-wpgc-trigger-z-index: 99990;
    position: fixed;
    top: var(--fm-wpgc-trigger-edge-y);
    z-index: var(--fm-wpgc-trigger-z-index);
}

.fm-wpgc-wishlist-drawer-root.is-viewport-trigger.is-trigger-left,
.fm-wpgc-menu-drawer-root.is-viewport-trigger.is-trigger-left{
    left: var(--fm-wpgc-trigger-edge-x);
    right: auto;
}

.fm-wpgc-wishlist-drawer-root.is-viewport-trigger.is-trigger-right,
.fm-wpgc-menu-drawer-root.is-viewport-trigger.is-trigger-right{
    right: var(--fm-wpgc-trigger-edge-x);
    left: auto;
}

.fm-wpgc-wishlist-trigger-count{
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 999px;
    color: #fff;
    background: #111;
    font-size: 11px;
    line-height: 1;
}

.fm-wpgc-wishlist-overlay[hidden],
.fm-wpgc-menu-overlay[hidden]{ display: none !important; }

.fm-wpgc-wishlist-overlay,
.fm-wpgc-menu-overlay{
    position: fixed;
    z-index: 100000;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity .28s ease;
}

.fm-wpgc-wishlist-drawer-root.is-open .fm-wpgc-wishlist-overlay,
.fm-wpgc-menu-drawer-root.is-open .fm-wpgc-menu-overlay{
    opacity: 1;
}

.fm-wpgc-wishlist-drawer,
.fm-wpgc-menu-drawer{
    --fm-wpgc-wishlist-drawer-width: 440px;
    --fm-wpgc-menu-drawer-width: 520px;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: min(var(--fm-wpgc-wishlist-drawer-width), 100vw);
    height: 100vh;
    height: 100dvh;
    padding: 34px 30px 26px;
    color: #1f1f1f;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 0 34px rgba(0, 0, 0, .18);
    overflow-y: auto;
    transform: translateX(-105%);
    opacity: 0;
    pointer-events: none;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), opacity .26s ease;
    will-change: transform, opacity;
}

.fm-wpgc-wishlist-drawer.is-open{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer{
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, .08);
    transform: translateX(105%);
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer.is-open{
    transform: translateX(0);
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="left"] .fm-wpgc-wishlist-drawer-header,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="left"] .fm-wpgc-wishlist-drawer-header{
    justify-content: flex-start;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer-header,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="right"] .fm-wpgc-wishlist-drawer-header{
    justify-content: flex-end;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer-header h3,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="right"] .fm-wpgc-wishlist-drawer-header h3{
    order: -1;
    margin-right: auto;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="left"] .fm-wpgc-wishlist-drawer-header h3,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="left"] .fm-wpgc-wishlist-drawer-header h3{
    margin-left: auto;
}

.fm-wpgc-wishlist-drawer-header,
.fm-wpgc-wishlist-page-header,
.fm-wpgc-menu-drawer-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.fm-wpgc-wishlist-drawer-header h3,
.fm-wpgc-wishlist-page-header h2{
    margin: 0;
    color: inherit;
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
}

.fm-wpgc-wishlist-close,
.fm-wpgc-menu-close{
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, opacity .2s ease;
}

.fm-wpgc-wishlist-close::before,
.fm-wpgc-wishlist-close::after,
.fm-wpgc-menu-close::before,
.fm-wpgc-menu-close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
}

.fm-wpgc-wishlist-close::before{ transform: translate(-50%, -50%) rotate(45deg); }
.fm-wpgc-wishlist-close::after{ transform: translate(-50%, -50%) rotate(-45deg); }
.fm-wpgc-menu-close::before{ transform: translate(-50%, -50%) rotate(45deg); }
.fm-wpgc-menu-close::after{ transform: translate(-50%, -50%) rotate(-45deg); }

.fm-wpgc-wishlist-list{
    display: grid;
    gap: 16px;
    min-height: 40px;
}

.fm-wpgc-wishlist-list.is-loading{
    opacity: .6;
}

.fm-wpgc-wishlist-item{
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.fm-wpgc-wishlist-thumb{
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.fm-wpgc-wishlist-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fm-wpgc-wishlist-info{
    display: grid;
    gap: 7px;
    min-width: 0;
}

.fm-wpgc-wishlist-title{
    color: inherit;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none !important;
}

.fm-wpgc-wishlist-price{
    font-size: .95em;
}

.fm-wpgc-wishlist-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.fm-wpgc-wishlist-cart,
.fm-wpgc-wishlist-page-link,
.fm-wpgc-wishlist-page-header a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-weight: 600;
    text-decoration: none !important;
}

.fm-wpgc-wishlist-remove{
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    opacity: 1;
    text-decoration: none !important;
    cursor: pointer;
}

.fm-wpgc-wishlist-page-link{
    display: inline-flex;
    margin-top: 22px;
}

.fm-wpgc-wishlist-page{
    width: 100%;
}

.fm-wpgc-wishlist-page .fm-wpgc-wishlist-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fm-wpgc-wishlist-empty{
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.fm-wpgc-menu-trigger{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-menu-drawer{
    width: min(var(--fm-wpgc-menu-drawer-width), 100vw);
    box-shadow: none;
}

.fm-wpgc-menu-drawer-root[data-fm-menu-close="auto"][data-fm-menu-position="left"] .fm-wpgc-menu-drawer-header,
.fm-wpgc-menu-drawer-root[data-fm-menu-close="left"] .fm-wpgc-menu-drawer-header{
    justify-content: flex-start;
}

.fm-wpgc-menu-drawer-root[data-fm-menu-close="auto"][data-fm-menu-position="right"] .fm-wpgc-menu-drawer-header,
.fm-wpgc-menu-drawer-root[data-fm-menu-close="right"] .fm-wpgc-menu-drawer-header{
    justify-content: flex-end;
}

.fm-wpgc-menu-drawer-root[data-fm-menu-position="right"] .fm-wpgc-menu-drawer{
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    transform: translateX(105%);
}

.fm-wpgc-menu-drawer-root[data-fm-menu-effect="fade"] .fm-wpgc-menu-drawer{
    transform: translateX(0);
}

.fm-wpgc-menu-drawer-root[data-fm-menu-effect="soft-scale"] .fm-wpgc-menu-drawer{
    transform: translateX(-18px) scale(.985);
}

.fm-wpgc-menu-drawer-root[data-fm-menu-position="right"][data-fm-menu-effect="soft-scale"] .fm-wpgc-menu-drawer{
    transform: translateX(18px) scale(.985);
}

.fm-wpgc-menu-drawer-root.is-open .fm-wpgc-menu-drawer{
    transform: translateX(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}

.fm-wpgc-menu-drawer-root.is-editor-preview .fm-wpgc-menu-drawer{
    pointer-events: auto;
}

.fm-wpgc-menu-list{
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fm-wpgc-menu-list ul{
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
}

.fm-wpgc-menu-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 12px 0;
    color: inherit;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}

.fm-wpgc-menu-list a:hover,
.fm-wpgc-menu-list a:focus{
    padding-left: 8px;
}

.fm-wpgc-menu-footer{
    display: grid;
    gap: 0;
    margin: 34px -30px -26px;
    background: transparent;
}

.fm-wpgc-menu-footer a{
    display: flex;
    padding: 17px 30px;
    color: inherit;
    text-decoration: none !important;
}

.fm-wpgc-drawer-root,
.fm-wpgc-drawer-root *{
    box-sizing: border-box;
}

.fm-wpgc-drawer-trigger{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, inherit);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, inherit);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-transform: var(--e-global-typography-accent-text-transform, inherit);
    cursor: pointer;
    appearance: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.fm-wpgc-drawer-trigger-icon,
.fm-wpgc-drawer-close-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35em;
    line-height: 1;
}

.fm-wpgc-drawer-trigger-icon svg,
.fm-wpgc-drawer-close-icon svg,
.fm-wpgc-drawer-trigger-icon img,
.fm-wpgc-drawer-close-icon img{
    display: block;
    width: 1em;
    height: 1em;
    object-fit: contain;
}

.fm-wpgc-drawer-root.is-viewport-trigger{
    --fm-wpgc-trigger-edge-x: 24px;
    --fm-wpgc-trigger-edge-y: 24px;
    --fm-wpgc-trigger-z-index: 99990;
    position: fixed;
    top: var(--fm-wpgc-trigger-edge-y);
    z-index: var(--fm-wpgc-trigger-z-index);
}

.fm-wpgc-drawer-root.is-viewport-trigger.is-trigger-left{
    left: var(--fm-wpgc-trigger-edge-x);
    right: auto;
}

.fm-wpgc-drawer-root.is-viewport-trigger.is-trigger-right{
    right: var(--fm-wpgc-trigger-edge-x);
    left: auto;
}

.fm-wpgc-drawer-count{
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 999px;
    color: inherit;
    background: transparent;
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: var(--e-global-typography-text-font-size, inherit);
    font-weight: var(--e-global-typography-text-font-weight, inherit);
    line-height: var(--e-global-typography-text-line-height, inherit);
    letter-spacing: var(--e-global-typography-text-letter-spacing, inherit);
    text-transform: var(--e-global-typography-text-text-transform, inherit);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    pointer-events: none;
}

.fm-wpgc-drawer-count[hidden],
.fm-wpgc-drawer-overlay[hidden]{
    display: none !important;
}

.fm-wpgc-drawer-overlay{
    position: fixed;
    z-index: 100000;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity .28s ease;
}

.fm-wpgc-drawer-root.is-open .fm-wpgc-drawer-overlay{
    opacity: 1;
}

.fm-wpgc-drawer-panel{
    --fm-wpgc-drawer-panel-width: 440px;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: min(var(--fm-wpgc-drawer-panel-width), 100vw);
    height: 100vh;
    height: 100dvh;
    padding: 34px 30px 26px;
    color: var(--e-global-color-text, inherit);
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: var(--e-global-typography-text-font-size, inherit);
    font-weight: var(--e-global-typography-text-font-weight, inherit);
    line-height: var(--e-global-typography-text-line-height, inherit);
    letter-spacing: var(--e-global-typography-text-letter-spacing, inherit);
    text-transform: var(--e-global-typography-text-text-transform, inherit);
    background: #fff;
    border-right: 0;
    box-shadow: none;
    overflow-y: auto;
    transform: translateX(-105%);
    opacity: 0;
    pointer-events: none;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), opacity .26s ease;
    will-change: transform, opacity;
}

.fm-wpgc-drawer-panel.is-open,
.fm-wpgc-drawer-root.is-open .fm-wpgc-drawer-panel{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.fm-wpgc-drawer-root.is-editor-preview .fm-wpgc-drawer-overlay{
    display: block !important;
    pointer-events: none;
}

.fm-wpgc-drawer-root.is-editor-preview .fm-wpgc-drawer-panel{
    transform: translateX(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.fm-wpgc-drawer-root[data-fm-drawer-position="right"] .fm-wpgc-drawer-panel{
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 0;
    transform: translateX(105%);
}

.fm-wpgc-drawer-root[data-fm-drawer-position="right"].is-open .fm-wpgc-drawer-panel{
    transform: translateX(0);
}

.fm-wpgc-drawer-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="left"] .fm-wpgc-drawer-header,
.fm-wpgc-drawer-root[data-fm-drawer-close="left"] .fm-wpgc-drawer-header{
    justify-content: flex-start;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="right"] .fm-wpgc-drawer-header,
.fm-wpgc-drawer-root[data-fm-drawer-close="right"] .fm-wpgc-drawer-header{
    justify-content: flex-end;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="right"] .fm-wpgc-drawer-title,
.fm-wpgc-drawer-root[data-fm-drawer-close="right"] .fm-wpgc-drawer-title{
    order: -1;
    margin-right: auto;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="left"] .fm-wpgc-drawer-title,
.fm-wpgc-drawer-root[data-fm-drawer-close="left"] .fm-wpgc-drawer-title{
    margin-left: auto;
}

.fm-wpgc-drawer-title{
    margin: 0;
    color: inherit;
}

.fm-wpgc-drawer-close{
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
    appearance: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

button.fm-wpgc-drawer-close{
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
}

.fm-wpgc-drawer-close::before,
.fm-wpgc-drawer-close::after{
    content: none;
}

.fm-wpgc-drawer-list{
    display: grid;
    gap: 16px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fm-wpgc-drawer-item,
.fm-wpgc-menu-list li{
    position: relative;
    color: inherit;
}

.fm-wpgc-cart-list{
    gap: 0;
}

.fm-wpgc-wishlist-drawer .fm-wpgc-wishlist-list{
    gap: 0;
}

.fm-wpgc-cart-item,
.fm-wpgc-wishlist-item{
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    border-radius: 0;
}

.fm-wpgc-cart-item-image,
.fm-wpgc-wishlist-item-image,
.fm-wpgc-drawer-thumb{
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
}

.fm-wpgc-cart-item-image img,
.fm-wpgc-wishlist-item-image img,
.fm-wpgc-drawer-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fm-wpgc-cart-item-content,
.fm-wpgc-wishlist-item-content,
.fm-wpgc-drawer-item-info{
    display: grid;
    gap: 7px;
    min-width: 0;
}

.fm-wpgc-cart-item-title,
.fm-wpgc-wishlist-item-title,
.fm-wpgc-drawer-item-title{
    color: inherit;
    text-decoration: none !important;
    transition: color .2s ease;
}

.fm-wpgc-cart-item-description,
.fm-wpgc-wishlist-item-description,
.fm-wpgc-drawer-item-description{
    color: inherit;
    opacity: .78;
}

.fm-wpgc-cart-item-description dl,
.fm-wpgc-wishlist-item-description dl,
.fm-wpgc-cart-item-description p,
.fm-wpgc-wishlist-item-description p{
    margin: 0;
}

.fm-wpgc-cart-item-description dl.variation,
.fm-wpgc-wishlist-item-description dl.variation{
    display: block;
    font-size: .88em;
    line-height: 1.5;
    text-align: left;
}

.fm-wpgc-cart-item-description dl.variation dt,
.fm-wpgc-wishlist-item-description dl.variation dt{
    float: left;
    clear: left;
    margin: 0 .35em 0 0;
    padding: 0;
    font-weight: 400;
}

.fm-wpgc-cart-item-description dl.variation dd,
.fm-wpgc-wishlist-item-description dl.variation dd{
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.fm-wpgc-cart-item-description dl.variation dd p::first-letter,
.fm-wpgc-wishlist-item-description dl.variation dd p::first-letter{
    text-transform: uppercase;
}

.fm-wpgc-cart-item-meta,
.fm-wpgc-wishlist-item-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: inherit;
}

.fm-wpgc-drawer-price{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
}

.fm-wpgc-drawer-price,
.fm-wpgc-drawer-price *{
    text-decoration: none !important;
}

.fm-wpgc-drawer-price del,
.fm-wpgc-drawer-price del *{
    opacity: .58;
    text-decoration-line: line-through !important;
    text-decoration-style: solid !important;
}

.fm-wpgc-drawer-price ins,
.fm-wpgc-drawer-price ins *{
    font-weight: inherit;
    text-decoration: none !important;
}

.fm-wpgc-drawer-remove,
.fm-wpgc-cart-item-remove,
.fm-wpgc-wishlist-remove{
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    align-self: end;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: inherit;
    background: transparent;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, inherit);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, inherit);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-transform: var(--e-global-typography-accent-text-transform, inherit);
    opacity: 1;
    text-decoration: none !important;
    cursor: pointer;
    appearance: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.fm-wpgc-drawer-message{
    color: inherit;
}

.fm-wpgc-cart-subtotal{
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.fm-wpgc-cart-actions,
.fm-wpgc-drawer-actions{
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.fm-wpgc-drawer-action{
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    color: inherit !important;
    background: transparent !important;
    border: 1px solid currentColor;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, inherit);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, inherit);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-align: center;
    text-decoration: none !important;
    text-transform: var(--e-global-typography-accent-text-transform, inherit);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-drawer-action:hover,
.fm-wpgc-drawer-action:focus,
.fm-wpgc-drawer-action:active{
    color: inherit;
    text-decoration: none !important;
}

button.fm-wpgc-drawer-action{
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
}

.fm-wpgc-cart-empty{
    display: flex;
    flex: 1 1 auto;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    padding: 38px 26px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.fm-wpgc-cart-empty.has-background-image{
    position: relative;
    isolation: isolate;
}

.fm-wpgc-cart-empty.has-background-image::before{
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(255, 255, 255, .78);
    content: "";
}

.fm-wpgc-cart-empty-content{
    display: flex;
    width: min(100%, 360px);
    align-items: center;
    flex-direction: column;
}

.fm-wpgc-cart-empty-image{
    display: block;
    width: 190px;
    max-width: 80%;
    height: auto;
    margin: 0 0 24px;
    object-fit: contain;
}

.fm-wpgc-cart-empty-title{
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.fm-wpgc-cart-empty-description{
    margin: 12px 0 0;
    color: rgba(0, 0, 0, .62);
    line-height: 1.55;
}

.fm-wpgc-cart-empty-action{
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding: 12px 28px;
    color: #fff !important;
    background: #111 !important;
    border: 1px solid #111;
    text-align: center;
    text-decoration: none !important;
}

/* Pulse cart: the established Minimog structure, kept separate from Atelier. */
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-drawer{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-drawer-header{
    display: contents;
    margin: 0;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-body{
    display: block;
    width: 100%;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-list{
    min-height: 120px;
    overflow: visible;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item{
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 17px;
    padding: 26px 0;
    border-bottom: 0;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item.is-pending-remove{
    opacity: .28;
    transform: translateX(10px);
    pointer-events: none;
}

.fm-wpgc-cart-drawer.is-loading::before{
    position: absolute;
    z-index: 45;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #111 40%, #111 60%, transparent 100%);
    background-size: 200% 100%;
    content: "";
    animation: fm-wpgc-cart-progress .8s linear infinite;
    pointer-events: none;
}

@keyframes fm-wpgc-cart-progress{
    to{ background-position: -200% 0; }
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-image{
    aspect-ratio: 3 / 4;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-title{
    font-weight: 600;
    line-height: 1.35;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-content{
    align-content: start;
    gap: 5px;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 62px;
}

.fm-wpgc-cart-quantity{
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, .035);
    border: 0;
}

.fm-wpgc-cart-quantity button{
    width: 34px;
    height: 38px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.fm-wpgc-cart-quantity span{
    min-width: 28px;
    text-align: center;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-remove{
    display: inline-flex;
    width: auto;
    height: auto;
    align-self: auto;
    padding: 2px 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    text-decoration: none !important;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-urgency{
    margin: 0 0 23px;
    padding: 0;
    background: transparent;
    font-size: .9em;
    line-height: 1.35;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-urgency strong{
    display: inline-block;
    white-space: nowrap;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-shipping{
    display: grid;
    gap: 12px;
    margin: 0 0 27px;
    font-size: .88em;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-shipping i{
    position: relative;
    display: block;
    height: 5px;
    margin-right: 8px;
    background: rgba(0, 0, 0, .1);
    border-radius: 999px;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-shipping b{
    display: block;
    height: 100%;
    background: #f3b900;
    border-radius: inherit;
    transition: width .3s ease;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-shipping em{
    position: absolute;
    top: 50%;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: #f3b900;
    background: #fff;
    border: 1px solid #f3b900;
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    transform: translate(-50%, -50%);
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-footer{
    margin:
        0
        calc(-1 * var(--fm-panel-padding-right, var(--fm-panel-padding, 24px)))
        calc(-1 * var(--fm-panel-padding-bottom, var(--fm-panel-padding, 24px)))
        calc(-1 * var(--fm-panel-padding-left, var(--fm-panel-padding, 24px)));
    padding:
        0
        var(--fm-panel-padding-right, var(--fm-panel-padding, 24px))
        var(--fm-panel-padding-bottom, var(--fm-panel-padding, 24px))
        var(--fm-panel-padding-left, var(--fm-panel-padding, 24px));
    background: #fff;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .025);
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tools{
    display: grid;
    grid-template-columns: repeat(var(--fm-wpgc-cart-tool-count, 3), minmax(0, 1fr));
    margin:
        0
        calc(-1 * var(--fm-panel-padding-right, var(--fm-panel-padding, 24px)))
        22px
        calc(-1 * var(--fm-panel-padding-left, var(--fm-panel-padding, 24px)));
    border-top: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool{
    display: grid;
    min-width: 0;
    place-items: center;
    gap: 4px;
    padding: 17px 6px 15px;
    color: inherit;
    background: transparent;
    background-image: none;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, .09);
    box-shadow: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    text-transform: none;
    cursor: pointer;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool:last-child{ border-right: 0; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool:hover,
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool:focus,
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool:active,
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool.is-active{
    color: inherit;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool span{ display: block; width: 22px; height: 22px; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-tool svg{ display: block; width: 100%; height: 100%; }

.fm-wpgc-cart-tool-panel{
    position: absolute;
    z-index: 40;
    inset: 0;
    display: none;
    align-items: flex-end;
    justify-content: center;
    padding: 22px;
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(2px);
}

.fm-wpgc-cart-tool-panel:not([hidden]){ display: flex; }

.fm-wpgc-cart-tool-dialog{
    display: grid;
    width: 100%;
    max-height: calc(100vh - 44px);
    max-height: calc(100dvh - 44px);
    gap: 16px;
    padding: 22px 20px 18px;
    overflow-y: auto;
    color: #111;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}

.fm-wpgc-cart-tool-dialog-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.fm-wpgc-cart-tool-dialog-header h4{
    margin: 0;
    color: inherit;
    font: inherit;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.fm-wpgc-cart-tool-dialog-header .fm-wpgc-cart-tool-close{
    display: grid;
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    place-items: center;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    font: inherit;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.fm-wpgc-cart-tool-dialog-body{ display: grid; gap: 12px; }
.fm-wpgc-cart-tool-panel label{ display: grid; min-width: 0; gap: 7px; font-size: 15px; line-height: 1.35; }
.fm-wpgc-cart-shipping-fields{ display: grid; grid-template-columns: 1fr; gap: 12px; }
.fm-wpgc-cart-tool-panel input,
.fm-wpgc-cart-tool-panel select,
.fm-wpgc-cart-tool-panel textarea{
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: none;
    font: inherit;
    font-size: 16px;
    line-height: 1.35;
}

.fm-wpgc-cart-tool-panel textarea{ min-height: 108px; resize: vertical; }

.fm-wpgc-cart-tool-panel .fm-wpgc-cart-tool-submit{
    width: 100%;
    min-height: 46px;
    padding: 11px 14px;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: 0;
    box-shadow: none;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    cursor: pointer;
}

.fm-wpgc-cart-tool-panel .fm-wpgc-cart-tool-cancel{
    min-height: 32px;
    padding: 2px 8px;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

.fm-wpgc-cart-tool-feedback{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 11px 13px;
	color: #8a1c1c;
	background: #fff1f1;
	border: 1px solid rgba(184, 35, 35, .28);
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.4;
}

.fm-wpgc-cart-tool-feedback[hidden]{ display: none !important; }
.fm-wpgc-cart-tool-feedback.fmwbn-notice--success,
.fm-wpgc-cart-tool-feedback.is-success{
	color: #176b35;
	background: #effaf3;
	border-color: rgba(23, 107, 53, .24);
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-summary{ display: grid; gap: 11px; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-summary > div{ display: flex; justify-content: space-between; gap: 14px; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-summary strong{ text-align: right; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-summary small{ font-size: inherit; font-weight: 400; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-added-notice,
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-status{ margin: 0 0 12px; padding: 10px 12px; background: rgba(0,0,0,.045); font-size: .88em; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-remove-coupon{ width: 22px; height: 22px; padding: 0; color: inherit; background: transparent; border: 0; box-shadow: none; cursor: pointer; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-total{ margin-top: 5px; padding-top: 13px; border-top: 1px solid rgba(0, 0, 0, .11); font-size: 1.12em; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-actions{ gap: 8px; margin-top: 17px; }
[class*="fm-wpgc-theme-"] .fm-wpgc-drawer-action{ border-radius: 0; font-weight: 600; }
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-checkout,
[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-cart{
	min-height: var(--fm-panel-button-min-height, 46px);
	padding: var(--fm-panel-button-padding, 13px 18px);
	color: var(--fm-panel-button-color, var(--fm-theme-button-text, #fff)) !important;
	background: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
	border-color: var(--fm-panel-button-border-color, var(--fm-panel-button-background, var(--fm-theme-button, #111)));
	border-style: var(--fm-panel-button-border-style, solid);
	border-width: var(--fm-panel-button-border-width, 1px);
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-view-cart{
	display: inline-flex;
	width: auto;
	min-height: auto;
	align-self: center;
	padding: 5px 0;
	color: var(--fm-cart-view-color, inherit) !important;
	background: transparent !important;
	border: 0;
	text-decoration: var(--fm-cart-view-decoration, none) !important;
	text-underline-offset: .18em;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-cart-view-cart:hover,
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-view-cart:focus{
	color: var(--fm-cart-view-hover-color, var(--fm-trigger-hover-color, inherit)) !important;
	background: transparent !important;
}

.fm-wpgc-cart-confetti{ position: absolute; z-index: 4; inset: 0; overflow: hidden; pointer-events: none; }
.fm-wpgc-cart-confetti span{ position: absolute; top: -18px; left: var(--left); width: var(--size); height: calc(var(--size) * 1.5); background: var(--color); animation: fm-wpgc-confetti var(--duration) ease-out var(--delay) forwards; }
@keyframes fm-wpgc-confetti { to { transform: translate(var(--drift), 105vh) rotate(var(--rotation)); opacity: .15; } }
.fm-wpgc-cart-shipping.is-celebrating em{ animation: fm-wpgc-progress-pop .6s ease both; }
@keyframes fm-wpgc-progress-pop { 50% { transform: translate(-50%, -50%) scale(1.35); } }
.fm-wpgc-cart-drawer-root.has-no-cart-animations .fm-wpgc-drawer-panel,
.fm-wpgc-cart-drawer-root.has-no-cart-animations .fm-wpgc-drawer-overlay,
.fm-wpgc-cart-drawer-root.has-no-cart-animations .fm-wpgc-cart-shipping b{ transition: none !important; animation: none !important; }

/* Wishlist Pulse: stessa gerarchia e proporzioni delle righe prodotto del carrello. */
[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item{
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    padding: 26px 0;
    border-bottom: 0;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-image{
    aspect-ratio: 3 / 4;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}

[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-content{
	display: flex;
	flex-direction: column;
	align-self: stretch;
    align-content: start;
    gap: 5px;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-title{
    font-weight: 600;
    line-height: 1.35;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-actions{
    display: flex;
	flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 14px;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-actions .fm-wpgc-wishlist-cart{
	display: inline-flex;
	width: var(--fm-quantity-button-size, 38px);
	height: var(--fm-quantity-button-size, 38px);
	min-height: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-color: var(--fm-panel-button-border-color, var(--fm-panel-button-background, var(--fm-theme-button, #111)));
	border-style: var(--fm-panel-button-border-style, solid);
	border-width: var(--fm-panel-button-border-width, 1px);
	font-size: var(--fm-quantity-icon-size, 16px);
	line-height: 0;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-actions .fm-wpgc-wishlist-remove{
    display: inline-flex;
    width: var(--fm-quantity-button-size, 38px);
    height: var(--fm-quantity-button-size, 38px);
    align-self: auto;
	align-items: center;
	justify-content: center;
    padding: 0;
    color: inherit;
    background: transparent !important;
    border: 1px solid currentColor;
    border-radius: 0;
    font-family: inherit;
    font-size: var(--fm-remove-icon-size, 14px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none !important;
    white-space: nowrap;
}

[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-actions .fm-panel-action-icon{
	width: 1em;
	height: 1em;
	margin: 0;
}

.fm-wpgc-cart-shipping-summary{
	position: relative;
	isolation: isolate;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

/* Il camioncino accanto a "Spedizione" nel riepilogo del drawer. */
.fm-wpgc-cart-ship-ico{
	display: inline-flex;
	vertical-align: -0.15em;
	font-style: normal;
}

.fm-wpgc-cart-ship-ico svg{
	width: 1.1em;
	height: 1.1em;
}

/* La nota d'ordine salvata resta leggibile sotto gli strumenti. */
.fm-wpgc-cart-note-preview{
	font-size: 12px;
	line-height: 1.45;
	padding: 8px 10px;
	background: color-mix(in srgb, currentColor 6%, transparent);
	border-radius: 4px;
	margin-top: 8px;
	word-break: break-word;
}

.fm-wpgc-cart-shipping-summary.is-pulse-highlight{
	animation: fm-wpgc-shipping-highlight 2s ease both;
}

@keyframes fm-wpgc-shipping-highlight{
	0%, 100% { background-color: transparent; box-shadow: 0 0 0 0 transparent; }
	18%, 68% {
		background-color: color-mix(in srgb, var(--fm-panel-button-background, var(--e-global-color-accent, #ec4899)) 12%, transparent);
		box-shadow: 0 0 0 4px color-mix(in srgb, var(--fm-panel-button-background, var(--e-global-color-accent, #ec4899)) 20%, transparent), 0 0 24px color-mix(in srgb, var(--fm-panel-button-background, var(--e-global-color-accent, #ec4899)) 42%, transparent);
	}
}

html.fm-wpgc-filter-lock body :is(.fm-trigger-dock, [data-fm-trigger-dock], .fm-wpgc-trigger-dock){
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateY(110%) !important;
}

.fm-wpgc-drawer-action:disabled,
.fm-wpgc-drawer-action[disabled]{
    opacity: .45;
    cursor: not-allowed;
}

.fm-wpgc-wishlist-status{
    margin-top: 16px;
    padding: 12px 0 0;
}

.fm-wpgc-wishlist-drawer .fm-wpgc-wishlist-page-link{
    display: inline-flex;
    width: 100%;
    margin-top: 0;
}

.fm-wpgc-drawer-empty{
    padding: 0;
    border: 0;
    text-align: center;
}

.fm-wpgc-menu-list li{
    list-style: none;
}

.fm-wpgc-menu-list a{
    color: inherit;
}

.fm-wpgc-menu-row{
    display: flex;
    align-items: center;
    min-width: 0;
}

.fm-wpgc-menu-row > a{
    flex: 1 1 auto;
    min-width: 0;
}

.fm-wpgc-menu-toggle{
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
	font-size: 32px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-menu-toggle span{
    display: block;
    width: .48em;
    height: .48em;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-.12em) rotate(45deg);
    transition: transform .2s ease;
}

.fm-wpgc-menu-toggle[aria-expanded="true"] span{
    transform: translateY(.12em) rotate(225deg);
}

/* Sopra `.elementor-kit-N button` e `button:hover` del Kit di Elementor: vedi fm-trigger-system.css. */
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle,
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:hover,
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:focus,
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:focus-visible,
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:active{
    color: inherit;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

.fm-wpgc-menu-list .sub-menu[hidden]{
    display: none !important;
}

.fm-wpgc-menu-drawer-root:not(.is-menu-expanded) .fm-wpgc-menu-list .sub-menu{
    overflow: hidden;
}

.fm-wpgc-menu-item-label,
.fm-wpgc-menu-badge{
    display: inline;
}

.fm-wpgc-menu-badge{
    margin-left: 8px;
    color: inherit;
    background-color: transparent;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, .7em);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, 1);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-transform: var(--e-global-typography-accent-text-transform, none);
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .fm-wpgc-menu-toggle span,
.fm-wpgc-menu-list .sub-menu,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-content,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-button{
        transition-duration: 0s !important;
    }
}

@keyframes fm-wpgc-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .fm-wpgc-wrapper{
        --fm-wpgc-arrow-size: 36px;
    }

    .fm-wpgc-image-swiper{
        height: 420px;
    }

    .fm-wpgc-layout-compact-deals .fm-wpgc-product-card{
        min-height: 215px;
    }

    .fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals:not(.is-products-carousel) .fm-wpgc-products-grid{
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .fm-wpgc-layout-compact-deals .fm-wpgc-image-swiper{
        width: 43%;
        min-height: 213px;
        flex-basis: 43%;
    }

    .fm-wpgc-layout-compact-deals .fm-wpgc-product-content{
        padding: 12px 10px;
    }

    [class*="fm-wpgc-theme-"].fm-wpgc-upsell-row .fm-wpgc-products-prev{
        left: -12px;
    }

    [class*="fm-wpgc-theme-"].fm-wpgc-upsell-row .fm-wpgc-products-next{
        right: -12px;
    }

    [class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals:not(.is-products-carousel) .fm-wpgc-products-grid{
        column-gap: 0;
        row-gap: 10px;
    }

    .fm-wpgc-layout-compact-deals .fm-wpgc-compact-column{
        row-gap: 10px;
    }

    .fm-wpgc-layout-compact-deals.is-products-carousel{
        --fm-wpgc-products-per-view: 1;
        --fm-wpgc-products-gap: 0px;
    }

    :where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-product-title{
        font-size: 14px;
    }

    :where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-product-price{
        font-size: 15px;
    }

    :where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-countdown-unit{
        min-height: 26px;
        padding: 3px 2px;
    }

    :where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-countdown-value{
        font-size: 10px;
    }

    :where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-countdown-label{
        display: none;
    }

    :where([class*="fm-wpgc-theme-"].fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals) .fm-wpgc-product-button{
        font-size: 13px;
    }

    .fm-wpgc-category-tabs-bar{
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 18px;
    }

    .fm-wpgc-category-tabs-title{
        font-size: 25px;
    }

    .fm-wpgc-category-tabs{
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
        padding-bottom: 5px;
        overflow-x: auto;
    }

    .fm-wpgc-filter-toolbar{ align-items: flex-start; justify-content: flex-end; flex-wrap: wrap; margin-bottom: 18px; }
    .fm-wpgc-quick-filters{ order: 2; width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
    .fm-wpgc-quick-filter{ flex: 0 0 auto; }
	.fm-wpgc-filter-open{ position: relative; width: 52px; min-width: 52px; height: 52px; min-height: 52px; margin-left: auto; padding: 0; justify-content: center; }
	.fm-wpgc-filter-open-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; }
	.fm-wpgc-filter-open-icon{ width: 26px; height: 26px; }
	.fm-wpgc-filter-count{ position: absolute; top: -7px; right: -7px; }
    .fm-wpgc-filter-panel{ padding: 24px 20px max(20px, env(safe-area-inset-bottom)); }
    .fm-wpgc-filter-header h3{ font-size: 21px; }
    .fm-wpgc-filter-group summary{ font-size: 18px; }
    .fm-wpgc-filter-actions{ grid-template-columns: 1fr; }
    .fm-wpgc-wishlist-drawer{ padding: 24px 20px 20px; }
    .fm-wpgc-wishlist-page .fm-wpgc-wishlist-list{ grid-template-columns: 1fr; }
    .fm-wpgc-wishlist-item{ grid-template-columns: 82px minmax(0, 1fr); }
    [class*="fm-wpgc-theme-"] .fm-wpgc-cart-drawer{ padding: 24px 20px 20px; }
	.fm-wpgc-cart-drawer-root .fm-wpgc-drawer-overlay{ backdrop-filter: none; transition-duration: .16s; }
	.fm-wpgc-cart-drawer-root .fm-wpgc-drawer-panel{ transition: transform .18s cubic-bezier(.22, 1, .36, 1), opacity .14s ease; }
    .fm-wpgc-cart-drawer-root.is-mobile-fullscreen .fm-wpgc-cart-drawer{ width: 100vw !important; max-width: none !important; }
    [class*="fm-wpgc-theme-"] .fm-wpgc-cart-item{ grid-template-columns: 96px minmax(0, 1fr); gap: 14px; }
    [class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-actions{ margin-top: 36px; }
    [class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item{ grid-template-columns: 96px minmax(0, 1fr); gap: 14px; }
    [class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-actions{ gap: 10px; padding-top: 10px; }
    [class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-actions .fm-wpgc-wishlist-cart{ padding: 0; font-size: var(--fm-quantity-icon-size, 16px); }
    [class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-item-actions .fm-wpgc-wishlist-remove{ font-size: var(--fm-remove-icon-size, 14px); }
	/* "Continua gli acquisti" resta visibile anche su mobile (richiesta 26/08). */
    [class*="fm-wpgc-theme-"] .fm-wpgc-cart-footer{ margin-right: calc(-1 * var(--fm-panel-padding-right, var(--fm-panel-padding, 20px))); margin-bottom: calc(-1 * var(--fm-panel-padding-bottom, var(--fm-panel-padding, 20px))); margin-left: calc(-1 * var(--fm-panel-padding-left, var(--fm-panel-padding, 20px))); padding-right: var(--fm-panel-padding-right, var(--fm-panel-padding, 20px)); padding-bottom: var(--fm-panel-padding-bottom, var(--fm-panel-padding, 20px)); padding-left: var(--fm-panel-padding-left, var(--fm-panel-padding, 20px)); }
    [class*="fm-wpgc-theme-"] .fm-wpgc-cart-tools{ margin-right: calc(-1 * var(--fm-panel-padding-right, var(--fm-panel-padding, 20px))); margin-left: calc(-1 * var(--fm-panel-padding-left, var(--fm-panel-padding, 20px))); }
    .fm-wpgc-cart-tool-panel{ padding: 12px; }
    .fm-wpgc-cart-tool-dialog{ max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); padding: 20px 16px 16px; border-radius: 16px; }
    .fm-wpgc-cart-empty{ min-height: 300px; padding: 30px 20px; }
    .fm-wpgc-cart-shipping-fields{ grid-template-columns: 1fr; }
}

/*
 * Contratto PULSE finale per Shop e Upsell. Il CSS generato dalla singola
 * istanza Elementor è caricato dopo questo file e mantiene la priorità.
 */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-title,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-title a {
	color: var(--fm-product-title-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-title {
	width: 100%;
	margin-bottom: var(--fm-product-title-spacing, 0) !important;
	text-align: var(--fm-product-title-alignment, var(--fm-product-content-alignment, left)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-title a {
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-transform: inherit !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price * {
	color: var(--fm-product-price-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price {
	width: 100%;
	text-align: var(--fm-product-price-alignment, var(--fm-product-content-alignment, left)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price del,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price del * {
	color: var(--fm-product-regular-price-color, var(--fm-product-price-color, var(--fm-theme-ink))) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price ins,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price ins * {
	color: var(--fm-product-sale-price-color, var(--fm-product-price-color, var(--fm-theme-ink))) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-price :is(del, ins, span, bdi) {
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-transform: inherit !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-button,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-product-button {
	display: inline-flex;
	width: auto;
	min-height: var(--fm-panel-button-min-height, 46px) !important;
	padding: var(--fm-panel-button-padding, 13px 18px) !important;
	align-items: center;
	justify-content: center;
	/* Stato normale a faccia propria dalla 3.6.20: bianco con bordo scuro
	   1px (richiesta grafica). L'hover sotto resta della famiglia del Kit. */
	color: var(--fm-product-button-color, var(--fm-theme-ink, #2E2E2E)) !important;
	background: var(--fm-product-button-background, #fff) !important;
	background-image: none !important;
	border-color: var(--fm-product-button-border-color, var(--fm-theme-ink, #2E2E2E)) !important;
	border-style: var(--fm-panel-button-border-style, solid) !important;
	border-width: var(--fm-panel-button-border-width, 1px) !important;
	border-radius: var(--fm-panel-button-radius, 0) !important;
	text-align: center;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-button:hover,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-button:focus,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:hover,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:focus {
	color: var(--fm-panel-button-hover-color, var(--fm-theme-button, #111)) !important;
	background: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
	background-image: none !important;
	border-color: var(--fm-panel-button-hover-border-color, var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff))) !important;
	opacity: 1;
}

/* Local neon effect: enabled per widget and active only on interaction. */
@keyframes fm-wpgc-local-button-neon-pulse {
	0%,
	100% {
		box-shadow: 0 0 var(--fm-wpgc-local-button-glow-size, 18px) color-mix(in srgb, var(--fm-wpgc-local-button-glow-color, #ef4c96) 46%, transparent);
	}
	50% {
		box-shadow:
			0 0 var(--fm-wpgc-local-button-glow-size, 18px) var(--fm-wpgc-local-button-glow-color, #ef4c96),
			0 0 calc(var(--fm-wpgc-local-button-glow-size, 18px) + 12px) color-mix(in srgb, var(--fm-wpgc-local-button-glow-color, #ef4c96) 62%, transparent);
	}
}

/*
 * Full PULSE contract. These rules intentionally win over saved instance CSS
 * only while the widget is set to "Eredita PULSE".
 */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-card {
	color: var(--fm-product-description-color, var(--fm-theme-ink)) !important;
	height: var(--fm-product-card-height) !important;
	padding: var(--fm-product-card-padding) !important;
	background: var(--fm-product-card-background, var(--fm-panel-background, var(--fm-theme-surface))) !important;
	background-image: none !important;
	border-color: var(--fm-product-card-border-color, transparent) !important;
	border-style: var(--fm-product-card-border-style, none) !important;
	border-width: var(--fm-product-card-border-width, 0) !important;
	border-radius: var(--fm-product-card-radius, var(--fm-theme-radius)) !important;
	box-shadow: none;
}

/* Il layout 3 × 2 usa un'altezza minima propria e non quella delle card verticali. */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-product-card {
	height: auto !important;
	min-height: var(--fm-product-compact-card-height, 220px) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-image-swiper {
	width: var(--fm-product-compact-image-width, 42%) !important;
	height: auto !important;
	min-height: var(--fm-product-compact-card-height, 220px) !important;
	flex-basis: var(--fm-product-compact-image-width, 42%) !important;
}

/*
 * In modalità carosello la spaziatura orizzontale la gestisce Swiper con
 * "spaceBetween": applicarla anche qui la sommerebbe, sfasando lo scorrimento
 * di un gap a ogni slide. Stessa guardia già usata nelle regole non-PULSE.
 */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals:not(.is-products-carousel) .fm-wpgc-products-grid {
	column-gap: var(--fm-product-compact-column-gap, 18px) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-compact-column {
	row-gap: var(--fm-product-compact-row-gap, 18px) !important;
	/*
	 * Righe di pari altezza. Serve grid-template-rows e non grid-auto-rows:
	 * qui le righe sono esplicite, e grid-auto-rows agisce solo sulle implicite.
	 * Senza questo una card con titolo lungo alza la propria riga e abbassa l'altra.
	 */
	grid-template-rows: repeat(2, 1fr) !important;
}

/*
 * Nel layout compatto la card riempie la riga della griglia invece di crescere
 * con il proprio contenuto: così tutte le card hanno la stessa altezza anche
 * quando un titolo va a capo più volte. L'altezza va propagata al contenitore
 * intermedio, altrimenti il 100% della card si calcola sull'altezza automatica
 * di quest'ultimo e non sulla riga della griglia.
 */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-product-item {
	height: 100% !important;
	min-height: 0 !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-product-card {
	height: 100% !important;
	overflow: hidden !important;
}

/* Il titolo si ferma a due righe: è ciò che faceva sforare la card. */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-compact-deals .fm-wpgc-product-title {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
}

/* ==========================================================================
 * Dettagli della card sotto contratto PULSE.
 * Badge, countdown e dimensioni hanno token propri; frecce, puntini, filtri
 * categoria e cuore wishlist derivano dai token già esistenti di Trigger e
 * Pulsanti, così restano allineati senza moltiplicare i comandi globali.
 * ========================================================================== */

/* I badge sono definiti più in basso, dove il contratto li governava già. */

/* Countdown offerta */
body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-countdown-unit {
	background-color: var(--fm-countdown-unit-background, transparent) !important;
	border-radius: var(--fm-countdown-unit-radius, var(--fm-product-card-radius, 0)) !important;
}

body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-countdown-value {
	color: var(--fm-countdown-value-color, var(--fm-product-title-color, inherit)) !important;
}

body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-countdown-label {
	color: var(--fm-countdown-label-color, var(--fm-product-description-color, inherit)) !important;
}

/* Puntini: dimensione propria, colore derivato dai Trigger. */
body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet {
	width: var(--fm-product-dot-size, 8px) !important;
	height: var(--fm-product-dot-size, 8px) !important;
	background-color: var(--fm-trigger-color, currentColor) !important;
}

body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet-active {
	background-color: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
}

/* Frecce: dimensione propria, colori derivati dai Trigger. */
body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-arrow {
	--fm-wpgc-arrow-size: var(--fm-product-arrow-size, 42px);
	color: var(--fm-trigger-color, inherit) !important;
	background-color: var(--fm-trigger-background, transparent) !important;
	border-radius: var(--fm-trigger-radius, 50%) !important;
}

body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-arrow:hover,
body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-arrow:focus {
	color: var(--fm-trigger-hover-color, inherit) !important;
	background-color: var(--fm-trigger-hover-background, transparent) !important;
}

/* I filtri categoria derivano già dai token Trigger, più in basso nel file. */

/* Cuore wishlist nella card: dimensione propria, colori dalle icone globali. */
body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-wishlist {
	width: var(--fm-card-wishlist-size, 36px) !important;
	height: var(--fm-card-wishlist-size, 36px) !important;
	color: var(--fm-icon-stroke-color, currentColor) !important;
	border-radius: var(--fm-trigger-radius, 50%) !important;
}

body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-wishlist.is-active {
	color: var(--fm-panel-button-glow-color, #EF4C96) !important;
}

/* Attributo colore */
body .elementor-widget .fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-color-option {
	width: var(--fm-color-attribute-size, 28px) !important;
	height: var(--fm-color-attribute-size, 28px) !important;
	border-color: var(--fm-product-card-border-color, currentColor) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper:not(.is-products-carousel) .fm-wpgc-products-grid {
	gap: var(--fm-product-card-gap) !important;
}

/* Nel carosello resta solo la spaziatura verticale: quella orizzontale è di Swiper. */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-products-grid {
	row-gap: var(--fm-product-card-gap) !important;
	column-gap: 0 !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-image-swiper {
	width: calc(100% - var(--fm-product-image-margin-left, 0px) - var(--fm-product-image-margin-right, 0px)) !important;
	height: var(--fm-product-image-height) !important;
	margin:
		var(--fm-product-image-margin-top, 0px)
		var(--fm-product-image-margin-right, 0px)
		var(--fm-product-image-margin-bottom, 0px)
		var(--fm-product-image-margin-left, 0px) !important;
	padding: var(--fm-product-image-area-padding, 0) !important;
	background: var(--fm-product-image-background, var(--fm-panel-background, var(--fm-theme-surface))) !important;
	background-image: none !important;
	border-color: transparent !important;
	border-radius: var(--fm-product-image-area-radius, var(--fm-product-card-radius, var(--fm-theme-radius))) !important;
	box-shadow: none;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-image-swiper img {
	width: var(--fm-product-image-width, 100%) !important;
	max-width: var(--fm-product-image-max-width, 100%) !important;
	height: var(--fm-product-image-file-height, 100%) !important;
	margin-left: var(--fm-product-image-file-margin-left, auto) !important;
	margin-right: var(--fm-product-image-file-margin-right, auto) !important;
	padding: var(--fm-product-image-padding, 0) !important;
	object-fit: var(--fm-product-image-fit, contain) !important;
	object-position: var(--fm-product-image-position, center center) !important;
	opacity: var(--fm-product-image-opacity, 1) !important;
	border-style: var(--fm-product-image-border-style, none) !important;
	border-width: var(--fm-product-image-border-width, 0) !important;
	border-color: var(--fm-product-image-border-color, transparent) !important;
	border-radius: var(--fm-product-image-radius, 0) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-content {
	gap: var(--fm-product-card-content-gap, var(--fm-panel-item-gap, 16px)) !important;
	padding: var(
		--fm-product-card-content-padding,
		var(--fm-panel-padding-top, 20px)
		var(--fm-panel-padding-right, 20px)
		var(--fm-panel-padding-bottom, 20px)
		var(--fm-panel-padding-left, 20px)
	) !important;
	color: var(--fm-product-description-color, var(--fm-theme-ink)) !important;
	text-align: var(--fm-product-content-alignment, left) !important;
	background-color: var(
		--fm-product-card-overlay-background,
		var(--fm-product-card-background, var(--fm-panel-background, var(--fm-theme-surface)))
	) !important;
	background-image: var(--fm-product-card-overlay-image, none) !important;
}

@media (hover: hover) and (pointer: fine) {
	body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-editorial-hover .fm-wpgc-product-button {
		opacity: 0 !important;
		pointer-events: none !important;
		transform: translateY(12px) !important;
	}

	body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-button,
	body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-button {
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: translateY(0) !important;
	}

	body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-content,
	body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-content {
		transform: translateY(calc(-1 * var(--fm-product-card-overlay-height, 58px))) !important;
	}
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-rating,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-empty,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-infinite-status {
	color: var(--fm-product-description-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-rating {
	color: var(--fm-product-rating-color, var(--fm-product-description-color, var(--fm-theme-ink))) !important;
	font-size: var(--fm-product-rating-size, inherit) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-arrow {
	width: var(--fm-trigger-size, 44px) !important;
	height: var(--fm-trigger-size, 44px) !important;
	color: var(--fm-trigger-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-background, var(--fm-panel-background, #fff)) !important;
	background-image: none !important;
	border-color: var(--fm-field-border-color, var(--fm-theme-line)) !important;
	border-radius: var(--fm-panel-button-radius, 0) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-arrow:hover,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-arrow:focus-visible {
	color: var(--fm-trigger-hover-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-hover-background, var(--fm-panel-background, #fff)) !important;
	border-color: var(--fm-trigger-hover-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet {
	background: var(--fm-trigger-color, var(--fm-theme-line)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet-active {
	background: var(--fm-trigger-active-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-wishlist {
	--fm-icon-stroke-color: var(--fm-trigger-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor));
	--fm-icon-fill-color: var(--fm-trigger-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor));
	top: 12px !important;
	right: 12px !important;
	width: var(--fm-trigger-size, 44px) !important;
	height: var(--fm-trigger-size, 44px) !important;
	color: var(--fm-trigger-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-background, var(--fm-panel-background, #fff)) !important;
	border-color: var(--fm-field-border-color, var(--fm-theme-line)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-wishlist:hover,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-wishlist:focus-visible {
	--fm-icon-stroke-color: var(--fm-trigger-icon-hover-stroke-color, var(--fm-trigger-hover-color, currentColor));
	--fm-icon-fill-color: var(--fm-trigger-icon-hover-fill-color, var(--fm-trigger-hover-color, currentColor));
	color: var(--fm-trigger-hover-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-hover-background, var(--fm-panel-background, #fff)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-wishlist.is-active {
	--fm-icon-stroke-color: var(--fm-trigger-icon-active-stroke-color, var(--fm-trigger-active-color, currentColor));
	--fm-icon-fill-color: var(--fm-trigger-icon-active-fill-color, var(--fm-trigger-active-color, currentColor));
	color: var(--fm-trigger-active-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-active-background, var(--fm-panel-background, #fff)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-wishlist :is(svg, img) {
	width: var(--fm-trigger-icon-size, 22px) !important;
	height: var(--fm-trigger-icon-size, 22px) !important;
}

/*
 * I badge prodotto avevano i token dei badge del Dock: due componenti diversi
 * sullo stesso comando. Ora hanno i propri, con i vecchi come ripiego perché
 * chi aveva già regolato il badge del Dock non si veda cambiare le card.
 */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-badges span {
	min-height: var(--fm-trigger-badge-size, 18px) !important;
	color: var(--fm-product-badge-color, var(--fm-trigger-badge-color, var(--fm-theme-badge-soft-text, #fff))) !important;
	background: var(--fm-product-badge-background, var(--fm-trigger-badge-background, var(--fm-theme-badge-soft, #111))) !important;
	border-color: var(--fm-product-badge-background, var(--fm-trigger-badge-background, var(--fm-theme-badge-soft, #111))) !important;
	padding: var(--fm-product-badge-padding, 4px 10px) !important;
	border-radius: var(--fm-product-badge-radius, var(--fm-panel-button-radius, 0)) !important;
}

/* Badge sconto: stessa forma, colori propri. */
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-product-badges .fm-wpgc-product-badge--sale {
	color: var(--fm-sale-badge-color, var(--fm-product-badge-color, var(--fm-trigger-badge-color, var(--fm-theme-badge-sale-text, #fff)))) !important;
	background: var(--fm-sale-badge-background, var(--fm-product-badge-background, var(--fm-trigger-badge-background, var(--fm-theme-badge-sale, #111)))) !important;
	border-color: var(--fm-sale-badge-background, var(--fm-product-badge-background, var(--fm-trigger-badge-background, var(--fm-theme-badge-sale, #111)))) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper :is(.fm-wpgc-category-tab, .fm-wpgc-category-show-all, .fm-wpgc-quick-filter, .fm-wpgc-page-button) {
	color: var(--fm-trigger-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-background, transparent) !important;
	border-color: var(--fm-field-border-color, var(--fm-theme-line)) !important;
	border-radius: var(--fm-panel-button-radius, 0) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper :is(.fm-wpgc-category-tab, .fm-wpgc-category-show-all, .fm-wpgc-quick-filter, .fm-wpgc-page-button):is(:hover, :focus-visible) {
	color: var(--fm-trigger-hover-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-hover-background, transparent) !important;
	border-color: var(--fm-trigger-hover-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper :is(.fm-wpgc-category-tab, .fm-wpgc-quick-filter, .fm-wpgc-page-button).is-active {
	color: var(--fm-trigger-active-color, var(--fm-theme-ink)) !important;
	background: var(--fm-trigger-active-background, transparent) !important;
	border-color: var(--fm-trigger-active-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-overlay {
	background: var(--fm-panel-overlay, rgba(4, 7, 10, .72)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-panel {
	width: min(var(--fm-panel-width, 420px), 100vw) !important;
	padding:
		var(--fm-panel-padding-top, 24px)
		var(--fm-panel-padding-right, 24px)
		var(--fm-panel-padding-bottom, 24px)
		var(--fm-panel-padding-left, 24px) !important;
	color: var(--fm-product-description-color, var(--fm-theme-ink)) !important;
	background: var(--fm-panel-background, var(--fm-theme-surface)) !important;
	border-color: var(--fm-field-border-color, var(--fm-theme-line)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-header h3,
body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-group summary {
	color: var(--fm-panel-title-color, var(--fm-theme-ink)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-close {
	--fm-icon-stroke-color: var(--fm-close-icon-color, currentColor);
	--fm-icon-fill-color: var(--fm-close-icon-color, currentColor);
	width: var(--fm-close-button-size, 44px) !important;
	height: var(--fm-close-button-size, 44px) !important;
	color: var(--fm-close-icon-color, var(--fm-theme-ink)) !important;
	background: var(--fm-close-icon-background, transparent) !important;
	border-color: var(--fm-field-border-color, var(--fm-theme-line)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-close :is(svg, img) {
	width: var(--fm-close-icon-size, 22px) !important;
	height: var(--fm-close-icon-size, 22px) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-close:is(:hover, :focus-visible) {
	--fm-icon-stroke-color: var(--fm-close-icon-hover-color, currentColor);
	--fm-icon-fill-color: var(--fm-close-icon-hover-color, currentColor);
	color: var(--fm-close-icon-hover-color, var(--fm-theme-ink)) !important;
	background: var(--fm-close-icon-hover-background, transparent) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-price-fields input {
	color: var(--fm-field-color, var(--fm-theme-ink)) !important;
	background: var(--fm-field-background, #fff) !important;
	border-color: var(--fm-field-border-color, var(--fm-theme-line)) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper :is(.fm-wpgc-filter-open, .fm-wpgc-filter-actions button) {
	min-height: var(--fm-panel-button-min-height, 46px) !important;
	padding: var(--fm-panel-button-padding, 13px 18px) !important;
	color: var(--fm-panel-button-color, var(--fm-theme-button-text, #fff)) !important;
	background: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
	border-color: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
	border-radius: var(--fm-panel-button-radius, 0) !important;
}

body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper :is(.fm-wpgc-filter-open, .fm-wpgc-filter-actions button):is(:hover, :focus-visible) {
	color: var(--fm-panel-button-hover-color, var(--fm-theme-button, #111)) !important;
	background: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
	border-color: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
}

@media (prefers-reduced-motion: reduce) {
	.fm-wpgc-style-local .fm-wpgc-product-button:hover,
	.fm-wpgc-style-local .fm-wpgc-product-button:focus-visible {
		animation: none !important;
	}

	.fm-wpgc-cart-shipping-summary.is-pulse-highlight {
		animation: none !important;
		background-color: color-mix(in srgb, var(--fm-panel-button-background, var(--e-global-color-accent, #ec4899)) 12%, transparent);
	}
}

@media (max-width: 767px) {
	body .elementor-widget [class*="fm-wpgc-theme-"].fm-wpgc-style-pulse.fm-wpgc-wrapper .fm-wpgc-filter-open {
		width: 52px !important;
		min-width: 52px !important;
		height: 52px !important;
		min-height: 52px !important;
		padding: 0 !important;
	}

	/*
	 * Editoriale interattiva su desktop, card classica su smartphone.
	 * Nessuna informazione o azione mobile dipende da hover o focus.
	 */
	.fm-wpgc-mobile-classic.fm-wpgc-layout-editorial-hover .fm-wpgc-product-content,
	.fm-wpgc-mobile-classic.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-content,
	.fm-wpgc-mobile-classic.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-content {
		position: relative;
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}

	.fm-wpgc-mobile-classic.fm-wpgc-layout-editorial-hover .fm-wpgc-product-footer {
		position: relative;
		width: 100%;
	}

	.fm-wpgc-mobile-classic.fm-wpgc-layout-editorial-hover .fm-wpgc-product-button,
	.fm-wpgc-mobile-classic.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-button,
	.fm-wpgc-mobile-classic.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-button {
		position: static !important;
		width: 100%;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
		transition: color .2s ease, background-color .2s ease, border-color .2s ease !important;
	}
}

/* ------------------------------------------------------------------
   Messaggio spedizione con countdown (oxa-spedizione.js)
   Due righe: titolo in grassetto, dettaglio col residuo sotto.
   Niente rosso sopra le 3 ore: i livelli li decide il JS.
------------------------------------------------------------------ */
[class*="fm-wpgc-theme-"] .fm-wpgc-cart-urgency.oxa-spedizione{
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
[class*="fm-wpgc-theme-"] .oxa-spedizione .oxa-spedizione-testo{
	display: block;
}
[class*="fm-wpgc-theme-"] .oxa-spedizione [data-oxa="titolo"]{
	display: block;
	white-space: normal;
}
[class*="fm-wpgc-theme-"] .oxa-spedizione [data-oxa="dettaglio"]{
	display: block;
	opacity: .85;
}
[class*="fm-wpgc-theme-"] .oxa-spedizione[data-livello="attenzione"] [data-oxa="dettaglio"]{
	color: var(--fm-wpgc-urgenza-attenzione, #B54708);
	opacity: 1;
	font-weight: 600;
}
[class*="fm-wpgc-theme-"] .oxa-spedizione[data-livello="urgente"] [data-oxa="dettaglio"]{
	color: var(--fm-wpgc-urgenza-urgente, #C81E4E);
	opacity: 1;
	font-weight: 700;
}
/* Scheletro vuoto prima del primo tick JS: nessun salto di layout ne' fiamma orfana. */
[class*="fm-wpgc-theme-"] .oxa-spedizione [data-oxa="titolo"]:empty ~ [data-oxa="dettaglio"],
[class*="fm-wpgc-theme-"] .oxa-spedizione:has([data-oxa="titolo"]:empty){
	visibility: hidden;
}

/* fm-trigger-system */
.fm-panel-root,
.fm-panel-root * {
	box-sizing: border-box;
}

body {
	--fm-icon-stroke-color: var(--fm-pulse-icon-stroke-color, currentColor);
	--fm-icon-fill-color: var(--fm-pulse-icon-fill-color, currentColor);
}

.fm-trigger {
	position: relative;
	--fm-icon-stroke-color: var(--fm-trigger-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor));
	--fm-icon-fill-color: var(--fm-trigger-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor));
	display: inline-flex;
	min-width: var(--fm-trigger-size, 48px);
	min-height: var(--fm-trigger-size, 48px);
	align-items: center;
	justify-content: center;
	gap: var(--fm-trigger-gap, 8px);
	margin: 0;
	padding: 8px;
	color: var(--fm-trigger-color, #111) !important;
	background-color: var(--fm-trigger-background, transparent) !important;
	background-image: none !important;
	border: 0;
	border-radius: 0;
	line-height: 1;
	cursor: pointer;
	transition:
		color var(--fm-trigger-transition-duration, 200ms) ease,
		background-color var(--fm-trigger-transition-duration, 200ms) ease,
		border-color var(--fm-trigger-transition-duration, 200ms) ease,
		box-shadow var(--fm-trigger-transition-duration, 200ms) ease,
		transform var(--fm-trigger-transition-duration, 200ms) ease;
}

.fm-trigger:hover,
.fm-trigger:focus-visible {
	--fm-icon-stroke-color: var(--fm-trigger-icon-hover-stroke-color, var(--fm-trigger-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor)));
	--fm-icon-fill-color: var(--fm-trigger-icon-hover-fill-color, var(--fm-trigger-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor)));
	color: var(--fm-trigger-hover-color, #111) !important;
	background-color: var(--fm-trigger-hover-background, transparent) !important;
	transform: var(--fm-trigger-hover-transform, none);
}

.fm-trigger.is-active,
.fm-trigger[aria-expanded="true"] {
	--fm-icon-stroke-color: var(--fm-trigger-icon-active-stroke-color, var(--fm-trigger-icon-hover-stroke-color, var(--fm-trigger-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor))));
	--fm-icon-fill-color: var(--fm-trigger-icon-active-fill-color, var(--fm-trigger-icon-hover-fill-color, var(--fm-trigger-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor))));
	color: var(--fm-trigger-active-color, var(--fm-trigger-hover-color, #111)) !important;
	background-color: var(--fm-trigger-active-background, var(--fm-trigger-hover-background, transparent)) !important;
	transform: none;
}

.fm-panel-provider__trigger.is-viewport-trigger {
	--fm-wpgc-trigger-edge-x: 24px;
	--fm-wpgc-trigger-edge-y: 24px;
	--fm-wpgc-trigger-z-index: 99990;
	position: fixed;
	top: var(--fm-wpgc-trigger-edge-y);
	z-index: var(--fm-wpgc-trigger-z-index);
}

.fm-panel-provider__trigger.is-viewport-trigger.is-trigger-left {
	right: auto;
	left: var(--fm-wpgc-trigger-edge-x);
}

.fm-panel-provider__trigger.is-viewport-trigger.is-trigger-right {
	right: var(--fm-wpgc-trigger-edge-x);
	left: auto;
}

.fm-trigger:focus-visible,
.fm-panel__close:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.fm-trigger__icon,
.fm-panel__close-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.fm-trigger__icon {
	width: var(--fm-trigger-icon-size, 22px);
	height: var(--fm-trigger-icon-size, 22px);
	font-size: var(--fm-trigger-icon-size, 22px);
}

.fm-trigger__icon--active {
	display: none !important;
}

.fm-trigger.is-active .fm-trigger__icon--idle,
.fm-trigger[aria-expanded="true"] .fm-trigger__icon--idle {
	display: none !important;
}

.fm-trigger.is-active .fm-trigger__icon--active,
.fm-trigger[aria-expanded="true"] .fm-trigger__icon--active {
	display: inline-flex !important;
}

.fm-trigger__icon svg,
.fm-trigger__icon img,
.fm-panel__close-icon svg,
.fm-panel__close-icon img,
.fm-wpgc-menu-toggle svg,
.fm-wpgc-menu-toggle img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-trigger__icon svg:not([fill="none"]),
.fm-panel__close-icon svg:not([fill="none"]),
.fm-wpgc-menu-toggle svg:not([fill="none"]),
.fm-wishlist-button__icon svg:not([fill="none"]),
.fm-panel-action-icon svg:not([fill="none"]),
.fm-panel-empty-icon svg:not([fill="none"]),
.fm-panel-empty-state__media svg:not([fill="none"]),
.fm-pulse-button__icon svg:not([fill="none"]),
.fm-trigger-dock__search-icon svg:not([fill="none"]),
.fm-trigger-dock__link-icon svg:not([fill="none"]),
.fm-wpgc-menu-item-icon svg:not([fill="none"]),
.fm-wpgc-cart-tool > span svg:not([fill="none"]) {
	fill: var(--fm-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor));
	color: inherit;
}

.fm-trigger__icon svg[fill]:not([fill="none"]),
.fm-trigger__icon svg [fill]:not([fill="none"]),
.fm-panel__close-icon svg[fill]:not([fill="none"]),
.fm-panel__close-icon svg [fill]:not([fill="none"]),
.fm-wpgc-menu-toggle svg[fill]:not([fill="none"]),
.fm-wpgc-menu-toggle svg [fill]:not([fill="none"]),
.fm-wishlist-button__icon svg[fill]:not([fill="none"]),
.fm-wishlist-button__icon svg [fill]:not([fill="none"]),
.fm-panel-action-icon svg[fill]:not([fill="none"]),
.fm-panel-action-icon svg [fill]:not([fill="none"]),
.fm-panel-empty-icon svg[fill]:not([fill="none"]),
.fm-panel-empty-icon svg [fill]:not([fill="none"]),
.fm-panel-empty-state__media svg[fill]:not([fill="none"]),
.fm-panel-empty-state__media svg [fill]:not([fill="none"]),
.fm-pulse-button__icon svg[fill]:not([fill="none"]),
.fm-pulse-button__icon svg [fill]:not([fill="none"]),
.fm-trigger-dock__search-icon svg[fill]:not([fill="none"]),
.fm-trigger-dock__search-icon svg [fill]:not([fill="none"]),
.fm-trigger-dock__link-icon svg[fill]:not([fill="none"]),
.fm-trigger-dock__link-icon svg [fill]:not([fill="none"]),
.fm-wpgc-menu-item-icon svg[fill]:not([fill="none"]),
.fm-wpgc-menu-item-icon svg [fill]:not([fill="none"]),
.fm-wpgc-cart-tool > span svg[fill]:not([fill="none"]),
.fm-wpgc-cart-tool > span svg [fill]:not([fill="none"]) {
	fill: var(--fm-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor));
}

.fm-trigger__icon svg[stroke]:not([stroke="none"]),
.fm-trigger__icon svg [stroke]:not([stroke="none"]),
.fm-panel__close-icon svg[stroke]:not([stroke="none"]),
.fm-panel__close-icon svg [stroke]:not([stroke="none"]),
.fm-wpgc-menu-toggle svg[stroke]:not([stroke="none"]),
.fm-wpgc-menu-toggle svg [stroke]:not([stroke="none"]),
.fm-wishlist-button__icon svg[stroke]:not([stroke="none"]),
.fm-wishlist-button__icon svg [stroke]:not([stroke="none"]),
.fm-panel-action-icon svg[stroke]:not([stroke="none"]),
.fm-panel-action-icon svg [stroke]:not([stroke="none"]),
.fm-panel-empty-icon svg[stroke]:not([stroke="none"]),
.fm-panel-empty-icon svg [stroke]:not([stroke="none"]),
.fm-panel-empty-state__media svg[stroke]:not([stroke="none"]),
.fm-panel-empty-state__media svg [stroke]:not([stroke="none"]),
.fm-pulse-button__icon svg[stroke]:not([stroke="none"]),
.fm-pulse-button__icon svg [stroke]:not([stroke="none"]),
.fm-trigger-dock__search-icon svg[stroke]:not([stroke="none"]),
.fm-trigger-dock__search-icon svg [stroke]:not([stroke="none"]),
.fm-trigger-dock__link-icon svg[stroke]:not([stroke="none"]),
.fm-trigger-dock__link-icon svg [stroke]:not([stroke="none"]),
.fm-wpgc-menu-item-icon svg[stroke]:not([stroke="none"]),
.fm-wpgc-menu-item-icon svg [stroke]:not([stroke="none"]),
.fm-wpgc-cart-tool > span svg[stroke]:not([stroke="none"]),
.fm-wpgc-cart-tool > span svg [stroke]:not([stroke="none"]) {
	stroke: var(--fm-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor));
	stroke-width: var(--fm-trigger-system-icon-stroke-width, var(--fm-pulse-site-icon-stroke-width, 1.8)) !important;
}

:where(
	.fm-trigger__icon,
	.fm-panel__close-icon,
	.fm-wpgc-menu-toggle,
	.fm-wishlist-button__icon,
	.fm-panel-action-icon,
	.fm-panel-empty-icon,
	.fm-panel-empty-state__media,
	.fm-pulse-button__icon,
	.fm-trigger-dock__search-icon,
	.fm-trigger-dock__link-icon,
	.fm-wpgc-menu-item-icon,
	.fm-wpgc-cart-tool > span
) svg,
:where(
	.fm-trigger__icon,
	.fm-panel__close-icon,
	.fm-wpgc-menu-toggle,
	.fm-wishlist-button__icon,
	.fm-panel-action-icon,
	.fm-panel-empty-icon,
	.fm-panel-empty-state__media,
	.fm-pulse-button__icon,
	.fm-trigger-dock__search-icon,
	.fm-trigger-dock__link-icon,
	.fm-wpgc-menu-item-icon,
	.fm-wpgc-cart-tool > span
) svg * {
	vector-effect: none !important;
}

.fm-trigger__badge {
	position: absolute;
	top: var(--fm-trigger-badge-offset-y, 0);
	right: var(--fm-trigger-badge-offset-x, 0);
	display: inline-flex;
	min-width: var(--fm-trigger-badge-size, 18px);
	min-height: var(--fm-trigger-badge-size, 18px);
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	color: var(--fm-trigger-badge-color, var(--fm-theme-badge-text, #fff));
	background: var(--fm-trigger-badge-background, var(--fm-theme-badge, #111));
	border-radius: var(--fm-trigger-badge-radius, 999px);
	font-size: 11px;
	line-height: 1;
}

.fm-trigger__badge[hidden],
.fm-panel__overlay[hidden],
.fm-panel-root .fm-wpgc-drawer-actions[hidden] {
	display: none !important;
}

.fm-wishlist-button-wrap {
	display: flex;
	width: 100%;
}

.fm-wishlist-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 10px 14px;
	color: inherit;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 0;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
	font-family: var(--e-global-typography-accent-font-family, inherit);
	font-size: var(--e-global-typography-accent-font-size, inherit);
	font-style: var(--e-global-typography-accent-font-style, inherit);
	font-weight: var(--e-global-typography-accent-font-weight, inherit);
	letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
	text-decoration: var(--e-global-typography-accent-text-decoration, none);
	text-transform: var(--e-global-typography-accent-text-transform, inherit);
}

.fm-wishlist-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.fm-wishlist-button__icon {
	display: inline-flex;
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.fm-wishlist-button__icon svg,
.fm-wishlist-button__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-wishlist-button__icon--active,
.fm-wishlist-button.is-active .fm-wishlist-button__icon--idle {
	display: none;
}

.fm-wishlist-button.is-active .fm-wishlist-button__icon--active {
	display: inline-flex;
}

.fm-panel__overlay {
	position: fixed;
	inset: 0;
	z-index: var(--fm-panel-z-index, 100000);
	box-sizing: border-box !important;
	width: auto;
	max-width: 100vw !important;
	height: auto;
	max-height: 100dvh !important;
	overflow: hidden !important;
	background-color: var(--fm-panel-overlay, rgb(0 0 0 / 45%)) !important;
	opacity: 0;
	transition: opacity var(--fm-panel-transition-duration, 300ms) ease;
}

.fm-panel__container {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: calc(var(--fm-panel-z-index, 100000) + 1);
	display: flex;
	box-sizing: border-box !important;
	width: min(var(--fm-panel-width, 420px), 100vw);
	max-width: 100vw !important;
	height: auto;
	max-height: 100dvh !important;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	overflow-x: clip !important;
	color: inherit;
	background-color: var(--fm-panel-background, #fff) !important;
	background-image: none;
	box-shadow: 0 0 40px rgb(0 0 0 / 18%);
	visibility: hidden;
	transition: transform var(--fm-panel-transition-duration, 300ms) ease, visibility 0s linear var(--fm-panel-transition-duration, 300ms);
}

.fm-panel-root[data-fm-panel-position="left"] .fm-panel__container {
	left: 0;
	right: auto;
	transform: translate3d(-102%, 0, 0);
}

.fm-panel-root[data-fm-panel-position="right"] .fm-panel__container {
	right: 0;
	left: auto;
	transform: translate3d(102%, 0, 0);
}

.fm-panel-root.is-open .fm-panel__overlay {
	opacity: 1;
}

.fm-panel-root.is-open .fm-panel__container {
	transform: translate3d(0, 0, 0);
	visibility: visible;
	transition-delay: 0s;
}

.fm-panel__header {
	display: contents;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0 !important;
}

.fm-panel__title {
	display: none !important;
}

.fm-panel__close {
	position: absolute !important;
	z-index: 100;
	top: max(var(--fm-close-offset-top, 12px), env(safe-area-inset-top)) !important;
	right: calc(max(var(--fm-close-offset-inline, 12px), env(safe-area-inset-right)) + var(--fm-panel-scrollbar-gap, 10px)) !important;
	left: auto !important;
	display: inline-flex;
	width: var(--fm-close-button-size, 44px);
	height: var(--fm-close-button-size, 44px);
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: var(--fm-close-icon-color, inherit) !important;
	background-color: var(--fm-close-icon-background, transparent) !important;
	background-image: none !important;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.fm-panel-root[data-fm-close-alignment="left"] .fm-panel__close,
.fm-panel-root[data-fm-close-alignment="auto"][data-fm-panel-position="left"] .fm-panel__close {
	right: calc(max(var(--fm-close-offset-inline, 12px), env(safe-area-inset-right)) + var(--fm-panel-scrollbar-gap, 10px)) !important;
	left: auto !important;
}

.fm-panel-root .fm-wpgc-cart-tool-dialog-header .fm-wpgc-cart-tool-close {
	display: inline-flex;
	width: var(--fm-close-button-size, 44px) !important;
	height: var(--fm-close-button-size, 44px) !important;
	min-width: var(--fm-close-button-size, 44px) !important;
	min-height: var(--fm-close-button-size, 44px) !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	color: var(--fm-close-icon-color, inherit) !important;
	background-color: var(--fm-close-icon-background, transparent) !important;
	background-image: none !important;
}

.fm-panel__close:hover,
.fm-panel__close:focus-visible,
.fm-panel-root .fm-wpgc-cart-tool-dialog-header .fm-wpgc-cart-tool-close:hover,
.fm-panel-root .fm-wpgc-cart-tool-dialog-header .fm-wpgc-cart-tool-close:focus-visible {
	color: var(--fm-close-icon-hover-color, var(--fm-close-icon-color, inherit)) !important;
	background-color: var(--fm-close-icon-hover-background, var(--fm-close-icon-background, transparent)) !important;
	background-image: none !important;
}

.fm-panel__close-icon,
.fm-panel-root .fm-wpgc-cart-tool-dialog-header .fm-wpgc-cart-tool-close .fm-panel-action-icon {
	--fm-icon-stroke-color: var(--fm-close-icon-color, var(--fm-pulse-icon-stroke-color, currentColor));
	--fm-icon-fill-color: var(--fm-close-icon-color, var(--fm-pulse-icon-fill-color, currentColor));
	width: var(--fm-close-icon-size, 22px);
	height: var(--fm-close-icon-size, 22px);
	font-size: var(--fm-close-icon-size, 22px);
}

.fm-panel__close:hover .fm-panel__close-icon,
.fm-panel__close:focus-visible .fm-panel__close-icon,
.fm-panel-root .fm-wpgc-cart-tool-close:hover .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-cart-tool-close:focus-visible .fm-panel-action-icon {
	--fm-icon-stroke-color: var(--fm-close-icon-hover-color, var(--fm-close-icon-color, var(--fm-pulse-icon-stroke-color, currentColor)));
	--fm-icon-fill-color: var(--fm-close-icon-hover-color, var(--fm-close-icon-color, var(--fm-pulse-icon-fill-color, currentColor)));
}

.fm-panel__body {
	--fm-panel-content-clearance: calc(
		var(--fm-close-button-size, 44px)
		+ max(var(--fm-close-offset-top, 12px), env(safe-area-inset-top))
		+ var(--fm-close-content-gap, 12px)
	);
	width: 100%;
	max-width: 100%;
	min-height: 0;
	flex: 1 1 auto;
	padding:
		max(var(--fm-panel-padding-top, var(--fm-panel-padding, 24px)), var(--fm-panel-content-clearance))
		var(--fm-panel-padding-right, var(--fm-panel-padding, 24px))
		var(--fm-panel-padding-bottom, var(--fm-panel-padding, 24px))
		var(--fm-panel-padding-left, var(--fm-panel-padding, 24px));
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: var(--fm-panel-scrollbar-thumb, rgb(0 0 0 / 28%)) var(--fm-panel-scrollbar-track, transparent);
	scrollbar-gutter: stable;
	-ms-overflow-style: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: max(var(--fm-panel-padding-bottom, var(--fm-panel-padding, 24px)), env(safe-area-inset-bottom));
}

.fm-panel__body::-webkit-scrollbar {
	width: var(--fm-panel-scrollbar-width, 8px);
	height: var(--fm-panel-scrollbar-width, 8px);
}

.fm-panel__body::-webkit-scrollbar-track {
	background: var(--fm-panel-scrollbar-track, transparent);
}

.fm-panel__body::-webkit-scrollbar-thumb {
	background: var(--fm-panel-scrollbar-thumb, rgb(0 0 0 / 28%));
	border: 2px solid transparent;
	border-radius: 999px;
	background-clip: padding-box;
}

.fm-panel-root .fm-wpgc-drawer-list {
	display: flex;
	flex-direction: column;
	gap: var(--fm-panel-item-gap, 16px) !important;
}

.fm-panel-root .fm-wpgc-drawer-actions,
.fm-panel-root .fm-wpgc-wishlist-item-actions {
	gap: var(--fm-panel-button-gap, 10px);
}

.fm-panel-action-icon,
.fm-panel-empty-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.fm-panel-action-icon {
	width: 1em;
	height: 1em;
	margin-right: .4em;
}

.fm-wpgc-cart-quantity .fm-panel-action-icon,
.fm-wpgc-wishlist-remove .fm-panel-action-icon {
	margin-right: 0;
}

.fm-panel-empty-icon {
	width: 2.5em;
	height: 2.5em;
	margin: 0 auto .75em;
}

.fm-panel-action-icon svg,
.fm-panel-action-icon img,
.fm-panel-empty-icon svg,
.fm-panel-empty-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-panel-root .fm-wpgc-wishlist-remove {
	overflow: hidden;
}

.fm-panel-root .fm-ips--trigger-panel {
	width: 100%;
}

.fm-panel-root .fm-ips--trigger-panel .fm-ips-results {
	position: relative;
	inset: auto;
	width: 100%;
	max-height: none;
	box-shadow: none;
}

.fm-panel-search {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.fm-panel-search__input {
	min-width: 0;
	flex: 1 1 auto;
}

.fm-panel-search__submit {
	flex: 0 0 auto;
}

/* One scroll container: menu internals never own the vertical scroll. */
.fm-panel-root--menu .fm-wpgc-menu-nav,
.fm-panel-root--menu .fm-wpgc-menu-list {
	height: auto;
	max-height: none;
	overflow: visible;
}

.fm-panel-root--menu .fm-panel__body {
	width: 100%;
	max-width: 100%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

.fm-panel-root--menu .fm-wpgc-menu-nav,
.fm-panel-root--menu .fm-wpgc-menu-list,
.fm-panel-root--menu .fm-wpgc-menu-list > li,
.fm-panel-root--menu .fm-wpgc-menu-row {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu {
	height: auto;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height var(--fm-submenu-duration, 280ms) ease, opacity var(--fm-submenu-duration, 280ms) ease;
}

.fm-panel-root--menu.is-menu-expanded .fm-wpgc-menu-list .sub-menu {
	max-height: none;
	overflow: visible;
	opacity: 1;
}

.fm-wpgc-menu-toggle {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: inherit;
	background: transparent;
	border: 0;
}

/*
 * Il toggle e' un <button>, quindi le Impostazioni del sito di Elementor
 * (Pulsanti) lo raggiungono con `.elementor-kit-N button` a (0,1,1) e, al
 * passaggio, `.elementor-kit-N button:hover` a (0,2,1). Una classe sola non
 * basta: il "+" prendeva il colore dei pulsanti del Kit (bianco su Oxa) e
 * spariva sul pannello bianco. Il toggle sta sempre dentro la riga, quindi
 * la riga da' la specificita' che serve e il colore resta quello della voce.
 */
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle {
	color: inherit;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-shadow: none;
}

.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:hover,
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:focus,
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:focus-visible,
.fm-wpgc-menu-row > .fm-wpgc-menu-toggle:active {
	color: inherit;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.fm-panel-root--menu .fm-wpgc-menu-toggle > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	transform: none;
}

.fm-panel-root--menu .fm-wpgc-menu-toggle:empty::before {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--fm-menu-toggle-icon-size, 18px);
	height: var(--fm-menu-toggle-icon-size, 18px);
	font-size: var(--fm-menu-toggle-icon-size, 18px);
	line-height: 1;
}

.fm-panel-root--menu .fm-wpgc-menu-toggle[aria-expanded="true"]:empty::before {
	content: "\2212";
}

/* Menu item icons are real siblings of the label, never decoration on text. */
.fm-panel-root--menu .fm-wpgc-menu-list a {
	justify-content: flex-start;
	gap: var(--fm-menu-item-icon-gap, 10px);
}

.fm-panel-root--menu .fm-wpgc-menu-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	line-height: 0;
}

.fm-panel-root--menu .fm-wpgc-menu-item-icon svg,
.fm-panel-root--menu .fm-wpgc-menu-item-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-panel-root--menu .fm-wpgc-menu-item-label {
	min-width: 0;
	flex: 1 1 auto;
}

.fm-panel-root--menu .fm-wpgc-menu-badge {
	flex: 0 0 auto;
	margin-inline-start: auto;
}

/*
 * Backgrounds live on the complete interactive row when a submenu toggle is
 * present, and on the link for leaf items. This keeps the plus/minus area from
 * looking detached and makes focus-visible match pointer hover.
 */
.fm-panel-root--menu .fm-wpgc-menu-list > li > .fm-wpgc-menu-row,
.fm-panel-root--menu .fm-wpgc-menu-list > li:not(.menu-item-has-children) > a {
	color: var(--fm-menu-main-color, inherit) !important;
	background-color: var(--fm-menu-main-background, transparent) !important;
	transition: color 200ms ease, background-color 200ms ease;
}

.fm-panel-root--menu .fm-wpgc-menu-list > li > .fm-wpgc-menu-row > a,
.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li > .fm-wpgc-menu-row > a {
	color: inherit !important;
	background-color: transparent !important;
}

.fm-panel-root--menu .fm-wpgc-menu-list > li > .fm-wpgc-menu-row:hover,
.fm-panel-root--menu .fm-wpgc-menu-list > li > .fm-wpgc-menu-row:focus-within,
.fm-panel-root--menu .fm-wpgc-menu-list > li:not(.menu-item-has-children) > a:hover,
.fm-panel-root--menu .fm-wpgc-menu-list > li:not(.menu-item-has-children) > a:focus-visible {
	color: var(--fm-menu-main-hover-color, var(--fm-menu-main-color, inherit)) !important;
	background-color: var(--fm-menu-main-hover-background, var(--fm-menu-main-background, transparent)) !important;
}

.fm-panel-root--menu .fm-wpgc-menu-list > li:is(.current-menu-item, .current-menu-parent, .current-menu-ancestor, .current_page_item, .is-submenu-open) > .fm-wpgc-menu-row,
.fm-panel-root--menu .fm-wpgc-menu-list > li:is(.current-menu-item, .current-menu-parent, .current-menu-ancestor, .current_page_item):not(.menu-item-has-children) > a {
	color: var(--fm-menu-main-active-color, var(--fm-menu-main-hover-color, var(--fm-menu-main-color, inherit))) !important;
	background-color: var(--fm-menu-main-active-background, var(--fm-menu-main-hover-background, var(--fm-menu-main-background, transparent))) !important;
}

.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li > .fm-wpgc-menu-row,
.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li:not(.menu-item-has-children) > a {
	color: var(--fm-submenu-item-color, var(--fm-menu-main-color, inherit)) !important;
	background-color: var(--fm-submenu-item-background, transparent) !important;
	transition: color 200ms ease, background-color 200ms ease;
}

.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li > .fm-wpgc-menu-row:hover,
.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li > .fm-wpgc-menu-row:focus-within,
.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li:not(.menu-item-has-children) > a:hover,
.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li:not(.menu-item-has-children) > a:focus-visible {
	color: var(--fm-submenu-item-hover-color, var(--fm-submenu-item-color, var(--fm-menu-main-hover-color, inherit))) !important;
	background-color: var(--fm-submenu-item-hover-background, var(--fm-submenu-item-background, transparent)) !important;
}

.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li:is(.current-menu-item, .current-menu-parent, .current-menu-ancestor, .current_page_item, .is-submenu-open) > .fm-wpgc-menu-row,
.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu > li:is(.current-menu-item, .current-menu-parent, .current-menu-ancestor, .current_page_item):not(.menu-item-has-children) > a {
	color: var(--fm-submenu-item-active-color, var(--fm-submenu-item-hover-color, var(--fm-submenu-item-color, inherit))) !important;
	background-color: var(--fm-submenu-item-active-background, var(--fm-submenu-item-hover-background, var(--fm-submenu-item-background, transparent))) !important;
}

/* Global PULSE values remain authoritative even when module CSS loads later. */
.fm-panel-root .fm-panel__title,
.fm-panel-root .fm-wpgc-drawer-section-title,
.fm-panel-root .fm-wpgc-cart-empty-title,
.fm-panel-root .fm-panel-empty-state__title,
.fm-panel-root .fm-wpgc-cart-tool-dialog-header h4 {
	color: var(--fm-panel-title-color, inherit) !important;
}

.fm-panel-root .fm-wpgc-drawer-item-title,
.fm-panel-root .fm-ips-card__title,
.fm-ips .fm-ips-card__title,
.fm-ips .fm-ips-card__link {
	color: var(--fm-product-title-color, inherit) !important;
}

.fm-panel-root .fm-wpgc-drawer-item-description,
.fm-panel-root .fm-wpgc-cart-item-description,
.fm-panel-root .fm-panel-empty-state__description,
.fm-panel-root .fm-ips-card__category,
.fm-ips .fm-ips-card__category,
.fm-ips .fm-ips-status {
	color: var(--fm-product-description-color, inherit) !important;
	opacity: 1;
}

.fm-panel-root .fm-wpgc-cart-quantity {
	color: var(--fm-quantity-color, inherit) !important;
}

.fm-panel-root .fm-wpgc-cart-quantity button {
	color: var(--fm-quantity-control-color, inherit) !important;
	background-color: var(--fm-quantity-control-background, #f6f6f6) !important;
	background-image: none !important;
}

.fm-panel-root--cart[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-content {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	gap: 5px;
}

.fm-panel-root--cart[class*="fm-wpgc-theme-"] .fm-wpgc-cart-item-actions {
	margin-top: auto !important;
}

.fm-panel-root--cart[class*="fm-wpgc-theme-"] .fm-wpgc-cart-quantity {
	display: inline-grid;
	grid-template-columns:
		var(--fm-quantity-button-size, 38px)
		minmax(28px, auto)
		var(--fm-quantity-button-size, 38px);
	grid-auto-rows: var(--fm-quantity-button-size, 38px);
	align-items: stretch;
	box-sizing: border-box;
	overflow: hidden;
	background-color: var(--fm-quantity-control-background, #f6f6f6) !important;
	border: 0;
	border-radius: var(--fm-quantity-radius, 4px);
}

.fm-panel-root--cart[class*="fm-wpgc-theme-"] .fm-wpgc-cart-quantity > button {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--fm-quantity-control-color, inherit) !important;
	background-color: var(--fm-quantity-control-background, #f6f6f6) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.fm-panel-root--cart[class*="fm-wpgc-theme-"] .fm-wpgc-cart-quantity > .fm-wpgc-cart-qty-minus {
	border-right: 1px solid var(--fm-quantity-divider-color, #e3e3e3) !important;
}

.fm-panel-root--cart[class*="fm-wpgc-theme-"] .fm-wpgc-cart-quantity > .fm-wpgc-cart-qty-plus {
	border-left: 1px solid var(--fm-quantity-divider-color, #e3e3e3) !important;
}

.fm-panel-root--cart[class*="fm-wpgc-theme-"] .fm-wpgc-cart-quantity > .fm-wpgc-cart-item-quantity {
	display: grid;
	width: 100%;
	min-width: 28px;
	height: 100%;
	place-items: center;
	color: var(--fm-quantity-color, inherit) !important;
	background-color: var(--fm-quantity-control-background, #f6f6f6);
	line-height: 1;
	text-align: center;
}

.fm-panel-root .fm-wpgc-cart-qty-minus,
.fm-panel-root .fm-wpgc-cart-qty-plus {
	display: inline-flex !important;
	width: var(--fm-quantity-button-size, 38px) !important;
	height: var(--fm-quantity-button-size, 38px) !important;
	min-width: var(--fm-quantity-button-size, 38px) !important;
	min-height: var(--fm-quantity-button-size, 38px) !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	overflow: hidden;
	line-height: 0 !important;
	text-align: center !important;
	vertical-align: middle;
}

.fm-panel-root .fm-wpgc-cart-qty-minus .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-cart-qty-plus .fm-panel-action-icon {
	width: var(--fm-quantity-icon-size, 16px) !important;
	height: var(--fm-quantity-icon-size, 16px) !important;
	min-width: var(--fm-quantity-icon-size, 16px) !important;
	min-height: var(--fm-quantity-icon-size, 16px) !important;
	align-self: center;
	margin: 0 !important;
	padding: 0 !important;
	font-size: var(--fm-quantity-icon-size, 16px) !important;
	line-height: 0 !important;
}

.fm-panel-root .fm-wpgc-cart-qty-minus .fm-panel-action-icon > i,
.fm-panel-root .fm-wpgc-cart-qty-plus .fm-panel-action-icon > i {
	display: inline-flex !important;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: inherit !important;
	line-height: 1 !important;
}

.fm-panel-root .fm-wpgc-cart-qty-minus .fm-panel-action-icon > i::before,
.fm-panel-root .fm-wpgc-cart-qty-plus .fm-panel-action-icon > i::before {
	display: block;
	line-height: 1 !important;
}

.fm-panel-root .fm-wpgc-cart-qty-minus .fm-panel-action-icon > :is(svg, img),
.fm-panel-root .fm-wpgc-cart-qty-plus .fm-panel-action-icon > :is(svg, img) {
	margin: auto;
}

.fm-panel-root .fm-wpgc-cart-qty-minus:hover,
.fm-panel-root .fm-wpgc-cart-qty-minus:focus,
.fm-panel-root .fm-wpgc-cart-qty-plus:hover,
.fm-panel-root .fm-wpgc-cart-qty-plus:focus {
	color: var(--fm-quantity-control-hover-color, var(--fm-quantity-control-color, inherit)) !important;
	background-color: var(--fm-quantity-control-hover-background, var(--fm-quantity-control-background, #f6f6f6)) !important;
	background-image: none !important;
}

.fm-panel-root .fm-wpgc-drawer-remove,
.fm-panel-root .fm-wpgc-cart-item-remove,
.fm-panel-root .fm-wpgc-wishlist-remove {
	color: var(--fm-remove-color, inherit) !important;
	background-color: var(--fm-remove-background, transparent) !important;
	text-decoration: none !important;
}

.fm-panel-root .fm-wpgc-drawer-remove:hover,
.fm-panel-root .fm-wpgc-drawer-remove:focus,
.fm-panel-root .fm-wpgc-cart-item-remove:hover,
.fm-panel-root .fm-wpgc-cart-item-remove:focus,
.fm-panel-root .fm-wpgc-wishlist-remove:hover,
.fm-panel-root .fm-wpgc-wishlist-remove:focus {
	color: var(--fm-remove-hover-color, var(--fm-remove-color, inherit)) !important;
	background-color: var(--fm-remove-hover-background, var(--fm-remove-background, transparent)) !important;
}

.fm-panel-root .fm-wpgc-drawer-remove .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-cart-item-remove .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-wishlist-remove .fm-panel-action-icon {
	width: var(--fm-remove-icon-size, 14px);
	height: var(--fm-remove-icon-size, 14px);
	color: var(--fm-remove-icon-color, var(--fm-remove-color, inherit)) !important;
	font-size: var(--fm-remove-icon-size, 14px);
}

.fm-panel-root .fm-wpgc-drawer-remove:hover .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-drawer-remove:focus .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-cart-item-remove:hover .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-cart-item-remove:focus .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-wishlist-remove:hover .fm-panel-action-icon,
.fm-panel-root .fm-wpgc-wishlist-remove:focus .fm-panel-action-icon {
	color: var(--fm-remove-icon-hover-color, var(--fm-remove-icon-color, var(--fm-remove-hover-color, inherit))) !important;
}

.fm-panel-root .fm-wpgc-cart-tool > span {
	width: var(--fm-cart-tool-icon-size, 22px) !important;
	height: var(--fm-cart-tool-icon-size, 22px) !important;
	color: var(--fm-cart-tool-icon-color, inherit) !important;
	font-size: var(--fm-cart-tool-icon-size, 22px);
	line-height: 0;
}

.fm-panel-root .fm-wpgc-cart-tool:hover > span,
.fm-panel-root .fm-wpgc-cart-tool:focus > span,
.fm-panel-root .fm-wpgc-cart-tool.is-active > span {
	color: var(--fm-cart-tool-icon-hover-color, var(--fm-cart-tool-icon-color, inherit)) !important;
}

/*
 * Tipografia di riserva dei pulsanti PULSE, a specificità zero.
 * Vale solo finché "Tipografia pulsanti" resta vuota in Impostazioni sito:
 * qualunque regola generata da quel controllo la scavalca senza !important.
 */
:where(
	.fm-panel-root .fm-wpgc-drawer-action,
	.fm-panel-root .fm-wpgc-cart-tool-submit,
	.fm-panel-root .fm-wpgc-cart-tool-cancel,
	.fm-panel-root .fm-panel-empty-state__button,
	.fm-panel-root .fm-ips-submit,
	.fm-panel-root .fm-ips-load-more,
	.fm-wpgc-wrapper .fm-wpgc-product-button,
	[class*="fm-wpgc-theme-"] .fm-wpgc-cart-checkout,
	[class*="fm-wpgc-theme-"] .fm-wpgc-wishlist-cart,
	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .added_to_cart,
	.fm-pulse-button .elementor-button,
	.elementor-button.fm-pulse-button,
	button.fm-pulse-button,
	a.fm-pulse-button
) {
	font-family: var(--e-global-typography-accent-font-family, inherit);
	font-size: var(--e-global-typography-accent-font-size, inherit);
	font-style: var(--e-global-typography-accent-font-style, inherit);
	font-weight: var(--e-global-typography-accent-font-weight, 600);
	letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
	line-height: var(--e-global-typography-accent-line-height, normal);
	text-decoration: var(--e-global-typography-accent-text-decoration, none);
	text-transform: var(--e-global-typography-accent-text-transform, inherit);
}

.fm-panel-root .fm-wpgc-drawer-action,
.fm-panel-root .fm-wpgc-cart-tool-submit,
.fm-panel-root .fm-wpgc-cart-tool-cancel,
.fm-panel-root .fm-panel-empty-state__button,
.fm-panel-root .fm-ips-submit,
.fm-panel-root .fm-ips-load-more,
.fm-ips .fm-ips-submit,
.fm-ips .fm-ips-load-more {
	color: var(--fm-panel-button-color, var(--fm-theme-button-text, #fff)) !important;
	background: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
	background-image: none !important;
	text-decoration: none;
	min-height: var(--fm-panel-button-min-height, 46px);
	padding: var(--fm-panel-button-padding, 13px 18px) !important;
	border-color: var(--fm-panel-button-border-color, var(--fm-panel-button-background, var(--fm-theme-button, #111)));
	border-style: var(--fm-panel-button-border-style, solid);
	border-width: var(--fm-panel-button-border-width, 1px);
	border-radius: var(--fm-panel-button-radius, 0);
}

.fm-panel-root .fm-wpgc-drawer-action:hover,
.fm-panel-root .fm-wpgc-drawer-action:focus,
.fm-panel-root .fm-wpgc-cart-tool-submit:hover,
.fm-panel-root .fm-wpgc-cart-tool-submit:focus,
.fm-panel-root .fm-wpgc-cart-tool-cancel:hover,
.fm-panel-root .fm-wpgc-cart-tool-cancel:focus,
.fm-panel-root .fm-panel-empty-state__button:hover,
.fm-panel-root .fm-panel-empty-state__button:focus,
.fm-panel-root .fm-ips-submit:hover,
.fm-panel-root .fm-ips-submit:focus,
.fm-panel-root .fm-ips-load-more:hover,
.fm-panel-root .fm-ips-load-more:focus,
.fm-ips .fm-ips-submit:hover,
.fm-ips .fm-ips-submit:focus,
.fm-ips .fm-ips-load-more:hover,
.fm-ips .fm-ips-load-more:focus {
	color: var(--fm-panel-button-hover-color, var(--fm-theme-button, #111)) !important;
	background: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
	background-image: none !important;
	border-color: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
}

.fm-panel-root .fm-wpgc-cart-actions .fm-wpgc-drawer-action {
	display: inline-flex;
	width: 100%;
	min-height: var(--fm-panel-button-min-height, 46px);
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
}

.fm-pulse-button-wrap {
	display: flex;
	width: 100%;
}

.fm-pulse-button .elementor-button,
.elementor-button.fm-pulse-button,
button.fm-pulse-button,
a.fm-pulse-button {
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	color: var(--fm-panel-button-color, var(--fm-theme-button-text, #fff)) !important;
	background: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
	background-image: none !important;
	text-decoration: none;
	min-height: var(--fm-panel-button-min-height, 46px);
	padding: var(--fm-panel-button-padding, 13px 18px) !important;
	border-color: var(--fm-panel-button-border-color, var(--fm-panel-button-background, var(--fm-theme-button, #111)));
	border-style: var(--fm-panel-button-border-style, solid);
	border-width: var(--fm-panel-button-border-width, 1px);
	border-radius: var(--fm-panel-button-radius, 0);
	text-align: center;
	cursor: pointer;
	transition-property: color, background-color, border-color, box-shadow, transform;
	transition-duration: .2s;
	transition-timing-function: ease;
}

.fm-pulse-button .elementor-button:hover,
.fm-pulse-button .elementor-button:focus,
.elementor-button.fm-pulse-button:hover,
.elementor-button.fm-pulse-button:focus,
button.fm-pulse-button:hover,
button.fm-pulse-button:focus,
a.fm-pulse-button:hover,
a.fm-pulse-button:focus {
	color: var(--fm-panel-button-hover-color, var(--fm-theme-button, #111)) !important;
	background: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
	background-image: none !important;
	border-color: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff));
}

/* Archivio WooCommerce nativo: stesso contratto dei pulsanti PULSE. */
body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button,
body.woocommerce ul.products li.product .added_to_cart,
body.woocommerce-page ul.products li.product .added_to_cart {
	display: inline-flex;
	box-sizing: border-box;
	min-height: var(--fm-panel-button-min-height, 46px);
	padding: var(--fm-panel-button-padding, 13px 18px) !important;
	align-items: center;
	justify-content: center;
	color: var(--fm-panel-button-color, var(--fm-theme-button-text, #fff)) !important;
	background: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
	background-image: none !important;
	border-color: var(--fm-panel-button-border-color, var(--fm-panel-button-background, var(--fm-theme-button, #111))) !important;
	border-style: var(--fm-panel-button-border-style, solid) !important;
	border-width: var(--fm-panel-button-border-width, 1px) !important;
	border-radius: var(--fm-panel-button-radius, 0);
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce ul.products li.product .button:focus,
body.woocommerce-page ul.products li.product .button:hover,
body.woocommerce-page ul.products li.product .button:focus,
body.woocommerce ul.products li.product .added_to_cart:hover,
body.woocommerce ul.products li.product .added_to_cart:focus,
body.woocommerce-page ul.products li.product .added_to_cart:hover,
body.woocommerce-page ul.products li.product .added_to_cart:focus {
	color: var(--fm-panel-button-hover-color, var(--fm-theme-button, #111)) !important;
	background: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
	background-image: none !important;
	border-color: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
	color: var(--fm-product-price-color, inherit) !important;
}

.fm-pulse-button__icon {
	display: inline-flex;
	flex: 0 0 auto;
	width: var(--fm-pulse-button-icon-size, 1em);
	height: var(--fm-pulse-button-icon-size, 1em);
	align-items: center;
	justify-content: center;
	font-size: var(--fm-pulse-button-icon-size, 1em);
	line-height: 1;
}

.fm-pulse-button__icon svg,
.fm-pulse-button__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-panel-root .fm-wpgc-cart-tool-panel {
	background-color: var(--fm-panel-overlay, rgb(0 0 0 / 45%)) !important;
}

.fm-panel-root .fm-wpgc-cart-tool-dialog {
	gap: var(--fm-panel-item-gap, 16px);
	color: var(--fm-product-description-color, inherit);
	background-color: var(--fm-panel-background, #fff) !important;
	border-radius: 0 !important;
}

.fm-panel-root .fm-wpgc-cart-footer {
	background-color: var(--fm-panel-background, #fff) !important;
}

.fm-panel-root .fm-wpgc-cart-tool-dialog-header .fm-wpgc-cart-tool-close,
.fm-panel-root .fm-wpgc-cart-tool-panel input,
.fm-panel-root .fm-wpgc-cart-tool-panel select,
.fm-panel-root .fm-wpgc-cart-tool-panel textarea,
.fm-panel-root .fm-wpgc-cart-tool-submit,
.fm-panel-root .fm-wpgc-cart-tool-cancel {
	border-radius: 0 !important;
}

.fm-panel-root .fm-wpgc-cart-tool-panel input,
.fm-panel-root .fm-wpgc-cart-tool-panel select,
.fm-panel-root .fm-wpgc-cart-tool-panel textarea,
.fm-ips .fm-ips-input {
	color: var(--fm-field-color, inherit) !important;
	background-color: var(--fm-field-background, #fff) !important;
	border-color: var(--fm-field-border-color, currentColor) !important;
}

.fm-panel-root .fm-wpgc-cart-tool-panel input:focus,
.fm-panel-root .fm-wpgc-cart-tool-panel select:focus,
.fm-panel-root .fm-wpgc-cart-tool-panel textarea:focus,
.fm-ips .fm-ips-input:focus {
	border-color: var(--fm-field-focus-border-color, currentColor) !important;
	outline-color: var(--fm-field-focus-border-color, currentColor);
}

.fm-ips .fm-ips-input::placeholder {
	color: var(--fm-field-placeholder-color, currentColor) !important;
	opacity: 1;
}

.fm-panel-root .fm-ips--trigger-panel {
	--fm-ips-columns: 1;
}

.fm-panel-root .fm-ips-form,
.fm-panel-root .fm-ips-results__grid {
	gap: var(--fm-panel-item-gap, 16px);
}

.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu {
	padding-inline-start: var(--fm-submenu-indent, 18px) !important;
}

.fm-panel-root--menu .fm-wpgc-menu-toggle {
	width: var(--fm-menu-toggle-area-size, 34px);
	height: var(--fm-menu-toggle-area-size, 34px);
	padding: calc((var(--fm-menu-toggle-area-size, 34px) - var(--fm-menu-toggle-icon-size, 18px)) / 2);
	font-size: var(--fm-menu-toggle-icon-size, 18px);
}

.fm-panel-root--menu .fm-wpgc-menu-toggle > svg,
.fm-panel-root--menu .fm-wpgc-menu-toggle > img,
.fm-panel-root--menu .fm-wpgc-menu-toggle > i,
.fm-panel-root--menu .fm-wpgc-menu-toggle > span {
	width: var(--fm-menu-toggle-icon-size, 18px);
	height: var(--fm-menu-toggle-icon-size, 18px);
	font-size: var(--fm-menu-toggle-icon-size, 18px);
}

.fm-panel-root--menu .fm-wpgc-menu-list a > svg,
.fm-panel-root--menu .fm-wpgc-menu-list a > img,
.fm-panel-root--menu .fm-wpgc-menu-list a > i,
.fm-panel-root--menu .fm-wpgc-menu-item-icon {
	width: var(--fm-menu-item-icon-size, 1em);
	height: var(--fm-menu-item-icon-size, 1em);
	flex: 0 0 var(--fm-menu-item-icon-size, 1em);
	font-size: var(--fm-menu-item-icon-size, 1em);
	object-fit: contain;
}

.fm-panel-empty-state {
	display: flex;
	min-height: 320px;
	align-items: center;
	justify-content: center;
	padding: var(--fm-empty-padding, 36px 20px);
	background: transparent !important;
	text-align: var(--fm-empty-align, center);
}

.fm-panel-empty-state__content {
	display: flex;
	width: 100%;
	max-width: var(--fm-empty-content-width, 420px);
	flex-direction: column;
	align-items: var(--fm-empty-items-align, center);
	gap: var(--fm-empty-gap, 14px);
}

.fm-panel-empty-state__media {
	display: inline-flex;
	width: var(--fm-empty-icon-size, 64px);
	height: var(--fm-empty-icon-size, 64px);
	align-items: center;
	justify-content: center;
	color: var(--fm-empty-icon-color, currentColor);
	line-height: 0;
}

.fm-panel-empty-state__media img,
.fm-panel-empty-state__media svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-panel-empty-state__image {
	width: var(--fm-empty-image-width, 180px) !important;
	height: auto !important;
	object-fit: contain;
}

.fm-panel-empty-state__title,
.fm-panel-empty-state__description {
	margin: 0;
}

.fm-panel-empty-state__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 12px 18px;
	border: 1px solid currentColor;
	border-radius: 0;
	text-align: center;
}

.fm-panel-provider-portal,
.fm-panel-provider-scope,
.fm-panel-provider-content {
	display: contents !important;
}

.fm-panel-root.is-panel-provider > .fm-trigger {
	display: none !important;
}

html.fm-panel-lock,
html.fm-panel-lock body {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	overflow-x: clip;
}

html.fm-panel-lock body {
	padding-right: var(--fm-panel-scrollbar-compensation, 0);
}

.fm-trigger-dock {
	--fm-dock-item-height: 64px;
	--fm-dock-icon-size: var(--fm-trigger-icon-size, 22px);
	--fm-trigger-hover-transform: none;
	--fm-dock-background: #fff;
	--fm-dock-divider-color: #e5e5e5;
	--fm-dock-item-color: var(--fm-trigger-color, #111);
	--fm-dock-item-background: var(--fm-trigger-background, transparent);
	--fm-dock-item-hover-color: var(--fm-trigger-hover-color, #111);
	--fm-dock-item-hover-background: var(--fm-trigger-hover-background, transparent);
	--fm-dock-label-color: var(--fm-dock-item-color);
	--fm-dock-label-hover-color: var(--fm-dock-item-hover-color);
	--fm-dock-label-active-color: var(--fm-trigger-active-color, var(--fm-dock-item-hover-color));
	--fm-dock-label-gap: 4px;
	--fm-dock-badge-offset-x: var(--fm-trigger-badge-offset-x, -10px);
	--fm-dock-badge-offset-y: var(--fm-trigger-badge-offset-y, -8px);
	position: relative;
	z-index: calc(var(--fm-panel-z-index, 100000) + 3) !important;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	padding-bottom: env(safe-area-inset-bottom);
	background: var(--fm-dock-background);
}

.fm-trigger-dock.is-position-bottom,
.fm-trigger-dock.is-position-top {
	position: fixed;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.fm-trigger-dock.is-position-bottom {
	bottom: 0;
	padding-bottom: env(safe-area-inset-bottom);
}

.fm-trigger-dock.is-position-top {
	top: 0;
	padding-top: env(safe-area-inset-top);
}

.fm-trigger-dock.is-position-left,
.fm-trigger-dock.is-position-right {
	position: fixed;
	top: 50%;
	flex-direction: column;
	transform: translateY(-50%);
}

.fm-trigger-dock.is-position-left {
	left: 0;
}

.fm-trigger-dock.is-position-right {
	right: 0;
}

.fm-trigger-dock__slot {
	display: flex;
	min-width: 0;
	min-height: var(--fm-dock-item-height);
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	overflow: visible;
	border-inline-start: 1px solid var(--fm-dock-divider-color);
	background: var(--fm-dock-item-background);
}

.fm-trigger-dock__slot:first-child {
	border-inline-start: 0;
}

.fm-trigger-dock__slot .elementor,
.fm-trigger-dock__slot .elementor-element,
.fm-trigger-dock__slot .elementor-widget-container,
.fm-trigger-dock__slot > .fm-panel-root {
	height: 100%;
	width: 100%;
}

.fm-trigger-dock__slot .fm-trigger,
.fm-trigger-dock__request,
.fm-trigger-dock__search,
.fm-trigger-dock__link {
	position: relative;
	--fm-icon-stroke-color: var(--fm-trigger-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor));
	--fm-icon-fill-color: var(--fm-trigger-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor));
	display: flex;
	flex-direction: column;
	appearance: none;
	width: 100%;
	height: 100%;
	min-height: var(--fm-dock-item-height);
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: var(--fm-dock-item-background) !important;
	color: var(--fm-dock-item-color) !important;
	text-decoration: none !important;
	box-shadow: none;
	font: inherit;
	gap: var(--fm-dock-label-gap);
	cursor: pointer;
	transform: none !important;
}

.fm-trigger-dock__slot .fm-trigger:hover,
.fm-trigger-dock__slot .fm-trigger:focus-visible,
.fm-trigger-dock__request:hover,
.fm-trigger-dock__request:focus-visible,
.fm-trigger-dock__search:hover,
.fm-trigger-dock__search:focus-visible,
.fm-trigger-dock__link:hover,
.fm-trigger-dock__link:focus-visible {
	--fm-icon-stroke-color: var(--fm-trigger-icon-hover-stroke-color, var(--fm-trigger-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor)));
	--fm-icon-fill-color: var(--fm-trigger-icon-hover-fill-color, var(--fm-trigger-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor)));
	background: var(--fm-dock-item-hover-background) !important;
	color: var(--fm-dock-item-hover-color) !important;
	transform: none !important;
}

.fm-trigger-dock__slot .fm-trigger.is-active,
.fm-trigger-dock__slot .fm-trigger[aria-expanded="true"],
.fm-trigger-dock__request.is-active,
.fm-trigger-dock__request[aria-expanded="true"] {
	--fm-icon-stroke-color: var(--fm-trigger-icon-active-stroke-color, var(--fm-trigger-icon-hover-stroke-color, var(--fm-trigger-icon-stroke-color, var(--fm-pulse-icon-stroke-color, currentColor))));
	--fm-icon-fill-color: var(--fm-trigger-icon-active-fill-color, var(--fm-trigger-icon-hover-fill-color, var(--fm-trigger-icon-fill-color, var(--fm-pulse-icon-fill-color, currentColor))));
	background: var(--fm-trigger-active-background, var(--fm-dock-item-hover-background)) !important;
	color: var(--fm-trigger-active-color, var(--fm-dock-item-hover-color)) !important;
}

.fm-trigger-dock__slot .fm-trigger__icon,
.fm-trigger-dock__request-icon,
.fm-trigger-dock__search-icon,
.fm-trigger-dock__link-icon {
	display: inline-flex;
	width: var(--fm-dock-icon-size);
	height: var(--fm-dock-icon-size);
	flex: 0 0 var(--fm-dock-icon-size);
	align-items: center;
	justify-content: center;
	font-size: var(--fm-dock-icon-size);
	line-height: 1;
}

/*
 * Il dock è una barra di navigazione stabile: le animazioni semantiche PULSE
 * (zoom wishlist/search e rimbalzo carrello) restano disponibili negli altri
 * componenti, ma qui non devono alterare dimensione o posizione delle icone.
 */
.fm-trigger-dock .fm-icon-motion--wishlist,
.fm-trigger-dock .fm-icon-motion--wishlist.is-active,
.fm-trigger-dock .fm-icon-motion--cart,
.fm-trigger-dock .fm-icon-motion--cart.is-active,
.fm-trigger-dock .fm-icon-motion--search,
.fm-trigger-dock .fm-icon-motion--search:hover,
.fm-trigger-dock .fm-icon-motion--search:focus-visible {
	animation: none !important;
	transition: none !important;
	transform: none !important;
}

.fm-trigger-dock :where(.fm-trigger__icon, .fm-trigger-dock__request-icon, .fm-trigger-dock__search-icon, .fm-trigger-dock__link-icon, .fm-icon) {
	animation: none !important;
	transform: none !important;
}

.fm-trigger-dock__slot .fm-trigger__icon svg,
.fm-trigger-dock__slot .fm-trigger__icon img,
.fm-trigger-dock__request-icon svg,
.fm-trigger-dock__request-icon img,
.fm-trigger-dock__search-icon svg,
.fm-trigger-dock__search-icon img,
.fm-trigger-dock__link-icon svg,
.fm-trigger-dock__link-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-trigger-dock__label,
.fm-trigger-dock__slot .fm-trigger__label {
	display: block !important;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: var(--fm-dock-label-color);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fm-trigger-dock__slot :is(.fm-trigger, .fm-trigger-dock__request, .fm-trigger-dock__search, .fm-trigger-dock__link):is(:hover, :focus-visible) .fm-trigger-dock__label {
	color: var(--fm-dock-label-hover-color);
}

.fm-trigger-dock__slot :is(.fm-trigger, .fm-trigger-dock__request):is(.is-active, [aria-expanded="true"]) .fm-trigger-dock__label {
	color: var(--fm-dock-label-active-color);
}

.fm-trigger-dock[data-fm-dock-show-labels="no"] .fm-trigger-dock__label {
	display: none !important;
}

.fm-trigger-dock__slot .fm-trigger__badge {
	top: calc(50% - (var(--fm-dock-icon-size) / 2) + var(--fm-dock-badge-offset-y));
	right: calc(50% - (var(--fm-dock-icon-size) / 2) + var(--fm-dock-badge-offset-x));
}

.fm-trigger-dock__placeholder {
	display: flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px;
	text-align: center;
}

body.has-fm-trigger-dock-space {
	padding-bottom: var(--fm-trigger-dock-space, 0);
}

body.has-fm-trigger-dock-space .fm-panel__overlay,
body.has-fm-trigger-dock-space .fm-panel__container {
	bottom: var(--fm-trigger-dock-space, 0);
	height: auto;
}

body.has-fm-trigger-dock-space .fm-panel__container {
	max-height: calc(100dvh - var(--fm-trigger-dock-space, 0px));
}

/* Elementor hides fixed/empty widgets while Site Settings is active. */
.elementor-edit-area .elementor-widget-fm_trigger_dock,
.elementor-editor-preview .elementor-widget-fm_trigger_dock,
.elementor-edit-mode .elementor-widget-fm_trigger_dock,
body.elementor-editor-active .elementor-widget-fm_trigger_dock,
html.elementor-html .elementor-widget-fm_trigger_dock {
	display: block !important;
}

.fm-trigger-dock[data-fm-dock-visibility="tablet"],
.fm-trigger-dock[data-fm-dock-visibility="mobile"] {
	display: none;
}

@media (max-width: 1024px) {
	.fm-trigger-dock[data-fm-dock-visibility="tablet"] {
		display: flex;
	}
}

@media (max-width: 767px) {
	.fm-trigger-dock[data-fm-dock-visibility="mobile"] {
		display: flex;
	}

	body.has-fm-trigger-dock-space .fm-wac-root {
		bottom: calc(var(--fm-trigger-dock-space, 0px) + var(--fm-wac-bottom-mobile, 18px));
	}
}

html.fm-ips-modal-lock .fm-trigger-dock {
	display: none !important;
}

@media (orientation: landscape) and (max-height: 767px) {
	.fm-trigger-dock {
		display: none !important;
	}
}

@keyframes fm-panel-button-neon-pulse {
	0%,
	100% {
		filter: drop-shadow(0 0 0 var(--fm-panel-button-glow-color, currentColor));
	}

	50% {
		filter: drop-shadow(0 0 var(--fm-panel-button-glow-size, 14px) var(--fm-panel-button-glow-color, currentColor));
	}
}

@media (prefers-reduced-motion: reduce) {
	.fm-trigger,
	.fm-panel__overlay,
	.fm-panel__container,
	.fm-panel-root--menu .fm-wpgc-menu-list .sub-menu {
		transition-duration: 1ms !important;
	}

	.fm-panel-root .fm-wpgc-drawer-action,
	.fm-panel-root .fm-wpgc-cart-tool-submit,
	.fm-panel-root .fm-wpgc-cart-tool-cancel,
	.fm-panel-root .fm-panel-empty-state__button,
	.fm-panel-root .fm-ips-submit,
	.fm-panel-root .fm-ips-load-more,
	.fm-ips .fm-ips-submit,
	.fm-ips .fm-ips-load-more,
	.fm-pulse-button .elementor-button,
	.elementor-button.fm-pulse-button,
	button.fm-pulse-button,
	a.fm-pulse-button {
		animation: none !important;
	}
}

/* "Vedi tutto" in testa alle tendine: la voce madre come prima riga. */
.fm-wpgc-menu-see-all > a{
	font-weight: 600;
}

/* fm-wvp-style */
.fm-wvp-select-widget,
.fm-wvp-preview-widget,
.fm-wvp-add-to-cart-widget {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.fm-wvp-select-label {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	font-weight: 600;
	margin-bottom: 10px;
}

.fm-wvp-required {
	color: #b42318;
	line-height: 1;
}

.fm-wvp-select-field {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid #c7ccd1;
	border-radius: 8px;
	background: #fff;
	color: #1f2328;
}

.fm-wvp-select-field-hidden {
	display: none !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.fm-wvp-select-field[hidden] {
	display: none !important;
}

.fm-wvp-choice-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 6px;
	width: 100%;
}

.fm-wvp-choice-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	min-height: 50px;
	padding: 10px 14px;
	border: 1px solid #1f2328;
	border-radius: 0;
	color: #1f2328;
	background: transparent;
	line-height: 1;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.fm-wvp-choice-button:hover,
.fm-wvp-choice-button:focus-visible {
	border-color: #1f2328;
	outline: none;
}

.fm-wvp-choice-button.is-selected {
	color: #fff;
	background: #111;
	border-color: #111;
}

.fm-wvp-choice-button:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.fm-wvp-choice-swatches {
	align-items: center;
}

.fm-wvp-choice-swatch {
	--fm-wvp-swatch-color: #d9d9d9;
	flex: 0 0 auto;
	min-width: 0 !important;
	min-height: 0 !important;
	width: 28px;
	height: 28px;
	padding: 0 !important;
	border: 1px solid #777;
	border-radius: 50% !important;
	color: transparent !important;
	background: var(--fm-wvp-swatch-color) !important;
	box-shadow: none;
	outline: none !important;
}

.elementor-editor-active .fm-wvp-choice-swatch,
.elementor-editor-preview .fm-wvp-choice-swatch {
	color: transparent !important;
	background-color: var(--fm-wvp-swatch-color) !important;
	background-image: none !important;
}

.fm-wvp-choice-icons {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.fm-wvp-choice-icon {
	flex: 0 0 auto;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
	min-height: 0;
	padding: 10px;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #bbb;
	border-radius: 0;
	outline: none !important;
}

.fm-wvp-choice-icon:hover,
.fm-wvp-choice-icon:focus-visible {
	background-color: #f7f7f7;
}

.fm-wvp-choice-icon.is-selected {
	background-color: #222;
	border-color: #222;
}

.fm-wvp-choice-icon-graphic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #222;
}

.fm-wvp-choice-icon.is-selected .fm-wvp-choice-icon-graphic {
	color: #fff;
}

.fm-wvp-choice-icon-graphic i {
	font-size: 34px;
}

.fm-wvp-choice-icon-graphic svg {
	display: block;
	width: 34px;
	height: 34px;
	fill: currentColor;
}

.fm-wvp-choice-icon-graphic svg * {
	fill: currentColor;
}

.fm-wvp-choice-icon-placeholder {
	display: block;
	width: 1em;
	height: 1em;
	border: 1px dashed currentColor;
}

.fm-wvp-choice-icon-label {
	color: #222;
	font-size: 13px;
	line-height: 1.2;
}

.fm-wvp-choice-icon.is-selected .fm-wvp-choice-icon-label {
	color: #fff;
}

.fm-wvp-choice-images {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.fm-wvp-choice-image {
	flex: 0 0 auto;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
	min-height: 0;
	padding: 8px;
	color: #222 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #bbb;
	border-radius: 0;
	outline: none !important;
}

.fm-wvp-choice-image:hover,
.fm-wvp-choice-image:focus-visible {
	background-color: #f7f7f7;
}

.fm-wvp-choice-image.is-selected {
	border-color: #222;
	box-shadow: 0 0 0 2px #222;
}

.fm-wvp-choice-image-media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	overflow: hidden;
	background: #f5f5f5;
}

.fm-wvp-choice-image-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fm-wvp-choice-image-placeholder {
	display: block;
	width: 42%;
	height: 42%;
	border: 1px dashed currentColor;
	opacity: .55;
}

.fm-wvp-choice-image-label {
	color: #222;
	font-size: 13px;
	line-height: 1.2;
}

.fm-wvp-choice-swatch:hover,
.fm-wvp-choice-swatch:focus-visible {
	background: var(--fm-wvp-swatch-color) !important;
	transform: scale(1.06);
}

.fm-wvp-choice-swatch.is-selected {
	background: var(--fm-wvp-swatch-color) !important;
	border-color: #111;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}

[data-fm-wvp-attribute][data-fm-wvp-value],
[data-fm-wvp-select] {
	cursor: pointer;
}

[data-fm-wvp-attribute][data-fm-wvp-value]:focus-visible,
[data-fm-wvp-select]:focus-visible {
	outline: none;
}

.fm-wvp-attribute-option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	width: 100%;
	padding: 12px;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fm-wvp-attribute-option:hover {
	transform: translateY(-1px);
}

.fm-wvp-attribute-option-image {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	width: 96px;
	margin: 0;
}

.fm-wvp-attribute-option-image img {
	display: block;
	width: 72px;
	max-width: 100%;
	height: auto;
}

.fm-wvp-attribute-option-content {
	min-width: 0;
}

.fm-wvp-attribute-option-title {
	font-weight: 600;
	line-height: 1.25;
}

.fm-wvp-attribute-option-description {
	margin-top: 6px;
	line-height: 1.35;
}

.fm-wvp-select-placeholder-preview {
	width: 100%;
	min-height: 48px;
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding: 12px 16px;
	border: 1px solid #c7ccd1;
	border-radius: 8px;
	background: #fff;
	color: #6a7282;
}

.fm-wvp-preview-widget {
	display: flex;
	width: 100%;
}

.fm-wvp-preview-figure {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.fm-wvp-preview-image {
	display: block;
	width: 100%;
	height: auto;
}

.fm-wvp-confirmation,
.fm-wvp-confirmation-preview-box {
	display: none;
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.4;
	transition: all 0.2s ease;
}

.fm-wvp-confirmation.is-confirmed,
.fm-wvp-confirmation-preview-box.is-confirmed {
	display: block;
	background: #eefaf2;
	border: 1px solid #9ad1aa;
	color: #17663a;
}

.fm-wvp-confirmation.is-not-found,
.fm-wvp-confirmation-preview-box.is-not-found {
	display: block;
	background: #fff5f5;
	border: 1px solid #f0b4b4;
	color: #9f1c1c;
}

.fm-wvp-confirmation-preview-stack {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.fm-wvp-preview-widget.is-empty .fm-wvp-preview-figure {
	display: none;
}

.fm-wvp-preview-widget.is-not-found .fm-wvp-preview-image,
.fm-wvp-preview-widget.has-image .fm-wvp-preview-image {
	display: block;
}

.fm-wvp-add-to-cart-widget {
	--fm-wvp-button-gap: 14px;
	--fm-wvp-button-justify: flex-start;
	--fm-wvp-button-width: 100%;
	--fm-wvp-button-display: flex;
}

.fm-wvp-button-placeholder {
	padding: 14px 16px;
	border: 1px solid #d4d8dd;
	border-radius: 10px;
	background: #fafbfc;
	color: #414651;
	margin-bottom: var(--fm-wvp-button-gap);
	transition: all 0.2s ease;
}

.fm-wvp-button-placeholder-preview {
	padding: 14px 16px;
	border: 1px solid #d4d8dd;
	border-radius: 10px;
	background: #fafbfc;
	color: #414651;
	transition: all 0.2s ease;
}

.fm-wvp-button-placeholder.is-ambiguous,
.fm-wvp-button-placeholder.is-missing,
.fm-wvp-button-placeholder.is-not-found {
	display: block;
}

.fm-wvp-button-placeholder-preview.is-missing,
.fm-wvp-button-placeholder-preview.is-not-found {
	display: block;
}

.fm-wvp-button-placeholder p:last-child {
	margin-bottom: 0;
}

.fm-wvp-button-preview-stack {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	margin-bottom: var(--fm-wvp-button-gap);
}

.fm-wvp-add-to-cart-form {
	margin: 0;
	display: flex;
	justify-content: var(--fm-wvp-button-justify) !important;
	width: 100%;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-left .fm-wvp-add-to-cart-form {
	justify-content: flex-start !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-center .fm-wvp-add-to-cart-form {
	justify-content: center !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-right .fm-wvp-add-to-cart-form {
	justify-content: flex-end !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-justify .fm-wvp-add-to-cart-form {
	justify-content: flex-start !important;
}

.fm-wvp-add-to-cart-button {
	display: var(--fm-wvp-button-display) !important;
	align-items: center;
	justify-content: center !important;
	box-sizing: border-box;
	width: var(--fm-wvp-button-width) !important;
	max-width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid #1f2328;
	border-radius: 10px;
	background: #1f2328;
	color: #fff;
	cursor: pointer;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-left .fm-wvp-add-to-cart-button,
.fm-wvp-add-to-cart-widget.fm-wvp-align-center .fm-wvp-add-to-cart-button,
.fm-wvp-add-to-cart-widget.fm-wvp-align-right .fm-wvp-add-to-cart-button {
	display: inline-flex !important;
	width: auto !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-justify .fm-wvp-add-to-cart-button {
	display: flex !important;
	width: 100% !important;
}

.fm-wvp-add-to-cart-button[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.price ins,
.price ins .woocommerce-Price-amount,
.elementor-widget-woocommerce-product-price ins,
.elementor-widget-woocommerce-product-price ins .woocommerce-Price-amount,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.fm-wvp-add-to-cart-button.is-loading {
	cursor: progress;
}

.fm-wvp-order-summary {
	width: 100%;
	padding: 0;
}

.fm-wvp-order-summary-content {
	width: 100%;
}

.fm-wvp-order-summary-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}

.fm-wvp-order-summary-table th,
.fm-wvp-order-summary-table td {
	padding: 12px 0;
	border-bottom: 1px solid #d7dce2;
	text-align: left;
	vertical-align: top;
}

.fm-wvp-order-summary-table th:last-child,
.fm-wvp-order-summary-table td:last-child {
	text-align: right;
}

.fm-wvp-order-summary-product-name {
	color: inherit;
	text-decoration: underline;
}

.fm-wvp-order-summary-quantity {
	white-space: nowrap;
}

.fm-wvp-order-summary-meta {
	margin-top: 6px;
	font-size: 0.92em;
	line-height: 1.35;
}

.fm-wvp-order-summary-meta dl,
.fm-wvp-order-summary-meta dt,
.fm-wvp-order-summary-meta dd,
.fm-wvp-order-summary-meta p {
	margin: 0;
}

.fm-wvp-order-summary-meta dt,
.fm-wvp-order-summary-meta dd {
	display: inline;
}

.fm-wvp-order-summary-meta dt::after {
	content: ": ";
}

.fm-wvp-order-summary-meta dd::after {
	content: "";
	display: block;
}

.fm-wvp-order-summary-price,
.fm-wvp-order-summary-total-value {
	white-space: nowrap;
}

.fm-wvp-order-summary-total-row th,
.fm-wvp-order-summary-total-row td {
	font-weight: 700;
}

.fm-wvp-order-summary-empty {
	padding: 14px 16px;
	border: 1px solid #d7dce2;
	color: #525866;
}

.fm-wvp-editor-note {
	padding: 14px 16px;
	border: 1px dashed #c7ccd1;
	border-radius: 8px;
	background: #fafafa;
	color: #525866;
	font-size: 14px;
	line-height: 1.5;
}

/* fm-media-ai-badge */
/*
 * Badge AI sul singolo media + pannello informativo in hover.
 *
 * I colori non sono scelti qui: il badge si aggancia al contratto pulsanti
 * PULSE, cioe' alle stesse variabili che il Kit scrive su body. Stato normale e
 * hover sono quindi identici a quelli di ogni altro pulsante del sito, e
 * cambiando i colori nel Kit cambia anche questo. I ripieghi in fondo alla
 * catena servono solo alle pagine dove il CSS del design system non e' caricato.
 *
 * Gli !important sono gli stessi che porta il contratto in fm-trigger-system.css
 * e per lo stesso motivo: il tema colora ogni <button> del sito e senza di essi
 * il badge esce nero con il bordo azzerato.
 */

.fm-ai-anchor {
	position: relative;
}

.fm-ai-media-badge {
	position: absolute;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: var(--fm-ai-badge-size, 22px);
	height: var(--fm-ai-badge-size, 22px);
	margin: 0;
	padding: 0;
	color: var(--fm-panel-button-color, var(--fm-theme-button-text, #fff)) !important;
	background: var(--fm-panel-button-background, var(--fm-theme-button, #111)) !important;
	background-image: none !important;
	border-color: var(--fm-panel-button-border-color, var(--fm-panel-button-background, var(--fm-theme-button, #111))) !important;
	border-style: var(--fm-panel-button-border-style, solid) !important;
	border-width: var(--fm-panel-button-border-width, 1px) !important;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
	cursor: help;
	transition-property: color, background-color, border-color, box-shadow, transform;
	transition-duration: .2s;
	transition-timing-function: ease;
	-webkit-appearance: none;
	appearance: none;
}

.fm-ai-media-badge:hover,
.fm-ai-media-badge:focus-visible {
	color: var(--fm-panel-button-hover-color, var(--fm-theme-button, #111)) !important;
	background: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
	border-color: var(--fm-panel-button-hover-background, var(--fm-theme-button-text, #fff)) !important;
	transform: scale(1.08);
}

.fm-ai-media-badge:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.fm-ai-media-badge svg {
	width: 64%;
	height: 64%;
	display: block;
}

.fm-ai-media-tip {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	max-width: min(280px, calc(100vw - 24px));
	padding: 10px 12px;
	color: var(--fm-theme-panel-ink, #11161b);
	background: var(--fm-panel-background, var(--fm-theme-panel, #fff));
	border: 1px solid var(--fm-theme-line, #e3e3e3);
	border-radius: var(--fm-panel-radius, 0);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
	font-family: var(--fm-theme-font, var(--e-global-typography-text-font-family, inherit));
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s;
	pointer-events: none;
}

.fm-ai-media-tip.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.fm-ai-media-tip__title {
	display: block;
	margin: 0 0 4px;
	color: var(--fm-theme-ink, #111);
	font-family: var(--e-global-typography-accent-font-family, inherit);
	font-weight: var(--e-global-typography-accent-font-weight, 600);
	font-size: 12.5px;
	letter-spacing: .01em;
}

.fm-ai-media-tip__row {
	display: block;
	margin: 0;
	color: var(--fm-theme-muted, #6f7378);
}

.fm-ai-media-tip__link {
	display: inline-block;
	margin-top: 7px;
	color: var(--fm-panel-button-background, var(--fm-theme-button, #111));
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fm-ai-media-tip__link:hover,
.fm-ai-media-tip__link:focus {
	color: var(--fm-panel-button-background, var(--fm-theme-button, #111));
	opacity: .78;
}

@media (prefers-reduced-motion: reduce) {
	.fm-ai-media-badge,
	.fm-ai-media-tip {
		transition: none;
	}
}

/* fmwbn-frontend */
.fmwbn-notice-group {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.fmwbn-elementor-widget__anchor {
	min-height: 1px;
}

.fmwbn-elementor-widget__preview {
	display: grid;
	gap: 10px;
	margin-top: 10px;
}

.fmwbn-hide-icons .fmwbn-notice__icon,
.fmwbn-hide-close .fmwbn-notice__close {
	display: none;
}

.fmwbn-elementor-widget__style-source {
	position: absolute;
	inline-size: var(--fmwbn-max-width);
	block-size: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}

.fmwbn-notice {
	--fmwbn-bg: var(--fmwbn-notice-bg);
	--fmwbn-text: var(--fmwbn-notice-text);
	--fmwbn-link: var(--fmwbn-notice-link);
	--fmwbn-link-hover: var(--fmwbn-notice-link-hover);
	--fmwbn-border-color: var(--fmwbn-notice-border);
	--fmwbn-icon-color: var(--fmwbn-notice-icon);
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: var(--fmwbn-icon-gap);
	width: min(100%, var(--fmwbn-max-width));
	max-width: var(--fmwbn-max-width);
	margin: var(--fmwbn-margin);
	padding: var(--fmwbn-padding);
	border: var(--fmwbn-border-width) solid var(--fmwbn-border-color);
	border-radius: var(--fmwbn-border-radius);
	background: var(--fmwbn-bg);
	box-shadow: var(--fmwbn-box-shadow);
	color: var(--fmwbn-text);
	font-family: var(--e-global-typography-text-font-family, inherit);
	font-size: var(--fmwbn-font-size);
	font-weight: var(--fmwbn-font-weight);
	line-height: var(--fmwbn-line-height);
	text-align: var(--fmwbn-text-align);
	list-style: none;
}

.fmwbn-notice--success {
	--fmwbn-bg: var(--fmwbn-success-bg);
	--fmwbn-text: var(--fmwbn-success-text);
	--fmwbn-link: var(--fmwbn-success-link);
	--fmwbn-link-hover: var(--fmwbn-success-link-hover);
	--fmwbn-border-color: var(--fmwbn-success-border);
	--fmwbn-icon-color: var(--fmwbn-success-icon);
}

.fmwbn-notice--error {
	--fmwbn-bg: var(--fmwbn-error-bg);
	--fmwbn-text: var(--fmwbn-error-text);
	--fmwbn-link: var(--fmwbn-error-link);
	--fmwbn-link-hover: var(--fmwbn-error-link-hover);
	--fmwbn-border-color: var(--fmwbn-error-border);
	--fmwbn-icon-color: var(--fmwbn-error-icon);
}

.fmwbn-notice--notice {
	--fmwbn-bg: var(--fmwbn-notice-bg);
	--fmwbn-text: var(--fmwbn-notice-text);
	--fmwbn-link: var(--fmwbn-notice-link);
	--fmwbn-link-hover: var(--fmwbn-notice-link-hover);
	--fmwbn-border-color: var(--fmwbn-notice-border);
	--fmwbn-icon-color: var(--fmwbn-notice-icon);
}

.fmwbn-notice__icon {
	flex: 0 0 auto;
	display: inline-flex;
	width: var(--fmwbn-icon-size);
	height: var(--fmwbn-icon-size);
	color: var(--fmwbn-icon-color);
}

.fmwbn-notice__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.fmwbn-notice__content {
	flex: 1 1 auto;
	min-width: 0;
}

.fmwbn-notice__content p,
.fmwbn-notice__content ul,
.fmwbn-notice__content ol {
	margin: 0;
}

.fmwbn-notice__content ul,
.fmwbn-notice__content ol {
	padding-inline-start: 1.2em;
}

.fmwbn-notice__error-list{
	display: grid;
	gap: .55em;
}

.fmwbn-notice__error-list li{
	margin: 0;
}

.fmwbn-notice__content a,
.fmwbn-notice-button-text {
	color: var(--fmwbn-link);
	font: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.14em;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.fmwbn-notice__content a:hover,
.fmwbn-notice__content a:focus,
.fmwbn-notice-button-text {
	color: var(--fmwbn-link-hover);
}

.fmwbn-notice__content .fmwbn-notice-button-text {
	cursor: default;
	text-decoration: none;
}

.fmwbn-notice__close {
	flex: 0 0 auto;
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--fmwbn-close-color, currentColor);
	cursor: pointer;
	font-size: var(--fmwbn-close-size, 22px);
	line-height: 1;
	margin: 0 0 0 8px;
	padding: 0;
}

.fmwbn-notice__close:hover,
.fmwbn-notice__close:focus {
	opacity: 0.78;
}

.fmwbn-notice__close:focus,
.fmwbn-notice__close:focus-visible {
	outline: none;
	box-shadow: none;
}

.fmwbn-notice.fmwbn-is-hiding {
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.24s ease, transform 0.24s ease;
}

body.fmwbn-mode-inline .fmwbn-notice {
	margin-inline-start: 0;
}

body.fmwbn-mode-inline [data-fmwbn-inline-target] > .fmwbn-notice-group:last-child .fmwbn-notice:last-child {
	margin-bottom: 0;
}

body.fmwbn-mode-toast .fmwbn-toast-stack {
	position: fixed;
	top: var(--fmwbn-toast-top);
	right: var(--fmwbn-toast-right);
	z-index: var(--fmwbn-z-index);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	pointer-events: none;
	max-height: calc(100dvh - max(32px, env(safe-area-inset-top)) - max(24px, env(safe-area-inset-bottom)));
	overflow-y: auto;
	overscroll-behavior: contain;
}

body.fmwbn-mode-toast .fmwbn-toast-stack .fmwbn-notice {
	pointer-events: auto;
}

body.fmwbn-mode-toast .fmwbn-toast-stack .fmwbn-notice-group {
	width: 100%;
}

body.fmwbn-mode-toast .fmwbn-notice {
	margin: 0 0 14px;
}

body.fmwbn-mode-toast .woocommerce-notices-wrapper,
body.fmwbn-mode-toast .woocommerce-NoticeGroup,
body.fmwbn-mode-toast .woocommerce-error,
body.fmwbn-mode-toast .woocommerce-message,
body.fmwbn-mode-toast .woocommerce-info {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

@media (max-width: 767px) {
	body.fmwbn-mode-toast .fmwbn-toast-stack {
		left: 16px;
		right: 16px;
		top: max(16px, env(safe-area-inset-top));
	}

	.fmwbn-notice {
		width: 100%;
		max-width: none;
	}
}

:root{
--fmwbn-border-width:0px;
--fmwbn-border-radius:0px;
--fmwbn-padding:16px 18px;
--fmwbn-margin:0 0 14px 0;
--fmwbn-box-shadow:none;
--fmwbn-max-width:620px;
--fmwbn-font-size:inherit;
--fmwbn-font-weight:inherit;
--fmwbn-line-height:inherit;
--fmwbn-text-align:left;
--fmwbn-icon-gap:12px;
--fmwbn-icon-size:20px;
--fmwbn-toast-top:24px;
--fmwbn-toast-right:24px;
--fmwbn-z-index:2147483000;
--fmwbn-success-bg:transparent;
--fmwbn-success-text:inherit;
--fmwbn-success-link:inherit;
--fmwbn-success-link-hover:inherit;
--fmwbn-success-border:transparent;
--fmwbn-success-icon:currentColor;
--fmwbn-error-bg:transparent;
--fmwbn-error-text:inherit;
--fmwbn-error-link:inherit;
--fmwbn-error-link-hover:inherit;
--fmwbn-error-border:transparent;
--fmwbn-error-icon:currentColor;
--fmwbn-notice-bg:transparent;
--fmwbn-notice-text:inherit;
--fmwbn-notice-link:inherit;
--fmwbn-notice-link-hover:inherit;
--fmwbn-notice-border:transparent;
--fmwbn-notice-icon:currentColor;
}
body.fmwbn-mode-toast{}
:root{--fmwbn-auto-hide-enabled:1;}
:root{--fmwbn-auto-hide-types:"success,error,notice";}

/* fmct-base */
/*
 * Il fondo comune dei componenti FM.
 *
 * DA DOVE VIENE IL MAGENTA. Hello Elementor, in assets/css/reset.css, veste
 * ogni bottone nudo del sito:
 *
 *   [type="button"], [type="submit"], button {
 *     border: 1px solid #c36; color: #c36;
 *   }
 *   [type="button"]:hover, [type="button"]:focus,
 *   button:hover, button:focus { background-color: #c36; color: #fff; }
 *
 * I widget di Elementor non lo prendono perche' dichiarano da soli il proprio
 * aspetto. I nostri lo prendevano tutti, perche' lasciano il <button> spoglio:
 * e' quel #cc3366 che ricompariva a ogni componente nuovo, su ogni sito col
 * tema Hello. Non e' mai stato un colore scelto da qualcuno.
 *
 * COME SI SPEGNE, DALLA 3.6.60. Non con la specificita'. La 3.6.58 usava
 * button[class^="fm-"] a (0,1,1) per battere il :hover di Hello, e cosi'
 * batteva anche le regole a una classe sola dei nostri moduli - trentuno
 * bottoni (WhatsApp, trigger, wishlist, cassetto, frecce, paginazione,
 * campioni delle varianti) persi sfondo, bordo e colore su ogni sito, a ogni
 * aggiornamento. Il reset di un tema deve stare in fondo alla cascata, e CSS
 * ha lo strumento apposta: il foglio reset.css di Hello viene stampato dal
 * framework come @import ... layer(fm-theme-reset) (vedi
 * FM_Complete_Toolkit::layer_hello_reset). Le regole in un layer perdono
 * contro QUALSIASI regola fuori dal layer, a prescindere dalla specificita'
 * e dall'ordine: il magenta non puo' piu' raggiungere un bottone che un
 * modulo ha vestito, nemmeno al passaggio del mouse.
 *
 * Questo file resta per i bottoni davvero nudi, e per quelli soltanto: le
 * sue regole sono a specificita' ZERO (:where), quindi vincono sul reset nel
 * layer e perdono contro ogni regola di modulo, anche a una classe sola,
 * anche a riposo contro il loro :hover. Un modulo che dichiara qualcosa
 * vince sempre; non deve piu' aggiungere classi per farsi rispettare.
 *
 * SI TOCCANO SOLO I BOTTONI CHE PORTANO UNA CLASSE fm-. Non i bottoni dentro
 * un contenitore FM: dentro una card di prodotto ci sono i bottoni di
 * WooCommerce e di Elementor, che hanno il proprio aspetto e non vanno
 * spogliati.
 *
 * Il colore al passaggio e' quello della pelle, che a sua volta arriva dai
 * Colori globali del Kit.
 */

:where(button[class^="fm-"],
button[class*=" fm-"],
[type="button"][class^="fm-"],
[type="button"][class*=" fm-"]) {
	border: 0;
	border-radius: 0;
	background: none;
	color: inherit;
}

:where(button[class^="fm-"],
button[class*=" fm-"],
[type="button"][class^="fm-"],
[type="button"][class*=" fm-"]):where(:hover, :focus) {
	background: none;
	color: var( --fm-theme-action, var( --e-global-color-primary, currentColor ) );
}

/* fm-wooe-frontend-fixes */
:root {
  --fm-wooe-color-text: var(--e-global-color-text, currentColor);
  --fm-wooe-color-accent: var(--e-global-color-primary, currentColor);
  --fm-wooe-color-muted: var(--e-global-color-secondary, rgba(17, 17, 17, 0.68));
  --fm-wooe-color-border: color-mix(in srgb, var(--fm-wooe-color-text) 14%, transparent);
}

.woocommerce,
.woocommerce-page {
  color: var(--fm-wooe-color-text);
}

.woocommerce-privacy-policy-text a,
.woocommerce-terms-and-conditions-wrapper a,
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: var(--fm-wooe-color-accent);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.woocommerce .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-terms-and-conditions-wrapper,
.woocommerce .woocommerce-form-login-toggle,
.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce #payment .place-order,
.woocommerce form .form-row {
  font-size: 0.98rem;
  line-height: 1.65;
}

.woocommerce .woocommerce-privacy-policy-text p:last-child,
.woocommerce .woocommerce-terms-and-conditions-wrapper p:last-child,
.woocommerce form .form-row:last-child {
  margin-bottom: 0;
}

.woocommerce form .form-row label,
.woocommerce #payment .payment_methods label,
.woocommerce .woocommerce-form__label {
  color: var(--fm-wooe-color-text);
  font-weight: 600;
}

.woocommerce form .form-row .required {
  color: var(--fm-wooe-color-accent);
}

.woocommerce #payment,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 18px;
}

.woocommerce .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-terms-and-conditions-wrapper {
  color: var(--fm-wooe-color-muted);
}

.woocommerce-checkout #payment div.payment_box {
  background: color-mix(in srgb, var(--fm-wooe-color-accent) 4%, white);
  color: var(--fm-wooe-color-text);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: color-mix(in srgb, var(--fm-wooe-color-accent) 4%, white);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--fm-wooe-color-border);
  border-radius: 20px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 0;
  overflow: hidden;
}

.woocommerce .select2-container .select2-selection--single,
.woocommerce .select2-container .select2-selection--multiple,
.woocommerce form .input-text,
.woocommerce form select,
.woocommerce textarea {
  border-radius: 14px;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-privacy-policy-text,
  .woocommerce .woocommerce-terms-and-conditions-wrapper,
  .woocommerce .woocommerce-form-login-toggle,
  .woocommerce .woocommerce-form-coupon-toggle,
  .woocommerce #payment .place-order,
  .woocommerce form .form-row {
    font-size: 0.95rem;
  }
}

/* I campi sono volutamente piatti e senza bordo: hover e focus devono
   restare nella stessa lingua, non far spuntare il bordo di default del
   browser. Hover: fondo appena piu' scuro. Focus: sottolineatura netta. */
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row select:hover,
.woocommerce form .form-row textarea:hover {
  background-color: color-mix(in srgb, currentColor 7%, #f9fafa);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  outline: none;
  border: 0;
  box-shadow: inset 0 -2px 0 0 var(--e-global-color-text, #333749);
  background-color: #fff;
}

/* "Sei gia' nostro cliente?": deve saltare all'occhio, non sembrare una
   riga qualunque. Grassetto, bordo a sinistra e l'omino davanti. */
.woocommerce .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-login-toggle.e-checkout-secondary-title {
  font-weight: 700;
  padding: 10px 14px;
  border-left: 3px solid var(--e-global-color-accent, #f1135e);
  background: color-mix(in srgb, var(--e-global-color-accent, #f1135e) 7%, #fff);
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-form-login-toggle.e-checkout-secondary-title::before {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin-right: 0.45em;
  vertical-align: -0.18em;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.8" stroke-linecap="round"><circle cx="12" cy="8" r="3.4"/><path d="M4.5 20c1.6-3.6 4.2-5.4 7.5-5.4s5.9 1.8 7.5 5.4"/></svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.8" stroke-linecap="round"><circle cx="12" cy="8" r="3.4"/><path d="M4.5 20c1.6-3.6 4.2-5.4 7.5-5.4s5.9 1.8 7.5 5.4"/></svg>') no-repeat center / contain;
}

/* "Spedire a un indirizzo diverso?" in evidenza ora che parte spento. */
.woocommerce #ship-to-different-address label {
  font-weight: 700;
}

/* ------------------------------------------------------------------
   Loghi dei metodi di pagamento (gateway_icons_map)
   Inline dopo il nome del metodo, come sul checkout storico.
------------------------------------------------------------------ */
.woocommerce-checkout #payment .fm-wooe-gateway-icon {
	display: inline-block;
	max-height: 24px;
	width: auto;
	vertical-align: middle;
	margin-left: 6px;
	float: none;
}
.woocommerce-checkout #payment .fm-wooe-gateway-icon:first-of-type {
	margin-left: 10px;
}

/* fm-wpc-frontend-fixes */
:root {
  --fm-wpc-color-text: var(--e-global-color-text, currentColor);
  --fm-wpc-color-accent: var(--e-global-color-primary, currentColor);
  --fm-wpc-color-muted: var(--e-global-color-secondary, rgba(17, 17, 17, 0.68));
  --fm-wpc-color-border: color-mix(in srgb, var(--fm-wpc-color-text) 14%, transparent);
}

.woocommerce,
.woocommerce-page {
  color: var(--fm-wpc-color-text);
}

.woocommerce a,
.woocommerce-page a,
.woocommerce-privacy-policy-text a,
.woocommerce-terms-and-conditions-wrapper a,
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
  color: var(--fm-wpc-color-accent);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.woocommerce .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-terms-and-conditions-wrapper,
.woocommerce .woocommerce-form-login-toggle,
.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce #payment .place-order,
.woocommerce form .form-row {
  font-size: 0.98rem;
  line-height: 1.65;
}

.woocommerce .woocommerce-privacy-policy-text p:last-child,
.woocommerce .woocommerce-terms-and-conditions-wrapper p:last-child,
.woocommerce form .form-row:last-child {
  margin-bottom: 0;
}

.woocommerce form .form-row label,
.woocommerce #payment .payment_methods label,
.woocommerce .woocommerce-form__label {
  color: var(--fm-wpc-color-text);
  font-weight: 600;
}

.woocommerce form .form-row .required {
  color: var(--fm-wpc-color-accent);
}

.woocommerce #payment,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 18px;
}

.woocommerce .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-terms-and-conditions-wrapper {
  color: var(--fm-wpc-color-muted);
}

.woocommerce-checkout #payment div.payment_box {
  background: color-mix(in srgb, var(--fm-wpc-color-accent) 4%, white);
  color: var(--fm-wpc-color-text);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: color-mix(in srgb, var(--fm-wpc-color-accent) 4%, white);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--fm-wpc-color-border);
  border-radius: 20px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce .select2-container .select2-selection--single,
.woocommerce .select2-container .select2-selection--multiple,
.woocommerce form .input-text,
.woocommerce form select,
.woocommerce textarea {
  border-radius: 14px;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-privacy-policy-text,
  .woocommerce .woocommerce-terms-and-conditions-wrapper,
  .woocommerce .woocommerce-form-login-toggle,
  .woocommerce .woocommerce-form-coupon-toggle,
  .woocommerce #payment .place-order,
  .woocommerce form .form-row {
    font-size: 0.95rem;
  }
}
