:root {
	--odous-ux-navy: #071f4d;
	--odous-ux-blue: #1559c8;
	--odous-ux-blue-dark: #0f3f91;
	--odous-ux-theme-blue: #1459e6;
	--odous-ux-gold: #d5b65d;
	--odous-ux-ink: #13213a;
	--odous-ux-muted: #5f6f88;
	--odous-ux-line: #dbe4f0;
	--odous-ux-soft: #f5f8fc;
	--odous-ux-focus: #f3b71b;
	--odous-ux-shadow: 0 16px 42px rgba(7, 31, 77, 0.09);
}

/*
 * O Hello Elementor usa #cc3366 como cor de fallback para links e botoes.
 * Esta camada substitui somente esse fallback pela cor institucional. Regras
 * mais especificas de componentes (rodape, avisos e estados do WooCommerce)
 * continuam prevalecendo normalmente.
 */
body.odous-ux {
	--e-global-color-accent: var(--odous-ux-theme-blue);
	--wp--preset--color--pale-pink: var(--odous-ux-theme-blue);
	accent-color: var(--odous-ux-theme-blue);
}

:where(body.odous-ux) a {
	color: var(--odous-ux-theme-blue);
}

:where(body.odous-ux) a:hover {
	color: var(--odous-ux-blue-dark);
}

:where(body.odous-ux) [type="button"],
:where(body.odous-ux) [type="submit"],
:where(body.odous-ux) button {
	border-color: var(--odous-ux-theme-blue);
	color: var(--odous-ux-theme-blue);
}

:where(body.odous-ux) [type="button"]:focus,
:where(body.odous-ux) [type="button"]:hover,
:where(body.odous-ux) [type="submit"]:focus,
:where(body.odous-ux) [type="submit"]:hover,
:where(body.odous-ux) button:focus,
:where(body.odous-ux) button:hover {
	background-color: var(--odous-ux-theme-blue);
	color: #fff;
}

:where(body.odous-ux) ::selection {
	background: rgba(20, 89, 230, 0.22);
}

.odous-ux-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000000;
	transform: translateY(-160%);
	padding: 12px 18px;
	border-radius: 10px;
	background: #fff;
	color: var(--odous-ux-navy);
	font-weight: 800;
	box-shadow: var(--odous-ux-shadow);
}

.odous-ux-skip-link:focus {
	transform: translateY(0);
}

body.odous-ux :where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--odous-ux-focus) !important;
	outline-offset: 3px !important;
}

body.odous-ux :where(button, input, select, textarea, .button, .odds-button) {
	min-height: 44px;
}

body.odous-ux [hidden] {
	display: none !important;
}

body.odous-ux.odous-campaign-page .page-header {
	display: none !important;
}

body.odous-ux .odds-shop-header {
	box-shadow: 0 8px 26px rgba(7, 31, 77, 0.07);
}

body.odous-ux .odds-shop-nav a {
	position: relative;
	text-underline-offset: 4px;
}

body.odous-ux .odds-shop-nav a[aria-current="page"] {
	color: var(--odous-ux-blue);
	font-weight: 800;
}

body.odous-ux .odds-shop-nav a[aria-current="page"]::after {
	position: absolute;
	right: 12px;
	bottom: -2px;
	left: 12px;
	height: 3px;
	border-radius: 999px;
	background: var(--odous-ux-blue);
	content: "";
}

body.odous-ux-hide-sale-badges .odds-badge-sale,
body.odous-ux-hide-sale-badges .woocommerce span.onsale,
body.odous-ux-hide-sale-badges span.onsale {
	display: none !important;
}

