*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rr-color-cream);
	color: var(--rr-color-text);
	font-family: var(--rr-font-body);
	font-size: 16px;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}

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

a {
	color: inherit;
}

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

:focus-visible {
	outline: 3px solid var(--rr-color-beet);
	outline-offset: 3px;
}

.rr-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rr-skip-link:focus {
	position: fixed;
	z-index: 1000;
	top: var(--rr-space-2);
	left: var(--rr-space-2);
	width: auto;
	height: auto;
	padding: var(--rr-space-2) var(--rr-space-3);
	margin: 0;
	overflow: visible;
	clip: auto;
	background: var(--rr-color-white);
	border-radius: var(--rr-radius-sm);
}

.rr-container {
	width: min(100% - (var(--rr-gutter) * 2), var(--rr-content-width));
	margin-inline: auto;
}

.rr-site-header {
	position: relative;
	z-index: 20;
	background: rgba(251, 248, 241, 0.96);
}

.rr-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 104px;
	gap: var(--rr-space-5);
}

.rr-header__brand {
	flex: 0 0 auto;
}

.rr-wordmark {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--rr-color-ink);
	text-decoration: none;
	line-height: 1;
}

.rr-wordmark__name {
	display: inline-flex;
	font-family: var(--rr-font-display);
	font-size: clamp(2.2rem, 3.35vw, 3.05rem);
	font-weight: 700;
	letter-spacing: -0.075em;
}

.rr-wordmark__name span:first-child {
	color: var(--rr-color-beet);
}

.rr-wordmark__tagline {
	margin-top: 0.22rem;
	font-size: 0.53rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rr-primary-nav {
	margin-left: clamp(3.2rem, 7vw, 5.8rem);
}

.rr-menu,
.rr-mobile-menu,
.rr-footer__links ul,
.rr-footer__contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.rr-menu {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.25vw, 2.25rem);
}

.rr-menu a {
	position: relative;
	display: block;
	padding: 0.5rem 0;
	color: var(--rr-color-text);
	font-size: 0.78rem;
	font-weight: 500;
	text-decoration: none;
}

.rr-menu .current-menu-item > a,
.rr-menu .current_page_item > a,
.rr-menu a:hover {
	color: var(--rr-color-beet);
}

.rr-menu .current-menu-item > a::after,
.rr-menu .current_page_item > a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentcolor;
	content: '';
}

.rr-header__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: auto;
}

.rr-icon-button,
.rr-menu-toggle {
	position: relative;
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	padding: 0;
	color: var(--rr-color-text);
	place-items: center;
	background: transparent;
	border: 0;
}

