.wp-block-flyingfashion-campaign-hero,
.wp-block-flyingfashion-product-carousel,
.wp-block-flyingfashion-teaser-grid,
.wp-block-flyingfashion-teaser-card,
.wp-block-flyingfashion-campaign-hero *,
.wp-block-flyingfashion-product-carousel *,
.wp-block-flyingfashion-teaser-grid *,
.wp-block-flyingfashion-teaser-card * {
	box-sizing: border-box;
}

html:has(> body.home) {
	scroll-padding-top: 48px;
	scroll-snap-type: y mandatory;
}

body.home .entry-content > .scroll-snap-section,
body.home #site-footer {
	scroll-snap-align: start;
}

.wp-block-flyingfashion-campaign-hero,
.wp-block-flyingfashion-teaser-card {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #f1f1f1;
	color: #fff;
}

.wp-block-flyingfashion-campaign-hero {
	display: flex;
	width: 100%;
	min-height: clamp(560px, 56.25vw, 900px);
	justify-content: center;
	align-items: flex-end;
	text-align: center;
}

.wp-block-flyingfashion-campaign-hero::after,
.wp-block-flyingfashion-teaser-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: rgb(0 0 0 / var(--overlay-opacity, 0.1));
}

.campaign-hero__image,
.campaign-hero__media,
.teaser-card__image,
.teaser-card__media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.campaign-hero__media,
.teaser-card__media {
	object-fit: cover;
}

.campaign-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	max-width: min(920px, 100%);
	padding: clamp(24px, 5vw, 72px);
	flex-direction: column;
	align-items: inherit;
	gap: 24px;
	color: inherit;
}

.campaign-hero__title,
.wp-block-flyingfashion-product-carousel > h2 {
	margin: 0;
	font-size: clamp(32px, 4.5vw, 72px);
	line-height: 0.95;
	text-transform: uppercase;
}

.campaign-hero__title,
.campaign-hero__links {
	color: inherit;
}

.campaign-hero__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: inherit;
	gap: 12px;
}

