/**
 * Afro-Exotique — page Avis clients 2026.
 * Scope strict : body.ae-customer-reviews-page et .ae-reviews-page.
 */

body.ae-customer-reviews-page {
	--ae-reviews-brand: #00b14d;
	--ae-reviews-brand-dark: #008f3e;
	--ae-reviews-ink: #1d2721;
	--ae-reviews-muted: #607067;
	--ae-reviews-line: #dce7df;
	--ae-reviews-soft: #f3f8f4;
	--ae-reviews-gold: #efaa00;
	--ae-reviews-shadow: 0 15px 45px rgba(19, 55, 34, 0.09);
}

body.ae-customer-reviews-page #content {
	padding-top: 0;
}

body.ae-customer-reviews-page .woocommerce-breadcrumb,
body.ae-customer-reviews-page .entry-header {
	display: none !important;
}

body.ae-customer-reviews-page .entry-content {
	margin: 0;
}

body.ae-customer-reviews-page .ae-reviews-page,
body.ae-customer-reviews-page .ae-reviews-page * {
	box-sizing: border-box;
}

body.ae-customer-reviews-page .ae-reviews-page {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	color: var(--ae-reviews-ink);
	font-family: inherit;
}

body.ae-customer-reviews-page .ae-reviews-page a {
	text-decoration: none;
}

body.ae-customer-reviews-page .ae-reviews-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 12%, rgba(0, 177, 77, 0.13), transparent 30%),
		radial-gradient(circle at 90% 90%, rgba(163, 209, 51, 0.14), transparent 32%),
		linear-gradient(135deg, #fbfdfb, #f1f8f3 62%, #fbf8f0);
	border-bottom: 1px solid var(--ae-reviews-line);
}

body.ae-customer-reviews-page .ae-reviews-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.18;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(0, 143, 62, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 143, 62, 0.08) 1px, transparent 1px);
	background-size: 42px 42px;
}

body.ae-customer-reviews-page .ae-reviews-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 30px));
	margin: auto;
	padding: 58px 0;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	align-items: center;
	gap: clamp(36px, 7vw, 90px);
}

body.ae-customer-reviews-page .ae-reviews-eyebrow {
	width: fit-content;
	margin: 0 0 15px;
	padding: 7px 11px;
	color: var(--ae-reviews-brand-dark);
	background: #e4f7eb;
	border: 1px solid #ccebd7;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.ae-customer-reviews-page .ae-reviews-hero h1 {
	max-width: 700px;
	margin: 0 0 17px;
	color: var(--ae-reviews-ink);
	font-size: clamp(2.4rem, 5.5vw, 4.7rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.055em;
}

body.ae-customer-reviews-page .ae-reviews-hero h1 span {
	color: var(--ae-reviews-brand-dark);
}

body.ae-customer-reviews-page .ae-reviews-lead {
	max-width: 610px;
	margin: 0;
	color: var(--ae-reviews-muted);
	font-size: clamp(1rem, 1.7vw, 1.14rem);
	line-height: 1.55;
}

body.ae-customer-reviews-page .ae-reviews-score {
	padding: 25px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 143, 62, 0.16);
	border-radius: 24px;
	box-shadow: var(--ae-reviews-shadow);
}

body.ae-customer-reviews-page .ae-reviews-score__main {
	display: flex;
	align-items: center;
	gap: 16px;
}

body.ae-customer-reviews-page .ae-reviews-score__number {
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.06em;
}

body.ae-customer-reviews-page .ae-reviews-stars {
	color: var(--ae-reviews-gold);
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.2;
	white-space: nowrap;
}

body.ae-customer-reviews-page .ae-reviews-score__label {
	display: block;
	margin-top: 3px;
	color: var(--ae-reviews-muted);
	font-size: 12px;
}

body.ae-customer-reviews-page .ae-reviews-score__stats {
	margin-top: 21px;
	padding-top: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--ae-reviews-line);
}

body.ae-customer-reviews-page .ae-reviews-score__stats > div + div {
	padding-left: 18px;
	border-left: 1px solid var(--ae-reviews-line);
}

body.ae-customer-reviews-page .ae-reviews-score__stats strong,
body.ae-customer-reviews-page .ae-reviews-score__stats span {
	display: block;
}

body.ae-customer-reviews-page .ae-reviews-score__stats strong {
	color: var(--ae-reviews-brand-dark);
	font-size: 22px;
}

body.ae-customer-reviews-page .ae-reviews-score__stats span {
	color: var(--ae-reviews-muted);
	font-size: 11px;
}

