/**
 * Macorner-inspired homepage sections + PDP button stack.
 */

/* -------------------------------------------------------------------------- */
/* Homepage (Macorner front page)                                              */
/* -------------------------------------------------------------------------- */

.podxmas-macorner-home .page-title,
.podxmas-macorner-front .page-title,
.home.podxmas-macorner-home #main > .page-title {
	display: none !important;
}

.podxmas-macorner-occasions-row.row-full-width {
	max-width: none !important;
}

.podxmas-macorner-occasions-band {
	width: 100%;
	padding: 1.125rem clamp(1rem, 3vw, 2.75rem);
	background: #fff;
	border-bottom: 1px solid var(--podxmas-border, #e8e8e8);
}

.podxmas-macorner-occasions-inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.podxmas-macorner-occasions {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.35rem 0.65rem;
	overflow: visible;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.podxmas-macorner-occasion-card {
	width: 100%;
	min-width: 0;
	max-width: none;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 0.35rem 0.25rem 0.5rem;
	text-decoration: none;
	color: #121212;
	background: transparent;
	border: 0;
	border-radius: 0;
	transition: transform 0.15s ease;
}

.podxmas-macorner-occasion-card:hover {
	transform: translateY(-2px);
	color: #121212;
}

.podxmas-macorner-occasion-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 100px);
	height: auto;
	aspect-ratio: 1;
	margin-bottom: 0.35rem;
}

.podxmas-macorner-occasion-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.podxmas-macorner-occasion-icon {
	display: none;
}

.podxmas-macorner-occasion-label {
	font-size: 0.8125rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	color: #121212;
}

.podxmas-macorner-section-sub {
	margin: -0.35rem 0 0;
	color: var(--podxmas-muted, #5c5c5c);
	font-size: 0.95rem;
}

.podxmas-macorner-shop-all {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #1a1a1a;
	border: 1.5px solid #1a1a1a;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.podxmas-macorner-shop-all:hover {
	background: #1a1a1a;
	color: #fff;
}

.podxmas-macorner-product-type {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-weight: 600;
	font-size: 0.9375rem;
	color: #121212;
	text-decoration: none;
	transition: transform 0.15s ease;
}

.podxmas-macorner-product-type-media {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 10px;
}

.podxmas-macorner-product-type-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.podxmas-macorner-product-type-label {
	display: block;
	margin-top: 0.5rem;
	text-align: center;
	line-height: 1.25;
	color: #121212;
}

.podxmas-macorner-product-type:hover {
	transform: translateY(-2px);
	color: #121212;
}

.podxmas-macorner-home .podxmas-macorner-curated-head,
.podxmas-macorner-front .podxmas-macorner-curated-head {
	margin-top: 1.5rem;
}

body.podxmas-macorner-shell .product-small.box .box-text,
body.podxmas-macorner-shell .product-small.box .title-wrapper {
	padding: 0.65rem 0.5rem 0.75rem;
}

body.podxmas-macorner-shell .product-small.box .product-title {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: #121212;
}

body.podxmas-macorner-shell .product-small.box .price {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #121212;
}

body.podxmas-macorner-shell .product-small.box .price ins {
	color: #121212;
	text-decoration: none;
}

body.podxmas-macorner-shell .product-small.box {
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

body.podxmas-macorner-shell .product-small.box:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

body.podxmas-macorner-shell .podxmas-macorner-pill.is-active {
	background: var(--podxmas-accent-soft, #fff9f4);
	color: #121212;
	border-color: #f7921f;
}

.podxmas-macorner-hero-row.row-full-width,
.podxmas-macorner-cta-row.row-full-width {
	max-width: none !important;
}

.podxmas-macorner-hero-row .banner,
.podxmas-macorner-hero-row .ux-banner {
	border-radius: 10px;
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
}

.podxmas-macorner-hero-ux .bg-overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.08) 100%) !important;
}

.podxmas-macorner-cta-row .banner,
.podxmas-macorner-cta-row .ux-banner {
	border-radius: 10px;
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
}

