:root {
	--aliment-gold: #d4a017;
	--aliment-amber: #b7791f;
	--aliment-cream: #f8f4ec;
	--aliment-offwhite: #fffdf8;
	--aliment-brown: #3b2a1d;
	--aliment-charcoal: #1d1a17;
	--aliment-sage: #6f7d56;
	--aliment-stone: #d8cfbf;
	--aliment-muted: #75685c;
	--aliment-line: rgba(59, 42, 29, 0.14);
	--aliment-shadow: 0 18px 45px rgba(59, 42, 29, 0.12);
	--aliment-radius: 8px;
	--aliment-container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--aliment-offwhite);
	color: var(--aliment-brown);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.admin-bar .aliment-site-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

:focus-visible {
	outline: 2px solid var(--aliment-gold);
	outline-offset: 3px;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link:focus {
	z-index: 99999;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--aliment-charcoal);
	color: #fff;
	border-radius: var(--aliment-radius);
}

.aliment-container {
	width: min(calc(100% - 32px), var(--aliment-container));
	margin-inline: auto;
}

.aliment-section {
	padding: 88px 0;
}

.aliment-section-heading {
	max-width: 720px;
	margin-bottom: 36px;
}

.aliment-section-heading h2,
.aliment-page-header h1,
.aliment-single-article__header h1,
.aliment-hero h1,
.aliment-page-hero h1 {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.aliment-section-heading h2 {
	font-size: 3rem;
}

.aliment-section-heading p:last-child,
.aliment-page-hero p,
.aliment-hero__content p {
	color: var(--aliment-muted);
	font-size: 1.08rem;
}

.aliment-eyebrow {
	margin: 0 0 0.7rem;
	color: var(--aliment-amber);
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aliment-button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.aliment-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.78rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.aliment-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	transform: translateY(-1px);
}

.aliment-button--gold,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--aliment-gold);
	color: var(--aliment-charcoal);
}

.aliment-button--dark {
	background: var(--aliment-charcoal);
	color: #fff;
}

.aliment-button--outline {
	border-color: rgba(59, 42, 29, 0.28);
	background: transparent;
	color: var(--aliment-brown);
}

.aliment-button--glass {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	backdrop-filter: blur(16px);
}

.aliment-text-link {
	color: var(--aliment-amber);
	font-weight: 800;
	text-decoration: none;
}

.aliment-site-header {
	position: sticky;
	z-index: 80;
	top: 0;
	background: rgba(255, 253, 248, 0.88);
	border-bottom: 1px solid rgba(59, 42, 29, 0.1);
	backdrop-filter: blur(18px);
}

.aliment-site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 78px;
}

.aliment-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.aliment-brand img {
	width: 66px;
	height: 66px;
	object-fit: contain;
}

.aliment-primary-nav {
	justify-self: center;
}

.aliment-menu,
.aliment-footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aliment-menu a,
.aliment-footer-menu a,
.aliment-header-link,
.aliment-cart-link {
	color: var(--aliment-brown);
	font-size: 0.94rem;
	font-weight: 700;
	text-decoration: none;
}

.aliment-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.aliment-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.55rem 0.82rem;
	border: 1px solid var(--aliment-line);
	border-radius: 999px;
}

.aliment-cart-link span {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--aliment-charcoal);
	color: #fff;
	font-size: 0.74rem;
}

.aliment-menu-toggle,
.aliment-icon-button {
	display: none;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--aliment-line);
	border-radius: 999px;
	background: #fff;
	color: var(--aliment-brown);
}

.aliment-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
}

.aliment-menu-toggle {
	flex-direction: column;
	gap: 5px;
}

.aliment-hero {
	position: relative;
	display: grid;
	min-height: 720px;
	overflow: hidden;
	background: var(--aliment-charcoal);
	color: #fff;
}

.aliment-hero__media {
	position: absolute;
	inset: 0;
}

.aliment-hero__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(29, 26, 23, 0.82), rgba(29, 26, 23, 0.3), rgba(29, 26, 23, 0.08));
}

.aliment-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aliment-hero__graphic {
	position: absolute;
	z-index: 1;
	right: max(20px, calc((100vw - var(--aliment-container)) / 2));
	bottom: 42px;
	width: min(48vw, 580px);
	max-height: 430px;
	opacity: 0.42;
	pointer-events: none;
	filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.22));
	animation: alimentFloat 9s ease-in-out infinite;
}

.aliment-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 760px;
	padding: 110px 0 150px;
}

.aliment-hero h1 {
	max-width: 720px;
	font-size: 5.2rem;
}

.aliment-hero__content p:not(.aliment-eyebrow) {
	max-width: 560px;
	margin: 1.25rem 0 1.8rem;
	color: rgba(255, 255, 255, 0.84);
}