.rr-icon-button svg,
.rr-menu-toggle svg,
.rr-footer__contact svg {
	width: 1.7rem;
	height: 1.7rem;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rr-cart-count {
	position: absolute;
	top: -0.12rem;
	right: -0.22rem;
	display: grid;
	min-width: 1.05rem;
	height: 1.05rem;
	padding-inline: 0.18rem;
	color: var(--rr-color-white);
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1;
	place-items: center;
	background: var(--rr-color-beet);
	border-radius: var(--rr-radius-pill);
}

.rr-menu-toggle,
.rr-mobile-nav {
	display: none;
}

.rr-hero {
	min-height: 500px;
	background: #f7f2e9 url('../images/hero-beet-amla-v1.png') center right / cover no-repeat;
}

.rr-hero__inner {
	position: relative;
	min-height: inherit;
	padding-top: 3.7rem;
}

.rr-hero__content {
	max-width: 28rem;
}

.rr-hero h1 {
	margin: 0;
	color: var(--rr-color-beet);
	font-family: var(--rr-font-display);
	font-size: clamp(2.9rem, 4.45vw, 4.1rem);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.rr-hero h1 span {
	color: var(--rr-color-ink);
}

.rr-hero__content p {
	max-width: 20rem;
	margin: 1.55rem 0;
	font-size: 1rem;
	line-height: 1.55;
}

.rr-button {
	display: inline-flex;
	gap: 1.7rem;
	align-items: center;
	justify-content: center;
	min-height: 2.55rem;
	padding: 0.5rem 1.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: var(--rr-radius-pill);
}

.rr-button--beet {
	color: var(--rr-color-white);
	background: var(--rr-color-beet);
}

.rr-button--beet:hover {
	background: #650915;
}

.rr-button span {
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 0;
}

.rr-hero__pillars {
	position: absolute;
	bottom: 2.7rem;
	left: var(--rr-gutter);
	display: grid;
	grid-template-columns: repeat( 3, 6.8rem );
	gap: 1.25rem;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

.rr-hero__pillars li {
	display: grid;
	justify-items: center;
	font-size: 0.72rem;
	line-height: 1.35;
}

.rr-hero__pillars strong {
	margin-top: 0.42rem;
	font-weight: 600;
}

.rr-hero__pillars small {
	font-size: inherit;
}

.rr-pillar-icon {
	display: block;
	width: 2.35rem;
	height: 2.35rem;
	border: 1.8px solid var(--rr-color-text);
	border-radius: 50% 0 50% 0;
	transform: rotate(-38deg);
}

.rr-pillar-icon--gut {
	border-radius: 42% 58% 47% 53%;
	box-shadow: inset 0 0 0 0.28rem var(--rr-color-cream);
}

.rr-pillar-icon--shield {
	border-radius: 50% 50% 42% 42%;
	clip-path: polygon(50% 0, 96% 18%, 88% 75%, 50% 100%, 12% 75%, 4% 18%);
	transform: none;
}


.rr-site-footer {
	color: rgba(255, 255, 255, 0.9);
	background: linear-gradient(110deg, #102d1d 0%, #173d25 100%);
}

.rr-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1.15fr 1.25fr;
	gap: clamp(1.5rem, 4vw, 4.5rem);
	padding-block: 3.6rem 2.5rem;
}

.rr-wordmark--footer {
	color: var(--rr-color-white);
}

.rr-wordmark--footer .rr-wordmark__name span:first-child {
	color: var(--rr-color-white);
}

.rr-footer__brand p {
	max-width: 15rem;
	margin: 1.15rem 0;
	font-size: 0.78rem;
	line-height: 1.75;
}

.rr-social-list {
	display: flex;
	gap: 0.7rem;
	align-items: center;
}

.rr-social-list span {
	display: grid;
	width: 1.45rem;
	height: 1.45rem;
	font-size: 1rem;
	line-height: 1;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 50%;
}

.rr-site-footer h2 {
	margin: 0 0 1rem;
	color: var(--rr-color-white);
	font-size: 0.9rem;
	font-weight: 500;
}

.rr-site-footer li + li {
	margin-top: 0.46rem;
}

.rr-site-footer a {
	color: inherit;
	font-size: 0.76rem;
	text-decoration: none;
}

.rr-site-footer a:hover {
	color: var(--rr-color-white);
	text-decoration: underline;
}

.rr-footer__contact li {
	display: flex;
	gap: 0.6rem;
	align-items: center;
	font-size: 0.76rem;
}

.rr-footer__contact svg {
	flex: 0 0 auto;
	width: 1rem;
	height: 1rem;
	stroke-width: 1.6;
}

.rr-footer__copyright {
	padding-block: 1rem 1.4rem;
	font-size: 0.7rem;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 767px) {
	:root {
		--rr-gutter: 1.35rem;
	}

	.rr-header__inner {
		min-height: 112px;
		gap: 0.85rem;
	}

	.rr-wordmark__name {
		font-size: 2.22rem;
	}

	.rr-wordmark__tagline {
		font-size: 0.43rem;
	}

	.rr-primary-nav,
	.rr-account-link {
		display: none;
	}

	.rr-header__actions {
		gap: 0.75rem;
	}

	.rr-menu-toggle {
		display: inline-grid;
	}

	.rr-mobile-nav {
		display: block;
		padding: 0 0 1.5rem;
		background: var(--rr-color-cream);
		border-top: 1px solid var(--rr-color-line);
	}

	.rr-mobile-nav[hidden] {
		display: none;
	}

	.rr-mobile-menu {
		display: grid;
		gap: 0.25rem;
		padding-top: 1rem;
	}

	.rr-mobile-menu a {
		display: block;
		padding: 0.75rem 0;
		font-size: 1rem;
		font-weight: 600;
		text-decoration: none;
		border-bottom: 1px solid var(--rr-color-line);
	}

	.rr-menu-is-open {
		overflow: hidden;
	}

	.rr-hero {
		position: relative;
		min-height: 760px;
		background: none;
		overflow: hidden;
	}

	.rr-hero::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 580px;
		background: #f7f2e9 url('../images/hero-beet-amla-v1.png') 92% bottom / auto 60% no-repeat;
		content: '';
	}

	.rr-hero__inner {
		z-index: 1;
		min-height: 760px;
		padding-top: 3.15rem;
	}

	.rr-hero__content {
		max-width: 16.5rem;
	}

	.rr-hero h1 {
		font-size: 2.15rem;
		line-height: 1.02;
	}

	.rr-hero__content p {
		max-width: 13.2rem;
		margin: 1.1rem 0;
		font-size: 0.9rem;
		line-height: 1.65;
	}

	.rr-button {
		min-height: 2.35rem;
		padding-inline: 1.25rem;
		font-size: 0.66rem;
	}

	.rr-hero__pillars {
		top: 580px;
		bottom: auto;
		left: var(--rr-gutter);
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
		width: calc( 100% - (var(--rr-gutter) * 2) );
		gap: 0.3rem;
		min-height: 180px;
		padding-top: 1.55rem;
		background: var(--rr-color-cream);
	}

	.rr-hero__pillars li {
		font-size: 0.67rem;
	}

	.rr-pillar-icon {
		width: 2.1rem;
		height: 2.1rem;
	}

	.rr-footer__grid {
		grid-template-columns: 1fr;
		gap: 2.25rem;
		padding-block: 3.25rem 2rem;
	}

	.rr-footer__brand p {
		max-width: 18rem;
	}

	.rr-site-footer h2 {
		margin-bottom: 0.8rem;
		font-size: 1rem;
	}

	.rr-site-footer a,
	.rr-footer__contact li {
		font-size: 0.86rem;
	}
}

.rr-collection {
	padding-block: var(--rr-space-7);
	background: var(--rr-color-cream);
}

.rr-collection__title {
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(2rem, 3.4vw, 2.9rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-align: center;
}

.rr-collection__ornament {
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	margin: 0.9rem auto 0;
	color: var(--rr-color-ink);
}

.rr-collection__ornament svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rr-collection__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.75rem);
	margin-top: clamp(2.25rem, 4vw, 3.25rem);
}

.rr-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--rr-space-3);
	padding: clamp(2.4rem, 3.4vw, 3.2rem) clamp(1.5rem, 2.8vw, 3rem) clamp(2.1rem, 3vw, 2.9rem);
	text-align: center;
	border-radius: var(--rr-radius-lg);
}

