/*
 * Orne visual identity and landing/shop styling.
 */
:root {
	--orne-bg: #f7f5ea;
	--orne-sage: #b7bf87;
	--orne-sage-deep: #8f9c62;
	--orne-header-footer-bg: #b8c07a;
	--orne-header-footer-border: #a0aa60;
	--orne-ink: #202020;
	--orne-gold: #f3c323;
	--orne-gold-deep: #d8ab1c;
	--orne-card: #ffffff;
	--orne-muted: #5f6552;
	--orne-border: #dfe2c8;
	--orne-shadow: 0 12px 28px rgba(30, 30, 30, 0.08);
}

body {
	background: radial-gradient(circle at 15% -10%, #e7ebc9 0%, var(--orne-bg) 45%);
	color: var(--orne-ink);
}

.home .site-content {
	padding-top: 18px;
}

/* Force Orne brandmark in places still using imported starter logo */
.wp-block-site-logo .custom-logo-link,
.site-branding .custom-logo-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}

.wp-block-site-logo .custom-logo-link img[src*="plants-store-logo-green.svg"],
.site-branding .custom-logo-link img[src*="plants-store-logo-green.svg"] {
	opacity: 0;
}

.wp-block-site-logo .custom-logo-link::before,
.site-branding .custom-logo-link::before {
	content: "";
	width: 44px;
	height: 44px;
	background: url('./assets/images/orne-logo.png') center center / contain no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.home .ast-primary-header-bar {
	background: rgba(247, 245, 234, 0.96);
	backdrop-filter: blur(4px);
	border-bottom: 1px solid #d8ddbb;
}

.home .main-header-menu .menu-link,
.home .ast-header-account-wrap,
.home .ast-header-woo-cart-total,
.home .ast-cart-menu-wrap .count,
.home .ast-icon-shopping-bag,
.home .site-title a {
	color: #1f2b16 !important;
}

.orne-home {
	max-width: 1180px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto !important;
	padding: 24px 20px 72px;
	display: grid;
	gap: 36px;
}

.orne-kicker {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--orne-muted);
	margin: 0 0 10px;
}

.orne-hero {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 20px;
	align-items: center;
	background: linear-gradient(140deg, #e9edcc 0%, #d5ddad 42%, #b6c084 100%);
	border-radius: 24px;
	padding: 34px;
	box-shadow: var(--orne-shadow);
	overflow: hidden;
}

.orne-hero__content {
	max-width: 620px;
}

.orne-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.07;
}

.orne-hero p {
	margin: 0;
	max-width: 62ch;
}

.orne-hero__actions {
	display: flex;
	gap: 12px;
	margin-top: 22px;
	flex-wrap: wrap;
}

.orne-hero__media img {
	width: 100%;
	height: clamp(320px, 42vw, 560px);
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
	display: block;
}

.orne-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.orne-btn:hover {
	transform: translateY(-2px);
}

.orne-btn--primary,
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--orne-gold);
	color: #202020;
	border-color: var(--orne-gold-deep);
	box-shadow: 0 8px 18px rgba(243, 195, 35, 0.25);
}

.orne-btn--primary:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--orne-gold-deep);
	color: #202020;
}

.orne-btn--ghost {
	background: rgba(255, 255, 255, 0.55);
	color: var(--orne-ink);
	border-color: rgba(32, 32, 32, 0.2);
}

.orne-btn--small {
	padding: 10px 18px;
	font-size: 14px;
}

.orne-brand-band {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	align-items: center;
	background: var(--orne-card);
	border: 1px solid var(--orne-border);
	border-radius: 20px;
	padding: 22px;
	box-shadow: var(--orne-shadow);
}

.orne-brand-band__logo {
	max-width: 120px;
}

.orne-brand-band__logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.orne-brand-band h2 {
	margin: 0 0 8px;
	font-size: clamp(24px, 3vw, 34px);
}

.orne-brand-band p {
	margin: 0;
}

.orne-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 10px;
}

.orne-section-head h2 {
	margin: 0;
	font-size: clamp(26px, 3vw, 40px);
}

