.faradoran-main, .adonis-main.faradoran-home, .adonis-home {
	padding-block: 0;
	background-color: var(--faradoran-theme-color-ivory);
}

/* Tighter vertical rhythm for lower homepage sections */
.faradoran-main, .adonis-main.faradoran-home, .adonis-home .faradoran-section, .adonis-section {
	padding-block: var(--faradoran-theme-space-6);
}

.faradoran-main, .adonis-main.faradoran-home, .adonis-home .faradoran-section, .adonis-section + .faradoran-section, .adonis-section {
	padding-block-start: var(--faradoran-theme-space-4);
}

.faradoran-main, .adonis-main.faradoran-home, .adonis-home .faradoran-section__header, .adonis-section__header {
	margin-block-end: var(--faradoran-theme-space-5);
}

/* Promotional banners — image-only cards */
.faradoran-main, .adonis-main.faradoran-home, .adonis-home .faradoran-home-promo-banners, .adonis-home-promo-banners {
	padding-block: var(--faradoran-theme-space-4) var(--faradoran-theme-space-5);
	background-color: var(--faradoran-theme-color-ivory);
}

.faradoran-home-promo-banners__layout, .adonis-home-promo-banners__layout {
	display: grid;
	gap: var(--faradoran-theme-space-4);
}

.faradoran-home-promo-banners__grid, .adonis-home-promo-banners__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 16rem), 1fr));
	gap: var(--faradoran-theme-space-4);
}

.faradoran-home-promo-banners__grid-item, .adonis-home-promo-banners__grid-item {
	min-inline-size: 0;
}

.faradoran-home-promo-banner-row,
.adonis-home-promo-banner-row {
	padding-block: var(--faradoran-theme-space-4);
}

.faradoran-home-promo-banner-row__grid,
.adonis-home-promo-banner-row__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--faradoran-theme-space-3);
	align-items: start;
}

.faradoran-home-promo-banner-row__item,
.adonis-home-promo-banner-row__item {
	min-inline-size: 0;
}

.faradoran-home-promo-banner-row__item--full,
.faradoran-home-promo-banner-row__item--half,
.faradoran-home-promo-banner-row__item--quarter,
.adonis-home-promo-banner-row__item--full,
.adonis-home-promo-banner-row__item--half,
.adonis-home-promo-banner-row__item--quarter {
	grid-column: 1 / -1;
}

@media (min-width: 48rem) {
	.faradoran-home-promo-banner-row__grid,
	.adonis-home-promo-banner-row__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--faradoran-theme-space-4);
	}

	.faradoran-home-promo-banner-row__item--full,
	.adonis-home-promo-banner-row__item--full {
		grid-column: span 4;
	}

	.faradoran-home-promo-banner-row__item--half,
	.adonis-home-promo-banner-row__item--half {
		grid-column: span 2;
	}

	.faradoran-home-promo-banner-row__item--quarter,
	.adonis-home-promo-banner-row__item--quarter {
		grid-column: span 1;
	}
}

.faradoran-promo-banner--overlay-always .faradoran-promo-banner__overlay,
.adonis-promo-banner--overlay-always .adonis-promo-banner__overlay {
	opacity: 1;
}

.faradoran-promo-banner--theme-light .faradoran-promo-banner__overlay-title,
.faradoran-promo-banner--theme-light .faradoran-promo-banner__overlay-subtitle,
.faradoran-promo-banner--theme-light .faradoran-promo-banner__overlay-text,
.adonis-promo-banner--theme-light .adonis-promo-banner__overlay-title,
.adonis-promo-banner--theme-light .adonis-promo-banner__overlay-subtitle,
.adonis-promo-banner--theme-light .adonis-promo-banner__overlay-text {
	color: var(--faradoran-theme-color-white);
}

.faradoran-promo-banner--theme-dark .faradoran-promo-banner__overlay-title,
.faradoran-promo-banner--theme-dark .faradoran-promo-banner__overlay-subtitle,
.faradoran-promo-banner--theme-dark .faradoran-promo-banner__overlay-text,
.adonis-promo-banner--theme-dark .adonis-promo-banner__overlay-title,
.adonis-promo-banner--theme-dark .adonis-promo-banner__overlay-subtitle,
.adonis-promo-banner--theme-dark .adonis-promo-banner__overlay-text {
	color: var(--faradoran-theme-color-ink);
}

.faradoran-promo-banner--preset-bottom_start .faradoran-promo-banner__overlay-inner,
.adonis-promo-banner--preset-bottom_start .adonis-promo-banner__overlay-inner {
	justify-content: flex-end;
	align-items: flex-start;
}

.faradoran-promo-banner--preset-bottom_end .faradoran-promo-banner__overlay-inner,
.adonis-promo-banner--preset-bottom_end .adonis-promo-banner__overlay-inner {
	justify-content: flex-end;
	align-items: flex-end;
}

.faradoran-promo-banner--content-top-start .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-top-start .adonis-promo-banner__overlay {
	justify-content: flex-start;
	align-items: flex-start;
}

.faradoran-promo-banner--content-top-center .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-top-center .adonis-promo-banner__overlay {
	justify-content: flex-start;
	align-items: center;
}

.faradoran-promo-banner--content-top-end .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-top-end .adonis-promo-banner__overlay {
	justify-content: flex-start;
	align-items: flex-end;
}

.faradoran-promo-banner--content-middle-start .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-middle-start .adonis-promo-banner__overlay {
	justify-content: center;
	align-items: flex-start;
}

.faradoran-promo-banner--content-center .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-center .adonis-promo-banner__overlay {
	justify-content: center;
	align-items: center;
}

.faradoran-promo-banner--content-middle-end .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-middle-end .adonis-promo-banner__overlay {
	justify-content: center;
	align-items: flex-end;
}

.faradoran-promo-banner--content-bottom-start .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-bottom-start .adonis-promo-banner__overlay {
	justify-content: flex-end;
	align-items: flex-start;
}

.faradoran-promo-banner--content-bottom-center .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-bottom-center .adonis-promo-banner__overlay {
	justify-content: flex-end;
	align-items: center;
}

.faradoran-promo-banner--content-bottom-end .faradoran-promo-banner__overlay,
.adonis-promo-banner--content-bottom-end .adonis-promo-banner__overlay {
	justify-content: flex-end;
	align-items: flex-end;
}

.faradoran-promo-banner__overlay-subtitle,
.adonis-promo-banner__overlay-subtitle {
	margin: 0;
	font-size: var(--faradoran-theme-font-size-sm);
}

.faradoran-promo-banner, .adonis-promo-banner {
	display: block;
	overflow: hidden;
	border: var(--faradoran-theme-border-width) solid var(--faradoran-theme-color-border);
	border-radius: var(--faradoran-theme-radius-lg);
	background-color: var(--faradoran-theme-color-white);
	box-shadow: var(--faradoran-theme-shadow-sm);
}

.faradoran-promo-banner--linked, .adonis-promo-banner--linked {
	color: inherit;
	text-decoration: none;
	transition:
		border-color var(--faradoran-theme-motion-fast) var(--faradoran-theme-easing-standard),
		box-shadow var(--faradoran-theme-motion-fast) var(--faradoran-theme-easing-standard);
}

.faradoran-promo-banner--linked:hover, .adonis-promo-banner--linked:hover,
.faradoran-promo-banner--linked:focus-visible, .adonis-promo-banner--linked:focus-visible {
	border-color: var(--faradoran-theme-color-gold-light);
	box-shadow: var(--faradoran-theme-shadow-md);
}

.faradoran-promo-banner--linked:focus-visible, .adonis-promo-banner--linked:focus-visible {
	outline: var(--faradoran-theme-focus-ring);
	outline-offset: var(--faradoran-theme-focus-offset);
}

.faradoran-promo-banner__image, .adonis-promo-banner__image {
	display: block;
	inline-size: 100%;
	block-size: auto;
}

.faradoran-promo-banner--large,
.adonis-promo-banner--large {
	aspect-ratio: var(--faradoran-theme-home-banner-large-aspect-ratio);
}

.faradoran-promo-banner--large .faradoran-promo-banner__media,
.adonis-promo-banner--large .adonis-promo-banner__media {
	inline-size: 100%;
	block-size: 100%;
}

.faradoran-promo-banner--large .faradoran-promo-banner__image,
.adonis-promo-banner--large .adonis-promo-banner__image {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	object-position: center;
}

.faradoran-promo-banner--medium,
.adonis-promo-banner--medium {
	aspect-ratio: var(--faradoran-theme-home-banner-medium-aspect-ratio);
}

.faradoran-promo-banner--square,
.adonis-promo-banner--square {
	aspect-ratio: var(--faradoran-theme-home-banner-square-aspect-ratio);
}

.faradoran-promo-banner--medium .faradoran-promo-banner__media,
.adonis-promo-banner--medium .adonis-promo-banner__media,
.faradoran-promo-banner--square .faradoran-promo-banner__media,
.adonis-promo-banner--square .adonis-promo-banner__media {
	inline-size: 100%;
	block-size: 100%;
}

.faradoran-promo-banner--medium .faradoran-promo-banner__image,
.adonis-promo-banner--medium .adonis-promo-banner__image,
.faradoran-promo-banner--square .faradoran-promo-banner__image,
.adonis-promo-banner--square .adonis-promo-banner__image {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	object-position: center;
}

.faradoran-promo-banner--grid, .adonis-promo-banner--grid .faradoran-promo-banner__image, .adonis-promo-banner__image {
	block-size: auto;
	object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
	.faradoran-promo-banner--linked, .adonis-promo-banner--linked {
		transition: none;
	}
}

.faradoran-promo-banner, .adonis-promo-banner {
	position: relative;
}

.faradoran-promo-banner__media, .adonis-promo-banner__media {
	position: relative;
	display: block;
	overflow: hidden;
}

.faradoran-promo-banner__image--primary, .adonis-promo-banner__image--primary {
	transition: transform var(--faradoran-theme-motion-base) var(--faradoran-theme-easing-standard);
	transform-origin: center;
}

.faradoran-banner--hover-zoom:hover .faradoran-promo-banner__image--primary,
.faradoran-banner--hover-zoom:focus-within .faradoran-promo-banner__image--primary,
.adonis-banner--hover-zoom:hover .adonis-promo-banner__image--primary,
.adonis-banner--hover-zoom:focus-within .adonis-promo-banner__image--primary {
	transform: scale(1.04);
}

.faradoran-promo-banner__image--hover, .adonis-promo-banner__image--hover {
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity var(--faradoran-theme-motion-base) var(--faradoran-theme-easing-standard);
}

.faradoran-banner--hover-image_swap:hover .faradoran-promo-banner__image--hover,
.faradoran-banner--hover-image_swap:focus-within .faradoran-promo-banner__image--hover,
.adonis-banner--hover-image_swap:hover .adonis-promo-banner__image--hover,
.adonis-banner--hover-image_swap:focus-within .adonis-promo-banner__image--hover {
	opacity: 1;
}

.faradoran-promo-banner__overlay, .adonis-promo-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: var(--faradoran-theme-space-4);
	background-color: color-mix(
		in srgb,
		var(--faradoran-banner-overlay-surface) calc(var(--faradoran-banner-overlay-opacity, 0.4) * 100%),
		transparent
	);
	color: var(--faradoran-theme-color-white);
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--faradoran-theme-motion-base) var(--faradoran-theme-easing-standard);
}

.faradoran-banner--hover-overlay:hover .faradoran-promo-banner__overlay,
.faradoran-banner--hover-overlay:focus-within .faradoran-promo-banner__overlay,
.adonis-banner--hover-overlay:hover .adonis-promo-banner__overlay,
.adonis-banner--hover-overlay:focus-within .adonis-promo-banner__overlay {
	opacity: 1;
	pointer-events: auto;
}

@media (pointer: coarse) {
	.faradoran-banner--hover-overlay .faradoran-promo-banner__overlay,
	.adonis-banner--hover-overlay .adonis-promo-banner__overlay {
		opacity: 0.92;
		pointer-events: auto;
	}
}

.faradoran-promo-banner__overlay-inner, .adonis-promo-banner__overlay-inner {
	inline-size: 100%;
	display: grid;
	gap: var(--faradoran-theme-space-2);
}

