/*
Theme Name: Blocksy RESSALINA
Theme URI: https://example.com/blocksy-ressalina
Description: A Blocksy child theme tailored for a luxury fashion storefront.
Author: Codex
Template: blocksy
Version: 1.0.1
Text Domain: blocksy-ressalina
*/

:root {
	--rs-cream: #f4ead9;
	--rs-sand: #d9c9b4;
	--rs-taupe: #baa58f;
	--rs-rose: #c89496;
	--rs-brown: #372621;
	--rs-ink: #1f1714;
	--rs-soft-ink: #655650;
	--rs-panel: #f7efe3;
	--rs-line: rgba(55, 38, 33, 0.14);
	--rs-shadow: 0 24px 60px rgba(24, 16, 12, 0.12);
	--rs-radius: 28px;
	--rs-content: min(1200px, calc(100vw - 40px));
	--rs-focus: #f1d7b2;
	--rs-header-offset: 168px;
}

body {
	background: linear-gradient(180deg, #f6efe5 0%, #f5ebdf 40%, #f4eadf 100%);
	color: var(--rs-ink);
	font-family: "Urbanist", "Helvetica Neue", sans-serif;
}

body #header {
	display: none;
}

.trp-floating-switcher {
	display: none !important;
}

body:not(.home) #main {
	padding-top: var(--rs-header-offset);
}

body.home #main {
	padding-top: 0;
}

.rs-site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 999;
	color: #fff;
	transition: background-color 0.28s ease, backdrop-filter 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.rs-announcement-bar {
	background: #000;
}

.rs-announcement-inner {
	min-height: 42px;
	width: min(1600px, calc(100vw - 24px));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.rs-announcement-inner a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rs-announcement-inner a:hover,
.rs-announcement-inner a:focus-visible {
	color: #fff;
	opacity: 1;
}

.rs-announcement-icon {
	display: inline-flex;
	width: 14px;
	height: 14px;
	color: #fff;
}

.rs-announcement-icon svg {
	width: 100%;
	height: 100%;
}

.rs-header-main {
	background: transparent;
	border-bottom: 0;
	transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.rs-header-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	width: min(1380px, calc(100vw - 48px));
	margin: 0 auto;
	padding: 16px 0 12px;
	column-gap: 28px;
}

.rs-header-meta {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.rs-header-meta a,
.rs-header-switcher__button,
.rs-brand-mark a,
.rs-nav-list a,
.rs-icon-link {
	color: inherit;
	text-decoration: none;
}

.rs-header-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
}

.rs-header-switcher__button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 26px;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	cursor: pointer;
}

.rs-header-switcher__button::after {
	content: "";
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.68;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.rs-header-switcher__menu {
	position: absolute;
	top: calc(100% + 8px);
	left: -14px;
	z-index: 60;
	display: grid;
	min-width: 124px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(23, 19, 18, 0.1);
	box-shadow: 0 12px 28px rgba(23, 15, 10, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.rs-header-switcher:hover .rs-header-switcher__menu,
.rs-header-switcher:focus-within .rs-header-switcher__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rs-header-switcher:hover .rs-header-switcher__button::after,
.rs-header-switcher:focus-within .rs-header-switcher__button::after {
	transform: translateY(2px) rotate(225deg);
	opacity: 1;
}

.rs-header-switcher__menu a {
	display: block;
	padding: 8px 14px;
	color: #171312;
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.rs-header-switcher__menu a:hover,
.rs-header-switcher__menu a.is-active {
	color: #ee2d74;
}

.rs-header-meta-left {
	justify-content: flex-start;
}

.rs-header-meta-right {
	justify-content: flex-end;
}

.rs-mobile-menu-toggle {
	display: none;
}

.rs-mobile-drawer-nav,
.rs-mobile-drawer-backdrop {
	display: none;
}

.rs-brand-mark {
	text-align: center;
	font-family: "Fahkwang", Georgia, serif;
	font-size: 1.75rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.rs-icon-link {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	flex: 0 0 24px;
}

.rs-icon-link svg {
	width: 100%;
	height: 100%;
}

.rs-centered-nav {
	position: relative;
	width: min(1380px, calc(100vw - 48px));
	margin: 0 auto;
	padding: 10px 0 16px;
}

.rs-nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rs-nav-list > li {
	position: static;
	margin: 0;
	padding: 0 2px;
}

.rs-nav-list > li > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	font-family: "Urbanist", "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	transition: opacity 0.22s ease, color 0.22s ease;
}

.rs-nav-list > li > a::after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 0;
	left: 2px;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.22s ease;
}

.rs-nav-list > li.menu-item-has-children > a::before {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	margin-top: -3px;
	order: 2;
	transform: rotate(45deg);
	opacity: 0.7;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.rs-nav-list > li:hover > a::after,
.rs-nav-list > li:focus-within > a::after,
.rs-nav-list > li.current-menu-item > a::after {
	transform: scaleX(1);
}

.rs-nav-list > li.menu-item-has-children:hover > a::before,
.rs-nav-list > li.menu-item-has-children:focus-within > a::before {
	transform: translateY(2px) rotate(225deg);
	opacity: 1;
}

.rs-header-meta a,
.rs-header-switcher__button,
.rs-brand-mark a,
.rs-announcement-inner a {
	transition: color 0.2s ease, opacity 0.2s ease;
}

.rs-nav-list .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: calc(50% - 50vw);
	z-index: 30;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 30%);
	width: 100vw;
	min-width: 100vw;
	gap: 64px;
	margin: 0;
	padding: 64px max(28px, calc((100vw - 1200px) / 2));
	list-style: none;
	background: #fff;
	border-top: 1px solid rgba(21, 21, 21, 0.1);
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.rs-nav-list .rs-mega-menu--dresses,
.rs-nav-list .rs-mega-menu--clothing {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 30%);
}

.rs-nav-list .rs-mega-menu--condensed,
.rs-nav-list .rs-mega-menu--explore,
.rs-nav-list .rs-mega-menu--accessories {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 30%);
}

.rs-nav-list .sub-menu::before {
	content: "";
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	height: 13px;
}

.rs-nav-list > li:hover > .sub-menu,
.rs-nav-list > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.rs-nav-list .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 30px;
	padding: 4px 0;
	color: #171312;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: none;
	transition: color 0.18s ease, padding-left 0.18s ease;
}

.rs-nav-list .sub-menu a:hover,
.rs-nav-list .sub-menu a:focus-visible {
	color: #ee2d74;
	padding-left: 8px;
}

.rs-mega-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 38px;
}

.rs-mega-columns--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-mega-columns--one {
	grid-template-columns: minmax(0, 260px);
}

.rs-mega-columns--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rs-mega-columns--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rs-mega-col {
	display: grid;
	align-content: start;
	gap: 1px;
}

.rs-mega-heading {
	display: block;
	margin-bottom: 12px;
	color: #111;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.rs-mega-card {
	position: relative;
	display: grid !important;
	align-content: start;
	gap: 8px;
	min-height: 0 !important;
	overflow: visible;
	padding: 0 !important;
	background: transparent;
	color: #111 !important;
}

.rs-mega-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	min-height: 0;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.rs-mega-card::after {
	display: none;
}

.rs-mega-card span {
	position: static;
	z-index: auto;
	text-align: left;
}

.rs-mega-card-eyebrow {
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #555;
}

.rs-mega-card-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 20px;
	line-height: 1.15;
	color: #111;
}

.rs-mega-card-action {
	position: relative !important;
	display: inline-flex;
	width: fit-content;
	margin-top: 10px;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #111;
	text-transform: none;
}

.rs-mega-card-action::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: currentColor;
}

.rs-mega-card:hover {
	padding-left: 0 !important;
}

.rs-mega-card:hover img,
.rs-mega-card:focus-visible img {
	transform: scale(1.04);
}

body.home:not(.rs-header-scrolled) .rs-site-header {
	background: transparent;
	color: #fff;
}

body:not(.home) .rs-site-header {
	background: #fff;
	color: #171312;
	box-shadow: 0 12px 28px rgba(23, 15, 10, 0.06);
}

body.home.rs-header-scrolled .rs-site-header,
body.home .rs-header-main:hover {
	background: transparent;
	backdrop-filter: blur(12px);
	box-shadow: none;
	color: #171312;
}

body.home:not(.rs-header-scrolled) .rs-header-main {
	background: transparent;
	border-bottom-color: transparent;
	box-shadow: none;
}

body.home.rs-header-scrolled .rs-header-main,
body.home .rs-header-main:hover {
	background: rgba(255, 255, 255, 0.98);
	border-bottom-color: transparent;
	box-shadow: 0 12px 28px rgba(23, 15, 10, 0.06);
}

body.home .rs-header-meta a:hover,
body.home .rs-header-switcher__button:hover,
body.home .rs-header-switcher:focus-within .rs-header-switcher__button,
body.home .rs-nav-list > li > a:hover,
body.home .rs-icon-link:hover {
	color: #ee2d74;
	opacity: 1;
}

body.home .rs-nav-list > li > a:hover {
	text-decoration-color: #ee2d74;
}

body.home .rs-header-meta a:not(:hover),
body.home .rs-header-switcher__button:not(:hover),
body.home .rs-nav-list > li > a:not(:hover),
body.home .rs-icon-link:not(:hover) {
	color: inherit;
}

body.home .rs-brand-mark a:hover {
	color: inherit;
	opacity: 0.9;
}

body.rs-search-open {
	overflow: hidden;
}

