html { scroll-behavior: auto !important }

/* =========================================================
   FF JEWELS — ACCOUNT CSS v8.2
   ========================================================= */

/* 1. VARIÁVEIS */
:root {
	--ff-gold:           #D8B65C;
	--ff-gold-light:     #F4E4A9;
	--ff-gold-dark:      #cc932c;
	--ff-blue:           #646E9D;
	--ff-dark:           #212121;
	--ff-text:           #444444;
	--ff-muted:          #9B8C7D;
	--ff-bg:             #FFFFFF;
	--ff-bg-page:        #F5F5F7;
	--ff-border:         #E8E5E0;
	--ff-border-soft:    #F0EDE8;
	--ff-success-bg:     #F4FBF6;
	--ff-success-border: #CFE3D4;
	--ff-success-text:   #1F5130;
	--ff-error-bg:       #FFF6F6;
	--ff-error-border:   #E7C7C7;
	--ff-error-text:     #8A2F2F;
	--ff-shadow:         0 4px 20px rgba(0,0,0,.06);
	--ff-radius:         4px;
	--ff-radius-sm:      4px;
	--ff-radius-xs:      4px;
}

/* 2. LAYOUT E TÍTULO */
body.woocommerce-account .entry-title,
body.woocommerce-account h1.entry-title,
body.woocommerce-account .page-title { display: none !important; }

body.woocommerce-account .woocommerce {
	width: 100% !important;
	max-width: 100% !important;
}

/* 3. GRID DESKTOP */
@media only screen and (min-width: 769px) {
	body.woocommerce-account .woocommerce {
		display: grid !important;
		grid-template-columns: 30% minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		column-gap: 28px !important;
		row-gap: 0 !important;
		align-items: start !important;
		padding: 60px 0px !important;
		box-sizing: border-box !important;
	}
	body.woocommerce-account .woocommerce > .ffca-side-profile {
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: 100% !important;
		margin: 0 !important;
		border-radius: 2px 2px 0 0 !important;
		border-bottom: none !important;
	}
	body.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation {
		grid-column: 1 !important;
		grid-row: 2 !important;
		width: 100% !important;
		margin: 0 !important;

		float: none !important;
		align-self: start !important;
		position: relative !important;
		z-index: 2 !important;
	}
	body.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
		grid-column: 2 !important;
		grid-row: 1 / -1 !important;
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
		align-self: start !important;
	}
	body.woocommerce-account .woocommerce > .ffca-side-profile,
	body.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation ul {
		box-shadow: none !important;
	}
	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		border-top: none !important;
		border-radius: 0 0 4px 4px !important;
	}
	body.woocommerce-account .woocommerce::before,
	body.woocommerce-account .woocommerce::after,
	body.woocommerce-account .woocommerce-MyAccount-navigation::before,
	body.woocommerce-account .woocommerce-MyAccount-navigation::after,
	body.woocommerce-account .woocommerce-MyAccount-content::before,
	body.woocommerce-account .woocommerce-MyAccount-content::after {
		display: none !important;
		content: none !important;
	}
}

@media only screen and (max-width: 768px) {
	body.woocommerce-account .woocommerce {
		display: block !important;
		padding: 20px 16px !important;
	}
}

/* 4. SIDEBAR */
body.woocommerce-account .ffca-side-profile {
	background: var(--ff-bg) !important;
	border: 1px solid var(--ff-border) !important;
	border-bottom: none !important;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	padding: 20px 18px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	gap: 14px !important;
	text-align: left !important;
	box-shadow: var(--ff-shadow) !important;
	box-sizing: border-box !important;
}

body.woocommerce-account .ffca-side-avatar-wrap {
	position: relative !important;
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	line-height: 0 !important;
	overflow: visible !important;
	flex-shrink: 0 !important;
}
body.woocommerce-account .ffca-side-avatar {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	border: 2px solid var(--ff-gold-light) !important;
	box-sizing: border-box !important;
}
body.woocommerce-account .ffca-side-photo-form {
	position: absolute !important;
	inset: 0 !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	z-index: 20 !important;
}
body.woocommerce-account .ffca-side-photo-trigger {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	z-index: 21 !important;
}
body.woocommerce-account .ffca-side-photo-input {
	position: absolute !important;
	inset: 0 !important;
	width: 64px !important;
	height: 64px !important;
	opacity: 0 !important;
	cursor: pointer !important;
	z-index: 22 !important;
}
body.woocommerce-account .ffca-side-photo-camera {
	position: absolute !important;
	right: -2px !important;
	bottom: -2px !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	background: #fff url("https://francescafabbrini.com/wp-content/uploads/2025/12/camera-retro.svg") center/12px 12px no-repeat !important;
	border: 1px solid var(--ff-blue) !important;
	box-shadow: 0 2px 6px rgba(0,0,0,.12) !important;
	display: block !important;
	z-index: 30 !important;
}
body.woocommerce-account .ffca-side-photo-form .ffca-button,
body.woocommerce-account .ffca-side-photo-form .ffca-button-secondary,
body.woocommerce-account .ffca-side-photo-form button,
body.woocommerce-account .ffca-side-photo-form input[type="submit"],
body.woocommerce-account .ffca-side-photo-remove-form,
body.woocommerce-account .ffca-side-photo-field,
body.woocommerce-account .ffca-side-photo-actions { display: none !important; }

body.woocommerce-account .ffca-side-profile-info { flex: 1 !important; min-width: 0 !important; }
body.woocommerce-account .ffca-side-profile-info h3 {
	margin: 0 0 2px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: var(--ff-dark) !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
body.woocommerce-account .ffca-side-profile-info p {
	margin: 0 0 6px !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
	color: var(--ff-muted) !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
body.woocommerce-account .ffca-side-badge {
	display: inline-flex !important;
	align-items: center !important;
	padding: 4px 10px !important;
	border-radius: 999px !important;
	background: var(--ff-blue) !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.3px !important;
}
body.woocommerce-account .ffca-side-badge--pending {
	background: #FFF7E8 !important;
	border: 1px solid #D9A441 !important;
	color: #8A5A00 !important;
}
body.woocommerce-account .ffca-side-badge--customer {
	background: var(--ff-bg-page) !important;
	border: 1px solid var(--ff-border) !important;
	color: var(--ff-dark) !important;
}
body.woocommerce-account .ffca-side-logout {
	width: 100% !important;
	margin: 0 !important;
	padding-top: 10px !important;
	border-top: 1px solid var(--ff-border-soft) !important;
}
body.woocommerce-account .ffca-side-logout a {
	color: var(--ff-muted) !important;
	text-decoration: none !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}
body.woocommerce-account .ffca-side-logout a:hover { color: var(--ff-blue) !important; }

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 8px !important;
	background: var(--ff-bg) !important;
	border: 1px solid var(--ff-border) !important;
	border-top: none !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	overflow: visible !important;
	box-shadow: none !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 11px 14px !important;
	text-decoration: none !important;
	color: var(--ff-muted) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	border-radius: var(--ff-radius-sm) !important;
	transition: all .2s ease !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
	content: '' !important;
	display: inline-block !important;
	width: 18px !important;
	height: 18px !important;
	flex-shrink: 0 !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	filter: brightness(0) !important;
	opacity: 0.4 !important;
	transition: opacity .15s !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--ff-bg-page) !important;
	color: var(--ff-dark) !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before { opacity: 0.7 !important; }
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background: var(--ff-dark) !important;
	color: var(--ff-gold-light) !important;
	font-weight: 600 !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
	filter: brightness(0) invert(1) sepia(1) saturate(2) hue-rotate(5deg) !important;
	opacity: 1 !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before { background-image: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/grid-2.svg") !important; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before { background-image: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/bag-shopping.svg") !important; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before { background-image: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/location-dot.svg") !important; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods a::before { background-image: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/credit-card.svg") !important; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before { background-image: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/user.svg") !important; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link--representative-area a::before { background-image: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/star.svg") !important; }

