/**
 * redefined.homes — visual motion + premium homepage/footer presence.
 * Uses CSS logical properties for LTR/RTL.
 */

:root {
	--rh-white: #ffffff;
	--rh-ink: #0a0a0a;
	--rh-gold: #c8a96e;
	--rh-muted: #888888;
	--rh-surface: #f5f5f5;
	--rh-cream: #f7f5f2;
	--rh-paper: #faf9f7;
	--rh-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--rh-ambient-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.04 0 0 0 0 0.04 0 0 0 0 0.04 0 0 0 0.45 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	--rh-ambient-lines: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72'%3E%3Cpath d='M36 0v72M0 36h72' stroke='%23C8A96E' stroke-opacity='0.07' stroke-width='0.5' fill='none'/%3E%3C/svg%3E");
	--rh-ambient-dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='2' cy='2' r='0.55' fill='%230A0A0A' fill-opacity='0.055'/%3E%3C/svg%3E");
}

/* —— Site-wide ambient atmosphere (luxury, quiet) —— */
body {
	background-color: var(--rh-paper);
	background-image:
		radial-gradient(ellipse 90% 55% at 8% -5%, rgba(200, 169, 110, 0.075), transparent 58%),
		radial-gradient(ellipse 70% 45% at 100% 12%, rgba(247, 245, 242, 0.95), transparent 52%),
		radial-gradient(ellipse 55% 40% at 50% 100%, rgba(200, 169, 110, 0.04), transparent 60%),
		var(--rh-ambient-dots);
	background-attachment: scroll;
}

#wrapper,
#main,
.page-wrapper {
	position: relative;
	z-index: 1;
}

.rh-ambient {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	contain: strict;
}

.rh-ambient__grain,
.rh-ambient__glow,
.rh-ambient__veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.rh-ambient__grain {
	opacity: 0.35;
	background-image: var(--rh-ambient-grain);
	background-size: 160px 160px;
	mix-blend-mode: multiply;
}

.rh-ambient__veil {
	opacity: 0.55;
	background-image: var(--rh-ambient-lines);
	background-size: 72px 72px;
	background-position: 0 0;
	animation: rh-ambient-drift 72s linear infinite;
}

.rh-ambient__glow {
	background:
		radial-gradient(42% 36% at 18% 28%, rgba(200, 169, 110, 0.11), transparent 70%),
		radial-gradient(38% 32% at 82% 62%, rgba(255, 255, 255, 0.45), transparent 72%),
		radial-gradient(48% 40% at 55% 88%, rgba(200, 169, 110, 0.07), transparent 70%);
	filter: blur(2px);
	animation: rh-ambient-breathe 28s var(--rh-ease) infinite alternate;
	transform-origin: center;
	will-change: transform, opacity;
}

@keyframes rh-ambient-drift {
	from { background-position: 0 0; }
	to { background-position: 72px 36px; }
}

@keyframes rh-ambient-breathe {
	from {
		opacity: 0.55;
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		opacity: 0.85;
		transform: translate3d(1.5%, -1.25%, 0) scale(1.04);
	}
}

/* Soft section fields — break flat cream / white bands */
.rh-shop-section,
.rh-cta,
.rh-mosaic,
.rh-split,
.rh-panel {
	isolation: isolate;
}

.rh-shop-section::before,
.rh-cta::before,
.page-title-bg::before,
.shop-page-title::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		radial-gradient(ellipse 70% 55% at 0% 0%, rgba(200, 169, 110, 0.06), transparent 55%),
		radial-gradient(ellipse 55% 45% at 100% 100%, rgba(10, 10, 10, 0.025), transparent 50%),
		var(--rh-ambient-dots);
	background-size: auto, auto, 28px 28px;
	opacity: 1;
}

.rh-shop-section,
.rh-cta,
.page-title-bg,
.shop-page-title {
	position: relative;
}

.rh-shop-section > *,
.rh-cta > * {
	position: relative;
	z-index: 1;
}

.rh-shop-section::after,
.rh-cta::after {
	content: "";
	position: absolute;
	inset-inline: 8%;
	inset-block-start: 0;
	block-size: 1px;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		to inline-end,
		transparent,
		rgba(200, 169, 110, 0.28),
		transparent
	);
	opacity: 0.65;
}

.rh-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(55% 40% at 15% 0%, rgba(200, 169, 110, 0.12), transparent 65%),
		radial-gradient(45% 35% at 90% 100%, rgba(200, 169, 110, 0.07), transparent 70%),
		var(--rh-ambient-lines);
	background-size: auto, auto, 80px 80px;
	opacity: 0.55;
	animation: rh-ambient-drift 90s linear infinite reverse;
}

.rh-footer > * {
	position: relative;
	z-index: 1;
}

.rh-hero__atmosphere {
	animation: rh-hero-atmosphere 22s var(--rh-ease) infinite alternate;
}

@keyframes rh-hero-atmosphere {
	from {
		opacity: 0.85;
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		opacity: 1;
		transform: translate3d(0, -1.25%, 0) scale(1.03);
	}
}

/* Product image bands keep calm — no busy overlays on cards */
.rh-shop-section .box-image::before,
.rh-cat-card__media::before {
	content: none;
}

@media (prefers-reduced-motion: reduce) {
	.rh-ambient__veil,
	.rh-ambient__glow,
	.rh-footer::before,
	.rh-hero__atmosphere {
		animation: none !important;
		transform: none !important;
	}
}