.rs-search-backdrop {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(2px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

body.rs-search-open .rs-search-backdrop {
	opacity: 1;
	pointer-events: auto;
}

.rs-search-drawer {
	position: fixed;
	inset: 0 0 0 auto;
	z-index: 100;
	width: min(520px, 100vw);
	background: #fff;
	color: #151515;
	box-shadow: -24px 0 60px rgba(0, 0, 0, 0.16);
	transform: translateX(105%);
	visibility: hidden;
	transition: transform 0.28s ease, visibility 0.28s ease;
}

body.rs-search-open .rs-search-drawer {
	transform: translateX(0);
	visibility: visible;
}

.rs-search-panel {
	height: 100%;
	padding: 28px clamp(22px, 5vw, 38px);
	overflow-y: auto;
}

.rs-search-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.rs-search-head h2 {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 500;
	line-height: 1;
}

.rs-search-close {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(21, 21, 21, 0.18);
	border-radius: 50%;
	background: transparent;
	color: #151515;
	cursor: pointer;
}

.rs-search-close svg {
	width: 18px;
	height: 18px;
}

.rs-search-form {
	display: grid;
	grid-template-columns: 1fr 44px;
	align-items: center;
	margin-bottom: 34px;
	border-bottom: 1px solid #151515;
}

.rs-search-form input[type="search"] {
	width: 100%;
	min-height: 54px;
	padding: 0 14px 0 0;
	border: 0;
	background: transparent;
	color: #151515;
	font-size: 18px;
	outline: 0;
}

.rs-search-form input[type="search"]::placeholder {
	color: rgba(21, 21, 21, 0.45);
}

.rs-search-form button {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #151515;
	cursor: pointer;
}

.rs-search-form button svg {
	width: 22px;
	height: 22px;
}

.rs-search-trending,
.rs-search-recommend {
	padding-top: 10px;
}

.rs-search-trending h3,
.rs-search-recommend h3 {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #646464;
}

.rs-search-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
}

.rs-search-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid rgba(21, 21, 21, 0.14);
	color: #151515;
	font-size: 13px;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.rs-search-tags a:hover {
	border-color: #ee2d74;
	color: #ee2d74;
}

.rs-search-products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 14px;
}

.rs-search-product {
	display: grid;
	grid-template-columns: 84px 1fr;
	gap: 12px;
	align-items: center;
	color: #151515;
	text-decoration: none;
}

.rs-search-product-image {
	display: block;
	aspect-ratio: 0.78;
	background: #f4f4f4;
	overflow: hidden;
}

.rs-search-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rs-search-product-copy strong {
	display: block;
	margin-bottom: 6px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.05;
}

.rs-search-product-copy span {
	font-size: 12px;
	font-weight: 700;
	color: #ee2d74;
}

/* RESSALINA-compatible search drawer. Content remains editable in Gutenberg. */
.component-drawer.rs-search-drawer {
	--max-width-drawer: 540px;
	--duration-medium: 0.25s;
	--color-drawer-background: 255, 255, 255;
	--color-overlay: 0, 0, 0;
	--backdrop-blur: 2px;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.2s ease;
}

.component-drawer.rs-search-drawer[open] {
	visibility: visible;
	pointer-events: auto;
}

.component-drawer.rs-search-drawer .drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: block;
	background: rgba(var(--color-overlay), 0.7);
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(var(--backdrop-blur));
	transition: all var(--duration-medium) ease;
}

.component-drawer.rs-search-drawer[open] .drawer-overlay {
	opacity: 1;
	visibility: visible;
}

.component-drawer.rs-search-drawer .drawer-content {
	position: fixed;
	inset: 0 0 0 auto;
	z-index: 1001;
	width: calc(100vw - 30px);
	max-width: var(--max-width-drawer);
	height: 100%;
	background: rgb(var(--color-drawer-background));
	color: #151515;
	transform: translateX(100%);
	transition: transform var(--duration-medium) ease;
	will-change: transform;
	box-shadow: none;
}

.component-drawer.rs-search-drawer[open] .drawer-content {
	transform: translateX(0);
}

.rs-mean-search-form {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.rs-mean-search-form .drawer-header {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 40px 16px;
}

.rs-mean-search-form .drawer-header h5 {
	margin: 0;
	font-family: "Urbanist", "Helvetica Neue", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #151515;
}

.close-drawer-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #151515;
	cursor: pointer;
	transition: background var(--duration-medium) ease;
}

.close-drawer-btn::before,
.close-drawer-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	background: currentColor;
	transform-origin: 50% 50%;
	transition: transform 0.3s ease;
}

.close-drawer-btn::before {
	transform: rotate(45deg);
}

.close-drawer-btn::after {
	transform: rotate(-45deg);
}

.close-drawer-btn:hover {
	background: rgba(21, 21, 21, 0.05);
}

.close-drawer-btn:hover::before,
.close-drawer-btn:hover::after {
	transform: rotate(0);
}

.rs-mean-search-form .search {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 48px;
	margin: 0;
	overflow: auto;
}

.rs-search-field-wrap,
.predictive-search,
.predictive-search__group {
	padding-right: 40px;
	padding-left: 40px;
}

.rs-mean-search-form .field {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid rgba(21, 21, 21, 0.22);
}

.rs-mean-search-form .search__input.field__input {
	width: 100%;
	min-height: 50px;
	padding: 12px 90px 12px 16px;
	border: 0;
	background: transparent;
	color: #151515;
	font-size: 15px;
	line-height: 1.4;
	outline: 0;
}

.rs-mean-search-form .search__input.field__input::placeholder {
	color: rgba(21, 21, 21, 0.5);
}

.rs-mean-search-form .field__button {
	position: absolute;
	top: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	border: 0;
	background: transparent;
	color: rgba(21, 21, 21, 0.7);
	cursor: pointer;
}

.rs-mean-search-form .reset__button {
	right: 48px;
	font-size: 12px;
}

.rs-mean-search-form .reset__button.hidden,
.predictive-search__loading-state {
	display: none;
}

.rs-mean-search-form .search__button {
	right: 4px;
	width: 44px;
}

.rs-mean-search-form .search__button .icon {
	width: 20px;
	height: 20px;
}

.rs-search-group-inner {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding-bottom: 40px;
}

.predictive-search_key-trend .sub-heading,
.predictive-search_recommend .sub-heading {
	margin: 0 0 32px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(21, 21, 21, 0.6);
}

.predictive-search_key-trend ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.predictive-search_key-trend li {
	margin: 0;
}

.predictive-search_key-trend a {
	display: inline-block;
	color: #151515;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

.predictive-search_recommend {
	padding-top: 40px;
	border-top: 1px solid rgba(21, 21, 21, 0.14);
}

.rs-search-products-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.predictive-search_recommend--item {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr) !important;
	gap: 32px;
	align-items: start;
	margin: 0;
	color: #151515;
	text-decoration: none;
}

.predictive-search_recommend--item .wp-block-media-text__media,
.predictive-search_recommend--item-image {
	width: 90px;
}

.predictive-search_recommend--item .wp-block-media-text__media img,
.predictive-search_recommend--item-image img {
	display: block;
	width: 90px;
	height: 135px;
	object-fit: cover;
	filter: brightness(1);
}

.predictive-search_recommend--item .wp-block-media-text__content {
	padding: 0;
}

.predictive-search_recommend--item .card__heading,
.predictive-search_recommend--item .card__heading a {
	display: block;
	margin: 0 0 8px;
	color: #151515;
	font-family: "Urbanist", "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
}

.predictive-search_recommend--item .price {
	margin: 0;
	color: #151515;
	font-size: 13px;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.rs-mean-search-form .drawer-header,
	.rs-search-field-wrap,
	.predictive-search,
	.predictive-search__group {
		padding-right: 24px;
		padding-left: 24px;
	}

	.predictive-search_recommend--item {
		gap: 24px;
	}
}

/* RESSALINA WooCommerce cart and checkout foundation. */
.woocommerce-cart #main,
.woocommerce-checkout #main,
.woocommerce-account #main,
.post-type-archive-product #main,
.tax-product_cat #main,
.single-product #main {
	background: #fff;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
	width: min(1240px, calc(100vw - 40px));
	margin: 0 auto;
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
	width: min(1240px, calc(100vw - 40px));
	margin: 0 auto 28px;
}

.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.8rem, 5vw, 5rem);
	font-weight: 400;
	line-height: 0.95;
	color: #151515;
}

.woocommerce-cart table.shop_table {
	border: 0;
	border-collapse: collapse;
	background: #fff;
}

.woocommerce-cart table.shop_table th {
	padding: 18px 0;
	border-bottom: 1px solid rgba(21, 21, 21, 0.16);
	color: rgba(21, 21, 21, 0.58);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.woocommerce-cart table.shop_table td {
	padding: 24px 0;
	border-top: 0;
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
	color: #151515;
}

.woocommerce-cart table.cart img {
	width: 96px;
	aspect-ratio: 0.75;
	object-fit: cover;
}

.woocommerce-cart table.cart .product-name a {
	color: #151515;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	text-decoration: none;
}

.woocommerce-cart .quantity input.qty {
	min-height: 42px;
	border: 1px solid rgba(21, 21, 21, 0.18);
	border-radius: 0;
	background: transparent;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 40px;
}

.woocommerce-cart .cart_totals {
	width: min(440px, 100%) !important;
	padding: 30px;
	border: 1px solid rgba(21, 21, 21, 0.12);
	background: #f8f8f8;
}

.woocommerce-cart .cart_totals h2 {
	margin: 0 0 22px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.2rem;
	font-weight: 400;
}

.woocommerce-cart .cart_totals table {
	border: 0;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
	border-color: rgba(21, 21, 21, 0.1);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .button,
.woocommerce-checkout .button,
.woocommerce-account .button {
	border-radius: 0 !important;
	background: #151515 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.woocommerce-cart .coupon .input-text {
	min-width: 220px;
	min-height: 42px;
	border: 1px solid rgba(21, 21, 21, 0.18);
	border-radius: 0;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info,
.woocommerce-account .woocommerce-info {
	border-top-color: #151515;
	background: #f8f8f8;
	color: #151515;
}

.woocommerce-cart .wp-site-blocks,
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .wc-block-cart {
	width: min(1240px, calc(100vw - 40px));
	margin-right: auto;
	margin-left: auto;
}

.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main h1 {
	width: min(1240px, calc(100vw - 40px));
	margin: 0 auto 30px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.8rem, 5vw, 5rem);
	font-weight: 400;
	line-height: 0.95;
	color: #151515;
}

.woocommerce-cart .wc-block-cart {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 44px;
	align-items: start;
}

.woocommerce-cart .wc-block-cart__main {
	padding: 0;
}

.woocommerce-cart .wc-block-cart-items {
	border: 0;
}

.woocommerce-cart .wc-block-cart-items__header th {
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.16);
	color: rgba(21, 21, 21, 0.58);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart-items__row {
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.woocommerce-cart .wc-block-cart-item__image img {
	width: 96px;
	aspect-ratio: 0.75;
	object-fit: cover;
}

.woocommerce-cart .wc-block-components-product-name {
	color: #151515;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	line-height: 1.05;
	text-decoration: none;
}

.woocommerce-cart .wc-block-components-quantity-selector {
	border-radius: 0;
	border-color: rgba(21, 21, 21, 0.18);
}

.woocommerce-cart .wc-block-cart__totals-title {
	display: block;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.12);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.2rem;
	font-weight: 400;
	text-align: left;
}

.woocommerce-cart .wc-block-cart__sidebar {
	padding: 30px;
	border: 1px solid rgba(21, 21, 21, 0.12);
	background: #f8f8f8;
}

.woocommerce-cart .wc-block-components-totals-wrapper {
	border-color: rgba(21, 21, 21, 0.1);
}

.woocommerce-cart .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-button {
	border-radius: 0;
	background: #151515;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 4vw, 4rem);
	font-weight: 400;
}

.woocommerce-cart .wc-block-grid__products {
	gap: 24px;
}

.woocommerce-cart .wc-block-grid__product-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: #151515;
}

.post-type-archive-product .ct-container,
.tax-product_cat .ct-container,
.single-product .ct-container {
	width: min(1240px, calc(100vw - 40px));
	max-width: none;
}

.post-type-archive-product .page-title,
.tax-product_cat .page-title,
.single-product .product_title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.6rem, 5vw, 4.8rem);
	font-weight: 400;
	line-height: 0.98;
	color: #151515;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	text-align: left;
}