body.ae-customer-reviews-page .ae-reviews-verified-note {
	margin: 18px 0 0;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #356347;
	background: #edf8f1;
	border-radius: 11px;
	font-size: 11px;
	font-weight: 700;
}

body.ae-customer-reviews-page .ae-reviews-verified-note::before,
body.ae-customer-reviews-page .ae-review-verified::before {
	content: "✓";
	width: 18px;
	height: 18px;
	display: grid;
	flex: 0 0 18px;
	place-items: center;
	color: #fff;
	background: var(--ae-reviews-brand);
	border-radius: 50%;
	font-size: 10px;
	font-weight: 900;
}

body.ae-customer-reviews-page .ae-reviews-list {
	background: #f8faf8;
}

body.ae-customer-reviews-page .ae-reviews-list__inner {
	width: min(1200px, calc(100% - 30px));
	margin: auto;
	padding: 52px 0 68px;
}

body.ae-customer-reviews-page .ae-reviews-section-head {
	margin-bottom: 24px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
}

body.ae-customer-reviews-page .ae-reviews-section-head h2 {
	margin: 0 0 5px;
	color: var(--ae-reviews-ink);
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.035em;
}

body.ae-customer-reviews-page .ae-reviews-section-head p {
	margin: 0;
	color: var(--ae-reviews-muted);
	font-size: 13px;
}

body.ae-customer-reviews-page .ae-reviews-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

body.ae-customer-reviews-page .ae-reviews-filters button {
	min-height: 38px;
	padding: 0 13px;
	color: var(--ae-reviews-muted);
	background: #fff;
	border: 1px solid var(--ae-reviews-line);
	border-radius: 999px;
	box-shadow: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

body.ae-customer-reviews-page .ae-reviews-filters button:hover,
body.ae-customer-reviews-page .ae-reviews-filters button:focus-visible,
body.ae-customer-reviews-page .ae-reviews-filters button.is-active {
	color: #fff !important;
	background: var(--ae-reviews-brand) !important;
	border-color: var(--ae-reviews-brand) !important;
}

body.ae-customer-reviews-page .ae-reviews-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.ae-customer-reviews-page .ae-review-card {
	min-width: 0;
	padding: 22px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--ae-reviews-line);
	border-radius: 18px;
	box-shadow: 0 7px 24px rgba(20, 44, 29, 0.045);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.ae-customer-reviews-page .ae-review-card:hover {
	border-color: #badbc6;
	box-shadow: 0 14px 35px rgba(20, 44, 29, 0.085);
	transform: translateY(-3px);
}

body.ae-customer-reviews-page .ae-review-card[hidden] {
	display: none !important;
}

body.ae-customer-reviews-page .ae-review-card__top {
	display: flex;
	align-items: center;
	gap: 11px;
}

body.ae-customer-reviews-page .ae-review-avatar {
	width: 42px;
	height: 42px;
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	color: var(--ae-reviews-brand-dark);
	background: #e4f7eb;
	border: 1px solid #ccebd7;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
}

body.ae-customer-reviews-page .ae-review-author {
	min-width: 0;
	flex: 1;
}

body.ae-customer-reviews-page .ae-review-author strong,
body.ae-customer-reviews-page .ae-review-author time {
	display: block;
}

body.ae-customer-reviews-page .ae-review-author strong {
	color: var(--ae-reviews-ink);
	font-size: 13px;
}

body.ae-customer-reviews-page .ae-review-author time {
	color: var(--ae-reviews-muted);
	font-size: 10px;
}

body.ae-customer-reviews-page .ae-review-verified {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--ae-reviews-brand-dark);
	font-size: 9px;
	font-weight: 800;
	white-space: nowrap;
}

body.ae-customer-reviews-page .ae-review-verified::before {
	width: 15px;
	height: 15px;
	flex-basis: 15px;
	font-size: 8px;
}

body.ae-customer-reviews-page .ae-review-rating {
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body.ae-customer-reviews-page .ae-review-rating .ae-reviews-stars {
	font-size: 15px;
	letter-spacing: 1px;
}

body.ae-customer-reviews-page .ae-review-rating > span:last-child {
	color: var(--ae-reviews-muted);
	font-size: 10px;
	font-weight: 700;
}

body.ae-customer-reviews-page .ae-review-card__text {
	margin: 14px 0 20px;
	color: #34473b;
	font-size: 14px;
	line-height: 1.65;
}

body.ae-customer-reviews-page .ae-review-product {
	margin-top: auto;
	padding: 10px;
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	color: inherit;
	background: var(--ae-reviews-soft);
	border-radius: 13px;
	transition: background-color 0.2s ease;
}

body.ae-customer-reviews-page .ae-review-product:hover,
body.ae-customer-reviews-page .ae-review-product:focus-visible {
	color: inherit;
	background: #e8f5ed;
}

body.ae-customer-reviews-page .ae-review-product__image {
	width: 60px;
	height: 60px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
}

body.ae-customer-reviews-page .ae-review-product__image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: auto !important;
	object-fit: contain !important;
}