/* —— UX Builder preview: never hide ST Extras elements —— */
.ux-builder-iframe .rh-reveal,
.ux-builder-iframe .rh-motion,
.ux-builder-iframe .rh-hero,
.ux-builder-iframe .rh-panel,
.ux-builder-iframe .rh-split,
.ux-builder-iframe .rh-shop-section,
.ux-builder-iframe .rh-mosaic,
.ux-builder-iframe .rh-cta,
.ux-builder-iframe .rh-footer,
.rh-ux-builder .rh-reveal,
.rh-ux-builder .rh-motion,
.rh-ux-builder .rh-hero,
.rh-ux-builder .rh-panel,
.rh-ux-builder .rh-split,
.rh-ux-builder .rh-shop-section,
.rh-ux-builder .rh-mosaic,
.rh-ux-builder .rh-cta,
.rh-ux-builder .rh-footer {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
	clip-path: none !important;
	animation: none !important;
	transition: none !important;
	visibility: visible !important;
}

.ux-builder-iframe .rh-cat-card__media.rh-motion--clip img,
.ux-builder-iframe .rh-split__media.rh-motion--clip img,
.ux-builder-iframe .rh-panel.rh-motion--clip .rh-panel__img,
.ux-builder-iframe .box-image.rh-motion--clip img,
.ux-builder-iframe .rh-mosaic__item.rh-motion--clip img,
.rh-ux-builder .rh-cat-card__media.rh-motion--clip img,
.rh-ux-builder .rh-split__media.rh-motion--clip img,
.rh-ux-builder .rh-panel.rh-motion--clip .rh-panel__img,
.rh-ux-builder .box-image.rh-motion--clip img,
.rh-ux-builder .rh-mosaic__item.rh-motion--clip img {
	transform: none !important;
}

.ux-builder-iframe .rh-ambient__glow,
.ux-builder-iframe .rh-ambient__veil,
.rh-ux-builder .rh-ambient__glow,
.rh-ux-builder .rh-ambient__veil {
	animation: none !important;
}

/* —— Typography scale (homepage / editorial) —— */
.rh-eyebrow {
	margin-block: 0 1.25rem;
	margin-inline: 0;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: clamp(0.7rem, 0.85vw, 0.8rem);
	font-weight: 300;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rh-gold);
}

.rh-hero-title,
.home h1.rh-hero-title {
	margin-block: 0 1.25rem;
	margin-inline: 0;
	font-family: "Cormorant Garamond", "Amiri", serif;
	font-weight: 300;
	font-size: clamp(2.75rem, 7.5vw, 5.75rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--rh-ink);
}

.rh-hero-lead {
	margin-block: 0 2rem;
	margin-inline: auto;
	max-inline-size: 36rem;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-weight: 300;
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	line-height: 1.65;
	color: var(--rh-muted);
}

.rh-section-title {
	margin-block: 0 0.75rem;
	margin-inline: 0;
	font-family: "Cormorant Garamond", "Amiri", serif;
	font-weight: 300;
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--rh-ink);
}

.rh-section-lead {
	margin-block: 0 1.75rem;
	margin-inline: 0;
	max-inline-size: 32rem;
	font-weight: 300;
	font-size: clamp(1rem, 1.2vw, 1.125rem);
	line-height: 1.65;
	color: var(--rh-muted);
}

.rh-label {
	display: inline-block;
	margin-block-end: 1rem;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.72rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--rh-gold);
}

.home .button.rh-btn,
.rh-footer .button.rh-btn,
.button.is-outline.rh-btn,
a.button.rh-btn {
	border-width: 1px;
	border-radius: 0 !important;
	border-color: #0a0a0a !important;
	color: #0a0a0a !important;
	background: transparent !important;
	padding-block: 0.95em;
	padding-inline: 2em;
	font-weight: 300;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: color 0.45s var(--rh-ease), background-color 0.45s var(--rh-ease), border-color 0.45s var(--rh-ease), transform 0.45s var(--rh-ease);
}

.home .button.rh-btn:hover,
.rh-footer .button.rh-btn:hover,
a.button.rh-btn:hover {
	transform: translateY(-2px);
	background: #0a0a0a !important;
	color: #ffffff !important;
	border-color: #0a0a0a !important;
}

/* —— Hero ——
 * Brand mockup: ONE cream composition + centered type stack.
 * Soft product peek at bottom when real assets exist — never a hard-cut
 * second banner band. Without peek, keep height composed (not a empty void).
 */
.rh-hero {
	--rh-hero-cream: #f7f5f2;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	inline-size: 100%;
	max-inline-size: 100%;
	box-sizing: border-box;
	/* Tighter composition so category imagery peeks into first viewport */
	min-block-size: calc(100vh - 5.5rem - 26vh);
	min-block-size: calc(100dvh - 5.5rem - 26vh);
	padding-block: clamp(3.5rem, 8vh, 5.5rem) clamp(2.75rem, 6vh, 4.25rem);
	padding-inline: 1.5rem;
	background: var(--rh-hero-cream);
	text-align: center;
}

.rh-hero__atmosphere {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(120% 70% at 50% 28%, rgba(255, 255, 255, 0.88) 0%, transparent 55%),
		radial-gradient(100% 45% at 50% 100%, rgba(200, 169, 110, 0.08) 0%, transparent 58%);
}

/* Soft blend into the cream categories band below */
.rh-hero::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	inset-block-end: 0;
	block-size: 4.5rem;
	z-index: 3;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent, #f7f5f2);
}