.rr-product-card--beet {
	background: var(--rr-color-blush);
}

.rr-product-card--kanji {
	background: var(--rr-color-sage);
}

.rr-product-card__badge {
	position: absolute;
	top: 1.4rem;
	left: 1.4rem;
	display: grid;
	width: 2.9rem;
	height: 2.9rem;
	color: var(--rr-color-white);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	place-items: center;
	background: var(--rr-color-ink);
	border-radius: 50%;
}

.rr-product-card__name {
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(1.65rem, 2.5vw, 2.2rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0.01em;
}

.rr-product-card__subtitle {
	margin: 0;
	color: var(--rr-color-ink);
	font-size: 1rem;
	font-weight: 600;
}

.rr-product-card__desc {
	max-width: 18.5rem;
	margin: 0;
	color: var(--rr-color-text);
	font-size: 0.92rem;
	line-height: 1.6;
}

.rr-product-card__media {
	display: grid;
	width: 90%;
	aspect-ratio: 1 / 1;
	margin-top: var(--rr-space-2);
	place-items: center;
	color: var(--rr-color-ink-muted);
	background: rgba(255, 255, 255, 0.5);
	border: 1.5px dashed rgba(16, 45, 29, 0.32);
	border-radius: var(--rr-radius-md);
}

.rr-product-card__media span {
	max-width: 12rem;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rr-product-card__features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--rr-space-2) clamp(0.75rem, 1.8vw, 1.6rem);
	padding: 0;
	margin: var(--rr-space-2) 0 0;
	list-style: none;
}