/* 5. BOTÕES */
body.woocommerce-account .ffca-button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	padding: 0 22px !important;
	border: none !important;
	border-radius: var(--ff-radius-sm) !important;
	background: var(--ff-dark) !important;
	color: var(--ff-gold-light) !important;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	box-shadow: none !important;
	transition: all .2s ease !important;
}
body.woocommerce-account .ffca-button:hover,
body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .button:hover {
	background: var(--ff-blue) !important;
	color: #fff !important;
	transform: translateY(-1px) !important;
}
body.woocommerce-account .ffca-button-secondary { background: var(--ff-bg-page) !important; color: var(--ff-dark) !important; }
.ffca-button { margin-top: 16px !important; }

/* 6. MENSAGENS */
.ffca-message.ffca-success {
	display: block !important; width: 100% !important; margin: 0 0 20px 0 !important;
	padding: 14px 18px !important; border: 1px solid var(--ff-success-border) !important;
	background: var(--ff-success-bg) !important; color: var(--ff-success-text) !important;
	border-radius: var(--ff-radius-sm) !important; font-size: 14px !important; line-height: 1.6 !important; box-sizing: border-box !important;
}
.ffca-message.ffca-error {
	display: block !important; width: 100% !important; margin: 0 0 20px 0 !important;
	padding: 14px 18px !important; border: 1px solid var(--ff-error-border) !important;
	background: var(--ff-error-bg) !important; color: var(--ff-error-text) !important;
	border-radius: var(--ff-radius-sm) !important; font-size: 14px !important; line-height: 1.6 !important; box-sizing: border-box !important;
}
body.woocommerce-account .woocommerce-info {
	display: flex !important; align-items: center !important; gap: 14px !important;
	padding: 16px 20px !important; margin: 0 !important; background: var(--ff-bg) !important;
	border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius-sm) !important;
	box-shadow: var(--ff-shadow) !important; color: var(--ff-dark) !important; font-size: 14px !important; line-height: 1.6 !important;
}
body.woocommerce-account .woocommerce-info::before { display: none !important; }

/* 7. DASHBOARD CARDS */
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type,
body.woocommerce-account .woocommerce-MyAccount-content > p:nth-of-type(2) { display: none !important; }

body.woocommerce-account .ffca-account-cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	width: 100% !important;
}
body.woocommerce-account .ffca-account-card {
	background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important;
	border-radius: var(--ff-radius) !important; min-height: 140px !important;
	box-shadow: var(--ff-shadow) !important; overflow: hidden !important;
	transition: transform .15s ease, box-shadow .15s ease !important;
}
body.woocommerce-account .ffca-account-card:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 28px rgba(0,0,0,.09) !important;
}
body.woocommerce-account .ffca-account-card a {
	display: flex !important; flex-direction: column !important; width: 100% !important;
	height: 100% !important; padding: 22px 20px !important; text-decoration: none !important;
	color: var(--ff-dark) !important; box-sizing: border-box !important;
}
body.woocommerce-account .ffca-account-card h3 { margin: 0 0 8px !important; font-size: 16px !important; font-weight: 600 !important; color: var(--ff-dark) !important; }
body.woocommerce-account .ffca-account-card p { margin: 0 !important; font-size: 13px !important; line-height: 1.5 !important; color: var(--ff-muted) !important; }
body.woocommerce-account .ffca-account-card--highlight { border-color: var(--ff-dark) !important; background: var(--ff-dark) !important; }
body.woocommerce-account .ffca-account-card--highlight h3 { color: var(--ff-gold-light) !important; }
body.woocommerce-account .ffca-account-card--highlight p { color: rgba(244,228,169,.6) !important; }

