.roj-site-header {
	background: #fffaf5;
	color: #1d1d1b;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.roj-site-header.is-scrolled {
	box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.08);
}

.roj-header-main {
	background: rgba(255, 250, 245, 0.96);
	border-bottom: 0.0625rem solid rgba(29, 29, 27, 0.1);
}

.roj-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	min-height: 5.5rem;
	padding-inline: clamp(1rem, 2.4vw, 2.4rem);
	position: relative;
}

.roj-header__left,
.roj-header__actions,
.roj-primary-menu {
	align-items: center;
	display: flex;
}

.roj-header__left {
	gap: 1rem;
	min-width: 0;
}

.roj-header__actions {
	gap: clamp(0.7rem, 1.4vw, 1.25rem);
	justify-content: flex-end;
	min-width: 0;
}

.roj-brand {
	align-items: center;
	display: flex;
	justify-content: center;
}

.roj-brand__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
}

.roj-brand__logo {
	height: auto;
	max-height: 3.65rem;
	object-fit: contain;
	width: auto;
}

.roj-brand__logo--demo {
	max-height: 4.25rem;
	width: clamp(9.5rem, 13vw, 13.75rem);
}

.roj-primary-navigation {
	min-width: 0;
}

.roj-primary-menu,
.roj-primary-menu ul,
.roj-mobile-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.roj-primary-menu {
	gap: clamp(1rem, 1.7vw, 1.75rem);
}

.roj-primary-menu a,
.roj-header__text-link {
	color: #1d1d1b;
	display: block;
	font-size: clamp(0.82rem, 0.78vw, 0.95rem);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.roj-primary-menu a:hover,
.roj-primary-menu a:focus-visible,
.roj-header__text-link:hover,
.roj-header__text-link:focus-visible {
	color: #9d1226;
}

.roj-primary-menu li {
	position: relative;
}

.roj-primary-menu .sub-menu {
	background: #fffaf5;
	border: 0.0625rem solid rgba(29, 29, 27, 0.12);
	box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.12);
	left: 0;
	min-width: 13rem;
	opacity: 0;
	padding: 0.75rem 1rem;
	position: absolute;
	top: 100%;
	transform: translateY(0.75rem);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	visibility: hidden;
}

.roj-primary-menu li:hover > .sub-menu,
.roj-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.roj-primary-menu .sub-menu a {
	padding-block: 0.55rem;
}

.roj-header-action,
.roj-cart-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #1d1d1b;
	cursor: pointer;
	display: inline-flex;
	height: 2.35rem;
	justify-content: center;
	min-width: 2.35rem;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.roj-header-action:hover,
.roj-header-action:focus-visible {
	color: #9d1226;
}

.roj-header-action .dashicons {
	font-size: 1.45rem;
	height: 1.45rem;
	width: 1.45rem;
}

.roj-cart-control {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
}

.roj-cart-count {
	align-items: center;
	background: #c5a05f;
	border-radius: 999rem;
	color: #111;
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 700;
	height: 1.25rem;
	justify-content: center;
	min-width: 1.25rem;
	position: absolute;
	right: -0.15rem;
	top: -0.2rem;
}

.roj-cart-total {
	font-size: 0.82rem;
	font-weight: 600;
	white-space: nowrap;
}

.roj-menu-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 2.75rem;
	padding: 0.55rem;
	width: 2.75rem;
}

.roj-menu-toggle > span:not(.screen-reader-text) {
	background: #1d1d1b;
	display: block;
	height: 0.125rem;
	margin-block: 0.38rem;
	width: 1.65rem;
}

.roj-mobile-navigation {
	background: rgba(29, 29, 27, 0.46);
	inset: 0;
	position: fixed;
	z-index: 1001;
}

.roj-mobile-navigation[hidden] {
	display: none;
}