.rr-product-card__features li {
	display: grid;
	justify-items: center;
	gap: 0.4rem;
	width: 5.4rem;
	color: var(--rr-color-text);
	font-size: 0.6rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.rr-product-card__features svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rr-button--forest {
	margin-top: var(--rr-space-3);
	color: var(--rr-color-white);
	background: var(--rr-color-ink);
}

.rr-button--forest:hover {
	background: #0b2015;
}

@media (max-width: 767px) {
	.rr-collection {
		padding-block: var(--rr-space-6);
	}

	.rr-collection__grid {
		grid-template-columns: 1fr;
		gap: var(--rr-space-4);
		margin-top: var(--rr-space-5);
	}

	.rr-product-card {
		padding: 2.3rem 1.35rem 2.3rem;
	}

	.rr-product-card__badge {
		top: 1.1rem;
		left: 1.1rem;
		width: 2.3rem;
		height: 2.3rem;
	}

	.rr-product-card__features {
		gap: 0.75rem 0.5rem;
	}

	.rr-product-card__features li {
		width: 4rem;
		font-size: 0.58rem;
	}
}

.rr-product__hero {
	padding-block: clamp(2rem, 4vw, 3.5rem);
}

.rr-product__hero-inner {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
}

.rr-product__media {
	display: grid;
	min-height: 360px;
	padding: clamp(1rem, 2vw, 1.75rem);
	place-items: center;
	border-radius: var(--rr-radius-lg);
}

.rr-product__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--rr-radius-md);
}

.rr-product--beet-amla .rr-product__media {
	background: var(--rr-color-blush);
}

.rr-product--kanji-premix .rr-product__media {
	background: var(--rr-color-sage);
}

.rr-product__placeholder {
	display: grid;
	width: 100%;
	aspect-ratio: 1 / 1;
	place-items: center;
	color: var(--rr-color-ink-muted);
	background: rgba(255, 255, 255, 0.5);
	border: 1.5px dashed rgba(16, 45, 29, 0.32);
	border-radius: var(--rr-radius-md);
}

.rr-product__placeholder span {
	max-width: 12rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.rr-product__summary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--rr-space-3);
}

.rr-product__badge {
	display: grid;
	width: 2.9rem;
	height: 2.9rem;
	color: var(--rr-color-white);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	place-items: center;
	background: var(--rr-color-ink);
	border-radius: 50%;
}

.rr-product__title {
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(2.1rem, 3.6vw, 3.1rem);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.02em;
}

.rr-product__subtitle {
	margin: 0;
	color: var(--rr-color-ink-muted);
	font-size: 1.05rem;
	font-weight: 600;
}

.rr-product__price {
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	font-weight: 700;
}

.rr-product__short-desc {
	max-width: 30rem;
	color: var(--rr-color-text);
	font-size: 1rem;
	line-height: 1.6;
}

.rr-product__short-desc p {
	margin: 0;
}

.rr-product__pack {
	margin: 0;
	color: var(--rr-color-ink-muted);
	font-size: 0.92rem;
}

.rr-product__features {
	display: flex;
	flex-wrap: wrap;
	gap: var(--rr-space-2) clamp(1rem, 2vw, 1.75rem);
	padding: 0;
	margin: var(--rr-space-2) 0 0;
	list-style: none;
}

.rr-product__features li {
	display: grid;
	justify-items: center;
	gap: 0.4rem;
	width: 5.4rem;
	color: var(--rr-color-text);
	font-size: 0.62rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.rr-product__features svg {
	width: 1.6rem;
	height: 1.6rem;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rr-product__purchase {
	margin-top: var(--rr-space-2);
}

.rr-add-to-cart__fields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--rr-space-2);
}

.rr-add-to-cart .quantity {
	display: inline-flex;
}

.rr-add-to-cart .qty {
	width: 3.4rem;
	min-height: 2.55rem;
	padding: 0.4rem 0.5rem;
	color: var(--rr-color-text);
	text-align: center;
	background: var(--rr-color-white);
	border: 1px solid var(--rr-color-line);
	border-radius: var(--rr-radius-pill);
}

.rr-add-to-cart .single_add_to_cart_button {
	margin: 0;
}

.rr-buy-now {
	margin: 0;
}

.rr-product__editorial {
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
	background: var(--rr-color-surface);
}

.rr-product__editorial-title {
	margin: 0 0 var(--rr-space-3);
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	font-weight: 600;
}

.rr-product__description {
	max-width: var(--rr-content-narrow);
	color: var(--rr-color-text);
	line-height: 1.7;
}

.rr-product__description-placeholder {
	margin: 0;
	color: var(--rr-color-ink-muted);
	font-size: 0.9rem;
	font-style: italic;
}