.faradoran-promo-banner__overlay--align-start .faradoran-promo-banner__overlay-inner,
.adonis-promo-banner__overlay--align-start .adonis-promo-banner__overlay-inner {
	text-align: start;
	justify-items: start;
}

.faradoran-promo-banner__overlay--align-center .faradoran-promo-banner__overlay-inner,
.adonis-promo-banner__overlay--align-center .adonis-promo-banner__overlay-inner {
	text-align: center;
	justify-items: center;
}

.faradoran-promo-banner__overlay--align-end .faradoran-promo-banner__overlay-inner,
.adonis-promo-banner__overlay--align-end .adonis-promo-banner__overlay-inner {
	text-align: end;
	justify-items: end;
}

.faradoran-promo-banner__overlay-title, .adonis-promo-banner__overlay-title {
	margin: 0;
	font-size: var(--faradoran-theme-font-size-lg);
	font-weight: 600;
	line-height: 1.3;
}

.faradoran-promo-banner__overlay-text, .adonis-promo-banner__overlay-text {
	margin: 0;
	font-size: var(--faradoran-theme-font-size-sm);
	line-height: 1.6;
}

.faradoran-promo-banner__overlay-cta, .adonis-promo-banner__overlay-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-block-start: var(--faradoran-theme-space-2);
	padding: 0.45rem 0.9rem;
	border: var(--faradoran-theme-border-width) solid currentColor;
	border-radius: var(--faradoran-theme-radius-sm);
	color: inherit;
	font-size: var(--faradoran-theme-font-size-sm);
	text-decoration: none;
}

.faradoran-promo-banner__link-stretch, .adonis-promo-banner__link-stretch {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.faradoran-promo-banner--split-link .faradoran-promo-banner__overlay-cta,
.adonis-promo-banner--split-link .adonis-promo-banner__overlay-cta {
	position: relative;
	z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
	.faradoran-promo-banner__image--primary,
	.faradoran-promo-banner__image--hover,
	.faradoran-promo-banner__overlay,
	.adonis-promo-banner__image--primary,
	.adonis-promo-banner__image--hover,
	.adonis-promo-banner__overlay {
		transition: none;
	}

	.faradoran-banner--hover-zoom .faradoran-promo-banner__image--primary,
	.adonis-banner--hover-zoom .adonis-promo-banner__image--primary {
		transform: none;
	}
}

/* Hero — asymmetric arch composition */
.faradoran-hero, .adonis-hero {
	padding-block: var(--faradoran-theme-section-space);
	background-color: var(--faradoran-theme-color-ivory);
}

.faradoran-hero__frame, .adonis-hero__frame {
	position: relative;
	padding: var(--faradoran-theme-space-8);
	border-radius: var(--faradoran-theme-radius-lg);
	background-color: var(--faradoran-theme-color-white);
	box-shadow: var(--faradoran-theme-shadow-sm);
}

.faradoran-hero__ornament--top, .adonis-hero__ornament--top {
	position: absolute;
	inset-block-start: var(--faradoran-theme-space-4);
	inset-inline-end: var(--faradoran-theme-space-6);
	inline-size: 3rem;
	block-size: 3rem;
	border: var(--faradoran-theme-border-width) solid var(--faradoran-theme-color-gold);
	border-radius: 50%;
	opacity: 0.55;
}

.faradoran-hero__ornament--top, .adonis-hero__ornament--top::after {
	content: "";
	position: absolute;
	inset: 0.4rem;
	border: var(--faradoran-theme-border-width) solid var(--faradoran-theme-color-gold-light);
	border-radius: 50%;
}

.faradoran-hero__layout, .adonis-hero__layout {
	display: grid;
	gap: var(--faradoran-theme-space-8);
	align-items: center;
}

.faradoran-hero__content, .adonis-hero__content {
	display: grid;
	gap: var(--faradoran-theme-space-5);
	max-inline-size: 36rem;
}

.faradoran-hero__eyebrow, .adonis-hero__eyebrow {
	margin: 0;
	color: var(--faradoran-theme-color-gold);
	font-size: var(--faradoran-theme-font-size-sm);
	font-weight: 600;
	letter-spacing: var(--faradoran-theme-letter-spacing-wide);
}

.faradoran-hero__title, .adonis-hero__title {
	margin: 0;
	font-size: var(--faradoran-theme-font-size-display);
	line-height: var(--faradoran-theme-line-height-heading);
	color: var(--faradoran-theme-color-green);
}

.faradoran-hero__description, .adonis-hero__description {
	margin: 0;
	color: var(--faradoran-theme-color-text-muted);
	font-size: var(--faradoran-theme-font-size-body);
	line-height: var(--faradoran-theme-line-height-base);
}

.faradoran-hero__actions, .adonis-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--faradoran-theme-space-3);
}

.faradoran-hero__media, .adonis-hero__media {
	display: block;
	position: relative;
}

.faradoran-hero__image, .adonis-hero__image,
.faradoran-hero__placeholder, .adonis-hero__placeholder {
	display: block;
	inline-size: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
	object-fit: cover;
}

.faradoran-hero__placeholder, .adonis-hero__placeholder {
	background:
		linear-gradient(145deg, var(--faradoran-theme-color-surface) 0%, var(--faradoran-theme-color-ivory) 100%);
	border: var(--faradoran-theme-border-width) solid var(--faradoran-theme-color-border);
}

.faradoran-hero--no-image, .adonis-hero--no-image .faradoran-hero__media, .adonis-hero__media {
	display: none;
}

@media (min-width: 48rem) {
	.faradoran-hero__layout, .adonis-hero__layout {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	}

	.faradoran-hero--no-image, .adonis-hero--no-image .faradoran-hero__layout, .adonis-hero__layout {
		grid-template-columns: 1fr;
	}

	.faradoran-hero--no-image, .adonis-hero--no-image .faradoran-hero__content, .adonis-hero__content {
		max-inline-size: 42rem;
	}
}

/* Section headers */
.faradoran-section__header--split, .adonis-section__header--split,
.faradoran-section__header--center, .adonis-section__header--center {
	display: grid;
	gap: var(--faradoran-theme-space-4);
	text-align: center;
}

.faradoran-section__header--split, .adonis-section__header--split {
	text-align: start;
}

@media (min-width: 48rem) {
	.faradoran-section__header--split, .adonis-section__header--split {
		grid-template-columns: 1fr auto;
		align-items: end;
	}

	.faradoran-section__header--center, .adonis-section__header--center {
		justify-items: center;
	}
}

.faradoran-section__title--ornate, .adonis-section__title--ornate {
	position: relative;
	display: inline-block;
	margin: 0;
}

.faradoran-section__title--ornate::after,
.adonis-section__title--ornate::after {
	content: "";
	display: block;
	inline-size: 3rem;
	block-size: 2px;
	margin-block-start: var(--faradoran-theme-space-3);
	margin-inline: auto;
	background: linear-gradient(90deg, transparent, var(--faradoran-theme-color-gold), transparent);
}

.faradoran-section__header--split .faradoran-section__title--ornate::after,
.faradoran-section__header--split .adonis-section__title--ornate::after,
.adonis-section__header--split .faradoran-section__title--ornate::after,
.adonis-section__header--split .adonis-section__title--ornate::after {
	margin-inline: 0;
	background: linear-gradient(90deg, var(--faradoran-theme-color-gold), transparent);
}

.faradoran-section__action, .adonis-section__action {
	margin: 0;
}

/* Categories — compact editorial collection strip */
.faradoran-home-categories, .adonis-home-categories {
	padding-block-end: var(--faradoran-theme-space-3);
	background-color: var(--faradoran-theme-color-ivory);
}

.faradoran-home-categories .faradoran-section__header,
.adonis-home-categories .adonis-section__header {
	margin-block-end: var(--faradoran-theme-space-4);
	max-inline-size: none;
}

.faradoran-home-categories__loop,
.adonis-home-categories__loop {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--adonis-carousel-gap);
	margin: 0;
	padding: 0;
	inline-size: max-content;
	min-inline-size: 100%;
}

.faradoran-home-categories__loop > .faradoran-rail__item,
.adonis-home-categories__loop > .adonis-rail__item {
	flex: 0 0 var(--adonis-carousel-card-basis);
	scroll-snap-align: start;
	min-inline-size: 0;
}

.faradoran-category-card,
.adonis-category-card {
	margin: 0;
	block-size: 100%;
}

.faradoran-category-card__link,
.adonis-category-card__link {
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-2);
	color: inherit;
	text-decoration: none;
	block-size: 100%;
}

.faradoran-category-card__link:focus-visible,
.adonis-category-card__link:focus-visible {
	outline: var(--faradoran-theme-focus-ring);
	outline-offset: var(--faradoran-theme-focus-offset);
	border-radius: var(--faradoran-theme-radius-md);
}

.faradoran-category-card__media,
.adonis-category-card__media {
	display: block;
	inline-size: 100%;
}

.faradoran-category-card__image-wrap,
.adonis-category-card__image-wrap {
	position: relative;
	display: block;
	inline-size: 100%;
	overflow: hidden;
	border-radius: var(--faradoran-theme-radius-md);
	background-color: var(--faradoran-theme-color-surface-muted, var(--faradoran-theme-color-ivory));
	aspect-ratio: 1 / 1;
}

.faradoran-home-categories--ratio-portrait .faradoran-category-card__image-wrap,
.adonis-home-categories--ratio-portrait .adonis-category-card__image-wrap {
	aspect-ratio: 4 / 5;
}

.faradoran-home-categories--ratio-landscape .faradoran-category-card__image-wrap,
.adonis-home-categories--ratio-landscape .adonis-category-card__image-wrap {
	aspect-ratio: 4 / 3;
}

.faradoran-category-card__image,
.adonis-category-card__image,
.faradoran-category-card__placeholder,
.adonis-category-card__placeholder {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.faradoran-category-card__image-hover,
.adonis-category-card__image-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 220ms ease;
}

.faradoran-category-card__placeholder,
.adonis-category-card__placeholder {
	display: block;
	background: linear-gradient(
		135deg,
		var(--faradoran-theme-color-border) 0%,
		var(--faradoran-theme-color-surface-muted, var(--faradoran-theme-color-ivory)) 100%
	);
}

.faradoran-category-card__body,
.adonis-category-card__body {
	display: grid;
	gap: var(--faradoran-theme-space-1);
	text-align: center;
}

.faradoran-category-card__title,
.adonis-category-card__title {
	font-size: var(--faradoran-theme-font-size-sm);
	font-weight: var(--faradoran-theme-font-weight-semibold);
	line-height: 1.4;
}

.faradoran-category-card__count,
.adonis-category-card__count {
	font-size: var(--faradoran-theme-font-size-xs);
	color: var(--faradoran-theme-color-text-muted);
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-home-categories--hover-zoom .faradoran-category-card__image-wrap img,
	.adonis-home-categories--hover-zoom .adonis-category-card__image-wrap img {
		transition: transform 320ms ease-out;
	}

	.faradoran-home-categories--hover-zoom .faradoran-category-card__link:hover .faradoran-category-card__image-wrap img,
	.adonis-home-categories--hover-zoom .adonis-category-card__link:hover .adonis-category-card__image-wrap img,
	.faradoran-home-categories--hover-zoom .faradoran-category-card__link:focus-visible .faradoran-category-card__image-wrap img,
	.adonis-home-categories--hover-zoom .adonis-category-card__link:focus-visible .adonis-category-card__image-wrap img {
		transform: scale(1.05);
	}

	.faradoran-home-categories--hover-image .faradoran-category-card__link:hover .faradoran-category-card__image-hover,
	.adonis-home-categories--hover-image .adonis-category-card__link:hover .adonis-category-card__image-hover,
	.faradoran-home-categories--hover-image .faradoran-category-card__link:focus-visible .faradoran-category-card__image-hover,
	.adonis-home-categories--hover-image .adonis-category-card__link:focus-visible .adonis-category-card__image-hover {
		opacity: 1;
	}
}

/* Bestsellers — centered heading + compact luxury product row */
.faradoran-home-products, .adonis-home-products {
	padding-block: var(--faradoran-theme-space-5) var(--faradoran-theme-space-6);
	background-color: var(--faradoran-theme-color-ivory);
}

