/* Campanha loja — homepage */

.fcf-store-promo {
	--fcf-store-promo-ink: var(--fcf-blue-900, #051e33);
	--fcf-store-promo-muted: #a2bacc;
	--fcf-store-promo-highlight: #edca57;
	--fcf-store-promo-discount: #a2bacc;
	--fcf-store-promo-mask-opacity: 0.4;
	--fcf-store-promo-ease: cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
	width: 100%;
	background: #fff;
	color: var(--fcf-store-promo-ink);
	overflow: hidden;
	padding: clamp(56px, 8vw, 104px) 0 clamp(64px, 9vw, 112px);
}

.fcf-store-promo__mask {
	position: absolute;
	inset: 0 auto 0 0;
	width: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

.fcf-store-promo__mask-image {
	display: block;
	width: min(125%, 1080px);
	height: auto;
	opacity: var(--fcf-store-promo-mask-opacity);
	object-fit: contain;
	object-position: left bottom;
}

.fcf-store-promo__inner {
	position: relative;
	z-index: 1;
	width: var(--theme-container-width, min(100%, var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))));
	max-width: var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))));
	margin-inline: auto;
}

.fcf-store-promo__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 980px);
	margin-inline: auto;
	margin-bottom: clamp(28px, 4.5vw, 48px);
	min-height: clamp(260px, 38vw, 440px);
}

.fcf-store-promo__discount {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--fcf-store-promo-discount);
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(8rem, 24vw, 19rem);
	font-weight: 700;
	font-synthesis: none;
	letter-spacing: -0.06em;
	line-height: 0.82;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 1;
	transform: translate(calc(-50% - 34%), -50%);
	pointer-events: none;
	user-select: none;
}

.fcf-store-promo__products-picture {
	display: block;
	position: relative;
	z-index: 2;
	width: min(64%, 600px);
	max-width: 600px;
	margin-inline: auto;
	transform: translateX(30%);
}

.fcf-store-promo__products {
	display: block;
	width: 100%;
	height: auto;
	margin-inline: auto;
	position: relative;
	z-index: 2;
}

.fcf-store-promo__cta-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(20px, 3vw, 32px);
	text-align: center;
}

.fcf-store-promo__headline {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	max-width: min(100%, 1100px);
	color: var(--fcf-store-promo-ink) !important;
	background: none !important;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif) !important;
	font-size: clamp(2.25rem, 5.2vw, 4.25rem) !important;
	font-weight: 500 !important;
	font-synthesis: none;
	letter-spacing: 0.02em !important;
	line-height: 1.02 !important;
	text-transform: uppercase;
}

.fcf-store-promo__headline-lead {
	font-weight: 900 !important;
}

.fcf-store-promo__headline-rest {
	font-weight: 400 !important;
}

.fcf-store-promo__headline-highlight {
	color: var(--fcf-store-promo-highlight);
	font-weight: 900 !important;
}

.fcf-store-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(220px, 34vw, 320px);
	min-height: clamp(52px, 7vw, 64px);
	padding: clamp(14px, 2vw, 18px) clamp(28px, 4vw, 44px);
	border: 1px solid var(--fcf-store-promo-ink);
	background: #fff;
	color: var(--fcf-store-promo-ink);
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.9375rem, 1.6vw, 1.125rem);
	font-weight: 700;
	font-synthesis: none;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 0.25s var(--fcf-store-promo-ease),
		color 0.25s var(--fcf-store-promo-ease);
}

.fcf-store-promo__button:hover,
.fcf-store-promo__button:focus-visible {
	background: var(--fcf-store-promo-ink);
	color: #fff;
	outline: none;
}

@media (min-width: 1000px) {
	.fcf-store-promo__visual {
		width: min(100%, 1100px);
		min-height: clamp(300px, 30vw, 480px);
	}

	.fcf-store-promo__products-picture {
		width: min(58%, 660px);
		max-width: 660px;
		transform: translateX(32%);
	}

	.fcf-store-promo__discount {
		font-size: clamp(9rem, 20vw, 21rem);
		transform: translate(calc(-50% - 36%), -50%);
	}

	.fcf-store-promo__headline {
		font-size: clamp(2.75rem, 4.8vw, 5.25rem) !important;
	}
}

@media (max-width: 999px) {
	.fcf-store-promo {
		padding-block: clamp(40px, 9vw, 56px) clamp(48px, 10vw, 64px);
	}

	.fcf-store-promo__mask {
		width: 100%;
		align-items: flex-end;
		justify-content: flex-start;
	}

	.fcf-store-promo__mask-image {
		width: min(155%, 920px);
		object-position: left bottom;
	}

	.fcf-store-promo__visual {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: min(100%, 400px);
		min-height: 0;
		margin-bottom: clamp(20px, 5vw, 28px);
	}

	.fcf-store-promo__discount {
		position: relative;
		left: auto;
		top: auto;
		z-index: 2;
		width: 100%;
		margin: 0 0 clamp(-1.25rem, -4vw, -0.5rem);
		font-size: clamp(5.5rem, 32vw, 8.5rem);
		font-weight: 700;
		text-align: center;
		transform: none;
	}

	.fcf-store-promo__products-picture {
		position: relative;
		z-index: 1;
		width: min(100%, 360px);
		max-width: 360px;
		margin-inline: auto;
		transform: none;
	}

	.fcf-store-promo__headline {
		font-size: clamp(2.5rem, 11vw, 3.75rem) !important;
		line-height: 1 !important;
	}

	.fcf-store-promo__headline-lead {
		display: block;
		margin-bottom: 0.12em;
	}

	.fcf-store-promo__headline-rest {
		font-size: 1em;
		font-weight: 400 !important;
		letter-spacing: 0.03em !important;
	}

	.fcf-store-promo__headline-highlight {
		font-size: 0.62em;
		letter-spacing: 0.03em !important;
	}

	.fcf-store-promo__cta-block {
		gap: clamp(16px, 4vw, 24px);
	}

	.fcf-store-promo__button {
		width: 100%;
		max-width: min(100%, 420px);
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fcf-store-promo__button {
		transition: none;
	}
}