@media (max-width: 767px) {
	.rr-product__hero-inner {
		grid-template-columns: 1fr;
		gap: var(--rr-space-4);
	}

	.rr-product__media {
		min-height: 0;
	}

	.rr-add-to-cart__fields {
		width: 100%;
	}

	.rr-add-to-cart .single_add_to_cart_button,
	.rr-buy-now {
		flex: 1 1 auto;
	}
}

/* ---------------------------------------------------------------------------
   Shop archive (Design_images/Shop_page.png)
   Scoped under .rr-shop so homepage and product pages are untouched.
--------------------------------------------------------------------------- */

.rr-shop {
	--rr-shop-star: #d9a441;
}

.rr-shop-hero {
	position: relative;
	overflow: hidden;
	background: #f7f3ee;
}

.rr-shop-hero::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52%;
	background: url('../images/hero-beet-amla-v1.png') right center / cover no-repeat;
	content: '';
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 42%);
	mask-image: linear-gradient(90deg, transparent 0, #000 42%);
}

.rr-shop-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-content: start;
	row-gap: clamp(1.75rem, 4vw, 2.75rem);
	min-height: 380px;
	padding-block: clamp(2.25rem, 4vw, 3.25rem);
}

.rr-shop-hero__content {
	grid-column: 1;
	grid-row: 1;
	max-width: 34rem;
}

.rr-shop-hero__eyebrow {
	margin: 0 0 1rem;
	color: var(--rr-color-ink);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.rr-shop-hero__title {
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(2.4rem, 3.7vw, 3.4rem);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.02em;
}

.rr-shop-hero__intro {
	margin: 1.15rem 0 0;
	color: var(--rr-color-text);
	font-size: clamp(0.95rem, 1.4vw, 1.1rem);
	line-height: 1.55;
}

.rr-shop-hero__intro span {
	display: block;
}

.rr-shop-hero__script {
	position: absolute;
	top: 12%;
	left: 46%;
	z-index: 2;
	margin: 0;
	color: var(--rr-color-ink);
	font-family: 'Segoe Script', 'Brush Script MT', 'Apple Chancery', cursive;
	font-size: clamp(1.3rem, 2.4vw, 1.95rem);
	line-height: 1.05;
	transform: rotate(-8deg);
}

.rr-shop-hero__script-rule {
	display: block;
	width: 3.1rem;
	height: 2px;
	margin: 0.3rem 0 0 3.4rem;
	background: var(--rr-color-beet);
	transform: rotate(-6deg);
}

.rr-shop-hero__badges {
	grid-column: 1;
	grid-row: 2;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1.25rem, 3vw, 2.6rem);
	padding: 0;
	margin: 0;
	list-style: none;
}

.rr-shop-badge {
	display: grid;
	gap: 0.55rem;
	max-width: 8.5rem;
	color: var(--rr-color-ink);
}

.rr-shop-badge__icon svg {
	width: 1.7rem;
	height: 1.7rem;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rr-shop-badge__text {
	display: grid;
	font-size: 0.72rem;
	line-height: 1.35;
}

.rr-shop-badge__text strong {
	font-weight: 700;
}

.rr-shop-badge__text small {
	font-size: inherit;
}

/* Layout ------------------------------------------------------------------ */

.rr-shop__layout {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	padding-block: clamp(2rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
}

/* Filters ----------------------------------------------------------------- */

.rr-shop-filters {
	overflow: hidden;
	background: var(--rr-color-surface);
	border: 1px solid var(--rr-color-line);
	border-radius: var(--rr-radius-md);
}

.rr-shop-filter {
	padding: 1.15rem 1.25rem;
}

.rr-shop-filter + .rr-shop-filter {
	border-top: 1px solid var(--rr-color-line);
}

.rr-shop-filter__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0.9rem;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: 1.05rem;
	font-weight: 600;
}

.rr-shop-filter__chevron svg {
	width: 1rem;
	height: 1rem;
	fill: none;
	stroke: var(--rr-color-ink-muted);
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rr-shop-cats {
	display: grid;
	gap: 0.15rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.rr-shop-cats__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	color: var(--rr-color-text);
	font-size: 0.85rem;
	text-decoration: none;
	border-radius: var(--rr-radius-sm);
}

.rr-shop-cats__item a:hover {
	background: rgba(248, 223, 220, 0.55);
}

.rr-shop-cats__item.is-active a {
	color: var(--rr-color-beet);
	font-weight: 600;
	background: var(--rr-color-blush);
}

.rr-shop-cats__count {
	opacity: 0.85;
}

.rr-shop-price__slider {
	position: relative;
	height: 1.6rem;
	margin: 0.35rem 0 0;
}

.rr-shop-price__track {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 4px;
	background: #e7dcd0;
	border-radius: 2px;
	transform: translateY(-50%);
}

.rr-shop-price__fill {
	position: absolute;
	top: 0;
	bottom: 0;
	background: var(--rr-color-beet);
	border-radius: 2px;
}

.rr-shop-price input[type='range'] {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1.6rem;
	padding: 0;
	margin: 0;
	background: none;
	transform: translateY(-50%);
	-webkit-appearance: none;
	appearance: none;
	pointer-events: none;
}

.rr-shop-price input[type='range']::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	background: var(--rr-color-beet);
	border: 2px solid var(--rr-color-beet);
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--rr-color-surface);
	cursor: pointer;
	-webkit-appearance: none;
	pointer-events: auto;
}

