/*
 * ParentRoute product offer recap.
 */

#PRProductOffer,
#PRProductOffer * {
	box-sizing: border-box;
}

#PRProductOffer {
	--pr-offer-bg: #f0f5f2;
	--pr-offer-surface: #ffffff;
	--pr-offer-text: #17231e;
	--pr-offer-muted: #58665f;
	--pr-offer-accent: #91ad9a;
	--pr-offer-border: #dce4df;
	--pr-offer-gold: #b68637;
	--pr-offer-button: #172a22;
	--pr-offer-width: 1240px;

	position: relative;
	width: 100%;
	margin: 0;
	padding: 80px 20px 20px;

	background:
		radial-gradient(
			circle at 15% 20%,
			rgba(145, 173, 154, 0.12),
			transparent 32%
		),
		var(--pr-offer-bg);

	color: var(--pr-offer-text);
}

#PRProductOffer .pr-product-offer__inner {
	width: min(100%, var(--pr-offer-width));
	margin-inline: auto;
}

#PRProductOffer .pr-product-offer__header {
	max-width: 760px;
	margin: 0 auto clamp(42px, 5vw, 64px);
	text-align: center;
}

#PRProductOffer .pr-product-offer__heading {
	margin: 0;

	color: var(--pr-offer-text);

	font-family: var(--font-heading--family, inherit);
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1.05;
	text-wrap: balance;
}

#PRProductOffer .pr-product-offer__intro {
	max-width: 680px;
	margin: 17px auto 0;

	color: var(--pr-offer-muted);

	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.5;
	text-wrap: balance;
}

#PRProductOffer .pr-product-offer__card {
	display: grid;
	grid-template-columns: minmax(0, 1.85fr) minmax(300px, 0.85fr);

	width: min(100%, 1180px);
	margin-inline: auto;
	overflow: hidden;

	border: 1px solid rgba(23, 35, 30, 0.07);
	border-radius: 14px;

	background: var(--pr-offer-surface);

	box-shadow:
		0 24px 55px rgba(23, 35, 30, 0.09),
		0 4px 12px rgba(23, 35, 30, 0.04);
}

#PRProductOffer .pr-product-offer__content {
	padding: clamp(36px, 4.8vw, 58px);
}

#PRProductOffer .pr-product-offer__product-title {
	margin: 0;

	color: var(--pr-offer-text);

	font-family: var(--font-heading--family, inherit);
	font-size: clamp(26px, 2.6vw, 35px);
	font-weight: 650;
	letter-spacing: -0.035em;
	line-height: 1.12;
	text-wrap: balance;
}

#PRProductOffer .pr-product-offer__summary {
	max-width: 740px;
	margin: 22px 0 0;

	color: var(--pr-offer-muted);

	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.52;
}

#PRProductOffer .pr-product-offer__included-heading {
	display: flex;
	align-items: center;
	gap: 16px;

	margin-top: clamp(30px, 4vw, 42px);
}

#PRProductOffer .pr-product-offer__included-heading span {
	flex: 0 0 auto;

	color: var(--pr-offer-gold);

	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.065em;
	line-height: 1;
	text-transform: uppercase;
}

#PRProductOffer .pr-product-offer__included-heading i {
	display: block;
	flex: 1 1 auto;
	height: 1px;

	background: var(--pr-offer-border);
}

#PRProductOffer .pr-product-offer__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 38px;

	margin: 31px 0 0;
	padding: 0;

	list-style: none;
}

#PRProductOffer .pr-product-offer__list li {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 12px;

	margin: 0;

	color: var(--pr-offer-text);

	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.45;
}

#PRProductOffer .pr-product-offer__check {
	display: grid;
	place-items: center;

	width: 16px;
	height: 16px;
	margin-top: 4px;
	border-radius: 50%;

	background: var(--pr-offer-accent);
	color: #ffffff;
}

#PRProductOffer .pr-product-offer__check svg {
	display: block;
}

#PRProductOffer .pr-product-offer__purchase {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	min-width: 0;
	padding: clamp(38px, 5vw, 60px) clamp(28px, 4vw, 48px);

	border-left: 1px solid rgba(23, 35, 30, 0.055);

	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.98),
			rgba(247, 248, 246, 0.98)
		);
}

#PRProductOffer .pr-product-offer__price-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#PRProductOffer .pr-product-offer__regular-price {
	margin-bottom: 6px;

	color: #929a95;

	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 550;
	line-height: 1;
	text-decoration-thickness: 1.5px;
}

