/* Podxmas landing CVR + conversion chrome (Picturestees port) */

/* —— FOMO toast + email lead —— */
.podxmas-fomo {
	bottom: 1.25rem;
	left: 1.25rem;
	max-width: min(22rem, calc(100vw - 2rem));
	pointer-events: none;
	position: fixed;
	z-index: 10050;
}

.podxmas-fomo__card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.08);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(22, 22, 24, 0.16);
	display: flex;
	gap: 0.75rem;
	opacity: 0;
	padding: 0.75rem 2rem 0.75rem 0.75rem;
	pointer-events: auto;
	position: relative;
	transform: translateY(12px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.podxmas-fomo__card.is-in {
	opacity: 1;
	transform: translateY(0);
}

.podxmas-fomo__img {
	border-radius: 10px;
	flex: 0 0 auto;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.podxmas-fomo__img--empty {
	background: #fff4ea;
	display: block;
}

.podxmas-fomo__body {
	min-width: 0;
}

.podxmas-fomo__who,
.podxmas-fomo__what,
.podxmas-fomo__when {
	margin: 0;
}

.podxmas-fomo__who {
	color: #161618;
	font-size: 0.82rem;
	line-height: 1.25;
}

.podxmas-fomo__what {
	color: #5c5c5c;
	font-size: 0.78rem;
	margin-top: 0.1rem;
}

.podxmas-fomo__when {
	color: #8a8a8a;
	font-size: 0.7rem;
	margin-top: 0.15rem;
}

.podxmas-fomo__x {
	background: transparent;
	border: 0;
	color: #8a8a8a;
	cursor: pointer;
	font-size: 1.1rem;
	line-height: 1;
	padding: 0.2rem;
	position: absolute;
	right: 0.35rem;
	top: 0.2rem;
}

html.podxmas-lead-open {
	overflow: hidden;
}

.podxmas-lead[hidden] {
	display: none !important;
}

.podxmas-lead {
	inset: 0;
	position: fixed;
	z-index: 10060;
}

.podxmas-lead__backdrop {
	background: rgba(22, 22, 24, 0.45);
	inset: 0;
	position: absolute;
}

.podxmas-lead__dialog {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 64px rgba(22, 22, 24, 0.28);
	left: 50%;
	max-height: min(92vh, 560px);
	max-width: min(26rem, calc(100vw - 2rem));
	overflow: auto;
	padding: 1.75rem 1.5rem 1.35rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.podxmas-lead__close {
	background: transparent;
	border: 0;
	color: #8a8a8a;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25rem;
	position: absolute;
	right: 0.65rem;
	top: 0.45rem;
}

.podxmas-lead__eyebrow {
	color: var(--podxmas-accent, #f7921f);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.podxmas-lead__title {
	color: #161618;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 0.55rem;
}

.podxmas-lead__text {
	color: #5c5c5c;
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0 0 1.1rem;
}

.podxmas-lead__form {
	display: grid;
	gap: 0.65rem;
}

.podxmas-lead__input {
	border: 1px solid #e0d5c8 !important;
	border-radius: 10px !important;
	font-size: 1rem !important;
	padding: 0.75rem 0.9rem !important;
	width: 100%;
}

.podxmas-lead__submit {
	border-radius: 999px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	width: 100%;
}

.podxmas-lead__ok {
	color: #161618;
	font-size: 0.92rem;
	font-weight: 600;
	margin: 0 0 0.75rem;
}

.podxmas-lead__code-row {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.podxmas-lead__code {
	background: #fff9f4;
	border: 1px dashed #e0c4a0;
	border-radius: 10px;
	flex: 1;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 0.65rem 0.75rem;
	text-align: center;
}

.podxmas-lead__copy {
	background: #161618;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.7rem 0.85rem;
	white-space: nowrap;
}

.podxmas-lead__fine {
	color: #8a8a8a;
	font-size: 0.72rem;
	line-height: 1.4;
	margin: 1rem 0 0;
}

@media (max-width: 640px) {
	.podxmas-fomo {
		bottom: 4.5rem;
		left: 0.75rem;
		right: 0.75rem;
		max-width: none;
	}
}

/* —— Landing chrome —— */
.podxmas-landing-coupon {
	align-items: center;
	background: rgba(247, 146, 31, 0.1);
	border: 1px dashed rgba(247, 146, 31, 0.45);
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.75rem;
	margin: 1rem 0 0;
	max-width: 34rem;
	padding: 0.7rem 0.85rem;
}

.podxmas-landing-coupon__code {
	background: #161618;
	border-radius: 8px;
	color: #fff9f4;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 0.35rem 0.55rem;
}

.podxmas-landing-coupon__note {
	color: #5c5c5c;
	flex: 1 1 10rem;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.3;
}

.podxmas-landing-coupon__copy {
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.12);
	border-radius: 999px;
	color: #161618;
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.35rem 0.75rem;
}

.podxmas-landing-proof {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 1.15rem 0 0;
	max-width: 32rem;
	padding: 0;
}

.podxmas-landing-proof li {
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.08);
	border-radius: 12px;
	padding: 0.65rem 0.7rem;
}

.podxmas-landing-proof__k {
	color: #8a8a8a;
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.podxmas-landing-proof strong {
	color: #161618;
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.podxmas-landing-fit {
	color: #6b6b6b;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0.25rem 0 0.35rem;
}

.podxmas-landing-sticky {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 10040;
}

.podxmas-landing-sticky[hidden] {
	display: none !important;
}

.podxmas-landing-sticky__inner {
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(22, 22, 24, 0.92);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -10px 28px rgba(22, 22, 24, 0.18);
	display: flex;
	gap: 0.85rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0.75rem 1rem;
}

.podxmas-landing-sticky__copy {
	color: #fff9f4;
	font-size: 0.84rem;
	font-weight: 650;
	line-height: 1.3;
	margin: 0;
}

.podxmas-landing-sticky__cta.button {
	border-radius: 999px !important;
	flex: 0 0 auto;
	font-weight: 800 !important;
	margin: 0 !important;
	padding-left: 1.1rem !important;
	padding-right: 1.1rem !important;
	white-space: nowrap;
}

html.podxmas-landing-sticky-on {
	scroll-padding-bottom: 4.5rem;
}

.podxmas-landing-countdown {
	align-items: baseline;
	background: rgba(247, 146, 31, 0.12);
	border-left: 3px solid var(--podxmas-accent, #f7921f);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.85rem;
	margin: 1rem 0 0;
	max-width: 34rem;
	padding: 0.7rem 0.9rem;
}

.podxmas-landing-countdown__label {
	color: #5c5c5c;
	font-size: 0.84rem;
	font-weight: 650;
	margin: 0;
}

.podxmas-landing-countdown__clock {
	color: #161618;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
}

.podxmas-landing-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1.15rem;
}

.podxmas-landing-filters__chip {
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.12);
	border-radius: 999px;
	color: #161618;
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.4rem 0.85rem;
}

.podxmas-landing-filters__chip.is-active,
.podxmas-landing-filters__chip:hover {
	background: #161618;
	border-color: #161618;
	color: #fff;
}

.podxmas-landing-filters__empty {
	color: #8a8a8a;
	font-size: 0.9rem;
	margin: 0.75rem 0 0;
}

.podxmas-landing-showcase {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.podxmas-landing-card {
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.07);
	border-radius: 14px;
	padding: 0.75rem;
}

.podxmas-landing-card__media img {
	border-radius: 10px;
	display: block;
	height: auto;
	width: 100%;
}

.podxmas-landing-card__title {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0.65rem 0 0.25rem;
}

.podxmas-landing-card__title a {
	color: inherit;
	text-decoration: none;
}

.podxmas-landing-card__price {
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0 0 0.55rem;
}

.podxmas-landing-card__cta.button {
	border-radius: 999px !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	margin: 0 !important;
	width: 100%;
}

.podxmas-landing-look {
	border-top: 1px solid rgba(22, 22, 24, 0.08);
	margin-top: 0.5rem;
	padding-top: 1.75rem;
}

.podxmas-landing-look__title {
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.3rem;
}

.podxmas-landing-look__sub {
	color: #6b6b6b;
	font-size: 0.9rem;
	margin: 0 0 1rem;
}

.podxmas-landing-look__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.podxmas-landing-look__grid a {
	color: inherit;
	display: grid;
	gap: 0.4rem;
	text-decoration: none;
}

.podxmas-landing-look__grid img {
	border-radius: 12px;
	width: 100%;
}

.podxmas-landing-look__grid span {
	font-size: 0.88rem;
	font-weight: 700;
}

.podxmas-landing-look__grid em {
	color: #5c5c5c;
	font-style: normal;
	font-size: 0.84rem;
}

.podxmas-landing-faq {
	padding: clamp(1.25rem, 3vw, 2rem) 0;
}

.podxmas-landing-faq__title {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 1rem;
}

.podxmas-landing-faq__list {
	display: grid;
	gap: 0.65rem;
	max-width: 42rem;
}

.podxmas-landing-faq__item {
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.08);
	border-radius: 14px;
	padding: 0.85rem 1rem;
}

.podxmas-landing-faq__q {
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 750;
	list-style: none;
}

.podxmas-landing-faq__q::-webkit-details-marker {
	display: none;
}

.podxmas-landing-faq__a {
	color: #5c5c5c;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0.55rem 0 0;
}

@media (max-width: 640px) {
	.podxmas-landing-proof {
		grid-template-columns: 1fr;
	}

	.podxmas-landing-sticky__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 0.55rem;
	}

	.podxmas-landing-sticky__cta.button {
		width: 100%;
	}
}

/* —— Explore more (internal links) —— */
.podxmas-ilinks-section {
	background:
		radial-gradient(700px 240px at 8% 0%, rgba(247, 146, 31, 0.1), transparent 55%),
		radial-gradient(600px 200px at 92% 100%, rgba(22, 22, 24, 0.04), transparent 50%),
		#fff9f4;
	border-top: 1px solid rgba(22, 22, 24, 0.06);
	margin: 2.5rem 0 0;
	padding: clamp(2rem, 4vw, 3.25rem) 0;
}

.podxmas-ilinks-section .container {
	max-width: 1180px;
}

.podxmas-ilinks__head {
	margin: 0 0 1.5rem;
	max-width: 36rem;
}

.podxmas-ilinks__eyebrow {
	color: var(--podxmas-accent, #f7921f);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.podxmas-ilinks__heading {
	color: #161618;
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0;
}

.podxmas-ilinks__groups {
	display: grid;
	gap: 1rem;
}

@media (min-width: 900px) {
	.podxmas-ilinks__groups {
		gap: 1.15rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.podxmas-ilinks__group:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

.podxmas-ilinks__group {
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.07);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(22, 22, 24, 0.04);
	padding: 1.15rem 1.2rem 1.25rem;
}

.podxmas-ilinks__title {
	color: #161618;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 0.85rem;
}

.podxmas-ilinks__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.podxmas-ilinks__list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.podxmas-ilinks__chip {
	align-items: center;
	background: #fff9f4;
	border: 1px solid rgba(22, 22, 24, 0.08);
	border-radius: 999px;
	color: #161618 !important;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 650;
	gap: 0.4rem;
	line-height: 1.2;
	padding: 0.48rem 0.85rem 0.48rem 0.95rem;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.podxmas-ilinks__chip:hover,
.podxmas-ilinks__chip:focus-visible {
	background: #161618;
	border-color: #161618;
	box-shadow: 0 8px 18px rgba(22, 22, 24, 0.14);
	color: #fff !important;
	transform: translateY(-1px);
}

.podxmas-ilinks__chip-arrow {
	color: var(--podxmas-accent, #f7921f);
	font-size: 0.9em;
	line-height: 1;
	transition: color 0.2s ease, transform 0.2s ease;
}

.podxmas-ilinks__chip:hover .podxmas-ilinks__chip-arrow,
.podxmas-ilinks__chip:focus-visible .podxmas-ilinks__chip-arrow {
	color: #ffc37a;
	transform: translateX(2px);
}
