.mythrifts-homepage {
background: var(--mythrifts-cream);
color: var(--mythrifts-ink);
}

.mythrifts-section {
padding: 48px 0;
}

.mythrifts-section h2 {
margin: 0 0 12px;
font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.mythrifts-section--trust {
padding: 18px 0;
background: var(--mythrifts-brown);
color: var(--mythrifts-cream);
text-align: center;
}

.mythrifts-section--trust p {
margin: 0;
font-weight: 700;
letter-spacing: 0.02em;
}

.mythrifts-promo-banner {
	background: #d8d0bc;
	color: #1a1713;
	font-size: .82rem;
	font-weight: 700;
	text-align: center;
}

.mythrifts-promo-banner__inner {
	width: min(1320px, calc(100% - 24px));
	min-height: 36px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	position: relative;
}

.mythrifts-promo-banner__link {
	color: #1a1713;
	text-transform: uppercase;
	font-size: .72rem;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mythrifts-promo-banner__close {
	position: absolute;
	right: 0;
	background: transparent;
	border: 0;
	font-size: 1rem;
	cursor: pointer;
	color: #1a1713;
}

.mythrifts-countdown-strip {
	background: #080808;
	color: #f6efe4;
	border-top: 1px solid rgba(255,255,255,.06);
	border-bottom: 1px solid rgba(255,255,255,.06);
}

.mythrifts-countdown-strip__inner {
	width: min(1320px, calc(100% - 24px));
	margin: 0 auto;
	min-height: 86px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 24px;
	align-items: center;
}

.mythrifts-countdown-strip__offer {
	color: #c89b55;
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.mythrifts-countdown-strip__label {
	color: rgba(246,239,228,.72);
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.mythrifts-countdown {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mythrifts-countdown div {
	min-width: 58px;
	padding: 8px 8px 7px;
	background: #151515;
	border: 1px solid rgba(255,255,255,.08);
	text-align: center;
}

.mythrifts-countdown strong {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}

.mythrifts-countdown span {
	font-size: .62rem;
	color: rgba(246,239,228,.62);
	text-transform: uppercase;
}

.mythrifts-countdown-strip__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	font-size: .82rem;
}

.mythrifts-countdown-strip__right strong {
	color: #c89b55;
	background: rgba(200,155,85,.12);
	padding: 5px 9px;
}

.mythrifts-countdown-strip__right a {
	color: #f6efe4;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-transform: uppercase;
	font-size: .72rem;
}

.mythrifts-marquee-bar {
	background: #ff5b16;
	color: #fff;
	overflow: hidden;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	white-space: nowrap;
}

.mythrifts-marquee-bar__track {
	display: inline-flex;
	gap: 28px;
	padding: 10px 0;
	animation: mythrifts-marquee 26s linear infinite;
}

@keyframes mythrifts-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 780px) {
	.mythrifts-countdown-strip__inner {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 18px 0;
	}

	.mythrifts-countdown,
	.mythrifts-countdown-strip__right {
		justify-content: center;
	}
}

/* Front page full-width foundation */
body.home .site-content > .ast-container,
body.front-page .site-content > .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: block !important;
}

body.home .content-area,
body.front-page .content-area {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.home .site-main,
body.front-page .site-main {
	margin: 0 !important;
	padding: 0 !important;
}

body.home .ast-article-single,
body.front-page .ast-article-single,
body.home .ast-separate-container .ast-article-single,
body.front-page .ast-separate-container .ast-article-single {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

body.home .mythrifts-homepage {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* Let top homepage experience stretch like original design */
body.home .mythrifts-hero__viewport,
body.home .mythrifts-promo-banner__inner,
body.home .mythrifts-countdown-strip__inner,
body.home .mythrifts-marquee-bar,
body.home .mythrifts-section--trust {
	width: 100%;
	max-width: 100%;
}

/* Keep lower placeholder content readable until we design those sections */
body.home .mythrifts-section:not(.mythrifts-section--trust) .mythrifts-container {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto;
}


/* Milestone 02.2 homepage section order + placeholders */
.mythrifts-section {
	background: #111111;
	color: #f6efe4;
}

.mythrifts-section:not(.mythrifts-section--trust) {
	padding: 76px 0;
}

.mythrifts-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.mythrifts-section__head--center {
	display: block;
	text-align: center;
	max-width: 720px;
	margin-inline: auto;
}

.mythrifts-section__eyebrow {
	display: block;
	color: #c89b55;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.mythrifts-section h2 {
	color: #f6efe4;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.2rem);
	letter-spacing: -0.04em;
	line-height: 1;
}

.mythrifts-section__view-all {
	color: rgba(246,239,228,.78);
	text-transform: uppercase;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none;
	border: 1px solid rgba(246,239,228,.16);
	padding: 10px 14px;
}

.mythrifts-archive-grid,
.mythrifts-product-grid,
.mythrifts-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mythrifts-archive-card,
.mythrifts-product-card-placeholder,
.mythrifts-testimonial-card {
	min-height: 230px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
		#1b1b1b;
	border: 1px solid rgba(255,255,255,.08);
	padding: 18px;
	display: flex;
	align-items: end;
	color: #f6efe4;
	font-weight: 800;
}

.mythrifts-product-card-placeholder {
	min-height: 320px;
	align-items: center;
	justify-content: center;
	color: rgba(246,239,228,.55);
}

.mythrifts-promo-secondary {
	background: #1b1710;
	color: #f6efe4;
	padding: 38px 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.08);
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.mythrifts-promo-secondary p {
	margin: 0 0 14px;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
}

.mythrifts-promo-secondary a {
	color: #c89b55;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .1em;
}

.mythrifts-brand-story__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 44px;
	align-items: center;
}

.mythrifts-brand-story__visual {
	min-height: 360px;
	background:
		linear-gradient(135deg, rgba(255,91,22,.22), transparent 50%),
		#1b1b1b;
	border: 1px solid rgba(255,255,255,.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mythrifts-brand-story__visual span {
	font-size: 4rem;
	color: #c89b55;
	font-weight: 900;
	line-height: 1;
}

.mythrifts-brand-story__visual strong {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: .12em;
}

@media (max-width: 900px) {
	.mythrifts-section__head {
		display: block;
	}

	.mythrifts-section__view-all {
		display: inline-flex;
		margin-top: 16px;
	}

	.mythrifts-archive-grid,
	.mythrifts-product-grid,
	.mythrifts-testimonial-grid,
	.mythrifts-brand-story__grid {
		grid-template-columns: 1fr;
	}
}

/* UGC reel cards */
.mythrifts-ugc-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.mythrifts-ugc-card {
	display: block;
	text-decoration: none;
	color: var(--mythrifts-paper, #EDDDBC);
	background: var(--mythrifts-deep-brown, #1A1410);
	border: 1px solid var(--mythrifts-border, rgba(237,221,188,.14));
	overflow: hidden;
	transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.mythrifts-ugc-card:hover {
	transform: translateY(-6px);
	border-color: rgba(231,119,33,.55);
	box-shadow: 0 18px 44px rgba(0,0,0,.34);
}

.mythrifts-ugc-card__media {
	position: relative;
	display: flex;
	min-height: 360px;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 50% 35%, rgba(231,119,33,.25), transparent 42%),
		linear-gradient(180deg, rgba(237,221,188,.08), rgba(237,221,188,.02)),
		#211810;
}

.mythrifts-ugc-card__play {
	width: 54px;
	height: 54px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--mythrifts-orange, #E77721);
	color: #111111;
	font-size: 1rem;
	box-shadow: 0 0 0 10px rgba(231,119,33,.12);
}

.mythrifts-ugc-card__label {
	position: absolute;
	left: 14px;
	top: 14px;
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: var(--mythrifts-orange, #E77721);
}

.mythrifts-ugc-card__content {
	display: block;
	padding: 16px;
}

.mythrifts-ugc-card__content strong,
.mythrifts-ugc-card__content small,
.mythrifts-ugc-card__content em {
	display: block;
}

.mythrifts-ugc-card__content strong {
	font-size: .95rem;
	color: var(--mythrifts-paper, #EDDDBC);
	margin-bottom: 5px;
}

.mythrifts-ugc-card__content small {
	color: rgba(237,221,188,.68);
	font-size: .78rem;
	margin-bottom: 12px;
}

.mythrifts-ugc-card__content em {
	font-style: normal;
	color: var(--mythrifts-orange, #E77721);
	font-size: .7rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

@media (max-width: 900px) {
	.mythrifts-ugc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mythrifts-ugc-card__media {
		min-height: 300px;
	}
}

@media (max-width: 560px) {
	.mythrifts-ugc-grid {
		grid-template-columns: 1fr;
	}
}

/* Milestone 02.7 Trust + Newsletter + How It Works visual pack */

.mythrifts-testimonial-grid--four,
.mythrifts-how-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mythrifts-review-card {
	min-height: 290px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 22px;
	position: relative;
	overflow: hidden;
}

.mythrifts-review-card::after,
.mythrifts-how-card::after {
	content: "";
	position: absolute;
	inset: auto -30% -45% -30%;
	height: 130px;
	background: radial-gradient(circle, rgba(231,119,33,.22), transparent 62%);
	pointer-events: none;
}

.mythrifts-review-card__face {
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(237,221,188,.28), rgba(231,119,33,.55)),
		#2B2118;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	border: 1px solid rgba(237,221,188,.24);
}

.mythrifts-review-card__face span {
	color: var(--mythrifts-paper, #EDDDBC);
	font-weight: 900;
	font-size: 1.25rem;
}

.mythrifts-review-card__stars {
	color: var(--mythrifts-orange, #E77721);
	letter-spacing: .08em;
	font-size: .78rem;
	margin-bottom: 14px;
}

.mythrifts-review-card p {
	color: rgba(237,221,188,.84);
	font-size: .92rem;
	line-height: 1.55;
	margin: 0 0 18px;
}

.mythrifts-review-card strong {
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: .82rem;
	margin-top: auto;
}

.mythrifts-review-card__link {
	margin-top: 12px;
	color: var(--mythrifts-orange, #E77721);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
}

.mythrifts-newsletter-section {
	padding-top: 44px !important;
	padding-bottom: 44px !important;
}

.mythrifts-newsletter-box {
	background:
		linear-gradient(135deg, rgba(231,119,33,.18), transparent 46%),
		var(--mythrifts-deep-brown, #1A1410);
	border: 1px solid var(--mythrifts-border, rgba(237,221,188,.14));
	padding: clamp(28px, 5vw, 54px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: center;
}

.mythrifts-newsletter-box h2 {
	margin: 0 0 12px;
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: .95;
	letter-spacing: -0.05em;
}

.mythrifts-newsletter-box p {
	color: rgba(237,221,188,.78);
	font-size: 1rem;
	max-width: 560px;
	margin: 0;
}

.mythrifts-newsletter-form {
	display: flex;
	gap: 10px;
	background: rgba(17,17,17,.72);
	border: 1px solid rgba(237,221,188,.16);
	padding: 8px;
}

.mythrifts-newsletter-form input {
	flex: 1;
	min-width: 0;
	background: transparent;
	border: 0;
	color: var(--mythrifts-paper, #EDDDBC);
	padding: 12px 14px;
	outline: none;
}

.mythrifts-newsletter-form input::placeholder {
	color: rgba(237,221,188,.48);
}

.mythrifts-newsletter-form button,
.mythrifts-review-submit a {
	border: 0;
	background: var(--mythrifts-orange, #E77721);
	color: #111111;
	padding: 12px 18px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .72rem;
	text-decoration: none;
	cursor: pointer;
}

.mythrifts-review-submit {
	grid-column: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid rgba(237,221,188,.12);
	padding-top: 18px;
	color: rgba(237,221,188,.72);
}

.mythrifts-how-card {
	position: relative;
	min-height: 270px;
	background:
		linear-gradient(180deg, rgba(237,221,188,.08), rgba(237,221,188,.02)),
		var(--mythrifts-deep-brown, #1A1410);
	border: 1px solid var(--mythrifts-border, rgba(237,221,188,.14));
	padding: 24px;
	overflow: hidden;
	transition: transform .28s ease, border-color .28s ease;
}

.mythrifts-how-card:hover {
	transform: translateY(-6px);
	border-color: rgba(231,119,33,.55);
}

.mythrifts-how-card span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	background: var(--mythrifts-orange, #E77721);
	color: #111111;
	font-weight: 900;
	margin-bottom: 36px;
}

.mythrifts-how-card h3 {
	color: var(--mythrifts-paper, #EDDDBC);
	margin: 0 0 12px;
	font-size: 1.25rem;
	line-height: 1.05;
}

.mythrifts-how-card p {
	color: rgba(237,221,188,.72);
	margin: 0;
	font-size: .92rem;
	line-height: 1.55;
}

@media (max-width: 1000px) {
	.mythrifts-testimonial-grid--four,
	.mythrifts-how-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mythrifts-newsletter-box {
		grid-template-columns: 1fr;
	}

	.mythrifts-review-submit {
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.mythrifts-testimonial-grid--four,
	.mythrifts-how-grid {
		grid-template-columns: 1fr;
	}

	.mythrifts-newsletter-form,
	.mythrifts-review-submit {
		display: block;
	}

	.mythrifts-newsletter-form button,
	.mythrifts-review-submit a {
		display: inline-flex;
		margin-top: 12px;
	}
}

/* Milestone 02.8 marketplace card visual pack */

.mythrifts-market-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mythrifts-market-card {
	background: var(--mythrifts-deep-brown, #1A1410);
	border: 1px solid var(--mythrifts-border, rgba(237,221,188,.14));
	color: var(--mythrifts-paper, #EDDDBC);
	overflow: hidden;
	transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.mythrifts-market-card:hover {
	transform: translateY(-6px);
	border-color: rgba(231,119,33,.58);
	box-shadow: 0 18px 44px rgba(0,0,0,.34);
}

.mythrifts-market-card__image {
	position: relative;
	min-height: 255px;
	background:
		radial-gradient(circle at 50% 35%, rgba(231,119,33,.22), transparent 40%),
		linear-gradient(180deg, rgba(237,221,188,.08), rgba(237,221,188,.02)),
		#211810;
	display: flex;
	align-items: flex-end;
	padding: 14px;
}

.mythrifts-market-card__image span {
	background: rgba(17,17,17,.82);
	color: var(--mythrifts-orange, #E77721);
	border: 1px solid rgba(231,119,33,.32);
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
	padding: 7px 9px;
}

.mythrifts-market-card__body {
	padding: 16px;
}

.mythrifts-market-card__body h3 {
	color: var(--mythrifts-paper, #EDDDBC);
	margin: 0 0 7px;
	font-size: 1rem;
	line-height: 1.15;
}

.mythrifts-market-card__body p {
	color: rgba(237,221,188,.66);
	font-size: .78rem;
	margin: 0 0 16px;
}

.mythrifts-market-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mythrifts-market-card__meta strong {
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: 1rem;
}

.mythrifts-market-card__meta a {
	color: var(--mythrifts-orange, #E77721);
	text-decoration: none;
	text-transform: uppercase;
	font-size: .64rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.mythrifts-market-card--vendor .mythrifts-market-card__image {
	background:
		radial-gradient(circle at 30% 20%, rgba(231,119,33,.26), transparent 38%),
		linear-gradient(180deg, rgba(237,221,188,.08), rgba(237,221,188,.02)),
		#20170f;
}

.mythrifts-market-card--community .mythrifts-market-card__image {
	background:
		radial-gradient(circle at 70% 30%, rgba(237,221,188,.16), transparent 36%),
		linear-gradient(180deg, rgba(231,119,33,.10), rgba(237,221,188,.02)),
		#1b150f;
}

@media (max-width: 1000px) {
	.mythrifts-market-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.mythrifts-market-grid {
		grid-template-columns: 1fr;
	}
}

/* Milestone 02.9 Shop Archive + Latest Releases polish */

.mythrifts-archive-premium-grid,
.mythrifts-latest-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mythrifts-archive-premium-card {
	position: relative;
	display: flex;
	min-height: 330px;
	padding: 22px;
	overflow: hidden;
	text-decoration: none;
	color: var(--mythrifts-paper, #EDDDBC);
	background:
		radial-gradient(circle at 50% 30%, rgba(231,119,33,.18), transparent 38%),
		linear-gradient(180deg, rgba(237,221,188,.08), rgba(237,221,188,.02)),
		#1A1410;
	border: 1px solid var(--mythrifts-border, rgba(237,221,188,.14));
	filter: grayscale(1);
	transition: transform .32s ease, filter .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.mythrifts-archive-premium-card:hover {
	transform: translateY(-8px) scale(1.015);
	filter: grayscale(0);
	border-color: rgba(231,119,33,.65);
	box-shadow: 0 22px 55px rgba(0,0,0,.42);
}

.mythrifts-archive-premium-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(145deg, rgba(231,119,33,.18), transparent 42%),
		linear-gradient(0deg, rgba(0,0,0,.70), transparent 62%);
	opacity: .86;
	pointer-events: none;
}

.mythrifts-archive-premium-card__number {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	color: rgba(237,221,188,.22);
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -.08em;
	line-height: 1;
}

.mythrifts-archive-premium-card__content {
	position: relative;
	z-index: 2;
	align-self: flex-end;
	display: block;
}

.mythrifts-archive-premium-card__content small,
.mythrifts-archive-premium-card__content strong,
.mythrifts-archive-premium-card__content em,
.mythrifts-archive-premium-card__content b {
	display: block;
}

.mythrifts-archive-premium-card__content small {
	color: var(--mythrifts-orange, #E77721);
	font-size: .66rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .13em;
	margin-bottom: 10px;
}

.mythrifts-archive-premium-card__content strong {
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: 1.25rem;
	line-height: 1.05;
	margin-bottom: 10px;
}

.mythrifts-archive-premium-card__content em {
	color: rgba(237,221,188,.70);
	font-style: normal;
	font-size: .82rem;
	line-height: 1.45;
	margin-bottom: 18px;
}

.mythrifts-archive-premium-card__content b {
	color: var(--mythrifts-orange, #E77721);
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.mythrifts-latest-card {
	background: var(--mythrifts-deep-brown, #1A1410);
	border: 1px solid var(--mythrifts-border, rgba(237,221,188,.14));
	overflow: hidden;
	color: var(--mythrifts-paper, #EDDDBC);
	transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.mythrifts-latest-card:hover {
	transform: translateY(-6px);
	border-color: rgba(231,119,33,.58);
	box-shadow: 0 18px 44px rgba(0,0,0,.34);
}

.mythrifts-latest-card__image {
	position: relative;
	display: block;
	min-height: 285px;
	background:
		radial-gradient(circle at 50% 35%, rgba(231,119,33,.24), transparent 38%),
		linear-gradient(180deg, rgba(237,221,188,.08), rgba(237,221,188,.02)),
		#211810;
	overflow: hidden;
}

.mythrifts-latest-card__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform .45s ease;
}

.mythrifts-latest-card:hover .mythrifts-latest-card__image img {
	transform: scale(1.06);
}

.mythrifts-latest-card__image-color {
	filter: saturate(1.08) contrast(1.02);
}

.mythrifts-latest-card__image-gray {
	filter: grayscale(1) contrast(.95);
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 45%, rgba(0,0,0,.74) 58%, transparent 78%);
	mask-image: linear-gradient(to bottom, #000 0%, #000 45%, rgba(0,0,0,.74) 58%, transparent 78%);
}

.mythrifts-latest-card__placeholder {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, rgba(105,105,105,.48) 0%, rgba(105,105,105,.34) 46%, rgba(231,119,33,.16) 72%, rgba(231,119,33,.23) 100%),
		radial-gradient(circle at 50% 70%, rgba(231,119,33,.30), transparent 38%),
		#211810;
}

.mythrifts-latest-card__tag {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 3;
	background: rgba(17,17,17,.82);
	color: var(--mythrifts-orange, #E77721);
	border: 1px solid rgba(231,119,33,.32);
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
	padding: 7px 9px;
}

.mythrifts-latest-card__body {
	padding: 16px;
}

.mythrifts-latest-card__body h3 {
	margin: 0 0 14px;
	font-size: 1rem;
	line-height: 1.16;
}

.mythrifts-latest-card__body h3 a {
	color: var(--mythrifts-paper, #EDDDBC);
	text-decoration: none;
}

.mythrifts-latest-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mythrifts-latest-card__meta strong,
.mythrifts-latest-card__meta .woocommerce-Price-amount {
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: 1rem;
}

.mythrifts-latest-card__meta a {
	color: var(--mythrifts-orange, #E77721);
	text-decoration: none;
	text-transform: uppercase;
	font-size: .64rem;
	font-weight: 900;
	letter-spacing: .1em;
}

@media (max-width: 1000px) {
	.mythrifts-archive-premium-grid,
	.mythrifts-latest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.mythrifts-archive-premium-grid,
	.mythrifts-latest-grid {
		grid-template-columns: 1fr;
	}
}

/* Milestone 02.10 Promo polish */

.mythrifts-promo-banner--top {
	position: relative;
	background: var(--mythrifts-orange, #E77721);
	color: #111111;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.mythrifts-promo-banner__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 7px 44px;
	text-align: center;
}

.mythrifts-promo-banner__inner a {
	color: #111111;
	border-bottom: 1px solid #111111;
	text-decoration: none;
}

.mythrifts-promo-banner__close {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 1rem;
	cursor: pointer;
}

.mythrifts-promo-secondary {
	background:
		linear-gradient(90deg, rgba(231,119,33,.16), transparent 58%),
		var(--mythrifts-deep-brown, #1A1410);
	color: var(--mythrifts-paper, #EDDDBC);
	padding: 48px 0;
	border-top: 1px solid rgba(237,221,188,.10);
	border-bottom: 1px solid rgba(237,221,188,.10);
}

.mythrifts-promo-secondary__grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
}

.mythrifts-promo-secondary span {
	display: block;
	color: var(--mythrifts-orange, #E77721);
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .13em;
	margin-bottom: 8px;
}

.mythrifts-promo-secondary h2 {
	margin: 0 0 8px;
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: clamp(1.8rem, 4vw, 3rem);
	letter-spacing: -.05em;
	line-height: .95;
}

.mythrifts-promo-secondary p {
	margin: 0;
	color: rgba(237,221,188,.68);
	max-width: 620px;
}

.mythrifts-promo-secondary__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.mythrifts-promo-secondary__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--mythrifts-orange, #E77721);
	color: #111111;
	padding: 12px 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .09em;
}

.mythrifts-promo-secondary__actions .mythrifts-promo-secondary__ghost {
	background: transparent;
	color: var(--mythrifts-orange, #E77721);
	border: 1px solid rgba(231,119,33,.44);
}

@media (max-width: 760px) {
	.mythrifts-promo-banner__inner {
		display: block;
		line-height: 1.45;
	}

	.mythrifts-promo-secondary__grid {
		grid-template-columns: 1fr;
	}

	.mythrifts-promo-secondary__actions {
		justify-content: flex-start;
	}
}

/* Repair promo secondary button visibility */
.mythrifts-promo-secondary__actions a {
	min-width: 150px;
	text-align: center;
	white-space: nowrap;
}

.mythrifts-promo-secondary__actions a,
.mythrifts-promo-secondary__actions a:visited {
	color: #111111 !important;
}

.mythrifts-promo-secondary__actions .mythrifts-promo-secondary__ghost,
.mythrifts-promo-secondary__actions .mythrifts-promo-secondary__ghost:visited {
	color: var(--mythrifts-orange, #E77721) !important;
}

/* Promo Banner 2 final balanced divider repair */
.mythrifts-promo-secondary {
	background:
		radial-gradient(circle at 50% 0%, rgba(231,119,33,.18), transparent 42%),
		var(--mythrifts-deep-brown, #1A1410) !important;
	padding: 58px 0 !important;
	text-align: center;
}

.mythrifts-promo-secondary__box {
	max-width: 780px;
	margin-inline: auto;
}

.mythrifts-promo-secondary__label {
	display: block;
	color: var(--mythrifts-orange, #E77721);
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
	margin-bottom: 10px;
}

.mythrifts-promo-secondary h2 {
	color: var(--mythrifts-paper, #EDDDBC);
	margin: 0 0 12px;
	font-size: clamp(2rem, 4.4vw, 3.4rem);
	line-height: .95;
	letter-spacing: -.05em;
}

.mythrifts-promo-secondary p {
	color: rgba(237,221,188,.74);
	max-width: 620px;
	margin: 0 auto 24px;
	font-size: 1rem;
	line-height: 1.6;
}

.mythrifts-promo-secondary__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.mythrifts-promo-secondary__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	min-height: 42px;
	background: var(--mythrifts-orange, #E77721);
	color: #111111 !important;
	border: 1px solid var(--mythrifts-orange, #E77721);
	text-decoration: none;
	text-transform: uppercase;
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .09em;
	padding: 12px 18px;
	line-height: 1;
}

.mythrifts-promo-secondary__actions .mythrifts-promo-secondary__ghost {
	background: transparent;
	color: var(--mythrifts-orange, #E77721) !important;
	border-color: rgba(231,119,33,.55);
}

.mythrifts-promo-secondary__actions a:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

@media (max-width: 560px) {
	.mythrifts-promo-secondary {
		padding: 44px 0 !important;
	}

	.mythrifts-promo-secondary__actions a {
		width: 100%;
	}
}

/* Milestone 02.11 MyThrifts branded footer */

body.home .site-footer {
	display: none !important;
}

.mythrifts-footer {
	background:
		radial-gradient(circle at 12% 0%, rgba(231,119,33,.12), transparent 34%),
		linear-gradient(180deg, #111111 0%, #0c0c0c 100%);
	color: var(--mythrifts-paper, #EDDDBC);
	border-top: 1px solid rgba(237,221,188,.12);
	padding: 72px 0 26px;
}

.mythrifts-footer__top {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, .75fr);
	gap: 42px;
}

.mythrifts-footer__logo {
	display: inline-flex;
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -.07em;
	line-height: .9;
	text-decoration: none;
	margin-bottom: 18px;
}

.mythrifts-footer__brand p {
	color: rgba(237,221,188,.72);
	max-width: 440px;
	line-height: 1.65;
	margin: 0 0 22px;
}

.mythrifts-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mythrifts-footer__badges span {
	border: 1px solid rgba(231,119,33,.38);
	color: var(--mythrifts-orange, #E77721);
	padding: 8px 10px;
	font-size: .64rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.mythrifts-footer__nav h3 {
	color: var(--mythrifts-orange, #E77721);
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
	margin: 0 0 16px;
}

.mythrifts-footer__nav a {
	display: block;
	color: rgba(237,221,188,.72);
	text-decoration: none;
	font-size: .9rem;
	margin-bottom: 11px;
	transition: color .22s ease, transform .22s ease;
}

.mythrifts-footer__nav a:hover {
	color: var(--mythrifts-orange, #E77721);
	transform: translateX(4px);
}

.mythrifts-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(237,221,188,.10);
	margin-top: 56px;
	padding-top: 22px;
}

.mythrifts-footer__bottom p {
	margin: 0;
	color: rgba(237,221,188,.56);
	font-size: .82rem;
}

.mythrifts-footer__bottom div {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.mythrifts-footer__bottom a {
	color: rgba(237,221,188,.64);
	text-decoration: none;
	font-size: .76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.mythrifts-footer__bottom a:hover {
	color: var(--mythrifts-orange, #E77721);
}

@media (max-width: 900px) {
	.mythrifts-footer__top {
		grid-template-columns: 1fr 1fr;
	}

	.mythrifts-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.mythrifts-footer {
		padding: 54px 0 24px;
	}

	.mythrifts-footer__top {
		grid-template-columns: 1fr;
	}

	.mythrifts-footer__bottom {
		display: block;
	}

	.mythrifts-footer__bottom div {
		margin-top: 14px;
	}
}

/* Milestone 02.12 animated thin line + double shade countdown */

.mythrifts-countdown-strip {
	position: relative;
	background:
		radial-gradient(circle at 42% 50%, rgba(231,119,33,.14), transparent 36%),
		linear-gradient(90deg, #111111 0%, #1A1410 52%, #111111 100%) !important;
	color: var(--mythrifts-paper, #EDDDBC);
	border-top: 1px solid rgba(231,119,33,.18);
	border-bottom: 1px solid rgba(231,119,33,.22);
	overflow: hidden;
}

.mythrifts-countdown-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: rgba(231,119,33,.18);
	overflow: hidden;
}

.mythrifts-countdown-line span {
	position: absolute;
	top: 0;
	left: -25%;
	width: 25%;
	height: 100%;
	background: linear-gradient(90deg, transparent, var(--mythrifts-orange, #E77721), transparent);
	box-shadow: 0 0 18px rgba(231,119,33,.75);
	animation: mythrifts-countdown-line-move 3.2s linear infinite;
}

@keyframes mythrifts-countdown-line-move {
	0% {
		left: -25%;
	}
	100% {
		left: 100%;
	}
}

.mythrifts-countdown-strip__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 28px;
	align-items: center;
	min-height: 138px;
	padding-top: 28px;
	padding-bottom: 28px;
}

.mythrifts-countdown-strip__offer span,
.mythrifts-countdown-strip__actions span {
	display: block;
	color: var(--mythrifts-orange, #E77721);
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-bottom: 8px;
}

.mythrifts-countdown-strip__offer h2 {
	color: var(--mythrifts-orange, #E77721);
	font-size: clamp(1.7rem, 4vw, 3rem);
	line-height: .95;
	letter-spacing: -.04em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mythrifts-countdown-strip__offer p {
	margin: 0;
	color: rgba(237,221,188,.66);
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 900;
}

.mythrifts-countdown-strip__timer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.mythrifts-countdown-strip__timer i {
	color: var(--mythrifts-orange, #E77721);
	font-style: normal;
	font-size: 1.8rem;
	font-weight: 900;
	opacity: .72;
	transform: translateY(-8px);
}

.mythrifts-countdown-card {
	position: relative;
	min-width: 92px;
	min-height: 82px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(180deg, #22160f 0%, #22160f 48%, #111111 49%, #111111 100%);
	border: 1px solid rgba(231,119,33,.30);
	box-shadow:
		inset 0 1px 0 rgba(237,221,188,.08),
		inset 0 -1px 0 rgba(0,0,0,.45),
		0 12px 30px rgba(0,0,0,.30);
}

.mythrifts-countdown-card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 49%;
	height: 1px;
	background: rgba(231,119,33,.18);
}

.mythrifts-countdown-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 20%, rgba(231,119,33,.14), transparent 42%);
	pointer-events: none;
}

.mythrifts-countdown-card strong {
	position: relative;
	z-index: 2;
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: 2.25rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -.05em;
}

.mythrifts-countdown-card small {
	position: relative;
	z-index: 2;
	color: var(--mythrifts-orange, #E77721);
	font-size: .62rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
	margin-top: 8px;
}

.mythrifts-countdown-strip__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.mythrifts-countdown-strip__actions span {
	width: 100%;
	text-align: right;
	margin-bottom: 0;
	color: rgba(237,221,188,.62);
}

.mythrifts-countdown-strip__actions strong {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 15px;
	background: var(--mythrifts-paper, #EDDDBC);
	color: #111111;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .12em;
}

.mythrifts-countdown-strip__actions a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	background: var(--mythrifts-orange, #E77721);
	color: #111111;
	text-decoration: none;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

@media (max-width: 1000px) {
	.mythrifts-countdown-strip__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.mythrifts-countdown-strip__actions {
		justify-content: center;
	}

	.mythrifts-countdown-strip__actions span {
		text-align: center;
	}
}

@media (max-width: 620px) {
	.mythrifts-countdown-strip__timer {
		gap: 6px;
	}

	.mythrifts-countdown-card {
		min-width: 68px;
		min-height: 72px;
	}

	.mythrifts-countdown-card strong {
		font-size: 1.7rem;
	}

	.mythrifts-countdown-strip__timer i {
		font-size: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mythrifts-countdown-line span {
		animation: none;
		left: 0;
		width: 100%;
	}
}

/* =========================================================
   Milestone 02.12.1 Countdown refine + Trustbar redesign
   ========================================================= */

/* ----- Countdown refinements ----- */
.mythrifts-countdown-strip {
	position: relative;
}

.mythrifts-countdown-strip::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: rgba(231,119,33,.16);
	overflow: hidden;
	pointer-events: none;
}

.mythrifts-countdown-strip::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -25%;
	width: 25%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--mythrifts-orange, #E77721), transparent);
	box-shadow: 0 0 18px rgba(231,119,33,.72);
	animation: mythrifts-countdown-line-move-reverse 3.2s linear infinite;
	z-index: 2;
	pointer-events: none;
}

@keyframes mythrifts-countdown-line-move-reverse {
	0% {
		right: -25%;
	}
	100% {
		right: 100%;
	}
}

.mythrifts-countdown-strip__offer h2 {
	font-size: clamp(1.45rem, 3.4vw, 2.45rem) !important;
	font-weight: 800 !important;
	letter-spacing: -.03em !important;
}

.mythrifts-countdown-strip__offer p {
	font-size: .72rem !important;
	letter-spacing: .10em !important;
}

.mythrifts-countdown-card {
	min-width: 84px !important;
	min-height: 78px !important;
}

.mythrifts-countdown-card strong {
	font-size: 1.85rem !important;
	font-weight: 800 !important;
	letter-spacing: -.03em !important;
}

.mythrifts-countdown-card small {
	font-size: .58rem !important;
	letter-spacing: .12em !important;
}

.mythrifts-countdown-strip__timer i {
	font-size: 1.4rem !important;
	transform: translateY(-4px) !important;
	opacity: .62 !important;
}

.mythrifts-countdown-strip__actions strong {
	font-size: .72rem !important;
	font-weight: 800 !important;
}

.mythrifts-countdown-strip__actions a {
	font-size: .66rem !important;
	font-weight: 800 !important;
}

/* ----- Trust bar redesign ----- */
.mythrifts-trustbar {
	background: linear-gradient(180deg, #181818 0%, #131313 100%);
	border-top: 1px solid rgba(255,255,255,.06);
	border-bottom: 1px solid rgba(255,255,255,.06);
}

.mythrifts-trustbar__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.mythrifts-trustbar__item {
	min-height: 158px;
	padding: 28px 24px 24px;
	text-align: center;
	position: relative;
	border-right: 1px solid rgba(255,255,255,.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mythrifts-trustbar__item:last-child {
	border-right: 0;
}

.mythrifts-trustbar__icon {
	width: 34px;
	height: 34px;
	border-radius: 4px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.05);
	margin-bottom: 14px;
	position: relative;
}

.mythrifts-trustbar__icon::after {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: 2px;
	background: linear-gradient(135deg, rgba(231,119,33,.55), rgba(237,221,188,.12));
	opacity: .55;
}

.mythrifts-trustbar__item h3 {
	margin: 0 0 10px;
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.1;
}

.mythrifts-trustbar__item strong {
	display: block;
	margin: 0 0 8px;
	color: var(--mythrifts-paper, #EDDDBC);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.3;
}

.mythrifts-trustbar__item p {
	margin: 0;
	color: rgba(237,221,188,.72);
	font-size: .90rem;
	font-weight: 400;
	line-height: 1.45;
	max-width: 300px;
}

/* Responsive */
@media (max-width: 980px) {
	.mythrifts-trustbar__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mythrifts-trustbar__item:nth-child(2) {
		border-right: 0;
	}

	.mythrifts-trustbar__item:nth-child(1),
	.mythrifts-trustbar__item:nth-child(2) {
		border-bottom: 1px solid rgba(255,255,255,.08);
	}
}

@media (max-width: 560px) {
	.mythrifts-trustbar__grid {
		grid-template-columns: 1fr;
	}

	.mythrifts-trustbar__item {
		min-height: 132px;
		padding: 24px 18px;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255,255,255,.08);
	}

	.mythrifts-trustbar__item:last-child {
		border-bottom: 0;
	}

	.mythrifts-trustbar__item h3 {
		font-size: 1.18rem;
	}

	.mythrifts-trustbar__item strong {
		font-size: .92rem;
	}

	.mythrifts-trustbar__item p {
		font-size: .82rem;
	}
}

/* ===========================================
   Countdown lighter typography refinement
   =========================================== */

.mythrifts-countdown-strip__offer h2 {
	font-size: clamp(1.3rem, 3vw, 2.1rem) !important;
	font-weight: 700 !important;
	letter-spacing: -.02em !important;
	line-height: 1 !important;
}

.mythrifts-countdown-strip__offer p {
	font-size: .68rem !important;
	font-weight: 700 !important;
	letter-spacing: .08em !important;
}

.mythrifts-countdown-card {
	min-width: 78px !important;
	min-height: 72px !important;
}

.mythrifts-countdown-card strong {
	font-size: 1.55rem !important;
	font-weight: 700 !important;
	letter-spacing: -.02em !important;
	line-height: 1 !important;
}

.mythrifts-countdown-card small {
	font-size: .54rem !important;
	font-weight: 700 !important;
	letter-spacing: .10em !important;
	margin-top: 6px !important;
}

.mythrifts-countdown-strip__timer i {
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	transform: translateY(-2px) !important;
	opacity: .55 !important;
}

.mythrifts-countdown-strip__actions strong {
	font-size: .68rem !important;
	font-weight: 700 !important;
	letter-spacing: .08em !important;
}

.mythrifts-countdown-strip__actions a {
	font-size: .62rem !important;
	font-weight: 700 !important;
	letter-spacing: .08em !important;
}

/* mobile counter refinement */
@media (max-width: 620px) {
	.mythrifts-countdown-card {
		min-width: 62px !important;
		min-height: 64px !important;
	}

	.mythrifts-countdown-card strong {
		font-size: 1.28rem !important;
	}

	.mythrifts-countdown-card small {
		font-size: .48rem !important;
	}
}

/* ===========================================
   Trust bar real icon styling
   =========================================== */

.mythrifts-trustbar__icon {
	width: 44px !important;
	height: 44px !important;
	border-radius: 4px;
	background: rgba(80, 52, 24, .65) !important;
	border: 1px solid rgba(231,119,33,.18);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}

.mythrifts-trustbar__icon::after {
	display: none !important;
}

.mythrifts-trustbar__icon img {
	display: block;
	max-width: 24px;
	max-height: 24px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(85%) sepia(21%) saturate(495%) hue-rotate(342deg) brightness(98%) contrast(90%);
	opacity: .95;
}

.mythrifts-trustbar__item h3 {
	font-weight: 500 !important;
}

.mythrifts-trustbar__item strong {
	font-weight: 700 !important;
}

.mythrifts-trustbar__item p {
	font-weight: 400 !important;
}

/* ===========================================
   Trust bar icon visibility fix
   =========================================== */

.mythrifts-trustbar__icon {
	width: 58px !important;
	height: 58px !important;
	padding: 8px !important;
	border-radius: 6px !important;
	background: rgba(80, 52, 24, .78) !important;
	border: 1px solid rgba(231,119,33,.24) !important;
	margin-bottom: 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.mythrifts-trustbar__icon img {
	display: block !important;
	max-width: 40px !important;
	max-height: 40px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;

	/* IMPORTANT: preserve original icon colours */
	filter: none !important;
	opacity: 1 !important;
}

.mythrifts-trustbar__item {
	padding-top: 24px !important;
	padding-bottom: 20px !important;
	min-height: 170px !important;
}

.mythrifts-trustbar__item h3 {
	margin-bottom: 8px !important;
}

.mythrifts-trustbar__item strong {
	margin-bottom: 6px !important;
	font-size: .92rem !important;
}

.mythrifts-trustbar__item p {
	font-size: .78rem !important;
	line-height: 1.35 !important;
}

/* Tablet */
@media (max-width: 980px) {
	.mythrifts-trustbar__icon {
		width: 54px !important;
		height: 54px !important;
	}

	.mythrifts-trustbar__icon img {
		max-width: 36px !important;
		max-height: 36px !important;
	}
}

/* Mobile */
@media (max-width: 560px) {
	.mythrifts-trustbar__icon {
		width: 50px !important;
		height: 50px !important;
	}

	.mythrifts-trustbar__icon img {
		max-width: 32px !important;
		max-height: 32px !important;
	}

	.mythrifts-trustbar__item {
		min-height: 145px !important;
	}
}

/* =========================================================
   Milestone 02.12.2 Countdown layout alignment refinement
   ========================================================= */

.mythrifts-countdown-strip {
	padding-inline: 14px !important;
}

.mythrifts-countdown-strip__inner {
	grid-template-columns: minmax(260px, 1.05fr) auto minmax(220px, .95fr) !important;
	gap: 34px !important;
	align-items: center !important;
	padding-top: 24px !important;
	padding-bottom: 24px !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.mythrifts-countdown-strip__offer {
	padding-left: 8px !important;
}

.mythrifts-countdown-strip__offer h2 {
	margin-bottom: 6px !important;
}

.mythrifts-countdown-strip__offer p {
	margin-top: 2px !important;
}

.mythrifts-countdown-strip__timer {
	justify-content: center !important;
	gap: 8px !important;
}

.mythrifts-countdown-card {
	padding: 6px 4px !important;
}

.mythrifts-countdown-card strong {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	font-variant-numeric: tabular-nums lining-nums !important;
	font-feature-settings: "tnum" 1, "lnum" 1 !important;
	line-height: 1 !important;
}

.mythrifts-countdown-card small {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	line-height: 1.1 !important;
}

.mythrifts-countdown-strip__actions {
	padding-right: 8px !important;
	justify-content: flex-end !important;
	align-items: center !important;
	gap: 8px !important;
}

.mythrifts-countdown-strip__actions span {
	width: auto !important;
	margin-right: 4px !important;
	text-align: right !important;
	font-size: .62rem !important;
	letter-spacing: .10em !important;
}

.mythrifts-countdown-strip__actions strong,
.mythrifts-countdown-strip__actions a {
	min-height: 34px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

/* Large desktop breathing room */
@media (min-width: 1280px) {
	.mythrifts-countdown-strip {
		padding-inline: 22px !important;
	}

	.mythrifts-countdown-strip__inner {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

/* Tablet */
@media (max-width: 1100px) {
	.mythrifts-countdown-strip__inner {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		text-align: center !important;
	}

	.mythrifts-countdown-strip__offer {
		padding-left: 0 !important;
	}

	.mythrifts-countdown-strip__actions {
		padding-right: 0 !important;
		justify-content: center !important;
	}

	.mythrifts-countdown-strip__actions span {
		width: 100% !important;
		text-align: center !important;
		margin-right: 0 !important;
	}
}

/* Mobile */
@media (max-width: 620px) {
	.mythrifts-countdown-strip {
		padding-inline: 8px !important;
	}

	.mythrifts-countdown-strip__inner {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.mythrifts-countdown-strip__timer {
		gap: 5px !important;
	}

	.mythrifts-countdown-card {
		padding: 4px 2px !important;
	}

	.mythrifts-countdown-strip__actions strong,
	.mythrifts-countdown-strip__actions a {
		min-height: 32px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/* =========================================================
   Milestone 02.12.3 Countdown luxury spacing final
   ========================================================= */

.mythrifts-countdown-strip__inner {
	max-width: 1320px !important;
	grid-template-columns: minmax(270px, .9fr) minmax(360px, auto) minmax(230px, .8fr) !important;
	gap: 30px !important;
	min-height: 118px !important;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

/* Left offer block: tighter and more premium */
.mythrifts-countdown-strip__offer {
	max-width: 360px !important;
	padding-left: 18px !important;
}

.mythrifts-countdown-strip__offer span {
	margin-bottom: 5px !important;
	font-size: .62rem !important;
	letter-spacing: .14em !important;
}

.mythrifts-countdown-strip__offer h2 {
	font-size: clamp(1.22rem, 2.55vw, 1.95rem) !important;
	font-weight: 650 !important;
	line-height: 1.04 !important;
	letter-spacing: -.018em !important;
	margin-bottom: 5px !important;
}

.mythrifts-countdown-strip__offer p {
	font-size: .58rem !important;
	font-weight: 650 !important;
	letter-spacing: .12em !important;
	line-height: 1.15 !important;
}

/* Timer: wider cards, cleaner rhythm */
.mythrifts-countdown-strip__timer {
	gap: 7px !important;
	transform: translateY(1px);
}

.mythrifts-countdown-card {
	min-width: 74px !important;
	min-height: 68px !important;
	padding: 6px 6px !important;
	border-color: rgba(231,119,33,.24) !important;
	background:
		linear-gradient(180deg, #24180f 0%, #24180f 49%, #101010 50%, #101010 100%) !important;
}

.mythrifts-countdown-card strong {
	font-size: 1.42rem !important;
	font-weight: 650 !important;
	letter-spacing: -.01em !important;
}

.mythrifts-countdown-card small {
	font-size: .48rem !important;
	font-weight: 650 !important;
	letter-spacing: .13em !important;
	margin-top: 6px !important;
}

.mythrifts-countdown-strip__timer i {
	font-size: .95rem !important;
	font-weight: 600 !important;
	opacity: .48 !important;
	margin-inline: -1px !important;
	transform: translateY(-2px) !important;
}

/* Right action block: compact luxury group */
.mythrifts-countdown-strip__actions {
	padding-right: 18px !important;
	display: grid !important;
	grid-template-columns: auto auto;
	grid-template-areas:
		"label label"
		"code deal";
	gap: 7px 8px !important;
	justify-content: end !important;
	align-items: center !important;
}

.mythrifts-countdown-strip__actions span {
	grid-area: label;
	width: 100% !important;
	text-align: right !important;
	font-size: .56rem !important;
	font-weight: 650 !important;
	letter-spacing: .12em !important;
	color: rgba(237,221,188,.62) !important;
	margin: 0 !important;
}

.mythrifts-countdown-strip__actions strong {
	grid-area: code;
	min-height: 32px !important;
	padding: 0 12px !important;
	font-size: .62rem !important;
	font-weight: 700 !important;
	letter-spacing: .10em !important;
}

.mythrifts-countdown-strip__actions a {
	grid-area: deal;
	min-height: 32px !important;
	padding: 0 13px !important;
	font-size: .58rem !important;
	font-weight: 700 !important;
	letter-spacing: .09em !important;
}

/* Fine luxury separator glow */
.mythrifts-countdown-card::before {
	background: rgba(231,119,33,.13) !important;
}

.mythrifts-countdown-card::after {
	background: radial-gradient(circle at 50% 18%, rgba(231,119,33,.10), transparent 44%) !important;
}

/* Tablet layout */
@media (max-width: 1100px) {
	.mythrifts-countdown-strip__inner {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		min-height: auto !important;
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}

	.mythrifts-countdown-strip__offer {
		max-width: none !important;
		padding-left: 0 !important;
		text-align: center !important;
	}

	.mythrifts-countdown-strip__actions {
		padding-right: 0 !important;
		justify-content: center !important;
	}

	.mythrifts-countdown-strip__actions span {
		text-align: center !important;
	}
}

/* Mobile compact */
@media (max-width: 620px) {
	.mythrifts-countdown-strip__timer {
		gap: 4px !important;
	}

	.mythrifts-countdown-card {
		min-width: 58px !important;
		min-height: 62px !important;
	}

	.mythrifts-countdown-card strong {
		font-size: 1.16rem !important;
	}

	.mythrifts-countdown-card small {
		font-size: .42rem !important;
	}

	.mythrifts-countdown-strip__actions {
		grid-template-columns: 1fr 1fr;
		width: min(320px, 100%);
		margin-inline: auto;
	}

	.mythrifts-countdown-strip__actions strong,
	.mythrifts-countdown-strip__actions a {
		justify-content: center !important;
	}
}

/* =========================================================
   Milestone 02.13.1 Newsletter review box polish
   ========================================================= */

.mythrifts-newsletter {
	padding: 46px 0 !important;
}

.mythrifts-newsletter__grid {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) minmax(420px, 1fr);
	gap: 34px;
	align-items: stretch;
}

.mythrifts-newsletter__content h2 {
	margin: 0 0 12px;
	font-size: clamp(2.2rem, 4.2vw, 3.25rem);
	line-height: .94;
	letter-spacing: -.05em;
	max-width: 420px;
}

.mythrifts-newsletter__content p {
	margin: 0;
	max-width: 460px;
	line-height: 1.55;
}

.mythrifts-newsletter__side {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
}

.mythrifts-newsletter__form,
.mythrifts-newsletter__reviewbox {
	border: 1px solid rgba(237,221,188,.14);
	background: rgba(0,0,0,.12);
	min-height: 60px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.mythrifts-newsletter__form input {
	flex: 1;
	min-width: 0;
	background: transparent;
	border: 0;
	color: var(--mythrifts-paper, #EDDDBC);
	padding: 0 12px;
	font-size: .95rem;
}

.mythrifts-newsletter__form input:focus {
	outline: none;
}

.mythrifts-newsletter__form button,
.mythrifts-newsletter__reviewbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	background: var(--mythrifts-orange, #E77721);
	color: #111111 !important;
	text-decoration: none;
	border: 0;
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	white-space: nowrap;
}

.mythrifts-newsletter__reviewbox span {
	color: rgba(237,221,188,.80);
	padding-left: 12px;
	font-size: .95rem;
	line-height: 1.4;
}

@media (max-width: 980px) {
	.mythrifts-newsletter__grid {
		grid-template-columns: 1fr;
	}

	.mythrifts-newsletter__content h2,
	.mythrifts-newsletter__content p {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.mythrifts-newsletter__form,
	.mythrifts-newsletter__reviewbox {
		flex-direction: column;
		align-items: stretch;
		padding: 12px;
	}

	.mythrifts-newsletter__reviewbox span {
		padding-left: 0;
	}
}

/* =========================================================
   Newsletter dark premium repair
   ========================================================= */

.mythrifts-newsletter-section {
	background: #111111 !important;
	padding: 54px 0 !important;
}

.mythrifts-newsletter-box {
	background:
		linear-gradient(135deg, rgba(231,119,33,.14), transparent 48%),
		var(--mythrifts-deep-brown, #1A1410) !important;
	border: 1px solid var(--mythrifts-border, rgba(237,221,188,.14)) !important;
	padding: clamp(28px, 5vw, 54px) !important;
	display: grid !important;
	grid-template-columns: minmax(280px, .95fr) minmax(360px, 1.05fr) !important;
	gap: 34px !important;
	align-items: center !important;
}

.mythrifts-newsletter-box__content h2 {
	margin: 0 0 12px !important;
	color: var(--mythrifts-paper, #EDDDBC) !important;
	font-size: clamp(2rem, 4vw, 3.4rem) !important;
	line-height: .95 !important;
	letter-spacing: -.05em !important;
}

.mythrifts-newsletter-box__content p {
	color: rgba(237,221,188,.78) !important;
	font-size: 1rem !important;
	max-width: 560px !important;
	margin: 0 !important;
}

.mythrifts-newsletter-box__side {
	display: grid !important;
	gap: 16px !important;
}

.mythrifts-newsletter-form,
.mythrifts-review-submit {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	background: rgba(17,17,17,.72) !important;
	border: 1px solid rgba(237,221,188,.16) !important;
	min-height: 60px !important;
	padding: 8px !important;
}

.mythrifts-newsletter-form input {
	flex: 1 !important;
	min-width: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: var(--mythrifts-paper, #EDDDBC) !important;
	padding: 12px 14px !important;
	outline: none !important;
}

.mythrifts-newsletter-form input::placeholder {
	color: rgba(237,221,188,.48) !important;
}

.mythrifts-newsletter-form button,
.mythrifts-review-submit a {
	border: 0 !important;
	background: var(--mythrifts-orange, #E77721) !important;
	color: #111111 !important;
	padding: 12px 18px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: .08em !important;
	font-size: .72rem !important;
	text-decoration: none !important;
	cursor: pointer !important;
	white-space: nowrap !important;
}

.mythrifts-review-submit span {
	color: rgba(237,221,188,.78) !important;
	padding-left: 12px !important;
}

@media (max-width: 980px) {
	.mythrifts-newsletter-box {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 560px) {
	.mythrifts-newsletter-form,
	.mythrifts-review-submit {
		display: block !important;
	}

	.mythrifts-newsletter-form button,
	.mythrifts-review-submit a {
		display: inline-flex !important;
		margin-top: 12px !important;
	}

	.mythrifts-review-submit span {
		display: block !important;
		padding-left: 0 !important;
	}
}

/* =========================================================
   Newsletter isolated final layout repair
   ========================================================= */

.mythrifts-loop {
	background: #111111 !important;
	padding: 56px 0 !important;
	color: var(--mythrifts-paper, #EDDDBC);
}

.mythrifts-loop__panel {
	background:
		linear-gradient(135deg, rgba(231,119,33,.13), transparent 48%),
		#1A1410;
	border: 1px solid rgba(237,221,188,.14);
	padding: clamp(28px, 4vw, 46px);
	display: grid;
	grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
	gap: clamp(26px, 5vw, 56px);
	align-items: center;
}

.mythrifts-loop__copy span {
	display: block;
	color: var(--mythrifts-orange, #E77721);
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
	margin-bottom: 12px;
}

.mythrifts-loop__copy h2 {
	color: var(--mythrifts-paper, #EDDDBC);
	margin: 0 0 14px;
	font-size: clamp(2.2rem, 4vw, 3.45rem);
	line-height: .95;
	letter-spacing: -.055em;
	max-width: 480px;
}

.mythrifts-loop__copy p {
	color: rgba(237,221,188,.78);
	margin: 0;
	font-size: .98rem;
	line-height: 1.58;
	max-width: 520px;
}

.mythrifts-loop__actions {
	display: grid;
	gap: 14px;
}

.mythrifts-loop__email,
.mythrifts-loop__review {
	min-height: 56px;
	border: 1px solid rgba(237,221,188,.16);
	background: rgba(17,17,17,.58);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px;
}

.mythrifts-loop__email input {
	flex: 1;
	min-width: 0;
	height: 40px;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	color: var(--mythrifts-paper, #EDDDBC) !important;
	font-size: .92rem !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	padding: 0 12px !important;
}

.mythrifts-loop__email input::placeholder {
	color: rgba(237,221,188,.44) !important;
	font-size: .92rem !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}

.mythrifts-loop__email button,
.mythrifts-loop__review a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	background: var(--mythrifts-orange, #E77721);
	color: #111111 !important;
	border: 0;
	text-decoration: none;
	font-size: .66rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	white-space: nowrap;
	cursor: pointer;
}

.mythrifts-loop__review span {
	color: rgba(237,221,188,.78);
	font-size: .92rem;
	line-height: 1.35;
	padding-left: 12px;
}

@media (max-width: 980px) {
	.mythrifts-loop__panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.mythrifts-loop {
		padding: 42px 0 !important;
	}

	.mythrifts-loop__panel {
		padding: 24px;
	}

	.mythrifts-loop__email,
	.mythrifts-loop__review {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.mythrifts-loop__review span {
		padding-left: 0;
	}

	.mythrifts-loop__email button,
	.mythrifts-loop__review a {
		width: 100%;
	}
}