#PRProductOffer .pr-product-offer__price {
	display: block;

	color: var(--pr-offer-text);

	font-size: clamp(43px, 5vw, 62px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 1;
}

#PRProductOffer .pr-product-offer__price .woocommerce-Price-currencySymbol {
	margin-right: 2px;
	font-size: 0.55em;
	vertical-align: 0.35em;
}

#PRProductOffer .pr-product-offer__cta {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	width: 100%;
	min-height: 60px;
	margin-top: 30px;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	padding: 15px 24px;

	background:
		linear-gradient(
			180deg,
			#263a31 0%,
			var(--pr-offer-button) 100%
		);

	box-shadow:
		0 12px 24px rgba(23, 42, 34, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);

	color: #ffffff;

	cursor: pointer;

	font-family: inherit;
	font-size: 16px;
	font-weight: 750;
	line-height: 1;

	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

#PRProductOffer .pr-product-offer__cta:hover {
	transform: translateY(-1px);

	box-shadow:
		0 15px 30px rgba(23, 42, 34, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

#PRProductOffer .pr-product-offer__cta:focus-visible {
	outline: 3px solid rgba(145, 173, 154, 0.45);
	outline-offset: 3px;
}

#PRProductOffer .pr-product-offer__cta-shimmer {
	position: absolute;
	z-index: -1;
	top: -60%;
	left: -35%;

	width: 24%;
	height: 220%;

	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.2),
			transparent
		);

	transform: rotate(18deg);
	animation: pr-product-offer-shimmer 4.6s ease-in-out infinite;
}

#PRProductOffer .pr-product-offer__cta-note {
	display: block;
	margin-top: 14px;

	color: var(--pr-offer-muted);

	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

@keyframes pr-product-offer-shimmer {
	0%,
	68% {
		left: -35%;
	}

	100% {
		left: 125%;
	}
}

@media screen and (max-width: 860px) {
	#PRProductOffer .pr-product-offer__card {
		grid-template-columns: 1fr;
		max-width: 620px;
	}

	#PRProductOffer .pr-product-offer__purchase {
		border-top: 1px solid rgba(23, 35, 30, 0.055);
		border-left: 0;
	}

	#PRProductOffer .pr-product-offer__cta {
		max-width: 420px;
	}
}

@media screen and (max-width: 749px) {
	#PRProductOffer {
		padding: 50px 12px 20px;
	}

	#PRProductOffer .pr-product-offer__header {
		margin-bottom: 30px;
		padding-inline: 4px;
		text-align: left;
	}

	#PRProductOffer .pr-product-offer__heading {
		font-size: clamp(30px, 8.4vw, 36px);
		line-height: 1.04;
	}

	#PRProductOffer .pr-product-offer__intro {
		margin: 15px 0 0;

		font-size: 16px;
		line-height: 1.5;
	}

	#PRProductOffer .pr-product-offer__card {
		border-radius: 10px;

		box-shadow:
			0 17px 38px rgba(23, 35, 30, 0.08),
			0 3px 8px rgba(23, 35, 30, 0.035);
	}

	#PRProductOffer .pr-product-offer__content {
		padding: 29px 21px 31px;
	}

	#PRProductOffer .pr-product-offer__product-title {
		font-size: 25px;
		line-height: 1.13;
	}

	#PRProductOffer .pr-product-offer__summary {
		margin-top: 17px;

		font-size: 15.5px;
		line-height: 1.5;
	}

	#PRProductOffer .pr-product-offer__included-heading {
		margin-top: 28px;
	}

	#PRProductOffer .pr-product-offer__included-heading span {
		font-size: 11px;
	}

	#PRProductOffer .pr-product-offer__list {
		grid-template-columns: 1fr;
		gap: 19px;

		margin-top: 24px;
	}

	#PRProductOffer .pr-product-offer__list li {
		gap: 10px;

		font-size: 15px;
		line-height: 1.45;
	}

	#PRProductOffer .pr-product-offer__purchase {
		padding: 30px 21px 26px;
	}

	#PRProductOffer .pr-product-offer__regular-price {
		font-size: 16px;
	}

	#PRProductOffer .pr-product-offer__price {
		font-size: 48px;
	}

	#PRProductOffer .pr-product-offer__cta {
		min-height: 56px;
		margin-top: 24px;

		font-size: 15px;
	}

	#PRProductOffer .pr-product-offer__cta-note {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#PRProductOffer .pr-product-offer__cta,
	#PRProductOffer .pr-product-offer__cta-shimmer {
		animation: none;
		transition: none;
	}
}