.woocommerce ul.products li.product .ct-media-container,
.woocommerce ul.products li.product img {
	aspect-ratio: 0.75;
	object-fit: cover;
	background: #f5f5f5;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin-top: 14px;
	padding: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1.05;
	color: #151515;
}

.woocommerce ul.products li.product .price,
.single-product .summary .price {
	color: #151515;
	font-size: 14px;
	font-weight: 500;
}

.woocommerce ul.products li.product .button {
	border-radius: 0;
	background: #151515;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.single-product .woocommerce-product-gallery img {
	background: #f5f5f5;
}

.single-product .single_add_to_cart_button,
.single-product .ct-cart-actions .button {
	border-radius: 0 !important;
	background: #151515 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.single-product .quantity input.qty {
	border-radius: 0;
	border-color: rgba(21, 21, 21, 0.18);
}

@media (max-width: 768px) {
	.woocommerce-cart .entry-content,
	.woocommerce-checkout .entry-content,
	.woocommerce-account .entry-content,
	.woocommerce-cart .entry-header,
	.woocommerce-checkout .entry-header,
	.woocommerce-account .entry-header {
		width: calc(100vw - 32px);
	}

	.woocommerce-cart .cart_totals {
		padding: 22px;
	}

	.woocommerce-cart .wc-block-cart {
		display: block;
	}

	.woocommerce-cart .wc-block-cart__sidebar {
		margin-top: 28px;
		padding: 22px;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 12px;
	}
}

@media (min-width: 1181px) {
	.rs-header-meta-left {
		padding-right: 18px;
	}

	.rs-header-meta-right {
		padding-left: 18px;
	}
}

@media (max-width: 1180px) {
	.rs-header-shell {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	.rs-brand-mark {
		order: -1;
	}

	.rs-header-meta-left,
	.rs-header-meta-right {
		justify-content: center;
	}
}

body .ct-container-full {
	max-width: 100%;
}

.rs-site-header a:focus-visible,
.rs-hero-dot:focus-visible,
.rs-hero-cta:focus-visible,
.rs-button:focus-visible {
	outline: 2px solid #ee2d74;
	outline-offset: 3px;
}

.rs-home {
	padding-bottom: 80px;
}

.rs-shell {
	width: var(--rs-content);
	margin: 0 auto;
}

.rs-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rs-soft-ink);
}

.rs-kicker::before {
	content: "";
	width: 32px;
	height: 1px;
	background: currentColor;
	opacity: 0.55;
}

.rs-title,
.rs-section-title,
.rs-quote,
.rs-card-title,
.rs-product-name,
.rs-journal-title,
.rs-hero-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: 0.01em;
}

.rs-title {
	margin: 0 0 24px;
	font-size: clamp(3.3rem, 7vw, 6.8rem);
	line-height: 0.92;
	font-weight: 500;
}

.rs-intro {
	max-width: 520px;
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 1.8;
	color: var(--rs-soft-ink);
}

.rs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.rs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 14px 26px;
	border: 1px solid var(--rs-brown);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.rs-button:hover {
	transform: translateY(-2px);
}

.rs-button-primary {
	background: var(--rs-brown);
	color: #fff;
}

.rs-button-secondary {
	background: transparent;
	color: var(--rs-brown);
}

.rs-hero {
	padding: 42px 0 0;
	margin-top: -42px;
}