.rr-shop-price input[type='range']::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background: var(--rr-color-beet);
	border: 2px solid var(--rr-color-beet);
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
}

.rr-shop-price input[type='range']::-moz-range-track {
	background: transparent;
}

.rr-shop-price input[type='range']:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px rgba(127, 11, 24, 0.3);
}

.rr-shop-price__labels {
	display: flex;
	justify-content: space-between;
	margin: 0.6rem 0 0;
	color: var(--rr-color-ink-muted);
	font-size: 0.8rem;
}

.rr-shop-diet {
	display: grid;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.rr-shop-diet label {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--rr-color-ink-muted);
	font-size: 0.85rem;
}

.rr-shop-diet input[type='checkbox'] {
	width: 1.05rem;
	height: 1.05rem;
	accent-color: var(--rr-color-beet);
}

.rr-shop-filter__note {
	margin: 0.75rem 0 0;
	color: var(--rr-color-ink-muted);
	font-size: 0.7rem;
	font-style: italic;
}

/* Promo ------------------------------------------------------------------- */

.rr-shop-promo {
	position: relative;
	min-height: 215px;
	margin-top: 1.25rem;
	overflow: hidden;
	background-color: #f2e6da;
	background-image:
		linear-gradient(90deg, #f3e8dc 0%, #f3e8dc 44%, rgba(243, 232, 220, 0.35) 68%, rgba(243, 232, 220, 0) 100%),
		url('../images/hero-beet-amla-v1.png');
	background-position: left top, 74% center;
	background-repeat: no-repeat;
	background-size: 100% 100%, cover;
	border-radius: var(--rr-radius-md);
}

.rr-shop-promo__body {
	position: relative;
	z-index: 1;
	max-width: 72%;
	padding: 1.5rem 1.35rem;
}

.rr-shop-promo__title {
	margin: 0 0 1.1rem;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(1.3rem, 1.9vw, 1.6rem);
	font-weight: 600;
	line-height: 1.1;
}

.rr-shop-promo__cta {
	gap: 0.7rem;
	padding-inline: 1.1rem;
	font-size: 0.66rem;
	white-space: nowrap;
}

/* Toolbar ----------------------------------------------------------------- */

.rr-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.rr-shop-toolbar__count {
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: 1.15rem;
	font-weight: 600;
}

.rr-shop-toolbar__sort {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.rr-shop-toolbar__sort-label {
	color: var(--rr-color-ink-muted);
	font-size: 0.82rem;
}

.rr-shop-toolbar__sort .woocommerce-ordering {
	float: none;
	margin: 0;
}

.rr-shop-toolbar__sort select {
	padding: 0.5rem 2rem 0.5rem 0.85rem;
	color: var(--rr-color-ink);
	font-size: 0.82rem;
	background-color: var(--rr-color-surface);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23284331'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='m6%209%206%206%206-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem center;
	background-size: 0.7rem;
	border: 1px solid var(--rr-color-line);
	border-radius: var(--rr-radius-sm);
	-webkit-appearance: none;
	appearance: none;
}

/* Product grid ------------------------------------------------------------ */

.rr-shop ul.products::before,
.rr-shop ul.products::after {
	content: none;
	display: none;
}

.rr-shop ul.products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	padding: 0;
	margin: 0;
	list-style: none;
}

body.woocommerce .rr-shop ul.products li.product {
	display: flex;
	float: none;
	flex-direction: column;
	clear: none;
	width: auto;
	margin: 0;
	text-align: left;
	background: var(--rr-color-surface);
	border: 1px solid var(--rr-color-line);
	border-radius: var(--rr-radius-md);
	box-shadow: 0 1px 2px rgba(47, 42, 31, 0.04);
	overflow: hidden;
}

.rr-shop-card__media {
	position: relative;
}

.rr-shop-card__media-link {
	display: block;
}

.rr-shop-card__media-link img {
	display: block;
	width: 100%;
	aspect-ratio: 7 / 6;
	object-fit: cover;
}

.rr-shop-card__placeholder {
	display: grid;
	width: 100%;
	aspect-ratio: 7 / 6;
	place-items: center;
	background: #f4efe7;
	border-bottom: 1.5px dashed rgba(16, 45, 29, 0.25);
}

.rr-shop-card__placeholder span {
	max-width: 11rem;
	padding: 0 1rem;
	color: var(--rr-color-ink-muted);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.rr-shop-card__badge {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	color: var(--rr-color-white);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	place-items: center;
	background: var(--rr-color-ink);
	border-radius: 50%;
}

.rr-shop-card--beet-amla .rr-shop-card__badge {
	background: var(--rr-color-beet);
}

.rr-shop-card--kanji-premix .rr-shop-card__badge {
	background: var(--rr-color-ink);
}

.rr-shop-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		'name'
		'desc'
		'price'
		'rating'
		'action';
	gap: 0.45rem;
	padding: 1rem 1.1rem 1.2rem;
}

.rr-shop-card__name {
	grid-area: name;
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.15;
}

.rr-shop-card__name a {
	color: inherit;
	text-decoration: none;
}

.rr-shop-card__name a:hover {
	color: var(--rr-color-beet);
}

.rr-shop-card__desc {
	grid-area: desc;
	margin: 0;
	color: var(--rr-color-text);
	font-size: 0.85rem;
	line-height: 1.45;
}

.rr-shop-card__rating {
	grid-area: rating;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.rr-shop-card__rating-count {
	color: var(--rr-color-ink-muted);
	font-size: 0.8rem;
}

.rr-shop .star-rating {
	color: var(--rr-shop-star);
	font-size: 0.85rem;
}

.rr-shop .star-rating::before {
	color: rgba(16, 45, 29, 0.2);
}

.rr-shop-card__price {
	grid-area: price;
	margin: 0;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: 1.3rem;
	font-weight: 700;
}

.rr-shop-card__action {
	grid-area: action;
	margin-top: 0.35rem;
}

body.woocommerce .rr-shop ul.products li.product .rr-shop-card__action a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	min-height: 2.9rem;
	padding: 0.5rem 1rem;
	color: var(--rr-color-white);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--rr-color-ink);
	border: 0;
	border-radius: var(--rr-radius-sm);
	cursor: pointer;
}