.aliment-page-hero {
	padding: 84px 0 56px;
	background: var(--aliment-cream);
	border-bottom: 1px solid var(--aliment-line);
}

.aliment-page-hero--dark {
	background: var(--aliment-charcoal);
	color: #fff;
}

.aliment-page-hero h1,
.aliment-page-header h1 {
	max-width: 900px;
	font-size: 4rem;
}

.aliment-page-header {
	padding: 64px 0 34px;
}

.aliment-product-grid,
.aliment-post-grid,
.aliment-process-grid,
.aliment-a-plus-grid,
.aliment-highlight-panel__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.aliment-seed-product,
.aliment-post-card,
.aliment-process-grid article,
.aliment-a-plus-grid article {
	overflow: hidden;
	border: 1px solid var(--aliment-line);
	border-radius: var(--aliment-radius);
	background: #fff;
	box-shadow: 0 12px 28px rgba(59, 42, 29, 0.08);
}

.aliment-seed-product img,
.aliment-post-card__image img {
	width: 100%;
	aspect-ratio: 1 / 1.12;
	object-fit: cover;
	background: var(--aliment-cream);
}

.aliment-seed-product > div,
.aliment-post-card__body,
.aliment-process-grid article,
.aliment-a-plus-grid article {
	padding: 22px;
}

.aliment-seed-product h3,
.aliment-post-card h2,
.aliment-process-grid h3,
.aliment-a-plus-grid h3 {
	margin: 0 0 0.55rem;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.32rem;
	line-height: 1.18;
}

.aliment-seed-product p,
.aliment-post-card p,
.aliment-process-grid p,
.aliment-a-plus-grid p,
.aliment-a-plus-grid li {
	color: var(--aliment-muted);
}

.aliment-two-column,
.aliment-benefits__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 48px;
	align-items: start;
}

.aliment-feature-list,
.aliment-benefit-list,
.aliment-category-pills,
.aliment-certification-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.aliment-feature-list span,
.aliment-category-pills a,
.aliment-certification-strip span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0.7rem 0.95rem;
	border: 1px solid var(--aliment-line);
	border-radius: 999px;
	background: #fff;
	color: var(--aliment-brown);
	font-weight: 800;
	text-decoration: none;
}

.aliment-graphic-card {
	position: relative;
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 24px;
	border: 1px solid var(--aliment-line);
	border-radius: var(--aliment-radius);
	background: #fff;
	box-shadow: var(--aliment-shadow);
	overflow: hidden;
}

.aliment-graphic-card::after {
	position: absolute;
	inset: auto -70px -110px auto;
	width: 260px;
	height: 260px;
	content: "";
	border: 1px solid rgba(212, 160, 23, 0.22);
	border-radius: 999px;
}

.aliment-graphic-card > img {
	position: relative;
	z-index: 1;
	width: 100%;
	animation: alimentSealPulse 5s ease-in-out infinite;
}

.aliment-graphic-card .aliment-feature-list {
	position: relative;
	z-index: 1;
}

.aliment-process {
	position: relative;
	background: var(--aliment-cream);
}

.aliment-process-path {
	width: min(100%, 980px);
	margin: -14px auto 22px;
	opacity: 0.86;
	transform-origin: left center;
}

.aliment-process-grid article span {
	color: var(--aliment-amber);
	font-weight: 900;
}

.aliment-benefits {
	background: var(--aliment-charcoal);
	color: #fff;
	overflow: hidden;
}

.aliment-benefits .aliment-eyebrow {
	color: var(--aliment-gold);
}

.aliment-benefit-list {
	display: grid;
	gap: 14px;
}

.aliment-benefit-list p {
	margin: 0;
	padding: 18px 0 18px 22px;
	border-left: 2px solid var(--aliment-gold);
	color: rgba(255, 255, 255, 0.82);
}

.aliment-benefits__graphic {
	width: min(100%, 420px);
	margin-top: 26px;
	opacity: 0.28;
	filter: invert(1);
}