.rs-hero-slider {
	position: relative;
	min-height: min(900px, 100vh);
	overflow: hidden;
	background: linear-gradient(180deg, #c9b79f 0%, #c0af98 100%);
}

.rs-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.rs-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.rs-hero-stage {
	position: relative;
	min-height: min(900px, 100vh);
	padding: 224px 64px 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rs-hero-copywrap {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	text-align: center;
	padding: 0 24px;
}

.rs-hero-copy-inner {
	max-width: 620px;
	color: #fff;
	text-shadow: 0 8px 22px rgba(55, 40, 24, 0.18);
}

.rs-hero-eyebrow {
	margin: 0 0 18px;
	font-size: 16px;
	font-family: "Fahkwang", Georgia, serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rs-hero-title {
	margin: 0 0 18px;
	font-size: clamp(3.8rem, 7vw, 7.6rem);
	line-height: 0.92;
	font-weight: 400;
}

.rs-hero-subcopy {
	max-width: 560px;
	margin: 0 auto 28px;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 400;
}

.rs-hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	min-height: 44px;
	padding: 10px 26px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: transparent;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.rs-hero-cta:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #45332d;
	border-color: rgba(255, 255, 255, 0.9);
}

.rs-hero-dots {
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 3;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.rs-hero-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.rs-hero-dot.is-active {
	background: #fff;
	transform: scale(1.15);
}

.rs-banner {
	padding: 18px 0 50px;
}

.rs-banner-inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	padding: 22px 28px;
	border: 1px solid var(--rs-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	backdrop-filter: blur(8px);
	align-items: center;
}

.rs-banner-inner p {
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rs-banner-inner span {
	color: var(--rs-soft-ink);
}

.rs-section {
	padding: 42px 0;
}

.rs-section-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 18px;
	align-items: end;
	margin-bottom: 28px;
}

.rs-section-title {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	line-height: 0.98;
	font-weight: 500;
}

.rs-section-copy {
	max-width: 480px;
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: var(--rs-soft-ink);
}

.rs-collections {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.rs-card {
	position: relative;
	min-height: 480px;
	padding: 28px;
	border-radius: var(--rs-radius);
	overflow: hidden;
	background: #ddd center/cover no-repeat;
	color: #fff;
	box-shadow: var(--rs-shadow);
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.rs-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 13, 12, 0.04), rgba(18, 13, 12, 0.72));
}

.rs-card > * {
	position: relative;
	z-index: 1;
}

.rs-card:nth-child(1) {
	background-image: url('/wp-content/uploads/2021/12/about-us-collection-section_optimized.webp');
}

.rs-card:nth-child(2) {
	background-image: url('/wp-content/uploads/2021/12/blog-article-thumb-1_optimized.webp');
}

.rs-card:nth-child(3) {
	background-image: url('/wp-content/uploads/2021/12/blog-article-thumb-2_optimized.webp');
}

.rs-card-label {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.8;
}

.rs-card-title {
	margin: 0 0 12px;
	font-size: 2.15rem;
	line-height: 0.95;
	font-weight: 500;
}

.rs-card-copy {
	max-width: 280px;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

.rs-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.rs-product {
	display: block;
	padding: 18px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(39, 26, 24, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(18, 13, 12, 0.06);
	color: inherit;
}

.rs-product-thumb {
	aspect-ratio: 0.78;
	margin-bottom: 16px;
	border-radius: 18px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(18, 13, 12, 0.02), rgba(18, 13, 12, 0.12)),
		url('/wp-content/uploads/2021/12/blog-article-thumb-3_optimized.webp') center/cover no-repeat;
}

.rs-product-name {
	margin: 0 0 8px;
	font-size: 1.7rem;
	line-height: 1;
	font-weight: 500;
}

.rs-product-meta,
.rs-product-price {
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rs-soft-ink);
}

.rs-product-price {
	display: block;
	margin-top: 12px;
	color: var(--rs-brown);
	font-weight: 800;
}

.rs-story {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 28px;
	align-items: stretch;
}

.rs-story-panel,
.rs-story-visual {
	border-radius: var(--rs-radius);
	overflow: hidden;
}

.rs-story-panel {
	padding: clamp(34px, 5vw, 60px);
	background: var(--rs-brown);
	color: #fff;
}

.rs-quote {
	margin: 0 0 18px;
	font-size: clamp(2.1rem, 4vw, 4rem);
	line-height: 0.98;
	font-weight: 500;
}

.rs-story-panel p {
	max-width: 460px;
	font-size: 15px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.78);
}

.rs-story-visual {
	position: relative;
	min-height: 580px;
	background:
		linear-gradient(180deg, rgba(18, 13, 12, 0.18), rgba(18, 13, 12, 0.3)),
		url('/wp-content/uploads/2021/12/about-us-newsletter-background_optimized.webp') center/cover no-repeat;
}

.rs-story-badge {
	position: absolute;
	left: 26px;
	bottom: 26px;
	padding: 20px 22px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(10px);
	max-width: 250px;
}

.rs-story-badge strong {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.rs-story-badge span {
	font-size: 14px;
	line-height: 1.7;
	color: var(--rs-soft-ink);
}

.rs-journal {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.rs-journal-card {
	display: block;
	padding: 20px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(39, 26, 24, 0.08);
	color: inherit;
}

.rs-journal-thumb {
	aspect-ratio: 1.15;
	margin-bottom: 16px;
	border-radius: 18px;
	background: #d8c8be center/cover no-repeat;
}

.rs-journal-card:nth-child(1) .rs-journal-thumb {
	background-image: url('/wp-content/uploads/2021/12/blog-article-thumb-1_optimized.webp');
}

.rs-journal-card:nth-child(2) .rs-journal-thumb {
	background-image: url('/wp-content/uploads/2021/12/blog-article-thumb-2_optimized.webp');
}

.rs-journal-card:nth-child(3) .rs-journal-thumb {
	background-image: url('/wp-content/uploads/2021/12/blog-article-thumb-3_optimized.webp');
}

.rs-journal-title {
	margin: 0 0 10px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 500;
}

.rs-journal-meta,
.rs-journal-excerpt {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--rs-soft-ink);
}

.rs-newsletter {
	padding: 42px 0 10px;
}

.rs-newsletter-box {
	padding: clamp(30px, 5vw, 54px);
	border-radius: calc(var(--rs-radius) + 4px);
	background:
		linear-gradient(135deg, rgba(179, 98, 120, 0.14), rgba(39, 26, 24, 0.92)),
		url('/wp-content/uploads/2021/12/about-us-newsletter-background_optimized.webp') center/cover no-repeat;
	color: #fff;
	box-shadow: var(--rs-shadow);
}

.rs-newsletter-box p {
	max-width: 620px;
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.82);
}

.rs-mini-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rs-mini-list li {
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.rs-story,
	.rs-collections,
	.rs-products,
	.rs-journal {
		grid-template-columns: 1fr 1fr;
	}

	.rs-card:last-child,
	.rs-products .rs-product:last-child,
	.rs-journal .rs-journal-card:last-child {
		grid-column: span 2;
	}

	.rs-hero-stage {
		padding: 240px 30px 76px;
	}

	.rs-hero-copy-inner {
		max-width: 760px;
	}
}

@media (max-width: 768px) {
	:root {
		--rs-header-offset: 76px;
	}

	body:not(.home) #main {
		padding-top: var(--rs-header-offset);
	}

	.rs-site-header {
		color: #fff;
	}

	.rs-announcement-inner {
		position: relative;
		min-height: 36px;
		width: 100%;
		padding: 0 16px;
		gap: 8px;
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0.01em;
		text-transform: none;
	}

	.rs-announcement-icon {
		width: 20px;
		height: 20px;
	}

	.rs-announcement-inner a {
		color: #fff;
		font-weight: 600;
		text-underline-offset: 2px;
	}

	.rs-header-main {
		background: transparent;
	}

	.rs-header-shell {
		display: grid;
		grid-template-columns: 50px minmax(0, 1fr) 78px;
		width: 100%;
		min-height: 40px;
		padding: 0 14px;
		column-gap: 0;
	}

	.rs-brand-mark {
		order: initial;
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0.16em;
		color: #fff;
	}

	.rs-mobile-menu-toggle {
		display: inline-flex;
		grid-column: 1;
		grid-row: 1;
		width: 36px;
		height: 36px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		cursor: pointer;
	}

	.rs-mobile-menu-toggle span {
		display: block;
		width: 23px;
		height: 1px;
		background: currentColor;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	body.rs-mobile-menu-open .rs-mobile-menu-toggle span:first-child {
		transform: translateY(6px) rotate(45deg);
	}

	body.rs-mobile-menu-open .rs-mobile-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	body.rs-mobile-menu-open .rs-mobile-menu-toggle span:last-child {
		transform: translateY(-6px) rotate(-45deg);
	}

	.rs-header-meta-left {
		display: none;
	}

	.rs-header-meta-right {
		grid-column: 3;
		grid-row: 1;
		display: flex;
		justify-content: flex-end;
		gap: 15px;
	}

	.rs-header-meta-right > a:not(.rs-icon-link) {
		display: none;
	}

	.rs-header-meta-right .rs-icon-link[href*="my-account"] {
		display: none;
	}

	.rs-icon-link {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
		color: #fff;
	}

	body.home.rs-header-scrolled .rs-site-header,
	body.home .rs-header-main:hover,
	body.home.rs-header-scrolled .rs-header-main,
	body.home .rs-header-main:hover {
		background: transparent;
		backdrop-filter: none;
		box-shadow: none;
		color: #fff;
	}

	.rs-centered-nav {
		display: none;
	}

	.rs-mobile-drawer-backdrop {
		position: fixed;
		inset: 76px 0 0;
		z-index: 996;
		display: block;
		background: rgba(0, 0, 0, 0.46);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}

	body.rs-mobile-menu-open .rs-mobile-drawer-backdrop {
		opacity: 1;
		visibility: visible;
	}

	.rs-mobile-drawer-nav {
		position: fixed;
		top: 76px;
		left: 0;
		z-index: 997;
		display: grid;
		grid-template-rows: 1fr auto;
		width: min(100vw, 400px);
		height: calc(100dvh - 76px);
		overflow: hidden;
		background: #fff;
		color: #151515;
		transform: translateX(-101%);
		visibility: hidden;
		opacity: 0;
		transition: transform 0.5s cubic-bezier(0.31, 1, 0.31, 1), visibility 0.5s cubic-bezier(0.31, 1, 0.31, 1), opacity 0.5s cubic-bezier(0.31, 1, 0.31, 1);
		scrollbar-width: none;
	}

	.rs-mobile-drawer-nav::-webkit-scrollbar {
		display: none;
	}

	body.rs-mobile-menu-open .rs-mobile-drawer-nav {
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
	}

	.rs-mobile-drawer__menu {
		display: grid;
		align-content: start;
		margin: 0;
		padding: 28px 0 118px;
		list-style: none;
		overflow-y: auto;
		scrollbar-width: none;
	}

	.rs-mobile-drawer__menu::-webkit-scrollbar {
		display: none;
	}

	.rs-mobile-drawer__menu-nested {
		padding: 14px 0 0;
	}

	.rs-mobile-drawer__item {
		position: relative;
		display: flex;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 12px 20px;
		border: 0;
		background: transparent;
		color: #151515;
		font-family: "Urbanist", "Helvetica Neue", sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.25;
		letter-spacing: 0;
		text-align: left;
		text-decoration: none;
	}

	.rs-mobile-drawer__summary {
		cursor: pointer;
		list-style: none;
	}

	.rs-mobile-drawer__summary::-webkit-details-marker {
		display: none;
	}

	.rs-mobile-drawer__summary svg {
		width: 17px;
		height: 17px;
		flex: 0 0 17px;
		transition: transform 0.22s ease;
	}

	.rs-mobile-drawer__group[open] > .rs-mobile-drawer__summary svg {
		transform: rotate(90deg);
	}

	.rs-mobile-drawer__panel {
		position: fixed;
		inset: 76px auto 0 0;
		z-index: 998;
		width: min(100vw, 400px);
		overflow: hidden auto;
		background: #fff;
		color: #151515;
		transform: translateX(101%);
		visibility: hidden;
		opacity: 0;
		transition: transform 0.5s cubic-bezier(0.31, 1, 0.31, 1), visibility 0.5s cubic-bezier(0.31, 1, 0.31, 1), opacity 0.5s cubic-bezier(0.31, 1, 0.31, 1);
		scrollbar-width: none;
	}

	.rs-mobile-drawer__panel.is-active {
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
	}

	.rs-mobile-drawer__panel::-webkit-scrollbar {
		display: none;
	}

	.rs-mobile-drawer__panel-content {
		padding-bottom: 22px;
		background: #fff;
	}

	.rs-mobile-drawer__back {
		display: flex;
		gap: 14px;
		align-items: center;
		min-height: 54px;
		width: 100%;
		padding: 17px 20px;
		border-top: 1px solid rgba(21, 21, 21, 0.1);
		border-bottom: 1px solid rgba(21, 21, 21, 0.1);
		border-right: 0;
		border-left: 0;
		background: #fff;
		color: #151515;
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
	}

	.rs-mobile-drawer__back svg {
		width: 18px;
		height: 18px;
	}

	.rs-mobile-drawer__submenu {
		display: grid;
		margin: 0;
		padding: 0 0 10px;
		list-style: none;
	}

	.rs-mobile-drawer__submenu .rs-mobile-drawer__item {
		min-height: 38px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 34px;
		font-size: 14px;
		color: #444;
	}

	.rs-mobile-drawer__group > .rs-mobile-drawer__summary {
		font-size: 15px;
		color: #151515;
	}

	.rs-mobile-drawer__card {
		display: grid;
		gap: 8px;
		padding: 18px 12px 8px;
		color: #151515;
		text-decoration: none;
	}

	.rs-mobile-drawer__card img {
		display: block;
		width: 72%;
		max-width: 260px;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		object-position: center;
	}

	.rs-mobile-drawer__card span {
		margin-top: 8px;
		color: #555;
		font-size: 12px;
	}

	.rs-mobile-drawer__card strong {
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 21px;
		font-weight: 500;
		line-height: 1.12;
	}

	.rs-mobile-drawer__card em {
		width: fit-content;
		padding-bottom: 4px;
		border-bottom: 1px solid currentColor;
		font-size: 13px;
		font-style: normal;
	}

	.rs-mobile-drawer__utility {
		display: flex;
		flex-direction: column;
		min-height: 78px;
		padding: 0 22px;
		border-top: 1px solid rgba(21, 21, 21, 0.1);
		background: #fff;
		gap: 8px;
		justify-content: center;
	}

	.rs-mobile-drawer__utility-row,
	.rs-mobile-drawer__localization {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.rs-mobile-drawer__utility-row {
		gap: 22px;
	}

	.rs-mobile-drawer__localization {
		gap: 34px;
		min-width: 0;
	}

	.rs-mobile-drawer__utility a {
		color: #151515;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0;
		text-transform: none;
		text-decoration: none;
	}

	.rs-mobile-drawer__account {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		white-space: nowrap;
	}

	.rs-mobile-drawer__account svg {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}

	.rs-mobile-drawer__divider {
		width: 1px;
		height: 24px;
		background: rgba(21, 21, 21, 0.08);
	}

	.rs-mobile-locale-select {
		position: relative;
		display: inline-flex;
		align-items: center;
		min-height: 28px;
	}

	.rs-mobile-locale-select summary {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #151515;
		font: inherit;
		font-size: 14px;
		cursor: pointer;
		list-style: none;
	}

	.rs-mobile-locale-select img {
		width: 20px;
		height: 20px;
		border-radius: 999px;
		object-fit: cover;
	}

	.rs-mobile-locale-select summary::-webkit-details-marker {
		display: none;
	}

	.rs-mobile-locale-select summary::after {
		content: "";
		width: 5px;
		height: 5px;
		margin-top: -3px;
		border-right: 1px solid currentColor;
		border-bottom: 1px solid currentColor;
		transform: rotate(45deg);
	}

	.rs-mobile-locale-select[open] summary::after {
		margin-top: 3px;
		transform: rotate(225deg);
	}

	.rs-mobile-locale-select ul {
		position: absolute;
		right: 0;
		bottom: calc(100% + 14px);
		z-index: 1002;
		display: grid;
		min-width: 118px;
		margin: 0;
		padding: 8px 0;
		list-style: none;
		background: #fff;
		border: 1px solid rgba(20, 56, 82, 0.1);
		border-radius: 8px 8px 0 0;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
	}

	.rs-mobile-locale-select li {
		margin: 0;
	}

	.rs-mobile-locale-select li a {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 9px 14px;
		color: #143852;
		font-size: 14px;
		white-space: nowrap;
		text-decoration: none;
	}

	.rs-mobile-locale-select li a:hover,
	.rs-mobile-locale-select li a.is-active {
		background: rgba(0, 0, 0, 0.05);
		color: #1d2327;
	}

	.rs-home {
		padding-bottom: 48px;
	}

	.rs-hero {
		padding-top: 0;
		margin-top: 0;
	}

	.rs-story,
	.rs-collections,
	.rs-products,
	.rs-journal,
	.rs-banner-inner {
		grid-template-columns: 1fr;
	}

	.rs-card,
	.rs-story-visual {
		min-height: 360px;
	}

	.rs-banner-inner {
		border-radius: 28px;
	}

	.rs-card:last-child,
	.rs-products .rs-product:last-child,
	.rs-journal .rs-journal-card:last-child {
		grid-column: auto;
	}

	.rs-hero-stage {
		min-height: 76vh;
		padding: 190px 18px 64px;
	}

	.rs-hero-title {
		font-size: clamp(2.8rem, 12vw, 4.8rem);
	}

	.rs-hero-subcopy {
		font-size: 16px;
	}
}

body.home,
.editor-styles-wrapper {
	background: #fff;
	color: #151515;
}

body.home .entry-content {
	margin: 0;
}

body.home #main,
body.home .site-main,
body.home .rs-home,
body.home .rs-home-blocks,
body.home .entry-content,
body.home article,
body.home .ct-container,
body.home .ct-container-full {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

body.home #main > .ct-container,
body.home #main > .ct-container-full,
body.home .site-main > .ct-container,
body.home .site-main > .ct-container-full {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.rs-home-blocks {
	--rs-content: min(1200px, calc(100vw - 40px));
	--rs-line: rgba(21, 21, 21, 0.12);
	--rs-pink: #ee2d74;
	--rs-ink: #151515;
	--rs-muted: #646464;
	font-family: "Urbanist", "Helvetica Neue", sans-serif;
	background: #fff;
	padding-top: 0;
}

.rs-home-blocks a {
	text-decoration: none;
}

.rs-gb-hero {
	width: 100vw;
	max-width: 100vw;
	margin-top: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-top: 0;
	background: #fff;
}

.rs-mean-slideshow {
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: 100vw !important;
	aspect-ratio: 2 / 1;
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: hidden;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	background: #fff;
	cursor: pointer;
	touch-action: pan-y;
	user-select: none;
	transform: translateX(-50%);
}

.rs-mean-slideshow.is-dragging {
	cursor: grabbing;
}

.rs-mean-slide {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.01);
	transition: opacity 0.85s ease, visibility 0.85s ease, transform 1.2s ease;
}

.rs-mean-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.rs-mean-slide-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
	-webkit-user-drag: none;
	user-drag: none;
}

.rs-mean-slide-media,
.rs-mean-slide-media img,
.rs-mean-slide > img {
	position: absolute;
	inset: -1px;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.rs-mean-slide-media img,
.rs-mean-slide > img {
	object-fit: cover;
	object-position: var(--rs-slide-position, center center);
	-webkit-user-drag: none;
	user-drag: none;
}

.rs-mean-slide:nth-child(1) .rs-mean-slide-media img,
.rs-mean-slide:nth-child(1) > img {
	object-position: 27.637% top;
}

.rs-mean-slide:nth-child(2) .rs-mean-slide-media img,
.rs-mean-slide:nth-child(2) > img {
	object-position: 68.066% top;
}

.rs-mean-slide:nth-child(3) .rs-mean-slide-media img,
.rs-mean-slide:nth-child(3) > img {
	object-position: 24.316% top;
}

.rs-mean-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: var(--rs-slide-overlay, transparent);
	pointer-events: none;
}

.rs-mean-slide:nth-child(2)::after {
	--rs-slide-overlay: rgba(0, 0, 0, 0.04);
}

.rs-mean-slide:nth-child(3)::after {
	--rs-slide-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 90%);
}

.rs-mean-slide-content {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	max-width: 800px;
	padding: var(--rs-header-offset) 24px 0;
	color: #fff;
	text-align: center;
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s ease 0.18s, transform 0.7s ease 0.18s;
	pointer-events: none;
}

.rs-mean-slide.is-active .rs-mean-slide-content {
	opacity: 1;
	transform: translateY(0);
}

.rs-mean-slide-content h2 {
	margin: 0 0 12px;
	color: inherit;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.6rem, 6vw, 5rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: 0;
}

.rs-mean-slide-content p {
	max-width: 620px;
	margin: 0 0 28px;
	color: inherit;
	font-size: 18px;
	line-height: 1.45;
}

.rs-mean-slide-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	min-height: 43px;
	border: 1px solid currentColor;
	padding: 10px 24px;
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	pointer-events: auto;
}