.podxmas-macorner-cta-ux .bg-overlay {
	background: rgba(0, 0, 0, 0.48) !important;
}

body.podxmas-macorner-front #main .podxmas-macorner-cta-ux .text-box-content.dark .text-inner.text-center,
body.podxmas-macorner-home #main .podxmas-macorner-cta-ux .text-box-content.dark .text-inner.text-center {
	background: rgba(0, 0, 0, 0.58);
	padding: 0.85rem 1.35rem;
	border-radius: 10px;
}

.podxmas-macorner-hero-banner,
.podxmas-macorner-cta-banner {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
}

.podxmas-macorner-hero-banner-img,
.podxmas-macorner-cta-banner-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.podxmas-macorner-happy-customers {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 1.25rem 1.5rem;
	align-items: start;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 clamp(0.75rem, 2vw, 1.25rem);
}

.podxmas-macorner-happy-intro {
	padding-top: 0.25rem;
}

.podxmas-macorner-happy-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.podxmas-macorner-happy-card {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.podxmas-macorner-happy-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.podxmas-macorner-happy-etsy-tag {
	position: absolute;
	top: 0.55rem;
	left: 0.55rem;
	z-index: 2;
	padding: 0.15rem 0.45rem;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	background: #f1641e;
	border-radius: 4px;
	line-height: 1.2;
}

.podxmas-macorner-happy-photo {
	aspect-ratio: 1;
	background: #f5f5f5;
	overflow: hidden;
}

.podxmas-macorner-happy-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.podxmas-macorner-happy-photo--text {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #fff9f4 0%, #fff 100%);
	color: #f7921f;
	font-size: 2rem;
}

.podxmas-macorner-happy-body {
	padding: 0.75rem 0.85rem 0.9rem;
}

.podxmas-macorner-happy-card .podxmas-macorner-happy-stars {
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	margin-bottom: 0.25rem;
}

.podxmas-macorner-happy-quote {
	margin: 0.35rem 0 0.5rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #333;
}

.podxmas-macorner-happy-author {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--podxmas-muted, #5c5c5c);
}

.podxmas-macorner-happy-more {
	display: inline-flex;
	align-items: center;
	margin-top: 0.85rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #121212;
	border: 1.5px solid #121212;
	border-radius: 999px;
	padding: 0.45rem 1rem;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.podxmas-macorner-happy-more:hover {
	background: #121212;
	color: #fff;
}

.podxmas-macorner-happy-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 1.5rem;
	text-align: center;
	color: var(--podxmas-muted, #5c5c5c);
	font-size: 0.875rem;
	background: #fafafa;
	border-radius: 10px;
}

.podxmas-macorner-happy-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.55rem;
	margin: 0.75rem 0 0;
	font-size: 0.8125rem;
	color: #444;
}

.podxmas-macorner-happy-stars--lg {
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	color: #f7921f;
	margin-bottom: 0;
}

.podxmas-macorner-happy-stat strong {
	color: #1a1a1a;
}

.podxmas-macorner-happy-stat-sep {
	color: #ccc;
}

.podxmas-macorner-happy-etsy-badge {
	font-weight: 700;
	color: #f1641e;
}

.podxmas-macorner-happy-product {
	margin: 0 0 0.35rem;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #888;
	line-height: 1.3;
}

.podxmas-macorner-happy-customers--home .podxmas-macorner-happy-more,
.podxmas-macorner-happy-customers--pdp .podxmas-macorner-happy-more {
	margin-top: 1rem;
}

.podxmas-happy-customers-page {
	padding: 1.5rem 0 3rem;
	background: linear-gradient(180deg, #fff9f4 0%, #fff 220px);
}

.podxmas-happy-customers-hero {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 2rem;
	padding: 0 1rem;
}

.podxmas-happy-customers-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f7921f;
}

.podxmas-happy-customers-title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1a1a1a;
}

.podxmas-happy-customers-lead {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.55;
	color: #555;
}