.orne-section-head a {
	color: #2f3f1e;
	font-weight: 700;
}

.orne-collections__grid,
.orne-products-preview__grid,
.orne-testimonials__grid {
	display: grid;
	gap: 16px;
}

.orne-collections__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.orne-card,
.orne-product-tile,
.orne-testimonials blockquote {
	background: var(--orne-card);
	border: 1px solid var(--orne-border);
	border-radius: 18px;
	padding: 14px;
	box-shadow: var(--orne-shadow);
}

.orne-card img,
.orne-product-tile__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	display: block;
}

.orne-card h3,
.orne-product-tile h3 {
	font-size: 18px;
	line-height: 1.2;
	margin: 12px 0 8px;
}

.orne-card p,
.orne-product-tile .orne-price {
	margin: 0 0 12px;
}

.orne-products-preview__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.orne-product-tile h3 a {
	color: var(--orne-ink);
	text-decoration: none;
}

.orne-promo {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 22px;
	background: linear-gradient(115deg, #e6eac9 0%, #c2cb96 100%);
	border-radius: 20px;
	padding: 20px;
}

.orne-promo__media img {
	width: 100%;
	height: clamp(260px, 32vw, 420px);
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.orne-promo__content {
	align-self: center;
}

.orne-promo__content h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 38px);
}

.orne-testimonials__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orne-testimonials blockquote {
	margin: 0;
}

.orne-testimonials p {
	margin: 0 0 10px;
}

.orne-testimonials cite {
	font-style: normal;
	font-weight: 700;
}

/* Store catalog inspired style */
.woocommerce-page .site-content,
.post-type-archive-product .site-content,
.tax-product_cat .site-content,
.tax-product_tag .site-content {
	background: linear-gradient(180deg, #e7ebc9 0%, #f7f5ea 68%);
}

/* ── Category nav menu ── */
.orne-cat-nav {
	background: var(--orne-header-footer-bg);
	border-bottom: 2px solid var(--orne-header-footer-border);
	width: 100%;
}

.orne-cat-nav__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1320px;
	align-items: stretch;
}

.orne-cat-nav__item {
	position: relative;
}

.orne-cat-nav__item > a {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 12px 18px;
	color: #1e2410;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s, background 0.2s;
}

.orne-cat-nav__item > a:hover,
.orne-cat-nav__item.is-active > a {
	color: #e07b00;
	background: rgba(255, 255, 255, 0.25);
}

.orne-cat-nav__arrow {
	font-size: 0.6rem;
	line-height: 1;
	display: inline-block;
	transition: transform 0.2s;
}

/* Submenu */
.orne-cat-nav__sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	list-style: none;
	margin: 0;
	padding: 6px 0;
	background: var(--orne-header-footer-bg);
	border: 1px solid var(--orne-header-footer-border);
	border-top: 2px solid #e07b00;
	min-width: 180px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.orne-cat-nav__item:hover > .orne-cat-nav__sub,
.orne-cat-nav__item:focus-within > .orne-cat-nav__sub {
	display: block;
}

.orne-cat-nav__item:hover > a .orne-cat-nav__arrow {
	transform: rotate(180deg);
}

.orne-cat-nav__sub li a {
	display: block;
	padding: 9px 18px;
	color: #1e2410;
	font-size: 0.85rem;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s, background 0.2s;
}

.orne-cat-nav__sub li a:hover,
.orne-cat-nav__sub li.is-active a {
	color: #e07b00;
	background: rgba(255, 255, 255, 0.3);
}

/* Mobile: horizontal scroll */
@media (max-width: 768px) {
	.orne-cat-nav__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.orne-cat-nav__list::-webkit-scrollbar { display: none; }
	.orne-cat-nav__item > a { padding: 10px 14px; font-size: 0.82rem; }
	.orne-cat-nav__sub { position: fixed; top: auto; left: 10px; right: 10px; min-width: unset; }
}

