/**
 * Elementor Pro WooCommerce My Account adapter.
 *
 * This stylesheet owns integration only: it neutralizes Elementor's floats,
 * contextual text colors, and fixed widths around the OMIWAA application.
 * Component design remains in the tokens/foundations/components/frontend chain.
 */

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .elementor-widget-container,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .e-my-account-tab,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce {
	display: block;
	background: transparent;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-brand-mark__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

/* Critical contrast firewall. This is intentionally authoritative because
 * Elementor may publish contextual white text with greater specificity. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-auth__panel,
	.omiwaa-ce-auth-card,
	.omiwaa-ce-account-sidebar,
	.omiwaa-ce-account-content,
	.omiwaa-ce-account-page-body
) {
	color: var(--omiwaa-ce-fg-primary) !important;
}

/* Elementor frequently assigns white text to every nested paragraph/span in
 * dark widgets. The portal light surfaces therefore re-establish inheritance
 * before semantic component colors are applied below. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-auth__panel,
	.omiwaa-ce-auth-card,
	.omiwaa-ce-account-sidebar,
	.omiwaa-ce-account-content
) :where(
	p,
	li,
	dt,
	dd,
	address,
	time,
	small,
	legend,
	span:not(.omiwaa-ce-status):not(.omiwaa-ce-status-badge):not(.omiwaa-ce-admin-badge):not(.required)
) {
	color: var(--omiwaa-ce-fg-primary) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) {
	float: none;
	clear: both;
	margin-inline: auto;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth {
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
}

/* Guest authentication spacing is server-scoped through body_class so Login,
 * registration and lost-password endpoints render with the same first paint.
 * Runtime marker classes remain as fallbacks for non-standard shortcode hosts. */
body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth :where(main.site-main, main[role='main'], #content.site-content, .site-main),
body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth .omiwaa-ce-auth-page-main {
	min-height: 0 !important;
	padding-block-start: clamp(32px, 3.5vw, 52px) !important;
	padding-block-end: clamp(56px, 6vw, 88px) !important;
}

body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth :where(.e-con, .elementor-section):has(.elementor-widget-woocommerce-my-account),
body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth .omiwaa-ce-auth-layout-host,
body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth .omiwaa-ce-auth-widget {
	min-height: 0 !important;
	margin-block: 0 !important;
	padding-block: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout {
	width: 100%;
	max-width: 1500px;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-grid {
	display: grid;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-account-sidebar,
	.omiwaa-ce-account-content,
	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content
) {
	float: none;
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar .woocommerce-MyAccount-navigation {
	width: 100%;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-account-navigation ul, .omiwaa-ce-account-navigation li) {
	margin: 0;
	padding: 0;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-skip-link:not(:focus):not(:focus-visible) {
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

/* Elementor may visually hide WooCommerce labels or move them off canvas. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) label {
	position: static;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	clip: auto;
	clip-path: none;
	overflow: visible;
	color: var(--omiwaa-ce-fg-primary) !important;
	white-space: normal;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) .form-row {
	float: none;
	width: auto;
	max-width: none;
	margin: 0;
}

/* Form contrast contract: typed, autofilled, and placeholder text stay visible. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	input[type='number'],
	input[type='date'],
	input[type='file'],
	select,
	textarea
) {
	float: none;
	width: 100%;
	max-width: 100%;
	min-height: 52px;
	padding: 8px 16px;
	border: 1px solid var(--omiwaa-ce-control-border);
	border-radius: 12px;
	background: #f8fafc !important;
	color: var(--omiwaa-ce-fg-primary) !important;
	caret-color: var(--omiwaa-ce-fg-primary);
	-webkit-text-fill-color: var(--omiwaa-ce-fg-primary) !important;
	opacity: 1;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) :where(input, select, textarea)::placeholder {
	color: var(--omiwaa-ce-fg-placeholder) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-fg-placeholder) !important;
	opacity: 1;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) input:-webkit-autofill {
	-webkit-text-fill-color: var(--omiwaa-ce-fg-primary) !important;
	caret-color: var(--omiwaa-ce-fg-primary);
	box-shadow: 0 0 0 1000px var(--omiwaa-ce-bg-surface) inset;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth-card, .omiwaa-ce-account-content) :where(h1, h2, h3, h4) {
	color: var(--omiwaa-ce-fg-heading) !important;
}

/* Critical type scale firewall. The host page uses display-sized WooCommerce
 * headings; portal component headings must retain application proportions. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth__visual h1 {
	font-size: clamp(2.35rem, 4vw, 3.4rem) !important;
	line-height: 1.02 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth-card__header h2 {
	font-size: clamp(2rem, 3vw, 2.5rem) !important;
	line-height: 1.06 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-page-header h1 {
	font-size: clamp(2.25rem, 4vw, 3rem) !important;
	line-height: 1 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-dashboard__welcome-copy h2 {
	font-size: clamp(1.75rem, 3.6cqi, 2.25rem) !important;
	line-height: 1.05 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-section-header,
	.omiwaa-ce-dashboard-panel > header,
	.omiwaa-ce-portal-module__header,
	.omiwaa-ce-customer-center__header
) :where(h2, h3) {
	font-size: clamp(1.25rem, 3cqi, 1.5rem) !important;
	line-height: 1.15 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-addresses__intro h2,
	.omiwaa-ce-address-card__header h3,
	.woocommerce-Address-title h2
) {
	font-size: 1.25rem !important;
	line-height: 1.2 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-empty-state--large h2 {
	font-size: clamp(1.375rem, 3vw, 1.75rem) !important;
	line-height: 1.2 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-account-page-header > p,
	.omiwaa-ce-auth-card__header > p:last-child,
	.omiwaa-ce-dashboard__welcome-copy > p,
	.omiwaa-ce-dashboard-order time,
	.omiwaa-ce-stat-card small,
	.omiwaa-ce-quick-action small,
	.omiwaa-ce-tool-group summary small,
	.omiwaa-ce-empty-state > p,
	.omiwaa-ce-empty-state > small,
	.omiwaa-ce-addresses__intro,
	.omiwaa-ce-address-card address
) {
	color: var(--omiwaa-ce-fg-secondary) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-eyebrow,
	.omiwaa-ce-kicker
) {
	color: var(--omiwaa-ce-accent-strong) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-dashboard__session span {
	color: var(--omiwaa-ce-fg-muted) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-stat-card span,
	.omiwaa-ce-stat-card > strong,
	.omiwaa-ce-dashboard__session strong,
	.omiwaa-ce-quick-action strong,
	.omiwaa-ce-dashboard-order__number,
	.omiwaa-ce-dashboard-order__total,
	.omiwaa-ce-tool-group summary strong
) {
	color: var(--omiwaa-ce-fg-primary) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-status, .omiwaa-ce-status-badge, .omiwaa-ce-admin-badge) {
	color: var(--omiwaa-ce-fg-secondary) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-status-badge--completed,
	.omiwaa-ce-status-badge--approved,
	.omiwaa-ce-status-badge--delivered
) {
	color: var(--omiwaa-ce-success) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-status-badge--pending,
	.omiwaa-ce-status-badge--processing,
	.omiwaa-ce-status-badge--on-hold
) {
	color: var(--omiwaa-ce-warning) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-status-badge--cancelled,
	.omiwaa-ce-status-badge--failed,
	.omiwaa-ce-status-badge--refunded,
	.omiwaa-ce-status-badge--declined,
	.omiwaa-ce-status-badge--rejected
) {
	color: var(--omiwaa-ce-danger) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-text-link,
	.omiwaa-ce-address-card__edit,
	.woocommerce-Address-title a
) {
	color: var(--omiwaa-ce-accent-strong) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth__visual :where(h1, p, li) {
	color: #fff !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth__visual .omiwaa-ce-eyebrow {
	color: var(--omiwaa-ce-accent) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-quick-action, .omiwaa-ce-dashboard-order__number) {
	text-decoration: none;
}

/* Elementor's address widget rules use floats and fixed column widths. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-addresses,
	.omiwaa-ce-addresses__grid,
	.omiwaa-ce-address-card,
	.omiwaa-ce-address-card__header,
	.omiwaa-ce-address-card__body,
	.woocommerce-Addresses,
	.woocommerce-Address,
	.woocommerce-Address-title,
	.woocommerce-Address address
) {
	float: none;
	max-width: none;
	min-width: 0;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-addresses__grid, .woocommerce-Addresses) {
	width: 100%;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-address-card, .woocommerce-Address, .woocommerce-Address address) {
	width: 100%;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-address-card__header, .woocommerce-Address-title) :where(h2, h3, a) {
	position: static;
	float: none;
	width: auto;
	max-width: none;
	margin: 0;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-account-navigation a,
	.omiwaa-ce-button,
	.button
) {
	font-family: inherit;
	text-transform: none;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-button--primary,
	form button[type='submit']:not(.omiwaa-ce-button--secondary):not(.omiwaa-ce-account-button--secondary):not(.omiwaa-ce-account-button--neutral):not(.omiwaa-ce-account-button--danger):not(.omiwaa-ce-button--action),
	form input[type='submit']
) {
	border-color: var(--omiwaa-ce-action-border) !important;
	background: var(--omiwaa-ce-action-bg) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-button--primary,
	form button[type='submit']:not(.omiwaa-ce-button--secondary):not(.omiwaa-ce-account-button--secondary):not(.omiwaa-ce-account-button--neutral):not(.omiwaa-ce-account-button--danger):not(.omiwaa-ce-button--action),
	form input[type='submit']
) :where(span, strong, small) {
	color: #fff !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-button--secondary {
	border-color: var(--omiwaa-ce-control-border) !important;
	background: var(--omiwaa-ce-bg-surface) !important;
	color: var(--omiwaa-ce-fg-primary) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-fg-primary) !important;
}


body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-account-navigation .is-active a,
	.omiwaa-ce-account-navigation a[aria-current='page']
) {
	background: var(--omiwaa-ce-bg-dark) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-account-navigation .is-active a,
	.omiwaa-ce-account-navigation a[aria-current='page']
) :where(span, strong, small) {
	color: #fff !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-auth .lost_password a,
	.omiwaa-ce-auth .omiwaa-ce-text-link
) {
	color: var(--omiwaa-ce-accent-strong) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	input[type='number'],
	input[type='date'],
	select,
	textarea
):focus {
	border-color: var(--omiwaa-ce-accent-strong) !important;
	background: var(--omiwaa-ce-bg-surface) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input:not([type='hidden']),
	select,
	textarea,
	button,
	a,
	summary,
	.show-password-input
):focus,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input:not([type='hidden']),
	select,
	textarea,
	button,
	a,
	summary,
	.show-password-input
):focus-visible {
	outline: 2px solid var(--omiwaa-ce-focus-outline) !important;
	outline-offset: 3px;
	box-shadow: var(--omiwaa-ce-focus-ring) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	input[type='number'],
	input[type='date'],
	select,
	textarea
):focus,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	input[type='number'],
	input[type='date'],
	select,
	textarea
):focus-visible {
	border-color: var(--omiwaa-ce-focus-outline) !important;
	background: var(--omiwaa-ce-bg-surface) !important;
}

@media (max-width: 1100px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-grid {
		display: block;
	}
}

/* --------------------------------------------------------------------------
   RC.33 audited Elementor Pro ownership rules
   -------------------------------------------------------------------------- */

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .omiwaa-ce-account-grid .woocommerce-MyAccount-content.omiwaa-ce-account-content {
	float: none !important;
	clear: none;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .omiwaa-ce-account-grid .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth form.woocommerce-form-login.omiwaa-ce-form,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth form.woocommerce-form-register.omiwaa-ce-form {
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	box-sizing: border-box;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set .col-1,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set .col-2,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-column {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-account-page-body > .woocommerce-MyAccount-content-wrapper {
	grid-column: 1 / -1;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details address {
	float: none !important;
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .woocommerce-form-login .omiwaa-ce-button--primary,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .woocommerce-form-register .omiwaa-ce-button--primary,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout form button[type='submit']:not(:disabled):not(.omiwaa-ce-button--secondary):not(.omiwaa-ce-account-button--secondary):not(.omiwaa-ce-account-button--neutral):not(.omiwaa-ce-account-button--danger):not(.omiwaa-ce-button--action),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout form input[type='submit']:not(:disabled),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout a.button[href*='view-order'],
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout a.button[href*='add-payment-method'] {
	border-color: var(--omiwaa-ce-action-border) !important;
	background: var(--omiwaa-ce-action-bg) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
}


/* --------------------------------------------------------------------------
   RC.35 Order Details composition and action-state ownership
   -------------------------------------------------------------------------- */

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 20px;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > * {
	grid-column: 1 / -1;
	min-width: 0;
	margin-inline: 0;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > :where(
	.omiwaa-ce-timeline-module,
	.omiwaa-ce-shipment,
	.omiwaa-ce-documents,
	.omiwaa-ce-quotes,
	.omiwaa-ce-warranty,
	.omiwaa-ce-b2b-module
) {
	grid-column: span 6;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses > :where(.woocommerce-column--billing-address, .col-1),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set > :where(.woocommerce-column--billing-address, .col-1) {
	grid-column: 1;
	grid-row: 1;
	height: 100%;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses > :where(.woocommerce-column--shipping-address, .col-2),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set > :where(.woocommerce-column--shipping-address, .col-2) {
	grid-column: 2;
	grid-row: 1;
	height: 100%;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__card-header h3 {
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	line-height: 1.2;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-order-card__header h2 {
	font-size: 2rem;
	line-height: 1;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-button--primary:not(:disabled),
	a.button[href*='view-order'],
	a.button[href*='add-payment-method']
) {
	border-color: var(--omiwaa-ce-action-border) !important;
	background: var(--omiwaa-ce-action-bg) !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
	filter: none;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-button--action:not(:disabled),
	.omiwaa-ce-order-tracking__actions a.button
) {
	border-color: var(--omiwaa-ce-action-border) !important;
	background: var(--omiwaa-ce-action-soft) !important;
	background-image: none !important;
	color: var(--omiwaa-ce-action-bg) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-action-bg) !important;
	opacity: 1 !important;
	filter: none;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-button--action:not(:disabled):hover,
	.omiwaa-ce-order-tracking__actions a.button:hover
) {
	border-color: var(--omiwaa-ce-action-hover) !important;
	background: var(--omiwaa-ce-action-bg) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

@media (max-width: 1100px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details {
		grid-template-columns: 1fr;
	}

	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > * {
		grid-column: 1;
	}
}

@media (max-width: 720px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses,
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set {
		grid-template-columns: 1fr;
	}

	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses > :where(.woocommerce-column--billing-address, .woocommerce-column--shipping-address, .col-1, .col-2),
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set > :where(.woocommerce-column--billing-address, .woocommerce-column--shipping-address, .col-1, .col-2) {
		grid-column: 1;
		grid-row: auto;
	}
}

/* RC.37: preserve the composed Order Details surface after Elementor Pro. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__cards--primary > .omiwaa-ce-order-tracking__card {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__cards--primary > .omiwaa-ce-order-tracking__card + .omiwaa-ce-order-tracking__card {
	border-inline-start: 1px solid var(--omiwaa-ce-border) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-table--order-details :where(.product-name, .woocommerce-table__product-name) a {
	color: var(--omiwaa-ce-action-bg) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-action-bg) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-table--order-details :where(.product-name, .woocommerce-table__product-name) a:hover {
	color: var(--omiwaa-ce-action-hover) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-action-hover) !important;
}

@media (max-width: 1100px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__card--support {
		border-inline-start: 0 !important;
		border-block-start: 1px solid var(--omiwaa-ce-border) !important;
	}
}

/* RC.40: dashboard-specific hierarchy after Elementor type and width firewalls. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-page-header h1 {
	font-size: clamp(1.875rem, 2.6vw, 2.5rem) !important;
	letter-spacing: 0 !important;
	line-height: 1.08 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account :where(.omiwaa-ce-auth, .omiwaa-ce-my-account-layout) {
	max-width: 1500px;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-page-body > .woocommerce-MyAccount-content-wrapper {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding-inline: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-dashboard__welcome-copy h2 {
	font-size: clamp(1.5rem, 2.6cqi, 2rem) !important;
	letter-spacing: 0 !important;
	line-height: 1.12 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-dashboard__summary-primary :where(h3, p, time, strong),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-dashboard__summary-primary .omiwaa-ce-eyebrow,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-stat-card :where(span, small, strong) {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-dashboard__summary-primary h3 {
	font-size: clamp(1.5rem, 2.8cqi, 2.125rem) !important;
	letter-spacing: 0 !important;
	line-height: 1.08 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-dashboard-panel--actions .omiwaa-ce-section-header h3 {
	font-size: 1rem !important;
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page .elementor-element-7f31173f:has(.omiwaa-ce-endpoint-dashboard) {
		padding-inline: 15px !important;
	}

	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-page-header {
		padding-inline: 16px !important;
	}

	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-account-page-body {
		padding-inline: 0 !important;
	}
}

@media (max-width: 720px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__cards--primary > .omiwaa-ce-order-tracking__card + .omiwaa-ce-order-tracking__card {
		border-inline-start: 0 !important;
		border-block-start: 1px solid var(--omiwaa-ce-border) !important;
	}
}

/* Login component dimensions remain authoritative inside the Elementor widget. */
@media (max-width: 1200px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth {
		width: min(1080px, calc(100% - 32px));
		max-width: 1080px;
	}
}

@media (max-width: 840px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth {
		width: min(720px, calc(100% - 32px));
		max-width: 720px;
	}

	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth__visual h1 {
		font-size: clamp(2.25rem, 7vw, 3.25rem) !important;
	}
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth {
		width: calc(100% - 32px);
	}

	body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth-card__header h2 {
		font-size: clamp(1.875rem, 10vw, 2.25rem) !important;
	}
}

/* --------------------------------------------------------------------------
   Authentication finishing-pass ownership
   -------------------------------------------------------------------------- */

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth {
	align-items: stretch;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-card {
	width: min(100%, 460px);
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-view[hidden] {
	display: none !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
) {
	border: 1px solid var(--omiwaa-ce-control-border) !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgb(16 24 40 / 4%) !important;
	color: var(--omiwaa-ce-fg-primary) !important;
	caret-color: var(--omiwaa-ce-fg-primary);
	-webkit-text-fill-color: var(--omiwaa-ce-fg-primary) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
):hover:not(:disabled):not([aria-disabled='true']) {
	border-color: var(--omiwaa-ce-control-border-hover) !important;
	background: #fff !important;
}

/* Elementor's generic focus firewall intentionally yields to this single-ring
 * field treatment on the authentication component. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
):focus,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
):focus-visible {
	border-color: #f47d20 !important;
	background: #fff !important;
	outline: none !important;
	outline-offset: 0;
	box-shadow: 0 0 0 3px rgb(244 125 32 / 16%) !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
):disabled,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
)[aria-disabled='true'] {
	border-color: var(--omiwaa-ce-disabled-border) !important;
	background: var(--omiwaa-ce-disabled-bg) !important;
	color: var(--omiwaa-ce-disabled-fg) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-disabled-fg) !important;
	cursor: not-allowed;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel']
):-webkit-autofill,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel']
):-webkit-autofill:hover,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel']
):-webkit-autofill:active {
	border-color: var(--omiwaa-ce-control-border) !important;
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: var(--omiwaa-ce-fg-primary) !important;
	caret-color: var(--omiwaa-ce-fg-primary);
	transition: background-color 9999s ease-out 0s;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel']
):-webkit-autofill:focus {
	border-color: #f47d20 !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgb(244 125 32 / 16%) !important;
	box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgb(244 125 32 / 16%) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-fg-primary) !important;
	caret-color: var(--omiwaa-ce-fg-primary);
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-card__header--register h2 {
	font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
	line-height: 1.1 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-card__header--recovery h2 {
	font-size: clamp(1.875rem, 3vw, 2.35rem) !important;
	line-height: 1.08 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-switcher__action,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-wrapper) a {
	color: #a84c09 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-switcher__action > span {
	color: inherit !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-switcher__action:hover,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-wrapper) a:hover {
	color: #7f3605 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.woocommerce-form__label-for-checkbox, label.checkbox) {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	color: var(--omiwaa-ce-fg-secondary) !important;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.55;
	text-transform: none !important;
	font-variant-caps: normal !important;
	cursor: pointer;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.woocommerce-form__label-for-checkbox, label.checkbox) :where(span, strong) {
	color: inherit !important;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: none !important;
	font-variant-caps: normal !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.form-row:has(input[type='checkbox'])) :where(label, span, strong) {
	letter-spacing: normal !important;
	text-transform: none !important;
	font-variant-caps: normal !important;
}

/* Third-party newsletter fields vary by extension. frontend.js assigns the
 * omiwaa consent classes after resolving the real checkbox/label association. */
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.omiwaa-ce-registration-consent, .mailchimp-newsletter) {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.omiwaa-ce-registration-consent__label, .mailchimp-newsletter label),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.omiwaa-ce-registration-consent__label, .mailchimp-newsletter label) :where(span, strong, em) {
	color: var(--omiwaa-ce-fg-secondary) !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	letter-spacing: normal !important;
	line-height: 1.55 !important;
	text-transform: none !important;
	font-variant-caps: normal !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-switcher--register {
	align-content: start !important;
	justify-content: start !important;
	justify-items: start !important;
	gap: 7px !important;
	min-height: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-switcher--register > * {
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-switcher--register .omiwaa-ce-auth-switcher__action {
	display: inline-flex !important;
	align-items: center !important;
	line-height: 1.4 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-auth-card,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-auth-card__stage,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-auth-view--recovery,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-form--recovery,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-form--recovery > *,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-form--recovery .form-row {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-form--recovery,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-form--recovery .form-row {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth--recovery .omiwaa-ce-form--recovery .omiwaa-ce-button--primary {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-wrapper),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-form--register :where(.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-wrapper) p {
	color: var(--omiwaa-ce-fg-secondary) !important;
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .omiwaa-ce-auth-switcher h3 {
	font-size: 0.9375rem !important;
	letter-spacing: 0 !important;
	line-height: 1.4 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(.woocommerce-invalid, .is-error) :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
),
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
)[aria-invalid='true'] {
	border-color: var(--omiwaa-ce-danger) !important;
	box-shadow: 0 0 0 3px rgb(180 35 24 / 12%) !important;
}

@media (max-width: 840px) {
	body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth :where(main.site-main, main[role='main'], #content.site-content, .site-main),
	body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth .omiwaa-ce-auth-page-main {
		padding-block-start: 24px !important;
		padding-block-end: 40px !important;
	}
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth :where(main.site-main, main[role='main'], #content.site-content, .site-main),
	body.omiwaa-ce-account-page--guest.omiwaa-ce-account-page--auth .omiwaa-ce-auth-page-main {
		padding-block-start: 16px !important;
		padding-block-end: 24px !important;
	}
}

/* RC.44 authenticated sidebar cascade ownership. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-grid {
	grid-template-columns: clamp(220px, 17vw, 240px) minmax(0, 1fr) !important;
	gap: clamp(20px, 2vw, 28px) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	background: var(--omiwaa-ce-bg-surface) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__user {
	margin: 0 !important;
	padding: 16px 0 18px !important;
	border-width: 0 0 1px !important;
	border-style: solid !important;
	border-color: var(--omiwaa-ce-border) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__list {
	display: grid !important;
	gap: 4px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation :where(.omiwaa-ce-account-navigation__group, .omiwaa-ce-account-navigation__item) {
	width: 100% !important;
	max-width: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__group > span {
	color: var(--omiwaa-ce-fg-muted) !important;
	font-size: 0.6875rem !important;
	font-weight: 750 !important;
	letter-spacing: 0.09em !important;
	line-height: 1.3 !important;
	text-transform: uppercase !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__item > a {
	display: flex !important;
	width: 100% !important;
	min-height: 46px !important;
	align-items: center !important;
	gap: 11px !important;
	padding: 9px 12px !important;
	border-radius: 11px !important;
	font-size: 0.875rem !important;
	line-height: 1.25 !important;
	text-transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__item.is-active > a .omiwaa-ce-account-navigation__icon,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__item > a[aria-current='page'] .omiwaa-ce-account-navigation__icon {
	color: #f47d20 !important;
	-webkit-text-fill-color: #f47d20 !important;
}

body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .woocommerce-form-login__rememberme,
body.omiwaa-ce-account-page .elementor-widget-woocommerce-my-account .omiwaa-ce-auth .woocommerce-form-login__rememberme > span {
	letter-spacing: normal !important;
	text-transform: none !important;
	font-variant-caps: normal !important;
}

@media (max-width: 1200px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-grid {
		grid-template-columns: 220px minmax(0, 1fr) !important;
		gap: 20px !important;
	}
}

@media (max-width: 1100px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-grid {
		display: block !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__list {
		display: grid !important;
		overflow: visible !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__item {
		flex: initial !important;
	}
}

/* RC.45 authenticated dashboard and sidebar ownership. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__brand .omiwaa-ce-brand-mark {
	width: 46px !important;
	height: 46px !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__brand div > span {
	color: #59636f !important;
	font-size: 0.8125rem !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__user {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 4px !important;
	padding: 18px 0 20px !important;
	border-width: 0 0 1px !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__user > strong {
	color: var(--omiwaa-ce-fg-heading) !important;
	font-size: 0.9375rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__user > span {
	color: #66717e !important;
	font-size: 0.78rem !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__group > span {
	color: #59636f !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.075em !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__item > a {
	min-height: 48px !important;
	gap: 12px !important;
	padding: 10px 12px !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__footer {
	grid-template-columns: 24px minmax(0, 1fr) !important;
	gap: 9px !important;
	margin-block-start: 16px !important;
	padding-block-start: 13px !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__welcome-copy h2 {
	font-size: clamp(1.35rem, 2.1vw, 1.85rem) !important;
	line-height: 1.15 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority :where(h2, h3, p, time, strong, span, small),
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority .omiwaa-ce-eyebrow {
	color: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority .omiwaa-ce-eyebrow {
	color: #d5dbe2 !important;
	-webkit-text-fill-color: #d5dbe2 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority .omiwaa-ce-dashboard__summary-label,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority .omiwaa-ce-stat-card__description {
	color: #c5cdd5 !important;
	-webkit-text-fill-color: #c5cdd5 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-order-title,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__value,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__label {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority .omiwaa-ce-status-badge {
	border-color: rgb(255 255 255 / 20%) !important;
	background: rgb(255 255 255 / 10%) !important;
	color: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table {
	display: table !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	table-layout: auto !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table :where(th, td) {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	background: transparent !important;
	text-transform: none !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	writing-mode: horizontal-tb !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table thead th {
	background: var(--omiwaa-dashboard-muted-surface) !important;
	color: #59636f !important;
	font-size: 0.6875rem !important;
	text-transform: uppercase !important;
}

@media (min-width: 1025px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table colgroup {
		display: table-column-group !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table col {
		display: table-column !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table thead {
		display: table-header-group !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		clip: auto !important;
		clip-path: none !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tbody {
		display: table-row-group !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tr {
		display: table-row !important;
		height: auto !important;
		min-height: 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table th,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table td {
		display: table-cell !important;
		padding: 14px 12px !important;
		vertical-align: middle !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
		.omiwaa-ce-dashboard-orders__heading--order,
		.omiwaa-ce-dashboard-order__cell--order
	) {
		min-width: 136px !important;
		white-space: nowrap !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
		.omiwaa-ce-dashboard-orders__heading--date,
		.omiwaa-ce-dashboard-order__cell--date
	) {
		min-width: 124px !important;
		white-space: nowrap !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
		.omiwaa-ce-dashboard-orders__heading--status,
		.omiwaa-ce-dashboard-order__cell--status
	) {
		min-width: 116px !important;
		white-space: nowrap !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
		.omiwaa-ce-dashboard-orders__heading--total,
		.omiwaa-ce-dashboard-order__cell--total
	) {
		min-width: 104px !important;
		white-space: nowrap !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
		.omiwaa-ce-dashboard-orders__heading--actions,
		.omiwaa-ce-dashboard-order__cell--actions
	) {
		min-width: 240px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__number,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__cell--date time,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__total,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-status-badge {
		display: inline-flex !important;
		width: auto !important;
		min-width: max-content !important;
		max-width: 100% !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		writing-mode: horizontal-tb !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions {
		display: flex !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		gap: 8px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions > :where(p, span, div) {
		display: inline-flex !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		flex: 0 1 auto !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
		align-items: center !important;
		margin: 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions :where(a, button) {
		display: inline-flex !important;
		width: auto !important;
		min-width: max-content !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		writing-mode: horizontal-tb !important;
	}
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-text-link,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-disclosure--quote-request > summary {
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-text-link:hover {
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	text-decoration: underline !important;
	text-decoration-line: underline !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-disclosure--quote-request > summary:hover {
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-disclosure--quote-request > summary:hover > span:first-child {
	text-decoration: underline !important;
	text-decoration-line: underline !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-disclosure--quote-request {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__number,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__total {
	color: var(--omiwaa-ce-fg-heading) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__welcome-copy > p:last-child,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action small,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-tool-group__copy small,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-section-header > div > p:last-child,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-empty-state p {
	color: #596572 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action strong,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-tool-group__copy strong {
	color: var(--omiwaa-ce-fg-heading) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-status-badge {
	font-size: 0.6875rem !important;
	text-transform: none !important;
}

@media (max-width: 1024px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tbody,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tr,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table th,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table td {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		writing-mode: horizontal-tb !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table colgroup {
		display: none !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
		clip-path: inset(50%) !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tbody {
		display: grid !important;
		gap: 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tr {
		padding: 14px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table th,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table td {
		display: grid !important;
		grid-template-columns: minmax(100px, 0.4fr) minmax(0, 1fr) !important;
		padding: 9px 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__number,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__cell--date time,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__total,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-status-badge {
		display: inline-flex !important;
		width: auto !important;
		min-width: max-content !important;
		max-width: 100% !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		writing-mode: horizontal-tb !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions {
		display: flex !important;
		width: 100% !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions > :where(p, span, div) {
		display: inline-flex !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		flex: 0 1 auto !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
		align-items: center !important;
		margin: 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions :where(a, button) {
		display: inline-flex !important;
		width: auto !important;
		min-width: max-content !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		writing-mode: horizontal-tb !important;
	}
}


@media (max-width: 440px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions :where(a, button) {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 44px !important;
		flex: 1 1 100% !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: break-word !important;
		writing-mode: horizontal-tb !important;
	}
}

/* RC.48 mobile authenticated-account compatibility firewall. */
@media (max-width: 1100px) {
	body.omiwaa-ce-account-page--authenticated :where(main.site-main, main[role='main'], .site-main):has(.elementor-widget-woocommerce-my-account),
	body.omiwaa-ce-account-page--authenticated :where(main.site-main, main[role='main'], .site-main).omiwaa-ce-account-page-main {
		min-height: 0 !important;
		padding-block-start: var(--omiwaa-account-mobile-content-gap, 28px) !important;
		padding-block-end: clamp(36px, 7vw, 56px) !important;
	}

	body.omiwaa-ce-account-page--authenticated :where(.e-con, .elementor-section):has(.elementor-widget-woocommerce-my-account),
	body.omiwaa-ce-account-page--authenticated .omiwaa-ce-account-layout-host,
	body.omiwaa-ce-account-page--authenticated .omiwaa-ce-account-widget {
		min-height: 0 !important;
		margin-block: 0 !important;
		padding-block: 0 !important;
		overflow: visible !important;
	}

	html.omiwaa-ce-js body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-mobile-bar {
		position: sticky !important;
		inset-block-start: calc(var(--omiwaa-account-mobile-header-offset, 0px) + 8px) !important;
		z-index: 40 !important;
		display: block !important;
		width: 100% !important;
		margin: 0 0 10px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 24px !important;
		width: 100% !important;
		height: auto !important;
		min-height: 64px !important;
		align-items: center !important;
		gap: 14px !important;
		padding: 11px 15px !important;
		border: 1px solid var(--omiwaa-ce-border) !important;
		border-radius: 14px !important;
		background: #fff !important;
		box-shadow: 0 1px 2px rgb(16 24 40 / 5%), 0 7px 20px rgb(16 24 40 / 4%) !important;
		text-align: start !important;
		writing-mode: horizontal-tb !important;
		transform: none !important;
		overflow: visible !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle > .omiwaa-ce-account-nav-toggle__copy,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle > .omiwaa-ce-account-nav-toggle__chevron,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle__copy > .omiwaa-ce-account-nav-toggle__label,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle__copy > .omiwaa-ce-account-nav-toggle__current {
		width: auto !important;
		height: auto !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		opacity: 1 !important;
		writing-mode: horizontal-tb !important;
		transform: none !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle__copy {
		display: grid !important;
		gap: 3px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle__label {
		display: block !important;
		color: #66717e !important;
		font-size: 0.6875rem !important;
		font-weight: 760 !important;
		letter-spacing: 0.075em !important;
		line-height: 1.25 !important;
		text-transform: uppercase !important;
		white-space: normal !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle__current {
		display: block !important;
		overflow: hidden !important;
		color: var(--omiwaa-ce-fg-heading) !important;
		font-size: 0.9375rem !important;
		font-weight: 720 !important;
		line-height: 1.3 !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle__chevron {
		display: grid !important;
		place-items: center !important;
		width: 24px !important;
		height: 24px !important;
		color: #687482 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.is-navigation-open .omiwaa-ce-account-nav-toggle__chevron {
		transform: rotate(180deg) !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-grid {
		display: block !important;
		width: 100% !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar[hidden] {
		display: none !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar {
		position: relative !important;
		inset: auto !important;
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 0 !important;
		margin: 0 0 10px !important;
		padding: 0 !important;
		border-radius: 14px !important;
		background: #fff !important;
		writing-mode: horizontal-tb !important;
		transform: none !important;
	}

	html.omiwaa-ce-js body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar {
		height: 0 !important;
		max-height: min(680px, calc(100svh - var(--omiwaa-account-mobile-header-offset, 0px) - 96px)) !important;
		max-height: min(680px, calc(100dvh - var(--omiwaa-account-mobile-header-offset, 0px) - 96px)) !important;
		margin-block-end: 0 !important;
		border-color: transparent !important;
		opacity: 0 !important;
		box-shadow: none !important;
		transform: translateY(-6px) !important;
		overflow: hidden !important;
		pointer-events: none !important;
	}

	html.omiwaa-ce-js body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.is-navigation-open .omiwaa-ce-account-sidebar {
		height: var(--omiwaa-account-mobile-menu-height) !important;
		margin-block-end: 10px !important;
		border-color: var(--omiwaa-ce-border) !important;
		opacity: 1 !important;
		box-shadow: 0 8px 24px rgb(16 24 40 / 6%) !important;
		transform: translateY(0) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		pointer-events: auto !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__inner {
		display: block !important;
		min-height: 0 !important;
		padding: 10px 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account :where(
		.omiwaa-ce-account-sidebar__brand,
		.omiwaa-ce-account-sidebar__user,
		.omiwaa-ce-account-sidebar__footer
	) {
		display: none !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation {
		width: 100% !important;
		margin: 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation .omiwaa-ce-account-navigation__item > a {
		min-height: 46px !important;
		gap: 11px !important;
		padding: 9px 11px !important;
		border-radius: 10px !important;
		white-space: normal !important;
		writing-mode: horizontal-tb !important;
		transform: none !important;
	}
}

@media (max-width: 768px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-content {
		border: 1px solid var(--omiwaa-ce-border) !important;
		border-radius: 14px !important;
		overflow: clip !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-page-header {
		gap: 5px !important;
		padding: 16px 14px 14px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-page-body {
		padding: 14px 12px 22px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard {
		gap: 14px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__welcome {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		padding: 16px !important;
		border-radius: 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__context,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__session {
		gap: 6px !important;
		justify-items: start !important;
		text-align: start !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-panel,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__procurement {
		padding: 16px 14px !important;
		border-radius: 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-section-header {
		gap: 8px !important;
		margin-block-end: 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-panel--orders .omiwaa-ce-section-header {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tbody {
		gap: 9px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table tr {
		padding: 12px !important;
		border-radius: 11px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table th,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-orders__table td {
		grid-template-columns: minmax(76px, 0.34fr) minmax(0, 1fr) !important;
		gap: 8px !important;
		padding: 7px 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__cell--actions {
		grid-template-columns: 1fr !important;
		text-align: start !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100% !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions > .omiwaa-ce-dashboard-order__view {
		grid-column: 1 / -1 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions > :where(a, button),
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions > :where(p, span, div) > :where(a, button) {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 44px !important;
		flex: none !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		writing-mode: horizontal-tb !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions > :where(p, span, div) {
		grid-column: 1 / -1 !important;
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100% !important;
		margin: 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-actions {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action {
		min-height: 68px !important;
		padding: 10px 11px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__procurement {
		gap: 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__procurement .omiwaa-ce-section-header--with-icon {
		grid-template-columns: 32px minmax(0, 1fr) !important;
		gap: 10px !important;
		margin-block-end: 8px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-tool-group > summary {
		grid-template-columns: 32px minmax(0, 1fr) 20px !important;
		gap: 9px !important;
		min-height: 62px !important;
		padding: 10px 12px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.omiwaa-ce-js body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-nav-toggle__chevron {
		transition: none !important;
	}
}

/* --------------------------------------------------------------------------
   RC.49 authenticated Dashboard visual finishing compatibility layer
   -------------------------------------------------------------------------- */

@media (min-width: 1101px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout {
		width: min(1240px, calc(100% - 32px));
		max-width: 1240px;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-grid {
		grid-template-columns: clamp(220px, 17vw, 240px) minmax(0, 1fr);
		gap: 24px;
	}
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__brand {
	display: grid;
	gap: 7px;
	align-items: start;
	justify-items: start;
	padding-block-end: 17px;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__logo {
	display: block;
	flex: 0 0 auto;
	width: clamp(110px, 9vw, 130px);
	max-width: 100%;
	min-width: 0;
	line-height: 0;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__logo-image {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain;
	object-position: left center;
	transform: none !important;
}

@media (max-width: 1200px) and (min-width: 1101px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__logo {
		width: clamp(108px, 10vw, 120px);
	}
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__portal-label {
	display: block;
	color: #5c6773;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-navigation {
	margin-block-start: 22px;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-account-content {
	display: grid;
	gap: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-account-page-header {
	padding: 0 0 2px;
	border: 0;
	background: transparent;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-account-page-body {
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-account-page-body > .woocommerce-MyAccount-content-wrapper,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard .omiwaa-ce-endpoint-dashboard .woocommerce-MyAccount-content-wrapper {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	gap: 20px;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(.omiwaa-ce-eyebrow, .omiwaa-ce-kicker) {
	color: #727d89 !important;
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.11em;
	line-height: 1.35;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-primary .omiwaa-ce-eyebrow {
	color: #d7dee5 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
	.omiwaa-ce-dashboard__welcome,
	.omiwaa-ce-dashboard-panel,
	.omiwaa-ce-dashboard__procurement,
	.omiwaa-ce-dashboard-extensions,
	.omiwaa-ce-tool-group
) {
	border-color: #dde3ea;
	border-radius: 14px;
	box-shadow: none;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__welcome {
	gap: 18px;
	padding: 18px 22px;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-panel--orders .omiwaa-ce-text-link {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	align-self: start;
	padding: 4px 7px;
	font-size: 0.82rem;
	line-height: 1.3;
}

@media (min-width: 769px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-order__actions :where(a, button) {
		min-height: 36px !important;
		padding: 7px 12px !important;
		border-radius: 9px !important;
		line-height: 1.25 !important;
	}
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__procurement {
	gap: 12px;
	padding: 18px 20px;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__procurement > .omiwaa-ce-section-header {
	gap: 10px;
	margin-block-end: 8px;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quote-center__content {
	gap: 10px;
	padding-block-start: 10px;
}

@media (max-width: 1100px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-account-content {
		gap: 16px;
	}
}

@media (max-width: 768px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-account-content {
		gap: 14px;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		overflow: visible !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(.omiwaa-ce-account-page-header, .omiwaa-ce-account-page-body) {
		padding-inline: 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__procurement {
		padding: 15px 13px !important;
	}
}

/* --------------------------------------------------------------------------
   RC.55 native endpoint Elementor compatibility layer
   -------------------------------------------------------------------------- */

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout:is(
	.omiwaa-ce-endpoint-orders,
	.omiwaa-ce-endpoint-downloads,
	.omiwaa-ce-endpoint-edit-address,
	.omiwaa-ce-endpoint-payment-methods,
	.omiwaa-ce-endpoint-add-payment-method,
	.omiwaa-ce-endpoint-edit-account
) :where(
	.omiwaa-ce-account-content,
	.omiwaa-ce-account-page-body,
	.omiwaa-ce-account-page-body > .woocommerce-MyAccount-content-wrapper
) {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout:is(
	.omiwaa-ce-endpoint-orders,
	.omiwaa-ce-endpoint-downloads,
	.omiwaa-ce-endpoint-edit-address,
	.omiwaa-ce-endpoint-payment-methods,
	.omiwaa-ce-endpoint-add-payment-method,
	.omiwaa-ce-endpoint-edit-account
) .omiwaa-ce-account-page-header {
	margin: 0 !important;
	padding: 0 0 2px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout:is(
	.omiwaa-ce-endpoint-edit-address,
	.omiwaa-ce-endpoint-edit-account
) :where(
	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	select,
	textarea
) {
	min-height: 46px !important;
	padding: 10px 13px !important;
	border: 1px solid #cbd4de !important;
	border-radius: 10px !important;
	background: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-profile-form,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-address-form,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-profile-card__fields,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-security-card__fields,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-address-form-card .woocommerce-address-fields__field-wrapper {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-account-card__header h2,
	.omiwaa-ce-security-card > legend,
	.omiwaa-ce-address-card__header h2
) {
	font-size: 1.25rem !important;
	line-height: 1.2 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-download-table,
	.omiwaa-ce-payment-methods-table
) {
	width: 100% !important;
	max-width: 100% !important;
	table-layout: auto !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account :where(
	.omiwaa-ce-order-card__actions,
	.omiwaa-ce-payment-method__actions
) :where(a, button) {
	width: auto !important;
	min-width: max-content !important;
	white-space: nowrap !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-payment-gateway iframe {
	width: 100% !important;
	max-width: 100% !important;
}

@media (max-width: 720px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout:is(
		.omiwaa-ce-endpoint-orders,
		.omiwaa-ce-endpoint-downloads,
		.omiwaa-ce-endpoint-edit-address,
		.omiwaa-ce-endpoint-payment-methods,
		.omiwaa-ce-endpoint-add-payment-method,
		.omiwaa-ce-endpoint-edit-account
	) :where(.omiwaa-ce-account-page-header, .omiwaa-ce-account-page-body) {
		padding-inline: 0 !important;
	}
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account :where(
		.omiwaa-ce-order-card__actions,
		.omiwaa-ce-payment-method__actions
	) :where(a, button) {
		width: 100% !important;
		min-width: 0 !important;
	}
}


/* RC.56 native endpoint button and form compatibility. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout:is(
	.omiwaa-ce-endpoint-orders,
	.omiwaa-ce-endpoint-downloads,
	.omiwaa-ce-endpoint-edit-address,
	.omiwaa-ce-endpoint-payment-methods,
	.omiwaa-ce-endpoint-add-payment-method,
	.omiwaa-ce-endpoint-edit-account
) :where(a.omiwaa-ce-account-button, button.omiwaa-ce-account-button) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--omiwaa-account-button-height);
	padding-block: 0;
	border-radius: var(--omiwaa-account-button-radius);
	line-height: 1.2;
	text-align: center;
	transform: none;
}

/* Elementor's existing adapter declares button colors with !important. These
 * endpoint-scoped declarations are the minimum priority required to replace
 * the legacy #c2410c action token without affecting the Dashboard. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--primary {
	border-color: #f47d20 !important;
	background: #f47d20 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--primary:hover {
	border-color: #d96812 !important;
	background: #d96812 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--secondary {
	border-color: #f47d20 !important;
	background: #fff !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--secondary:hover {
	border-color: #f47d20 !important;
	background: #fff4eb !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--neutral {
	border-color: #aeb9c5 !important;
	background: #fff !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--neutral:hover {
	border-color: #7d8996 !important;
	background: #f5f7f9 !important;
	color: #151b21 !important;
	-webkit-text-fill-color: #151b21 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button:focus-visible {
	outline: 3px solid rgb(244 125 32 / 28%);
	outline-offset: 2px;
	box-shadow: none;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button:active {
	transform: translateY(1px);
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-edit-address .omiwaa-ce-address-card__body,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-edit-address .omiwaa-ce-address-card__body address {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-edit-account .omiwaa-ce-password-field .show-password-input {
	inset-block-start: 50%;
	inset-block-end: auto;
	inset-inline-end: 6px;
	width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 0;
	transform: translateY(-50%);
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-empty-state {
	min-height: 0;
	padding: 28px 24px;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-empty-state h2 {
	margin: 12px 0 0;
	font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
	line-height: 1.2 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-empty-state p {
	margin: 9px auto 0;
	font-size: 0.875rem;
	line-height: 1.5;
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-empty-state {
		padding: 26px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button:active {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   RC.57 payment gateway and endpoint alignment compatibility
   -------------------------------------------------------------------------- */

/* Elementor and the theme reuse generic form-row/grid rules inside gateway
 * markup. These endpoint-scoped resets preserve the gateway-owned DOM without
 * touching iframe contents or payment data. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway {
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) !important;
	align-items: center !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	writing-mode: horizontal-tb !important;
	transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway > label {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	text-transform: none !important;
	white-space: normal !important;
	writing-mode: horizontal-tb !important;
	transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway__name {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	writing-mode: horizontal-tb !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway__icons {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: flex-end !important;
	max-width: 45% !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway__icons :where(img, svg) {
	position: static !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	max-height: 28px !important;
	margin: 0 !important;
	transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway :where(.woocommerce-PaymentBox, .payment_box) {
	position: static !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	background: #fff !important;
	box-sizing: border-box !important;
	transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway :where(.form-row, .woocommerce-form-row) {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	grid-template-columns: none !important;
	background: transparent !important;
}

/* The legacy Elementor adapter marks every view-order URL as a primary action.
 * Known Orders actions need a later, more specific endpoint rule. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-orders .omiwaa-ce-order-card__actions .omiwaa-ce-order-action--view {
	border-color: #aeb9c5 !important;
	background: #fff !important;
	background-image: none !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-orders .omiwaa-ce-order-card__actions .omiwaa-ce-order-action--view:hover {
	border-color: #7d8996 !important;
	background: #f5f7f9 !important;
	color: #151b21 !important;
	-webkit-text-fill-color: #151b21 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-orders .omiwaa-ce-order-card__actions :where(
	.omiwaa-ce-order-action--invoice,
	.omiwaa-ce-order-action--proforma
) {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: var(--omiwaa-account-button-height) !important;
	padding: 0 16px !important;
	border: 1px solid #f47d20 !important;
	border-radius: 9px !important;
	background: #fff !important;
	background-image: none !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-orders .omiwaa-ce-order-card__actions :where(
	.omiwaa-ce-order-action--invoice,
	.omiwaa-ce-order-action--proforma
):hover {
	border-color: #f47d20 !important;
	background: #fff4eb !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
}

/* Fieldset defaults and Elementor wrapper widths must not offset the second
 * Account card or its native submit bar. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-edit-account .omiwaa-ce-profile-form,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-edit-account .omiwaa-ce-profile-form > :where(.omiwaa-ce-account-form-card, .omiwaa-ce-account-form-actions--profile) {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-inline: 0 !important;
	box-sizing: border-box !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-edit-account .omiwaa-ce-profile-form > fieldset.omiwaa-ce-account-form-card {
	margin-block: 0 !important;
	padding: 20px 22px !important;
	border: 1px solid #dde3ea !important;
	border-radius: 14px !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-empty-state__actions {
	margin-block-start: 20px !important;
}

@media (max-width: 720px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway > label {
		flex-wrap: wrap !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-add-payment-method .omiwaa-ce-payment-gateway__icons {
		max-width: 100% !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-edit-account .omiwaa-ce-profile-form > fieldset.omiwaa-ce-account-form-card {
		padding: 17px 16px !important;
	}
}

/* --------------------------------------------------------------------------
   RC.58 View Order endpoint containment after Elementor Pro
   -------------------------------------------------------------------------- */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order :where(
	.omiwaa-ce-account-page-body,
	.woocommerce-MyAccount-content-wrapper,
	.woocommerce-order-details.omiwaa-ce-view-order-workspace,
	.woocommerce-customer-details
) {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-inline: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
	box-sizing: border-box !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details.omiwaa-ce-view-order-workspace {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	gap: 20px !important;
	align-items: start !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > .omiwaa-ce-order-tracking,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > .omiwaa-ce-order-items-card,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > .order-again {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > :where(
	.omiwaa-ce-timeline-module,
	.omiwaa-ce-quotes,
	.omiwaa-ce-warranty,
	.omiwaa-ce-b2b-module,
	.omiwaa-ce-shipment,
	.omiwaa-ce-documents
) {
	grid-column: span 6 !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order :where(
	.omiwaa-ce-order-tracking__surface,
	.omiwaa-ce-order-items-card,
	.omiwaa-ce-portal-module,
	.woocommerce-customer-details .woocommerce-column,
	.woocommerce-customer-details .col-1,
	.woocommerce-customer-details .col-2
) {
	border: 1px solid var(--omiwaa-ce-border) !important;
	border-radius: 14px !important;
	background: var(--omiwaa-ce-bg-surface) !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__operations {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: 100% !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order table.omiwaa-ce-order-items-table {
	display: table !important;
	width: 100% !important;
	max-width: none !important;
	table-layout: fixed !important;
	border-collapse: collapse !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table :where(thead, tbody, tfoot) {
	display: table-row-group !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table thead {
	display: table-header-group !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tr {
	display: table-row !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table :where(th, td) {
	display: table-cell !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	writing-mode: horizontal-tb !important;
	transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details address {
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__actions .omiwaa-ce-order-document-action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 42px !important;
	padding: 0 12px !important;
	border: 1px solid #f47d20 !important;
	border-radius: 9px !important;
	background: #fff !important;
	background-image: none !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__actions .omiwaa-ce-order-document-action:hover {
	border-color: #f47d20 !important;
	background: #fff4eb !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--neutral:hover,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-order-action--view:hover {
	border-color: #7d8996 !important;
	background: #f3f6f8 !important;
	color: #151b21 !important;
	-webkit-text-fill-color: #151b21 !important;
	box-shadow: 0 2px 6px rgb(30 37 45 / 8%) !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 900px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details.omiwaa-ce-view-order-workspace {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-order-details > :where(
		.omiwaa-ce-timeline-module,
		.omiwaa-ce-quotes,
		.omiwaa-ce-warranty,
		.omiwaa-ce-b2b-module,
		.omiwaa-ce-shipment,
		.omiwaa-ce-documents
	) {
		grid-column: 1 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__operations {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__operation--support {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 768px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__operations,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .col2-set {
		grid-template-columns: 1fr !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order table.omiwaa-ce-order-items-table,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table :where(thead, tbody, tfoot, tr, th, td) {
		display: block !important;
		width: 100% !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tbody tr {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tfoot tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
	}
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tbody tr,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__actions,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-portal-actions--grid {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-account-button--neutral:hover,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout .omiwaa-ce-order-action--view:hover {
		transform: none !important;
	}
}

/* RC.58 typography ownership inside the View Order workspace. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__operation h3 {
	font-size: 1rem !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
}
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-card-header h2 {
	font-size: 1.25rem !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
}
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .woocommerce-customer-details .woocommerce-column__title {
	font-size: 1.125rem !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
}
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table .omiwaa-ce-order-item__name a {
	color: var(--omiwaa-ce-fg-heading) !important;
	-webkit-text-fill-color: var(--omiwaa-ce-fg-heading) !important;
}
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table .omiwaa-ce-order-item__name a:hover {
	color: #a74405 !important;
	-webkit-text-fill-color: #a74405 !important;
}
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .order-again .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 0 18px !important;
	border: 1px solid #f47d20 !important;
	border-radius: 9px !important;
	background: #f47d20 !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
}

/* --------------------------------------------------------------------------
   RC.59 View Order finalization after Elementor Pro
   -------------------------------------------------------------------------- */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-account-page-header {
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-account-page-header h1::after {
	display: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-card {
	display: grid !important;
	grid-template-rows: auto auto auto !important;
	align-content: start !important;
	height: auto !important;
	min-height: 0 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table-wrap,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order table.omiwaa-ce-order-items-table {
	height: auto !important;
	min-height: 0 !important;
	margin-block: 0 !important;
	padding-block: 0 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-support-action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 42px !important;
	padding: 0 14px !important;
	border: 1px solid #aeb9c5 !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-align: center !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-file-picker__button {
	background: #f5f7f9 !important;
	color: #222831 !important;
	-webkit-text-fill-color: #222831 !important;
}



body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-file-field .omiwaa-ce-file-picker__input[type='file'] {
	position: absolute !important;
	width: 1px !important;
	min-width: 0 !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-item__name a {
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-item__name a:hover {
	text-decoration: underline !important;
}

/* --------------------------------------------------------------------------
   RC.60 View Order staging/Elementor compatibility
   -------------------------------------------------------------------------- */

/* Elementor's account table adapter owns cell widths with priority. Limit the
 * desktop ratios to the desktop table mode so mobile cards remain untouched. */
@media (min-width: 769px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table .product-name {
		width: 66% !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table .product-quantity {
		width: 6% !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table .product-unit-price,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table .product-total {
		width: 14% !important;
	}
}

/* The earlier mobile adapter collapses all portal action grids with priority.
 * This single override deliberately keeps Warranty & Service in a 2 × 2 grid. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-warranty .omiwaa-ce-portal-actions--grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-warranty .omiwaa-ce-after-sales-action-form {
	grid-column: auto !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-warranty .omiwaa-ce-after-sales-action {
	min-height: 52px !important;
}


/* --------------------------------------------------------------------------
   RC.62 View Order semantic-button and file-picker ownership
   -------------------------------------------------------------------------- */

/* The runtime controls no longer carry the theme-facing `.button` class or
 * the legacy action variant. Only complete borders and the few properties
 * Elementor declares with priority need an endpoint-scoped bridge. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-warranty button.omiwaa-ce-after-sales-action.omiwaa-ce-account-button--secondary,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-quotes button.omiwaa-ce-b2b-action.omiwaa-ce-account-button--secondary {
	background: #fff !important;
	background-image: none !important;
	border: 1px solid #f47d20 !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	text-shadow: none !important;
	text-transform: none !important;
	font-variant-caps: normal !important;
	letter-spacing: normal !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-warranty button.omiwaa-ce-after-sales-action.omiwaa-ce-account-button--secondary:hover,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-quotes button.omiwaa-ce-b2b-action.omiwaa-ce-account-button--secondary:hover {
	background: #fff4eb !important;
	background-image: none !important;
	border: 1px solid #f47d20 !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	box-shadow: 0 2px 5px rgb(30 37 45 / 6%) !important;
	filter: none !important;
	opacity: 1 !important;
	text-transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-warranty button.omiwaa-ce-after-sales-action.omiwaa-ce-account-button--secondary:focus-visible,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-quotes button.omiwaa-ce-b2b-action.omiwaa-ce-account-button--secondary:focus-visible {
	background: #fff !important;
	border: 1px solid #f47d20 !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	outline: 3px solid rgb(244 125 32 / 28%) !important;
	outline-offset: 2px !important;
	text-transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-warranty button.omiwaa-ce-after-sales-action.omiwaa-ce-account-button--secondary:active,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-quotes button.omiwaa-ce-b2b-action.omiwaa-ce-account-button--secondary:active {
	background: #fde8d8 !important;
	border: 1px solid #d96812 !important;
	color: #873604 !important;
	-webkit-text-fill-color: #873604 !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	text-transform: none !important;
}



body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-file-picker__button {
	min-height: 44px !important;
	padding: 0 16px !important;
	border: 1px solid #aeb9c5 !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	font-size: 0.8125rem !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	box-sizing: border-box !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-file-picker__button:hover {
	border: 1px solid #7d8996 !important;
	background: #f3f6f8 !important;
	color: #151b21 !important;
	-webkit-text-fill-color: #151b21 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-file-picker__input:focus-visible + .omiwaa-ce-file-picker__button {
	border-color: #f47d20 !important;
	outline: 3px solid rgb(244 125 32 / 28%) !important;
	outline-offset: 2px !important;
}

/* --------------------------------------------------------------------------
   RC.64 Purchase Order Primary parity after Elementor
   -------------------------------------------------------------------------- */

/* Elementor and WooCommerce account adapters use !important on generic submit
 * paint. This single component-scoped bridge wins that existing priority
 * without changing any other Primary control or the upload workflow. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-view-order section.omiwaa-ce-purchase-orders form.omiwaa-ce-upload-form.omiwaa-ce-purchase-orders__upload .omiwaa-ce-purchase-orders__actions button[type='submit'].omiwaa-ce-purchase-order-submit.omiwaa-ce-account-button--primary {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid #f47d20 !important;
	border-color: #f47d20 !important;
	border-radius: 9px !important;
	background: #f47d20 !important;
	background-color: #f47d20 !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: inherit !important;
	font-size: 0.875rem !important;
	font-weight: 650 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-shadow: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	box-sizing: border-box !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-view-order section.omiwaa-ce-purchase-orders form.omiwaa-ce-upload-form.omiwaa-ce-purchase-orders__upload .omiwaa-ce-purchase-orders__actions button[type='submit'].omiwaa-ce-purchase-order-submit.omiwaa-ce-account-button--primary:hover {
	border: 1px solid #d96812 !important;
	border-color: #d96812 !important;
	background: #d96812 !important;
	background-color: #d96812 !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	transform: translateY(-1px) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-view-order section.omiwaa-ce-purchase-orders form.omiwaa-ce-upload-form.omiwaa-ce-purchase-orders__upload .omiwaa-ce-purchase-orders__actions button[type='submit'].omiwaa-ce-purchase-order-submit.omiwaa-ce-account-button--primary:focus-visible {
	border: 1px solid #f47d20 !important;
	border-color: #f47d20 !important;
	background: #f47d20 !important;
	background-color: #f47d20 !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	outline: 3px solid rgb(244 125 32 / 28%) !important;
	outline-offset: 2px !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-view-order section.omiwaa-ce-purchase-orders form.omiwaa-ce-upload-form.omiwaa-ce-purchase-orders__upload .omiwaa-ce-purchase-orders__actions button[type='submit'].omiwaa-ce-purchase-order-submit.omiwaa-ce-account-button--primary:active {
	border: 1px solid #bf570d !important;
	border-color: #bf570d !important;
	background: #bf570d !important;
	background-color: #bf570d !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	transform: translateY(0) !important;
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-view-order section.omiwaa-ce-purchase-orders form.omiwaa-ce-upload-form.omiwaa-ce-purchase-orders__upload .omiwaa-ce-purchase-orders__actions button[type='submit'].omiwaa-ce-purchase-order-submit.omiwaa-ce-account-button--primary {
		width: 100% !important;
		min-height: 44px !important;
	}
}

/* --------------------------------------------------------------------------
   Shipment text — Elementor contrast adapter, rc.67
   Elementor publishes authoritative colors on nested spans. These four
   declarations are intentionally limited to View order > Shipment.
   -------------------------------------------------------------------------- */

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__operation--shipment .omiwaa-ce-shipment-item__label {
	color: #66717d !important;
	-webkit-text-fill-color: #66717d !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__operation--shipment .omiwaa-ce-shipment-item__number {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
}
/* --------------------------------------------------------------------------
   Dashboard request-quote and priority-summary adapter — rc.70
   Elementor can publish authoritative anchor, label and submit styles. These
   priorities are intentionally limited to the authenticated OMIWAA shell.
   -------------------------------------------------------------------------- */

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__brand {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	padding-block-end: 24px !important;
	text-align: center !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__logo {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__logo-image {
	width: auto !important;
	max-width: 120px !important;
	height: auto !important;
	max-height: 54px !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__portal-label {
	margin-top: 9px !important;
	color: #66717d !important;
	-webkit-text-fill-color: #66717d !important;
	font-size: 0.6875rem !important;
	font-weight: 650 !important;
	letter-spacing: 0.14em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom-color: #dde3ea !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action .omiwaa-ce-quick-action__copy strong {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action .omiwaa-ce-quick-action__copy small {
	color: #596572 !important;
	-webkit-text-fill-color: #596572 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action .omiwaa-ce-quick-action__icon {
	color: #46515e !important;
	-webkit-text-fill-color: #46515e !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action .omiwaa-ce-quick-action__arrow {
	color: #7b8591 !important;
	-webkit-text-fill-color: #7b8591 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action :where(strong, small, span) {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action--request-quote {
	border: 1px solid #f47d20 !important;
	border-color: #f47d20 !important;
	background: #fff8f2 !important;
	background-color: #fff8f2 !important;
	background-image: none !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action--request-quote .omiwaa-ce-quick-action__copy strong {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action--request-quote .omiwaa-ce-quick-action__copy small {
	color: #66717d !important;
	-webkit-text-fill-color: #66717d !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action--request-quote .omiwaa-ce-quick-action__icon {
	background: rgb(244 125 32 / 12%) !important;
	color: #b95108 !important;
	-webkit-text-fill-color: #b95108 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action--request-quote .omiwaa-ce-quick-action__arrow {
	color: #7b8591 !important;
	-webkit-text-fill-color: #7b8591 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action--request-quote:hover {
	border-color: #f47d20 !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	box-shadow: 0 8px 22px rgb(16 24 40 / 7%) !important;
	transform: translateY(-2px) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-quick-action--request-quote:focus-visible {
	outline: 2px solid #f47d20 !important;
	outline-offset: 3px !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority {
	grid-template-columns: minmax(300px, 0.9fr) minmax(620px, 1.1fr) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-metrics {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	width: 100% !important;
	padding: 0 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card {
	display: grid !important;
	grid-template-rows: 72px 34px 30px !important;
	align-content: center !important;
	justify-items: center !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	padding: 28px 18px !important;
	text-align: center !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__value {
	grid-row: 1 !important;
	grid-column: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 72px !important;
	margin: 0 !important;
	line-height: 1 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__label {
	grid-row: 2 !important;
	grid-column: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 34px !important;
	max-width: none !important;
	margin: 0 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	white-space: nowrap !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__description {
	grid-row: 3 !important;
	grid-column: 1 !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	min-height: 30px !important;
	margin: 8px 0 0 !important;
	line-height: 1.35 !important;
	text-align: center !important;
	white-space: nowrap !important;
}

@media (max-width: 1080px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__priority {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 900px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__label,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__description {
		white-space: normal !important;
	}
}

@media (max-width: 767px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__welcome {
		gap: 20px !important;
		min-height: 0 !important;
		height: auto !important;
		padding: 22px 20px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-primary {
		gap: 0 !important;
		min-height: 0 !important;
		padding: 26px 20px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-metrics {
		grid-template-columns: 1fr !important;
		padding: 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card {
		grid-template-columns: 56px minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		grid-template-areas: 'value label' 'value description' !important;
		align-items: center !important;
		justify-items: start !important;
		column-gap: 16px !important;
		row-gap: 4px !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 18px 20px !important;
		text-align: left !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__value {
		grid-area: value !important;
		align-self: center !important;
		justify-self: center !important;
		min-height: 0 !important;
		font-size: 2.25rem !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__label {
		grid-area: label !important;
		justify-content: flex-start !important;
		min-height: 0 !important;
		font-size: 1rem !important;
		text-align: left !important;
		white-space: normal !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-stat-card__description {
		grid-area: description !important;
		justify-content: flex-start !important;
		min-height: 0 !important;
		margin: 0 !important;
		font-size: 0.875rem !important;
		text-align: left !important;
		white-space: normal !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-intelligence > .omiwaa-ce-portal-module__header {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-insight-card {
		min-height: 0 !important;
		height: auto !important;
		padding: 20px !important;
	}
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-open-quotes__toggle {
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	background: transparent !important;
	background-image: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-open-quotes__toggle:hover {
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	background: transparent !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-open-quotes__toggle:hover > span:first-child {
	text-decoration: underline !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-quote-center form.omiwaa-ce-b2b-form button.omiwaa-ce-open-quotes__submit.omiwaa-ce-button.omiwaa-ce-button--primary[type='submit'] {
	min-height: 42px !important;
	padding: 0 18px !important;
	border: 1px solid #f47d20 !important;
	border-color: #f47d20 !important;
	border-radius: 9px !important;
	background: #f47d20 !important;
	background-color: #f47d20 !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-quote-center form.omiwaa-ce-b2b-form button.omiwaa-ce-open-quotes__submit.omiwaa-ce-button.omiwaa-ce-button--primary[type='submit']:hover {
	border-color: #d96812 !important;
	background: #d96812 !important;
	background-color: #d96812 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-quote-center form.omiwaa-ce-b2b-form button.omiwaa-ce-open-quotes__submit.omiwaa-ce-button.omiwaa-ce-button--primary[type='submit']:focus-visible {
	outline: 3px solid rgb(244 125 32 / 28%) !important;
	outline-offset: 2px !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-quote-center form.omiwaa-ce-b2b-form button.omiwaa-ce-open-quotes__submit.omiwaa-ce-button.omiwaa-ce-button--primary[type='submit']:active {
	border-color: #bf570d !important;
	background: #bf570d !important;
	background-color: #bf570d !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: none !important;
	transform: translateY(0) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery {
	width: 100% !important;
	max-width: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__order-link {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__order-link:hover {
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	text-decoration: underline !important;
	text-decoration-line: underline !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__carrier {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__tracking-number {
	color: #313d4d !important;
	-webkit-text-fill-color: #313d4d !important;
	font-size: 0.8125rem !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__track {
	min-height: 40px !important;
	padding-inline: 15px !important;
	border: 1px solid #f47d20 !important;
	border-color: #f47d20 !important;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__track:hover {
	border-color: #f47d20 !important;
	background: #fff4eb !important;
	background-color: #fff4eb !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	text-decoration: none !important;
	box-shadow: 0 2px 5px rgb(30 37 45 / 8%) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__track:focus-visible {
	border-color: #f47d20 !important;
	background: #fff !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard-delivery__track:active {
	border-color: #d96812 !important;
	background: #fde8d8 !important;
	background-color: #fde8d8 !important;
	color: #873604 !important;
	-webkit-text-fill-color: #873604 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-b2b-module form.omiwaa-ce-b2b-form label {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-rfq-file-picker__input[type='file'] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	background: transparent !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard label.omiwaa-ce-rfq-file-picker__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 42px !important;
	padding: 0 15px !important;
	border: 1px solid #aeb9c5 !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
	text-transform: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard label.omiwaa-ce-rfq-file-picker__button:hover {
	border-color: #7d8996 !important;
	background: #f3f6f8 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-b2b-module .omiwaa-ce-module-action-panel form.omiwaa-ce-b2b-form.omiwaa-ce-b2b-form--grid .omiwaa-ce-rfq-submit.omiwaa-ce-button.omiwaa-ce-button--primary {
	min-height: 42px !important;
	padding: 0 18px !important;
	border: 1px solid #f47d20 !important;
	border-color: #f47d20 !important;
	border-radius: 9px !important;
	background: #f47d20 !important;
	background-color: #f47d20 !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-weight: 650 !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-b2b-module .omiwaa-ce-module-action-panel form.omiwaa-ce-b2b-form.omiwaa-ce-b2b-form--grid .omiwaa-ce-rfq-submit.omiwaa-ce-button.omiwaa-ce-button--primary:hover {
	border-color: #d96812 !important;
	background: #d96812 !important;
	background-color: #d96812 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-b2b-module .omiwaa-ce-module-action-panel form.omiwaa-ce-b2b-form.omiwaa-ce-b2b-form--grid .omiwaa-ce-rfq-submit.omiwaa-ce-button.omiwaa-ce-button--primary:active {
	border-color: #bf570d !important;
	background: #bf570d !important;
	background-color: #bf570d !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-customer-center__card,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-customer-center__card :where(strong, small, span) {
	text-decoration: none !important;
	text-decoration-line: none !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-customer-center__card {
	border-color: #dde3ea !important;
	background: #fff !important;
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-customer-center__card:hover {
	border-color: #f47d20 !important;
	background: #fff8f2 !important;
	text-decoration: none !important;
	box-shadow: 0 3px 8px rgb(30 37 45 / 8%) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-insight-card__title,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-insight-products__name {
	color: #1e252d !important;
	-webkit-text-fill-color: #1e252d !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(.omiwaa-ce-insight-card__empty, .omiwaa-ce-insight-products__meta) {
	color: #66717d !important;
	-webkit-text-fill-color: #66717d !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-primary > .omiwaa-ce-button--primary {
	border-color: #f47d20 !important;
	background: #f47d20 !important;
	background-color: #f47d20 !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-primary > .omiwaa-ce-button--primary:hover {
	border-color: #d96812 !important;
	background: #d96812 !important;
	background-color: #d96812 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard .omiwaa-ce-dashboard__summary-primary > .omiwaa-ce-button--primary:active {
	border-color: #bf570d !important;
	background: #bf570d !important;
	background-color: #bf570d !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(.omiwaa-ce-dashboard-order__view, .omiwaa-ce-dashboard__order-invoice) {
	border: 1px solid #f47d20 !important;
	border-color: #f47d20 !important;
	background: #fff !important;
	background-image: none !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(.omiwaa-ce-dashboard-order__view, .omiwaa-ce-dashboard__order-invoice):hover {
	border-color: #f47d20 !important;
	background: #fff4eb !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
	.omiwaa-ce-text-link,
	.omiwaa-ce-dashboard-delivery__order-link,
	.omiwaa-ce-dashboard-delivery__track,
	.omiwaa-ce-dashboard-order__actions a,
	.omiwaa-ce-quick-action,
	.omiwaa-ce-disclosure--quote-request > summary,
	.omiwaa-ce-customer-center__card
)::before,
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard :where(
	.omiwaa-ce-text-link,
	.omiwaa-ce-dashboard-delivery__order-link,
	.omiwaa-ce-dashboard-delivery__track,
	.omiwaa-ce-dashboard-order__actions a,
	.omiwaa-ce-quick-action,
	.omiwaa-ce-disclosure--quote-request > summary,
	.omiwaa-ce-customer-center__card
)::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 480px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-account-sidebar__logo-image {
		max-width: 110px !important;
		max-height: 48px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-dashboard label.omiwaa-ce-rfq-file-picker__button,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-my-account-layout.omiwaa-ce-endpoint-dashboard .omiwaa-ce-b2b-module .omiwaa-ce-module-action-panel form.omiwaa-ce-b2b-form.omiwaa-ce-b2b-form--grid .omiwaa-ce-rfq-submit.omiwaa-ce-button.omiwaa-ce-button--primary {
		width: 100% !important;
	}
}

/* rc.74 — strictly scoped Elementor resistance for Order Documents. */
body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents :where(
	.omiwaa-ce-order-document__content,
	.omiwaa-ce-order-document__title-row,
	.omiwaa-ce-order-document__title,
	.omiwaa-ce-order-document__meta,
	.omiwaa-ce-order-document__icon
) {
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	background-image: none !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__badge {
	border: 1px solid #f2c7a8 !important;
	background: #fff8f2 !important;
	background-image: none !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	box-shadow: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__download {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 38px !important;
	padding: 0 14px !important;
	border: 1px solid #f47d20 !important;
	border-radius: 8px !important;
	background: #fff !important;
	background-image: none !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	font-size: 0.75rem !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__download:hover {
	border-color: #f47d20 !important;
	background: #fff4eb !important;
	background-image: none !important;
	color: #9e4106 !important;
	-webkit-text-fill-color: #9e4106 !important;
	text-decoration: none !important;
	box-shadow: 0 2px 5px rgb(30 37 45 / 8%) !important;
	transform: translateY(-1px) !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__download:focus-visible {
	border-color: #f47d20 !important;
	background: #fff !important;
	color: #b84f08 !important;
	-webkit-text-fill-color: #b84f08 !important;
	outline: 3px solid rgb(244 125 32 / 28%) !important;
	outline-offset: 2px !important;
	text-decoration: none !important;
}

body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__download:active {
	border-color: #d96812 !important;
	background: #fde8d8 !important;
	color: #873604 !important;
	-webkit-text-fill-color: #873604 !important;
	box-shadow: none !important;
	transform: translateY(0) !important;
}

@media (max-width: 640px) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__download {
		width: 100% !important;
		min-height: 42px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__download:hover,
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-documents .omiwaa-ce-order-document__download:active {
		transform: none !important;
	}
}

@media (max-width: 767px) {
	/* The generic authenticated mobile shell is intentionally card-like on
	 * other endpoints. View order alone exposes the page background between
	 * its already-contained internal sections. */
	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-account-content {
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		outline: 0 !important;
		overflow: visible !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order :where(
		.omiwaa-ce-account-page-header .omiwaa-ce-eyebrow,
		.omiwaa-ce-order-card-header .omiwaa-ce-eyebrow,
		.omiwaa-ce-timeline-module .omiwaa-ce-eyebrow,
		.omiwaa-ce-order-tracking__eyebrow
	) {
		color: #66717d !important;
		-webkit-text-fill-color: #66717d !important;
		opacity: 1 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-account-page-header h1 {
		font-size: clamp(2rem, 9vw, 2.35rem) !important;
		line-height: 1.08 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__header {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 14px !important;
		padding: 20px 18px 16px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__identity h2 {
		font-size: clamp(2rem, 9vw, 2.25rem) !important;
		line-height: 1.08 !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__facts {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		padding: 0 18px 18px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-tracking__facts > div:first-child {
		grid-column: 1 / -1 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-card {
		gap: 0 !important;
		padding: 20px 18px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-card-header {
		margin-bottom: 22px !important;
		padding-bottom: 12px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tbody tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		padding: 19px !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tbody :where(th, td) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		width: auto !important;
		padding: 13px 0 !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tbody .product-name {
		grid-column: 1 / -1 !important;
		display: block !important;
	}

	body.omiwaa-ce-account-page--authenticated .elementor-widget-woocommerce-my-account .omiwaa-ce-endpoint-view-order .omiwaa-ce-order-items-table tbody td {
		grid-column: 1 / -1 !important;
	}
}