.faradoran-home-products__header, .adonis-home-products__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: var(--faradoran-theme-space-2) var(--faradoran-theme-space-4);
	max-inline-size: none;
	margin-block-end: var(--faradoran-theme-space-5);
	text-align: center;
}

.faradoran-home-products .faradoran-section__title,
.faradoran-home-products .adonis-section__title {
	margin: 0;
	font-size: var(--faradoran-theme-font-size-h3);
	font-weight: var(--faradoran-theme-font-weight-semibold);
	line-height: 1.3;
}

.faradoran-home-products .faradoran-section__title--ornate::before,
.faradoran-home-products .adonis-section__title--ornate::before {
	content: "✦";
	display: block;
	margin-block-end: var(--faradoran-theme-space-2);
	color: var(--faradoran-theme-color-gold);
	font-size: var(--faradoran-theme-font-size-xs);
	line-height: 1;
}

.faradoran-home-products .faradoran-section__title--ornate::after,
.faradoran-home-products .adonis-section__title--ornate::after {
	margin-block-start: var(--faradoran-theme-space-2);
}

.faradoran-home-products__title-link, .adonis-home-products__title-link,
.faradoran-rail__title-link, .adonis-rail__title-link {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

.faradoran-home-products__title-link:hover,
.adonis-home-products__title-link:hover,
.faradoran-rail__title-link:hover,
.adonis-rail__title-link:hover {
	color: var(--faradoran-theme-color-green);
}

.faradoran-home-products__title-link:focus-visible,
.adonis-home-products__title-link:focus-visible,
.faradoran-rail__title-link:focus-visible,
.adonis-rail__title-link:focus-visible {
	outline: var(--faradoran-theme-focus-ring);
	outline-offset: var(--faradoran-theme-focus-offset);
	border-radius: var(--faradoran-theme-radius-sm);
}

.faradoran-home-products__carousel, .adonis-home-products__carousel {
	--adonis-carousel-gap: var(--faradoran-theme-space-4);
	--adonis-carousel-visible: 2;
	--adonis-carousel-peek: 0;
	--adonis-carousel-nav-slot: var(--faradoran-theme-touch-target);
	--adonis-carousel-nav-gap: var(--faradoran-theme-space-2);
	--adonis-carousel-track-width: 100cqi;
	--adonis-carousel-peek-gap: min(1, calc(var(--adonis-carousel-peek) * 1000));
	--adonis-carousel-card-basis: calc((var(--adonis-carousel-track-width) - ((var(--adonis-carousel-visible) - 1 + var(--adonis-carousel-peek-gap)) * var(--adonis-carousel-gap))) / (var(--adonis-carousel-visible) + var(--adonis-carousel-peek)));
	--faradoran-carousel-media-block-size: var(--adonis-carousel-card-basis);
	container-type: inline-size;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	max-inline-size: 100%;
}

.faradoran-home-products--ratio-portrait .faradoran-home-products__carousel,
.faradoran-home-products--ratio-portrait .adonis-home-products__carousel,
.adonis-home-products--ratio-portrait .faradoran-home-products__carousel,
.adonis-home-products--ratio-portrait .adonis-home-products__carousel,
.faradoran-home-categories--ratio-portrait .faradoran-home-products__carousel,
.faradoran-home-categories--ratio-portrait .adonis-home-products__carousel,
.adonis-home-categories--ratio-portrait .faradoran-home-products__carousel,
.adonis-home-categories--ratio-portrait .adonis-home-products__carousel,
.faradoran-home-price-ranges--ratio-portrait .faradoran-home-products__carousel,
.faradoran-home-price-ranges--ratio-portrait .adonis-home-products__carousel,
.adonis-home-price-ranges--ratio-portrait .faradoran-home-products__carousel,
.adonis-home-price-ranges--ratio-portrait .adonis-home-products__carousel {
	--faradoran-carousel-media-block-size: calc(var(--adonis-carousel-card-basis) * 5 / 4);
}

.faradoran-home-products--ratio-landscape .faradoran-home-products__carousel,
.faradoran-home-products--ratio-landscape .adonis-home-products__carousel,
.adonis-home-products--ratio-landscape .faradoran-home-products__carousel,
.adonis-home-products--ratio-landscape .adonis-home-products__carousel,
.faradoran-home-categories--ratio-landscape .faradoran-home-products__carousel,
.faradoran-home-categories--ratio-landscape .adonis-home-products__carousel,
.adonis-home-categories--ratio-landscape .faradoran-home-products__carousel,
.adonis-home-categories--ratio-landscape .adonis-home-products__carousel,
.faradoran-home-price-ranges--ratio-landscape .faradoran-home-products__carousel,
.faradoran-home-price-ranges--ratio-landscape .adonis-home-products__carousel,
.adonis-home-price-ranges--ratio-landscape .faradoran-home-products__carousel,
.adonis-home-price-ranges--ratio-landscape .adonis-home-products__carousel {
	--faradoran-carousel-media-block-size: calc(var(--adonis-carousel-card-basis) * 3 / 4);
}

.faradoran-home-products__nav-zone, .adonis-home-products__nav-zone {
	display: none;
	align-self: start;
	justify-content: center;
	align-items: center;
	inline-size: var(--adonis-carousel-nav-slot);
	block-size: var(--faradoran-carousel-media-block-size);
	padding: 0;
}

.faradoran-home-products__viewport, .adonis-home-products__viewport {
	min-inline-size: 0;
	max-inline-size: 100%;
}

.faradoran-home-products__track, .adonis-home-products__track {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
}

.faradoran-home-products__track::-webkit-scrollbar,
.adonis-home-products__track::-webkit-scrollbar {
	display: none;
}

.faradoran-home-products__nav, .adonis-home-products__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	inline-size: var(--faradoran-theme-touch-target);
	min-inline-size: var(--faradoran-theme-touch-target);
	min-block-size: var(--faradoran-theme-touch-target);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--faradoran-theme-color-green-dark);
	cursor: pointer;
	transition: color 180ms ease, opacity 180ms ease;
}

.faradoran-home-products__nav:focus-visible,
.adonis-home-products__nav:focus-visible {
	outline: var(--faradoran-theme-focus-ring);
	outline-offset: var(--faradoran-theme-focus-offset);
	border-radius: var(--faradoran-theme-radius-sm);
}

.faradoran-home-products__nav:disabled,
.adonis-home-products__nav:disabled,
.faradoran-home-products__nav[aria-disabled="true"],
.adonis-home-products__nav[aria-disabled="true"] {
	opacity: 0.28;
	cursor: default;
}

.faradoran-home-products__nav:not(:disabled):hover,
.adonis-home-products__nav:not(:disabled):hover {
	color: var(--faradoran-theme-color-gold);
}

.faradoran-home-products__nav-icon, .adonis-home-products__nav-icon {
	display: block;
	inline-size: 1.35rem;
	block-size: 1.35rem;
	margin: auto;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a3c31' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	mask: none;
	-webkit-mask: none;
}

.faradoran-home-products__nav--next .faradoran-home-products__nav-icon,
.adonis-home-products__nav--next .adonis-home-products__nav-icon {
	transform: scaleX( -1 );
}

[dir="rtl"] .faradoran-home-products__nav--prev .faradoran-home-products__nav-icon,
[dir="rtl"] .adonis-home-products__nav--prev .adonis-home-products__nav-icon {
	transform: scaleX( -1 );
}

[dir="rtl"] .faradoran-home-products__nav--next .faradoran-home-products__nav-icon,
[dir="rtl"] .adonis-home-products__nav--next .adonis-home-products__nav-icon {
	transform: none;
}

.faradoran-home-products__nav:not(:disabled):hover .faradoran-home-products__nav-icon,
.adonis-home-products__nav:not(:disabled):hover .adonis-home-products__nav-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a961' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
}

.faradoran-home-products__loop, .adonis-home-products__loop {
	margin: 0;
	min-inline-size: 0;
}

/* Homepage product carousel — minimal open storefront cards (scoped) */
.faradoran-home-products__loop ul.products,
.adonis-home-products__loop ul.products {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--adonis-carousel-gap);
	margin: 0;
	padding: 0;
	list-style: none;
	inline-size: max-content;
	min-inline-size: 100%;
}

.faradoran-home-products__loop ul.products::before,
.faradoran-home-products__loop ul.products::after,
.adonis-home-products__loop ul.products::before,
.adonis-home-products__loop ul.products::after {
	display: none;
}

.faradoran-home-products__loop ul.products li.product.faradoran-home-product,
.adonis-home-products__loop ul.products li.product.faradoran-home-product {
	flex: 0 0 var(--adonis-carousel-card-basis);
	scroll-snap-align: start;
	float: none;
	inline-size: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-2);
	position: relative;
	min-block-size: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.faradoran-home-product__media, .adonis-home-product__media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: var(--faradoran-theme-radius-lg);
	background-color: rgb(255 255 255 / 0.45);
	isolation: isolate;
}

.faradoran-home-products--ratio-portrait .faradoran-home-product__media,
.faradoran-home-products--ratio-portrait .adonis-home-product__media,
.adonis-home-products--ratio-portrait .faradoran-home-product__media,
.adonis-home-products--ratio-portrait .adonis-home-product__media {
	aspect-ratio: 4 / 5;
}

.faradoran-home-products--ratio-square .faradoran-home-product__media,
.faradoran-home-products--ratio-square .adonis-home-product__media,
.adonis-home-products--ratio-square .faradoran-home-product__media,
.adonis-home-products--ratio-square .adonis-home-product__media {
	aspect-ratio: 1 / 1;
}

.faradoran-home-product__image-wrap, .adonis-home-product__image-wrap {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	overflow: hidden;
	position: relative;
}

.faradoran-home-product__image-layer, .adonis-home-product__image-layer {
	position: absolute;
	inset: 0;
	display: block;
	pointer-events: none;
}

.faradoran-home-product__image-primary, .adonis-home-product__image-primary {
	opacity: 1;
	z-index: 1;
	transition: opacity 280ms ease;
}

.faradoran-home-product__image-hover, .adonis-home-product__image-hover {
	opacity: 0;
	z-index: 2;
	transition: opacity 280ms ease;
}

.faradoran-home-product__image-layer .faradoran-home-product__attachment-image,
.faradoran-home-product__image-layer .adonis-home-product__attachment-image,
.adonis-home-product__image-layer .faradoran-home-product__attachment-image,
.adonis-home-product__image-layer .adonis-home-product__attachment-image,
.faradoran-home-product__image-layer img,
.adonis-home-product__image-layer img,
.faradoran-home-product__image-layer .woocommerce-placeholder,
.adonis-home-product__image-layer .woocommerce-placeholder {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	max-block-size: none;
	object-fit: contain;
	object-position: center;
}

.faradoran-home-products--hover-image .faradoran-home-product__image-wrap img,
.adonis-home-products--hover-image .adonis-home-product__image-wrap img,
.faradoran-home-products--hover-image .faradoran-home-product__image-wrap .woocommerce-placeholder,
.adonis-home-products--hover-image .adonis-home-product__image-wrap .woocommerce-placeholder {
	transform: none;
	transition: opacity 280ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-home-products--hover-image .faradoran-home-product:hover .faradoran-home-product__image-primary,
	.adonis-home-products--hover-image .adonis-home-product:hover .adonis-home-product__image-primary,
	.faradoran-home-products--hover-image .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-primary,
	.adonis-home-products--hover-image .adonis-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-primary {
		opacity: 0;
	}

	.faradoran-home-products--hover-image .faradoran-home-product:hover .faradoran-home-product__image-hover,
	.adonis-home-products--hover-image .adonis-home-product:hover .adonis-home-product__image-hover,
	.faradoran-home-products--hover-image .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-hover,
	.adonis-home-products--hover-image .adonis-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-hover {
		opacity: 1;
	}
}

.faradoran-home-product__image-link, .adonis-home-product__image-link {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	color: inherit;
	text-decoration: none;
}

.faradoran-home-product__image-link:focus-visible,
.adonis-home-product__image-link:focus-visible {
	outline: var(--faradoran-theme-focus-ring);
	outline-offset: var(--faradoran-theme-focus-offset);
	border-radius: var(--faradoran-theme-radius-lg);
}