/* 8. ENDEREÇOS */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important; width: 100% !important; margin: 0 !important; padding: 0 !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::after { display: none !important; content: none !important; }
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important;
	border-radius: var(--ff-radius) !important; box-shadow: var(--ff-shadow) !important; overflow: hidden !important;
}
body.woocommerce-account .woocommerce-Address-title {
	display: flex !important; align-items: center !important; justify-content: space-between !important;
	gap: 12px !important; padding: 14px 18px !important; border-bottom: 1px solid var(--ff-border-soft) !important; margin: 0 !important;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before { display: none !important; }
body.woocommerce-account .woocommerce-Address-title h2 { margin: 0 !important; font-size: 13px !important; font-weight: 700 !important; letter-spacing: 1px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; }
body.woocommerce-account .woocommerce-Address-title a { font-size: 12px !important; font-weight: 600 !important; color: var(--ff-blue) !important; text-decoration: none !important; }
body.woocommerce-account .woocommerce-Address address { margin: 0 !important; padding: 16px 18px !important; font-style: normal !important; font-size: 14px !important; line-height: 1.8 !important; color: var(--ff-text) !important; }

/* 9. FORMULÁRIOS */
body.woocommerce-account form[novalidate],
body.woocommerce-account .woocommerce-MyAccount-content form[method="post"][novalidate] {
	width: 100% !important; max-width: 100% !important; margin: 0 !important;
	background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important;
	border-radius: var(--ff-radius) !important; padding: 0 !important;
	box-shadow: var(--ff-shadow) !important; box-sizing: border-box !important; overflow: hidden !important;
}
body.woocommerce-account form[novalidate] > h2,
body.woocommerce-account .woocommerce-MyAccount-content form[method="post"][novalidate] > h2 {
	margin: 0 !important; padding: 16px 18px !important; font-size: 13px !important; font-weight: 700 !important;
	letter-spacing: 1px !important; text-transform: uppercase !important; color: var(--ff-muted) !important;
	border-bottom: 1px solid var(--ff-border-soft) !important;
}
body.woocommerce-account .woocommerce-address-fields { width: 100% !important; }
body.woocommerce-account .woocommerce-address-fields__field-wrapper { display: flex !important; flex-direction: column !important; width: 100% !important; }
body.woocommerce-account .woocommerce-address-fields .form-row {
	float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important;
	display: flex !important; align-items: center !important; border-bottom: 1px solid var(--ff-border-soft) !important;
}
body.woocommerce-account .woocommerce-address-fields .form-row:last-of-type { border-bottom: none !important; }
body.woocommerce-account .woocommerce-address-fields label {
	display: flex !important; align-items: center !important; min-width: 110px !important;
	padding: 14px 0 14px 18px !important; font-size: 11px !important; font-weight: 700 !important;
	letter-spacing: 0.8px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; flex-shrink: 0 !important;
}
body.woocommerce-account .woocommerce-address-fields label .required { display: none !important; }
body.woocommerce-account .woocommerce-address-fields .woocommerce-input-wrapper { flex: 1 !important; }
body.woocommerce-account .woocommerce-address-fields input.input-text,
body.woocommerce-account .woocommerce-address-fields input[type="text"],
body.woocommerce-account .woocommerce-address-fields input[type="email"],
body.woocommerce-account .woocommerce-address-fields input[type="tel"],
body.woocommerce-account .woocommerce-address-fields select {
	width: 100% !important; height: 48px !important; padding: 0 18px 0 0 !important;
	border: none !important; border-radius: 0 !important; background: transparent !important;
	font-size: 14px !important; color: var(--ff-dark) !important; box-sizing: border-box !important; box-shadow: none !important; text-align: right !important;
}
body.woocommerce-account .woocommerce-address-fields .select2-container { width: 100% !important; }
body.woocommerce-account .woocommerce-address-fields .select2-selection {
	border: none !important; background: transparent !important; height: 48px !important;
	display: flex !important; align-items: center !important; justify-content: flex-end !important;
	padding: 0 18px 0 0 !important; border-radius: 0 !important;
}
body.woocommerce-account .woocommerce-address-fields .select2-selection__rendered { text-align: right !important; padding: 0 !important; font-size: 14px !important; color: var(--ff-dark) !important; }
body.woocommerce-account .woocommerce-address-fields .select2-selection__arrow { right: 18px !important; }
body.woocommerce-account form[novalidate] p:last-child,
body.woocommerce-account form[novalidate] > p:last-of-type { padding: 14px 18px !important; margin: 0 !important; border-top: 1px solid var(--ff-border-soft) !important; }
body.woocommerce-account form[novalidate] .button[name="save_address"] { width: 100% !important; min-height: 48px !important; font-size: 11px !important; letter-spacing: 2px !important; }

body.woocommerce-account .woocommerce-EditAccountForm.ff-edit-account {
	background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important;
	border-radius: var(--ff-radius) !important; box-shadow: var(--ff-shadow) !important;
	overflow: hidden !important; width: 100% !important; max-width: 100% !important; margin: 0 !important;
}
body.woocommerce-account .ff-edit-account .ff-ea-grid { display: flex !important; flex-direction: column !important; gap: 0 !important; }
body.woocommerce-account .ff-edit-account .ff-ea-row { display: flex !important; flex-direction: row !important; gap: 0 !important; }
body.woocommerce-account .ff-edit-account .ff-ea-row--2 .ff-field { width: 50% !important; border-right: 1px solid var(--ff-border-soft) !important; }
body.woocommerce-account .ff-edit-account .ff-ea-row--2 .ff-field:last-child { border-right: none !important; }
body.woocommerce-account .ff-edit-account .ff-ea-row--3 .ff-field { width: 33.333% !important; border-right: 1px solid var(--ff-border-soft) !important; }
body.woocommerce-account .ff-edit-account .ff-ea-row--3 .ff-field:last-child { border-right: none !important; }
body.woocommerce-account .ff-edit-account .ff-field { display: flex !important; align-items: center !important; border-bottom: 1px solid var(--ff-border-soft) !important; padding: 0 18px !important; }
body.woocommerce-account .ff-edit-account .ff-field label {
	display: flex !important; min-width: 110px !important; font-size: 11px !important; font-weight: 700 !important;
	letter-spacing: 0.8px !important; text-transform: uppercase !important; color: var(--ff-muted) !important;
	flex-shrink: 0 !important; padding: 14px 0 !important;
}
body.woocommerce-account .ff-edit-account .ff-field input {
	flex: 1 !important; width: auto !important; height: 48px !important; padding: 0 0 0 8px !important;
	border: none !important; border-radius: 0 !important; background: transparent !important;
	font-size: 14px !important; color: var(--ff-dark) !important; box-sizing: border-box !important; text-align: left !important;
}
body.woocommerce-account .ff-edit-account .ff-field input:focus { outline: none !important; background: var(--ff-bg-page) !important; }
body.woocommerce-account .ff-edit-account .ff-ea-fieldset { border: none !important; border-top: 1px solid var(--ff-border-soft) !important; margin: 0 !important; padding: 0 !important; }
body.woocommerce-account .ff-edit-account .ff-ea-legend { display: block !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 1px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; padding: 14px 18px 0 !important; }
body.woocommerce-account .ff-edit-account .ff-ea-lost-password { padding: 8px 18px 12px !important; font-size: 12px !important; }
body.woocommerce-account .ff-edit-account .ff-ea-lost-password a { color: var(--ff-blue) !important; }
body.woocommerce-account .ff-edit-account .ff-ea-actions { padding: 14px 18px !important; border-top: 1px solid var(--ff-border-soft) !important; }
body.woocommerce-account .ff-edit-account .ff-ea-actions .button { width: 100% !important; }
body.woocommerce-account .ff-edit-account .password-input { flex: 1 !important; position: relative !important; display: flex !important; align-items: center !important; }
body.woocommerce-account .ff-edit-account .password-input input { text-align: left !important; padding-right: 32px !important; }
body.woocommerce-account .ff-edit-account .show-password-input { position: absolute !important; right: 0 !important; background: transparent !important; border: none !important; cursor: pointer !important; opacity: 0.4 !important; min-height: auto !important; padding: 0 !important; }

/* 10. ÁREA DO REPRESENTANTE */
.ffca-rep-top-notice { margin: 0 0 20px 0 !important; }
.ffca-rep-page-header { margin: 0 0 20px !important; padding: 20px 22px !important; border: 1px solid var(--ff-border) !important; background: var(--ff-bg) !important; border-radius: var(--ff-radius) !important; box-shadow: var(--ff-shadow) !important; }
.ffca-rep-page-header h2 { margin: 0 0 6px !important; font-size: 20px !important; font-weight: 600 !important; color: var(--ff-dark) !important; }
.ffca-rep-page-header p { margin: 0 !important; font-size: 14px !important; color: var(--ff-muted) !important; }
body.woocommerce-account .ffca-rep-page-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 16px !important; }
body.woocommerce-account .ffca-rep-page-card { border: 1px solid var(--ff-border) !important; background: var(--ff-bg) !important; padding: 20px !important; min-height: auto !important; border-radius: var(--ff-radius) !important; box-shadow: var(--ff-shadow) !important; }
body.woocommerce-account .ffca-rep-page-card h3 { margin: 0 0 10px !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; }
body.woocommerce-account .ffca-rep-page-card p { margin: 0 0 6px !important; font-size: 14px !important; color: var(--ff-text) !important; }
body.woocommerce-account .ffca-rep-page-card a { color: var(--ff-blue) !important; text-decoration: none !important; font-weight: 500 !important; font-size: 14px !important; }
body.woocommerce-account .ffca-rep-page-section { margin-top: 24px !important; }
body.woocommerce-account .ffca-rep-section-title { margin: 0 0 14px !important; font-size: 16px !important; font-weight: 600 !important; color: var(--ff-dark) !important; }
body.woocommerce-account .ffca-rep-section-intro { margin: 0 0 14px !important; font-size: 13px !important; color: var(--ff-muted) !important; }
body.woocommerce-account .ffca-rep-business-box { background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; overflow: hidden !important; box-shadow: var(--ff-shadow) !important; }
body.woocommerce-account .ffca-rep-business-form { margin: 0 !important; }
body.woocommerce-account .ffca-rep-business-grid { display: flex !important; flex-direction: column !important; gap: 0 !important; }
body.woocommerce-account .ffca-rep-field { display: flex !important; align-items: center !important; border-bottom: 1px solid var(--ff-border-soft) !important; padding: 0 18px !important; }
body.woocommerce-account .ffca-rep-field label { display: flex !important; min-width: 120px !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 0.8px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; flex-shrink: 0 !important; padding: 14px 0 !important; margin: 0 !important; }
body.woocommerce-account .ffca-rep-field input,
body.woocommerce-account .ffca-rep-field select { flex: 1 !important; width: auto !important; height: 48px !important; padding: 0 0 0 8px !important; border: none !important; border-radius: 0 !important; background: transparent !important; font-size: 14px !important; color: var(--ff-dark) !important; box-sizing: border-box !important; text-align: left !important; }
body.woocommerce-account .ffca-rep-field textarea { flex: 1 !important; width: auto !important; border: none !important; border-radius: 0 !important; background: transparent !important; font-size: 14px !important; color: var(--ff-dark) !important; box-sizing: border-box !important; padding: 14px 8px !important; min-height: 100px !important; resize: vertical !important; text-align: left !important; }
body.woocommerce-account .ffca-rep-business-actions { padding: 14px 18px !important; border-top: 1px solid var(--ff-border-soft) !important; }
body.woocommerce-account .ffca-rep-business-actions .ffca-button { width: 100% !important; margin-top: 0 !important; }
body.woocommerce-account .ffca-rep-current-data { display: flex !important; flex-direction: column !important; gap: 0 !important; margin-bottom: 0 !important; padding: 0 !important; background: transparent !important; border: none !important; border-bottom: 1px solid var(--ff-border-soft) !important; }
body.woocommerce-account .ffca-rep-current-item { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 12px 18px !important; border-bottom: 1px solid var(--ff-border-soft) !important; font-size: 13px !important; color: var(--ff-text) !important; }
body.woocommerce-account .ffca-rep-current-item:last-child { border-bottom: none !important; }
body.woocommerce-account .ffca-rep-current-item strong { font-size: 11px !important; font-weight: 700 !important; letter-spacing: 0.8px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; }

