.actorshop-collection-showcase {
	--actorshop-collection-showcase-gap: var(--actorshop-product-grid-column-gap, clamp(12px, 2.4vw, 32px));
	--actorshop-collection-showcase-radius: var(--actorshop-radius-global, 0px);
	--actorshop-collection-showcase-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
	--actorshop-collection-showcase-section-height: auto;
	--actorshop-collection-showcase-height-offset: calc(clamp(28px, 5vw, 72px) * 2);
	box-sizing: border-box;
	display: grid;
	gap: clamp(22px, 3vw, 42px);
	width: calc(100% - (var(--actorshop-gutter, 16px) * 2));
	max-width: var(--actorshop-wide, 1400px);
	margin-inline: auto;
	margin-block: clamp(28px, 5vw, 72px);
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-body, Inter, ui-sans-serif, system-ui, sans-serif);
}

.actorshop-collection-showcase--spacing-gutter {
	--actorshop-collection-showcase-height-offset: calc(var(--actorshop-gutter, 16px) + clamp(28px, 5vw, 72px));
	margin-block: var(--actorshop-gutter, 16px) clamp(28px, 5vw, 72px);
}

.actorshop-collection-showcase--spacing-compact {
	--actorshop-collection-showcase-height-offset: calc(clamp(16px, 2vw, 28px) + clamp(28px, 4vw, 52px));
	margin-block: clamp(16px, 2vw, 28px) clamp(28px, 4vw, 52px);
}

.actorshop-collection-showcase--spacing-standard {
	--actorshop-collection-showcase-height-offset: calc(clamp(28px, 5vw, 72px) * 2);
	margin-block: clamp(28px, 5vw, 72px);
}

.actorshop-collection-showcase--spacing-none {
	--actorshop-collection-showcase-height-offset: 0px;
	margin-block: 0;
}

.actorshop-collection-showcase:has(+ :is(.wp-block-actorshop-hera-products, .actorshop-hera-products, .wp-block-actorshop-hera-product-carousel, .actorshop-product-carousel)) {
	margin-bottom: var(--actorshop-collection-showcase-gap);
}

.actorshop-collection-showcase:has(+ .actorshop-product-carousel--spacing-none) {
	margin-bottom: 0 !important;
}

.actorshop-collection-showcase + :is(.wp-block-actorshop-hera-products, .actorshop-hera-products, .wp-block-actorshop-hera-product-carousel, .actorshop-product-carousel) {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) {
	grid-template-rows: minmax(0, 1fr);
	height: max(0px, var(--actorshop-collection-showcase-section-height));
	overflow: hidden;
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset):has(> .actorshop-collection-showcase__assurance) {
	grid-template-rows: minmax(0, 1fr) auto;
}

.actorshop-collection-showcase.has-header:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) {
	grid-template-rows: auto minmax(0, 1fr);
}

.actorshop-collection-showcase.has-header:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset):has(> .actorshop-collection-showcase__assurance) {
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.actorshop-collection-showcase.is-header-hidden.actorshop-collection-showcase--spacing-gutter {
	--actorshop-collection-showcase-height-offset: calc(var(--actorshop-collection-showcase-gap) * 2);
	margin-block: var(--actorshop-product-grid-column-gap, clamp(12px, 2.4vw, 32px));
}

.actorshop-collection-showcase.is-header-hidden.actorshop-collection-showcase--spacing-compact {
	--actorshop-collection-showcase-height-offset: calc(var(--actorshop-collection-showcase-gap) * 2);
	margin-block: var(--actorshop-product-grid-column-gap, clamp(12px, 2.4vw, 32px));
}

.actorshop-collection-showcase.is-header-hidden.actorshop-collection-showcase--spacing-standard {
	--actorshop-collection-showcase-height-offset: calc(var(--actorshop-collection-showcase-gap) * 2);
	margin-block: var(--actorshop-product-grid-column-gap, clamp(12px, 2.4vw, 32px));
}

.actorshop-collection-showcase.actorshop-section--boxed {
	max-width: var(--actorshop-container, 1180px);
}

.actorshop-collection-showcase.actorshop-section--full,
.actorshop-collection-showcase.actorshop-section--bleed {
	max-width: none;
}

.actorshop-collection-showcase.actorshop-section--full,
.actorshop-collection-showcase.actorshop-content--full {
	width: 100%;
	padding-inline: var(--actorshop-gutter, 16px);
}

.actorshop-collection-showcase.actorshop-section--bleed,
.actorshop-collection-showcase.actorshop-content--bleed {
	width: 100%;
	padding-inline: 0;
}

body.actorshop :where(.entry-content, .actorshop-front-content, .wp-block-post-content, .site-main, .actorshop-shop-content) > .actorshop-collection-showcase.actorshop-section--full {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-inline: var(--actorshop-gutter, 16px);
}

body.actorshop :where(.entry-content, .actorshop-front-content, .wp-block-post-content, .site-main, .actorshop-shop-content) > .actorshop-collection-showcase.actorshop-section--bleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-inline: 0;
}