.faradoran-home-product__image-wrap img,
.adonis-home-product__image-wrap img,
.faradoran-home-product__image-wrap .woocommerce-placeholder,
.adonis-home-product__image-wrap .woocommerce-placeholder {
	transform: scale(1);
	transition: transform 380ms ease-out;
}

.faradoran-home-products--hover-image .faradoran-home-product__image-wrap img,
.adonis-home-products--hover-image .adonis-home-product__image-wrap img,
.faradoran-home-products--hover-image .faradoran-home-product__image-wrap .woocommerce-placeholder,
.adonis-home-products--hover-image .adonis-home-product__image-wrap .woocommerce-placeholder {
	transform: none;
}

.faradoran-home-product__details-link, .adonis-home-product__details-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--faradoran-theme-space-1);
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.faradoran-home-product__details-link:focus-visible,
.adonis-home-product__details-link:focus-visible {
	outline: var(--faradoran-theme-focus-ring);
	outline-offset: var(--faradoran-theme-focus-offset);
	border-radius: var(--faradoran-theme-radius-sm);
}

.faradoran-home-products__loop ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	padding: 0;
	font-size: var(--faradoran-theme-font-size-xs);
	font-weight: var(--faradoran-theme-font-weight-medium);
	line-height: 1.4;
	color: var(--faradoran-theme-color-text);
	overflow-wrap: anywhere;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.faradoran-home-products__loop ul.products li.product .price {
	margin: 0;
	color: var(--faradoran-theme-color-green);
	font-size: var(--faradoran-theme-font-size-xs);
	font-weight: var(--faradoran-theme-font-weight-medium);
	line-height: 1.35;
	overflow-wrap: anywhere;
	font-variant-numeric: tabular-nums;
}

.faradoran-home-products__loop ul.products li.product .price del {
	color: var(--faradoran-theme-color-text-muted);
	font-weight: var(--faradoran-theme-font-weight-regular);
	text-decoration: line-through;
	opacity: 0.8;
}

.faradoran-home-products__loop ul.products li.product .price ins {
	text-decoration: none;
	color: var(--faradoran-theme-color-green);
	font-weight: var(--faradoran-theme-font-weight-semibold);
}

.faradoran-home-products__loop ul.products li.product.outofstock .faradoran-home-product__image-wrap img,
.faradoran-home-products__loop ul.products li.product.outofstock .adonis-home-product__image-wrap img,
.faradoran-home-products__loop ul.products li.product.faradoran-product--out-of-stock .faradoran-home-product__image-wrap img,
.faradoran-home-products__loop ul.products li.product.faradoran-product--out-of-stock .adonis-home-product__image-wrap img,
.faradoran-home-products__loop ul.products li.product.faradoran-product--not-purchasable .faradoran-home-product__image-wrap img,
.faradoran-home-products__loop ul.products li.product.faradoran-product--not-purchasable .adonis-home-product__image-wrap img,
.adonis-home-products__loop ul.products li.product.outofstock .faradoran-home-product__image-wrap img,
.adonis-home-products__loop ul.products li.product.outofstock .adonis-home-product__image-wrap img,
.adonis-home-products__loop ul.products li.product.faradoran-product--out-of-stock .faradoran-home-product__image-wrap img,
.adonis-home-products__loop ul.products li.product.faradoran-product--out-of-stock .adonis-home-product__image-wrap img,
.adonis-home-products__loop ul.products li.product.faradoran-product--not-purchasable .faradoran-home-product__image-wrap img,
.adonis-home-products__loop ul.products li.product.faradoran-product--not-purchasable .adonis-home-product__image-wrap img {
	opacity: 0.72;
}

.faradoran-home-products__loop ul.products li.product .star-rating {
	display: none;
}

.faradoran-home-product__actions, .adonis-home-product__actions {
	position: absolute;
	inset-inline: 0;
	inset-block-end: var(--faradoran-theme-space-3);
	z-index: 4;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.875rem;
	padding-inline: var(--faradoran-theme-space-2);
	opacity: 0;
	transform: translateY(5px);
	transition:
		opacity 200ms ease,
		transform 200ms ease;
	pointer-events: none;
}

.faradoran-home-product__action, .adonis-home-product__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	inline-size: auto;
	block-size: auto;
	min-inline-size: 2.25rem;
	min-block-size: 2.25rem;
	padding: 0.375rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--faradoran-theme-color-green-dark);
	box-shadow: none;
	font-family: inherit;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
	transition:
		color 200ms ease,
		opacity 200ms ease,
		transform 200ms ease;
}

.faradoran-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action,
.faradoran-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action,
.adonis-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action,
.adonis-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action,
.faradoran-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action,
.faradoran-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action,
.adonis-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action,
.adonis-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action,
.faradoran-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action.button,
.faradoran-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action.button,
.adonis-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action.button,
.adonis-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action.button,
.faradoran-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action.button,
.faradoran-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action.button,
.adonis-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action.button,
.adonis-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	inline-size: auto;
	block-size: auto;
	min-inline-size: 2.25rem;
	min-block-size: 2.25rem;
	padding: 0.375rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--faradoran-theme-color-green-dark);
	box-shadow: none;
	font-size: 0;
	font-weight: inherit;
	line-height: 1;
}

.faradoran-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action--cart-has-qty,
.faradoran-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action--cart-has-qty,
.adonis-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action--cart-has-qty,
.adonis-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action--cart-has-qty,
.faradoran-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action--cart-has-qty,
.faradoran-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action--cart-has-qty,
.adonis-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action--cart-has-qty,
.adonis-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action--cart-has-qty {
	inline-size: auto;
	min-inline-size: 2.25rem;
	padding-inline: 0.375rem;
}

.faradoran-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action.button:hover,
.faradoran-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action.button:hover,
.faradoran-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action.button:focus-visible,
.faradoran-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action.button:focus-visible,
.adonis-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action.button:hover,
.adonis-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action.button:hover,
.adonis-home-products__loop.woocommerce ul.products li.product a.faradoran-home-product__action.button:focus-visible,
.adonis-home-products__loop.woocommerce ul.products li.product a.adonis-home-product__action.button:focus-visible,
.faradoran-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action.button:hover,
.faradoran-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action.button:hover,
.adonis-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action.button:hover,
.adonis-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action.button:hover,
.faradoran-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action.button:focus-visible,
.faradoran-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action.button:focus-visible,
.adonis-home-products__loop.woocommerce ul.products li.product button.faradoran-home-product__action.button:focus-visible,
.adonis-home-products__loop.woocommerce ul.products li.product button.adonis-home-product__action.button:focus-visible {
	background-color: transparent;
	color: var(--faradoran-theme-color-green);
}

.faradoran-home-product__action:hover,
.adonis-home-product__action:hover,
.faradoran-home-product__action:focus-visible,
.adonis-home-product__action:focus-visible {
	color: var(--faradoran-theme-color-green);
	background-color: transparent;
}

.faradoran-home-product__action.loading,
.adonis-home-product__action.loading,
.faradoran-home-product__action.added,
.adonis-home-product__action.added {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.faradoran-home-product__cart-label, .adonis-home-product__cart-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4375rem;
}

.faradoran-home-product__cart-qty, .adonis-home-product__cart-qty {
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	line-height: 1;
	letter-spacing: -0.01em;
	color: currentColor;
	font-variant-numeric: tabular-nums;
}

.faradoran-home-product__action-icon, .adonis-home-product__action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	inline-size: 1.5625rem;
	block-size: 1.5625rem;
	transition:
		transform 200ms ease,
		opacity 200ms ease;
}

.faradoran-home-product__icon-svg, .adonis-home-product__icon-svg {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	color: currentColor;
}

.faradoran-home-product__action:hover .faradoran-home-product__action-icon,
.adonis-home-product__action:hover .adonis-home-product__action-icon,
.faradoran-home-product__action:focus-visible .faradoran-home-product__action-icon,
.adonis-home-product__action:focus-visible .adonis-home-product__action-icon {
	transform: scale(1.04);
}

.faradoran-home-products__carousel .faradoran-home-product__actions > .added_to_cart.wc-forward,
.faradoran-home-products__carousel .adonis-home-product__actions > .added_to_cart.wc-forward,
.adonis-home-products__carousel .faradoran-home-product__actions > .added_to_cart.wc-forward,
.adonis-home-products__carousel .adonis-home-product__actions > .added_to_cart.wc-forward {
	display: none;
}

.faradoran-home-product__action:focus-visible,
.adonis-home-product__action:focus-visible {
	outline: 2px solid var(--faradoran-theme-color-green);
	outline-offset: var(--faradoran-theme-focus-offset);
}

.faradoran-home-products__loop ul.products li.product.faradoran-product--not-purchasable .faradoran-home-product__action--cart,
.faradoran-home-products__loop ul.products li.product.faradoran-product--not-purchasable .adonis-home-product__action--cart,
.adonis-home-products__loop ul.products li.product.faradoran-product--not-purchasable .faradoran-home-product__action--cart,
.adonis-home-products__loop ul.products li.product.faradoran-product--not-purchasable .adonis-home-product__action--cart {
	opacity: 0.45;
	cursor: not-allowed;
}