.orne-shop-toolbar {
	max-width: 1320px;
	margin: 0 auto;
	padding: 16px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.orne-shop-toolbar__crumb {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #344126;
}

.orne-shop-toolbar__search {
	display: grid;
	gap: 10px;
	min-width: min(980px, 100%);
	flex: 1 1 auto;
}

.orne-shop-toolbar__row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.orne-shop-toolbar__row--search {
	flex-wrap: nowrap;
}

.orne-shop-toolbar__search input[type="search"],
.orne-shop-toolbar__search input[type="number"],
.orne-shop-toolbar__search select {
	width: 100%;
	border: 1px solid #c1c99c;
	border-radius: 6px;
	padding: 12px;
	background: #fff;
}

.orne-shop-toolbar__row--search input[type="search"] {
	border-right: 0;
	border-radius: 6px 0 0 6px;
}

.orne-shop-toolbar__search button {
	border-radius: 6px;
	padding: 0 18px;
	border: 1px solid var(--orne-gold-deep);
	background: var(--orne-gold);
	font-weight: 700;
	min-height: 46px;
}

.orne-shop-toolbar__row--search button {
	border-radius: 0 6px 6px 0;
}

.orne-shop-toolbar__search select {
	max-width: 230px;
}

.orne-shop-toolbar__search input[type="number"] {
	max-width: 150px;
}

.orne-filter-check {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #2f3f1e;
}

.orne-shop-toolbar__clear {
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 600;
	color: #2f3f1e;
	text-decoration: none;
}

/* Store page only: center all content and remove sidebar spacing artifacts */
.woocommerce-shop .ast-container {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-shop .site-content > .ast-container,
.woocommerce-shop .ast-woocommerce-container {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-shop #primary,
.woocommerce-shop .content-area {
	width: 100% !important;
	max-width: 100%;
	float: none !important;
	margin: 0 auto;
	padding: 0;
}

.woocommerce-shop #secondary {
	display: none !important;
}

.woocommerce-shop .orne-cat-nav,
.woocommerce-shop .orne-shop-toolbar {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid #d5d9bf;
	border-radius: 8px;
	padding: 6px;
	box-shadow: 0 4px 12px rgba(16, 16, 16, 0.08);
}

.woocommerce ul.products li.product a img {
	border-radius: 6px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin-bottom: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 6px;
}

.woocommerce ul.products li.product .price {
	font-size: 15px;
	margin-bottom: 8px;
}

.woocommerce ul.products li.product .button {
	padding: 10px 12px;
	font-size: 13px;
}

.woocommerce span.onsale {
	background: #2f3f1e;
	color: #fff;
}

/* Store slug template: denser product grid */
.page-template-page-store .woocommerce ul.products,
.page-template-page-store ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.page-template-page-store .woocommerce ul.products::before,
.page-template-page-store .woocommerce ul.products::after,
.page-template-page-store ul.products::before,
.page-template-page-store ul.products::after {
	display: none;
}

.page-template-page-store .woocommerce ul.products li.product,
.page-template-page-store ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 6px;
}

.page-template-page-store .woocommerce ul.products li.product a img,
.page-template-page-store ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	height: auto;
	max-height: 210px;
}

.page-template-page-store .woocommerce nav.woocommerce-pagination {
	margin-top: 24px;
	text-align: center;
}

.page-template-page-store .woocommerce nav.woocommerce-pagination .page-numbers {
	border: 0;
	display: inline-flex;
	gap: 6px;
	padding: 0;
}

.page-template-page-store .woocommerce nav.woocommerce-pagination .page-numbers li {
	border: 0;
}

.page-template-page-store .woocommerce nav.woocommerce-pagination .page-numbers a,
.page-template-page-store .woocommerce nav.woocommerce-pagination .page-numbers span {
	min-width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #c1c99c;
	background: #fff;
}

