.products-section,
.bundle-section,
.video-reviews-section,
.customer-section {
	background: #f4f1eb;
	padding-inline: 22px;
}

.section-heading {
	display: grid;
	justify-items: center;
	gap: 12px;
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
	color: #4d382a;
}

.section-heading h2,
.products-heading h2,
.video-heading h2,
.customer-heading h2,
.bundle-copy h2 {
	margin: 0;
	color: #4d382a;
	font-family: var(--font-heading);
	font-size: clamp(26px, 3.4vw, 46px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: none;
}

.section-heading p,
.products-heading p,
.video-heading p,
.customer-heading p,
.bundle-copy p {
	max-width: min(680px, 100%);
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(77, 56, 42, 0.82);
	font-size: clamp(14px, 1.3vw, 18px);
	font-weight: 600;
	line-height: 1.6;
	box-shadow: none;
	animation: none;
}

.section-heading p::after,
.products-heading p::after,
.video-heading p::after {
	display: none;
}

.solene-reveal-section {
	animation: solene-section-fade-up 0.76s ease both;
}

@keyframes solene-section-fade-up {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 900px) {
	.section-heading h2,
	.products-heading h2,
	.video-heading h2,
	.customer-heading h2,
	.bundle-copy h2 {
		font-size: clamp(28px, 4.4vw, 38px);
	}
}

@media (max-width: 767px) {
	.section-heading h2,
	.products-heading h2,
	.video-heading h2,
	.customer-heading h2,
	.bundle-copy h2 {
		font-size: clamp(26px, 7vw, 32px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.solene-reveal-section {
		animation: none;
	}
}