.aliment-highlight-panel {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.aliment-highlight-panel .aliment-container {
	position: relative;
	z-index: 1;
}

.aliment-section-watermark {
	position: absolute;
	z-index: -1;
	top: -60px;
	right: -170px;
	width: 520px;
	opacity: 0.12;
	pointer-events: none;
}

.aliment-highlight-panel h2 {
	max-width: 840px;
	margin: 0 0 28px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 3rem;
	line-height: 1.08;
}

.aliment-highlight-panel__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aliment-highlight-panel__grid > div {
	min-height: 142px;
	padding: 24px;
	border: 1px solid var(--aliment-line);
	border-radius: var(--aliment-radius);
	background: var(--aliment-offwhite);
}

.aliment-highlight-panel__grid span {
	display: block;
	width: 34px;
	height: 3px;
	margin-bottom: 16px;
	background: var(--aliment-gold);
}

.aliment-faq {
	background: var(--aliment-cream);
}

.aliment-faq-list {
	display: grid;
	gap: 10px;
}

.aliment-faq-list details {
	border: 1px solid var(--aliment-line);
	border-radius: var(--aliment-radius);
	background: #fff;
}

.aliment-faq-list summary {
	padding: 18px 20px;
	font-weight: 800;
	cursor: pointer;
}

.aliment-faq-list p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--aliment-muted);
}

.aliment-newsletter {
	position: relative;
	overflow: hidden;
	padding: 64px 0;
	background: var(--aliment-sage);
	color: #fff;
}

.aliment-newsletter__graphic {
	position: absolute;
	inset: auto -90px -44px auto;
	width: 620px;
	opacity: 0.18;
	pointer-events: none;
}

.aliment-newsletter__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: end;
}

.aliment-newsletter h2 {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 2.6rem;
}

.aliment-newsletter form {
	display: flex;
	gap: 10px;
}

.aliment-newsletter input {
	width: 280px;
	min-height: 48px;
	padding: 0 1rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
}

.aliment-b2b-form {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--aliment-line);
	border-radius: var(--aliment-radius);
	background: #fff;
	box-shadow: var(--aliment-shadow);
}

.aliment-b2b-form h3 {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.7rem;
}

.aliment-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.aliment-b2b-form label,
.aliment-shop-filters label {
	display: grid;
	gap: 6px;
	color: var(--aliment-muted);
	font-size: 0.88rem;
	font-weight: 700;
}

.aliment-b2b-form input,
.aliment-b2b-form select,
.aliment-b2b-form textarea,
.aliment-shop-filters input,
.aliment-shop-filters select,
.search-form input[type="search"] {
	width: 100%;
	min-height: 44px;
	padding: 0.72rem 0.9rem;
	border: 1px solid var(--aliment-line);
	border-radius: var(--aliment-radius);
	background: var(--aliment-offwhite);
	color: var(--aliment-brown);
}

.aliment-b2b-form textarea {
	resize: vertical;
}

.aliment-form-status {
	min-height: 1.3em;
	margin: 0;
	color: var(--aliment-sage);
	font-weight: 800;
}

.aliment-site-footer {
	padding: 72px 0 26px;
	background: var(--aliment-charcoal);
	color: rgba(255, 255, 255, 0.82);
}

.aliment-site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 0.8fr 0.9fr 1fr;
	gap: 34px;
}

.aliment-site-footer h2 {
	margin: 0 0 1rem;
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.35rem;
}

.aliment-site-footer a {
	color: #fff;
	text-decoration: none;
}

.aliment-site-footer__brand img {
	width: 72px;
	height: 72px;
	margin-bottom: 14px;
	object-fit: contain;
}

.aliment-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 54px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.88rem;
}

.aliment-footer-menu {
	display: grid;
	gap: 8px;
}

.aliment-page,
.aliment-single,
.aliment-archive-page,
.aliment-error-page {
	min-height: 55vh;
}

.aliment-page-article,
.aliment-entry-content {
	width: 100%;
}

.aliment-entry-content > * {
	max-width: 760px;
}

.aliment-entry-content > .alignwide,
.aliment-entry-content > .alignfull {
	max-width: none;
}

.aliment-single__wrap {
	max-width: 900px;
}

.aliment-single-article__header {
	padding: 70px 0 34px;
}

.aliment-single-article__header h1 {
	font-size: 4rem;
}

.aliment-single-article__image {
	margin: 0 0 34px;
}

.aliment-single-article__image img {
	width: 100%;
	border-radius: var(--aliment-radius);
}

.aliment-empty-state,
.aliment-error-page__inner {
	padding: 96px 0;
	text-align: center;
}

.aliment-error-page h1,
.aliment-empty-state h2 {
	margin: 0 auto 1rem;
	max-width: 720px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 3.4rem;
	line-height: 1.1;
}

.aliment-cart-drawer {
	position: fixed;
	z-index: 120;
	inset: 0;
	pointer-events: none;
	background: rgba(29, 26, 23, 0);
	transition: background 180ms ease;
}

.aliment-cart-drawer.is-open {
	pointer-events: auto;
	background: rgba(29, 26, 23, 0.52);
}

.aliment-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(420px, 100%);
	height: 100%;
	padding: 28px;
	overflow: auto;
	background: var(--aliment-offwhite);
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.aliment-cart-drawer.is-open .aliment-cart-drawer__panel {
	transform: translateX(0);
}