.faradoran-home-product__media .onsale,
.adonis-home-product__media .onsale {
	position: absolute;
	inset-inline-start: var(--faradoran-theme-space-1);
	inset-inline-end: auto;
	top: var(--faradoran-theme-space-1);
	z-index: 3;
	min-block-size: auto;
	padding: 0.08rem 0.45rem;
	border-radius: 999px;
	background-color: rgb(201 169 97 / 0.9);
	color: var(--faradoran-theme-color-green-dark);
	font-size: 0.5625rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.faradoran-home-products__loop ul.products li.product .out-of-stock {
	color: var(--faradoran-theme-color-text-muted);
	font-size: var(--faradoran-theme-font-size-xs);
	font-weight: var(--faradoran-theme-font-weight-medium);
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-home-product:hover .faradoran-home-product__image-wrap img,
	.adonis-home-product:hover .adonis-home-product__image-wrap img,
	.faradoran-home-product:hover .faradoran-home-product__image-wrap .woocommerce-placeholder,
	.adonis-home-product:hover .adonis-home-product__image-wrap .woocommerce-placeholder,
	.faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-wrap img,
	.adonis-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-wrap img,
	.faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-wrap .woocommerce-placeholder,
	.adonis-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-wrap .woocommerce-placeholder {
		transform: scale(1.02);
	}

	.faradoran-home-product__media:hover .faradoran-home-product__actions,
	.adonis-home-product__media:hover .adonis-home-product__actions,
	.faradoran-home-product__media:focus-within:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__actions,
	.adonis-home-product__media:focus-within:has(.adonis-home-product__action:focus-visible) .adonis-home-product__actions {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
}

@media (pointer: coarse) {
	.faradoran-home-product__actions, .adonis-home-product__actions {
		inset-inline: auto var(--faradoran-theme-space-2);
		inset-block-end: var(--faradoran-theme-space-2);
		justify-content: flex-end;
		gap: 0.75rem;
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	.faradoran-home-product__view, .adonis-home-product__view {
		display: none;
	}

	.faradoran-home-product__action--cart, .adonis-home-product__action--cart {
		min-inline-size: 2.75rem;
		min-block-size: 2.75rem;
		padding: 0.375rem;
	}
}

/* Brand story — dark emerald editorial panel */
.faradoran-home-brand, .adonis-home-brand {
	padding-block: var(--faradoran-theme-space-8);
	background-color: var(--faradoran-theme-color-ivory);
}

.faradoran-home-brand__panel, .adonis-home-brand__panel {
	position: relative;
	padding: var(--faradoran-theme-space-10) var(--faradoran-theme-space-8);
	border-radius: var(--faradoran-theme-radius-lg);
	background-color: var(--faradoran-theme-color-green-dark);
	color: var(--faradoran-theme-color-ivory);
	overflow: hidden;
}

.faradoran-home-brand__ornament--seal, .adonis-home-brand__ornament--seal {
	position: absolute;
	inset-block-start: var(--faradoran-theme-space-6);
	inset-inline-start: var(--faradoran-theme-space-6);
	inline-size: 2.5rem;
	block-size: 2.5rem;
	border: var(--faradoran-theme-border-width) solid var(--faradoran-theme-color-gold);
	border-radius: 50%;
	opacity: 0.4;
}

.faradoran-home-brand__layout, .adonis-home-brand__layout {
	display: grid;
	gap: var(--faradoran-theme-space-8);
	align-items: center;
}

.faradoran-home-brand__content, .adonis-home-brand__content {
	display: grid;
	gap: var(--faradoran-theme-space-4);
	max-inline-size: 36rem;
}

.faradoran-home-brand__eyebrow, .adonis-home-brand__eyebrow {
	margin: 0;
	color: var(--faradoran-theme-color-gold-light);
	font-size: var(--faradoran-theme-font-size-sm);
	font-weight: 600;
	letter-spacing: var(--faradoran-theme-letter-spacing-wide);
}

.faradoran-home-brand__title, .adonis-home-brand__title {
	margin: 0;
	font-size: var(--faradoran-theme-font-size-h2);
	line-height: var(--faradoran-theme-line-height-heading);
	color: var(--faradoran-theme-color-ivory);
}

.faradoran-home-brand__body, .adonis-home-brand__body {
	margin: 0;
	color: rgb(247 244 238 / 0.82);
	line-height: var(--faradoran-theme-line-height-base);
}

.faradoran-home-brand__action, .adonis-home-brand__action {
	margin: 0;
}

.faradoran-home-brand__media, .adonis-home-brand__media {
	display: block;
}

.faradoran-home-brand__image, .adonis-home-brand__image {
	display: block;
	inline-size: 100%;
	max-inline-size: 18rem;
	margin-inline: auto;
	aspect-ratio: 3 / 4;
	border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
	object-fit: cover;
	border: 2px solid var(--faradoran-theme-color-gold);
}

@media (min-width: 48rem) {
	.faradoran-home-brand__layout, .adonis-home-brand__layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr);
	}

	.faradoran-home-brand__image, .adonis-home-brand__image {
		margin-inline: 0;
	}
}

/* Trust cards */
.faradoran-home-trust, .adonis-home-trust {
	background-color: var(--faradoran-theme-color-white);
}

.faradoran-trust-grid, .adonis-trust-grid {
	display: grid;
	gap: var(--faradoran-theme-space-6);
	margin: 0;
	padding: 0;
	list-style: none;
}

.faradoran-trust-card, .adonis-trust-card {
	display: grid;
	gap: var(--faradoran-theme-space-3);
	padding: var(--faradoran-theme-space-6);
	border: var(--faradoran-theme-border-width) solid var(--faradoran-theme-color-border);
	border-radius: var(--faradoran-theme-radius-md);
	background-color: var(--faradoran-theme-color-ivory);
}

.faradoran-trust-card__title, .adonis-trust-card__title {
	margin: 0;
	font-size: var(--faradoran-theme-font-size-h4);
	line-height: var(--faradoran-theme-line-height-tight);
	color: var(--faradoran-theme-color-green);
}

.faradoran-trust-card__description, .adonis-trust-card__description {
	margin: 0;
	color: var(--faradoran-theme-color-text-muted);
	font-size: var(--faradoran-theme-font-size-sm);
	line-height: var(--faradoran-theme-line-height-base);
}

@media (min-width: 30rem) {
	.faradoran-trust-grid, .adonis-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 48rem) {
	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail), .adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) {
		--adonis-carousel-visible: 3;
		--adonis-carousel-gap: var(--faradoran-theme-space-4);
	}

	.faradoran-trust-grid, .adonis-trust-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail), .adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) {
		--adonis-carousel-visible: 4;
	}
}

@media (min-width: 80rem) {
	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail), .adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) {
		--adonis-carousel-visible: 5;
	}
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)),
	.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)) {
		--adonis-carousel-peek: 0.2;
	}

	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)):not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static),
	.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)):not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) {
		grid-template-columns: var(--adonis-carousel-nav-slot) minmax(0, 1fr) var(--adonis-carousel-nav-slot);
		column-gap: var(--adonis-carousel-nav-gap);
		--adonis-carousel-track-width: calc(100cqi - (2 * var(--adonis-carousel-nav-slot)) - (2 * var(--adonis-carousel-nav-gap)));
	}

	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)):not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .faradoran-home-products__nav-zone,
	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)):not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .adonis-home-products__nav-zone,
	.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)):not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .faradoran-home-products__nav-zone,
	.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):has(li.product:nth-child(6)):not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .adonis-home-products__nav-zone {
		display: flex;
	}
}

.faradoran-home-products__carousel--static,
.adonis-home-products__carousel--static,
.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):not(:has(li.product:nth-child(6))),
.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):not(:has(li.product:nth-child(6))) {
	--adonis-carousel-peek: 0;
	grid-template-columns: minmax(0, 1fr);
}

.faradoran-home-products__carousel--static .faradoran-home-products__nav-zone,
.faradoran-home-products__carousel--static .adonis-home-products__nav-zone,
.adonis-home-products__carousel--static .faradoran-home-products__nav-zone,
.adonis-home-products__carousel--static .adonis-home-products__nav-zone,
.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):not(:has(li.product:nth-child(6))) .faradoran-home-products__nav-zone,
.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):not(:has(li.product:nth-child(6))) .adonis-home-products__nav-zone,
.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):not(:has(li.product:nth-child(6))) .faradoran-home-products__nav-zone,
.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail):not(:has(li.product:nth-child(6))) .adonis-home-products__nav-zone {
	display: none;
}

@media (pointer: coarse) {
	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail), .adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) {
		--adonis-carousel-peek: 0;
		grid-template-columns: minmax(0, 1fr);
	}

	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) .faradoran-home-products__nav-zone,
	.faradoran-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) .adonis-home-products__nav-zone,
	.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) .faradoran-home-products__nav-zone,
	.adonis-home-products__carousel:not(.faradoran-rail):not(.adonis-rail) .adonis-home-products__nav-zone {
		display: none;
	}
}

/* Price-range budget rail */
.faradoran-home-price-ranges,
.adonis-home-price-ranges {
	background-color: var(--faradoran-theme-color-ivory);
}

.faradoran-home-price-ranges .faradoran-section__header,
.adonis-home-price-ranges .adonis-section__header {
	max-inline-size: none;
	margin-block-end: var(--faradoran-theme-space-5);
}

.faradoran-home-price-ranges__loop,
.adonis-home-price-ranges__loop {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--adonis-carousel-gap);
	margin: 0;
	padding: 0;
	inline-size: max-content;
	min-inline-size: 100%;
}

.faradoran-home-price-ranges__loop > .faradoran-rail__item,
.adonis-home-price-ranges__loop > .adonis-rail__item {
	flex: 0 0 var(--adonis-carousel-card-basis);
	scroll-snap-align: start;
	min-inline-size: 0;
}

.faradoran-price-range-card,
.adonis-price-range-card {
	margin: 0;
	block-size: 100%;
}

.faradoran-price-range-card__link,
.adonis-price-range-card__link {
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-3);
	color: inherit;
	text-decoration: none;
	block-size: 100%;
}

.faradoran-price-range-card__link:focus-visible,
.adonis-price-range-card__link:focus-visible {
	outline: var(--faradoran-theme-focus-ring);
	outline-offset: var(--faradoran-theme-focus-offset);
	border-radius: var(--faradoran-theme-radius-md);
}

.faradoran-price-range-card__media,
.adonis-price-range-card__media {
	display: block;
	inline-size: 100%;
}

.faradoran-price-range-card__image-wrap,
.adonis-price-range-card__image-wrap {
	position: relative;
	display: block;
	inline-size: 100%;
	overflow: hidden;
	border: var(--faradoran-theme-border-width) solid var(--faradoran-theme-color-border);
	border-radius: var(--faradoran-theme-radius-lg);
	background-color: var(--faradoran-theme-color-white);
	aspect-ratio: 1 / 1;
}

.faradoran-home-price-ranges--ratio-portrait .faradoran-price-range-card__image-wrap,
.adonis-home-price-ranges--ratio-portrait .adonis-price-range-card__image-wrap {
	aspect-ratio: 4 / 5;
}

.faradoran-home-price-ranges--ratio-landscape .faradoran-price-range-card__image-wrap,
.adonis-home-price-ranges--ratio-landscape .adonis-price-range-card__image-wrap {
	aspect-ratio: 4 / 3;
}

.faradoran-price-range-card__image,
.adonis-price-range-card__image,
.faradoran-price-range-card__placeholder,
.adonis-price-range-card__placeholder {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.faradoran-price-range-card__image-hover,
.adonis-price-range-card__image-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 220ms ease;
}

.faradoran-price-range-card__placeholder,
.adonis-price-range-card__placeholder {
	background:
		linear-gradient(145deg, var(--faradoran-theme-color-surface) 0%, var(--faradoran-theme-color-ivory) 100%);
}

.faradoran-price-range-card__label,
.adonis-price-range-card__label {
	margin: 0;
	color: var(--faradoran-theme-color-green);
	font-size: 0.8125rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	line-height: 1.5;
	text-align: center;
}

.faradoran-price-range-card__link:hover .faradoran-price-range-card__label,
.adonis-price-range-card__link:hover .adonis-price-range-card__label,
.faradoran-price-range-card__link:focus-visible .faradoran-price-range-card__label,
.adonis-price-range-card__link:focus-visible .adonis-price-range-card__label {
	color: var(--faradoran-theme-color-green-dark);
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-home-price-ranges--hover-zoom .faradoran-price-range-card__image-wrap img,
	.adonis-home-price-ranges--hover-zoom .adonis-price-range-card__image-wrap img {
		transition: transform 320ms ease-out;
	}

	.faradoran-home-price-ranges--hover-zoom .faradoran-price-range-card__link:hover .faradoran-price-range-card__image-wrap img,
	.adonis-home-price-ranges--hover-zoom .adonis-price-range-card__link:hover .adonis-price-range-card__image-wrap img,
	.faradoran-home-price-ranges--hover-zoom .faradoran-price-range-card__link:focus-visible .faradoran-price-range-card__image-wrap img,
	.adonis-home-price-ranges--hover-zoom .adonis-price-range-card__link:focus-visible .adonis-price-range-card__image-wrap img {
		transform: scale(1.03);
	}

	.faradoran-home-price-ranges--hover-image .faradoran-price-range-card__link:hover .faradoran-price-range-card__image-hover,
	.adonis-home-price-ranges--hover-image .adonis-price-range-card__link:hover .adonis-price-range-card__image-hover,
	.faradoran-home-price-ranges--hover-image .faradoran-price-range-card__link:focus-visible .faradoran-price-range-card__image-hover,
	.adonis-home-price-ranges--hover-image .adonis-price-range-card__link:focus-visible .adonis-price-range-card__image-hover {
		opacity: 1;
	}

	.faradoran-price-range-card__overlay,
	.adonis-price-range-card__overlay {
		position: absolute;
		inset: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: var(--faradoran-theme-space-3);
		background-color: color-mix(
			in srgb,
			var(--faradoran-banner-overlay-surface) calc(var(--faradoran-price-range-overlay-opacity, 0.4) * 100%),
			transparent
		);
		color: var(--faradoran-theme-color-white);
		opacity: 0;
		pointer-events: none;
		transition: opacity 220ms ease;
	}

	.faradoran-price-range-card__overlay-inner,
	.adonis-price-range-card__overlay-inner {
		inline-size: 100%;
		text-align: center;
	}

	.faradoran-price-range-card__overlay-text,
	.adonis-price-range-card__overlay-text {
		margin: 0;
		font-size: 0.875rem;
		font-weight: var(--faradoran-theme-font-weight-semibold);
		line-height: 1.5;
	}

	.faradoran-home-price-ranges--hover-overlay .faradoran-price-range-card__link:hover .faradoran-price-range-card__overlay,
	.faradoran-home-price-ranges--hover-overlay .faradoran-price-range-card__link:focus-visible .faradoran-price-range-card__overlay,
	.adonis-home-price-ranges--hover-overlay .adonis-price-range-card__link:hover .adonis-price-range-card__overlay,
	.adonis-home-price-ranges--hover-overlay .adonis-price-range-card__link:focus-visible .adonis-price-range-card__overlay {
		opacity: 1;
	}
}

