.ths-calendar-imported-outfit {
	--ths-paper: rgba(255, 255, 255, 0.9);
	--ths-ink: #28221f;
	--ths-muted: #665f5a;
	--ths-line: #d6cac1;
	--ths-accent: #9a6676;
	--ths-blue: #74aabd;
	background: #fbf7f4;
	color: var(--ths-ink);
	font-family: Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	padding: clamp(18px, 3vw, 40px) 0 clamp(48px, 7vw, 88px);
	width: 100vw;
}

body.ths-calendar-builder-outfit .entry-header,
body.ths-calendar-builder-outfit .page-header,
body.ths-calendar-builder-outfit .entry-title,
body.ths-calendar-builder-outfit .post-title,
body.ths-calendar-builder-outfit main > article > header,
body.ths-calendar-builder-outfit .elementor-widget-theme-post-title {
	display: none !important;
}

body.ths-calendar-builder-outfit .site-main,
body.ths-calendar-builder-outfit .page-content,
body.ths-calendar-builder-outfit .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.ths-calendar-builder-outfit .elementor-location-single,
body.ths-calendar-builder-outfit .elementor-location-single > .elementor-element {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.ths-calendar-builder-outfit .elementor-location-single .e-con-inner,
body.ths-calendar-builder-outfit .elementor-location-single .elementor-widget-theme-post-content,
body.ths-calendar-builder-outfit .elementor-location-single .elementor-widget-theme-post-content > .elementor-widget-container {
	max-width: none !important;
	width: 100% !important;
}

body.ths-calendar-builder-outfit .elementor-location-single .elementor-widget-theme-post-content {
	align-self: stretch !important;
}

body.ths-calendar-builder-outfit .elementor-location-single .e-con:has(.ths-calendar-imported-outfit),
body.ths-calendar-builder-outfit .elementor-location-single .e-con-inner:has(.ths-calendar-imported-outfit),
body.ths-calendar-builder-outfit .elementor-location-single .elementor-element:has(.ths-calendar-imported-outfit) {
	align-self: stretch !important;
	flex-basis: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.ths-calendar-builder-outfit .elementor-location-single .e-con:has(.ths-calendar-imported-outfit) {
	padding-top: 0 !important;
}

@media (min-width: 901px) {
	body.ths-calendar-builder-outfit .ths-calendar-imported-outfit {
		margin-left: calc(50% - 50vw - 360px);
		margin-right: calc(50% - 50vw + 360px);
	}
}

.ths-calendar-imported-outfit *,
.ths-calendar-imported-outfit *::before,
.ths-calendar-imported-outfit *::after {
	box-sizing: border-box;
}

.ths-calendar-imported-outfit h1,
.ths-calendar-imported-outfit h2 {
	font-family: Georgia, serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.04;
}

.ths-ootd-titlebar {
	margin: 0 auto 26px;
	max-width: 1220px;
	padding: 0 24px;
}

.ths-ootd-titlebar h1 {
	font-size: clamp(44px, 5vw, 68px);
	margin: 0;
}

.ths-ootd-hero {
	align-items: stretch;
	display: grid;
	gap: clamp(18px, 3vw, 30px);
	grid-template-columns: minmax(320px, 0.94fr) minmax(340px, 1.06fr);
	margin: 0 auto clamp(30px, 5vw, 64px);
	max-width: 1120px;
	padding: 0 24px;
}

.ths-ootd-hero__image,
.ths-ootd-hero__details,
.ths-gallery-card,
.ths-product-card,
.ths-vg__item,
.ths-shop-item {
	background: var(--ths-paper);
	border: 1px solid var(--ths-line);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(40, 34, 28, 0.08);
	overflow: hidden;
}

.ths-ootd-hero__image {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: clamp(16px, 3vw, 30px);
}

.ths-ootd-hero__image img {
	display: block;
	height: auto;
	max-height: 620px;
	max-width: 100%;
	object-fit: contain;
}

.ths-ootd-placeholder {
	align-items: center;
	border: 1px dashed var(--ths-line);
	color: var(--ths-muted);
	display: flex;
	justify-content: center;
	min-height: clamp(260px, 34vw, 440px);
	text-align: center;
	width: 100%;
}

.ths-ootd-hero__details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(26px, 4vw, 48px);
}

.ths-eyebrow {
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ths-ootd-hero__details h1 {
	font-size: clamp(40px, 4.8vw, 60px);
	margin: 0 0 12px;
}

.ths-ootd-hero__details h2 {
	font-size: clamp(24px, 2.6vw, 34px);
	margin: 0 0 18px;
}

.ths-ootd-hero__details h2 strong {
	font-weight: 700;
}

.ths-notes,
.ths-ootd-hero__details p {
	color: var(--ths-muted);
	font-size: 17px;
	line-height: 1.65;
}

.ths-ootd-hero__details strong {
	color: var(--ths-ink);
}

.ths-ootd-detail-image {
	border: 1px solid var(--ths-line);
	display: block;
	height: auto;
	margin-top: 18px;
	width: 100%;
}

.ths-button,
.ths-shop-button {
	align-items: center;
	background: var(--ths-blue);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.12em;
	min-height: 42px;
	padding: 11px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.ths-imported-versions,
.ths-imported-featured-pieces {
	margin: 0 auto;
	max-width: 1220px;
	padding: clamp(28px, 5vw, 56px) 24px;
	text-align: center;
}

.ths-imported-versions h2,
.ths-imported-featured-pieces h2,
.ths-ootd-section-heading {
	font-size: clamp(34px, 4vw, 52px);
	margin: 0 0 22px;
	text-align: center;
}

.ths-imported-featured-pieces > p,
.ths-ootd-section-link {
	margin: -8px 0 26px;
	text-align: center;
}

.ths-imported-featured-pieces > p a,
.ths-ootd-section-link a {
	color: var(--ths-accent);
	font-size: 15px;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.ths-card-grid {
	display: grid !important;
	gap: 20px;
	text-align: left;
}

.ths-card-grid--versions {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ths-card-grid--products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ths-versions-gallery,
.ths-shop-links.ths-outfit-products {
	display: grid;
	gap: 20px;
	margin: 0 auto;
	max-width: 1220px;
	text-align: left;
}

.ths-versions-gallery {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ths-shop-links.ths-outfit-products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ths-gallery-card {
	margin: 0;
}

.ths-gallery-card a,
.ths-gallery-card img,
.ths-product-card img {
	display: block;
}

.ths-gallery-card img,
.ths-product-card img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
}

.ths-gallery-card figcaption {
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.ths-vg__item {
	margin: 0;
}

.ths-vg__button,
.ths-vg__img {
	display: block;
	width: 100%;
}

.ths-vg__button {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	padding: 0;
	text-decoration: none;
}

.ths-vg__placeholder,
.ths-shop-item__img-placeholder {
	align-items: center;
	aspect-ratio: 4 / 5 !important;
	background:
		linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
		repeating-linear-gradient(
			135deg,
			rgba(214, 202, 193, 0.28) 0,
			rgba(214, 202, 193, 0.28) 1px,
			transparent 1px,
			transparent 10px
		);
	border-bottom: 1px solid var(--ths-line);
	color: var(--ths-muted);
	display: flex !important;
	flex-direction: column;
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	line-height: 1.35;
	height: auto !important;
	min-height: 220px !important;
	padding: 22px;
	text-align: center;
}

body.single-outfit_day .ths-vg__button.ths-vg__placeholder,
body.single-outfit_day .ths-shop-item__img.ths-shop-item__img-placeholder,
body.single-outfit_day .elementor-747 .ths-shop-links.ths-outfit-products .ths-shop-item__img.ths-shop-item__img-placeholder {
	align-items: center !important;
	aspect-ratio: 4 / 5 !important;
	background:
		linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
		repeating-linear-gradient(
			135deg,
			rgba(214, 202, 193, 0.28) 0,
			rgba(214, 202, 193, 0.28) 1px,
			transparent 1px,
			transparent 10px
		) !important;
	border-bottom: 1px solid var(--ths-line) !important;
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;
	justify-content: center !important;
	min-height: 220px !important;
	object-fit: initial !important;
}

body.single-outfit_day .ths-vg__button.ths-vg__placeholder {
	border-radius: 8px 8px 0 0 !important;
	box-shadow: 0 14px 38px rgba(40, 34, 28, 0.1) !important;
}

.ths-vg__placeholder small,
.ths-shop-item__img-placeholder small {
	color: var(--ths-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.ths-vg__img {
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
}

.ths-vg__cap {
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.ths-shop-item {
	position: relative;
}

.ths-shop-item > a,
.ths-shop-item__img {
	display: block;
	width: 100%;
}

.ths-shop-item__img {
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
}

.ths-shop-item__store-badge {
	color: var(--ths-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 16px 18px 0;
	text-transform: uppercase;
}

.ths-shop-item__meta {
	display: grid;
	gap: 10px 14px;
	grid-template-columns: 1fr auto;
	padding: 18px;
}

.ths-shop-item__title {
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	grid-column: 1;
	grid-row: 2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ths-shop-item__price {
	background: #fff;
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	grid-column: 1;
	grid-row: 1;
	padding: 6px 9px;
	width: fit-content;
}

.ths-shop-item__notes {
	color: var(--ths-muted);
	font-size: 13px;
	grid-column: 1 / -1;
	grid-row: 3;
	line-height: 1.45;
}

.ths-shop-item__notes p {
	margin: 0 0 8px;
}

.ths-shop-item__button {
	align-items: center;
	align-self: start;
	background: var(--ths-accent);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	grid-column: 2;
	grid-row: 1 / span 2;
	justify-content: center;
	letter-spacing: 0.12em;
	min-height: 38px;
	padding: 9px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.ths-product-card__body {
	align-items: center;
	display: grid;
	gap: 10px 14px;
	grid-template-columns: 1fr auto;
	padding: 18px;
}

.ths-product-card__body .ths-price {
	background: #fff;
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	padding: 6px 9px;
	width: fit-content;
}

.ths-product-card__body h3 {
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.ths-product-card__body p {
	color: var(--ths-muted);
	font-size: 13px;
	grid-column: 1 / -1;
	margin: 0;
	text-transform: uppercase;
}

.ths-shop-button {
	background: var(--ths-accent);
	grid-column: 2;
	grid-row: 1 / span 2;
	min-height: 38px;
	padding: 9px 18px;
}

.ths-outfit-nav {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr auto 1fr;
	margin: clamp(32px, 5vw, 62px) auto 0;
	max-width: 1220px;
	padding: 0 24px;
}

.ths-outfit-nav__col--next {
	text-align: right;
}

.ths-outfit-nav__link {
	color: var(--ths-ink);
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
}

.ths-outfit-nav__label {
	color: var(--ths-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ths-outfit-nav__title {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 1.2;
}

.ths-outfit-nav__back {
	border: 1px solid var(--ths-line);
	color: var(--ths-accent);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.12em;
	min-height: 46px;
	min-width: 170px;
	padding: 14px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.ths-card-grid--versions,
	.ths-card-grid--products,
	.ths-versions-gallery,
	.ths-shop-links.ths-outfit-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.ths-ootd-hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.ths-calendar-imported-outfit {
		padding-top: 16px;
	}

	.ths-ootd-hero,
	.ths-ootd-titlebar,
	.ths-imported-versions,
	.ths-imported-featured-pieces,
	.ths-outfit-nav {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ths-outfit-nav {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ths-outfit-nav__col--next {
		text-align: center;
	}

	.ths-card-grid--versions,
	.ths-card-grid--products,
	.ths-versions-gallery,
	.ths-shop-links.ths-outfit-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ths-ootd-hero__details h1 {
		font-size: clamp(34px, 11vw, 50px);
	}
}

@media (max-width: 480px) {
	.ths-card-grid--versions,
	.ths-card-grid--products,
	.ths-versions-gallery,
	.ths-shop-links.ths-outfit-products {
		grid-template-columns: 1fr;
	}
}
