/**
 * Macorner.co — global header, footer, menu & buttons (Podxmas shell).
 */

body.podxmas-macorner-shell {
	overflow-x: clip;
}

/* -------------------------------------------------------------------------- */
/* Top utility bar                                                             */
/* -------------------------------------------------------------------------- */

.podxmas-macorner-topbar {
	background: #fff;
	color: var(--podxmas-ink, #121212);
	font-size: 0.8125rem;
	border-bottom: 1px solid var(--podxmas-border, #e8e8e8);
}

.podxmas-macorner-topbar-inner {
	min-height: 34px;
	align-items: center;
}

.podxmas-macorner-topbar-tagline {
	color: var(--podxmas-muted, #8e8e93);
	font-weight: 500;
	font-size: 0.75rem;
}

.podxmas-macorner-topbar-links a {
	color: var(--podxmas-ink, #121212);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.8125rem;
	transition: color 0.15s ease;
}

.podxmas-macorner-topbar-links a:hover {
	color: var(--podxmas-accent, #f7921f);
	opacity: 1;
}

@media (max-width: 849px) {
	/* Mobile menu already has Gift Finder / Track Order — drop the extra chrome row. */
	.podxmas-macorner-topbar {
		display: none;
	}
}

/* -------------------------------------------------------------------------- */
/* Flatsome header — Macorner polish                                           */
/* -------------------------------------------------------------------------- */

.podxmas-macorner-shell #header,
.podxmas-macorner-shell .header-wrapper {
	box-shadow: none;
	position: relative;
	z-index: 100;
	overflow: visible;
}

.podxmas-macorner-shell #masthead,
.podxmas-macorner-shell .header-main,
.podxmas-macorner-shell .header-inner {
	overflow: visible;
}

/* Flatsome `.header .flex-row { height: 100% }` + absolute `.fill` bg can inflate
   the masthead to ~viewport height (logo vertically centered in a huge white gap). */
body.podxmas-macorner-shell .header .header-inner.flex-row {
	height: auto !important;
}

body.podxmas-macorner-shell .header-main {
	height: auto !important;
	min-height: 72px;
}

.podxmas-macorner-shell .header-bg-container,
.podxmas-macorner-shell .header-bg-color,
.podxmas-macorner-shell .header-bg-image {
	pointer-events: none !important;
}

.podxmas-macorner-shell .header-inner,
.podxmas-macorner-shell .header-bottom,
.podxmas-macorner-shell .podxmas-macorner-topbar {
	position: relative;
	z-index: 1;
}

.podxmas-macorner-shell .header-main {
	border-bottom: 1px solid var(--podxmas-border, #e8e8e8);
	position: relative;
	z-index: 10;
}

.podxmas-macorner-shell.stuck #header,
.podxmas-macorner-shell .stuck #header {
	z-index: 100;
}

.podxmas-macorner-shell .header-main .header-nav-main.nav > li > a,
.podxmas-macorner-shell .header-nav .nav-top-link {
	font-weight: 600;
	font-size: 0.875rem;
	color: #1a1a1a;
}

.podxmas-macorner-shell .header-cart-link,
.podxmas-macorner-shell .account-item a {
	color: #1a1a1a;
}

.podxmas-macorner-shell .header-bottom,
.podxmas-macorner-shell #wide-nav {
	background: #fff;
	border-bottom: 1px solid var(--podxmas-border, #e8e8e8);
}

.podxmas-macorner-shell .header-bottom-nav > li > a,
.podxmas-macorner-shell #wide-nav .nav-top-link {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
}

.podxmas-macorner-shell .header-search-form-wrapper .searchform-wrapper,
.podxmas-macorner-shell .header-search-form-wrapper .searchform {
	position: relative;
}

.podxmas-macorner-shell .header-search-form-wrapper .searchform,
.podxmas-macorner-shell .header-search-form-wrapper .podxmas-searchform {
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: 999px;
	overflow: visible;
	background: #f5f5f7;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.podxmas-macorner-shell .header-search-form-wrapper .searchform:hover,
.podxmas-macorner-shell .header-search-form-wrapper .podxmas-searchform:hover,
.podxmas-macorner-shell .header-search-form-wrapper .podxmas-searchform.is-trending-open {
	background: #efeff1;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-searchform-row {
	align-items: stretch;
	overflow: hidden;
	border-radius: 999px;
}

.podxmas-macorner-shell .header-search-form-wrapper .search-field {
	border: 0 !important;
	box-shadow: none !important;
	min-height: 44px;
	font-size: 0.875rem;
	background: transparent !important;
	color: var(--podxmas-ink, #121212);
}

.podxmas-macorner-shell .header-search-form-wrapper .search-field::placeholder {
	color: var(--podxmas-muted, #8e8e93);
	opacity: 1;
}

.podxmas-macorner-shell .header-search-form-wrapper .searchform .flex-row {
	align-items: stretch;
}

.podxmas-macorner-shell .header-search-form-wrapper .search-form-categories {
	flex: 0 0 auto;
	max-width: 140px;
}

.podxmas-macorner-shell .header-search-form-wrapper .search_categories {
	border: 0;
	border-right: 1px solid #e8e8e8;
	border-radius: 0;
	background: #fafafa;
	font-size: 0.8125rem;
}

/* Trending keyword panel (Wanderprints-style) */
.podxmas-macorner-shell .header-search-form-wrapper .podxmas-searchform {
	z-index: 20;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-trending {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	margin: 0;
	padding: 1rem 1.1rem 1.1rem;
	background: #fff;
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: 1rem;
	box-shadow: 0 12px 32px rgba(18, 18, 18, 0.12);
	z-index: 30;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-trending[hidden] {
	display: none !important;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-trending-title {
	margin: 0 0 0.75rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--podxmas-ink, #121212);
	letter-spacing: 0.02em;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-trending-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-trending-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: 999px;
	background: #fafafa;
	color: var(--podxmas-ink, #121212);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-trending-chip:hover {
	background: #fff7ef;
	border-color: var(--podxmas-accent, #f7921f);
	color: var(--podxmas-accent, #f7921f);
}

.podxmas-macorner-shell .header-search-form-wrapper .live-search-results:not(:empty) {
	margin-top: 0.5rem;
}

.podxmas-search-submit-label {
	display: none;
}

.podxmas-macorner-shell .header-search-form-wrapper .ux-search-submit,
.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-submit {
	background: var(--podxmas-accent, #f7921f) !important;
	border: 0 !important;
	border-radius: 0 999px 999px 0 !important;
	min-height: 44px;
	min-width: 96px;
	padding: 0 1rem !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff !important;
	box-shadow: none !important;
}

.podxmas-macorner-shell .header-search-form-wrapper .ux-search-submit:hover,
.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-submit:hover {
	background: #e07f12 !important;
	box-shadow: 0 2px 8px rgba(247, 146, 31, 0.28) !important;
}

.podxmas-macorner-shell .header-search-form-wrapper .ux-search-submit .icon-search,
.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-submit .icon-search {
	display: none !important;
}

.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-submit-label {
	display: inline-block;
	line-height: 1;
}

@media (min-width: 850px) {
	.podxmas-macorner-shell .header-inner {
		flex-wrap: nowrap;
		align-items: center;
		gap: 0.75rem;
	}

	.podxmas-macorner-shell .header-main #logo {
		flex: 0 0 auto;
		min-width: 0;
	}

	.podxmas-macorner-shell .header-main #logo img.header-logo,
	.podxmas-macorner-shell .header-main #logo img.header_logo {
		max-height: 64px;
		max-width: 160px;
		width: auto;
		height: auto;
		object-fit: contain;
	}

	.podxmas-macorner-shell .header-main .flex-col.flex-right {
		flex: 0 0 auto;
	}

	.podxmas-macorner-shell .header-search-form,
	.podxmas-macorner-shell .header-search-form-wrapper,
	.podxmas-macorner-shell .header-search-form-wrapper .searchform-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.podxmas-macorner-shell .header-search-form-wrapper .podxmas-search-trending {
		left: 0;
		right: 0;
	}
}

@media (min-width: 850px) {
	.podxmas-macorner-shell #wide-nav.header-bottom {
		display: none !important;
	}
}

/* -------------------------------------------------------------------------- */
/* Primary Macorner menu                                                       */
/* -------------------------------------------------------------------------- */

.podxmas-macorner-primary-nav {
	background: #fff;
	border-bottom: 1px solid var(--podxmas-border, #e8e8e8);
	position: relative;
	z-index: 20;
}

.podxmas-macorner-primary-nav .container {
	position: relative;
}

.podxmas-macorner-nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.15rem 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0.35rem 0;
}

.podxmas-macorner-nav-item {
	position: relative;
}

.podxmas-macorner-nav-item.has-mega {
	position: static;
}

.podxmas-macorner-nav-item > a {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.55rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.12s ease;
}

.podxmas-macorner-nav-item > a:hover,
.podxmas-macorner-nav-item:hover > a {
	background: #f5f5f5;
	color: #1a1a1a;
}

.podxmas-macorner-nav-item.has-mega > a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.35rem;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.55;
}

.podxmas-macorner-mega {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 10040;
	display: none;
	width: auto;
	min-width: 0;
	max-width: 100%;
	padding: 1rem 1.25rem;
	background: #fff;
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	gap: 1rem 1.25rem;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}

.podxmas-macorner-mega--wide {
	min-width: 0;
}

.podxmas-macorner-mega--compact {
	left: 0;
	right: 0;
	width: auto;
	max-width: 100%;
	min-width: 0;
}

.podxmas-macorner-mega--single {
	min-width: 0;
}

.podxmas-macorner-nav-item.has-mega:hover .podxmas-macorner-mega,
.podxmas-macorner-nav-item.has-mega:focus-within .podxmas-macorner-mega,
.podxmas-macorner-nav-item.has-mega.is-open .podxmas-macorner-mega {
	display: flex;
}

.podxmas-macorner-nav-item.has-mega.is-open > a {
	background: #f5f5f5;
}

.podxmas-macorner-mega-col {
	flex: 0 1 150px;
	min-width: 130px;
	max-width: 200px;
}

.podxmas-macorner-mega-title {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #888;
	margin-bottom: 0.5rem;
}

.podxmas-macorner-mega-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.podxmas-macorner-mega-links li a {
	display: block;
	padding: 0.3rem 0;
	font-size: 0.875rem;
	color: #333;
	text-decoration: none;
}

.podxmas-macorner-mega-links li a:hover {
	color: var(--podxmas-link, #1e73be);
}

.podxmas-macorner-mobile-utils,
.podxmas-macorner-mobile-cats {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1rem 1.25rem;
	border-top: 1px solid #eee;
}

.podxmas-macorner-mobile-utils a,
.podxmas-macorner-mobile-cats a {
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
}

.podxmas-macorner-mobile-cats strong {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #888;
	margin-bottom: 0.25rem;
}

/* -------------------------------------------------------------------------- */
/* Footer — Macorner block                                                     */
/* -------------------------------------------------------------------------- */

.podxmas-macorner-footer-block {
	background: #f7f7f7;
	border-top: 1px solid var(--podxmas-border, #e8e8e8);
	padding: 2rem 0 1.75rem;
	margin-top: 2rem;
}

.podxmas-macorner-footer-grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(0, 1fr));
	gap: 2rem 1.75rem;
}

.podxmas-macorner-footer-logo-text {
	font-size: 1.125rem;
	margin: 0 0 0.2rem;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.podxmas-macorner-footer-legal {
	margin: 0 0 0.65rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #333;
}

.podxmas-macorner-footer-address,
.podxmas-macorner-footer-meta {
	margin: 0 0 0.45rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #555;
}

.podxmas-macorner-footer-meta-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #888;
	margin-bottom: 0.1rem;
}

.podxmas-macorner-footer-tagline {
	margin: 0.75rem 0 1rem;
	color: #555;
	font-size: 0.8125rem;
	line-height: 1.5;
	max-width: 300px;
}

.podxmas-macorner-footer-contact-cta {
	font-weight: 700;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.podxmas-macorner-footer-contact-cta:hover {
	color: var(--podxmas-accent-bold, #f36621);
}

.podxmas-macorner-footer-social-lead {
	margin: -0.35rem 0 0.65rem;
	font-size: 0.8125rem;
	color: #666;
}

.podxmas-macorner-footer-links,
.podxmas-macorner-footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.podxmas-macorner-footer-col li {
	margin-bottom: 0.4rem;
}

.podxmas-macorner-footer-col a,
.podxmas-macorner-footer-meta a {
	color: #444;
	font-size: 0.875rem;
	text-decoration: none;
}

.podxmas-macorner-footer-col a:hover,
.podxmas-macorner-footer-meta a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

.podxmas-macorner-footer-pay {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.podxmas-macorner-footer-pay .podxmas-pay-ico {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.podxmas-macorner-footer-pay .podxmas-pay-ico svg {
	display: block;
	height: 26px;
	width: auto;
	border-radius: 4px;
}

.podxmas-macorner-footer-pay .podxmas-pay-badge-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	padding: 0.2rem 0.4rem;
	font-size: 0.6rem;
	font-weight: 700;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #444;
}

.podxmas-macorner-footer-title {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 0.85rem;
	color: #1a1a1a;
}

.podxmas-macorner-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.podxmas-macorner-footer-col li {
	margin-bottom: 0.4rem;
}

.podxmas-macorner-footer-col a {
	color: #444;
	font-size: 0.875rem;
	text-decoration: none;
}

.podxmas-macorner-footer-col a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

.podxmas-macorner-shell .absolute-footer {
	background: #1a1a1a !important;
	color: #ccc !important;
	padding: 1rem 0 !important;
}

.podxmas-macorner-shell .absolute-footer a {
	color: #fff;
}

.podxmas-macorner-footer-secure {
	display: block;
	font-size: 0.8rem;
	opacity: 0.85;
	margin-bottom: 0.25rem;
}

.podxmas-macorner-footer-copy {
	display: block;
	font-size: 0.75rem;
	opacity: 0.75;
}

@media (max-width: 849px) {
	.podxmas-macorner-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem 1.25rem;
	}

	.podxmas-macorner-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 549px) {
	.podxmas-macorner-footer-grid {
		grid-template-columns: 1fr;
	}
}

/* -------------------------------------------------------------------------- */
/* Global buttons — Macorner style                                             */
/* -------------------------------------------------------------------------- */

.podxmas-macorner-shell .button,
.podxmas-macorner-shell button.button,
.podxmas-macorner-shell input[type="submit"].button,
.podxmas-macorner-shell a.button,
.podxmas-macorner-shell .single_add_to_cart_button,
.podxmas-macorner-shell a.added_to_cart {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 0.65rem 1.35rem !important;
	margin: 0 !important;
	transition: filter 0.15s ease, background 0.15s ease, border-color 0.15s ease !important;
}

.podxmas-macorner-shell .button.primary:not(.is-outline),
.podxmas-macorner-shell button.primary:not(.is-outline),
.podxmas-macorner-shell input[type="submit"]:not(.is-form):not(.is-outline),
.podxmas-macorner-shell .single_add_to_cart_button.button.alt,
.podxmas-macorner-shell .checkout-button,
.podxmas-macorner-shell .woocommerce .button.checkout {
	background-color: var(--podxmas-accent, #f7921f) !important;
	color: #fff !important;
	border-color: var(--podxmas-accent, #f7921f) !important;
	border-radius: var(--podxmas-radius, 8px) !important;
}

.podxmas-macorner-shell .button.primary:not(.is-outline):hover,
.podxmas-macorner-shell .single_add_to_cart_button.button.alt:hover,
.podxmas-macorner-shell input[type="submit"]:not(.is-form):hover {
	background-color: var(--podxmas-accent-bold, #f36621) !important;
	border-color: var(--podxmas-accent-bold, #f36621) !important;
	filter: none !important;
	color: #fff !important;
}

.podxmas-macorner-shell .button.is-outline,
.podxmas-macorner-shell .button.white.is-outline,
.podxmas-macorner-shell .podxmas-preview-btn {
	background: #fff !important;
	color: #1a1a1a !important;
	border: 2px solid #1a1a1a !important;
}

.podxmas-macorner-shell .button.is-outline:hover,
.podxmas-macorner-shell .podxmas-preview-btn:hover {
	background: #f5f5f5 !important;
	color: #1a1a1a !important;
}

.podxmas-macorner-shell .add_to_cart_button,
.podxmas-macorner-shell a.add_to_cart_button {
	background-color: var(--podxmas-accent, #f7921f) !important;
	color: #fff !important;
	border-radius: var(--podxmas-radius, 8px) !important;
	font-weight: 600 !important;
	min-height: 40px;
}

.podxmas-macorner-shell button[type="submit"],
.podxmas-macorner-shell .widget_shopping_cart .buttons .checkout {
	background-color: var(--podxmas-accent, #f7921f) !important;
	color: #fff !important;
}