@media (pointer: coarse) {
	.faradoran-home-price-ranges--hover-overlay .faradoran-price-range-card__overlay,
	.adonis-home-price-ranges--hover-overlay .adonis-price-range-card__overlay {
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.faradoran-home-categories .faradoran-category-card__link:hover .faradoran-category-card__title, .adonis-home-categories .adonis-category-card__link:hover .adonis-category-card__title,
	.faradoran-home-product__image-wrap, .adonis-home-product__image-wrap img,
	.faradoran-home-product__image-wrap, .adonis-home-product__image-wrap .woocommerce-placeholder,
	.faradoran-home-product__image-primary, .adonis-home-product__image-primary,
	.faradoran-home-product__image-hover, .adonis-home-product__image-hover,
	.faradoran-home-product__actions, .adonis-home-product__actions,
	.faradoran-home-product__action, .adonis-home-product__action,
	.faradoran-home-product__action-icon, .adonis-home-product__action-icon,
	.faradoran-home-products__track, .adonis-home-products__track,
	.faradoran-price-range-card__image-wrap img, .adonis-price-range-card__image-wrap img,
	.faradoran-price-range-card__overlay, .adonis-price-range-card__overlay {
		transition: none;
		transform: none;
		scroll-behavior: auto;
	}
}

/* Homepage variable product dialog */
.faradoran-home-variation-dialog, .adonis-home-variation-dialog {
	padding: 0;
	border: 0;
	background: transparent;
	max-inline-size: min(24rem, calc(100vw - 2rem));
	inline-size: 100%;
}

.faradoran-home-variation-dialog, .adonis-home-variation-dialog::backdrop {
	background: rgb(30 30 30 / 0.34);
}

.faradoran-home-variation-dialog__panel, .adonis-home-variation-dialog__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-4);
	padding: var(--faradoran-theme-space-5);
	border: 1px solid var(--faradoran-theme-color-border);
	border-radius: var(--faradoran-theme-radius-lg);
	background: var(--faradoran-theme-color-white);
	box-shadow: 0 18px 40px rgb(30 30 30 / 0.12);
	color: var(--faradoran-theme-color-text);
}

.faradoran-home-variation-dialog__close, .adonis-home-variation-dialog__close {
	position: absolute;
	inset-block-start: var(--faradoran-theme-space-3);
	inset-inline-end: var(--faradoran-theme-space-3);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 2rem;
	block-size: 2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--faradoran-theme-color-green-dark);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.faradoran-home-variation-dialog__close:hover, .adonis-home-variation-dialog__close:hover,
.faradoran-home-variation-dialog__close:focus-visible, .adonis-home-variation-dialog__close:focus-visible {
	color: var(--faradoran-theme-color-gold);
}

.faradoran-home-variation-dialog__header, .adonis-home-variation-dialog__header {
	display: flex;
	align-items: center;
	gap: var(--faradoran-theme-space-3);
	padding-inline-end: 2rem;
}

.faradoran-home-variation-dialog__thumb, .adonis-home-variation-dialog__thumb {
	flex-shrink: 0;
	inline-size: 4rem;
	block-size: 4rem;
	border-radius: var(--faradoran-theme-radius-md);
	object-fit: cover;
	background: var(--faradoran-theme-color-surface);
}

.faradoran-home-variation-dialog__title, .adonis-home-variation-dialog__title {
	margin: 0;
	font-size: 1rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	line-height: 1.5;
	color: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-variation-dialog__status, .adonis-home-variation-dialog__status {
	font-size: 0.875rem;
	color: var(--faradoran-theme-color-text-muted);
}

.faradoran-home-variation-dialog__error, .adonis-home-variation-dialog__error {
	color: var(--faradoran-theme-color-error);
}

.faradoran-home-variation-dialog__body, .adonis-home-variation-dialog__body {
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-4);
}

.faradoran-home-variation-dialog__attribute, .adonis-home-variation-dialog__attribute {
	margin: 0;
	padding: 0;
	border: 0;
}

.faradoran-home-variation-dialog__attribute-label, .adonis-home-variation-dialog__attribute-label {
	margin-block-end: var(--faradoran-theme-space-2);
	font-size: 0.8125rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-variation-dialog__options, .adonis-home-variation-dialog__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.faradoran-home-variation-dialog__option, .adonis-home-variation-dialog__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 2.25rem;
	padding: 0.35rem 0.75rem;
	border: 1px solid var(--faradoran-theme-color-border);
	border-radius: 999px;
	background: var(--faradoran-theme-color-ivory);
	color: var(--faradoran-theme-color-green-dark);
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: var(--faradoran-theme-font-weight-medium);
	line-height: 1.3;
	cursor: pointer;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		color 180ms ease;
}

.faradoran-home-variation-dialog__option:hover, .adonis-home-variation-dialog__option:hover,
.faradoran-home-variation-dialog__option:focus-visible, .adonis-home-variation-dialog__option:focus-visible {
	border-color: var(--faradoran-theme-color-gold);
	color: var(--faradoran-theme-color-gold);
}

.faradoran-home-variation-dialog__option, .adonis-home-variation-dialog__option.is-selected {
	border-color: var(--faradoran-theme-color-green);
	background: rgb(77 101 85 / 0.08);
	color: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-variation-dialog__option, .adonis-home-variation-dialog__option[aria-disabled="true"],
.faradoran-home-variation-dialog__option, .adonis-home-variation-dialog__option:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.faradoran-home-variation-dialog__price-wrap, .adonis-home-variation-dialog__price-wrap {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.faradoran-home-variation-dialog__price-label, .adonis-home-variation-dialog__price-label {
	font-size: 0.8125rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-variation-dialog__price, .adonis-home-variation-dialog__price {
	font-size: 0.9375rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-text);
}

.faradoran-home-variation-dialog__price, .adonis-home-variation-dialog__price .woocommerce-Price-amount {
	font-family: inherit;
}

.faradoran-home-variation-dialog__price--placeholder, .adonis-home-variation-dialog__price--placeholder {
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: var(--faradoran-theme-font-weight-medium);
	color: var(--faradoran-theme-color-text-muted);
}

.faradoran-home-variation-dialog__footer, .adonis-home-variation-dialog__footer {
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-2);
}

.faradoran-home-variation-dialog__submit, .adonis-home-variation-dialog__submit {
	inline-size: 100%;
	min-block-size: 2.75rem;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: var(--faradoran-theme-radius-md);
	background: var(--faradoran-theme-color-green);
	color: var(--faradoran-theme-color-white);
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	cursor: pointer;
	transition: background-color 180ms ease, opacity 180ms ease;
}

.faradoran-home-variation-dialog__submit:hover:not(:disabled), .adonis-home-variation-dialog__submit:hover:not(:disabled),
.faradoran-home-variation-dialog__submit:focus-visible:not(:disabled), .adonis-home-variation-dialog__submit:focus-visible:not(:disabled) {
	background: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-variation-dialog__submit, .adonis-home-variation-dialog__submit:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.faradoran-home-variation-dialog__fallback, .adonis-home-variation-dialog__fallback {
	font-size: 0.8125rem;
	text-align: center;
	color: var(--faradoran-theme-color-green);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.faradoran-home-variation-dialog__fallback:hover, .adonis-home-variation-dialog__fallback:hover,
.faradoran-home-variation-dialog__fallback:focus-visible, .adonis-home-variation-dialog__fallback:focus-visible {
	color: var(--faradoran-theme-color-gold);
}

@media (max-width: 40rem) {
	.faradoran-home-variation-dialog, .adonis-home-variation-dialog {
		margin-block: auto var(--faradoran-theme-space-3);
		max-inline-size: calc(100vw - 1rem);
	}

	.faradoran-home-variation-dialog__panel, .adonis-home-variation-dialog__panel {
		padding: var(--faradoran-theme-space-4);
		padding-block-end: calc(var(--faradoran-theme-space-4) + var(--faradoran-theme-safe-area-bottom));
	}
}

/* Homepage product quick view dialog */
.faradoran-home-quick-view-dialog, .adonis-home-quick-view-dialog {
	padding: 0;
	border: 0;
	background: transparent;
	max-inline-size: min(44rem, calc(100vw - 2rem));
	inline-size: 100%;
}

.faradoran-home-quick-view-dialog, .adonis-home-quick-view-dialog::backdrop {
	background: rgb(30 30 30 / 0.34);
}

.faradoran-home-quick-view-dialog__panel, .adonis-home-quick-view-dialog__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-4);
	padding: var(--faradoran-theme-space-5);
	border: 1px solid var(--faradoran-theme-color-border);
	border-radius: var(--faradoran-theme-radius-lg);
	background: var(--faradoran-theme-color-white);
	box-shadow: 0 18px 40px rgb(30 30 30 / 0.12);
	color: var(--faradoran-theme-color-text);
}

.faradoran-home-quick-view-dialog__close, .adonis-home-quick-view-dialog__close {
	position: absolute;
	inset-block-start: var(--faradoran-theme-space-3);
	inset-inline-end: var(--faradoran-theme-space-3);
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: var(--faradoran-theme-touch-target);
	block-size: var(--faradoran-theme-touch-target);
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--faradoran-theme-color-green-dark);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.faradoran-home-quick-view-dialog__close:hover, .adonis-home-quick-view-dialog__close:hover,
.faradoran-home-quick-view-dialog__close:focus-visible, .adonis-home-quick-view-dialog__close:focus-visible {
	color: var(--faradoran-theme-color-gold);
}

.faradoran-home-quick-view-dialog__status, .adonis-home-quick-view-dialog__status {
	font-size: 0.875rem;
	color: var(--faradoran-theme-color-text-muted);
}

.faradoran-home-quick-view-dialog__error, .adonis-home-quick-view-dialog__error {
	color: var(--faradoran-theme-color-error);
}

.faradoran-home-quick-view-dialog__body, .adonis-home-quick-view-dialog__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--faradoran-theme-space-4);
}

.faradoran-home-quick-view-dialog__media, .adonis-home-quick-view-dialog__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--faradoran-theme-space-3);
	border-radius: var(--faradoran-theme-radius-md);
	background: var(--faradoran-theme-color-ivory);
}

.faradoran-home-quick-view-dialog__image, .adonis-home-quick-view-dialog__image {
	display: block;
	inline-size: 100%;
	max-inline-size: 18rem;
	block-size: auto;
	max-block-size: 18rem;
	margin-inline: auto;
	border-radius: var(--faradoran-theme-radius-md);
	object-fit: contain;
}

.faradoran-home-quick-view-dialog__content, .adonis-home-quick-view-dialog__content {
	display: flex;
	flex-direction: column;
	gap: var(--faradoran-theme-space-3);
}

.faradoran-home-quick-view-dialog__title, .adonis-home-quick-view-dialog__title {
	margin: 0;
	padding-inline-end: 2rem;
	font-size: 1.125rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	line-height: 1.5;
	color: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-quick-view-dialog__price, .adonis-home-quick-view-dialog__price {
	font-size: 0.9375rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-text);
}

.faradoran-home-quick-view-dialog__price, .adonis-home-quick-view-dialog__price .woocommerce-Price-amount {
	font-family: inherit;
}

.faradoran-home-quick-view-dialog__description, .adonis-home-quick-view-dialog__description {
	font-size: 0.875rem;
	line-height: 1.7;
	color: var(--faradoran-theme-color-text-muted);
}

.faradoran-home-quick-view-dialog__description, .adonis-home-quick-view-dialog__description p {
	margin: 0;
}

.faradoran-home-quick-view-dialog__description, .adonis-home-quick-view-dialog__description p + p {
	margin-block-start: 0.75rem;
}

.faradoran-home-quick-view-dialog__attributes, .adonis-home-quick-view-dialog__attributes {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
}