.rs-mean-slide-button:hover {
	background: #fff;
	color: #111;
}

.rs-mean-slider-pagination {
	position: absolute;
	right: 0;
	bottom: 48px;
	left: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.rs-mean-slider-dot {
	width: 8px;
	height: 8px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	background: transparent;
	padding: 0;
	cursor: pointer;
	opacity: 0.9;
	transition: background-color 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.rs-mean-slider-dot.is-active,
.rs-mean-slider-dot[aria-current="true"] {
	background: #fff;
	border-color: #fff;
	transform: scale(1.08);
}

.rs-gb-hero .wp-block-cover__inner-container {
	width: var(--rs-content);
}

.rs-gb-hero-copy {
	padding-top: var(--rs-header-offset);
	color: #fff;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.rs-gb-hero .rs-hero-eyebrow,
.rs-gb-hero .rs-hero-title,
.rs-gb-hero .rs-hero-subcopy {
	color: #fff;
}

.rs-gb-hero .rs-hero-subcopy {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.rs-hero-cta-block .wp-block-button__link,
.rs-button-secondary .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 28px;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.rs-hero-cta-block .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.9);
	background: transparent;
	color: #fff;
}

.rs-hero-cta-block .wp-block-button__link:hover {
	background: #fff;
	color: #151515;
}

.rs-button-secondary .wp-block-button__link {
	border: 1px solid #151515;
	background: transparent;
	color: #151515;
}

.rs-button-secondary .wp-block-button__link:hover {
	background: #151515;
	color: #fff;
	transform: translateY(-2px);
}

.rs-arrivals {
	background: #fff;
	margin-top: -1px;
	padding: 80px 0 48px;
}

.rs-arrivals-inner {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
	gap: 48px;
	width: min(1320px, calc(100vw - 48px));
	margin: 0 auto;
}

.rs-arrivals-copy {
	display: grid;
	align-content: center;
	justify-items: start;
	color: rgb(5, 15, 45);
	text-align: left;
}

.rs-arrivals-copy h2 {
	margin: 4px 0 0;
	color: rgb(5, 15, 45);
	font-family: "Fahkwang", sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.rs-arrivals-copy p {
	max-width: 330px;
	margin: 6px 0 35px;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.65;
}

.rs-arrivals-copy a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	padding: 8px 28px;
	color: #111;
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.rs-arrivals-copy a:hover {
	background: #fff;
	color: #111;
}

.rs-arrivals-grid {
	display: flex;
	gap: 24px;
}

.rs-arrivals-carousel {
	position: relative;
	min-width: 0;
}

.rs-arrivals-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	cursor: grab;
}

.rs-arrivals-viewport::-webkit-scrollbar {
	display: none;
}

.rs-arrivals-viewport.is-dragging {
	cursor: grabbing;
}

.rs-arrival-card {
	flex: 0 0 calc((100% - 72px) / 4);
	display: grid;
	min-width: 0;
	gap: 14px;
	color: #111;
	text-align: center;
	text-decoration: none;
	-webkit-user-drag: none;
	user-select: none;
}

.rs-arrival-card img {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	background: #f5f5f5;
	transition: transform 0.45s ease;
}

.rs-arrival-card:hover img {
	transform: scale(1.025);
}

.rs-arrival-card span {
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.25px;
	line-height: 1.3;
}

.rs-arrivals-controls {
	display: block;
	margin-top: 40px;
}

.rs-arrivals-progress {
	position: relative;
	height: 2px;
	width: 25%;
	margin: 0 auto;
	overflow: hidden;
	background: rgba(17, 17, 17, 0.14);
}

.rs-arrivals-progress span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #111;
	transform: scaleX(var(--rs-arrivals-progress-scale, 0));
	transform-origin: left;
	transition: transform 0.3s ease;
}

.rs-arrivals-arrows {
	position: absolute;
	top: 50%;
	right: -20px;
	left: -20px;
	z-index: 3;
	pointer-events: none;
}

.rs-arrivals-arrow {
	position: absolute;
	top: 0;
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	padding: 0;
	box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
	cursor: pointer;
	pointer-events: auto;
	transform: translateY(-50%) scale(0);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.rs-arrivals-carousel:hover .rs-arrivals-arrow,
.rs-arrivals-carousel:focus-within .rs-arrivals-arrow {
	transform: translateY(-50%) scale(1);
}

.rs-arrivals-arrow:hover {
	background: #fff;
	color: #111;
	opacity: 0.9;
}

.rs-arrivals-arrow:disabled {
	background: #fff;
	color: rgba(17, 17, 17, 0.3);
	box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
	opacity: 1;
	cursor: default;
}

.rs-arrivals-arrow:disabled:hover {
	background: #fff;
	color: rgba(17, 17, 17, 0.3);
	opacity: 1;
}

.rs-arrivals-arrow-prev {
	left: 0;
}

.rs-arrivals-arrow-next {
	right: 0;
}

.rs-arrivals-arrow svg {
	display: none;
}

.rs-arrivals-arrow::before {
	display: block;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

.rs-arrivals-arrow-prev::before {
	content: "\2039";
	transform: translateX(-1px);
}

.rs-arrivals-arrow-next::before {
	content: "\203A";
	transform: translateX(1px);
}

.rs-arrivals-arrow:disabled::before {
	color: rgba(17, 17, 17, 0.45);
}

.rs-season-curation {
	padding: 36px 0;
	background: #fff;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
}

.rs-season-inner {
	width: min(1400px, calc(100vw - 48px));
	margin: 0 auto;
}

.rs-season-header {
	display: none;
	align-items: flex-end;
	gap: 1.5rem;
	margin-bottom: 4rem;
	text-align: left;
}

.rs-season-header > div {
	flex: 1;
}

.rs-season-kicker,
.rs-season-header p,
.rs-season-text-card p {
	margin: 0;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.25px;
	line-height: 1.65;
}

.rs-season-header h2 {
	margin: 6px 0;
	color: rgb(5, 15, 45);
	font-family: "Fahkwang", sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
}

.rs-season-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rs-season-card {
	position: relative;
	display: flex;
	min-height: 100%;
	overflow: hidden;
	color: rgb(5, 15, 45);
	text-decoration: none;
}

.rs-season-image-card {
	aspect-ratio: 2 / 3;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

.rs-season-image-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.23) 90%);
}

.rs-season-image-card img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.rs-season-image-card span {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0 24px 56px;
	color: #fff;
	font-family: "Fahkwang", sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
	transition: transform 0.28s ease;
}

.rs-season-image-card:hover img {
	transform: scale(1.04);
}

.rs-season-image-card:hover span {
	transform: translateY(-4px);
}

.rs-season-text-card {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	background: rgb(244, 246, 250);
	text-align: center;
}

.rs-season-text-card h3 {
	margin: 10px 0;
	color: rgb(5, 15, 45);
	font-family: "Fahkwang", sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
}

.rs-season-text-card p:first-child {
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 1.5;
}

.rs-season-text-card p:last-child {
	max-width: 320px;
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 1.65;
}

.rs-home-blocks .rs-latest-list {
	width: min(1400px, calc(100vw - 48px));
	margin: 0 auto;
	padding: 24px 0 40px;
	background: #fff;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	text-align: center;
}

.rs-home-blocks .rs-latest-list h2 {
	margin: 0 0 4rem;
	color: rgb(5, 15, 45);
	font-family: "Fahkwang", sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: calc(1 + 0.5 / 1);
}

.rs-home-blocks .rs-latest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	margin-top: 0;
}