body.woocommerce .rr-shop ul.products li.product.rr-shop-card--beet-amla .rr-shop-card__action a.button {
	background: var(--rr-color-beet);
}

body.woocommerce .rr-shop ul.products li.product.rr-shop-card--kanji-premix .rr-shop-card__action a.button {
	background: var(--rr-color-ink);
}

body.woocommerce .rr-shop ul.products li.product .rr-shop-card__action a.button:hover {
	color: var(--rr-color-white);
	background: var(--rr-color-ink);
	filter: brightness(0.92);
}

body.woocommerce .rr-shop ul.products li.product.rr-shop-card--beet-amla .rr-shop-card__action a.button:hover {
	background: var(--rr-color-beet);
}

body.woocommerce .rr-shop ul.products li.product .rr-shop-card__action a.button::before {
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	background: currentcolor;
	content: '';
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%207h14l-1%2013H6L5%207Z'/%3E%3Cpath%20d='M8%208V5a4%204%200%200%201%208%200v3'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%207h14l-1%2013H6L5%207Z'/%3E%3Cpath%20d='M8%208V5a4%204%200%200%201%208%200v3'/%3E%3C/svg%3E") no-repeat center / contain;
}

.rr-shop-card__action .button.loading {
	opacity: 0.75;
}

.rr-shop-card__action .added_to_cart {
	display: none;
}