@media (max-width: 1024px) {
	.page-template-page-store .woocommerce ul.products,
	.page-template-page-store ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.page-template-page-store .woocommerce ul.products,
	.page-template-page-store ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.widget_product_categories,
.widget_layered_nav,
.woocommerce-widget-layered-nav,
.widget_price_filter {
	background: #bcc58e;
	padding: 14px;
	border-radius: 6px;
	border: 1px solid #aeb879;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #d7ddba;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #f3c323;
}

@media (max-width: 1024px) {
	.orne-hero,
	.orne-promo {
		grid-template-columns: 1fr;
	}

	.orne-collections__grid,
	.orne-products-preview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.orne-testimonials__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.orne-home {
		width: calc(100% - 20px);
		padding: 14px 10px 36px;
		gap: 24px;
	}

	.orne-brand-band {
		grid-template-columns: 1fr;
	}

	.orne-collections__grid,
	.orne-products-preview__grid {
		grid-template-columns: 1fr;
	}

	.orne-shop-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.orne-shop-toolbar__search {
		min-width: 100%;
	}

	.orne-shop-toolbar__search select,
	.orne-shop-toolbar__search input[type="number"] {
		max-width: none;
		flex: 1 1 170px;
	}

	.orne-shop-toolbar__row--search {
		flex-wrap: wrap;
	}

	.orne-shop-toolbar__row--search input[type="search"] {
		border-right: 1px solid #c1c99c;
		border-radius: 6px;
	}

	.orne-shop-toolbar__row--search button {
		border-radius: 6px;
	}
}

/* ═══════════════════════════════════════════════════════════
   ORNE — blocos adicionados via child theme (consolidados aqui)
   ═══════════════════════════════════════════════════════════ */

/* ── Cabeçalho: fundo sage igual à logomarca ── */
.ast-primary-header-bar,
.site-header,
#masthead {
	background: var(--orne-header-footer-bg) !important;
	border-bottom: 1px solid var(--orne-header-footer-border) !important;
}
.main-header-menu .menu-link,
.ast-header-account-wrap,
.ast-icon-shopping-bag,
.site-title a,
.header-main-layout-1 .ast-primary-header-bar .menu-link {
	color: #1e2410 !important;
}
.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link {
	color: #e07b00 !important;
}

@media (min-width: 922px) {
	#masthead .ast-builder-grid-row {
		position: relative;
	}

	#masthead .site-header-primary-section-right .ast-builder-menu-1 {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
}

/* ── Mobile header: clean flex alignment ── */
/* Target ONLY the mobile header wrapper rendered by Astra Builder */

/* Reset Astra's line-height:3 that inflates mobile header height */
body.ast-header-break-point #ast-mobile-header .main-header-bar {
	line-height: normal !important;
}

body.ast-header-break-point #ast-mobile-header .ast-builder-grid-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
}

body.ast-header-break-point #ast-mobile-header .site-header-primary-section-left {
	flex: 0 0 auto;
	min-width: 0;
}

body.ast-header-break-point #ast-mobile-header .site-header-primary-section-right {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex: 1 1 auto;
	gap: 8px;
	flex-wrap: nowrap !important;
}

/* Hide the collapsed mobile-menu nav component (opens on toggle click, not inline) */
body.ast-header-break-point #ast-mobile-header [data-section="section-mobile-menu"] {
	display: none !important;
}

/* Hide account on mobile */
body.ast-header-break-point #ast-mobile-header .ast-header-account {
	display: none !important;
}

/* Cart: prevent wrapping */
body.ast-header-break-point #ast-mobile-header .ast-header-woo-cart .cart-container,
body.ast-header-break-point #ast-mobile-header .ast-header-woo-cart .ast-addon-cart-wrap,
body.ast-header-break-point #ast-mobile-header .ast-header-woo-cart .ast-woo-header-cart-info-wrap,
body.ast-header-break-point #ast-mobile-header .ast-header-woo-cart .ast-woo-header-cart-total,
body.ast-header-break-point #ast-mobile-header .ast-header-woo-cart .woocommerce-Price-amount,
body.ast-header-break-point #ast-mobile-header .ast-header-woo-cart .amount {
	white-space: nowrap !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

/* Orange toggle button */
body.ast-header-break-point #ast-mobile-header .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-outline {
	border-color: #e07b00 !important;
	color: #e07b00 !important;
	background: transparent !important;
}

body.ast-header-break-point #ast-mobile-header .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-outline .mobile-menu-toggle-icon,
body.ast-header-break-point #ast-mobile-header .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-outline .ahfb-svg-iconset,
body.ast-header-break-point #ast-mobile-header .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-outline .ahfb-svg-iconset svg {
	color: #e07b00 !important;
	fill: #e07b00 !important;
}