.faradoran-home-quick-view-dialog__attributes-heading, .adonis-home-quick-view-dialog__attributes-heading {
	margin-block-end: 0.25rem;
	font-size: 0.8125rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-quick-view-dialog__attribute, .adonis-home-quick-view-dialog__attribute {
	display: grid;
	grid-template-columns: minmax(5rem, auto) minmax(0, 1fr);
	gap: 0.5rem 0.75rem;
	margin: 0;
}

.faradoran-home-quick-view-dialog__attribute-label, .adonis-home-quick-view-dialog__attribute-label,
.faradoran-home-quick-view-dialog__attribute-value, .adonis-home-quick-view-dialog__attribute-value {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.faradoran-home-quick-view-dialog__attribute-label, .adonis-home-quick-view-dialog__attribute-label {
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-green-dark);
}

.faradoran-home-quick-view-dialog__attribute-value, .adonis-home-quick-view-dialog__attribute-value {
	color: var(--faradoran-theme-color-text);
}

.faradoran-home-quick-view-dialog__footer, .adonis-home-quick-view-dialog__footer {
	display: flex;
	justify-content: flex-start;
}

.faradoran-home-quick-view-dialog__cta, .adonis-home-quick-view-dialog__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.875rem;
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-green);
	text-decoration: none;
}

.faradoran-home-quick-view-dialog__cta, .adonis-home-quick-view-dialog__cta::before {
	content: "←";
	font-size: 0.9375rem;
	line-height: 1;
}

.faradoran-home-quick-view-dialog__cta:hover, .adonis-home-quick-view-dialog__cta:hover,
.faradoran-home-quick-view-dialog__cta:focus-visible, .adonis-home-quick-view-dialog__cta:focus-visible {
	color: var(--faradoran-theme-color-gold);
}

@media (min-width: 40rem) {
	.faradoran-home-quick-view-dialog__body, .adonis-home-quick-view-dialog__body {
		grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr);
		align-items: start;
		gap: var(--faradoran-theme-space-5);
	}

	.faradoran-home-quick-view-dialog__media, .adonis-home-quick-view-dialog__media {
		min-block-size: 100%;
	}
}

@media (max-width: 40rem) {
	.faradoran-home-quick-view-dialog, .adonis-home-quick-view-dialog {
		margin-block: auto var(--faradoran-theme-space-3);
		max-inline-size: calc(100vw - 1rem);
	}

	.faradoran-home-quick-view-dialog__panel, .adonis-home-quick-view-dialog__panel {
		padding: var(--faradoran-theme-space-4);
		padding-block-end: calc(var(--faradoran-theme-space-4) + var(--faradoran-theme-safe-area-bottom));
	}
}

/* Presentation-driven product rails (dynamic product bars) */
.faradoran-rail.faradoran-home-products__carousel,
.adonis-rail.adonis-home-products__carousel {
	--faradoran-rail-visible: var(--faradoran-rail-visible-mobile, 2);
	--adonis-carousel-visible: var(--faradoran-rail-visible);
	--adonis-carousel-peek: var(--faradoran-rail-peek, 0);
	--adonis-carousel-gap: var(--faradoran-rail-gap, var(--faradoran-theme-space-4));
	--adonis-carousel-peek-gap: min(1, calc(var(--adonis-carousel-peek) * 1000));
}

@media (min-width: 48rem) {
	.faradoran-rail.faradoran-home-products__carousel,
	.adonis-rail.adonis-home-products__carousel {
		--faradoran-rail-visible: var(--faradoran-rail-visible-tablet, 3);
	}
}

@media (min-width: 64rem) {
	.faradoran-rail.faradoran-home-products__carousel,
	.adonis-rail.adonis-home-products__carousel {
		--faradoran-rail-visible: var(--faradoran-rail-visible-desktop, 5);
	}
}

.faradoran-rail.faradoran-home-products--ratio-landscape .faradoran-home-product__media,
.faradoran-rail.faradoran-home-products--ratio-landscape .adonis-home-product__media,
.adonis-rail.adonis-home-products--ratio-landscape .faradoran-home-product__media,
.adonis-rail.adonis-home-products--ratio-landscape .adonis-home-product__media {
	aspect-ratio: 4 / 3;
}

.faradoran-rail .faradoran-home-product__image-layer img,
.faradoran-rail .adonis-home-product__image-layer img,
.adonis-rail .faradoran-home-product__image-layer img,
.adonis-rail .adonis-home-product__image-layer img,
.faradoran-rail .faradoran-home-product__image-layer .woocommerce-placeholder,
.faradoran-rail .adonis-home-product__image-layer .woocommerce-placeholder,
.adonis-rail .faradoran-home-product__image-layer .woocommerce-placeholder,
.adonis-rail .adonis-home-product__image-layer .woocommerce-placeholder {
	object-fit: cover;
}

.faradoran-rail__header--align-start,
.adonis-rail__header--align-start {
	justify-content: flex-start;
	text-align: start;
}

.faradoran-rail__header--align-center,
.adonis-rail__header--align-center {
	justify-content: center;
	text-align: center;
}

.faradoran-rail__header--align-end,
.adonis-rail__header--align-end {
	justify-content: flex-end;
	text-align: end;
}

.faradoran-rail__header--align-start .faradoran-section__title--ornate::after,
.faradoran-rail__header--align-start .adonis-section__title--ornate::after,
.adonis-rail__header--align-start .faradoran-section__title--ornate::after,
.adonis-rail__header--align-start .adonis-section__title--ornate::after {
	margin-inline: 0;
}

.faradoran-rail__header--align-end .faradoran-section__title--ornate::after,
.faradoran-rail__header--align-end .adonis-section__title--ornate::after,
.adonis-rail__header--align-end .faradoran-section__title--ornate::after,
.adonis-rail__header--align-end .adonis-section__title--ornate::after {
	margin-inline-start: auto;
	margin-inline-end: 0;
}

.faradoran-rail__title--size-sm,
.adonis-rail__title--size-sm {
	font-size: var(--faradoran-theme-font-size-sm);
}

.faradoran-rail__title--size-md,
.adonis-rail__title--size-md {
	font-size: var(--faradoran-theme-font-size-h4);
}

.faradoran-rail__title--size-lg,
.adonis-rail__title--size-lg {
	font-size: var(--faradoran-theme-font-size-h3);
}

.faradoran-rail__title--weight-regular,
.adonis-rail__title--weight-regular {
	font-weight: var(--faradoran-theme-font-weight-regular);
}

.faradoran-rail__title--weight-medium,
.adonis-rail__title--weight-medium {
	font-weight: var(--faradoran-theme-font-weight-medium);
}

.faradoran-rail__title--weight-semibold,
.adonis-rail__title--weight-semibold {
	font-weight: var(--faradoran-theme-font-weight-semibold);
}

.faradoran-rail__title--weight-bold,
.adonis-rail__title--weight-bold {
	font-weight: var(--faradoran-theme-font-weight-bold);
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-rail.faradoran-home-products--hover-zoom .faradoran-home-product__image-wrap img,
	.faradoran-rail.faradoran-home-products--hover-zoom .adonis-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .faradoran-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .adonis-home-product__image-wrap img,
	.faradoran-rail.faradoran-home-products--hover-zoom .faradoran-home-product__image-wrap .woocommerce-placeholder,
	.faradoran-rail.faradoran-home-products--hover-zoom .adonis-home-product__image-wrap .woocommerce-placeholder,
	.adonis-rail.adonis-home-products--hover-zoom .faradoran-home-product__image-wrap .woocommerce-placeholder,
	.adonis-rail.adonis-home-products--hover-zoom .adonis-home-product__image-wrap .woocommerce-placeholder {
		transition: transform 320ms ease-out;
	}

	.faradoran-rail.faradoran-home-products--hover-zoom .faradoran-home-product:hover .faradoran-home-product__image-wrap img,
	.faradoran-rail.faradoran-home-products--hover-zoom .faradoran-home-product:hover .adonis-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .faradoran-home-product:hover .faradoran-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .adonis-home-product:hover .adonis-home-product__image-wrap img,
	.faradoran-rail.faradoran-home-products--hover-zoom .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-wrap img,
	.faradoran-rail.faradoran-home-products--hover-zoom .faradoran-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .adonis-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-wrap img {
		transform: scale(1.05);
	}
}

.faradoran-rail.faradoran-home-products--hover-image,
.adonis-rail.adonis-home-products--hover-image {
	opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:hover .faradoran-home-product__image-primary,
	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:hover .adonis-home-product__image-primary,
	.adonis-rail.adonis-home-products--hover-image .faradoran-home-product:hover .faradoran-home-product__image-primary,
	.adonis-rail.adonis-home-products--hover-image .adonis-home-product:hover .adonis-home-product__image-primary,
	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-primary,
	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-primary,
	.adonis-rail.adonis-home-products--hover-image .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-primary,
	.adonis-rail.adonis-home-products--hover-image .adonis-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-primary {
		opacity: 0;
	}

	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:hover .faradoran-home-product__image-hover,
	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:hover .adonis-home-product__image-hover,
	.adonis-rail.adonis-home-products--hover-image .faradoran-home-product:hover .faradoran-home-product__image-hover,
	.adonis-rail.adonis-home-products--hover-image .adonis-home-product:hover .adonis-home-product__image-hover,
	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-hover,
	.faradoran-rail.faradoran-home-products--hover-image .faradoran-home-product:has(.adonis-home-product__action:focus-visible) .adonis-home-product__image-hover,
	.adonis-rail.adonis-home-products--hover-image .faradoran-home-product:has(.faradoran-home-product__action:focus-visible) .faradoran-home-product__image-hover,
	.adonis-rail.adonis-home-products--hover-image .adonis-home-product:has(.faradoran-home-product__action:focus-visible) .adonis-home-product__image-hover {
		opacity: 1;
	}
}

@media (hover: hover) and (pointer: fine) {
	.faradoran-rail.faradoran-rail--nav-enabled:not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static),
	.adonis-rail.adonis-rail--nav-enabled:not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) {
		grid-template-columns: var(--adonis-carousel-nav-slot) minmax(0, 1fr) var(--adonis-carousel-nav-slot);
		column-gap: var(--adonis-carousel-nav-gap);
		--adonis-carousel-track-width: calc(100cqi - (2 * var(--adonis-carousel-nav-slot)) - (2 * var(--adonis-carousel-nav-gap)));
	}

	.faradoran-rail.faradoran-rail--nav-enabled:not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .faradoran-home-products__nav-zone,
	.faradoran-rail.faradoran-rail--nav-enabled:not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .adonis-home-products__nav-zone,
	.adonis-rail.adonis-rail--nav-enabled:not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .faradoran-home-products__nav-zone,
	.adonis-rail.adonis-rail--nav-enabled:not(.faradoran-home-products__carousel--static, .adonis-home-products__carousel--static) .adonis-home-products__nav-zone {
		display: flex;
	}
}

.faradoran-rail.faradoran-home-products__carousel--static,
.adonis-rail.adonis-home-products__carousel--static,
.faradoran-rail:not(.faradoran-rail--nav-enabled),
.adonis-rail:not(.adonis-rail--nav-enabled) {
	grid-template-columns: minmax(0, 1fr);
}

.faradoran-rail.faradoran-home-products__carousel--static .faradoran-home-products__nav-zone,
.faradoran-rail.faradoran-home-products__carousel--static .adonis-home-products__nav-zone,
.adonis-rail.adonis-home-products__carousel--static .faradoran-home-products__nav-zone,
.adonis-rail.adonis-home-products__carousel--static .adonis-home-products__nav-zone,
.faradoran-rail:not(.faradoran-rail--nav-enabled) .faradoran-home-products__nav-zone,
.faradoran-rail:not(.faradoran-rail--nav-enabled) .adonis-home-products__nav-zone,
.adonis-rail:not(.adonis-rail--nav-enabled) .faradoran-home-products__nav-zone,
.adonis-rail:not(.adonis-rail--nav-enabled) .adonis-home-products__nav-zone {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.faradoran-rail.faradoran-home-products--hover-zoom .faradoran-home-product__image-wrap img,
	.faradoran-rail.faradoran-home-products--hover-zoom .adonis-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .faradoran-home-product__image-wrap img,
	.adonis-rail.adonis-home-products--hover-zoom .adonis-home-product__image-wrap img {
		transition: none;
		transform: none;
	}
}

.faradoran-home-faq, .adonis-home-faq {
	padding-block: var(--faradoran-theme-space-10);
}