body.odous-ux .odds-product-card,
body.odous-ux .woocommerce ul.products li.product {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.odous-ux .odds-product-card:hover,
body.odous-ux .woocommerce ul.products li.product:hover {
	transform: translateY(-3px);
	border-color: #bfd0e7;
	box-shadow: var(--odous-ux-shadow);
}

body.odous-ux .odds-product-card:focus-within,
body.odous-ux .woocommerce ul.products li.product:focus-within {
	border-color: var(--odous-ux-blue);
	box-shadow: 0 0 0 3px rgba(21, 89, 200, 0.14), var(--odous-ux-shadow);
}

body.odous-ux .woocommerce ul.products {
	align-items: stretch;
}

body.odous-ux .woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 16px;
	border: 1px solid var(--odous-ux-line);
	border-radius: 18px;
	background: #fff;
}

body.odous-ux .woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

body.odous-ux .woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	background: #fff;
	object-fit: contain;
}

body.odous-ux .woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 1.35;
}

body.odous-ux .woocommerce ul.products li.product .price {
	margin-top: auto;
	padding-top: 10px;
	color: var(--odous-ux-navy);
	font-weight: 800;
}

body.odous-ux .woocommerce ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
	border-radius: 12px;
	background: var(--odous-ux-blue);
	color: #fff;
	font-weight: 800;
	text-align: center;
}

body.odous-ux .woocommerce ul.products li.product .button:hover {
	background: var(--odous-ux-blue-dark);
	color: #fff;
}

body.odous-ux .odds-shop-filter-card,
body.odous-ux .odds-shop-sort {
	border-color: var(--odous-ux-line);
	box-shadow: 0 10px 26px rgba(7, 31, 77, 0.05);
}

body.odous-ux .odds-shop-filter-card summary {
	cursor: pointer;
	min-height: 44px;
}

body.odous-ux .odds-button-ghost {
	border-color: rgba(255, 255, 255, 0.72) !important;
	background: rgba(7, 31, 77, 0.48) !important;
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

body.odous-ux .odds-button-ghost:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--odous-ux-navy) !important;
	text-shadow: none;
}

body.odous-ux.single-product .odds-product-hero {
	padding-block: 18px;
}

body.odous-ux.single-product .odds-product-hero h1 {
	display: none;
}

body.odous-ux.single-product div.product .summary {
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid var(--odous-ux-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--odous-ux-shadow);
}

body.odous-ux.single-product .product_title {
	color: var(--odous-ux-navy);
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	line-height: 1.12;
}

body.odous-ux.single-product .summary .price {
	color: var(--odous-ux-blue);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 800;
}

body.odous-ux.single-product .woocommerce-product-details__short-description {
	max-width: 68ch;
	color: #35455f;
	font-size: 1rem;
	line-height: 1.7;
}

body.odous-ux.single-product form.cart .single_add_to_cart_button {
	min-height: 52px;
	padding-inline: 24px;
	border-radius: 12px;
	background: var(--odous-ux-blue);
	font-weight: 800;
}

body.odous-ux.single-product form.cart .single_add_to_cart_button:hover {
	background: var(--odous-ux-blue-dark);
}

body.odous-ux .woocommerce form .form-row label {
	margin-bottom: 6px;
	color: var(--odous-ux-ink);
	font-weight: 700;
}

body.odous-ux .woocommerce form .form-row :where(input.input-text, textarea, select),
body.odous-ux .woocommerce .quantity .qty {
	min-height: 48px;
	border: 1px solid #b8c5d8;
	border-radius: 10px;
	background: #fff;
	color: var(--odous-ux-ink);
}

body.odous-ux .woocommerce form .form-row :where(input.input-text, textarea, select):focus {
	border-color: var(--odous-ux-blue);
	box-shadow: 0 0 0 3px rgba(21, 89, 200, 0.13);
}

body.odous-ux .woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.odous-ux .woocommerce-checkout #place_order {
	min-height: 54px;
	border-radius: 12px;
	background: var(--odous-ux-blue);
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(21, 89, 200, 0.2);
}

body.odous-ux .woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.odous-ux .woocommerce-checkout #place_order:hover {
	background: var(--odous-ux-blue-dark);
}