/* 11. MÉTODOS DE PAGAMENTO */
body.woocommerce-account .wc_payment_methods,
body.woocommerce-account #add_payment_method .wc_payment_methods,
body.woocommerce-account .woocommerce-PaymentMethods { list-style: none !important; padding: 0 !important; margin: 0 0 16px 0 !important; background: transparent !important; border: none !important; }
body.woocommerce-account .wc_payment_method,
body.woocommerce-account .woocommerce-PaymentMethod { background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius-sm) !important; padding: 14px 18px !important; margin-bottom: 8px !important; }
body.woocommerce-account .wc_payment_method label,
body.woocommerce-account .woocommerce-PaymentMethod label { display: flex !important; align-items: center !important; gap: 10px !important; font-size: 14px !important; font-weight: 600 !important; color: var(--ff-dark) !important; cursor: pointer !important; background: transparent !important; }
body.woocommerce-account .payment_box,
body.woocommerce-account .woocommerce-PaymentBox { background: var(--ff-bg-page) !important; border-radius: var(--ff-radius-xs) !important; padding: 14px !important; margin-top: 10px !important; border: 1px solid var(--ff-border-soft) !important; box-shadow: none !important; }
body.woocommerce-account .payment_box p,
body.woocommerce-account .woocommerce-PaymentBox p,
body.woocommerce-account .woocommerce-PaymentBox label { margin: 0 !important; font-size: 13px !important; font-weight: 400 !important; color: var(--ff-muted) !important; background: transparent !important; }
body.woocommerce-account .wc-ppcp-notice__info { display: none !important; }
body.woocommerce-account .woocommerce-PaymentMethod input[type="radio"] { accent-color: var(--ff-dark) !important; width: 16px !important; height: 16px !important; flex-shrink: 0 !important; }
body.woocommerce-account #payment { background: transparent !important; border: none !important; padding: 0 !important; box-shadow: none !important; }
body.woocommerce-account #payment .form-row { margin: 0 !important; padding: 0 !important; border: none !important; }
body.woocommerce-account #payment #place_order,
body.woocommerce-account .woocommerce-Button--alt,
body.woocommerce-account button#place_order {
	display: flex !important; align-items: center !important; justify-content: center !important;
	width: 100% !important; min-height: 52px !important; background: var(--ff-dark) !important;
	color: var(--ff-gold-light) !important; border: none !important; border-radius: var(--ff-radius-sm) !important;
	font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important;
	text-transform: uppercase !important; cursor: pointer !important; padding: 0 22px !important; box-sizing: border-box !important; margin-top: 8px !important;
}
body.woocommerce-account #payment #place_order:hover { background: var(--ff-blue) !important; color: #fff !important; }
body.woocommerce-account .woocommerce-MyAccount-content > a.button { display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; min-height: 52px !important; box-sizing: border-box !important; margin-top: 12px !important; }