.actorshop-collection-showcase__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(12px, 1.7vw, 22px);
	align-items: start;
}

.actorshop-collection-showcase__kicker {
	display: inline-flex;
	grid-column: 1;
	align-items: center;
	gap: 12px;
	width: fit-content;
	min-width: min(100%, 230px);
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 900);
	letter-spacing: var(--actorshop-letter-label, 0.06em);
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-collection-showcase__kicker span[aria-hidden] {
	display: block;
	flex: 1 1 72px;
	height: 1px;
	background: currentColor;
	opacity: 0.42;
}

.actorshop-collection-showcase__all-link {
	display: inline-flex;
	grid-column: 2;
	gap: 14px;
	align-items: center;
	justify-content: end;
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 900);
	letter-spacing: var(--actorshop-letter-label, 0.06em);
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.actorshop-collection-showcase__all-link span:last-child {
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}

.actorshop-collection-showcase__title {
	grid-column: 1 / -1;
	max-width: 11ch;
	margin: clamp(10px, 1.5vw, 16px) 0 0;
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-display, var(--actorshop-font-heading, Inter, ui-sans-serif, system-ui, sans-serif));
	font-size: var(--actorshop-hero-title-size, var(--actorshop-h1-size, 64px));
	font-weight: var(--actorshop-hero-title-weight, var(--actorshop-h1-weight, 950));
	letter-spacing: 0;
	line-height: var(--actorshop-hero-title-line, 0.9);
	text-transform: uppercase;
}