.campaign-hero__link {
	display: inline-flex;
	min-width: 140px;
	min-height: 44px;
	padding: 10px 20px;
	align-items: center;
	justify-content: center;
	border: 1px solid currentColor;
	color: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.campaign-hero__link:hover,
.campaign-hero__link:focus-visible {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.wp-block-flyingfashion-campaign-hero.is-horizontal-left {
	justify-content: flex-start;
	text-align: left;
}

.wp-block-flyingfashion-campaign-hero.is-horizontal-right {
	justify-content: flex-end;
	text-align: right;
}

.wp-block-flyingfashion-campaign-hero.is-vertical-top {
	align-items: flex-start;
}

.wp-block-flyingfashion-campaign-hero.is-vertical-center {
	align-items: center;
}

.wp-block-flyingfashion-campaign-hero.is-text-dark,
.wp-block-flyingfashion-teaser-card.is-text-dark {
	color: #000;
}

.wp-block-flyingfashion-campaign-hero.is-text-dark .campaign-hero__link:hover,
.wp-block-flyingfashion-campaign-hero.is-text-dark .campaign-hero__link:focus-visible {
	background: #000;
	color: #fff;
}

.wp-block-flyingfashion-product-carousel,
.wp-block-flyingfashion-teaser-grid {
	width: 100%;
	margin: 0;
	background: #fff;
}

.wp-block-flyingfashion-product-carousel > h2 {
	padding: 0 0 32px;
	font-size: 16px;
	text-align: center;
}

.wp-block-flyingfashion-product-carousel.is-horizontal-left > h2 {
	text-align: left;
}

.wp-block-flyingfashion-product-carousel.is-horizontal-right > h2 {
	text-align: right;
}

.wp-block-flyingfashion-product-carousel.is-vertical-center > h2 {
	padding: 16px 0;
}

.wp-block-flyingfashion-product-carousel.is-vertical-bottom > h2 {
	padding: 32px 0 0;
}

.wp-block-flyingfashion-product-carousel .product-carousel {
	margin: 0;
}

.wp-block-flyingfashion-product-carousel > .product-carousel > .scroll-snap-track {
	gap: 1px;
}

.wp-block-flyingfashion-product-carousel .product-carousel .scroll-snap-slide {
	max-width: none;
	flex-basis: calc((100% - 3px) / 4);
}

.teaser-grid__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px;
}

.wp-block-flyingfashion-teaser-grid.is-compact .teaser-grid__inner {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-flyingfashion-product-carousel.is-gapless > .product-carousel > .scroll-snap-track,
.wp-block-flyingfashion-teaser-grid.is-gapless .teaser-grid__inner {
	gap: 0;
}

.wp-block-flyingfashion-teaser-card {
	display: block;
	min-width: 0;
	aspect-ratio: 5 / 7;
	text-decoration: none;
}

.teaser-card__media {
	transition: transform 300ms ease;
}

.wp-block-flyingfashion-teaser-card:hover .teaser-card__media,
.wp-block-flyingfashion-teaser-card:focus-visible .teaser-card__media {
	transform: scale(1.015);
}

.wp-block-flyingfashion-teaser-card:hover {
	text-decoration: none;
}

.teaser-card__title {
	position: absolute;
	left: clamp(16px, 2.5vw, 36px);
	right: clamp(16px, 2.5vw, 36px);
	bottom: clamp(20px, 3vw, 44px);
	z-index: 2;
	margin: 0;
	color: inherit;
	font-size: clamp(25px, 2.7vw, 46px);
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.wp-block-flyingfashion-teaser-grid.is-compact .teaser-card__title {
	font-size: clamp(20px, 2vw, 32px);
}

@media (min-width: 768px) {
	.wp-block-flyingfashion-product-carousel.is-gapless .product-carousel .scroll-snap-slide {
		flex-basis: 25%;
	}
}

@media (max-width: 767px) {
	.wp-block-flyingfashion-campaign-hero:not(.is-video) {
		display: grid;
		min-height: 0;
	}

	.wp-block-flyingfashion-campaign-hero:not(.is-video)
	> :is(.campaign-hero__image, .campaign-hero__content) {
		grid-area: 1 / 1;
	}

	.wp-block-flyingfashion-campaign-hero:not(.is-video) > .campaign-hero__content {
		place-self: end center;
	}

	.wp-block-flyingfashion-campaign-hero.is-horizontal-left > .campaign-hero__content {
		justify-self: start;
	}

	.wp-block-flyingfashion-campaign-hero.is-horizontal-right > .campaign-hero__content {
		justify-self: end;
	}

	.wp-block-flyingfashion-campaign-hero.is-vertical-top > .campaign-hero__content {
		align-self: start;
	}

	.wp-block-flyingfashion-campaign-hero.is-vertical-center > .campaign-hero__content {
		align-self: center;
	}

	.wp-block-flyingfashion-campaign-hero:not(.is-video)
	:is(.campaign-hero__image, .campaign-hero__media) {
		position: static;
		height: auto;
	}

	.wp-block-flyingfashion-campaign-hero.is-video {
		min-height: 177.78vw;
	}

	.campaign-hero__content {
		padding: 28px 18px;
		gap: 18px;
	}

	.campaign-hero__links {
		width: 100%;
	}

	.campaign-hero__link {
		min-width: 0;
		flex: 1;
	}

	.wp-block-flyingfashion-product-carousel .product-carousel .scroll-snap-slide {
		flex-basis: 76vw;
	}

	.teaser-grid__inner {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.wp-block-flyingfashion-teaser-grid.is-compact .teaser-grid__inner,
	.wp-block-flyingfashion-teaser-grid.is-mobile-side-by-side .teaser-grid__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .entry-content
	> .wp-block-flyingfashion-teaser-grid:not(.is-compact):not(.is-mobile-side-by-side)
	> .teaser-grid__inner
	> .wp-block-flyingfashion-teaser-card {
		scroll-snap-align: start;
	}

	.wp-block-flyingfashion-teaser-grid.is-compact .teaser-card__title {
		left: 10px;
		right: 10px;
		bottom: 16px;
		font-size: clamp(18px, 6vw, 26px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.teaser-card__media {
		transition: none;
	}
}
