.aura-astra-highlight {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: clamp(64px, 7vw, 112px) clamp(14px, 2vw, 32px);
	overflow-x: clip;
	background: #ffffff;
	color:  var(--aura-color-burgundy);
}

.aura-astra-highlight__background {
	position: absolute;
	inset: 20px;
	z-index: 0;
	display: block;
	max-width: calc(100% - 40px);
	background-image: url("../../img/signes-astro/astra-back-pc.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	opacity: .75;
}

.aura-astra-highlight__separator {
	position: absolute;
	left: 50%;
	z-index: 2;
	display: block;
	width: 1px;
	height: clamp(48px, 5vw, 68px);
	background: rgba(75, 28, 34, 0.24);
	pointer-events: none;
}

.aura-astra-highlight__separator--top {
	top: 0;
	transform: translate(-50%, -42%);
}

.aura-astra-highlight__separator--bottom {
	bottom: 0;
	transform: translate(-50%, 42%);
}

.aura-astra-highlight__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.6fr) minmax(360px, 1.1fr);
	align-items: center;
	gap: 104px;
	width: min(100%, var(--aura-site-max-width, 1600px));
	margin-inline: auto;
}

.aura-astra-highlight__editorial,
.aura-astra-highlight__visual,
.aura-astra-highlight__product {
	min-width: 0;
}

.aura-astra-highlight__editorial {
	display: grid;
	align-content: center;
	gap: 18px;
}

.aura-astra-highlight__kicker {
	margin: 0;
	color: #935b54;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.aura-astra-highlight__title {
	max-width: 9.8em;
	margin: 0;
	color:  var(--aura-color-burgundy);
	font-family: var(--aura-font-editorial, Fraunces, serif);
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 520;
	letter-spacing: 0;
	line-height: 1.02;
}

.aura-astra-highlight__text,
.aura-astra-highlight__note {
	max-width: 42em;
	margin: 0;
	color: rgba(75, 28, 34, 0.74);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: clamp(14px, 0.98vw, 16px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.72;
}

.aura-astra-highlight__note {
	max-width: 38em;
	color:  var(--aura-color-burgundy);
	font-size: 13px;
	line-height: 1.62;
}

.aura-astra-highlight__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 10px;
	color:  var(--aura-color-burgundy);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 12px;
	line-height: 1.2;
}

.aura-astra-highlight__stars {
	color: #f5b86f;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.aura-astra-highlight__rating-note {
	color:  var(--aura-color-burgundy);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.aura-astra-highlight__rating-count {
	flex-basis: 100%;
	color: rgba(75, 28, 34, 0.58);
	font-size: 11px;
	font-weight: 500;
}

.aura-astra-highlight__capsules {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
}

.aura-astra-highlight__capsule {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 11px;
	border: 1px solid rgba(75, 28, 34, 0.16);
	border-radius: 999px;
	background: #ffffff;
	color:  var(--aura-color-burgundy);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	white-space: nowrap;
}

.aura-astra-highlight__visual {
	display: grid;
	gap: 22px;
	place-items: center;
}

.aura-astra-highlight__orbit {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 430px);
	max-width: 100%;
	aspect-ratio: 1 / 1;
	margin-inline: auto;
	overflow: visible;
}

.aura-astra-highlight__zodiac,
.aura-astra-highlight__logo {
	display: block;
	max-width: 100%;
	pointer-events: none;
	user-select: none;
}

.aura-astra-highlight__zodiac {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 0.4s ease;
	transform-origin: 50% 50%;
	will-change: opacity, transform;
}

.aura-astra-highlight__zodiac.is-loaded {
	opacity: 1;
	animation: aura-astra-highlight-rotate 56s linear infinite;
}

.aura-astra-highlight__logo {
	position: absolute;
	top: 47%;
	left: 50%;
	width: 20%;
	height: auto;
	transform: translate(-50%, -50%);
}

.aura-astra-highlight__assurances {
	display: grid;
	gap: 10px;
	width: min(100%, 320px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.aura-astra-highlight__assurance {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	color: rgba(75, 28, 34, 0.76);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.35;
	text-align: left;
}

.aura-astra-highlight__assurance-icon {
	display: block;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.aura-astra-highlight__assurance-text {
	min-width: 0;
}

.aura-astra-highlight__product {
	align-self: stretch;
	z-index: 1;
}

.aura-astra-highlight__product > .aura-product-card {
	width: 100%;
	max-width: 440px;
	margin-inline: auto;
}

.aura-astra-highlight .aura-product-card--featured-astra {
	padding: 10px;
	border: 1px solid rgba(75, 28, 34, 0.12);
	background: #ffffff;
}

.aura-astra-highlight .aura-product-card--featured-astra .aura-product-card__media {
	background: #fffefa;
}

.aura-astra-highlight .aura-product-card--featured-astra .aura-product-card__body {
	padding: 14px 2px 2px;
}

.aura-astra-highlight .aura-product-card--featured-astra .aura-product-card__title {
	font-size: 16px;
	letter-spacing: 0;
}

.aura-astra-highlight .aura-product-card--featured-astra .aura-product-card__price {
	font-size: 12px;
}

@keyframes aura-astra-highlight-rotate {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.aura-astra-highlight__zodiac.is-loaded {
		animation: none;
	}
}

@media (max-width: 1080px) {
	.aura-astra-highlight__inner {
		grid-template-columns: minmax(0, 1fr) minmax(230px, 0.72fr);
	}

	.aura-astra-highlight__visual {
		order: 3;
		grid-column: 1 / -1;
	}

	.aura-astra-highlight__orbit {
		width: min(72vw, 390px);
	}
}

@media (max-width: 767px) {
	.aura-astra-highlight {
		padding: 54px 14px 62px;
	}


	.aura-astra-highlight > .aura-astra-highlight__background {
		display: none;
	}

	.aura-astra-highlight__visual {
		position: relative;
	}

	.aura-astra-highlight__orbit {
		position: relative;
		z-index: 1;
	}

	.aura-astra-highlight__orbit::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: -1;
		width: clamp(420px, 132vw, 560px);
		aspect-ratio: 1 / 1;
		background-image: url("../../img/signes-astro/astra-back-mobile.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transform: translate(-50%, -50%);
		pointer-events: none;
	}


	.aura-astra-highlight__separator {
		height: 52px;
		background: rgba(75, 28, 34, 0.2);
	}

	.aura-astra-highlight__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.aura-astra-highlight__editorial {
		gap: 16px;
		        z-index: 2;
        background: #ffffffa1;
        padding-bottom: 30px;
	}

	.aura-astra-highlight__visual {
		order: initial;
		grid-column: auto;
	}

	.aura-astra-highlight__title {
		max-width: 10em;
		font-size: clamp(32px, 10vw, 42px);
	}

	.aura-astra-highlight__text {
		font-size: 14px;
		line-height: 1.68;
	}

	.aura-astra-highlight__orbit {
		width: min(82vw, 240px);
	}

	.aura-astra-highlight__capsules {
		gap: 7px;
	}

	.aura-astra-highlight__capsule {
		min-height: 26px;
		padding: 6px 10px;
		font-size: 10px;
		white-space: normal;
	}

	.aura-astra-highlight__product > .aura-product-card {
		max-width: 420px;
	}
}