body.odous-ux .woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 10px;
}

body.odous-ux .woocommerce-checkout #payment .wc_payment_method {
	padding: 12px 14px;
	border: 1px solid var(--odous-ux-line);
	border-radius: 12px;
	background: #fff;
}

body.odous-ux .woocommerce-checkout #payment .wc_payment_method:has(input:checked) {
	border-color: var(--odous-ux-blue);
	box-shadow: 0 0 0 3px rgba(21, 89, 200, 0.1);
}

body.odous-ux .woocommerce-checkout #payment .payment_box {
	margin: 12px 0 0;
	border-radius: 10px;
	background: var(--odous-ux-soft);
}

body.odous-ux .woocommerce-error,
body.odous-ux .woocommerce-info,
body.odous-ux .woocommerce-message {
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(7, 31, 77, 0.06);
}

@media (min-width: 1025px) {
	body.odous-ux-compact-desktop-header .odds-shop-menu-toggle {
		display: none !important;
	}

	body.odous-ux .odds-shop-nav {
		gap: clamp(2px, 0.55vw, 10px);
	}

	body.odous-ux .odds-shop-nav a {
		padding-inline: clamp(7px, 0.8vw, 13px);
		font-size: clamp(0.78rem, 0.86vw, 0.93rem);
		white-space: nowrap;
	}
}

@media (max-width: 1024px) {
	body.odous-ux .odds-shop-menu-toggle {
		min-width: 48px;
	}

	body.odous-ux .odds-shop-nav a {
		min-height: 46px;
	}

	body.odous-ux .odds-shop-nav a[aria-current="page"]::after {
		right: auto;
		bottom: 7px;
		left: 14px;
		width: 34px;
	}
}