/* 12. TABELAS PEDIDOS */
body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account table.woocommerce-orders-table {
	width: 100% !important; border-collapse: separate !important; border-spacing: 0 !important;
	background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important;
	border-radius: var(--ff-radius) !important; box-shadow: var(--ff-shadow) !important; margin: 0 !important; overflow: hidden !important;
}
body.woocommerce-account .woocommerce-orders-table thead th { padding: 14px 18px !important; background: var(--ff-bg-page) !important; border-bottom: 1px solid var(--ff-border) !important; color: var(--ff-muted) !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 1px !important; text-transform: uppercase !important; text-align: left !important; }
body.woocommerce-account .woocommerce-orders-table tbody th,
body.woocommerce-account .woocommerce-orders-table tbody td { padding: 16px 18px !important; border-bottom: 1px solid var(--ff-border-soft) !important; font-size: 14px !important; color: var(--ff-text) !important; vertical-align: middle !important; background: var(--ff-bg) !important; text-align: left !important; }
body.woocommerce-account .woocommerce-orders-table tbody tr:last-child th,
body.woocommerce-account .woocommerce-orders-table tbody tr:last-child td { border-bottom: none !important; }
body.woocommerce-account .woocommerce-orders-table__cell-order-number a { color: var(--ff-dark) !important; font-weight: 700 !important; text-decoration: none !important; }
body.woocommerce-account .woocommerce-orders-table .button { min-width: auto !important; min-height: 36px !important; padding: 0 16px !important; font-size: 11px !important; letter-spacing: 1px !important; }

/* 13. DETALHES PEDIDO */
body.woocommerce-account .woocommerce-order-details,
body.woocommerce-account .woocommerce-customer-details { width: 100% !important; margin: 0 0 20px 0 !important; }
body.woocommerce-account .woocommerce-order-details__title,
body.woocommerce-account .woocommerce-column__title { font-size: 16px !important; font-weight: 600 !important; color: var(--ff-dark) !important; margin: 0 0 12px !important; }
body.woocommerce-account .shop_table.order_details,
body.woocommerce-account .woocommerce-table--order-details { width: 100% !important; border-collapse: separate !important; border-spacing: 0 !important; background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; box-shadow: var(--ff-shadow) !important; overflow: hidden !important; }
body.woocommerce-account .shop_table.order_details th,
body.woocommerce-account .shop_table.order_details td { padding: 16px 18px !important; border-bottom: 1px solid var(--ff-border-soft) !important; vertical-align: middle !important; background: var(--ff-bg) !important; }
body.woocommerce-account .shop_table.order_details td.product-total { font-weight: 700 !important; color: var(--ff-gold-dark) !important; white-space: nowrap !important; width: 120px !important; }
body.woocommerce-account .shop_table.order_details tfoot th,
body.woocommerce-account .shop_table.order_details tfoot td { padding: 12px 18px !important; font-size: 14px !important; background: var(--ff-bg) !important; border-bottom: 1px solid var(--ff-border-soft) !important; }
body.woocommerce-account .shop_table.order_details tfoot th { font-size: 11px !important; font-weight: 700 !important; letter-spacing: 0.8px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; }
body.woocommerce-account .shop_table.order_details tfoot td { font-weight: 700 !important; color: var(--ff-gold-dark) !important; text-align: right !important; }
body.woocommerce-account .shop_table.order_details tfoot tr:last-child th,
body.woocommerce-account .shop_table.order_details tfoot tr:last-child td { border-bottom: none !important; background: var(--ff-bg-page) !important; }
body.woocommerce-account .shop_table.order_details ul.wc-item-meta { display: none !important; }
body.woocommerce-account .shop_table.order_details td.product-name > ul { display: none !important; }
.ffca-order-item-row { display: flex !important; gap: 12px !important; align-items: flex-start !important; }
.ffca-order-thumb-wrap { flex-shrink: 0 !important; width: 64px !important; }
.ffca-order-thumb-wrap img.ffca-order-thumb { display: block !important; width: 64px !important; height: 64px !important; object-fit: cover !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius-xs) !important; }
.ffca-order-item-info { flex: 1 !important; min-width: 0 !important; display: flex !important; flex-direction: column !important; gap: 4px !important; }
a.ffca-item-name { font-size: 14px !important; font-weight: 600 !important; color: var(--ff-blue) !important; text-decoration: none !important; }
.ffca-item-qty { font-size: 12px !important; color: var(--ff-muted) !important; }
body.woocommerce-account .order-again { margin: 16px 0 !important; }
body.woocommerce-account .order-again .button { width: 100% !important; }
body.woocommerce-account .woocommerce-customer-details address { padding: 16px 18px !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; background: var(--ff-bg) !important; font-style: normal !important; font-size: 14px !important; line-height: 1.8 !important; color: var(--ff-text) !important; }

/* 14. SELECT2 */
.select2-dropdown { border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius-sm) !important; box-shadow: var(--ff-shadow) !important; background: var(--ff-bg) !important; }
.select2-search--dropdown .select2-search__field { border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius-xs) !important; padding: 8px 12px !important; font-size: 14px !important; color: var(--ff-dark) !important; outline: none !important; }
.select2-results__option { padding: 10px 14px !important; font-size: 14px !important; color: var(--ff-text) !important; }
.select2-results__option--highlighted { background: var(--ff-dark) !important; color: var(--ff-gold-light) !important; }
.select2-results__option[aria-selected="true"] { background: var(--ff-bg-page) !important; color: var(--ff-dark) !important; }