.actorshop-collection-showcase__subtitle {
	grid-column: 1 / -1;
	max-width: 760px;
	margin: 0;
	color: var(--actorshop-muted, #666666);
	font-size: var(--actorshop-impact-copy-size, var(--actorshop-p1-size, 18px));
	font-weight: var(--actorshop-impact-copy-weight, var(--actorshop-p1-weight, 500));
	line-height: var(--actorshop-impact-copy-line, var(--actorshop-p1-line, 1.55));
	text-transform: uppercase;
}

.actorshop-collection-showcase__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--actorshop-collection-showcase-gap);
	align-items: stretch;
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase__layout {
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.actorshop-collection-showcase--cards-0 .actorshop-collection-showcase__layout {
	grid-template-columns: minmax(0, 1fr);
}

.actorshop-collection-showcase--cards-0 .actorshop-collection-showcase__cards {
	display: none;
}

.actorshop-collection-showcase--layout-equal_grid_4 .actorshop-collection-showcase__layout {
	grid-template-columns: minmax(0, 1fr);
}

.actorshop-collection-showcase--layout-equal_grid_4 .actorshop-collection-showcase__cards {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(0, 1fr);
}

.actorshop-collection-showcase--layout-equal_grid_4 .actorshop-collection-showcase-card,
.actorshop-collection-showcase--layout-equal_grid_4 .actorshop-collection-showcase-card__link {
	height: 100%;
	min-height: clamp(320px, 31vw, 520px);
}

.actorshop-collection-showcase-feature,
.actorshop-collection-showcase-card {
	min-width: 0;
	border: 1px solid var(--actorshop-line, rgba(17, 17, 17, 0.14));
	border-radius: var(--actorshop-collection-showcase-radius);
	background: var(--actorshop-page, #ffffff);
	box-shadow: var(--actorshop-collection-showcase-shadow);
	overflow: hidden;
}

.actorshop-collection-showcase-feature {
	position: relative;
	min-height: clamp(560px, 47vw, 720px);
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-feature {
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.actorshop-collection-showcase-feature__link,
.actorshop-collection-showcase-card__link {
	position: relative;
	display: grid;
	min-height: 100%;
	color: inherit;
	text-decoration: none;
}

.actorshop-collection-showcase-feature__media,
.actorshop-collection-showcase-card__media {
	position: relative;
	display: block;
	background: var(--actorshop-surface-alt, #f4f4f4);
	overflow: hidden;
}

.actorshop-collection-showcase-feature__media {
	position: absolute;
	inset: 0;
}

.actorshop-collection-showcase-feature__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 40%, rgba(0, 0, 0, 0.78) 100%);
	content: "";
}

.actorshop-collection-showcase-feature__image,
.actorshop-collection-showcase-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: contrast(1.02) saturate(1.02);
	transition:
		opacity 320ms ease,
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.actorshop-collection-showcase-feature__video,
.actorshop-collection-showcase-card__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1.04);
	transition:
		opacity 280ms ease,
		transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.actorshop-collection-showcase-feature__video {
	z-index: 0;
}

.actorshop-collection-showcase-feature__link:hover .actorshop-collection-showcase-feature__image,
.actorshop-collection-showcase-feature__link:focus-visible .actorshop-collection-showcase-feature__image,
.actorshop-collection-showcase-card__link:hover .actorshop-collection-showcase-card__image,
.actorshop-collection-showcase-card__link:focus-visible .actorshop-collection-showcase-card__image {
	transform: scale(1.025);
	filter: contrast(1.06) saturate(1.06);
}

.actorshop-collection-showcase-feature--has-video .actorshop-collection-showcase-feature__link:hover .actorshop-collection-showcase-feature__image,
.actorshop-collection-showcase-feature--has-video .actorshop-collection-showcase-feature__link:focus-visible .actorshop-collection-showcase-feature__image,
.actorshop-collection-showcase-card--has-video .actorshop-collection-showcase-card__link:hover .actorshop-collection-showcase-card__image,
.actorshop-collection-showcase-card--has-video .actorshop-collection-showcase-card__link:focus-visible .actorshop-collection-showcase-card__image {
	opacity: 0;
	transform: scale(1.075);
	filter: contrast(1.08) saturate(1.08);
}

.actorshop-collection-showcase-feature--has-video .actorshop-collection-showcase-feature__link:hover .actorshop-collection-showcase-feature__video,
.actorshop-collection-showcase-feature--has-video .actorshop-collection-showcase-feature__link:focus-visible .actorshop-collection-showcase-feature__video,
.actorshop-collection-showcase-card--has-video .actorshop-collection-showcase-card__link:hover .actorshop-collection-showcase-card__video,
.actorshop-collection-showcase-card--has-video .actorshop-collection-showcase-card__link:focus-visible .actorshop-collection-showcase-card__video {
	opacity: 1;
	transform: scale(1);
}

.actorshop-collection-showcase__placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: color-mix(in srgb, currentColor 20%, transparent);
	font-family: var(--actorshop-font-display, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(46px, 8vw, 118px);
	font-weight: 950;
	letter-spacing: 0.04em;
}

.actorshop-collection-showcase-feature__content {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	justify-items: start;
	gap: clamp(12px, 1.7vw, 18px);
	min-height: inherit;
	padding: clamp(26px, 4vw, 54px);
}

.actorshop-collection-showcase__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid color-mix(in srgb, currentColor 46%, transparent);
	border-radius: 2px;
	background: color-mix(in srgb, var(--actorshop-page, #ffffff) 10%, transparent);
	color: inherit;
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 900);
	letter-spacing: var(--actorshop-letter-label, 0.06em);
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.actorshop-collection-showcase__badge span {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: currentColor;
}

.actorshop-collection-showcase-feature__copy {
	display: grid;
	gap: 12px;
	max-width: 620px;
}

.actorshop-collection-showcase-feature__copy strong {
	display: block;
	max-width: 9ch;
	color: inherit;
	font-family: var(--actorshop-font-display, var(--actorshop-font-heading, Inter, ui-sans-serif, system-ui, sans-serif));
	font-size: clamp(42px, 5.2vw, 82px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.9;
	text-transform: uppercase;
}

.actorshop-collection-showcase-feature__copy > span:last-child {
	max-width: 46ch;
	color: color-mix(in srgb, currentColor 86%, transparent);
	font-size: var(--actorshop-p2-size, 15px);
	font-weight: var(--actorshop-p2-weight, 650);
	line-height: 1.45;
	text-transform: uppercase;
}

.actorshop-collection-showcase-feature__countdown-label {
	display: flex;
	gap: 14px;
	align-items: center;
	width: min(100%, 520px);
	color: inherit;
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 900);
	letter-spacing: var(--actorshop-letter-label, 0.06em);
	text-transform: uppercase;
}

.actorshop-collection-showcase-feature__countdown-label::after {
	display: block;
	flex: 1 1 auto;
	height: 1px;
	background: currentColor;
	opacity: 0.32;
	content: "";
}

.actorshop-collection-showcase-countdown {
	display: inline-grid;
	grid-auto-flow: column;
	gap: clamp(8px, 1.4vw, 22px);
	align-items: end;
	color: inherit;
}

.actorshop-collection-showcase-countdown span:not(.actorshop-collection-showcase-countdown__separator) {
	display: grid;
	gap: 6px;
	justify-items: center;
	min-width: 38px;
}

.actorshop-collection-showcase-countdown strong {
	color: inherit;
	font-family: var(--actorshop-font-heading, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(26px, 2.8vw, 38px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.9;
}

.actorshop-collection-showcase-countdown em {
	color: color-mix(in srgb, currentColor 76%, transparent);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: 10px;
	font-style: normal;
	font-weight: var(--actorshop-weight-label, 850);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-collection-showcase-countdown__separator {
	align-self: start;
	padding-top: 6px;
	font-size: clamp(24px, 2.3vw, 34px);
	font-weight: 800;
	line-height: 0.9;
}

.actorshop-collection-showcase-feature__button {
	display: inline-flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
	min-height: clamp(48px, 4vw, 58px);
	margin-top: 8px;
	padding: 0 clamp(28px, 5vw, 56px);
	border: 1px solid var(--actorshop-on-ink, #ffffff);
	border-radius: var(--actorshop-radius-button, 0);
	background: var(--actorshop-on-ink, #ffffff);
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-button-font-size, var(--actorshop-size-nav, 14px));
	font-weight: var(--actorshop-button-font-weight, var(--actorshop-weight-ui, 850));
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-collection-showcase-feature__button-icon,
.actorshop-collection-showcase-card__arrow {
	display: inline-grid;
	place-items: center;
	color: currentColor;
	line-height: 1;
}

.actorshop-collection-showcase-feature__button-icon .actorshop-icon,
.actorshop-collection-showcase-card__arrow .actorshop-icon {
	width: 1em;
	height: 1em;
	color: currentColor;
	font-size: 1em;
	line-height: 1;
	transform: rotate(45deg);
	transform-origin: center;
}

.actorshop-collection-showcase__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--actorshop-collection-showcase-gap);
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase__cards {
	height: 100%;
	grid-auto-rows: minmax(0, 1fr);
	overflow: hidden;
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-card__link {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-card {
	min-height: 0;
	overflow: hidden;
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-card__media {
	aspect-ratio: auto;
	min-height: 0;
}

.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-feature__content,
.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-card__body {
	min-height: 0;
	overflow: hidden;
}

.actorshop-collection-showcase--cards-1 .actorshop-collection-showcase__cards {
	grid-template-columns: minmax(0, 1fr);
}

.actorshop-collection-showcase-card__link {
	isolation: isolate;
	grid-template-rows: minmax(0, 1fr) auto;
	align-content: end;
	min-height: clamp(280px, 31vw, 520px);
	overflow: hidden;
}

.actorshop-collection-showcase .actorshop-collection-showcase-feature__link {
	isolation: isolate;
	grid-template-rows: minmax(0, 1fr) auto;
	align-content: end;
	overflow: hidden;
}

.actorshop-collection-showcase-card__media {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
}

.actorshop-collection-showcase .actorshop-collection-showcase-feature__media::after {
	background: transparent;
}

.actorshop-collection-showcase .actorshop-collection-showcase-feature__content {
	--actorshop-collection-showcase-card-body-inset: clamp(14px, 1.5vw, 20px);
	grid-row: 2;
	align-self: end;
	align-content: end;
	gap: clamp(7px, 0.8vw, 10px);
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.72);
	box-shadow: none;
	color: var(--actorshop-on-ink, #ffffff);
	backdrop-filter: blur(18px) saturate(1.12);
	-webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.actorshop-collection-showcase .actorshop-collection-showcase-feature__content .actorshop-collection-showcase__badge {
	background: rgba(17, 17, 17, 0.92);
	color: var(--actorshop-on-ink, #ffffff);
}

.actorshop-collection-showcase .actorshop-collection-showcase-feature__content > * {
	margin-inline: var(--actorshop-collection-showcase-card-body-inset);
}

.actorshop-collection-showcase .actorshop-collection-showcase-feature__content > :first-child {
	margin-top: var(--actorshop-collection-showcase-card-body-inset);
}

.actorshop-collection-showcase .actorshop-collection-showcase-feature__content > :last-child {
	margin-bottom: var(--actorshop-collection-showcase-card-body-inset);
}

.actorshop-collection-showcase-card__body {
	--actorshop-collection-showcase-card-body-inset: clamp(14px, 1.5vw, 20px);
	position: relative;
	z-index: 1;
	grid-row: 2;
	align-self: end;
	display: grid;
	gap: clamp(7px, 0.8vw, 10px);
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.72);
	box-shadow: none;
	color: var(--actorshop-on-ink, #ffffff);
	backdrop-filter: blur(18px) saturate(1.12);
	-webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.actorshop-collection-showcase-card__body .actorshop-collection-showcase__badge {
	background: rgba(17, 17, 17, 0.92);
	color: var(--actorshop-on-ink, #ffffff);
}

.actorshop-collection-showcase-card__body > * {
	margin-inline: var(--actorshop-collection-showcase-card-body-inset);
}

.actorshop-collection-showcase-card__body > :first-child {
	margin-top: var(--actorshop-collection-showcase-card-body-inset);
}

.actorshop-collection-showcase-card__body > :last-child {
	margin-bottom: var(--actorshop-collection-showcase-card-body-inset);
}

.actorshop-collection-showcase-card__title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
}

.actorshop-collection-showcase-feature__title-row {
	width: calc(100% - (var(--actorshop-collection-showcase-card-body-inset) * 2));
}

.actorshop-collection-showcase-card__title-row strong {
	color: inherit;
	font-family: var(--actorshop-font-heading, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(22px, 1.7vw, var(--actorshop-h4-size, 24px));
	font-weight: var(--actorshop-h4-weight, 900);
	letter-spacing: 0;
	line-height: var(--actorshop-h4-line, 1.05);
	text-transform: uppercase;
}

.actorshop-collection-showcase-card__arrow {
	color: inherit;
	font-size: 22px;
	line-height: 1;
}

.actorshop-collection-showcase-card__description {
	display: none;
	align-self: end;
	color: var(--actorshop-muted, #666666);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 850);
	letter-spacing: var(--actorshop-letter-label, 0.06em);
	line-height: 1.35;
	text-transform: uppercase;
}

.actorshop-collection-showcase-card__countdown {
	position: absolute;
	top: clamp(12px, 1.3vw, 18px);
	left: clamp(12px, 1.3vw, 18px);
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(6px, 0.8vw, 10px);
	width: max-content;
	max-width: calc(100% - 32px);
	margin: 0;
	padding: clamp(8px, 0.9vw, 10px) clamp(12px, 1.3vw, 18px);
	border: 1px solid color-mix(in srgb, var(--actorshop-page, #ffffff) 42%, transparent);
	background: color-mix(in srgb, var(--actorshop-page, #ffffff) 76%, transparent);
	box-shadow: 0 12px 26px rgba(17, 17, 17, 0.12);
	color: var(--actorshop-text, #111111);
	backdrop-filter: blur(14px) saturate(1.12);
	-webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.actorshop-collection-showcase-card__countdown span:not(.actorshop-collection-showcase-countdown__separator) {
	gap: 3px;
	min-width: 0;
	align-content: center;
}

.actorshop-collection-showcase-card__countdown .actorshop-collection-showcase-countdown__separator {
	display: none;
}

.actorshop-collection-showcase-card__countdown strong {
	font-size: clamp(14px, 1.15vw, 18px);
}

.actorshop-collection-showcase-card__countdown em {
	color: var(--actorshop-muted, #666666);
	font-size: 7px;
}

.actorshop-collection-showcase__assurance {
	margin-top: clamp(10px, 2vw, 18px);
}

.actorshop-collection-showcase-assurance {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	border-top: 1px solid var(--actorshop-line, rgba(17, 17, 17, 0.16));
	border-bottom: 1px solid var(--actorshop-line, rgba(17, 17, 17, 0.16));
	background: var(--actorshop-line, rgba(17, 17, 17, 0.16));
}

.actorshop-collection-showcase-assurance__item {
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
	padding: clamp(16px, 2vw, 22px);
	background: var(--actorshop-page, #ffffff);
}

.actorshop-collection-showcase-assurance__icon {
	display: inline-grid;
	flex: 0 0 44px;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--actorshop-text, #111111);
	border-radius: 999px;
	color: var(--actorshop-text, #111111);
	font-size: 22px;
}

.actorshop-collection-showcase-assurance__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.actorshop-collection-showcase-assurance__copy strong {
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 900);
	letter-spacing: var(--actorshop-letter-label, 0.06em);
	line-height: 1.2;
	text-transform: uppercase;
}

.actorshop-collection-showcase-assurance__copy span {
	color: var(--actorshop-muted, #666666);
	font-size: var(--actorshop-p3-size, 13px);
	line-height: var(--actorshop-p3-line, 1.45);
}

.editor-styles-wrapper .wp-block-actorshop-hera-collection-showcase,
.editor-styles-wrapper .actorshop-collection-showcase {
	width: min(calc(100% - (var(--actorshop-gutter, 16px) * 2)), var(--actorshop-wide, 1400px));
	max-width: var(--actorshop-wide, 1400px);
}

.editor-styles-wrapper .actorshop-collection-showcase.actorshop-section--boxed {
	max-width: var(--actorshop-container, 1180px);
}

.editor-styles-wrapper .actorshop-collection-showcase.actorshop-section--full,
.editor-styles-wrapper .actorshop-collection-showcase.actorshop-content--full {
	width: 100%;
	max-width: none;
	padding-inline: var(--actorshop-gutter, 16px);
}

.editor-styles-wrapper .actorshop-collection-showcase.actorshop-section--bleed,
.editor-styles-wrapper .actorshop-collection-showcase.actorshop-content--bleed {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

.editor-styles-wrapper .actorshop-collection-showcase-editor .components-placeholder {
	margin: 0;
}

.actorshop-collection-showcase-editor__auto-note {
	margin: 8px 0 0;
	padding: 10px 12px;
	border: 1px solid #dce3ed;
	border-radius: 6px;
	background: #f6f8fb;
	color: #475467;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 1120px) {
	.actorshop-collection-showcase__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.actorshop-collection-showcase--layout-equal_grid_4 .actorshop-collection-showcase__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase__layout {
		height: auto;
		overflow: visible;
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) {
		height: auto;
		overflow: visible;
	}

	.actorshop-collection-showcase-feature {
		min-height: clamp(480px, 64vw, 660px);
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-feature {
		height: auto;
		min-height: min(var(--actorshop-collection-showcase-section-height), 660px);
	}
}

@media (max-width: 760px) {
	.actorshop-collection-showcase {
		width: calc(100% - (var(--actorshop-gutter-mobile, 12px) * 2));
		gap: 24px;
		margin-block: 28px 46px;
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) {
		height: auto !important;
		overflow: visible !important;
	}

	.actorshop-collection-showcase--spacing-gutter {
		margin-block: var(--actorshop-gutter-mobile, 12px) 46px;
	}

	.actorshop-collection-showcase--spacing-compact {
		margin-block: 18px 42px;
	}

	.actorshop-collection-showcase--spacing-standard {
		margin-block: 28px 46px;
	}

	.actorshop-collection-showcase--spacing-none {
		margin-block: 0;
	}

	.actorshop-collection-showcase:has(+ :is(.wp-block-actorshop-hera-products, .actorshop-hera-products, .wp-block-actorshop-hera-product-carousel, .actorshop-product-carousel)) {
		margin-bottom: var(--actorshop-gutter-mobile, 12px);
	}

	.actorshop-collection-showcase:has(+ .actorshop-product-carousel--spacing-none) {
		margin-bottom: 0 !important;
	}

	.actorshop-collection-showcase + :is(.wp-block-actorshop-hera-products, .actorshop-hera-products, .wp-block-actorshop-hera-product-carousel, .actorshop-product-carousel) {
		margin-top: 0 !important;
		margin-block-start: 0 !important;
	}

	.actorshop-collection-showcase.actorshop-section--full,
	.actorshop-collection-showcase.actorshop-content--full {
		width: 100%;
		padding-inline: var(--actorshop-gutter-mobile, 12px);
	}

	body.actorshop :where(.entry-content, .actorshop-front-content, .wp-block-post-content, .site-main, .actorshop-shop-content) > .actorshop-collection-showcase.actorshop-section--full {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding-inline: var(--actorshop-gutter-mobile, 12px);
	}

	.actorshop-collection-showcase.actorshop-section--bleed,
	.actorshop-collection-showcase.actorshop-content--bleed {
		width: 100%;
		padding-inline: 0;
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase__layout,
	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase__cards {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase__cards {
		grid-auto-rows: auto !important;
	}

	.actorshop-collection-showcase__header {
		grid-template-columns: minmax(0, 1fr);
	}

	.actorshop-collection-showcase__all-link {
		grid-column: 1;
		justify-content: start;
		width: fit-content;
	}

	.actorshop-collection-showcase__title {
		font-size: var(--actorshop-mobile-hero-title-size, 42px);
	}

	.actorshop-collection-showcase__subtitle {
		font-size: var(--actorshop-p3-size, 14px);
	}

	.actorshop-collection-showcase-feature {
		min-height: clamp(320px, 91vw, 460px);
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-feature {
		height: auto !important;
		min-height: clamp(320px, 91vw, 460px) !important;
		overflow: hidden !important;
	}

	.actorshop-collection-showcase-feature__content {
		--actorshop-collection-showcase-card-body-inset: 13px;
		gap: 7px;
		padding: 0;
	}

	.actorshop-collection-showcase__badge {
		max-width: calc(100% - 24px);
		min-height: 28px;
		padding-inline: 10px;
		font-size: 10px;
		line-height: 1.1;
		white-space: normal;
	}

	.actorshop-collection-showcase-feature__copy {
		gap: 10px;
	}

	.actorshop-collection-showcase-feature__copy strong {
		font-size: clamp(36px, 12vw, 54px);
	}

	.actorshop-collection-showcase-feature__copy > span:last-child {
		font-size: var(--actorshop-p3-size, 13px);
		line-height: 1.36;
	}

	.actorshop-collection-showcase-feature__countdown-label {
		width: min(100%, 360px);
		gap: 10px;
		font-size: 10px;
	}

	.actorshop-collection-showcase-countdown {
		gap: 8px;
	}

	.actorshop-collection-showcase-countdown strong {
		font-size: clamp(22px, 6.8vw, 30px);
	}

	.actorshop-collection-showcase-countdown em {
		font-size: 8px;
	}

	.actorshop-collection-showcase-feature__button {
		min-height: 42px;
		padding-inline: 18px;
		font-size: 12px;
	}

	.actorshop-collection-showcase__cards {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.actorshop-collection-showcase--layout-equal_grid_4 .actorshop-collection-showcase__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.actorshop-collection-showcase-assurance {
		grid-template-columns: minmax(0, 1fr);
	}

	.actorshop-collection-showcase-card__media {
		aspect-ratio: auto;
	}

	.actorshop-collection-showcase-card,
	.actorshop-collection-showcase-card__link {
		min-height: clamp(240px, 58vw, 330px);
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-card,
	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-card__link {
		height: auto !important;
		min-height: clamp(240px, 58vw, 330px) !important;
		overflow: hidden !important;
	}

	.actorshop-collection-showcase-card__body {
		--actorshop-collection-showcase-card-body-inset: 10px;
		gap: 6px;
		min-height: auto;
		margin: 0;
		padding: 0;
	}

	.actorshop-collection-showcase-card__title-row {
		gap: 6px;
	}

	.actorshop-collection-showcase-card__title-row strong {
		font-size: clamp(18px, 6.2vw, 25px);
		line-height: 1;
	}

	.actorshop-collection-showcase-card__arrow {
		font-size: 18px;
	}

	.actorshop-collection-showcase-card__countdown {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: min(100% - 20px, 154px);
		max-width: calc(100% - 20px);
		top: 10px;
		left: 10px;
		margin: 0;
		padding: 7px 8px;
	}

	.actorshop-collection-showcase-card__countdown strong {
		font-size: 15px;
	}

	.actorshop-collection-showcase-card__countdown em {
		font-size: 6px;
	}
}

@media (max-width: 460px) {
	.actorshop-collection-showcase-feature {
		min-height: clamp(320px, 91vw, 380px);
	}

	.actorshop-collection-showcase:is(.actorshop-collection-showcase--height-viewport, .actorshop-collection-showcase--height-preset) .actorshop-collection-showcase-feature {
		height: auto !important;
		min-height: clamp(320px, 91vw, 380px) !important;
	}

	.actorshop-collection-showcase-countdown {
		gap: 8px;
	}

	.actorshop-collection-showcase-countdown span:not(.actorshop-collection-showcase-countdown__separator) {
		min-width: 30px;
	}

	.actorshop-collection-showcase-countdown strong {
		font-size: 24px;
	}

	.actorshop-collection-showcase-card__countdown {
		gap: 4px;
		padding: 7px 8px;
	}

	.actorshop-collection-showcase-card__countdown strong {
		font-size: 14px;
	}

	.actorshop-collection-showcase-countdown em {
		font-size: 8px;
	}
}

body.actorshop .actorshop-front-content > .actorshop-collection-showcase:not(.actorshop-section--full):not(.actorshop-section--bleed):not(.actorshop-content--full):not(.actorshop-content--bleed) {
	width: 100%;
	max-width: none;
}