/* ── Carrinho: valor em laranja ── */
.ast-header-woo-cart-total,
.ast-woo-header-cart-info-wrap *,
.ast-cart-menu-wrap .woocommerce-Price-amount,
.ast-cart-menu-wrap .amount,
#masthead .woocommerce-Price-amount,
#masthead .amount,
#masthead .ast-header-woo-cart-total,
.site-header .amount {
	color: #e07b00 !important;
}
.ast-cart-menu-wrap .count,
#masthead .ast-cart-menu-wrap .count {
	background: #e07b00 !important;
	color: #fff !important;
	border-color: #c06000 !important;
}

.ast-icon-shopping-bag::after,
#masthead .ast-icon-shopping-bag::after,
.site-header .ast-icon-shopping-bag::after {
	background: #e07b00 !important;
	color: #fff !important;
	border-color: #c06000 !important;
}

/* ── Rodapé: fundo sage + logo Orne ── */
.site-footer,
.ast-builder-footer-wrap,
.ast-small-footer-wrap,
.ehf-footer,
.ehf-footer #colophon,
.ehf-footer contentinfo,
main + contentinfo,
.ehf-footer .footer-width-fixer,
#colophon,
#colophon .footer-width-fixer,
#colophon .elementor,
#colophon .elementor-section,
#colophon .elementor-container,
#colophon .elementor-column,
#colophon .elementor-widget-wrap,
#colophon .elementor-widget-container,
.elementor-location-footer,
.elementor-location-footer .elementor-element,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .elementor-widget-container {
	background: var(--orne-header-footer-bg) !important;
	border-top-color: var(--orne-header-footer-border) !important;
}
.site-footer,
.site-footer a,
.site-footer .widget-title,
.site-footer .menu-link {
	color: #1e2410 !important;
}

/* Footer builder rows: keep same palette as header */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section,
.site-below-footer-wrap[data-section="section-below-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section,
.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"] {
	background: var(--orne-header-footer-bg) !important;
	color: #1e2410 !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	border-top: 1px solid var(--orne-header-footer-border) !important;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	border-top: 1px solid var(--orne-header-footer-border) !important;
}

.site-footer p,
.site-footer li,
.site-footer span,
.site-footer .ast-footer-copyright,
.site-footer .ast-builder-html-element,
.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"] .widget,
.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"] .widget-title,
.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"] a,
.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"] .menu-link {
	color: #1e2410 !important;
}

.site-footer a:hover,
.site-footer a:focus,
.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"] a:hover,
.footer-widget-area[data-section^="sidebar-widgets-footer-widget-"] a:focus,
.site-footer .menu-item.current-menu-item > a {
	color: #e07b00 !important;
}

/* Footer column 3 (Links Rapidos) aligned to the right */
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .menu,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .menu li,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .menu a {
	text-align: right !important;
}

.ast-footer-social-1-wrap .ast-builder-social-element {
	background: #4f5b33 !important;
	color: #fff !important;
}

.ast-footer-social-1-wrap .ast-builder-social-element svg {
	fill: #fff !important;
}

.ast-footer-social-1-wrap .ast-builder-social-element:hover,
.ast-footer-social-1-wrap .ast-builder-social-element:focus {
	background: #e07b00 !important;
}