.faradoran-faq-accordion, .adonis-faq-accordion {
	display: grid;
	gap: 0;
	border-block-start: var(--faradoran-theme-border-width) solid color-mix(in srgb, var(--faradoran-theme-color-ink) 12%, transparent);
}

.faradoran-faq-accordion__item, .adonis-faq-accordion__item {
	border-block-end: var(--faradoran-theme-border-width) solid color-mix(in srgb, var(--faradoran-theme-color-ink) 12%, transparent);
}

.faradoran-faq-accordion__question, .adonis-faq-accordion__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--faradoran-theme-space-4);
	padding-block: var(--faradoran-theme-space-4);
	min-block-size: 2.75rem;
	font-size: var(--faradoran-theme-font-size-sm);
	font-weight: var(--faradoran-theme-font-weight-semibold);
	color: var(--faradoran-theme-color-ink);
	cursor: pointer;
	list-style: none;
	direction: rtl;
	text-align: start;
}

.faradoran-faq-accordion__question::-webkit-details-marker,
.adonis-faq-accordion__question::-webkit-details-marker {
	display: none;
}

.faradoran-faq-accordion__question-text, .adonis-faq-accordion__question-text {
	flex: 1 1 auto;
	min-inline-size: 0;
}

.faradoran-faq-accordion__icon, .adonis-faq-accordion__icon {
	flex: 0 0 0.75rem;
	inline-size: 0.75rem;
	block-size: 0.75rem;
	border-inline-end: 2px solid currentcolor;
	border-block-end: 2px solid currentcolor;
	transform: rotate(-45deg);
	transition: transform 200ms ease;
	opacity: 0.72;
}

.faradoran-faq-accordion__item[open] .faradoran-faq-accordion__icon,
.adonis-faq-accordion__item[open] .adonis-faq-accordion__icon {
	transform: rotate(45deg);
}

.faradoran-faq-accordion__answer, .adonis-faq-accordion__answer {
	padding-block: 0 var(--faradoran-theme-space-4);
}

.faradoran-faq-accordion__answer-text, .adonis-faq-accordion__answer-text {
	margin: 0;
	max-inline-size: 48rem;
	color: color-mix(in srgb, var(--faradoran-theme-color-ink) 82%, transparent);
	font-size: var(--faradoran-theme-font-size-sm);
	line-height: 1.75;
	direction: rtl;
	text-align: start;
	white-space: pre-line;
}

.faradoran-faq-accordion--page, .adonis-faq-accordion--page {
	margin-block-start: var(--faradoran-theme-space-6);
}

.faradoran-faq-section__header--align-start,
.adonis-faq-section__header--align-start,
.faradoran-faq-section__title--align-start,
.adonis-faq-section__title--align-start {
	text-align: start;
}

.faradoran-faq-section__header--align-center,
.adonis-faq-section__header--align-center,
.faradoran-faq-section__title--align-center,
.adonis-faq-section__title--align-center {
	text-align: center;
}

.faradoran-faq-section__header--align-end,
.adonis-faq-section__header--align-end,
.faradoran-faq-section__title--align-end,
.adonis-faq-section__title--align-end {
	text-align: end;
}

.faradoran-faq-section__title--size-sm, .adonis-faq-section__title--size-sm { font-size: var(--faradoran-theme-font-size-md); }
.faradoran-faq-section__title--size-md, .adonis-faq-section__title--size-md { font-size: var(--faradoran-theme-font-size-lg); }
.faradoran-faq-section__title--size-lg, .adonis-faq-section__title--size-lg { font-size: var(--faradoran-theme-font-size-xl); }

.faradoran-faq-section__title--weight-regular, .adonis-faq-section__title--weight-regular { font-weight: var(--faradoran-theme-font-weight-regular); }
.faradoran-faq-section__title--weight-medium, .adonis-faq-section__title--weight-medium { font-weight: var(--faradoran-theme-font-weight-medium); }
.faradoran-faq-section__title--weight-semibold, .adonis-faq-section__title--weight-semibold { font-weight: var(--faradoran-theme-font-weight-semibold); }
.faradoran-faq-section__title--weight-bold, .adonis-faq-section__title--weight-bold { font-weight: var(--faradoran-theme-font-weight-bold); }

.faradoran-faq-accordion--layout-two_column,
.adonis-faq-accordion--layout-two_column {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: var(--faradoran-theme-space-8);
}

.faradoran-faq-accordion__question--weight-regular, .adonis-faq-accordion__question--weight-regular { font-weight: var(--faradoran-theme-font-weight-regular); }
.faradoran-faq-accordion__question--weight-medium, .adonis-faq-accordion__question--weight-medium { font-weight: var(--faradoran-theme-font-weight-medium); }
.faradoran-faq-accordion__question--weight-semibold, .adonis-faq-accordion__question--weight-semibold { font-weight: var(--faradoran-theme-font-weight-semibold); }

.faradoran-faq-accordion--icon-plus_minus .faradoran-faq-accordion__icon,
.adonis-faq-accordion--icon-plus_minus .adonis-faq-accordion__icon {
	border: none;
	inline-size: 1rem;
	block-size: 1rem;
	position: relative;
	transform: none;
	opacity: 1;
}

.faradoran-faq-accordion--icon-plus_minus .faradoran-faq-accordion__icon::before,
.faradoran-faq-accordion--icon-plus_minus .faradoran-faq-accordion__icon::after,
.adonis-faq-accordion--icon-plus_minus .adonis-faq-accordion__icon::before,
.adonis-faq-accordion--icon-plus_minus .adonis-faq-accordion__icon::after {
	content: '';
	position: absolute;
	inset-inline-start: 50%;
	inset-block-start: 50%;
	background: currentcolor;
	transform: translate(-50%, -50%);
}

.faradoran-faq-accordion--icon-plus_minus .faradoran-faq-accordion__icon::before,
.adonis-faq-accordion--icon-plus_minus .adonis-faq-accordion__icon::before {
	inline-size: 0.75rem;
	block-size: 2px;
}

.faradoran-faq-accordion--icon-plus_minus .faradoran-faq-accordion__icon::after,
.adonis-faq-accordion--icon-plus_minus .adonis-faq-accordion__icon::after {
	inline-size: 2px;
	block-size: 0.75rem;
	transition: transform 200ms ease, opacity 200ms ease;
}

.faradoran-faq-accordion--icon-plus_minus .faradoran-faq-accordion__item[open] .faradoran-faq-accordion__icon::after,
.adonis-faq-accordion--icon-plus_minus .adonis-faq-accordion__item[open] .adonis-faq-accordion__icon::after {
	transform: translate(-50%, -50%) scaleY(0);
	opacity: 0;
}

.faradoran-faq-filters, .adonis-faq-filters {
	display: flex;
	flex-wrap: wrap;
	gap: var(--faradoran-theme-space-2);
	margin-block-end: var(--faradoran-theme-space-6);
	direction: rtl;
}

.faradoran-faq-filters__button, .adonis-faq-filters__button {
	border: var(--faradoran-theme-border-width) solid color-mix(in srgb, var(--faradoran-theme-color-ink) 16%, transparent);
	background: transparent;
	color: var(--faradoran-theme-color-ink);
	border-radius: 999px;
	padding: 0.4rem 0.9rem;
	font-size: var(--faradoran-theme-font-size-sm);
	cursor: pointer;
}

.faradoran-faq-filters__button.is-active,
.adonis-faq-filters__button.is-active,
.faradoran-faq-filters__button:hover,
.faradoran-faq-filters__button:focus-visible,
.adonis-faq-filters__button:hover,
.adonis-faq-filters__button:focus-visible {
	border-color: var(--faradoran-theme-color-green);
	color: var(--faradoran-theme-color-green);
}

.faradoran-faq-accordion__limit-actions, .adonis-faq-accordion__limit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--faradoran-theme-space-3);
	justify-content: center;
	margin-block-start: var(--faradoran-theme-space-6);
}

.faradoran-faq-cta, .adonis-faq-cta {
	margin-block-start: var(--faradoran-theme-space-8);
	padding: var(--faradoran-theme-space-6);
	border: var(--faradoran-theme-border-width) solid color-mix(in srgb, var(--faradoran-theme-color-ink) 12%, transparent);
	border-radius: var(--faradoran-theme-radius-md);
	text-align: center;
	direction: rtl;
}

.faradoran-faq-cta__title, .adonis-faq-cta__title {
	margin: 0 0 var(--faradoran-theme-space-3);
	font-size: var(--faradoran-theme-font-size-md);
}

.faradoran-faq-cta__text, .adonis-faq-cta__text {
	margin: 0 0 var(--faradoran-theme-space-4);
	color: color-mix(in srgb, var(--faradoran-theme-color-ink) 78%, transparent);
}

.faradoran-faq-cta__link, .adonis-faq-cta__link {
	display: inline-flex;
	min-block-size: 2.75rem;
	align-items: center;
	justify-content: center;
}

@media (max-width: 63.99rem) {
	.faradoran-faq-accordion--layout-two_column,
	.adonis-faq-accordion--layout-two_column {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 24.99rem) {
	.faradoran-faq-cta__link, .adonis-faq-cta__link {
		inline-size: 100%;
	}
}

.faradoran-newsletter-section, .adonis-newsletter-section {
	padding-block: var(--faradoran-theme-space-12);
}

.faradoran-newsletter-section__description, .adonis-newsletter-section__description {
	margin-block: var(--faradoran-theme-space-3) 0;
	color: var(--faradoran-theme-color-text-muted);
	max-inline-size: 42rem;
}

.faradoran-newsletter-section__header--align-start,
.adonis-newsletter-section__header--align-start,
.faradoran-newsletter-section__title--align-start,
.adonis-newsletter-section__title--align-start { text-align: start; }

.faradoran-newsletter-section__header--align-center,
.adonis-newsletter-section__header--align-center,
.faradoran-newsletter-section__title--align-center,
.adonis-newsletter-section__title--align-center { text-align: center; margin-inline: auto; }

.faradoran-newsletter-section__header--align-end,
.adonis-newsletter-section__header--align-end,
.faradoran-newsletter-section__title--align-end,
.adonis-newsletter-section__title--align-end { text-align: end; margin-inline-start: auto; }

.faradoran-newsletter-form__fields, .adonis-newsletter-form__fields {
	display: grid;
	gap: var(--faradoran-theme-space-3);
	margin-block-start: var(--faradoran-theme-space-6);
}

.faradoran-newsletter-form__field, .adonis-newsletter-form__field {
	margin: 0;
}

.faradoran-newsletter-form__input, .adonis-newsletter-form__input {
	inline-size: 100%;
	min-block-size: 2.75rem;
	padding-inline: var(--faradoran-theme-space-4);
	border: 1px solid var(--faradoran-theme-color-border);
	border-radius: var(--faradoran-theme-radius-sm);
	background: var(--faradoran-theme-color-surface);
}

.faradoran-newsletter-form__submit, .adonis-newsletter-form__submit {
	inline-size: 100%;
	min-block-size: 2.75rem;
}

.faradoran-newsletter-form__honeypot, .adonis-newsletter-form__honeypot {
	position: absolute;
	inset-inline-start: -9999px;
	block-size: 1px;
	inline-size: 1px;
	overflow: hidden;
}

.faradoran-newsletter-form__feedback, .adonis-newsletter-form__feedback {
	margin-block-start: var(--faradoran-theme-space-3);
	min-block-size: 1.25rem;
}

.faradoran-newsletter-form__feedback.is-success,
.adonis-newsletter-form__feedback.is-success {
	color: var(--faradoran-theme-color-success, #1f6b3a);
}

.faradoran-newsletter-form__feedback.is-error,
.adonis-newsletter-form__feedback.is-error {
	color: var(--faradoran-theme-color-danger, #b42318);
}

@media (min-width: 48rem) {
	.faradoran-newsletter-form--homepage .faradoran-newsletter-form__fields,
	.adonis-newsletter-form--homepage .adonis-newsletter-form__fields {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
		align-items: end;
	}

	.faradoran-newsletter-form--homepage .faradoran-newsletter-form__field--submit,
	.adonis-newsletter-form--homepage .adonis-newsletter-form__field--submit {
		min-inline-size: 8rem;
	}
}