.rh-hero__content {
	position: relative;
	z-index: 2;
	inline-size: 100%;
	max-inline-size: 44rem;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rh-hero .rh-eyebrow {
	margin-block: 0 1.5rem;
	margin-inline: 0;
	font-size: clamp(0.72rem, 0.85vw, 0.8rem);
	font-weight: 400;
	letter-spacing: 0.22em;
	/* Slightly deeper gold for cream contrast; still on-brand */
	color: #a8874a;
}

.rh-hero .rh-hero-title,
.home .rh-hero h1.rh-hero-title {
	margin-block: 0 1.25rem;
	margin-inline: 0;
	font-size: clamp(2.6rem, 6.5vw, 4.75rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #0a0a0a;
	font-weight: 300;
}

.rh-hero .rh-hero-lead {
	margin-block: 0 2.15rem;
	margin-inline: 0;
	max-inline-size: 34rem;
	font-size: clamp(0.98rem, 1.2vw, 1.125rem);
	line-height: 1.7;
	color: #888888;
}

.rh-hero__cta {
	margin: 0;
}

/* Ghost CTA — brand mockup: thin near-black outline, not gold/Flatsome primary */
.rh-btn--ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-block: 1.1em;
	padding-inline: 2.4em;
	border: 1px solid #0a0a0a;
	border-radius: 0;
	background: transparent;
	color: #0a0a0a;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.72rem;
	font-weight: 300;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: background-color 0.4s var(--rh-ease), color 0.4s var(--rh-ease), transform 0.4s var(--rh-ease);
}

.rh-btn--ghost:hover,
.rh-btn--ghost:focus {
	background: #0a0a0a;
	color: #ffffff;
	transform: translateY(-2px);
}

/* Soft bottom peek only — never a second hard banner band */
.rh-hero__peek {
	display: none;
}

.rh-hero--has-peek {
	padding-block-end: clamp(7rem, 16vh, 11rem);
}

.rh-hero--has-peek .rh-hero__peek {
	display: block;
	position: absolute;
	z-index: 1;
	inset-block-end: 0;
	inset-inline: 0;
	block-size: min(22vh, 11rem);
	overflow: hidden;
	pointer-events: none;
	mask-image: linear-gradient(to top, #000 0%, transparent 100%);
	-webkit-mask-image: linear-gradient(to top, #000 0%, transparent 100%);
}

.rh-hero__peek img {
	inline-size: 100%;
	block-size: 140%;
	object-fit: cover;
	object-position: center top;
	opacity: 0.72;
	will-change: transform;
}

/* Hero entrance — richer choreography */
.rh-hero .rh-eyebrow,
.rh-hero .rh-hero-title,
.rh-hero .rh-hero-lead,
.rh-hero .rh-hero__cta {
	animation: rh-hero-rise 1.15s var(--rh-ease) both;
}

.rh-hero .rh-hero-title { animation-delay: 0.14s; }
.rh-hero .rh-hero-lead { animation-delay: 0.28s; }
.rh-hero .rh-hero__cta { animation-delay: 0.42s; }

.rh-hero__peek {
	animation: rh-hero-peek 1.6s var(--rh-ease) 0.35s both;
}

.rh-hero__atmosphere {
	will-change: transform;
	transition: opacity 1.2s var(--rh-ease);
}

@keyframes rh-hero-rise {
	from {
		opacity: 0;
		transform: translateY(2rem);
		filter: blur(6px);
	}
	to {
		opacity: 1;
		transform: none;
		filter: none;
	}
}

@keyframes rh-hero-peek {
	from {
		opacity: 0;
		transform: translateY(12%);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes rh-fade-up {
	from {
		opacity: 0;
		transform: translateY(1.25rem);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* Home header blends into cream hero (mockup continuity) */
.home .header-wrapper:not(.stuck) .header-main,
.home .header-wrapper:not(.stuck) {
	background: #f7f5f2 !important;
}

.home .header-wrapper:not(.stuck) .top-divider {
	display: none;
}

@media (max-width: 549px) {
	.rh-hero {
		min-block-size: calc(100svh - 4.5rem - 10vh);
		padding-block: 3.25rem 3.75rem;
	}

	.rh-hero .rh-hero-title {
		font-size: clamp(2.35rem, 11vw, 3rem);
	}
}

/* —— Editorial image panels —— */
.rh-panel {
	position: relative;
	overflow: hidden;
}

.rh-panel__img {
	display: block;
	inline-size: 100%;
	block-size: clamp(28rem, 72vh, 46rem);
	object-fit: cover;
	transform: scale(1.04);
	transition: transform 1.6s var(--rh-ease);
}

.rh-panel.is-inview .rh-panel__img {
	transform: scale(1);
}

.rh-split {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	min-block-size: clamp(26rem, 62vh, 40rem);
}

.rh-split--reverse {
	grid-template-columns: 0.9fr 1.1fr;
}

.rh-split--reverse .rh-split__copy {
	order: -1;
}

.rh-split__media {
	overflow: hidden;
	min-block-size: 22rem;
}

.rh-split__media img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	transform: scale(1.04);
	transition: transform 1.8s var(--rh-ease);
}

.rh-split.is-inview .rh-split__media img {
	transform: scale(1);
}

.rh-split__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: clamp(2.75rem, 6vw, 4.75rem);
	padding-inline: clamp(1.75rem, 5.5vw, 5rem);
	background: var(--rh-white);
}

.rh-mosaic {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: 1fr 1fr;
	gap: 0.75rem;
	padding-block: clamp(1.25rem, 3vw, 2rem);
	padding-inline: clamp(1.25rem, 4vw, 2rem);
	max-inline-size: 1240px;
	margin-inline: auto;
	background: var(--rh-white);
	min-block-size: clamp(28rem, 70vh, 42rem);
}

.rh-mosaic__item {
	overflow: hidden;
	position: relative;
	min-block-size: 12rem;
	background: #e8e4df;
}

.rh-mosaic__item--tall {
	grid-row: 1 / span 2;
	min-block-size: 100%;
}

.rh-mosaic__item img {
	inline-size: 100%;
	block-size: 100%;
	min-block-size: 14rem;
	object-fit: cover;
	transition: transform 1.2s var(--rh-ease);
}

.rh-mosaic__item:hover img {
	transform: scale(1.05);
}

.rh-mosaic__caption {
	position: absolute;
	inset-block-end: 0;
	inset-inline: 0;
	padding-block: 1.25rem;
	padding-inline: 1.25rem;
	background: linear-gradient(to top, rgba(10, 10, 10, 0.55), transparent);
	color: #fff;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.72rem;
	font-weight: 300;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

/* —— Scroll reveals & motion system —— */
.rh-reveal,
.rh-motion {
	opacity: 0;
	transition:
		opacity 1s var(--rh-ease),
		transform 1.05s var(--rh-ease),
		filter 1.05s var(--rh-ease),
		clip-path 1.2s var(--rh-ease);
	transition-delay: calc(var(--rh-i, 0) * 0.09s);
	will-change: opacity, transform;
}

.rh-reveal,
.rh-motion--fade-up {
	transform: translateY(2.75rem);
}

.rh-motion--rise {
	transform: translateY(1.75rem) scale(0.985);
}

.rh-motion--fade-in {
	transform: none;
	filter: blur(8px);
}

.rh-motion--scale {
	transform: scale(0.94);
}

.rh-motion--clip {
	opacity: 1;
	transform: scale(1.08);
	clip-path: inset(10% 8% 10% 8%);
	filter: none;
}

.rh-reveal.is-inview,
.rh-motion.is-inview {
	opacity: 1;
	transform: none;
	filter: none;
	clip-path: inset(0);
}

.rh-reveal-delay-1,
.rh-motion-delay-1 { transition-delay: 0.12s; }
.rh-reveal-delay-2,
.rh-motion-delay-2 { transition-delay: 0.24s; }
.rh-reveal-delay-3,
.rh-motion-delay-3 { transition-delay: 0.36s; }
.rh-reveal-delay-4 { transition-delay: 0.48s; }

/* Staggered groups inherit --rh-i from JS */
.rh-stagger > .rh-motion,
.rh-stagger > .rh-reveal {
	transition-delay: calc(var(--rh-i, 0) * 0.09s);
}

/* Image media soft zoom once revealed */
.rh-cat-card__media.rh-motion--clip img,
.rh-split__media.rh-motion--clip img,
.rh-panel.rh-motion--clip .rh-panel__img,
.box-image.rh-motion--clip img,
.rh-mosaic__item.rh-motion--clip img {
	transition: transform 1.45s var(--rh-ease);
	transform: scale(1.06);
}

.rh-cat-card__media.rh-motion--clip.is-inview img,
.rh-split__media.rh-motion--clip.is-inview img,
.rh-panel.rh-motion--clip.is-inview .rh-panel__img,
.box-image.rh-motion--clip.is-inview img,
.rh-mosaic__item.rh-motion--clip.is-inview img {
	transform: scale(1);
}

/* Section shells ease in as a soft band */
.rh-shop-section,
.rh-split,
.rh-cta,
.rh-mosaic,
.rh-footer {
	opacity: 0;
	transform: translateY(1.5rem);
	transition: opacity 0.85s var(--rh-ease), transform 0.95s var(--rh-ease);
}

.rh-shop-section.is-inview,
.rh-split.is-inview,
.rh-cta.is-inview,
.rh-mosaic.is-inview,
.rh-footer.is-inview {
	opacity: 1;
	transform: none;
}

/* Footer / CTA children must not stay invisible if the shell already revealed */
.rh-footer.is-inview .rh-motion,
.rh-footer.is-inview .rh-reveal,
.rh-cta.is-inview .rh-motion,
.rh-cta.is-inview .rh-reveal {
	opacity: 1;
	transform: none;
	filter: none;
}

/* Product / category hover polish (motion without chaos) */
.rh-cat-card__media img {
	transition: transform 1.15s var(--rh-ease);
}

.rh-shop-section .box-text {
	transition: opacity 0.45s var(--rh-ease), transform 0.45s var(--rh-ease);
}

.rh-shop-section .box:hover .box-text {
	transform: translateY(-0.15rem);
}

.rh-btn,
.rh-text-link {
	transition:
		color 0.35s var(--rh-ease),
		border-color 0.35s var(--rh-ease),
		background-color 0.35s var(--rh-ease),
		transform 0.35s var(--rh-ease) !important;
}

.rh-btn:hover {
	transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
	.rh-reveal,
	.rh-motion,
	.rh-shop-section,
	.rh-split,
	.rh-cta,
	.rh-mosaic,
	.rh-footer,
	.rh-hero__peek img,
	.rh-panel__img,
	.rh-split__media img,
	.rh-mosaic__item img,
	.rh-hero .rh-eyebrow,
	.rh-hero .rh-hero-title,
	.rh-hero .rh-hero-lead,
	.rh-hero .rh-hero__cta,
	.rh-hero__peek,
	.rh-ambient__veil,
	.rh-ambient__glow,
	.rh-footer::before,
	.rh-hero__atmosphere {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		clip-path: none !important;
		animation: none !important;
		transition: none !important;
	}

	.rh-ambient__glow {
		opacity: 0.65 !important;
	}

	.rh-ambient__veil {
		opacity: 0.4 !important;
	}
}

/* —— Footer —— */
.rh-footer {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: var(--rh-ink);
	color: #cfcfcf;
	padding-block: clamp(3.5rem, 8vw, 5.5rem) 0;
	padding-inline: 0;
}

.rh-footer a {
	color: #f0f0f0;
	text-decoration: none;
	transition: color 0.35s var(--rh-ease);
}

.rh-footer a:hover {
	color: var(--rh-gold);
}

.rh-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: clamp(2rem, 4vw, 3.5rem);
	max-inline-size: 1200px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2rem);
	padding-block-end: clamp(3rem, 6vw, 4.5rem);
}

.rh-footer__brand-col {
	min-inline-size: 0;
}

.rh-footer__logo {
	display: inline-block;
	margin-block: 0 1.15rem;
	text-decoration: none;
	line-height: 0;
}

.rh-footer__logo-img {
	display: block;
	inline-size: auto;
	block-size: auto;
	max-inline-size: 180px;
	max-block-size: 52px;
	width: auto;
	height: auto;
}

/* Fallback wordmark — matches header brand system if image missing */
.rh-wordmark {
	display: inline-flex;
	align-items: baseline;
	gap: 0.4em;
	text-decoration: none;
	color: inherit;
}

.rh-wordmark__name {
	font-family: "Cormorant Garamond", "Amiri", serif;
	font-weight: 300;
	font-size: clamp(1.85rem, 3vw, 2.35rem);
	line-height: 1;
	letter-spacing: -0.01em;
	text-transform: lowercase;
	color: #f2f2f2;
}

.rh-wordmark__dot {
	color: var(--rh-gold, #c8a96e);
}

.rh-wordmark__homes {
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-weight: 200;
	font-size: 0.48em;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #f2f2f2;
	line-height: 1;
	padding-block-end: 0.12em;
}

.rh-footer__tag {
	max-inline-size: 22rem;
	font-weight: 300;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #9a9a9a;
	margin: 0;
}

.rh-footer__heading {
	margin-block: 0 1.1rem;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--rh-gold);
}

.rh-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rh-footer__list li {
	margin-block-end: 0.65rem;
}

.rh-footer__list a {
	font-weight: 300;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
}

.rh-footer__bottom {
	border-block-start: 1px solid rgba(255, 255, 255, 0.1);
	padding-block: 1.25rem;
	padding-inline: clamp(1.25rem, 4vw, 2rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	max-inline-size: 1200px;
	margin-inline: auto;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #777;
}

/* Homepage shell */
.home #main {
	background: var(--rh-white);
}

.home .page-title-bg,
.home .page-header-wrapper {
	display: none !important;
}

/* Custom RH footer replaces Flatsome absolute bar */
body:has(.rh-footer) .absolute-footer {
	display: none !important;
}

.rh-panel .rh-mosaic__caption,
.rh-panel__link {
	display: block;
	position: relative;
}

.rh-panel .rh-mosaic__caption {
	position: absolute;
}

@media (max-width: 849px) {
	.rh-split,
	.rh-split--reverse {
		grid-template-columns: 1fr;
	}

	.rh-split--reverse .rh-split__copy {
		order: 0;
	}

	.rh-mosaic {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.rh-mosaic__item--tall {
		grid-row: auto;
		min-block-size: 22rem;
	}

	.rh-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 549px) {
	.rh-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* Header polish */
.header-main .nav > li > a {
	font-weight: 300;
	letter-spacing: 0.16em;
	font-size: 0.72rem;
}

.header .cart-item,
.header .header-cart-link {
	border-radius: 0;
}

.header-wrapper:not(.stuck) .header-main {
	background: var(--rh-white);
}

/* Keep logo left on tablet/desktop */
@media (min-width: 850px) {
	.header-inner.medium-logo-center {
		justify-content: space-between;
	}
	.header-inner.medium-logo-center .flex-col.logo {
		margin-inline: 0 !important;
		position: static !important;
		inset: auto !important;
		transform: none !important;
	}
}

#logo .header-logo {
	max-inline-size: 180px;
	max-block-size: 52px;
	width: auto;
	height: auto;
}

.home .rh-hero-title,
.rh-hero-title {
	color: #0a0a0a !important;
	opacity: 1 !important;
}

.home .rh-hero-lead,
.rh-hero-lead {
	color: #888888 !important;
	opacity: 1 !important;
}

.header-nav .header_logo,
.header-nav .header-logo,
.header-nav .header-logo-dark {
	display: none !important;
}

/* —— Shop sections (categories carousel + product blocks) —— */
.rh-shop-section {
	padding-block: clamp(3.75rem, 7.5vw, 5.75rem);
	padding-inline: 0;
	background: var(--rh-white);
}

.rh-shop-section__inner {
	max-inline-size: 1240px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2rem);
}

.rh-shop-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem 2.5rem;
	margin-block-end: clamp(1.85rem, 3.5vw, 2.65rem);
}

.rh-shop-head__copy {
	max-inline-size: 38rem;
}

.rh-shop-head .rh-label {
	margin-block-end: 0.75rem;
}

.rh-shop-head .rh-section-title {
	margin-block-end: 0.55rem;
	font-size: clamp(2rem, 4.2vw, 3.15rem);
}

.rh-shop-head .rh-section-lead {
	margin-block-end: 0;
	max-inline-size: 34rem;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
}

.rh-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.7rem;
	font-weight: 300;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--rh-ink);
	border-block-end: 1px solid rgba(10, 10, 10, 0.22);
	padding-block-end: 0.2rem;
	transition: color 0.35s var(--rh-ease), border-color 0.35s var(--rh-ease);
}

.rh-text-link:hover {
	color: var(--rh-gold);
	border-block-end-color: var(--rh-gold);
}

/* Directional icons — mirror in RTL, nudge forward on hover */
.rh-dir-icon,
.rh-text-link__arrow {
	display: inline-block;
	transition: transform 0.35s var(--rh-ease);
}

.rh-text-link:hover .rh-text-link__arrow,
.rh-text-link:hover .rh-dir-icon {
	transform: translateX(0.25rem);
}

[dir="rtl"] .rh-dir-icon,
[dir="rtl"] .rh-text-link__arrow,
html[lang^="ar"] .rh-dir-icon,
html[lang^="ar"] .rh-text-link__arrow {
	transform: scaleX(-1);
}

[dir="rtl"] .rh-text-link:hover .rh-dir-icon,
[dir="rtl"] .rh-text-link:hover .rh-text-link__arrow,
html[lang^="ar"] .rh-text-link:hover .rh-dir-icon,
html[lang^="ar"] .rh-text-link:hover .rh-text-link__arrow {
	transform: scaleX(-1) translateX(0.25rem);
}

/* Categories — continuous cream from hero */
.rh-cats-section {
	--rh-carousel-gap: 0.75rem;
	padding-block-start: clamp(1.5rem, 3vw, 2.25rem);
	padding-block-end: clamp(3.75rem, 7.5vw, 5.75rem);
	background: #f7f5f2;
}

/* Full width of section inner — matches heading edges */
.rh-cats-carousel.rh-carousel {
	position: relative;
	inline-size: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.rh-cats-carousel:not(.flickity-enabled) {
	display: flex;
	gap: var(--rh-carousel-gap);
}

/* Beat Flatsome `.slider > div:not(.col) { width: 100% }` */
.rh-cats-carousel.slider > .rh-cats-carousel__slide,
.rh-cats-carousel .flickity-slider > .rh-cats-carousel__slide {
	position: relative;
	box-sizing: border-box;
	inline-size: calc((100% - (2 * var(--rh-carousel-gap))) / 3) !important;
	width: calc((100% - (2 * var(--rh-carousel-gap))) / 3) !important;
	max-inline-size: none !important;
	margin: 0 !important;
	margin-inline-end: var(--rh-carousel-gap) !important;
	padding: 0 !important;
	flex: 0 0 auto;
}

.rh-cats-carousel.slider > .rh-cats-carousel__slide:last-child,
.rh-cats-carousel .flickity-slider > .rh-cats-carousel__slide:last-child {
	margin-inline-end: 0 !important;
}

@media (max-width: 849px) {
	.rh-cats-section {
		--rh-carousel-gap: 0.65rem;
	}

	.rh-cats-carousel.slider > .rh-cats-carousel__slide,
	.rh-cats-carousel .flickity-slider > .rh-cats-carousel__slide {
		inline-size: calc((100% - var(--rh-carousel-gap)) / 2) !important;
		width: calc((100% - var(--rh-carousel-gap)) / 2) !important;
	}
}

@media (max-width: 549px) {
	.rh-cats-carousel.slider > .rh-cats-carousel__slide,
	.rh-cats-carousel .flickity-slider > .rh-cats-carousel__slide {
		inline-size: 85% !important;
		width: 85% !important;
	}
}

.rh-cat-card {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
	background: #1a1a1a;
}

.rh-cat-card__media {
	display: block;
	inline-size: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.rh-cat-card__media img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 1.1s var(--rh-ease);
}

.rh-cat-card:hover .rh-cat-card__media img,
.rh-cat-card:focus-visible .rh-cat-card__media img {
	transform: scale(1.06);
}

.rh-cat-card__caption {
	position: absolute;
	inset-block-end: 0;
	inset-inline: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	padding-block: 2.75rem 1.2rem;
	padding-inline: 1.2rem;
	background: linear-gradient(
		to top,
		rgba(10, 10, 10, 0.78) 0%,
		rgba(10, 10, 10, 0.35) 55%,
		transparent 100%
	);
	transition: background 0.4s var(--rh-ease);
}

.rh-cat-card:hover .rh-cat-card__caption {
	background: linear-gradient(
		to top,
		rgba(10, 10, 10, 0.86) 0%,
		rgba(10, 10, 10, 0.4) 55%,
		transparent 100%
	);
}

.rh-cat-card__name {
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.74rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.rh-cat-card__count {
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.78);
}

/* Arabic category labels — slightly heavier, tighter tracking */
html[lang^="ar"] .rh-cat-card__name,
body.lang-ar .rh-cat-card__name,
.rh-cat-card__name.is-arabic {
	font-family: "IBM Plex Sans Arabic", "Jost", sans-serif;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-size: 0.82rem;
	text-transform: none;
}

html[lang^="ar"] .rh-cat-card__count,
body.lang-ar .rh-cat-card__count,
.rh-cat-card__count.is-arabic {
	font-family: "IBM Plex Sans Arabic", "Jost", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 0.72rem;
}

/* Soften Flatsome product cards */
.rh-shop-section .product-small.box,
.rh-shop-section .box {
	background: transparent;
	box-shadow: none !important;
}

.rh-shop-section .box-image {
	background: #f3f1ee;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.rh-shop-section .box-image .image-cover,
.rh-shop-section .box-image .image-inner,
.rh-shop-section .box-image img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.rh-shop-section .box-image img {
	transition: transform 1s var(--rh-ease), opacity 0.5s var(--rh-ease);
}

.rh-shop-section .box:hover .box-image img {
	transform: scale(1.035);
}

.rh-shop-section .box-text {
	padding-block: 0.95rem 0.35rem !important;
	padding-inline: 0 !important;
}

.rh-shop-section .box-text .category {
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-size: 0.62rem !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rh-muted) !important;
	margin-block-end: 0.3rem;
}

.rh-shop-section .box-text .product-title,
.rh-shop-section .box-text .name.product-title a {
	font-family: "Cormorant Garamond", "Amiri", serif !important;
	font-weight: 300 !important;
	font-size: clamp(1.05rem, 1.35vw, 1.2rem) !important;
	letter-spacing: -0.01em;
	color: var(--rh-ink) !important;
	line-height: 1.25;
}

.rh-shop-section .price {
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif;
	font-weight: 300;
	font-size: 0.88rem;
	color: var(--rh-ink);
	margin-block-start: 0.35rem;
}

.rh-shop-section .price del {
	opacity: 0.45;
	margin-inline-end: 0.35rem;
}

/* Quiet sale badge — global across all product cards */
.badge.onsale,
.box .badge-container .badge,
.callout.badge.badge-circle,
.badge-circle,
.badge-inner.on-sale,
.product-small .badge,
.product .badge.onsale,
ul.products .badge,
.related .badge,
.upsells .badge {
	inset-block-start: 0.75rem !important;
	inset-inline-start: 0.75rem !important;
	inset-inline-end: auto !important;
	inset-block-end: auto !important;
	background: rgba(255, 255, 255, 0.94) !important;
	background-color: rgba(255, 255, 255, 0.94) !important;
	color: var(--rh-ink, #0a0a0a) !important;
	border: 1px solid rgba(10, 10, 10, 0.12) !important;
	border-radius: 0 !important;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif !important;
	font-weight: 300 !important;
	font-size: 0.62rem !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding-block: 0.45em !important;
	padding-inline: 0.75em !important;
	min-inline-size: 0 !important;
	min-block-size: 0 !important;
	inline-size: auto !important;
	block-size: auto !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

.badge-inner.on-sale,
.badge-circle .badge-inner,
.badge .onsale,
span.onsale {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--rh-ink, #0a0a0a) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif !important;
	font-weight: 300 !important;
	font-size: 0.62rem !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Actions appear on hover only — quieter catalog */
.rh-shop-section .box-image .image-tools,
.rh-shop-section .box-image .add-to-cart-button,
.rh-shop-section .box-image .quick-view {
	opacity: 0;
	transition: opacity 0.35s var(--rh-ease);
}

.rh-shop-section .box:hover .box-image .image-tools,
.rh-shop-section .box:hover .box-image .add-to-cart-button,
.rh-shop-section .box:hover .box-image .quick-view,
.rh-shop-section .box:focus-within .box-image .image-tools {
	opacity: 1;
}

/* AJAX relay pagination — editorial, not filled pills */
.rh-shop-section .ux-relay__pagination,
.rh-shop-section .rh-relay,
.rh-shop-section .nav-pagination {
	margin-block-start: 2.5rem !important;
}

.rh-shop-section .ux-relay__pagination,
.rh-shop-section .nav-pagination {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.35rem;
	padding: 0 !important;
	margin-inline: 0 !important;
	list-style: none !important;
}

.rh-shop-section .ux-relay__pagination > li,
.rh-shop-section .nav-pagination > li {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.rh-shop-section .page-numbers:not(ul),
.rh-shop-section .page-number,
.rh-shop-section a.page-numbers,
.rh-shop-section span.page-numbers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-family: "Jost", "IBM Plex Sans Arabic", sans-serif !important;
	font-weight: 300 !important;
	font-size: 0.8rem !important;
	letter-spacing: 0.06em;
	line-height: 1 !important;
	min-inline-size: 2.35rem !important;
	min-block-size: 2.35rem !important;
	inline-size: 2.35rem !important;
	block-size: 2.35rem !important;
	padding: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--rh-muted) !important;
	box-shadow: none !important;
	text-align: center !important;
	transition: border-color 0.3s var(--rh-ease), color 0.3s var(--rh-ease);
}

.rh-shop-section .page-numbers.current,
.rh-shop-section .page-number.current,
.rh-shop-section a.page-numbers:hover,
.rh-shop-section a.page-number:hover {
	border-color: var(--rh-ink) !important;
	background: transparent !important;
	color: var(--rh-ink) !important;
}

.rh-products-carousel {
	background: var(--rh-white);
}

.rh-products-grid {
	background: #faf9f7;
	border-block: 1px solid rgba(10, 10, 10, 0.04);
}

/* —— Shared carousel arrows (categories + product carousels) —— */
.rh-shop-section {
	--rh-arrow-size: 2.5rem;
}

.rh-shop-section .rh-carousel,
.rh-shop-section .slider.rh-ux-products,
.rh-products-carousel .row-slider,
.rh-products-carousel .slider {
	position: relative;
}

/*
 * Center with inset + negative margin — never transform.
 * Flatsome uses transform:translateX on slider hover; transform:scale on our old hover.
 * Both caused arrow jump. Keep transform:none in all states.
 */
.rh-shop-section .flickity-prev-next-button,
.rh-shop-section .flickity-button,
.rh-shop-section .slider .flickity-prev-next-button,
.rh-shop-section .slider:hover .flickity-prev-next-button,
.rh-shop-section .slider-nav-push .flickity-prev-next-button,
.rh-shop-section .row-slider .flickity-prev-next-button {
	position: absolute !important;
	z-index: 4;
	inset-block-start: 50% !important;
	inset-block-end: auto !important;
	top: 50% !important;
	bottom: auto !important;
	margin-block-start: calc(var(--rh-arrow-size) / -2) !important;
	margin-block-end: 0 !important;
	margin-top: calc(var(--rh-arrow-size) / -2) !important;
	margin-bottom: 0 !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid rgba(10, 10, 10, 0.14) !important;
	box-shadow: none !important;
	inline-size: var(--rh-arrow-size) !important;
	block-size: var(--rh-arrow-size) !important;
	width: var(--rh-arrow-size) !important;
	height: var(--rh-arrow-size) !important;
	border-radius: 0 !important;
	transition:
		border-color 0.3s var(--rh-ease),
		background-color 0.3s var(--rh-ease),
		opacity 0.3s var(--rh-ease) !important;
}

/* Logical side placement (mirrors automatically in RTL) */
.rh-shop-section .flickity-prev-next-button.previous,
.rh-shop-section .flickity-previous,
.rh-shop-section .slider .flickity-prev-next-button.previous,
.rh-shop-section .slider:hover .flickity-prev-next-button.previous,
.rh-shop-section .slider-nav-push .flickity-prev-next-button.previous,
.rh-shop-section .row-slider .flickity-prev-next-button.previous {
	left: unset !important;
	right: unset !important;
	inset-inline-start: 0.85rem !important;
	inset-inline-end: auto !important;
}

.rh-shop-section .flickity-prev-next-button.next,
.rh-shop-section .flickity-next,
.rh-shop-section .slider .flickity-prev-next-button.next,
.rh-shop-section .slider:hover .flickity-prev-next-button.next,
.rh-shop-section .slider-nav-push .flickity-prev-next-button.next,
.rh-shop-section .row-slider .flickity-prev-next-button.next {
	left: unset !important;
	right: unset !important;
	inset-inline-start: auto !important;
	inset-inline-end: 0.85rem !important;
}

/* Products: center over image plane (exclude title/price band) — beat shared 50% rules */
.rh-shop-section.rh-products-carousel .slider .flickity-prev-next-button,
.rh-shop-section.rh-products-carousel .slider:hover .flickity-prev-next-button,
.rh-shop-section.rh-products-carousel .row-slider .flickity-prev-next-button {
	--rh-prod-text-band: 7.25rem;
	inset-block-start: calc((100% - var(--rh-prod-text-band)) / 2) !important;
	top: calc((100% - var(--rh-prod-text-band)) / 2) !important;
	margin-block-start: calc(var(--rh-arrow-size) / -2) !important;
	margin-top: calc(var(--rh-arrow-size) / -2) !important;
	transform: none !important;
}

/* Hover — color only, never move */
.rh-shop-section .flickity-prev-next-button:hover:not(:disabled),
.rh-shop-section .flickity-prev-next-button:focus-visible:not(:disabled),
.rh-shop-section .slider:hover .flickity-prev-next-button:hover:not(:disabled) {
	border-color: var(--rh-ink) !important;
	background: #ffffff !important;
	transform: none !important;
	opacity: 1 !important;
}

.rh-shop-section .flickity-prev-next-button .flickity-button-icon,
.rh-shop-section .flickity-prev-next-button svg,
.rh-shop-section .slider .flickity-prev-next-button svg,
.rh-shop-section .slider:hover .flickity-prev-next-button svg {
	position: static !important;
	inset: auto !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	fill: var(--rh-ink) !important;
	inline-size: 0.7rem !important;
	block-size: 0.7rem !important;
	width: 0.7rem !important;
	height: 0.7rem !important;
	max-inline-size: none !important;
	max-block-size: none !important;
}

/* Mirror chevrons in RTL so they read correctly at inline-start/end */
[dir="rtl"] .rh-shop-section .flickity-prev-next-button svg,
[dir="rtl"] .rh-shop-section .flickity-prev-next-button .flickity-button-icon,
html[lang^="ar"] .rh-shop-section .flickity-prev-next-button svg,
html[lang^="ar"] .rh-shop-section .flickity-prev-next-button .flickity-button-icon {
	transform: scaleX(-1) !important;
}

.rh-shop-section .flickity-prev-next-button:disabled,
.rh-shop-section .slider:hover .flickity-prev-next-button:disabled {
	opacity: 0.28 !important;
	cursor: default !important;
	transform: none !important;
	pointer-events: none !important;
}

/* Product + grid rows — full width of section (beat Flatsome .row max-width) */
.rh-products-carousel .rh-shop-section__products .row,
.rh-products-carousel .rh-shop-section__products .slider,
.rh-products-grid .rh-shop-section__products .row {
	--rh-prod-col-pad: 0.45rem;
	max-inline-size: none !important;
	max-width: none !important;
	inline-size: calc(100% + (2 * var(--rh-prod-col-pad))) !important;
	width: calc(100% + (2 * var(--rh-prod-col-pad))) !important;
	margin-inline: calc(var(--rh-prod-col-pad) * -1) !important;
	margin-left: calc(var(--rh-prod-col-pad) * -1) !important;
	margin-right: calc(var(--rh-prod-col-pad) * -1) !important;
}

.rh-products-carousel .rh-shop-section__products .flickity-viewport {
	inline-size: 100% !important;
	width: 100% !important;
}

.rh-products-carousel .flickity-slider > .col,
.rh-products-carousel .rh-shop-section__products .col,
.rh-products-grid .rh-shop-section__products .col {
	padding-inline: 0.45rem !important;
}

/* CTA band polish */
.rh-cta {
	padding-block: clamp(4rem, 9vw, 6.25rem);
	padding-inline: 1.25rem;
	text-align: center;
	border-block-start: 1px solid rgba(10, 10, 10, 0.04);
}

.rh-cta__inner {
	max-inline-size: 38rem;
	margin-inline: auto;
}

.rh-cta .rh-section-title {
	font-size: clamp(2rem, 4vw, 3rem);
}

.rh-cta .rh-section-lead {
	margin-inline: auto;
	margin-block-end: 1.75rem;
}

@media (max-width: 549px) {
	.rh-shop-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.rh-cat-card__media {
		aspect-ratio: 4 / 5;
	}

	.rh-shop-section {
		--rh-arrow-size: 2.25rem;
	}

	.rh-shop-section .flickity-prev-next-button.previous,
	.rh-shop-section .flickity-previous {
		left: unset !important;
		right: unset !important;
		inset-inline-start: 0.55rem !important;
		inset-inline-end: auto !important;
	}

	.rh-shop-section .flickity-prev-next-button.next,
	.rh-shop-section .flickity-next {
		left: unset !important;
		right: unset !important;
		inset-inline-start: auto !important;
		inset-inline-end: 0.55rem !important;
	}
}