body.ae-customer-reviews-page .ae-review-product__copy {
	min-width: 0;
}

body.ae-customer-reviews-page .ae-review-product__copy span,
body.ae-customer-reviews-page .ae-review-product__copy strong {
	display: block;
}

body.ae-customer-reviews-page .ae-review-product__copy span {
	margin-bottom: 3px;
	color: var(--ae-reviews-muted);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

body.ae-customer-reviews-page .ae-review-product__copy strong {
	overflow: hidden;
	color: var(--ae-reviews-ink);
	font-size: 12px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.ae-customer-reviews-page .ae-review-product__arrow {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	color: #fff;
	background: var(--ae-reviews-brand);
	border-radius: 9px;
	font-size: 12px;
}

body.ae-customer-reviews-page .ae-reviews-load-more {
	min-height: 48px;
	margin: 26px auto 0;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--ae-reviews-brand);
	border: 0;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(0, 177, 77, 0.2);
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
}

body.ae-customer-reviews-page .ae-reviews-load-more:hover,
body.ae-customer-reviews-page .ae-reviews-load-more:focus-visible {
	color: #fff;
	background: var(--ae-reviews-brand-dark);
}

body.ae-customer-reviews-page .ae-reviews-load-more[hidden] {
	display: none !important;
}

body.ae-customer-reviews-page .ae-reviews-empty {
	padding: 35px;
	background: #fff;
	border: 1px solid var(--ae-reviews-line);
	border-radius: 18px;
	text-align: center;
}

body.ae-customer-reviews-page .ae-reviews-empty p {
	margin: 0 0 16px;
}

body.ae-customer-reviews-page .ae-reviews-empty a {
	color: var(--ae-reviews-brand-dark);
	font-weight: 700;
}

@media (max-width: 900px) {
	body.ae-customer-reviews-page .ae-reviews-hero__inner {
		padding: 44px 0;
		grid-template-columns: 1fr;
	}

	body.ae-customer-reviews-page .ae-reviews-score {
		max-width: 520px;
	}

	body.ae-customer-reviews-page .ae-reviews-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	body.ae-customer-reviews-page .ae-reviews-filters {
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
	body.ae-customer-reviews-page .ae-reviews-hero__inner {
		width: calc(100% - 24px);
		padding: 34px 0;
		gap: 28px;
	}

	body.ae-customer-reviews-page .ae-reviews-hero h1 {
		font-size: clamp(2.2rem, 12vw, 3.2rem);
	}

	body.ae-customer-reviews-page .ae-reviews-score {
		padding: 20px;
		border-radius: 18px;
	}

	body.ae-customer-reviews-page .ae-reviews-score__number {
		font-size: 3rem;
	}

	body.ae-customer-reviews-page .ae-reviews-list__inner {
		width: calc(100% - 24px);
		padding: 36px 0 48px;
	}

	body.ae-customer-reviews-page .ae-reviews-filters {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.ae-customer-reviews-page .ae-reviews-filters button {
		width: 100%;
		padding-inline: 7px;
	}

	body.ae-customer-reviews-page .ae-reviews-grid {
		grid-template-columns: 1fr;
	}

	body.ae-customer-reviews-page .ae-review-card {
		padding: 17px;
	}

	body.ae-customer-reviews-page .ae-review-card__text {
		font-size: 13px;
	}

	body.ae-customer-reviews-page .ae-review-verified {
		font-size: 8px;
	}
}

@media (max-width: 380px) {
	body.ae-customer-reviews-page .ae-reviews-score__main {
		align-items: flex-start;
		flex-direction: column;
	}

	body.ae-customer-reviews-page .ae-reviews-filters {
		grid-template-columns: 1fr;
	}

	body.ae-customer-reviews-page .ae-review-product {
		grid-template-columns: 52px minmax(0, 1fr) auto;
	}

	body.ae-customer-reviews-page .ae-review-product__image {
		width: 52px;
		height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.ae-customer-reviews-page .ae-review-card,
	body.ae-customer-reviews-page .ae-review-product,
	body.ae-customer-reviews-page .ae-reviews-filters button {
		transition: none;
	}
}