.rs-home-blocks .rs-latest-card {
	display: grid;
	align-content: start;
	justify-items: center;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	text-decoration: none;
	text-align: center;
}

.rs-home-blocks .rs-latest-card img {
	display: block;
	width: 100%;
	aspect-ratio: 25 / 36 !important;
	object-fit: cover;
	background: #f5f5f5;
}

.rs-home-blocks .rs-latest-card h3 {
	margin: 16px 0 12px;
	color: rgb(5, 15, 45);
	font-family: "Fahkwang", sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: calc(1 + 0.5 / 1);
	transition: color 0.2s ease;
}

.rs-home-blocks .rs-latest-card p {
	max-width: none;
	margin: 0 0 2rem;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.65;
	transition: color 0.2s ease;
}

.rs-home-blocks .rs-latest-card span {
	position: relative;
	display: inline-flex;
	min-height: auto;
	align-items: center;
	gap: 8px;
	border: 0;
	padding: 0 0 5px;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: none;
	transition: color 0.2s ease;
}

.rs-home-blocks .rs-latest-card span::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.22s ease;
}

.rs-home-blocks .rs-latest-card span::after {
	content: "\2197";
	font-size: 15px;
	line-height: 1;
	transform: translateY(-1px);
}

.rs-home-blocks .rs-latest-card:hover span {
	background: transparent;
	color: var(--rs-pink);
}

.rs-home-blocks .rs-latest-card:hover h3,
.rs-home-blocks .rs-latest-card:hover p {
	color: var(--rs-pink);
}

.rs-home-blocks .rs-latest-card:hover span::before {
	transform: scaleX(0.72);
}

.rs-text-icons {
	padding: 0 0 64px;
	background: #fff;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	overflow: hidden;
}

.rs-text-icons-divider {
	width: min(100%, 100vw);
	margin: 0 auto 64px;
	border-top: 1px solid rgba(5, 15, 45, 0.12);
}

.rs-text-icons-inner {
	width: min(1400px, calc(100vw - 48px));
	margin: 0 auto;
}

.rs-text-icons-track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5rem;
}

.rs-text-icon-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	color: rgb(5, 15, 45);
	text-align: center;
}

.rs-text-icon-card img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.rs-text-icon-card h3 {
	margin: 40px 0 16px;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.25px;
	line-height: 1.4;
	text-transform: uppercase;
}

.rs-text-icon-card p {
	max-width: 270px;
	margin: 0;
	color: rgb(5, 15, 45);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.65;
}

.rs-discount-signup {
	padding: 36px 0;
	background: #000;
	color: #fff;
	font-family: "Afacad Flux", "Urbanist", sans-serif;
}

.rs-discount-signup-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem 8rem;
	align-items: center;
	width: min(1400px, calc(100vw - 48px));
	margin: 0 auto;
}

#shopify-section-template--20506873921704__custom_content_m9xQF3 .custom-block__text {
	display: flex;
	align-items: center;
}

#shopify-section-template--20506873921704__custom_content_m9xQF3 .or-text-blocks {
	text-align: left;
}

#shopify-section-template--20506873921704__custom_content_m9xQF3 .or-text-blocks h2 {
	margin: 0;
	color: #fff;
	font-family: "Fahkwang", sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
}

#shopify-section-template--20506873921704__custom_content_m9xQF3 .or-text-blocks p {
	max-width: 560px;
	margin: 8px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.25px;
	line-height: 1.65;
}

#shopify-section-template--20506873921704__custom_content_m9xQF3 .custom-block__newsletter,
#shopify-section-template--20506873921704__custom_content_m9xQF3 .or-newsletter-blocks,
#shopify-section-template--20506873921704__custom_content_m9xQF3 .max-w-2xl,
#shopify-section-template--20506873921704__custom_content_m9xQF3 newsletter-form,
#shopify-section-template--20506873921704__custom_content_m9xQF3 .newsletter-form__field-wrapper {
	display: block;
	width: 100%;
}

#shopify-section-template--20506873921704__custom_content_m9xQF3 .newsletter__form {
	margin-top: 0;
}

.rs-discount-form {
	width: 100%;
	margin: 0;
}

.rs-discount-field {
	position: relative;
	width: 100%;
}

.rs-discount-field input {
	width: 100%;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 0;
	padding: 0 58px 0 18px;
	background: transparent;
	color: #fff;
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.25px;
	outline: none;
}

.rs-discount-field input::placeholder {
	color: rgba(255, 255, 255, 0.82);
}

.rs-discount-field input:focus {
	border-color: #fff;
}

.rs-discount-field button {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.rs-discount-field svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.2s ease;
}

.rs-discount-field button:hover svg {
	transform: translateX(3px);
}

.rs-featured-brand {
	padding: 48px 0;
	background: #fff;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	overflow: hidden;
}

.rs-featured-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 3rem 5rem;
	align-items: center;
	width: min(1400px, calc(100vw - 48px));
	margin: 0 auto;
}

.rs-featured-copy {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

.rs-featured-kicker {
	margin: 0;
	color: rgb(5, 15, 45);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.25px;
	line-height: 1.5;
}

.rs-featured-copy h2 {
	margin: 6px 0 0;
	color: rgb(5, 15, 45);
	font-family: "Fahkwang", sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
}

.rs-featured-copy p:not(.rs-featured-kicker) {
	max-width: 390px;
	margin: 6px 0 0;
	color: rgb(5, 15, 45);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.65;
}

.rs-featured-copy a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 26px;
	padding-bottom: 5px;
	color: rgb(5, 15, 45);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.3;
	text-decoration: none;
	transition: color 0.2s ease;
}

.rs-featured-copy a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	transition: transform 0.22s ease;
	transform-origin: left;
}

.rs-featured-copy a::after {
	content: "\2197";
	font-size: 15px;
	line-height: 1;
	transform: translateY(-1px);
}

.rs-featured-copy a:hover {
	color: var(--rs-pink);
}

.rs-featured-copy a:hover::before {
	transform: scaleX(0.72);
}

.rs-featured-carousel {
	position: relative;
	min-width: 0;
}

.rs-featured-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	cursor: grab;
}

.rs-featured-viewport::-webkit-scrollbar {
	display: none;
}

.rs-featured-viewport.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.rs-featured-track {
	display: flex;
	gap: 2rem;
}

.rs-product-card {
	display: block;
	flex: 0 0 calc((100% - 6rem) / 4);
	min-width: 0;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", "Urbanist", sans-serif;
	text-align: center;
	text-decoration: none;
}

.rs-product-media {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 2 / 3;
	background: #f5f5f5;
}

.rs-product-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.35s ease, transform 0.45s ease;
}

.rs-product-image-secondary {
	opacity: 0;
	transform: scale(1.02);
}

.rs-product-card:hover .rs-product-image-primary {
	opacity: 0;
}

.rs-product-card:hover .rs-product-image-secondary {
	opacity: 1;
	transform: scale(1.05);
}

.rs-product-vendor,
.rs-product-title,
.rs-product-price,
.rs-product-colors {
	display: block;
	color: rgb(5, 15, 45);
	font-weight: 300;
	transition: color 0.2s ease;
}

.rs-product-vendor {
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 11px;
	letter-spacing: 1.2px;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.75;
}

.rs-product-title {
	min-height: 42px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.35;
}

.rs-product-price {
	margin-bottom: 9px;
	font-size: 15px;
	line-height: 1.3;
}

.rs-product-colors {
	font-size: 12px;
	line-height: 1.3;
	opacity: 0.72;
}

.rs-product-card:hover .rs-product-vendor,
.rs-product-card:hover .rs-product-title,
.rs-product-card:hover .rs-product-price,
.rs-product-card:hover .rs-product-colors {
	color: var(--rs-pink);
}

.rs-featured-controls {
	position: relative;
	margin-top: 28px;
}

.rs-featured-progress {
	width: min(420px, 54%);
	height: 2px;
	margin: 0 auto;
	overflow: hidden;
	background: rgba(5, 15, 45, 0.14);
}

.rs-featured-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(5, 15, 45);
	transform: scaleX(var(--rs-featured-progress-scale, 0));
	transform-origin: left;
	transition: transform 0.18s ease;
}