.aliment-cart-drawer .aliment-icon-button {
	display: inline-flex;
	float: right;
}

.aliment-sticky-atc {
	position: fixed;
	z-index: 70;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	gap: 18px;
	width: min(480px, calc(100% - 40px));
	padding: 14px 16px;
	border: 1px solid var(--aliment-line);
	border-radius: var(--aliment-radius);
	background: rgba(255, 253, 248, 0.95);
	box-shadow: var(--aliment-shadow);
	backdrop-filter: blur(14px);
	transform: translateY(140%);
	transition: transform 220ms ease;
}

.aliment-sticky-atc.is-visible {
	transform: translateY(0);
}

.aliment-sticky-atc > div {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.aliment-sticky-atc strong,
.aliment-sticky-atc span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

[data-animate] {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	transition: opacity 620ms ease, transform 620ms ease;
}

[data-animate="fade-right"] {
	transform: translate3d(-26px, 0, 0);
}

[data-animate="fade-left"] {
	transform: translate3d(26px, 0, 0);
}

[data-animate="draw"] {
	opacity: 0;
	transform: scaleX(0.78);
	transition: opacity 760ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-animate].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scaleX(1);
}

.aliment-animated-grid > * {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition: opacity 560ms ease, transform 560ms ease, box-shadow 180ms ease;
}

.aliment-animated-grid.is-visible > *,
.aliment-animated-grid > .is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.aliment-animated-grid > *:nth-child(2) {
	transition-delay: 80ms;
}

.aliment-animated-grid > *:nth-child(3) {
	transition-delay: 160ms;
}

.aliment-animated-grid > *:nth-child(4) {
	transition-delay: 240ms;
}

@keyframes alimentFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -16px, 0);
	}
}

@keyframes alimentSealPulse {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.035);
	}
}

@media (max-width: 1024px) {
	.aliment-product-grid,
	.aliment-post-grid,
	.aliment-process-grid,
	.aliment-a-plus-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aliment-hero h1,
	.aliment-page-hero h1,
	.aliment-page-header h1,
	.aliment-single-article__header h1 {
		font-size: 3.6rem;
	}

	.aliment-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aliment-hero__graphic {
		width: min(58vw, 500px);
		opacity: 0.28;
	}

	.aliment-graphic-card {
		grid-template-columns: 140px minmax(0, 1fr);
	}
}

@media (max-width: 782px) {
	body.admin-bar .aliment-site-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	.aliment-section {
		padding: 62px 0;
	}

	.aliment-site-header__inner {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.aliment-primary-nav {
		position: fixed;
		inset: 78px 0 auto;
		display: none;
		padding: 20px 16px;
		background: rgba(255, 253, 248, 0.98);
		border-bottom: 1px solid var(--aliment-line);
	}

	.aliment-primary-nav.is-open {
		display: block;
	}

	.aliment-menu {
		display: grid;
		gap: 14px;
	}

	.aliment-header-link {
		display: none;
	}

	.aliment-menu-toggle {
		display: inline-flex;
	}

	.aliment-hero {
		min-height: 650px;
	}

	.aliment-hero__media::after {
		background: linear-gradient(180deg, rgba(29, 26, 23, 0.58), rgba(29, 26, 23, 0.86));
	}

	.aliment-hero__content {
		padding: 92px 0 110px;
	}

	.aliment-hero h1,
	.aliment-page-hero h1,
	.aliment-page-header h1,
	.aliment-single-article__header h1 {
		font-size: 3rem;
	}

	.aliment-hero__graphic {
		right: -90px;
		bottom: 26px;
		width: 420px;
		opacity: 0.18;
	}

	.aliment-section-heading h2,
	.aliment-highlight-panel h2,
	.aliment-newsletter h2 {
		font-size: 2.35rem;
	}

	.aliment-two-column,
	.aliment-benefits__grid,
	.aliment-newsletter__inner,
	.aliment-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.aliment-product-grid,
	.aliment-post-grid,
	.aliment-process-grid,
	.aliment-a-plus-grid,
	.aliment-highlight-panel__grid {
		grid-template-columns: 1fr;
	}

	.aliment-form-grid,
	.aliment-newsletter form {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.aliment-newsletter input {
		width: 100%;
	}

	.aliment-site-footer__bottom {
		display: grid;
	}

	.aliment-graphic-card {
		grid-template-columns: 1fr;
	}

	.aliment-graphic-card > img {
		width: 150px;
	}

	.aliment-sticky-atc {
		right: 12px;
		bottom: 12px;
		width: calc(100% - 24px);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	[data-animate],
	.aliment-animated-grid > * {
		opacity: 1 !important;
		transform: none !important;
	}
}