.roj-mobile-navigation__inner {
	background: #fffaf5;
	color: #1d1d1b;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 100%;
	margin-left: auto;
	max-width: 31rem;
	padding: clamp(1.25rem, 5vw, 2rem);
	width: min(100%, 31rem);
}

.roj-mobile-navigation__head {
	align-items: center;
	display: flex;
	font-size: 0.8rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.roj-mobile-navigation__close {
	background: #1d1d1b;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 3.2rem;
	position: relative;
	width: 3.2rem;
}

.roj-mobile-navigation__close span {
	background: #fffaf5;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1.35rem;
}

.roj-mobile-navigation__close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.roj-mobile-navigation__close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.roj-mobile-menu a,
.roj-mobile-account {
	border-bottom: 0.0625rem solid rgba(29, 29, 27, 0.14);
	color: #1d1d1b;
	display: block;
	font-size: clamp(2rem, 7vw, 3.8rem);
	font-family: var(--roj-font-display);
	line-height: 1;
	padding-block: 1rem;
	text-decoration: none;
}

.roj-mobile-account {
	font-family: var(--roj-font-body);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-top: auto;
	text-transform: uppercase;
}

body.roj-menu-open,
body.roj-cart-drawer-open {
	overflow: hidden;
}

.roj-cart-drawer-overlay {
	background: rgba(0, 0, 0, 0.45);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 240ms ease;
	z-index: 1100;
}

.roj-cart-drawer-overlay[hidden],
.roj-cart-drawer[hidden] {
	display: none;
}

.roj-cart-drawer-overlay.is-open {
	opacity: 1;
}

.roj-cart-drawer {
	background: #fffaf5;
	box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.18);
	color: #1d1d1b;
	display: flex;
	flex-direction: column;
	height: 100svh;
	max-width: 31rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: transform 260ms ease;
	width: min(100%, 31rem);
	z-index: 1101;
}

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

.roj-cart-drawer__header {
	align-items: center;
	border-bottom: 0.0625rem solid rgba(29, 29, 27, 0.12);
	display: flex;
	justify-content: space-between;
	padding: 1.4rem;
}

.roj-cart-drawer__header h2 {
	color: #1d1d1b;
	font-family: var(--roj-font-display);
	font-size: 2rem;
	margin: 0;
}

.roj-cart-drawer__continue,
.roj-cart-drawer__close,
.roj-cart-drawer-item__quantity button,
.roj-cart-drawer-item__remove {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
}

.roj-cart-drawer__close {
	align-items: center;
	border: 0.0625rem solid rgba(29, 29, 27, 0.18);
	border-radius: 50%;
	display: inline-flex;
	height: 2.7rem;
	justify-content: center;
	width: 2.7rem;
}

.roj-cart-drawer__content {
	flex: 1;
	overflow-y: auto;
	padding: 1.4rem;
}

.roj-cart-drawer__content[data-error]::before {
	background: rgba(157, 18, 38, 0.1);
	color: #9d1226;
	content: attr(data-error);
	display: block;
	margin-bottom: 1rem;
	padding: 0.9rem;
}

.roj-cart-drawer__items {
	display: grid;
	gap: 1rem;
}

.roj-cart-drawer-item {
	display: grid;
	gap: 1rem;
	grid-template-columns: 5.25rem 1fr;
	position: relative;
}

.roj-cart-drawer-item.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.roj-cart-drawer-item__image {
	background: #ebe7df;
	overflow: hidden;
}