.rs-featured-arrows {
	pointer-events: none;
	position: absolute;
	right: 0;
	bottom: calc(100% + 210px);
	left: 0;
	z-index: 4;
	display: flex;
	justify-content: space-between;
}

.rs-featured-arrow {
	pointer-events: auto;
	position: relative;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(5, 15, 45, 0.08);
	border-radius: 999px;
	padding: 0;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 3px 14px rgba(5, 15, 45, 0.06);
	color: rgb(5, 15, 45);
	cursor: pointer;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.rs-featured-carousel:hover .rs-featured-arrow,
.rs-featured-carousel:focus-within .rs-featured-arrow {
	opacity: 1;
	transform: translateY(0);
}

.rs-featured-arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgb(5, 15, 45);
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	transform: translate(-50%, -52%);
}

.rs-featured-arrow-prev::before {
	content: "\2039";
}

.rs-featured-arrow-next::before {
	content: "\203A";
}

.rs-featured-arrow:hover {
	border-color: rgba(5, 15, 45, 0.2);
}

.rs-featured-arrow:disabled {
	cursor: default;
	opacity: 0;
}

.rs-gb-promo {
	padding: 22px 20px 54px;
	background: #fff;
}

.rs-gb-promo-inner {
	margin: 0 auto;
	padding: 18px 24px;
	border: 1px solid var(--rs-line);
}

.rs-gb-promo p {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rs-gb-promo span,
.rs-section-copy {
	color: var(--rs-muted);
}

@media (max-width: 1000px) {
	.rs-gb-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.rs-home-blocks {
		padding-top: 0;
	}

	.rs-gb-hero {
		margin-top: 0;
		padding-top: 0;
	}

	.rs-arrivals {
		padding: 52px 0 34px;
		margin-top: -20px;
		transform: translateY(-20px);
	}

	.rs-arrivals-inner {
		display: block;
		width: calc(100vw - 32px);
	}

	.rs-arrivals-copy {
		margin-bottom: 28px;
	}

	.rs-arrivals-copy h2 {
		font-size: 28px;
	}

	.rs-home-blocks .rs-latest-list h2 {
		font-size: 28px;
		margin-bottom: 2rem;
	}

	.rs-home-blocks .rs-latest-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 75%;
		grid-template-columns: none;
		gap: 1.5rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.rs-home-blocks .rs-latest-grid::-webkit-scrollbar {
		display: none;
	}

	.rs-home-blocks .rs-latest-card {
		scroll-snap-align: start;
	}

	.rs-home-blocks .rs-latest-card h3 {
		margin: 14px 0 10px;
		font-size: 18px;
		line-height: 1.35;
	}

	.rs-home-blocks .rs-latest-card p {
		margin-bottom: 1.35rem;
		font-size: 14px;
		line-height: 1.55;
	}

	.rs-home-blocks .rs-latest-card span {
		font-size: 12px;
		letter-spacing: 0.8px;
		line-height: 1.25;
	}

	.rs-arrivals-grid {
		gap: 18px;
	}

	.rs-arrival-card {
		flex-basis: 75%;
		scroll-snap-align: start;
	}

	.rs-arrivals-viewport {
		scroll-snap-type: x mandatory;
	}

	.rs-arrivals-controls {
		margin-top: 22px;
	}

	.rs-arrivals-progress {
		width: 100%;
	}

	.rs-arrivals-arrows {
		display: none;
	}

	.rs-season-curation {
		padding: 36px 0;
		margin-top: -20px;
		transform: translateY(-20px);
		overflow: hidden;
	}

	.rs-season-inner {
		width: calc(100vw - 32px);
	}

	.rs-season-header {
		display: block;
		margin-bottom: 2rem;
	}

	.rs-season-header h2 {
		font-size: 28px;
	}

	.rs-season-grid {
		grid-auto-flow: row;
		grid-auto-columns: auto;
		grid-template-columns: 1fr;
		gap: 16px;
		overflow: visible;
		scroll-snap-type: none;
	}

	.rs-season-card {
		width: 100%;
		scroll-snap-align: none;
	}

	.rs-season-text-card {
		display: none;
		min-height: auto;
		aspect-ratio: 2 / 3;
		padding: 0 24px;
	}

	.rs-season-text-card h3 {
		font-size: 32px;
	}

	.rs-home-blocks .rs-latest-list {
		width: calc(100vw - 32px);
		padding: 24px 0 40px;
	}

	.rs-home-blocks .rs-latest-grid {
		margin-top: 0;
	}

	.rs-text-icons {
		padding-bottom: 32px;
	}

	.rs-text-icons-divider {
		margin-bottom: 28px;
	}

	.rs-text-icons-inner {
		width: calc(100vw - 32px);
	}

	.rs-text-icons-track {
		grid-auto-flow: column;
		grid-auto-columns: 60%;
		grid-template-columns: none;
		gap: 2rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.rs-text-icons-track::-webkit-scrollbar {
		display: none;
	}

	.rs-text-icon-card {
		scroll-snap-align: start;
	}

	.rs-text-icon-card h3 {
		margin: 22px 0 10px;
		font-size: 13px;
		line-height: 1.3;
	}

	.rs-text-icon-card p {
		font-size: 14px;
		line-height: 1.45;
	}

	.rs-discount-signup {
		padding: 28px 0;
	}

	.rs-discount-signup-inner {
		display: block;
		width: calc(100vw - 32px);
	}

	#shopify-section-template--20506873921704__custom_content_m9xQF3 .or-text-blocks {
		margin-bottom: 16px;
	}

	#shopify-section-template--20506873921704__custom_content_m9xQF3 .or-text-blocks h2 {
		font-size: 21px;
		line-height: 1.3;
	}

	#shopify-section-template--20506873921704__custom_content_m9xQF3 .or-text-blocks p {
		margin-top: 6px;
		font-size: 15px;
		line-height: 1.5;
	}

	.rs-discount-field input {
		height: 46px;
		padding-left: 14px;
		font-size: 14px;
	}

	.rs-discount-field button {
		width: 46px;
		height: 46px;
	}

	.rs-discount-field svg {
		width: 26px;
		height: 26px;
	}

	.rs-featured-brand {
		padding: 48px 0;
		margin-top: -20px;
		transform: translateY(-20px);
	}

	.rs-featured-inner {
		display: block;
		width: calc(100vw - 32px);
	}

	.rs-featured-copy {
		margin-bottom: 28px;
	}

	.rs-featured-copy h2 {
		font-size: 28px;
	}

	.rs-featured-viewport {
		scroll-snap-type: x mandatory;
	}

	.rs-featured-track {
		gap: 2rem;
	}

	.rs-product-card {
		flex-basis: 45%;
		scroll-snap-align: start;
	}

	.rs-product-vendor {
		margin-top: 18px;
	}

	.rs-featured-controls {
		margin-top: 22px;
	}

	.rs-featured-progress {
		width: 100%;
	}

	.rs-featured-arrows {
		display: none;
	}

	.rs-mean-slideshow {
		height: auto;
		min-height: 0;
		aspect-ratio: 750 / 1100;
		margin-top: 0 !important;
	}

	.rs-mean-slider-pagination {
		bottom: 44px;
	}

	.rs-mean-slide:nth-child(1) .rs-mean-slide-media img,
	.rs-mean-slide:nth-child(1) > img {
		content: url("/wp-content/uploads/2026/04/banner_mobile_copy_bc1af34a-fd15-4c95-8a7e-cc403f1d4880.jpg");
		object-position: 52.93% 20.508%;
	}

	.rs-mean-slide:nth-child(2) .rs-mean-slide-media img,
	.rs-mean-slide:nth-child(2) > img {
		content: url("/wp-content/uploads/2026/04/banner_mobile_copy_1e85ca88-3cdd-4c80-b613-5dbb9d86eb65.jpg");
		object-position: 50% 22.852%;
	}

	.rs-mean-slide:nth-child(3) .rs-mean-slide-media img,
	.rs-mean-slide:nth-child(3) > img {
		content: url("/wp-content/uploads/2026/04/banner_mobile_copy_3_147c33ca-eda1-4fe3-aaa3-abed82532dd1.jpg");
		object-position: 51.66% 13.477%;
	}

	.rs-mean-slide-content {
		display: none;
	}

	.rs-mean-slide-content h2 {
		font-size: clamp(2rem, 11vw, 3.6rem);
	}

	.rs-mean-slide-content p {
		max-width: 320px;
		font-size: 15px;
	}

	.rs-gb-hero-copy {
		padding-top: 42px;
	}

	.rs-gb-promo-inner {
		padding: 20px;
	}

	.rs-gb-promo .wp-block-buttons {
		justify-content: flex-start;
	}

}

/* Account and cart drawers aligned with the right-side storefront drawer behavior. */
body.rs-side-drawer-open,
body.rs-search-open {
	overflow: hidden;
}

.component-drawer.rs-side-drawer {
	--max-width-drawer: 480px;
	position: fixed;
	inset: 0;
	z-index: 1002;
	display: block;
	visibility: hidden;
	pointer-events: none;
}

.component-drawer.rs-side-drawer[open] {
	visibility: visible;
	pointer-events: auto;
}

.component-drawer.rs-side-drawer .drawer-overlay {
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.24s ease;
}

.component-drawer.rs-side-drawer[open] .drawer-overlay {
	opacity: 1;
}

.component-drawer.rs-side-drawer .drawer-content {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(var(--max-width-drawer), 100vw);
	height: 100%;
	max-width: var(--max-width-drawer);
	background: #fff;
	color: #151515;
	box-shadow: -18px 0 48px rgba(0, 0, 0, 0.18);
	transform: translateX(100%);
	transition: transform 0.28s ease;
}

.component-drawer.rs-side-drawer[open] .drawer-content {
	transform: translateX(0);
}

.component-drawer.rs-side-drawer .drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.component-drawer.rs-side-drawer .drawer-header h5 {
	margin: 0;
	font-family: "Urbanist", "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rs-icon-link {
	position: relative;
}

.rs-icon-link.rs-cart-toggle {
	overflow: visible;
}

