/* Sites-parity catalogue detail pages. All selectors are post-type scoped. */

.ac-catalog-single-main,
.ac-catalog-single-main > .wp-block-shortcode {
	max-width: none;
	margin: 0;
	padding: 0;
}

.ac-catalog-single-main .wp-block-shortcode > :first-child {
	margin-block-start: 0;
}

.ac-catalog-shell {
	width: min(77.5rem, calc(100% - 4rem));
	margin-inline: auto;
}

.ac-catalog-eyebrow {
	margin: 0 0 1.0625rem;
	color: #5e6d5f;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-catalog-eyebrow--light {
	color: #c1cfc0;
}

.ac-catalog-product-single :where(h1, h2, h3),
.ac-catalog-ingredient-single :where(h1, h2, h3) {
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-weight: 400;
}

.ac-catalog-product-single em,
.ac-catalog-ingredient-single em {
	font-weight: inherit;
}

.ac-product-breadcrumbs,
.ac-ingredient-breadcrumbs {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-product-breadcrumbs {
	padding-block-start: 1.875rem;
}

.ac-product-breadcrumbs ol,
.ac-ingredient-breadcrumbs ol {
	display: flex;
	min-height: 1rem;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5625rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac-product-breadcrumbs li,
.ac-ingredient-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 0.5625rem;
}

.ac-product-breadcrumbs li + li::before,
.ac-ingredient-breadcrumbs li + li::before {
	content: "/";
	opacity: 0.58;
}

.ac-ingredient-breadcrumbs li + li::before {
	content: "/";
}

.ac-product-breadcrumbs a,
.ac-ingredient-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

/* Product detail */

.ac-product-detail-hero {
	display: grid;
	min-height: 45rem;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 7vw;
	padding-block: 3.75rem 6.5625rem;
}

.ac-product-detail-image {
	display: grid;
	aspect-ratio: 1 / 1.05;
	place-items: center;
	padding: 7%;
	background: #dfe4da;
}

.ac-product-detail-image img,
.ac-catalog-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ac-product-detail-copy h1 {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(3.375rem, 6vw, 5.125rem);
	letter-spacing: -0.045em;
	line-height: 0.92;
}

.ac-product-detail-lead {
	max-width: 31rem;
	margin: 1.75rem 0 0;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.1875rem;
	line-height: 1.58;
}

.ac-product-facts {
	display: grid;
	gap: 1.5rem;
	margin-block-start: 2rem;
}

.ac-product-facts > div > span,
.ac-ingredient-product-grid article > div > span,
.ac-product-ingredient-grid > a > span,
.ac-related-product-grid > a > span,
.ac-related-ingredient-grid > a > span {
	display: block;
	margin-block-end: 0.625rem;
	color: #5e6d5f;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-product-facts p {
	max-width: 33rem;
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.72;
}

.ac-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4375rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac-product-tags li {
	padding: 0.34rem 0.625rem;
	border: 1px solid rgba(17, 20, 16, 0.18);
	border-radius: 0;
	background: transparent;
	font-size: 0.6875rem;
	line-height: 1.4;
}

.ac-product-detail-actions {
	display: flex;
	align-items: center;
	gap: 1.375rem;
	margin-block-start: 2rem;
}

.ac-product-detail-actions > a:not(.ac-catalog-button) {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	color: #111410;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
}

.ac-catalog-button {
	display: inline-flex;
	min-height: 3.125rem;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding-inline: 1.4375rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

.ac-catalog-button--dark {
	background: #111410;
	color: #fff;
}

.ac-product-knowledge {
	padding-block: 5.9375rem;
	background: #172019;
	color: #fff;
}

.ac-product-knowledge-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7vw;
}

.ac-product-knowledge h2,
.ac-product-ingredients-section h2,
.ac-related-products h2 {
	margin: 0;
	font-size: clamp(3rem, 5vw, 4rem);
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.ac-product-knowledge-grid > div:last-child {
	padding-block-start: 0.2rem;
}

.ac-product-knowledge-grid > div:last-child p {
	max-width: 32rem;
	margin: 0 0 1.25rem;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.ac-product-ingredients-section {
	padding-block: 6.875rem;
}

.ac-catalog-section-heading {
	display: grid;
	align-items: end;
	margin-block-end: 3.25rem;
}

.ac-catalog-split-heading {
	grid-template-columns: 2fr 1fr;
	gap: 3.75rem;
}

.ac-catalog-split-heading > p {
	margin: 0;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.ac-product-ingredient-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: rgba(17, 20, 16, 0.14);
}

.ac-product-ingredient-grid > a {
	display: flex;
	min-height: 20.4375rem;
	flex-direction: column;
	padding: 1.625rem;
	background: #fff;
	color: #111410;
	text-decoration: none;
}

.ac-product-ingredient-grid h3,
.ac-related-ingredient-grid h3 {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.05;
}

.ac-product-ingredient-grid small,
.ac-related-ingredient-grid small {
	display: block;
	margin-block-start: 0.75rem;
	color: #5e6d5f;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.55;
	text-transform: uppercase;
}

.ac-product-ingredient-grid p {
	margin: 1.5rem 0;
	font-size: 0.75rem;
	line-height: 1.65;
}

.ac-product-ingredient-grid b,
.ac-related-product-grid b,
.ac-related-ingredient-grid b {
	display: block;
	margin-block-start: auto;
	font-size: 0.75rem;
	font-weight: 500;
}

.ac-product-inci {
	margin-block-start: 3.25rem;
	border-block: 1px solid rgba(17, 20, 16, 0.2);
}

.ac-product-inci summary {
	display: grid;
	min-height: 5.25rem;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 2rem;
	cursor: pointer;
	list-style: none;
}

.ac-product-inci summary::-webkit-details-marker {
	display: none;
}

.ac-product-inci-title {
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.5rem;
}

.ac-product-inci summary small {
	color: #5e6d5f;
	font-size: 0.6875rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ac-product-inci-toggle {
	font-size: 1.5rem;
}

.ac-product-inci[open] .ac-product-inci-toggle {
	transform: rotate(45deg);
}

.ac-product-inci-action--less {
	display: none;
}

.ac-product-inci[open] .ac-product-inci-action--more {
	display: none;
}

.ac-product-inci[open] .ac-product-inci-action--less {
	display: inline;
}

.ac-product-inci summary:focus-visible {
	outline: 2px solid #94613c;
	outline-offset: 0.25rem;
}

.ac-product-inci-copy {
	max-width: 60rem;
	padding-block: 0 2rem;
}

.ac-product-inci-copy p,
.ac-product-inci-note {
	overflow-wrap: anywhere;
	font-size: 0.75rem;
	line-height: 1.75;
}

.ac-product-inci-copy a,
.ac-product-inci-note a {
	color: #5e6d5f;
}

.ac-product-inci-note {
	margin: 1rem 0 0;
	color: #5f675f;
}

.ac-related-products {
	padding-block-end: 7.5rem;
}

.ac-product-heading {
	grid-template-columns: 1fr auto;
	gap: 2rem;
}

.ac-catalog-text-link {
	padding-block-end: 0.375rem;
	color: #111410;
	font-size: 0.75rem;
	text-decoration: none;
}

.ac-related-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.ac-related-product-grid > a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	color: #111410;
	text-decoration: none;
}

.ac-related-product-grid > a > div {
	display: grid;
	aspect-ratio: 1.09 / 1;
	place-items: center;
	margin-block-end: 1.5rem;
	padding: 1.375rem;
	background: #dfe4da;
}

.ac-related-product-grid img,
.ac-ingredient-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ac-related-product-grid h3 {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.08;
}

.ac-related-product-grid p {
	margin: 1.25rem 0;
	font-size: 0.75rem;
	line-height: 1.65;
}

/* Ingredient detail */

.ac-ingredient-detail-hero {
	background:
		radial-gradient(circle at 78% 20%, rgba(157, 180, 151, 0.23), transparent 27%),
		linear-gradient(135deg, #142018, #293e30);
	color: #f7f4ec;
}

.ac-ingredient-detail-hero > .ac-catalog-shell {
	padding-block: 1.875rem 5.5rem;
}

.ac-ingredient-breadcrumbs {
	margin-block-end: 5.25rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
	letter-spacing: 0;
	text-transform: none;
}

.ac-ingredient-detail-hero h1 {
	max-width: 56rem;
	margin: 0;
	font-size: clamp(4.75rem, 8vw, 6.4rem);
	letter-spacing: -0.045em;
	line-height: 0.92;
}

.ac-ingredient-inci {
	display: grid;
	gap: 0.5rem;
	margin-block-start: 2.5rem;
	padding-block-start: 1.5625rem;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.ac-ingredient-inci span {
	color: #c1cfc0;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.ac-ingredient-inci strong {
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.125rem;
	font-weight: 400;
}

.ac-ingredient-intro,
.ac-ingredient-safety,
.ac-ingredient-method {
	display: grid;
	grid-template-columns: minmax(0, 1.333fr) minmax(0, 1fr);
	gap: 8rem;
	padding-block: 7.375rem;
}

.ac-ingredient-method {
	padding-block: 5.125rem;
	border-block-start: 1px solid rgba(23, 32, 25, 0.16);
}

.ac-ingredient-intro h2,
.ac-ingredient-safety h2,
.ac-ingredient-method h2,
.ac-ingredient-products h2,
.ac-related-ingredients h2 {
	margin: 0;
	font-size: clamp(3rem, 5vw, 4rem);
	letter-spacing: -0.035em;
	line-height: 1;
}

.ac-ingredient-intro > div:last-child > p,
.ac-ingredient-safety > div:last-child > p,
.ac-ingredient-method > div:last-child > p {
	margin: 0 0 1.5rem;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.ac-ingredient-intro aside {
	display: grid;
	gap: 0.5rem;
	margin-block-start: 1.875rem;
	padding: 1.375rem;
	border: 1px solid rgba(23, 32, 25, 0.16);
	background: #fff;
}

.ac-ingredient-intro aside strong {
	font-size: 0.625rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ac-ingredient-intro aside span {
	font-size: 0.8125rem;
	line-height: 1.65;
}

.ac-ingredient-products {
	padding-block: 5.5rem 6.25rem;
	background: #18251d;
	color: #f7f4ec;
}

.ac-ingredient-products-heading {
	display: grid;
	grid-template-columns: 1.82fr 1fr;
	align-items: end;
	gap: 3.75rem;
	margin-block-end: 3.25rem;
}

.ac-ingredient-products-heading > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.ac-ingredient-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.16);
}

.ac-ingredient-product-grid article {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #eeede6;
	color: #172019;
}

.ac-ingredient-product-image {
	display: grid;
	height: 21.25rem;
	place-items: center;
	padding: 0;
	background: #dfe4da;
}

.ac-ingredient-product-image img {
	padding: 8%;
}

.ac-ingredient-product-grid article > div {
	display: flex;
	min-height: 17.21875rem;
	flex: 1;
	flex-direction: column;
	padding: 1.6875rem;
}

.ac-ingredient-product-grid h3 {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.08;
}

.ac-ingredient-product-grid a {
	color: inherit;
	text-decoration: none;
}

.ac-ingredient-product-grid article > div > p {
	margin: 1.25rem 0;
	font-size: 0.75rem;
	line-height: 1.65;
}

.ac-ingredient-product-grid article > div > a:last-child {
	margin-block-start: auto;
	font-size: 0.75rem;
}

.ac-ingredient-source-links a {
	color: #5e6d5f;
}

.ac-related-ingredients {
	padding-block: 6.5rem 7.5rem;
	border-block-start: 1px solid rgba(23, 32, 25, 0.16);
}

.ac-related-ingredient-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(17, 20, 16, 0.14);
}

.ac-related-ingredient-grid > a {
	display: flex;
	min-height: 14rem;
	flex-direction: column;
	padding: 1.625rem;
	background: #fff;
	color: #111410;
	text-decoration: none;
}

@media (max-width: 67.5rem) {
	.ac-product-detail-hero {
		gap: 4rem;
	}

	.ac-product-detail-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
	}

	.ac-product-ingredient-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 47.5rem) {
	.ac-catalog-shell {
		width: calc(100% - 2.25rem);
	}

	.ac-product-breadcrumbs {
		padding-block-start: 1.5rem;
	}

	.ac-product-detail-hero {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 3rem;
		padding-block: 2.625rem 4.875rem;
	}

	.ac-product-detail-image {
		aspect-ratio: 1;
	}

	.ac-product-detail-copy h1 {
		max-width: none;
		font-size: 3.25rem;
	}

	.ac-product-detail-actions {
		margin-block-start: 1.75rem;
	}

	.ac-catalog-button {
		width: 100%;
	}

	.ac-product-knowledge {
		padding-block: 4.5rem;
	}

	.ac-product-knowledge-grid,
	.ac-catalog-split-heading,
	.ac-ingredient-intro,
	.ac-ingredient-safety,
	.ac-ingredient-method,
	.ac-ingredient-products-heading {
		grid-template-columns: 1fr;
		gap: 2.375rem;
	}

	.ac-product-ingredients-section {
		padding-block: 4.875rem;
	}

	.ac-catalog-split-heading {
		gap: 1.625rem;
	}

	.ac-product-ingredient-grid,
	.ac-related-product-grid,
	.ac-ingredient-product-grid,
	.ac-related-ingredient-grid {
		grid-template-columns: 1fr;
	}

	.ac-product-inci summary {
		grid-template-columns: 1fr auto;
		gap: 0.75rem;
	}

	.ac-product-inci summary small {
		grid-column: 1;
		grid-row: 2;
		padding-block-end: 1rem;
	}

	.ac-product-inci-toggle {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.ac-related-products {
		padding-block-end: 5rem;
	}

	.ac-product-heading {
		grid-template-columns: 1fr;
	}

	.ac-related-product-grid {
		gap: 2.625rem;
	}

	.ac-ingredient-detail-hero > .ac-catalog-shell {
		padding-block: 1.875rem 5.5rem;
	}

	.ac-ingredient-breadcrumbs {
		margin-block-end: 4.5rem;
	}

	.ac-ingredient-detail-hero h1 {
		font-size: 3.515625rem;
	}

	.ac-ingredient-intro,
	.ac-ingredient-safety {
		padding-block: 5.25rem;
	}

	.ac-ingredient-method {
		padding-block: 4.5rem;
	}

	.ac-ingredient-products {
		padding-block: 5.5rem 6.25rem;
	}

	.ac-ingredient-product-image {
		height: 20rem;
		aspect-ratio: auto;
	}

	.ac-related-ingredients {
		padding-block: 5.25rem;
	}
}

@media (max-width: 47.5rem) {
	.ac-catalog-ingredient-single .ac-catalog-shell {
		width: calc(100% - 2rem);
	}
}

@media (min-width: 47.5625rem) and (max-width: 56.25rem) {
	.ac-catalog-ingredient-single .ac-catalog-shell {
		width: calc(100% - 2.5rem);
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 30rem) {
	.ac-product-ingredient-grid > a {
		min-height: 17.6875rem;
	}

	.ac-product-knowledge h2,
	.ac-product-ingredients-section h2,
	.ac-related-products h2,
	.ac-ingredient-intro h2,
	.ac-ingredient-safety h2,
	.ac-ingredient-method h2,
	.ac-ingredient-products h2,
	.ac-related-ingredients h2 {
		font-size: 2.875rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ac-product-inci-toggle {
		transition: none;
	}
}

/*
 * Detail-page parity layer.
 *
 * The theme supplies generic block spacing and typography. Resetting it at the
 * catalogue article boundary keeps these layouts equivalent to their Sites
 * counterparts while every section remains content-driven.
 */
.ac-catalog-single-main > .wp-block-shortcode,
.ac-catalog-product-single,
.ac-catalog-ingredient-single {
	margin: 0;
}

.ac-catalog-single-main > .wp-block-shortcode > br:first-child {
	display: none;
}

.ac-catalog-product-single :where(p, ul),
.ac-catalog-ingredient-single :where(p, ul) {
	margin-block-start: 0;
}

.ac-catalog-eyebrow {
	margin: 0 0 1.5rem;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.2;
}

/* Product detail: desktop measurements match the 1,280 px Sites reference. */
.ac-product-detail-hero {
	min-height: 45rem;
	gap: 7vw;
	padding-block: 3.75rem 6.5625rem;
}

.ac-product-detail-image {
	background: #e8ebe4;
}

.ac-product-detail-copy h1 {
	max-width: none;
	font-size: clamp(3.375rem, 6vw, 5.125rem);
}

.ac-product-detail-lead {
	max-width: 36.875rem;
	margin: 1.875rem 0;
	color: #555e55;
	font-size: 1.3125rem;
	line-height: 1.55;
}

.ac-product-facts {
	display: block;
	margin: 0 0 2.125rem;
	border-block-start: 1px solid rgba(17, 20, 16, 0.18);
}

.ac-product-facts > div {
	display: grid;
	grid-template-columns: 7.8125rem 1fr;
	gap: 1.375rem;
	padding-block: 1.0625rem;
	border-block-end: 1px solid rgba(17, 20, 16, 0.18);
}

.ac-product-facts > div > span {
	margin: 0;
	padding-block-start: 0.1875rem;
	font-size: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.ac-product-facts p {
	color: #626a62;
	font-size: 0.6875rem;
	line-height: 1.65;
}

.ac-product-tags {
	gap: 0.375rem;
}

.ac-product-tags li {
	padding: 0.3125rem 0.5rem;
	border-color: rgba(17, 20, 16, 0.18);
	border-radius: 999px;
	color: #536055;
	font-size: 0.5rem;
	letter-spacing: 0.04em;
	line-height: 1;
	white-space: nowrap;
}

.ac-product-detail-actions {
	flex-wrap: wrap;
	gap: 1.375rem;
	margin: 0;
}

.ac-product-detail-actions > a:not(.ac-catalog-button) {
	border-block-end: 1px solid currentcolor;
	font-size: 0.6875rem;
}

.ac-product-knowledge-grid {
	align-items: end;
	gap: 9vw;
}

.ac-product-knowledge h2,
.ac-product-ingredients-section h2,
.ac-related-products h2 {
	font-size: clamp(2.875rem, 5vw, 4.375rem);
	line-height: 0.96;
}

.ac-product-knowledge-grid > div:last-child {
	padding: 0;
}

.ac-product-knowledge-grid > div:last-child p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.125rem;
	line-height: 1.65;
}

.ac-catalog-section-heading {
	margin-block-end: 3.25rem;
}

.ac-product-ingredient-grid {
	border: 1px solid rgba(17, 20, 16, 0.14);
}

.ac-product-ingredient-grid > a {
	min-height: 20rem;
	padding: 1.625rem;
}

.ac-product-ingredient-grid > a > span {
	margin: 0;
	font-size: 0.5rem;
	letter-spacing: 0.12em;
}

.ac-product-ingredient-grid h3 {
	margin: 2.625rem 0 0.5rem;
	font-size: 1.75rem;
	font-weight: 500;
}

.ac-product-ingredient-grid small {
	margin: 0;
	font-size: 0.5rem;
	letter-spacing: 0.12em;
}

.ac-product-ingredient-grid p {
	margin: 1.375rem 0;
	color: #626a62;
	font-size: 0.625rem;
	line-height: 1.7;
}

.ac-product-ingredient-grid b {
	font-size: 0.5625rem;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.ac-product-inci {
	margin-block-start: 2.375rem;
}

.ac-product-inci summary {
	display: flex;
	min-height: 4rem;
	gap: 1.25rem;
}

.ac-product-inci-title {
	font-size: 1.25rem;
}

.ac-product-inci summary small {
	margin-inline-start: auto;
	color: #465247;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.11em;
}

.ac-product-inci-action {
	font-weight: 700;
}

.ac-product-inci-note {
	font-size: 0.75rem;
}

.ac-product-heading {
	display: flex;
	justify-content: space-between;
}

.ac-catalog-text-link {
	border-block-end: 1px solid currentcolor;
}

.ac-related-product-grid {
	gap: 1.5rem;
}

.ac-related-product-grid > a > div {
	aspect-ratio: 1 / 1.03;
	margin: 0;
	padding: 1.375rem;
	background: #e8ebe4;
}

.ac-related-product-grid > a > span {
	margin: 1.0625rem 0 0.4375rem;
	font-size: 0.5rem;
	letter-spacing: 0.14em;
}

.ac-related-product-grid h3 {
	font-size: 1.4375rem;
	font-weight: 500;
}

.ac-related-product-grid p {
	min-height: 3rem;
	margin: 0.6875rem 0 1.125rem;
	color: #697069;
	font-size: 0.625rem;
}

.ac-related-product-grid b {
	font-size: 0.5625rem;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

/* Ingredient detail */
.ac-catalog-ingredient-single {
	background: #f6f5ef;
	color: #172019;
}

.ac-ingredient-detail-hero > .ac-catalog-shell {
	padding-block: 1.875rem 5.5rem;
}

.ac-ingredient-breadcrumbs {
	min-height: 2.75rem;
	margin: 0 0 5.25rem;
}

.ac-ingredient-breadcrumbs ol {
	min-height: 2.75rem;
	gap: 0.5625rem;
}

.ac-ingredient-detail-hero > .ac-catalog-shell > .ac-catalog-eyebrow,
.ac-ingredient-intro > div:first-child > .ac-catalog-eyebrow,
.ac-ingredient-products-heading .ac-catalog-eyebrow,
.ac-ingredient-safety > div:first-child > .ac-catalog-eyebrow,
.ac-ingredient-method > div:first-child > .ac-catalog-eyebrow {
	margin: 0 0 1.0625rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.ac-ingredient-detail-hero h1 {
	max-width: 56.25rem;
	font-size: clamp(3.625rem, 8vw, 7rem);
	letter-spacing: -0.05em;
}

.ac-ingredient-inci strong {
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.25rem;
}

.ac-ingredient-intro,
.ac-ingredient-safety,
.ac-ingredient-method {
	grid-template-columns: 1fr minmax(21.25rem, 0.75fr);
	gap: clamp(3.75rem, 10vw, 8.75rem);
}

.ac-ingredient-intro,
.ac-ingredient-safety {
	padding-block: 7.375rem;
}

.ac-ingredient-method {
	padding-block: 5.125rem;
	border-block: 0 1px solid rgba(23, 32, 25, 0.16);
}

.ac-ingredient-intro h2,
.ac-ingredient-safety h2,
.ac-ingredient-method h2,
.ac-ingredient-products h2 {
	font-size: clamp(2.625rem, 5vw, 4.25rem);
	letter-spacing: 0;
}

.ac-ingredient-intro > div:last-child > p,
.ac-ingredient-safety > div:last-child > p,
.ac-ingredient-method > div:last-child > p {
	margin: 0 0 1.3125rem;
	color: #59645b;
	font-size: 1.125rem;
	line-height: 1.7;
}

.ac-ingredient-intro aside {
	margin-block-start: 1.875rem;
}

.ac-ingredient-products-heading {
	grid-template-columns: 1fr minmax(17.5rem, 0.55fr);
}

.ac-ingredient-product-grid article > div > span {
	margin: 0;
	font-size: 0.625rem;
	letter-spacing: 0.1em;
}

.ac-ingredient-product-grid h3 {
	margin: 0.8125rem 0;
	font-size: 1.6875rem;
	font-weight: 400;
}

.ac-ingredient-product-grid article > div > p {
	min-height: 4.25rem;
	margin: 0 0 1.1875rem;
	color: #59645b;
	font-size: 0.8125rem;
}

.ac-ingredient-product-grid article > div > a:last-child {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	font-size: 0.75rem;
	font-weight: 700;
}

@media (max-width: 67.5rem) and (min-width: 47.5625rem) {
	.ac-product-detail-actions {
		align-items: center;
		flex-direction: row;
		gap: 1.375rem;
	}
}

@media (max-width: 47.5rem) {
	.ac-product-detail-lead {
		font-size: 1.125rem;
	}

	.ac-product-facts > div {
		grid-template-columns: 5.9375rem 1fr;
	}

	.ac-product-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.ac-product-inci summary {
		flex-wrap: wrap;
	}

	.ac-product-inci summary small {
		width: calc(100% - 1.875rem);
		margin-inline-start: 0;
	}

	.ac-ingredient-intro,
	.ac-ingredient-safety,
	.ac-ingredient-method {
		grid-template-columns: 1fr;
	}
}

/* Product detail parity: keep this final scoped pass after the shared catalog rules. */
.ac-catalog-product-single .ac-product-knowledge .ac-catalog-eyebrow {
	color: #bac5b8;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.2;
}

.ac-catalog-product-single .ac-product-knowledge h2 {
	color: #fff;
	letter-spacing: 0;
}

.ac-product-knowledge-grid > div:last-child p {
	max-width: none;
}

.ac-product-ingredients-section .ac-catalog-eyebrow,
.ac-related-products .ac-catalog-eyebrow {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.2;
}

.ac-product-ingredients-section h2,
.ac-related-products h2 {
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.ac-product-ingredient-grid > a > span,
.ac-product-ingredient-grid small {
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.5;
}

.ac-product-ingredient-grid h3 {
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.ac-product-ingredient-grid p {
	font-size: 0.8125rem;
	line-height: 1.7;
}

.ac-product-ingredient-grid b,
.ac-related-product-grid b {
	font-size: 0.75rem;
	line-height: 1.5;
}

.ac-product-inci-note {
	max-width: 51.25rem;
	margin-block-start: 1.25rem;
	font-size: 0.75rem;
	line-height: 1.65;
}

.ac-related-product-grid > a {
	display: block;
}

.ac-related-product-grid > a > div {
	display: block;
}

.ac-related-product-grid > a > span {
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 1.5;
}

.ac-related-product-grid h3 {
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.ac-related-product-grid p {
	font-size: 0.75rem;
	line-height: 1.65;
}

.ac-related-product-grid b {
	display: inline;
}

@media (min-width: 47.5625rem) {
	.ac-product-ingredients-section .ac-catalog-split-heading {
		grid-template-columns: 2.25fr 1fr;
		margin-block-end: 3.5rem;
	}

	.ac-product-ingredients-section .ac-catalog-split-heading > p {
		margin-block-end: 0.25rem;
		padding-inline-start: 1.5625rem;
		color: #5f665f;
		font-size: 1.125rem;
		line-height: 1.55;
	}

	.ac-related-products .ac-catalog-section-heading {
		gap: 1.875rem;
		margin-block-end: 3.125rem;
	}
}

@media (max-width: 47.5rem) {
	.ac-catalog-product-single > .ac-product-breadcrumbs {
		padding-block-start: 30px;
	}

	.ac-catalog-product-single > .ac-product-breadcrumbs ol {
		min-height: 44px;
		align-items: center;
	}

	.ac-catalog-product-single > .ac-product-detail-hero .ac-catalog-eyebrow {
		font-size: 11px;
		line-height: 1.2;
	}

	.ac-catalog-product-single .ac-product-detail-copy h1 {
		font-size: 52px;
	}

	.ac-product-detail-hero {
		gap: 3rem;
		padding-block: 2.625rem 4.875rem;
	}

	.ac-product-facts > div:nth-child(2),
	.ac-product-facts > div:nth-child(3) {
		display: none;
	}

	.ac-product-facts > div > span {
		font-size: 0.6875rem;
		font-weight: 600;
		letter-spacing: 0.14em;
		line-height: 1.5;
	}

	.ac-product-facts p {
		font-size: 0.8125rem;
		line-height: 1.65;
	}

	.ac-product-facts .ac-product-tags li {
		font-size: 11px;
		line-height: 1;
	}

	.ac-catalog-product-single .ac-product-knowledge-grid {
		gap: 36px;
	}

	.ac-product-ingredients-section h2,
	.ac-related-products h2 {
		font-size: 2.75rem;
	}

	.ac-product-ingredients-section .ac-catalog-split-heading {
		margin-block-end: 2.5rem;
	}

	.ac-product-ingredients-section .ac-catalog-split-heading > p {
		margin-block-end: 0.25rem;
		padding-inline-start: 0;
		color: #5f665f;
		font-size: 1rem;
		line-height: 1.55;
	}

	.ac-product-ingredient-grid > a {
		min-height: 16.5625rem;
	}

	.ac-product-inci summary {
		min-height: 4.5rem;
		gap: 0.25rem 0.875rem;
		padding-block: 0.75rem;
	}

	.ac-product-inci summary small {
		font-size: 0.75rem;
		letter-spacing: 0.09em;
		line-height: 1.5;
		padding-block-end: 0;
	}

	.ac-product-inci-toggle {
		margin-inline-start: 0.25rem;
		font-size: 1.3125rem;
		line-height: 1.5;
	}

	.ac-related-products .ac-catalog-section-heading {
		gap: 1.875rem;
		margin-block-end: 3.125rem;
	}

	.ac-related-products .ac-catalog-text-link {
		display: inline-flex;
		min-height: 2.75rem;
		align-items: center;
	}

	.ac-related-product-grid {
		gap: 2.625rem;
	}

	.ac-related-product-grid p {
		min-height: 0;
	}
}

@media (max-width: 30rem) {
	.ac-catalog-ingredient-single .ac-ingredient-detail-hero h1 {
		font-size: clamp(3.125rem, 15vw, 3.515625rem);
	}
}

/* Final product-detail text metrics. These values are shared by the desktop
 * and responsive reference layouts; only their surrounding grids change. */
.ac-catalog-product-single > .ac-product-detail-hero .ac-catalog-eyebrow {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.2;
}

.ac-catalog-product-single .ac-product-facts > div > span {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.5;
}

.ac-catalog-product-single .ac-product-facts p {
	font-size: 0.8125rem;
	line-height: 1.65;
}

.ac-catalog-product-single .ac-product-facts .ac-product-tags li {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.ac-catalog-product-single .ac-product-detail-actions > .ac-catalog-button {
	letter-spacing: 0.045em;
}

.ac-catalog-product-single .ac-product-detail-actions > a:not(.ac-catalog-button) {
	font-size: 0.75rem;
	line-height: 1.5;
}

.ac-catalog-product-single .ac-product-inci-toggle {
	font-size: 1.3125rem;
	font-weight: 300;
	line-height: 1.5;
}

.ac-catalog-product-single .ac-product-inci-copy > a {
	color: #111410;
	font-size: 0.75rem;
	line-height: 1.5;
}

.ac-catalog-product-single .ac-product-inci-note {
	overflow-wrap: normal;
}

.ac-catalog-product-single .ac-product-inci-note a {
	color: #5f675f;
}

/*
 * Ingredient-detail reference parity.
 *
 * Keep this final and post-type scoped: the Sites layout changes from its
 * desktop grid at 820px and from two product columns at 600px. Mirroring those
 * breakpoints here also prevents the theme's generic heading and link rules
 * from changing line breaks inside the catalogue component.
 */
.ac-catalog-ingredient-single {
	background: #f6f5ef;
	color: #172019;
}

.ac-catalog-ingredient-single :where(h1, h2, h3, p, span, a) {
	overflow-wrap: normal;
	word-break: normal;
	hyphens: manual;
}

.ac-catalog-ingredient-single .ac-ingredient-detail-hero {
	background:
		radial-gradient(circle at 78% 20%, rgba(157, 180, 151, 0.23), transparent 27%),
		linear-gradient(135deg, #142018, #293e30);
	color: #f7f4ec;
}

.ac-catalog-ingredient-single .ac-ingredient-detail-hero > .ac-catalog-shell {
	padding: 1.875rem 0 5.5rem;
}

.ac-catalog-ingredient-single .ac-ingredient-breadcrumbs {
	min-height: 2.75rem;
	margin: 0 0 5.25rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: none;
}

.ac-catalog-ingredient-single .ac-ingredient-breadcrumbs ol {
	min-height: 2.75rem;
	align-items: center;
	gap: 0.5625rem;
}

.ac-catalog-ingredient-single .ac-ingredient-breadcrumbs li,
.ac-catalog-ingredient-single .ac-ingredient-breadcrumbs a {
	color: inherit;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
}

.ac-catalog-ingredient-single .ac-ingredient-breadcrumbs li:last-child span {
	color: #fff;
}

.ac-catalog-ingredient-single .ac-ingredient-detail-hero > .ac-catalog-shell > .ac-catalog-eyebrow,
.ac-catalog-ingredient-single .ac-ingredient-intro > div:first-child > .ac-catalog-eyebrow,
.ac-catalog-ingredient-single .ac-ingredient-products-heading .ac-catalog-eyebrow,
.ac-catalog-ingredient-single .ac-ingredient-safety > div:first-child > .ac-catalog-eyebrow,
.ac-catalog-ingredient-single .ac-ingredient-method > div:first-child > .ac-catalog-eyebrow {
	margin: 0 0 1.0625rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-catalog-ingredient-single .ac-ingredient-detail-hero > .ac-catalog-shell > .ac-catalog-eyebrow,
.ac-catalog-ingredient-single .ac-ingredient-intro > div:first-child > .ac-catalog-eyebrow,
.ac-catalog-ingredient-single .ac-ingredient-products-heading .ac-catalog-eyebrow {
	color: #c1cfc0;
}

.ac-catalog-ingredient-single .ac-ingredient-safety > div:first-child > .ac-catalog-eyebrow {
	color: #657668;
}

.ac-catalog-ingredient-single .ac-ingredient-method > div:first-child > .ac-catalog-eyebrow {
	color: #586b5a;
}

.ac-catalog-ingredient-single .ac-ingredient-detail-hero h1 {
	max-width: 56.25rem;
	margin: 0;
	color: #f7f4ec;
	font-size: clamp(3.625rem, 8vw, 7rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.92;
}

.ac-catalog-ingredient-single .ac-ingredient-inci {
	display: grid;
	gap: 0.5rem;
	margin-block-start: 2.5rem;
	padding-block-start: 1.5625rem;
	border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.ac-catalog-ingredient-single .ac-ingredient-inci span {
	font-size: 0.625rem;
	letter-spacing: 0.16em;
}

.ac-catalog-ingredient-single .ac-ingredient-inci strong {
	color: rgba(255, 255, 255, 0.76);
	overflow-wrap: anywhere;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.ac-catalog-ingredient-single .ac-ingredient-intro,
.ac-catalog-ingredient-single .ac-ingredient-safety,
.ac-catalog-ingredient-single .ac-ingredient-method {
	display: grid;
	grid-template-columns: 1fr minmax(21.25rem, 0.75fr);
	gap: clamp(3.75rem, 10vw, 8.75rem);
}

.ac-catalog-ingredient-single .ac-ingredient-intro,
.ac-catalog-ingredient-single .ac-ingredient-safety {
	padding: 7.375rem 0;
}

.ac-catalog-ingredient-single .ac-ingredient-safety,
.ac-catalog-ingredient-single .ac-ingredient-method {
	border-block-end: 1px solid rgba(23, 32, 25, 0.16);
}

.ac-catalog-ingredient-single .ac-ingredient-method {
	padding: 5.125rem 0;
	border-block-start: 0;
}

.ac-catalog-ingredient-single .ac-ingredient-intro h2,
.ac-catalog-ingredient-single .ac-ingredient-safety h2,
.ac-catalog-ingredient-single .ac-ingredient-method h2 {
	margin: 0;
	color: #172019;
	font-size: clamp(2.625rem, 5vw, 4.25rem);
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
}

.ac-catalog-ingredient-single .ac-ingredient-products h2 {
	margin: 0;
	color: #f7f4ec;
	font-size: clamp(2.625rem, 5vw, 4.25rem);
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
}

.ac-catalog-ingredient-single .ac-ingredient-intro > div:last-child > p,
.ac-catalog-ingredient-single .ac-ingredient-safety > div:last-child > p,
.ac-catalog-ingredient-single .ac-ingredient-method > div:last-child > p {
	margin: 0 0 1.3125rem;
	color: #59645b;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
}

.ac-catalog-ingredient-single .ac-ingredient-method > div:last-child > p {
	margin-block-end: 1.25rem;
}

.ac-catalog-ingredient-single .ac-ingredient-source-links a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.ac-catalog-ingredient-single .ac-ingredient-intro aside {
	display: grid;
	gap: 0.5rem;
	margin-block-start: 1.875rem;
	padding: 1.375rem;
	border: 1px solid rgba(23, 32, 25, 0.16);
	background: #fff;
}

.ac-catalog-ingredient-single .ac-ingredient-intro aside strong {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-catalog-ingredient-single .ac-ingredient-intro aside span {
	color: #5a655b;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.65;
}

.ac-catalog-ingredient-single .ac-ingredient-products {
	padding: 5.5rem 0 6.25rem;
	background: #18251d;
	color: #f7f4ec;
}

.ac-catalog-ingredient-single .ac-ingredient-products-heading {
	display: grid;
	grid-template-columns: 1fr minmax(17.5rem, 0.55fr);
	align-items: end;
	gap: 3.75rem;
	margin-block-end: 3.25rem;
}

.ac-catalog-ingredient-single .ac-ingredient-products-heading > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.65;
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.16);
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid article {
	display: block;
	min-width: 0;
	background: #eeede6;
	color: #172019;
}

.ac-catalog-ingredient-single .ac-ingredient-product-image {
	display: block;
	height: 21.25rem;
	padding: 0;
	background: #dfe4da;
}

.ac-catalog-ingredient-single .ac-ingredient-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8%;
	object-fit: contain;
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid article > div {
	display: block;
	min-height: 0;
	padding: 1.6875rem;
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid article > div > span {
	display: inline;
	margin: 0;
	color: #657668;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid h3 {
	margin: 0.8125rem 0;
	color: #172019;
	font-size: 1.6875rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid a {
	color: inherit;
	text-decoration: none;
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid article > div > p {
	min-height: 4.25rem;
	margin: 0 0 1.1875rem;
	color: #59645b;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.65;
}

.ac-catalog-ingredient-single .ac-ingredient-product-grid article > div > a:last-child {
	display: inline-flex;
	width: auto;
	min-height: 2.75rem;
	align-items: center;
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.ac-catalog-ingredient-single .ac-ingredient-related {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2.8125rem;
	margin-block: 0;
	padding: 4.25rem 0 6.25rem;
}

.ac-catalog-ingredient-single .ac-ingredient-related > span {
	padding-block-start: 0.9375rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-catalog-ingredient-single .ac-ingredient-related > div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ac-catalog-ingredient-single .ac-ingredient-related a {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	padding: 0 0.9375rem;
	border: 1px solid rgba(23, 32, 25, 0.18);
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
}

@media (max-width: 51.25rem) {
	.ac-catalog-ingredient-single .ac-catalog-shell {
		width: min(calc(100% - 2.5rem), 77.5rem);
	}

	.ac-catalog-ingredient-single .ac-ingredient-intro,
	.ac-catalog-ingredient-single .ac-ingredient-safety,
	.ac-catalog-ingredient-single .ac-ingredient-method,
	.ac-catalog-ingredient-single .ac-ingredient-products-heading,
	.ac-catalog-ingredient-single .ac-ingredient-related {
		grid-template-columns: 1fr;
		gap: 2.375rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-image {
		height: 21.25rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-related {
		gap: 2.8125rem;
	}
}

@media (max-width: 37.5rem) {
	.ac-catalog-ingredient-single .ac-ingredient-detail-hero h1,
	.ac-catalog-product-single .ac-product-detail-copy h1 {
		overflow-wrap: normal;
		word-break: normal;
		hyphens: manual;
	}

	.ac-catalog-ingredient-single .ac-catalog-shell {
		width: min(calc(100% - 2rem), 77.5rem);
	}

	.ac-catalog-ingredient-single .ac-ingredient-breadcrumbs {
		margin-block-end: 3.75rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-detail-hero h1 {
		font-size: clamp(3.125rem, 15vw, 4.5rem);
	}

	.ac-catalog-ingredient-single .ac-ingredient-intro,
	.ac-catalog-ingredient-single .ac-ingredient-safety {
		padding: 5.25rem 0;
	}

	.ac-catalog-ingredient-single .ac-ingredient-method {
		padding: 4.5rem 0;
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-grid {
		grid-template-columns: 1fr;
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-grid article > div > p {
		min-height: 0;
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-image {
		height: 20rem;
	}
}

/*
 * Fruits2Peel home context.
 *
 * The server adds this class only to the products named in the official home
 * protocol. Their existing Wash, Peeling and Alegance series labels remain
 * intact; the treatment relationship is shown as a separate context layer.
 */
.ac-product-context--fruits2peel-home {
	--ac-fruits-magenta: #e30069;
	--ac-fruits-magenta-text: #c7005d;
	--ac-fruits-berry: #7a0037;
	--ac-fruits-dark: #520026;
	--ac-fruits-blush: #f6e7ed;
	--ac-fruits-pale: #fbeaf1;
	--ac-fruits-line: rgba(122,0,55,.18);
}

.ac-product-context--fruits2peel-home .ac-product-family-context {
	display: inline-flex;
	min-height: 1.75rem;
	align-items: center;
	margin: 0 0 1rem;
	padding: .3125rem .625rem;
	border: 1px solid rgba(199,0,93,.32);
	border-radius: 999px;
	background: var(--ac-fruits-pale);
	color: var(--ac-fruits-magenta-text);
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-product-context--fruits2peel-home .ac-product-detail-image {
	background:
		radial-gradient(circle at 76% 20%,rgba(227,0,105,.14),transparent 28%),
		radial-gradient(circle at 24% 76%,rgba(218,219,220,.55),transparent 24%),
		linear-gradient(145deg,#fffafd 0%,var(--ac-fruits-blush) 100%);
	box-shadow: inset 0 0 0 1px var(--ac-fruits-line);
}

.ac-product-context--fruits2peel-home .ac-product-detail-copy > .ac-catalog-eyebrow,
.ac-product-context--fruits2peel-home .ac-product-ingredients-section .ac-catalog-eyebrow,
.ac-product-context--fruits2peel-home .ac-related-products .ac-catalog-eyebrow {
	color: var(--ac-fruits-magenta-text);
}

.ac-product-context--fruits2peel-home .ac-product-detail-actions > .ac-catalog-button--dark {
	background: var(--ac-fruits-berry);
}

.ac-product-context--fruits2peel-home .ac-product-detail-actions > .ac-catalog-button--dark:is(:hover,:focus-visible) {
	background: var(--ac-fruits-dark);
}

.ac-product-context--fruits2peel-home .ac-product-knowledge {
	background: var(--ac-fruits-dark);
}

.ac-product-context--fruits2peel-home .ac-product-knowledge .ac-catalog-eyebrow {
	color: #ff9cc6;
}

.ac-product-context--fruits2peel-home .ac-product-ingredient-grid {
	background: var(--ac-fruits-line);
}

.ac-product-context--fruits2peel-home .ac-product-ingredient-grid > a:is(:hover,:focus-visible) {
	background: var(--ac-fruits-pale);
}

.ac-product-context--fruits2peel-home .ac-product-ingredient-grid > a > span,
.ac-product-context--fruits2peel-home .ac-product-ingredient-grid small,
.ac-product-context--fruits2peel-home .ac-product-ingredient-grid b,
.ac-product-context--fruits2peel-home .ac-product-inci summary small,
.ac-product-context--fruits2peel-home .ac-product-inci-toggle,
.ac-product-context--fruits2peel-home .ac-product-inci-copy > a,
.ac-product-context--fruits2peel-home .ac-product-inci-note a {
	color: var(--ac-fruits-magenta-text);
}

.ac-product-context--fruits2peel-home .ac-product-inci {
	border-color: var(--ac-fruits-line);
}

.ac-product-context--fruits2peel-home .ac-product-inci summary:focus-visible {
	outline-color: var(--ac-fruits-magenta-text);
}

@media (prefers-reduced-motion:reduce) {
	.ac-product-context--fruits2peel-home :is(.ac-catalog-button,.ac-product-ingredient-grid > a) {
		transition: none;
	}
}

/*
 * Mobile reading guardrails for every catalogue single.
 *
 * Product and ingredient titles come from the imported catalogue, so this
 * layer must also handle the longest real names without forcing ordinary
 * Swedish words to split in the middle. Technical INCI tokens retain an
 * emergency break opportunity because they may not contain natural spaces.
 */
@media (min-width: 47.5625rem) and (max-width: 51.25rem) {
	.ac-catalog-product-single .ac-product-detail-hero {
		gap: 2.5rem;
	}

	.ac-catalog-product-single .ac-product-detail-copy h1 {
		font-size: clamp(2.75rem, 6vw, 3.25rem);
		line-height: 0.98;
	}

	.ac-catalog-product-single .ac-product-facts > div {
		grid-template-columns: 6.25rem minmax(0, 1fr);
		gap: 1rem;
	}
}

@media (max-width: 47.5rem) {
	.ac-catalog-product-single :where(h1, h2, h3),
	.ac-catalog-ingredient-single :where(h1, h2, h3) {
		text-wrap: balance;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: manual;
	}

	.ac-catalog-product-single .ac-product-detail-hero {
		gap: 2.25rem;
		padding-block: 2rem 4rem;
	}

	.ac-catalog-product-single .ac-product-detail-copy h1 {
		overflow-wrap: normal;
		font-size: clamp(2.5rem, 12vw, 3.125rem);
		line-height: 0.98;
	}

	.ac-catalog-product-single .ac-product-detail-lead {
		margin-block: 1.5rem;
		font-size: 1.0625rem;
		line-height: 1.62;
	}

	.ac-catalog-product-single .ac-product-facts > div {
		grid-template-columns: minmax(5.75rem, auto) minmax(0, 1fr);
		gap: 1rem;
	}

	.ac-catalog-product-single .ac-product-facts > div > span {
		padding-block-start: 0.125rem;
	}

	.ac-catalog-product-single .ac-product-detail-actions {
		width: 100%;
		gap: 0.5rem;
	}

	.ac-catalog-product-single .ac-product-detail-actions > a:not(.ac-catalog-button) {
		width: 100%;
	}

	.ac-catalog-product-single :is(.ac-product-knowledge h2, .ac-product-ingredients-section h2, .ac-related-products h2),
	.ac-catalog-ingredient-single :is(.ac-ingredient-intro h2, .ac-ingredient-safety h2, .ac-ingredient-method h2, .ac-ingredient-products h2) {
		font-size: clamp(2.25rem, 10.8vw, 2.75rem);
		line-height: 1.03;
	}

	.ac-catalog-product-single .ac-product-ingredient-grid > a,
	.ac-catalog-product-single .ac-related-product-grid > a,
	.ac-catalog-ingredient-single .ac-ingredient-product-grid article > div {
		min-height: 0;
	}

	.ac-catalog-product-single .ac-product-inci summary {
		min-height: 4.75rem;
		padding-block: 0.625rem;
	}

	.ac-catalog-product-single .ac-product-inci-title {
		font-size: 1.125rem;
		line-height: 1.35;
	}

	.ac-catalog-ingredient-single .ac-ingredient-detail-hero > .ac-catalog-shell {
		padding-block: 1.5rem 4.25rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-breadcrumbs {
		margin-block-end: 3.25rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-detail-hero h1 {
		overflow-wrap: normal;
		font-size: clamp(1.8rem, 9vw, 3.375rem);
		line-height: 0.98;
	}

	.ac-catalog-ingredient-single .ac-ingredient-inci strong {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.ac-catalog-ingredient-single :is(.ac-ingredient-intro, .ac-ingredient-safety) {
		padding-block: 4.5rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-method {
		padding-block: 4rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-products {
		padding-block: 4.5rem 5rem;
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-image {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.ac-catalog-ingredient-single .ac-ingredient-product-grid h3 {
		overflow-wrap: normal;
		line-height: 1.18;
	}

	.ac-catalog-ingredient-single .ac-ingredient-related {
		gap: 1.5rem;
		padding-block: 3.75rem 5rem;
	}
}

@media (max-width: 22.5rem) {
	.ac-catalog-product-single .ac-catalog-shell,
	.ac-catalog-ingredient-single .ac-catalog-shell {
		width: calc(100% - 2rem);
	}

	.ac-catalog-product-single .ac-product-facts > div {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.ac-catalog-product-single .ac-product-tags {
		gap: 0.375rem;
	}
}