/* Atalhos e Links Importantes com hover igual ao menu do cabecalho */
#colophon .elementor-element-a02488b .elementor-icon-list-item a:hover,
#colophon .elementor-element-a02488b .elementor-icon-list-item a:focus,
#colophon .elementor-element-a02488b .elementor-icon-list-item:hover > a,
#colophon .elementor-element-28018d1 .elementor-icon-list-item a:hover,
#colophon .elementor-element-28018d1 .elementor-icon-list-item a:focus,
#colophon .elementor-element-28018d1 .elementor-icon-list-item:hover > a,
.ehf-footer .elementor-element-a02488b .elementor-icon-list-item a:hover,
.ehf-footer .elementor-element-a02488b .elementor-icon-list-item a:focus,
.ehf-footer .elementor-element-a02488b .elementor-icon-list-item:hover > a,
.ehf-footer .elementor-element-28018d1 .elementor-icon-list-item a:hover,
.ehf-footer .elementor-element-28018d1 .elementor-icon-list-item a:focus,
.ehf-footer .elementor-element-28018d1 .elementor-icon-list-item:hover > a,
main + contentinfo .elementor-element-a02488b .elementor-icon-list-item a:hover,
main + contentinfo .elementor-element-a02488b .elementor-icon-list-item a:focus,
main + contentinfo .elementor-element-a02488b .elementor-icon-list-item:hover > a,
main + contentinfo .elementor-element-28018d1 .elementor-icon-list-item a:hover,
main + contentinfo .elementor-element-28018d1 .elementor-icon-list-item a:focus,
main + contentinfo .elementor-element-28018d1 .elementor-icon-list-item:hover > a {
	color: #e07b00 !important;
}

#colophon .elementor-element-a02488b .elementor-icon-list-item > a,
.site-footer .elementor-element-28018d1 .elementor-icon-list-item > a,
.ehf-footer .elementor-element-a02488b .elementor-icon-list-item > a,
.ehf-footer .elementor-element-28018d1 .elementor-icon-list-item > a,
main + contentinfo .elementor-element-a02488b .elementor-icon-list-item > a,
main + contentinfo .elementor-element-28018d1 .elementor-icon-list-item > a {
	transition: color 0.2s ease;
}
.site-footer .site-title,
.site-footer .site-description {
	display: none !important;
}
.site-footer .custom-logo-link img,
.site-footer .ast-builder-logo-element img,
.site-footer .custom-logo,
.site-footer img[src*="plants-store-logo-green.svg"] {
	content: url('/wp-content/themes/astra/assets/images/orne-logo.png');
	width: 110px !important;
	height: 110px !important;
	object-fit: contain;
}

#colophon img[src*="plants-store-logo-green.svg"],
.ehf-footer img[src*="plants-store-logo-green.svg"],
main + contentinfo img[src*="plants-store-logo-green.svg"] {
	content: url('/wp-content/themes/astra/assets/images/orne-logo.png');
	width: 110px !important;
	height: 110px !important;
	object-fit: contain;
}

#colophon .elementor-element-3c58d09 .elementor-heading-title,
.ehf-footer .elementor-element-3c58d09 .elementor-heading-title {
	display: none !important;
}

#colophon .elementor-element-3c58d09 .elementor-widget-container,
.ehf-footer .elementor-element-3c58d09 .elementor-widget-container {
	text-align: center;
}

#colophon .elementor-element-3c58d09 .elementor-widget-container::before,
.ehf-footer .elementor-element-3c58d09 .elementor-widget-container::before {
	content: 'Orne: Ateliê 3d';
	display: block;
	color: #1e2410;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	margin: 8px 0 10px;
}

/* ── Rodapé: centralizar logo, nome e ícones sociais ── */
/* A coluna f48de23 contém logo (87843d8), nome (3c58d09) e redes (2b33072).
   Elementor usa flex-direction:column na widget-wrap, então align-items:center
   centraliza horizontalmente todos os filhos. */
.elementor-element-f48de23 > .elementor-widget-wrap {
	align-items: center !important;
}

/* Logo: garante que o container seja flex centralizado */
.elementor-element-87843d8 > .elementor-widget-container {
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
	text-align: center !important;
}

/* Nome "Orne: Ateliê 3d": já centralizado via text-align, forçar width 100% */
.elementor-element-3c58d09 > .elementor-widget-container {
	width: 100% !important;
}

/* Ícones sociais: o grid interno precisa de justify-content:center */
.elementor-element-2b33072 .elementor-social-icons-wrapper,
.elementor-element-2b33072 .e-grid {
	justify-content: center !important;
}

/* ── Rodapé: substituição do bloco "Get In Touch" ── */
#colophon .elementor-element-5dc8dc6 .elementor-heading-title,
.ehf-footer .elementor-element-5dc8dc6 .elementor-heading-title {
	display: none !important;
}