.rs-cart-count {
	position: absolute;
	right: -7px;
	top: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	border-radius: 999px;
	background: #ee2d74;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.rs-account-panel,
.rs-cart-panel {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px 28px;
	overflow-y: auto;
}

.rs-drawer-eyebrow {
	margin: 0 0 10px;
	color: #ee2d74;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rs-account-panel h2,
.rs-cart-panel h2 {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 5vw, 3.1rem);
	font-weight: 500;
	line-height: 0.98;
	color: #151515;
}

.rs-account-panel p,
.rs-cart-panel p {
	margin: 0 0 20px;
	color: #646464;
	font-size: 14px;
	line-height: 1.55;
}

.rs-account-form {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.rs-account-form label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rs-account-form input[type="text"],
.rs-account-form input[type="password"] {
	width: 100%;
	height: 48px;
	border: 1px solid rgba(21, 21, 21, 0.2);
	border-radius: 0;
	background: #fff;
	padding: 0 14px;
	color: #151515;
	font-size: 15px;
}

.rs-account-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 4px 0 10px;
	font-size: 13px;
}

.rs-account-row a,
.rs-account-create a,
.cart__login-paragraph a,
.rs-cart-remove {
	color: #151515;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rs-checkbox-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.rs-drawer-primary,
.rs-drawer-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.rs-drawer-primary {
	border: 1px solid #151515;
	background: #151515;
	color: #fff;
}

.rs-drawer-secondary {
	border: 1px solid rgba(21, 21, 21, 0.24);
	background: #fff;
	color: #151515;
}

.rs-account-create {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(21, 21, 21, 0.12);
}

.rs-account-create h3,
.cart__login-title {
	margin: 0 0 8px;
	font-family: "Urbanist", "Helvetica Neue", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rs-cart-panel.is-empty {
	justify-content: center;
	text-align: center;
}

.rs-cart-panel .cart__warnings {
	display: grid;
	justify-items: center;
	gap: 12px;
}

.rs-cart-panel .cart__empty-text {
	margin-bottom: 8px;
}

.rs-cart-items {
	display: grid;
	gap: 18px;
}

.rs-cart-item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.rs-cart-item-image img {
	width: 92px;
	aspect-ratio: 0.78;
	object-fit: cover;
	background: #f5f5f5;
}

.rs-cart-item-detail {
	display: grid;
	align-content: start;
	gap: 9px;
	min-width: 0;
}

.rs-cart-item-title {
	color: #151515;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.25rem;
	line-height: 1.08;
	text-decoration: none;
}

.rs-cart-item-meta,
.rs-cart-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: #646464;
	font-size: 13px;
}

.rs-cart-remove {
	width: max-content;
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 12px;
}

.rs-cart-summary {
	display: grid;
	gap: 14px;
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid rgba(21, 21, 21, 0.14);
}

.rs-cart-summary-row {
	color: #151515;
	font-size: 15px;
}

.rs-cart-summary p {
	margin-bottom: 4px;
	font-size: 13px;
}

@media (max-width: 600px) {
	.component-drawer.rs-side-drawer {
		--max-width-drawer: 100vw;
	}

	.rs-account-panel,
	.rs-cart-panel {
		padding: 24px 20px;
	}
}

/* Standalone customer account page, matching Shopify Customer Account behavior. */
.woocommerce-account:not(.logged-in) .rs-site-header {
	display: none;
}

.woocommerce-account:not(.logged-in) #main {
	padding-top: 0;
	background: #f3f3f3;
}

.woocommerce-account:not(.logged-in) .entry-header {
	display: none;
}

.woocommerce-account:not(.logged-in) .entry-content,
.woocommerce-account:not(.logged-in) .woocommerce {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.rs-customer-auth {
	display: grid;
	place-items: center;
	min-height: 100vh;
	padding: 10px 4px 42px;
	background: #f3f3f3;
	color: #111;
	font-family: Arial, "Helvetica Neue", sans-serif;
}

.rs-customer-auth__panel {
	width: min(100%, 449px);
	min-height: 520px;
	padding: 52px 39px 34px;
	border-radius: 9px;
	background: #fff;
	text-align: left;
	box-shadow: none;
}

.rs-customer-auth__brand {
	margin: 0 0 35px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.rs-customer-auth__brand a {
	color: #111827;
	text-decoration: none;
}

.rs-customer-auth__panel h1 {
	margin: 0 0 10px;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.rs-customer-auth__intro {
	margin: 0 0 23px;
	color: #5f6368;
	font-size: 14px;
	line-height: 1.4;
}

.rs-shop-auth-button,
.rs-customer-auth__button,
.woocommerce-account:not(.logged-in) .rs-customer-auth__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 49px;
	border-radius: 5px !important;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.rs-shop-auth-button {
	margin-bottom: 24px;
	border: 1px solid #5433e8;
	background: #5433e8;
	color: #fff;
}

.rs-shop-auth-button:hover {
	background: #4b2be2;
	color: #fff;
}

.rs-customer-auth__divider {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px;
	color: #767676;
	font-size: 13px;
}

.rs-customer-auth__divider::before,
.rs-customer-auth__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #dedede;
}

.rs-customer-auth__divider span {
	padding: 0 15px;
	background: #fff;
}

.rs-customer-auth__form {
	display: grid;
	gap: 13px;
	margin: 0;
	border: 0 !important;
	padding: 0 !important;
}

.rs-customer-auth__form p {
	margin: 0;
	padding: 0;
}

.rs-customer-auth__form label:not(.rs-marketing-check) {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.rs-customer-auth__form input[type="text"],
.rs-customer-auth__form input[type="email"],
.rs-customer-auth__form input[type="password"] {
	width: 100%;
	height: 51px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	background: #fff;
	padding: 0 12px;
	color: #111;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	box-shadow: none;
}

.rs-customer-auth__form input::placeholder {
	color: #5f6368;
	opacity: 1;
}

.rs-customer-auth__form input:focus {
	border-color: #111827;
	outline: 0;
	box-shadow: 0 0 0 1px #111827;
}

.rs-customer-auth__password {
	margin-top: -2px !important;
}

.rs-customer-auth__password[hidden] {
	display: none !important;
}

.rs-customer-auth__button,
.woocommerce-account:not(.logged-in) .rs-customer-auth__button {
	border: 1px solid #020924 !important;
	background: #020924 !important;
	color: #fff !important;
}

.rs-marketing-check {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin: 2px 0 10px;
	color: #2f3337;
	font-size: 14px;
	line-height: 1.3;
}

.rs-marketing-check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #d82b74;
}

.rs-customer-auth__terms {
	margin: 3px 0 0;
	color: #6f6f6f;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.rs-customer-auth__terms a,
.rs-customer-auth__lost a {
	color: #4f4f4f;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rs-customer-auth__lost {
	margin: 2px 0 0;
	font-size: 12px;
	text-align: center;
}

.rs-customer-auth__register {
	display: none;
}

@media (max-width: 600px) {
	.rs-customer-auth {
		padding: 10px 4px 28px;
	}

	.rs-customer-auth__panel {
		width: min(100%, 449px);
		min-height: 520px;
		padding: 52px 39px 34px;
		border-radius: 9px;
	}
}

.rs-footer-section,
.rs-footer-apps {
	background: #fff;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", Arial, "Helvetica Neue", sans-serif;
}

.rs-store-footer {
	background: #fff;
	color: rgb(5, 15, 45);
}

.rs-footer-divider,
.rs-footer-container,
.rs-footer-apps__inner {
	width: min(1400px, calc(100vw - 64px));
	margin: 0 auto;
}

.rs-footer-divider {
	display: none;
}

.rs-footer-divider .border-t {
	border-top: 1px solid rgba(5, 15, 45, 0.14);
}

.rs-footer-padding {
	padding-top: var(--section-padding-top, 48px);
	padding-bottom: var(--section-padding-bottom, 0);
	margin-top: -30px;
	transform: translateY(-30px);
}

.rs-footer-blocks {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 48px 84px;
	padding-bottom: 0;
}

.rs-footer-info {
	flex: 0 1 355px;
	min-width: 280px;
}

.rs-footer-logo {
	display: block;
	width: 85px;
	height: 85px;
	max-width: 100%;
	margin: 0 auto 18px;
	text-decoration: none;
	line-height: 0;
}

.rs-footer-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rs-footer-info p,
.rs-footer-info a,
.rs-footer-menu a {
	color: rgb(5, 15, 45);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.25px;
	text-decoration: none;
}

.rs-footer-info p {
	width: 100%;
	margin: 0 0 4px;
}

.rs-footer-info a:hover,
.rs-footer-menu a:hover {
	color: #d82b74;
}

.rs-footer-menu {
	flex: 0 1 190px;
	min-width: 145px;
}

.rs-footer-menu-wide {
	flex-basis: 260px;
}

.rs-footer-menu details {
	display: block;
}

.rs-footer-menu summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 16px;
	padding-bottom: 7px;
	border-bottom: 1px solid currentColor;
	color: rgb(5, 15, 45);
	font-family: "Afacad Flux", Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.2px;
	list-style: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 0.2s ease;
}

.rs-footer-menu summary::after {
	content: "\203A";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: currentColor;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	transform: rotate(90deg);
	transition: transform 0.2s ease, color 0.2s ease;
}

.rs-footer-menu details[open] summary::after {
	transform: rotate(-90deg);
}

.rs-footer-menu summary:hover {
	color: #d82b74;
}

.rs-footer-menu summary::-webkit-details-marker {
	display: none;
}

.rs-footer-menu ul {
	display: grid;
	row-gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rs-footer-menu li {
	margin: 0;
	padding: 0;
}

.rs-footer-menu .list-menu__item {
	display: inline-flex;
	padding: 0;
}

.rs-footer-apps {
	padding: 20px 0 48px;
}

.rs-footer-apps__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 180px));
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
}

.rs-footer-apps a {
	display: block;
	line-height: 0;
}

.rs-footer-apps img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	.rs-footer-divider,
	.rs-footer-container,
	.rs-footer-apps__inner {
		width: min(768px, calc(100vw - 32px));
	}

	.rs-footer-blocks {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 28px;
	}

	.rs-footer-info,
	.rs-footer-menu,
	.rs-footer-menu-wide {
		min-width: 0;
	}

	.rs-footer-info {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.rs-footer-padding {
		padding-top: 36px;
	}

	.rs-footer-blocks {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.rs-footer-menu summary {
		margin-bottom: 10px;
	}

	.rs-footer-apps {
		padding-bottom: 36px;
	}

	.rs-footer-apps__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 360px;
		margin-left: 16px;
		margin-right: auto;
	}
}