@media (max-width: 782px) {
	body.odous-ux .odds-shop-topbar {
		display: none;
	}

	body.odous-ux .woocommerce ul.products[class*="columns-"] {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	body.odous-ux .woocommerce ul.products[class*="columns-"] li.product {
		float: none;
		width: 100%;
		margin: 0;
		padding: 12px;
	}

	body.odous-ux.single-product div.product .summary {
		padding: 18px;
		border-radius: 16px;
	}
}

@media (max-width: 520px) {
	body.odous-ux .woocommerce ul.products[class*="columns-"] {
		grid-template-columns: 1fr;
	}

	body.odous-ux .odds-button,
	body.odous-ux .woocommerce a.button,
	body.odous-ux .woocommerce button.button {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.odous-ux *,
	body.odous-ux *::before,
	body.odous-ux *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Conteúdo: confiança, acessibilidade e fluxos de atendimento */
.odous-ux .elementor-element-2d5a9df {
	transform: none !important;
}

.odous-ux .odous-ux-temporary-hidden {
	display: none !important;
}

.odous-ux .odous-ux-map-link {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(10, 40, 89, 0.96), rgba(20, 82, 174, 0.9)),
		radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.18), transparent 38%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(10, 40, 89, 0.2);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-height: 260px;
	padding: 36px 24px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.odous-ux .odous-ux-map-link::before {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	content: "↗";
	display: flex;
	font-size: 24px;
	height: 52px;
	justify-content: center;
	margin-bottom: 6px;
	width: 52px;
}

.odous-ux .odous-ux-map-link strong {
	color: #fff;
	font-size: clamp(20px, 2vw, 26px);
	line-height: 1.2;
}

.odous-ux .odous-ux-map-link span {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.55;
	max-width: 34ch;
}

.odous-ux .odous-ux-map-link:hover {
	box-shadow: 0 20px 44px rgba(10, 40, 89, 0.28);
	color: #fff;
	transform: translateY(-2px);
}

.odous-ux .odous-ux-map-link:focus-visible {
	outline: 3px solid #f2c94c;
	outline-offset: 4px;
}

.odous-ux .odous-ux-agenda-status {
	background: linear-gradient(135deg, #f5f8ff, #fff);
	border: 1px solid #dbe7fb;
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(21, 66, 133, 0.08);
	margin: 18px 0 28px;
	padding: clamp(22px, 4vw, 34px);
}

.odous-ux .odous-ux-agenda-status p {
	color: #40516c;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 16px;
	max-width: 68ch;
}

.odous-ux .odous-ux-agenda-status a,
.odous-ux .odous-ux-product-help a {
	align-items: center;
	background: #1452ae;
	border: 1px solid #1452ae;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 10px 20px;
	text-decoration: none;
}

.odous-ux .odous-ux-agenda-status a:hover,
.odous-ux .odous-ux-product-help a:hover {
	background: #0a2859;
	border-color: #0a2859;
	color: #fff;
}

.odous-ux .odous-ux-newsletter-note {
	color: inherit;
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0 0;
	opacity: 0.78;
}

.odous-ux .odous-ux-product-help {
	background: #f5f8ff;
	border: 1px solid #dbe7fb;
	border-radius: 14px;
	margin: 16px 0 20px;
	padding: 18px;
}

.odous-ux .odous-ux-product-help p {
	color: #40516c;
	line-height: 1.55;
	margin: 0 0 12px;
}

.odous-ux .odous-ux-disabled-card {
	cursor: default !important;
	pointer-events: none;
}

.odous-ux .odds-carousel-buttons button,
.odous-ux .odds-tabs-nav button,
.odous-ux .odds-whatsapp-form button,
.odous-ux form[data-od-newsletter-form] button {
	min-height: 44px;
	min-width: 44px;
}

.odous-ux .odds-tabs-nav button[aria-selected="true"] {
	box-shadow: inset 0 -2px 0 currentColor;
}

@media (max-width: 600px) {
	.odous-ux .odous-ux-map-link {
		border-radius: 14px;
		min-height: 220px;
		padding: 28px 18px;
	}

	.odous-ux .odous-ux-agenda-status {
		border-radius: 14px;
		padding: 20px;
	}

	.odous-ux .odous-ux-agenda-status a,
	.odous-ux .odous-ux-product-help a {
		width: 100%;
	}
}

/* Conteúdo: navegação por três categorias principais */
.odous-ux.page-id-3381 .odds-category-grid.odous-ux-primary-category-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.odous-ux.page-id-3381 .odous-ux-primary-category {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	grid-area: auto !important;
	justify-content: flex-end;
	min-height: 230px;
	padding: clamp(24px, 3vw, 36px);
}

.odous-ux.page-id-3381 .odous-ux-primary-category strong {
	color: #fff;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.15;
}

.odous-ux.page-id-3381 .odous-ux-primary-category span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 14px;
	line-height: 1.45;
	margin-top: 8px;
	max-width: 30ch;
}

@media (max-width: 900px) {
	.odous-ux.page-id-3381 .odds-category-grid.odous-ux-primary-category-grid {
		grid-template-columns: 1fr !important;
	}

	.odous-ux.page-id-3381 .odous-ux-primary-category {
		min-height: 170px;
	}
}


/* Evolução 1.0.6: descoberta, estados de compra e confiança */
body.odous-ux .odds-product-actions .odds-add-to-cart {
	font-size: 13px !important;
	line-height: 1.25 !important;
	white-space: normal !important;
}

body.odous-ux .odds-product-actions .odds-add-to-cart::after {
	content: none !important;
	display: none !important;
}

body.odous-ux .odds-add-to-cart[aria-busy="true"],
body.odous-ux .odds-add-to-cart[data-od-state="loading"],
body.odous-ux.odous-campaign-page .odl-products.products li.product .button.loading {
	cursor: progress;
	opacity: 0.72;
}

body.odous-ux .odds-add-to-cart[data-od-state="success"],
body.odous-ux.odous-campaign-page .odl-products.products li.product .button.added {
	background: #0b7a53 !important;
	border-color: #0b7a53 !important;
	color: #fff !important;
}

body.odous-ux .odds-add-to-cart[data-od-state="error"] {
	background: #b42318 !important;
	border-color: #b42318 !important;
	color: #fff !important;
}

body.odous-ux .odds-cart-feedback {
	background: #fff3f2;
	border: 1px solid #f3c7c3;
	border-radius: 10px;
	color: #b42318;
	font-weight: 700;
	margin: 0 0 12px;
	padding: 12px 14px;
}

body.odous-ux .odds-search-all-results {
	align-items: center;
	background: #eef4ff;
	border: 1px solid #cbdcf8;
	border-radius: 10px;
	color: #1452ae;
	display: flex;
	font-weight: 800;
	justify-content: center;
	margin: 12px 0 0;
	min-height: 44px;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
}

body.odous-ux .odds-search-all-results:hover {
	background: #dfeaff;
	color: #0a2859;
}

body.odous-ux.odous-campaign-page .odl-products.products li.product .price {
	margin-top: auto !important;
}

body.odous-ux.odous-campaign-page .odl-products.products li.product .button {
	align-self: stretch;
	min-height: 44px !important;
	width: auto !important;
}

body.odous-ux.odous-campaign-page .odl-products h3.woocommerce-loop-product__title {
	color: #111a5b;
	font-size: 17px !important;
	font-weight: 780;
	line-height: 1.35;
	margin: 0;
	padding: 19px 20px 8px;
}

body.odous-ux.odous-campaign-page .odl-products.products li.product .added_to_cart.wc-forward {
	align-items: center;
	border: 1px solid #1557c9;
	border-radius: 10px;
	color: #1557c9;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	margin: 10px 18px 0;
	min-height: 44px;
	padding: 8px 12px;
	text-decoration: none;
}

body.odous-ux .odous-ux-view-all-line {
	display: flex;
	justify-content: center;
	margin: 26px 0 4px;
}

body.odous-ux .odous-ux-view-all-line a {
	align-items: center;
	background: #1452ae;
	border: 1px solid #1452ae;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 12px 24px;
	text-decoration: none;
}

body.odous-ux .odous-ux-view-all-line a:hover {
	background: #0a2859;
	border-color: #0a2859;
	color: #fff;
}

body.odous-ux .odous-ux-product-trust {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 16px 0 18px;
	padding: 0;
}

body.odous-ux .odous-ux-product-trust li {
	align-items: center;
	background: #f5f8ff;
	border: 1px solid #dbe7fb;
	border-radius: 10px;
	color: #23436f;
	display: flex;
	font-size: 12px;
	font-weight: 750;
	gap: 7px;
	line-height: 1.35;
	min-height: 44px;
	padding: 9px 10px;
}

body.odous-ux .odous-ux-product-trust li::before {
	color: #0b7a53;
	content: "✓";
	font-size: 14px;
	font-weight: 900;
}

body.odous-ux .woocommerce-LoopProduct-link {
	position: relative;
}

body.odous-ux .odous-ux-image-note {
	background: rgba(10, 40, 89, 0.9);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	left: 12px;
	line-height: 1;
	padding: 7px 9px;
	position: absolute;
	top: 12px;
	z-index: 2;
}

body.odous-ux .odds-whatsapp-form .odous-ux-contact-subject {
	grid-column: 1 / -1;
}

body.odous-ux .woocommerce-privacy-policy-text[data-odous-ux-privacy-fallback="1"] {
	color: #53657f;
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 700px) {
	body.odous-ux .odous-ux-view-all-line a {
		width: 100%;
	}

	body.odous-ux .odous-ux-product-trust {
		grid-template-columns: 1fr;
	}

	body.odous-ux.odous-campaign-page .odl-products.products li.product .added_to_cart.wc-forward {
		margin-left: 10px;
		margin-right: 10px;
	}
}