.roj-cart-drawer-item__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.roj-cart-drawer-item__heading {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.roj-cart-drawer-item__name {
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.roj-cart-drawer-item__price,
.roj-cart-drawer-item__variation {
	color: rgba(29, 29, 27, 0.68);
	font-size: 0.82rem;
}

.roj-cart-drawer-item__variation dl,
.roj-cart-drawer-item__variation dt,
.roj-cart-drawer-item__variation dd {
	display: inline;
	margin: 0;
}

.roj-cart-drawer-item__actions {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-top: 0.7rem;
}

.roj-cart-drawer-item__quantity {
	align-items: center;
	border: 0.0625rem solid rgba(29, 29, 27, 0.14);
	display: inline-flex;
}

.roj-cart-drawer-item__quantity button,
.roj-cart-drawer-item__quantity span {
	align-items: center;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	min-width: 2rem;
}

.roj-cart-drawer-item__remove {
	color: #9d1226;
	font-size: 0.78rem;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.roj-cart-drawer__footer {
	border-top: 0.0625rem solid rgba(29, 29, 27, 0.12);
	display: grid;
	gap: 0.8rem;
	padding: 1.4rem;
}

.roj-cart-drawer__subtotal {
	align-items: center;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
}

.roj-cart-drawer__footer p {
	color: rgba(29, 29, 27, 0.62);
	font-size: 0.82rem;
	margin: 0;
}

.roj-cart-drawer__primary,
.roj-cart-drawer__secondary {
	align-items: center;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.14em;
	min-height: 3.05rem;
	text-decoration: none;
	text-transform: uppercase;
}

.roj-cart-drawer__primary {
	background: #1d1d1b;
	color: #fffaf5;
}

.roj-cart-drawer__secondary {
	border: 0.0625rem solid rgba(29, 29, 27, 0.22);
	color: #1d1d1b;
}

.roj-cart-drawer__empty {
	align-content: center;
	display: grid;
	min-height: 50vh;
	place-items: center;
	text-align: center;
}

.roj-cart-drawer__empty .dashicons {
	font-size: 2.4rem;
	height: 2.4rem;
	width: 2.4rem;
}

.roj-cart-drawer__empty h3 {
	color: #1d1d1b;
	font-size: 2rem;
	margin: 1rem 0 0.4rem;
}

.roj-cart-drawer__empty p {
	color: rgba(29, 29, 27, 0.62);
}

@media (max-width: 74rem) {
	.roj-primary-menu {
		gap: 0.8rem;
	}

	.roj-header__text-link {
		display: none;
	}
}

@media (max-width: 61.99rem) {
	.roj-header__inner {
		grid-template-columns: 1fr auto 1fr;
		min-height: 5rem;
	}

	.roj-menu-toggle {
		display: inline-block;
	}

	.roj-primary-navigation,
	.roj-header-search,
	.roj-account-link,
	.roj-cart-total {
		display: none;
	}
}

@media (max-width: 30rem) {
	.roj-brand__logo--demo {
		width: clamp(8.25rem, 40vw, 11rem);
	}

	.roj-header__inner {
		padding-inline: 0.85rem;
	}

	.roj-cart-drawer-item {
		grid-template-columns: 4.5rem 1fr;
	}
}

/* White storefront header revision. */
.roj-site-header,
.roj-header-main,
.roj-mobile-navigation__inner,
.roj-cart-drawer {
	background: #fff;
}

.roj-header-main {
	border-bottom-color: rgba(22, 22, 22, 0.12);
}

.roj-header__inner {
	min-height: 5.15rem;
}

.roj-secondary-navigation {
	min-width: 0;
}

.roj-secondary-menu {
	align-items: center;
	display: flex;
	gap: clamp(0.85rem, 1.4vw, 1.35rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.roj-secondary-menu a {
	color: #1d1d1b;
	display: block;
	font-size: clamp(0.82rem, 0.78vw, 0.95rem);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.roj-secondary-menu a:hover,
.roj-secondary-menu a:focus-visible {
	color: #9d1226;
}

.roj-mobile-menu--secondary {
	border-top: 0.0625rem solid rgba(22, 22, 22, 0.12);
	padding-top: 1rem;
}

.roj-mobile-menu--secondary a {
	font-family: var(--roj-font-body);
	font-size: clamp(1rem, 4vw, 1.35rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 74rem) {
	.roj-secondary-navigation {
		display: none;
	}
}