.rr-shop__empty {
	margin: 0 0 1.5rem;
	color: var(--rr-color-ink-muted);
}

/* Subscribe --------------------------------------------------------------- */

.rr-shop-subscribe {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	align-items: center;
	gap: 2rem;
	margin-top: 1.5rem;
	padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1.5rem, 3vw, 2.6rem);
	background: #ece3d8;
	border-radius: var(--rr-radius-md);
}

.rr-shop-subscribe__title {
	margin: 0 0 0.6rem;
	color: var(--rr-color-ink);
	font-family: var(--rr-font-display);
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	font-weight: 600;
	line-height: 1.05;
}

.rr-shop-subscribe__text {
	max-width: 24rem;
	margin: 0;
	color: var(--rr-color-text);
	font-size: 0.88rem;
	line-height: 1.55;
}

.rr-shop-subscribe__form {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: var(--rr-color-white);
	border-radius: var(--rr-radius-sm);
}

.rr-shop-subscribe__form input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.95rem 1rem;
	color: var(--rr-color-text);
	font-size: 0.85rem;
	background: transparent;
	border: 0;
}

.rr-shop-subscribe__form input:focus {
	outline: none;
}

.rr-shop-subscribe__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.95rem 1.4rem;
	color: var(--rr-color-white);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: var(--rr-color-beet);
	border: 0;
	cursor: pointer;
}

.rr-shop-subscribe__arrow {
	display: none;
	font-size: 1.05rem;
}

/* Tablet ------------------------------------------------------------------ */

@media (max-width: 1023px) {
	.rr-shop__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rr-shop-filters {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rr-shop-filter + .rr-shop-filter {
		border-top: 0;
		border-left: 1px solid var(--rr-color-line);
	}

	.rr-shop-promo {
		min-height: 200px;
	}
}

/* Mobile ------------------------------------------------------------------ */

@media (max-width: 767px) {
	.rr-shop-hero::after {
		display: none;
	}

	.rr-shop-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 1.35rem;
		min-height: 0;
		padding-block: 2rem;
		text-align: center;
	}

	.rr-shop-hero__content {
		grid-column: 1;
		grid-row: 1;
		max-width: none;
	}

	.rr-shop-hero__eyebrow,
	.rr-shop-hero__script {
		display: none;
	}

	.rr-shop-hero__title {
		font-size: 2.2rem;
	}

	.rr-shop-hero__intro {
		margin-top: 0.85rem;
		font-size: 1rem;
	}

	.rr-shop-hero__inner::after {
		grid-column: 1;
		grid-row: 2;
		display: block;
		width: 100%;
		min-height: 190px;
		background: url('../images/hero-beet-amla-v1.png') center / cover no-repeat;
		content: '';
	}

	.rr-shop-hero__badges {
		grid-column: 1;
		grid-row: 3;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.rr-shop-badge {
		justify-items: center;
		max-width: none;
		padding: 0.9rem 0.3rem;
		background: var(--rr-color-white);
		border-radius: 1rem;
		box-shadow: var(--rr-shadow-soft);
	}

	.rr-shop-badge__icon svg {
		width: 1.5rem;
		height: 1.5rem;
	}

	.rr-shop-badge__text {
		justify-items: center;
		font-size: 0.64rem;
		text-align: center;
	}

	.rr-shop__sidebar {
		display: none;
	}

	.rr-shop-toolbar {
		margin-bottom: 1rem;
	}

	.rr-shop-toolbar__sort-label {
		display: none;
	}

	.rr-shop ul.products {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
	}

	.rr-shop-card__body {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			'name name'
			'desc desc'
			'rating rating'
			'price action';
		align-items: center;
		column-gap: 0.75rem;
	}

	.rr-shop-card__action {
		margin-top: 0;
	}

	.rr-shop-card__action .button {
		width: auto;
		min-height: 2.7rem;
		padding-inline: 1.1rem;
	}

	.rr-shop-subscribe {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.1rem;
	}

	.rr-shop-subscribe__form {
		width: 100%;
	}

	.rr-shop-subscribe__label {
		display: none;
	}

	.rr-shop-subscribe__arrow {
		display: inline;
	}

	.rr-shop-subscribe__button {
		padding-inline: 1.1rem;
		background: var(--rr-color-ink);
	}
}