/* 15. LOGIN / REGISTRO */
.ffca-form-wrap { max-width: 560px; margin: 0; padding: 40px 20px; background: #fff; border: 1px solid #E8E5E0; border-radius: 4px; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.ffca-form-wrap h1, .ffca-form-wrap h2 { font-size: 22px; font-weight: 600; color: #212121; margin: 0 0 6px; }
.ffca-intro { font-size: 14px; color: #9B8C7D; margin: 0 0 28px; }
.ffca-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.ffca-field label { font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: #9B8C7D; }
.ffca-field input, .ffca-field select, .ffca-field textarea { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #E8E5E0; border-radius: 4px; background: #fff; font-size: 14px; color: #212121; box-sizing: border-box; transition: border-color .2s; }
.ffca-field input:focus, .ffca-field select:focus { outline: none; border-color: #212121; }
.ffca-field textarea { height: auto; padding: 12px 14px; resize: vertical; }
.ffca-grid-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.ffca-full { grid-column: 1 / -1; }
.ffca-button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; background: #212121; color: #F4E4A9; border: none; border-radius: 4px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: background .2s; margin-top: 8px; }
.ffca-button:hover { background: #646E9D; color: #fff; }
.ffca-links, .ffca-bottom-links { margin-top: 20px; font-size: 13px; color: #9B8C7D; text-align: left; }
.ffca-links a, .ffca-bottom-links a { color: #646E9D; text-decoration: none; font-weight: 600; }
.ffca-links-group { margin-top: 24px; padding-top: 24px; border-top: 1px solid #F0EDE8; font-size: 14px; color: #444; }
.ffca-links-group p { margin: 0 0 4px; }
.ffca-muted { color: #9B8C7D; font-size: 13px; }
.ffca-checkbox-row { grid-column: 1 / -1; font-size: 13px; color: #444; margin-bottom: 8px; }
.ffca-message { padding: 12px 16px; border-radius: 4px; font-size: 14px; margin-bottom: 16px; }
.ffca-message.ffca-success { background: #F4FBF6; border: 1px solid #CFE3D4; color: #1F5130; }
.ffca-message.ffca-error { background: #FFF6F6; border: 1px solid #E7C7C7; color: #8A2F2F; }
.ffca-password-wrap { position: relative; display: flex; align-items: center; }
.ffca-password-wrap input { padding-right: 40px; }
.ffca-eye { position: absolute; right: 12px; background: none !important; background-color: transparent !important; border: none !important; box-shadow: none !important; outline: none !important; -webkit-appearance: none !important; appearance: none !important; cursor: pointer; padding: 0 !important; width: 24px !important; height: 24px !important; opacity: 0.4; transition: opacity .2s; }
.ffca-eye:hover { opacity: 0.8; }
.ffca-eye span { display: block !important; width: 20px !important; height: 20px !important; background: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/eye.svg") center/contain no-repeat !important; background-color: transparent !important; filter: brightness(0) !important; opacity: 1 !important; }
.ffca-eye.is-active span { background-image: url("https://francescafabbrini.com/wp-content/uploads/fa-icons/eye-slash.svg") !important; }
.ffca-divider { height: 1px; background: #E8E5E0; margin: 16px 0 24px; }
.ffca-login-form .ffca-button, .ffca-login-box .ffca-button { width: 100% !important; margin-top: 16px !important; }
.ff-mobile-menu-wrap { display: inline-flex !important; align-items: center !important; justify-content: flex-end !important; background: transparent !important; }
.ff-menu-right { display: flex; justify-content: flex-end; width: 100%; }

/* 16. THANK YOU */
body.woocommerce-order-received .woocommerce-order { max-width: 1120px !important; margin: 0 auto !important; padding: 40px 0 80px !important; }
body.woocommerce-order-received .woocommerce-thankyou-order-received { font-size: 42px !important; font-weight: 600 !important; color: var(--ff-blue) !important; margin-bottom: 24px !important; }
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce ul.order_details { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; margin: 0 0 24px !important; padding: 0 !important; list-style: none !important; background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; overflow: hidden !important; box-shadow: var(--ff-shadow) !important; }
body.woocommerce-order-received .woocommerce-order-overview li,
body.woocommerce-order-received .woocommerce ul.order_details li { float: none !important; width: auto !important; margin: 0 !important; padding: 20px 24px !important; border-right: 1px solid var(--ff-border-soft) !important; font-size: 11px !important; letter-spacing: 1px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; }
body.woocommerce-order-received .woocommerce-order-overview li strong,
body.woocommerce-order-received .woocommerce ul.order_details li strong { display: block !important; margin-top: 6px !important; font-size: 16px !important; font-weight: 700 !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--ff-dark) !important; }
body.woocommerce-order-received .woocommerce-order-overview li.total strong { color: var(--ff-gold-dark) !important; }
body.woocommerce-order-received .woocommerce-order .button { background: var(--ff-dark) !important; color: var(--ff-gold-light) !important; }

/* 17. FIX ELEMENTOR */
.elementor-kit-14 button, .elementor-kit-14 input[type="button"], .elementor-kit-14 input[type="submit"], .elementor-kit-14 .elementor-button { background-color: #f5f5f7; font-family: "Mulish", Sans-serif; font-size: 12px; font-weight: 400; text-transform: uppercase; color: #212121; border-style: solid; border-width: 0; border-radius: 0; }
.ff-mobile-menu-wrap button, .ff-mobile-menu-wrap a, header .menu-toggle, header .elementor-menu-toggle, .elementor-menu-toggle { background: transparent !important; background-color: transparent !important; color: #212121 !important; border: none !important; box-shadow: none !important; }
.elementor-menu-toggle i, .elementor-menu-toggle svg { color: #212121 !important; fill: #212121 !important; }
.woocommerce-form-login input, .woocommerce-form-login input:focus, .ffca-field input, .ffca-field input:focus { outline: none !important; box-shadow: none !important; border-color: #E8E5E0 !important; }
html body .ffca-button, html body .ffca-form-wrap .ffca-button, html body .ffca-login-form .ffca-button, html body .ffca-login-box .ffca-button { background: #212121 !important; background-color: #212121 !important; color: #F4E4A9 !important; border: none !important; outline: none !important; box-shadow: none !important; -webkit-appearance: none !important; appearance: none !important; }
html body .ffca-eye, html body .ffca-form-wrap button, html body .ffca-password-wrap button { background: transparent !important; background-color: transparent !important; border: none !important; outline: none !important; box-shadow: none !important; -webkit-appearance: none !important; appearance: none !important; }

/* 18. MOBILE */
@media only screen and (max-width: 768px) {
	body.woocommerce-account .ffca-side-profile { padding: 14px 16px !important; gap: 12px !important; border-radius: 4px 4px 0 0 !important; border-bottom: none !important; margin-bottom: 0 !important; }
	body.woocommerce-account .ffca-side-logout { display: block !important; width: 100% !important; padding-top: 10px !important; border-top: 1px solid var(--ff-border-soft) !important; margin: 0 !important; }
	body.woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 20px !important; }
	body.woocommerce-account .woocommerce > .ffca-side-profile,
	body.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation ul {
		box-shadow: none !important;
	}
	body.woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex !important; flex-direction: row !important; overflow-x: auto !important; overflow-y: visible !important; white-space: nowrap !important; padding: 16px !important; gap: 6px !important; -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; border-radius: 0 !important; border-top: none !important; border-bottom: 2px solid var(--ff-gold-dark) !important; }
	body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar { display: none !important; }
	body.woocommerce-account .woocommerce-MyAccount-navigation ul li { display: inline-flex !important; flex-shrink: 0 !important; border: none !important; }
	body.woocommerce-account .woocommerce-MyAccount-navigation ul li a { padding: 8px 14px !important; font-size: 12px !important; white-space: nowrap !important; }
	body.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before { width: 14px !important; height: 14px !important; }
	body.woocommerce-account .ffca-account-cards { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
	body.woocommerce-account .ffca-account-card { min-height: 90px !important; }
	body.woocommerce-account .ffca-account-card a { padding: 14px !important; }
	body.woocommerce-account .ffca-account-card h3 { font-size: 13px !important; margin-bottom: 4px !important; }
	body.woocommerce-account .ffca-account-card p { font-size: 11px !important; }
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses, body.woocommerce-account .u-columns.woocommerce-Addresses { display: flex !important; flex-direction: column !important; gap: 12px !important; }
	body.woocommerce-account .u-columns.woocommerce-Addresses .u-column1, body.woocommerce-account .u-columns.woocommerce-Addresses .u-column2, body.woocommerce-account .u-columns.woocommerce-Addresses .col-1, body.woocommerce-account .u-columns.woocommerce-Addresses .col-2 { float: none !important; width: 100% !important; margin: 0 !important; }
	body.woocommerce-account .ffca-rep-page-grid { grid-template-columns: 1fr !important; gap: 0 !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; overflow: hidden !important; }
	body.woocommerce-account .ffca-rep-page-card { border: none !important; border-bottom: 1px solid var(--ff-border-soft) !important; border-radius: 0 !important; box-shadow: none !important; padding: 14px 18px !important; }
	body.woocommerce-account .ffca-rep-page-card:last-child { border-bottom: none !important; }
	body.woocommerce-account .ff-edit-account .ff-ea-row--2, body.woocommerce-account .ff-edit-account .ff-ea-row--3 { flex-direction: column !important; }
	body.woocommerce-account .woocommerce-orders-table, body.woocommerce-account table.woocommerce-orders-table { border: none !important; background: transparent !important; box-shadow: none !important; }
	body.woocommerce-account .woocommerce-orders-table thead { display: none !important; }
	body.woocommerce-account .woocommerce-orders-table tbody tr { position: relative !important; display: block !important; background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; margin-bottom: 10px !important; overflow: hidden !important; box-shadow: var(--ff-shadow) !important; }
	body.woocommerce-account .woocommerce-orders-table tbody th { display: block !important; background: var(--ff-dark) !important; color: var(--ff-gold-light) !important; font-size: 14px !important; font-weight: 700 !important; padding: 14px 16px !important; border: none !important; }
	body.woocommerce-account .woocommerce-orders-table tbody th a { color: var(--ff-gold-light) !important; }
	body.woocommerce-account .woocommerce-orders-table__cell-order-actions { display: block !important; position: absolute !important; top: 0 !important; right: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; height: 48px !important; }
	body.woocommerce-account .woocommerce-orders-table__cell-order-actions::before { display: none !important; }
	body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button { display: flex !important; align-items: center !important; height: 48px !important; min-height: 48px !important; padding: 0 18px !important; background: rgba(255,255,255,0.12) !important; color: var(--ff-gold-light) !important; border-radius: 0 4px 0 0 !important; border: none !important; border-left: 1px solid rgba(244,228,169,0.25) !important; font-size: 11px !important; letter-spacing: 2px !important; white-space: nowrap !important; transform: none !important; }
	body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover { background: rgba(255,255,255,0.2) !important; transform: none !important; }
	body.woocommerce-account .woocommerce-orders-table tbody td { display: flex !important; align-items: center !important; gap: 10px !important; justify-content: flex-start !important; border: none !important; border-bottom: 1px solid var(--ff-border-soft) !important; padding: 11px 16px !important; font-size: 14px !important; background: var(--ff-bg) !important; }
	body.woocommerce-account .woocommerce-orders-table tbody td::before { content: attr(data-title) !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; color: var(--ff-muted) !important; min-width: 60px !important; flex-shrink: 0 !important; }
	body.woocommerce-account .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions { display: block !important; border-bottom: none !important; padding: 0 !important; }
	body.woocommerce-account .woocommerce-orders-table tbody tr > td:last-child { border-bottom: none !important; }
	body.woocommerce-account .woocommerce-table--order-details, body.woocommerce-account .shop_table.order_details { border: none !important; box-shadow: none !important; background: transparent !important; }
	body.woocommerce-account .woocommerce-table--order-details thead, body.woocommerce-account .shop_table.order_details thead { display: none !important; }
	body.woocommerce-account .woocommerce-table--order-details tbody tr, body.woocommerce-account .shop_table.order_details tbody tr { display: block !important; background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; margin-bottom: 10px !important; padding: 14px !important; box-shadow: var(--ff-shadow) !important; }
	body.woocommerce-account .woocommerce-table--order-details tbody td, body.woocommerce-account .shop_table.order_details tbody td { display: block !important; border: none !important; padding: 4px 0 !important; background: transparent !important; }
	body.woocommerce-account .shop_table.order_details td.product-total { font-weight: 700 !important; color: var(--ff-gold-dark) !important; padding-top: 8px !important; width: auto !important; }
	body.woocommerce-account .shop_table.order_details tfoot, body.woocommerce-account .woocommerce-table--order-details tfoot { display: block !important; background: var(--ff-bg) !important; border: 1px solid var(--ff-border) !important; border-radius: var(--ff-radius) !important; overflow: hidden !important; }
	body.woocommerce-account .shop_table.order_details tfoot tr, body.woocommerce-account .woocommerce-table--order-details tfoot tr { display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 11px 16px !important; border-bottom: 1px solid var(--ff-border-soft) !important; }
	body.woocommerce-account .shop_table.order_details tfoot tr:last-child, body.woocommerce-account .woocommerce-table--order-details tfoot tr:last-child { border-bottom: none !important; background: var(--ff-bg-page) !important; }
	body.woocommerce-account .shop_table.order_details tfoot th, body.woocommerce-account .woocommerce-table--order-details tfoot th, body.woocommerce-account .shop_table.order_details tfoot td, body.woocommerce-account .woocommerce-table--order-details tfoot td { padding: 0 !important; border: none !important; background: transparent !important; }
	body.woocommerce-account .shop_table.order_details tfoot td, body.woocommerce-account .woocommerce-table--order-details tfoot td { text-align: right !important; }
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info { display: block !important; padding: 14px 16px !important; }
	body.woocommerce-account .woocommerce-MyAccount-content > a.button { display: block !important; width: 100% !important; text-align: center !important; margin-top: 12px !important; }
	body.woocommerce-order-received .woocommerce-order-overview, body.woocommerce-order-received .woocommerce ul.order_details { grid-template-columns: 1fr !important; }
	body.woocommerce-order-received .woocommerce-thankyou-order-received { font-size: 28px !important; }
	.ffca-form-wrap { margin: 0; padding: 30px 20px; }
	.ffca-grid-form { grid-template-columns: 1fr; }
	.ffca-full { grid-column: 1; }
	.ffca-full button { width: 100% !important; }
}

.ff-mobile-menu-wrap a
 {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

.elementor-310 .elementor-element.elementor-element-537a8f8 .jet-woo-products .jet-woo-product-price .price {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
    color: #212121;
}

.elementor-310 .elementor-element.elementor-element-537a8f8 .jet-woo-products .jet-woo-product-price .price .amount {
    color: #cc932c;
}

/* Prezzo nella pagina prodotto singolo */
.single-product .woocommerce-variation-price .ffca-price-box {
    margin: 8px 0 !important;
}

.single-product .woocommerce-variation-price .ffca-price-row {
    padding: 2px 0 !important;
}

.single-product .woocommerce-variation-price .ffca-price-label {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.single-product .woocommerce-variation-price .ffca-price-value {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.single-product .woocommerce-variation-price .ffca-price-value *,
.single-product .woocommerce-variation-price .ffca-price-value .woocommerce-Price-amount {
    font-size: 14px !important;
    font-weight: 400 !important;
}
/* ── Prodotti correlati — prezzi ── */
.related.products .ffca-price-row {
    padding: 1px 0 !important;
}

.related.products .ffca-price-label {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #8A8078 !important;
}

.related.products .ffca-price-value,
.related.products .ffca-price-value .woocommerce-Price-amount,
.related.products .ffca-price-value bdi {
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* ── Prodotti correlati — pulsante ── */
.related.products .button.add_to_cart_button {
    background: #212121 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    padding: 12px 24px !important;
    transition: background 0.2s !important;
}

.related.products .button.add_to_cart_button:hover {
    background: #cc932c !important;
    color: #ffffff !important;
}

/* ── Size guide link — prodotto ── */
.pewc-information-data {
    width: 100% !important;
}

.pewc-information-data p.size-help {
    white-space: nowrap !important;
    font-size: 13px !important;
    color: #8A8078 !important;
}

/* Nascondi celle vuote che sprecano spazio */
.pewc-information-image,
.pewc-information-label {
    display: none !important;
}

/* ── Quantity input — produto ── */
.single-product .quantity {
    display: flex !important;
    align-items: stretch !important;
}

.single-product .quantity input.qty {
    height: 52px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    width: 80px !important;
    border: 1px solid #E0D8CE !important;
    border-radius: 0 !important;
    text-align: center !important;
}

/* Alinha quantity + botão na mesma altura */
.single-product .woocommerce-variation-add-to-cart {
    display: flex !important;
    align-items: stretch !important;
    gap: 12px !important;
}

.single-product .single_add_to_cart_button {
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Sposta switcher TranslatePress in posizione floating */
.trp-language-switcher-container {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    top: auto !important;
    right: auto !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
    border-radius: 4px !important;
    margin: 0 !important;
}

/* TranslatePress — floating */
.trp-floating-switcher {
    bottom: 100px !important;
    right: 12px !important;
    left: auto !important;
    top: auto !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10) !important;
    border-radius: 100% !important;
    border: 1px solid #E0D8CE !important;
    background: #fff !important;
    padding: 12px !important;
}

.trp-floating-switcher .trp-language-item {
    padding: 6px 8px !important;
    gap: 0 !important;
}

.trp-floating-switcher .trp-language-item-name {
    display: none !important;
}

.trp-floating-switcher .trp-language-item:hover {
    background: #FBF8F4 !important;
}

.trp-floating-switcher .trp-flag-image {
    width: 24px !important;
}
.xoo-wsc-bki{
	font-size: 24px;
	}

.xoo-wsc-footer{
    background-color: #ffffff;
    color: #212121;
    padding: 10px 20px;
    box-shadow: 0 -5px 10px #0000001a;
}
.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount{
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}
.xoo-wsc-btn .amount{ color: #212121 }
.xoo-wsc-btn:hover .amount{ color: #212121 }
.xoo-wsc-ft-buttons-cont{ grid-template-columns: auto }

/* Pulsante carrello floating */
.xoo-wsc-basket{
    bottom: 12px;
    right: 0px;
    background-color: #212121;
    color: #F4E4A9;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    border-radius: 50%;
    display: flex;
    width: 60px;
    height: 60px;
}
.xoo-wsc-bki{ font-size: 28px }

/* Contatore */
.xoo-wsc-items-count{ top: -9px; left: -8px }
.xoo-wsc-items-count, .xoo-wsch-items-count{
    background-color: #cc932c;
    color: #ffffff;
}

/* Pannello carrello */
.xoo-wsc-container, .xoo-wsc-slider{
    max-width: 500px;
    right: -500px;
    top: 0; bottom: 0;
    font-family: 'Mulish', sans-serif;
}
.xoo-wsc-cart-active .xoo-wsc-container,
.xoo-wsc-slider-active .xoo-wsc-slider{ right: 0 }
.xoo-wsc-cart-active .xoo-wsc-basket{ right: 500px }
.xoo-wsc-slider{ right: -500px }

/* Header pannello */
.xoo-wsc-header{
    color: #212121;
    background-color: #ffffff;
    border-bottom: 1px solid #E0D8CE;
    padding: 15px;
}
.xoo-wsch-top{ justify-content: center }
span.xoo-wsch-close{ font-size: 16px; right: 10px }
.xoo-wsch-text{
    font-size: 20px;
    font-family: 'Prata', serif;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Body */
.xoo-wsc-body{ background-color: #F5F2EE }

/* Prodotti */
.xoo-wsc-products:not(.xoo-wsc-pattern-card),
.xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount,
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a{
    font-size: 14px;
    color: #212121;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product{
    padding: 16px 12px;
    margin: 8px 12px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    background-color: #ffffff;
    border: 1px solid #E0D8CE;
}

/* Colonne immagine/sommario */
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col{ width: 26% }
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-sum-col{ width: 74%; justify-content: center }
.xoo-wsc-product-cont{ padding: 10px }
.xoo-wsc-product dl.variation{ display: block }

/* Footer pulsanti */
.xoo-wsc-footer .xoo-wsc-btn{
    background-color: #212121 !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    padding: 14px 24px !important;
    border-radius: 0 !important;
    transition: background 0.2s !important;
}
.xoo-wsc-footer .xoo-wsc-btn:hover{
    background-color: #cc932c !important;
    color: #ffffff !important;
}

/* Shortcode */
.xoo-wsc-sc-count{ background-color: #cc932c; color: #ffffff }
.xoo-wsc-sc-bki{ font-size: 28px; color: #212121 }
.xoo-wsc-sc-cont{ color: #212121 }

/* Card pattern */
.xoo-wsc-sm-front{ background-color: #F5F2EE }
.xoo-wsc-sm-back{ background-color: #ffffff }
.xoo-wsc-pattern-card,
.xoo-wsc-pattern-card a,
.xoo-wsc-pattern-card .amount{ font-size: 14px; color: #212121 }
.xoo-wsc-sm-front, .xoo-wsc-sm-front a, .xoo-wsc-sm-front .amount{ color: #212121 }
.xoo-wsc-sm-back, .xoo-wsc-sm-back a, .xoo-wsc-sm-back .amount{ color: #212121 }
.xoo-wsc-pattern-card, .xoo-wsc-sm-front{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.xoo-wsc-pattern-card, .xoo-wsc-img-col img,
.xoo-wsc-img-col, .xoo-wsc-sm-back-cont{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.xoo-wsc-pattern-card{ border: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.06) }

/* Varie */
.magictime{ animation-duration: 0.5s }
span.xoo-wsch-items-count{ height: 20px; line-height: 20px; width: 20px }
span.xoo-wsch-icon{ font-size: 28px }
.xoo-wsc-smr-del{ font-size: 14px }

@media only screen and (max-width: 600px) {
    .xoo-wsc-pattern-card .xoo-wsc-product-cont{ width: 50% }
}

/* ── fim do CSS ── */