.podxmas-happy-customers-hero .podxmas-macorner-happy-stats {
	justify-content: center;
}

.podxmas-happy-customers-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.podxmas-happy-customers-foot {
	margin: 2rem 0 0;
	text-align: center;
}

.podxmas-happy-customers-etsy-btn {
	min-height: 48px !important;
	padding: 0 1.5rem !important;
	background-color: #f7921f !important;
	border-color: #f7921f !important;
}

.podxmas-macorner-happy {
	text-align: center;
	padding: 2rem 1.25rem;
	background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: 12px;
}

.podxmas-macorner-happy-stars {
	color: #f7921f;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.5rem;
}

.podxmas-macorner-happy-title {
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	color: #1a1a1a;
}

.podxmas-macorner-happy-text {
	max-width: 560px;
	margin: 0 auto 1.25rem;
	color: var(--podxmas-muted, #5c5c5c);
	font-size: 0.95rem;
	line-height: 1.55;
}

.podxmas-macorner-happy-cta {
	min-height: 48px !important;
	padding: 0 1.5rem !important;
	background-color: var(--podxmas-accent, #f7921f) !important;
	color: #fff !important;
	border-radius: var(--podxmas-radius, 6px) !important;
}

.podxmas-macorner-home .ux-banner,
.podxmas-macorner-front .ux-banner {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.podxmas-macorner-home .slider-wrapper,
.podxmas-macorner-front .slider-wrapper {
	margin-bottom: 1rem;
}

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

	.podxmas-macorner-happy-grid {
		display: flex;
		gap: 0.85rem;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		-webkit-overflow-scrolling: touch;
	}

	.podxmas-macorner-happy-card {
		flex: 0 0 min(72vw, 240px);
	}

	.podxmas-happy-customers-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.podxmas-macorner-occasions {
		display: flex;
		gap: 0.65rem;
		overflow-x: auto;
		padding: 0.25rem 0 0.5rem;
	}

	.podxmas-macorner-occasion-card {
		flex: 0 0 108px;
		width: 108px;
		min-height: 128px;
	}

	.podxmas-macorner-occasion-media {
		width: 88px;
		height: 88px;
		aspect-ratio: auto;
	}

	.podxmas-macorner-curated-head .podxmas-macorner-shop-all {
		margin-top: 0.5rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Preview homepage                                                            */
/* -------------------------------------------------------------------------- */

.podxmas-macorner-preview .page-title {
	display: none;
}

.podxmas-macorner-hero-title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 0.35rem;
}

.podxmas-macorner-hero-sub {
	color: #666;
	font-size: 0.95rem;
	margin: 0;
}

.podxmas-macorner-util {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 52px;
	padding: 0.65rem 1rem;
	font-weight: 600;
	font-size: 0.9rem;
	color: #1a1a1a;
	background: #fff;
	border: 1px solid var(--podxmas-border, #e8e8e8);
	border-radius: var(--podxmas-radius, 6px);
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.podxmas-macorner-util:hover {
	border-color: #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	color: #1a1a1a;
}

.podxmas-macorner-util--accent {
	background: #fff8ee;
	border-color: #ffcc80;
}

.podxmas-macorner-util-icon {
	font-size: 1.15rem;
	line-height: 1;
}

.podxmas-macorner-section-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 0.75rem;
}

.podxmas-macorner-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.podxmas-macorner-pills br {
	display: none;
}

.podxmas-macorner-pills a {
	display: inline-flex;
}

.podxmas-macorner-pills--sub {
	margin-bottom: 1rem;
}

.podxmas-macorner-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #333;
	background: #f5f5f5;
	border: 1px solid transparent;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.podxmas-macorner-pill:hover,
.podxmas-macorner-pill.is-active {
	background: #1a1a1a;
	color: #fff;
}

.podxmas-macorner-recipient {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-weight: 600;
	font-size: 0.9375rem;
	color: #121212;
	text-decoration: none;
	transition: transform 0.15s ease;
}

.podxmas-macorner-recipient-media {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
}

.podxmas-macorner-recipient-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.podxmas-macorner-recipient-label {
	display: block;
	margin-top: 0.5rem;
	text-align: center;
	line-height: 1.25;
	color: #121212;
}

.podxmas-macorner-recipient:hover {
	transform: translateY(-2px);
	color: #121212;
}

.podxmas-macorner-demo-cta {
	min-height: 48px;
	padding: 0 1.5rem !important;
}

.podxmas-macorner-button-samples {
	max-width: 420px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* PDP — Macorner button stack                                                 */
/* -------------------------------------------------------------------------- */

.single-product .podxmas-pdp-actions {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-top: 1rem;
}

.single-product .podxmas-pdp-actions .podxmas-preview-btn {
	margin: 0;
	order: 1;
}

.single-product .podxmas-pdp-actions .podxmas-atc-row,
.single-product .podxmas-pdp-actions .sg_wrapper_add_to_cart_quantity {
	order: 2;
	margin-top: 0;
}

.single-product .podxmas-pdp-actions .single_add_to_cart_button {
	width: 100% !important;
	flex: 1 1 100% !important;
	max-width: 100%;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	text-transform: none;
	letter-spacing: 0.01em;
}

.single-product .podxmas-pdp-pay-row {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--podxmas-border, #e8e8e8);
	text-align: center;
}

.single-product .podxmas-pdp-pay-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #666;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.single-product .podxmas-pdp-pay-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
}

.single-product .podxmas-pdp-pay-icons span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 0.25rem 0.45rem;
	font-size: 0.65rem;
	font-weight: 700;
	color: #444;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1.2;
}

/* -------------------------------------------------------------------------- */
/* WCPA — pill swatches (Macorner variant-radios style)                        */
/* -------------------------------------------------------------------------- */

.single-product .wcpa_form_item.podxmas-has-pills > label {
	margin-bottom: 0.5rem;
}

.single-product .podxmas-wcpa-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.25rem;
}

.single-product .podxmas-wcpa-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.4rem 0.85rem;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.25;
	color: #666;
	background: #e3e3e3;
	border: 2px solid #b8b8b8;
	border-radius: 999px;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
	user-select: none;
}

.single-product .podxmas-wcpa-pill:hover {
	border-color: #9a9a9a;
	background: #d8d8d8;
	color: #444;
}

.single-product .podxmas-wcpa-pill.is-selected {
	border-color: var(--podxmas-accent, #f7921f);
	background: var(--podxmas-accent-soft, #fff9f4);
	color: #b85c00;
	box-shadow: 0 0 0 2px rgba(247, 146, 31, 0.22);
}

.single-product .podxmas-wcpa-pill.is-color {
	min-width: 38px;
	min-height: 38px;
	padding: 0;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
}

.single-product .podxmas-wcpa-pill.is-color:not(.is-selected) {
	opacity: 0.62;
	filter: grayscale(0.25) saturate(0.75);
	border-color: #a8a8a8 !important;
}

.single-product .podxmas-wcpa-pill.is-color:hover:not(.is-selected) {
	opacity: 0.82;
	filter: none;
}

.single-product .podxmas-wcpa-pill.is-color.is-selected {
	background-color: inherit;
	border-color: var(--podxmas-accent, #f7921f) !important;
	border-width: 3px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(247, 146, 31, 0.55);
	color: transparent;
}

.single-product .podxmas-has-pills .select,
.single-product .podxmas-has-pills .SumoSelect {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	padding: 0 !important;
	margin: -1px !important;
}

.single-product .podxmas-has-pills {
	position: relative;
}

@media (max-width: 849px) {
	.single-product .podxmas-pdp-actions .podxmas-preview-btn {
		display: none;
	}

	.single-product .podxmas-pdp-actions .podxmas-atc-row,
	.single-product .podxmas-pdp-actions .sg_wrapper_add_to_cart_quantity {
		order: 1;
	}
}