#colophon .elementor-element-5dc8dc6 .elementor-widget-container::before,
.ehf-footer .elementor-element-5dc8dc6 .elementor-widget-container::before {
	content: 'Transforme seus espaços';
	display: block;
	color: rgb(43, 47, 56);
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	font-family: Poppins, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 10px;
}

#colophon .elementor-element-b7a318f,
.ehf-footer .elementor-element-b7a318f {
	display: none !important;
}

#colophon .elementor-element-b7a318f + *::before,
.ehf-footer .elementor-element-b7a318f + *::before,
#colophon .elementor-element-97f073a > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget-text-editor ~ .elementor-element::before {
	display: none;
}

/* Injeta parágrafo substituto após o heading */
#colophon .elementor-element-5dc8dc6,
.ehf-footer .elementor-element-5dc8dc6 {
	position: relative;
}

#colophon .elementor-element-97f073a .elementor-widget-wrap,
.ehf-footer .elementor-element-97f073a .elementor-widget-wrap {
	position: relative;
}

#colophon .elementor-element-97f073a .elementor-widget-wrap::after,
.ehf-footer .elementor-element-97f073a .elementor-widget-wrap::after {
	content: 'Criamos peças únicas em impressão 3D para dar personalidade à sua casa. Do design à entrega, cada detalhe é pensado para você.';
	display: block;
	color: inherit;
	font-size: inherit;
	line-height: 1.7;
	margin-top: -8px;
}

/* ── Logo no cabeçalho: tamanho correto ── */
.site-logo img, .custom-logo {
	max-height: 52px;
	width: auto;
}
.site-branding .site-title,
.ast-site-identity .site-title {
	display: none !important;
}

/* ── Brand band sem imagem de logo ── */
.orne-brand-band--no-logo {
	grid-template-columns: 1fr;
}
.orne-brand-band--no-logo .orne-brand-band__text {
	grid-column: 1 / -1;
	width: 100%;
}

/* ── Trust-badges strip ── */
.orne-trust-strip {
	display: flex;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
	background: var(--orne-card);
	border: 1px solid var(--orne-border);
	border-radius: 20px;
	overflow: hidden;
}
.orne-trust-strip__item {
	flex: 1 1 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 20px 16px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--orne-muted);
	border-right: 1px solid var(--orne-border);
	text-align: center;
}
.orne-trust-strip__item:last-child { border-right: none; }
.orne-trust-strip__icon { font-size: 22px; color: var(--orne-ink); line-height: 1; }
.orne-trust-strip__label { font-weight: 700; color: var(--orne-ink); font-size: 13px; text-transform: none; letter-spacing: 0; }

/* ── Hover micro-interactions ── */
.orne-card, .orne-product-tile {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.orne-card:hover, .orne-product-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(30,30,30,0.13);
}

/* ── Estrelas nos depoimentos ── */
.orne-stars { color: var(--orne-gold-deep); font-size: 15px; letter-spacing: 2px; margin-bottom: 8px; }

/* ── Preço na página do produto ── */
.single-product .entry-summary .price { font-size: 28px; font-weight: 700; color: var(--orne-ink); }
.single-product .entry-summary ins { text-decoration: none; }
.single-product .entry-summary del { opacity: 0.45; font-size: 18px; }

/* ── Sticky CTA mobile ── */
.orne-sticky-cta { display: none; }

@media (max-width: 767px) {
	.orne-trust-strip { border-radius: 12px; flex-direction: column; }
	.orne-trust-strip__item { flex-direction: row; justify-content: flex-start; border-right: none; border-bottom: 1px solid var(--orne-border); text-align: left; gap: 12px; }
	.orne-trust-strip__item:last-child { border-bottom: none; }
	.orne-sticky-cta {
		display: flex;
		position: fixed;
		bottom: 0; left: 0; right: 0;
		z-index: 999;
		padding: 12px 16px;
		background: rgba(247,245,234,0.97);
		backdrop-filter: blur(8px);
		border-top: 1px solid var(--orne-border);
		gap: 10px;
	}
	.orne-sticky-cta a { flex: 1; text-align: center; }
}
