/*
Theme Name: Raylin Home
Theme URI: https://raylinhome.ro
Author: Raylin Home
Author URI: https://raylinhome.ro
Description: Magazin WordPress standalone, modular și complet administrabil pentru Raylin Home, fără dependențe de module.
Version: 2.0.0
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: raylin-home
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--rh-ink: #17211b;
	--rh-muted: #667069;
	--rh-paper: #fbfaf7;
	--rh-sand: #eee8dc;
	--rh-forest: #173d2d;
	--rh-forest-2: #24563e;
	--rh-sage: #cddccf;
	--rh-gold: #c49052;
	--rh-line: rgba(23, 33, 27, 0.13);
	--rh-white: #fff;
	--rh-danger: #a33b33;
	--rh-radius: 18px;
	--rh-radius-sm: 10px;
	--rh-shadow: 0 16px 50px rgba(24, 43, 33, 0.09);
	--rh-container: min(1440px, calc(100vw - 48px));
	--rh-transition: 180ms ease;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rh-paper);
	color: var(--rh-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

body.is-locked {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

button {
	color: inherit;
}

:focus-visible {
	outline: 3px solid rgba(196, 144, 82, 0.55);
	outline-offset: 3px;
}

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

.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	margin: 0;
	clip: auto;
	background: var(--rh-white);
	border-radius: 6px;
}

.rh-container {
	width: var(--rh-container);
	margin-inline: auto;
}

.rh-site-main {
	min-height: 55vh;
}

.rh-announcement {
	position: relative;
	z-index: 52;
	padding: 8px 20px;
	background: var(--rh-forest);
	color: var(--rh-white);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
}

.rh-announcement a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rh-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(251, 250, 247, 0.94);
	border-bottom: 1px solid var(--rh-line);
	backdrop-filter: blur(14px);
}

.admin-bar .rh-header {
	top: 32px;
}

.rh-header__main {
	display: grid;
	grid-template-columns: minmax(190px, 0.7fr) minmax(320px, 1.5fr) minmax(260px, 0.9fr);
	gap: 28px;
	align-items: center;
	min-height: 84px;
}

.rh-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	width: fit-content;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -0.035em;
}

.rh-brand::before {
	width: 33px;
	height: 33px;
	background:
		linear-gradient(135deg, transparent 48%, var(--rh-gold) 49% 54%, transparent 55%),
		linear-gradient(45deg, var(--rh-forest) 0 48%, transparent 49%);
	border-radius: 9px 2px 9px 2px;
	content: "";
	transform: rotate(-5deg);
}

.rh-brand .custom-logo {
	max-width: 180px;
	max-height: 58px;
	object-fit: contain;
}

.rh-brand:has(.custom-logo)::before {
	display: none;
}

.rh-search {
	position: relative;
}

.rh-search__form {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 7px 0 18px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 999px;
	box-shadow: 0 7px 25px rgba(24, 43, 33, 0.04);
}

.rh-search__form:focus-within {
	border-color: var(--rh-forest-2);
	box-shadow: 0 0 0 4px rgba(36, 86, 62, 0.08);
}

.rh-search__input {
	width: 100%;
	min-width: 0;
	height: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

.rh-search__submit {
	display: grid;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	background: var(--rh-forest);
	color: var(--rh-white);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.rh-search__submit::before {
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
}

.rh-search__submit::after {
	position: absolute;
	width: 7px;
	height: 2px;
	margin: 10px 0 0 10px;
	background: currentColor;
	content: "";
	transform: rotate(45deg);
}

.rh-search__suggestions {
	position: absolute;
	top: calc(100% + 9px);
	right: 0;
	left: 0;
	z-index: 60;
	display: none;
	padding: 8px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: var(--rh-radius-sm);
	box-shadow: var(--rh-shadow);
}

.rh-search__suggestions.is-open {
	display: block;
}

.rh-search-result {
	display: grid;
	grid-template-columns: 52px 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 9px;
	border-radius: 8px;
}

.rh-search-result:hover {
	background: var(--rh-paper);
}

.rh-search-result img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 7px;
}

.rh-search-result__name {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.rh-search-result__price {
	color: var(--rh-forest);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.rh-header__actions {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
}

.rh-action {
	position: relative;
	display: grid;
	min-width: 62px;
	padding: 8px 6px;
	gap: 1px;
	place-items: center;
	background: transparent;
	border: 0;
	border-radius: 9px;
	cursor: pointer;
	font-size: 11px;
	font-weight: 700;
}

.rh-action:hover {
	background: var(--rh-sand);
}

.rh-action__symbol {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.rh-count {
	position: absolute;
	top: 1px;
	left: calc(50% + 7px);
	display: grid;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	place-items: center;
	background: var(--rh-gold);
	color: var(--rh-white);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
}

.rh-header__nav {
	border-top: 1px solid var(--rh-line);
}

.rh-nav-row {
	display: flex;
	align-items: center;
	min-height: 47px;
	gap: 26px;
	overflow-x: auto;
	scrollbar-width: none;
}

.rh-nav-row::-webkit-scrollbar {
	display: none;
}

.rh-menu-toggle {
	display: none;
}

.rh-categories {
	display: flex;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.rh-categories a {
	position: relative;
	display: block;
	padding: 12px 0;
	font-size: 13px;
	font-weight: 750;
}

.rh-categories a::after {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	height: 2px;
	background: var(--rh-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--rh-transition);
}

.rh-categories a:hover::after,
.rh-categories .current-menu-item > a::after {
	transform: scaleX(1);
}

.rh-categories__all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--rh-forest);
}

.rh-categories__all::before {
	content: "☰";
	font-size: 16px;
}

.rh-hero {
	position: relative;
	display: grid;
	min-height: clamp(560px, 70vh, 780px);
	overflow: hidden;
	background: var(--rh-sand);
	isolation: isolate;
}

.rh-hero--no-media {
	background:
		radial-gradient(circle at 78% 28%, rgba(196, 144, 82, 0.32), transparent 27%),
		linear-gradient(135deg, #153426, #244d38);
}

.rh-hero__media,
.rh-hero__overlay {
	position: absolute;
	inset: 0;
}

.rh-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rh-hero__overlay {
	background: linear-gradient(90deg, rgba(13, 33, 23, 0.78) 0%, rgba(13, 33, 23, 0.44) 44%, rgba(13, 33, 23, 0.04) 75%);
	z-index: 1;
}

.rh-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: min(720px, 60%);
	padding-block: 80px;
	color: var(--rh-white);
}

.rh-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	gap: 10px;
	color: var(--rh-gold);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rh-eyebrow::before {
	width: 30px;
	height: 1px;
	background: currentColor;
	content: "";
}

.rh-hero h1 {
	max-width: 700px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(46px, 6vw, 86px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.rh-hero__text {
	max-width: 560px;
	margin: 26px 0 34px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(17px, 2vw, 20px);
}

.rh-button,
.button,
button.button,
input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	gap: 9px;
	background: var(--rh-forest) !important;
	color: var(--rh-white) !important;
	border: 1px solid var(--rh-forest) !important;
	border-radius: 999px !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	cursor: pointer;
	transition: transform var(--rh-transition), background var(--rh-transition), border-color var(--rh-transition);
}

.rh-button:hover,
.button:hover,
button.button:hover,
input.button:hover {
	background: var(--rh-forest-2) !important;
	border-color: var(--rh-forest-2) !important;
	transform: translateY(-1px);
}

.rh-button--light {
	background: var(--rh-white) !important;
	color: var(--rh-forest) !important;
	border-color: var(--rh-white) !important;
}

.rh-button--outline {
	background: transparent !important;
	color: var(--rh-forest) !important;
}

.rh-section {
	padding: clamp(72px, 9vw, 126px) 0;
}

.rh-section--compact {
	padding-block: 58px;
}

.rh-section--sand {
	background: var(--rh-sand);
}

.rh-section--forest {
	background: var(--rh-forest);
	color: var(--rh-white);
}

.rh-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 34px;
	gap: 24px;
}

.rh-section__head h2,
.rh-editor-content h1,
.rh-page-header h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.rh-section__head p {
	max-width: 540px;
	margin: 10px 0 0;
	color: var(--rh-muted);
}

.rh-section__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--rh-forest);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.rh-section__link::after {
	content: "→";
	transition: transform var(--rh-transition);
}

.rh-section__link:hover::after {
	transform: translateX(4px);
}

.rh-category-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.rh-category-card {
	position: relative;
	min-height: 320px;
	overflow: hidden;
	background: var(--rh-sand);
	border-radius: var(--rh-radius);
	isolation: isolate;
}

.rh-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.rh-category-card:hover img {
	transform: scale(1.035);
}

.rh-category-card::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 45%, rgba(12, 25, 17, 0.72));
	content: "";
}

.rh-category-card__content {
	position: absolute;
	right: 20px;
	bottom: 18px;
	left: 20px;
	z-index: 2;
	color: var(--rh-white);
}

.rh-category-card__content strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.1;
}

.rh-category-card__content span {
	font-size: 12px;
	opacity: 0.78;
}

.rh-product-grid,
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 !important;
	gap: 32px 18px;
}

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

.woocommerce ul.products li.product,
.rh-product-grid .product {
	position: relative;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 8px !important;
	background: transparent;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	display: block;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 4 / 5;
	margin: 0 0 16px !important;
	object-fit: cover;
	background: #f2f0ea;
	border-radius: 14px;
	transition: transform 350ms ease, box-shadow 350ms ease;
}

.woocommerce ul.products li.product:hover a img {
	box-shadow: var(--rh-shadow);
	transform: translateY(-3px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 45px;
	padding: 0 !important;
	color: var(--rh-ink);
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.45;
}

.woocommerce ul.products li.product .price {
	display: flex !important;
	align-items: baseline;
	margin: 8px 0 12px !important;
	gap: 8px;
	color: var(--rh-forest) !important;
	font-size: 18px !important;
	font-weight: 850 !important;
}

.woocommerce ul.products li.product .price del {
	color: var(--rh-muted);
	font-size: 13px;
	font-weight: 500;
	opacity: 0.8;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	width: 100%;
	margin: 0 !important;
}

.woocommerce span.onsale {
	top: 12px !important;
	left: 12px !important;
	z-index: 3;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 7px 10px !important;
	background: var(--rh-gold) !important;
	border-radius: 999px !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

.rh-product-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	pointer-events: none;
}

.rh-badge {
	padding: 6px 9px;
	background: var(--rh-white);
	border-radius: 999px;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rh-wishlist-button {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	background: rgba(255, 255, 255, 0.93);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 7px 20px rgba(20, 34, 26, 0.12);
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
}

.rh-wishlist-button.is-active {
	background: var(--rh-forest);
	color: var(--rh-white);
}

.rh-value-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--rh-line);
	border-bottom: 1px solid var(--rh-line);
}

.rh-value-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.rh-value {
	padding: 32px;
	border-right: 1px solid var(--rh-line);
}

.rh-value:last-child {
	border-right: 0;
}

.rh-value__number {
	display: block;
	margin-bottom: 18px;
	color: var(--rh-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
}

.rh-value strong {
	display: block;
	margin-bottom: 6px;
}

.rh-value p {
	margin: 0;
	color: var(--rh-muted);
	font-size: 13px;
}

.rh-story {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	min-height: 620px;
	background: var(--rh-forest);
	color: var(--rh-white);
	border-radius: 26px;
	overflow: hidden;
}

.rh-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rh-story__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(48px, 7vw, 96px);
}

.rh-story__content h2 {
	margin: 0 0 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1;
}

.rh-story__content p {
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.76);
}

.rh-inspiration-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.rh-inspiration-card {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: var(--rh-radius);
}

.rh-inspiration-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.rh-inspiration-card:hover img {
	transform: scale(1.03);
}

.rh-inspiration-card__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 42px 24px 22px;
	background: linear-gradient(transparent, rgba(8, 22, 14, 0.8));
	color: var(--rh-white);
}

.rh-inspiration-card__content h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 500;
}

.rh-newsletter {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.rh-newsletter h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1;
}

.rh-newsletter p {
	color: rgba(255, 255, 255, 0.7);
}

.rh-newsletter__fields {
	display: flex;
	padding: 5px;
	background: var(--rh-white);
	border-radius: 999px;
}

.rh-newsletter__fields input[type="email"] {
	width: 100%;
	min-width: 0;
	padding: 0 17px;
	background: transparent;
	border: 0;
	outline: 0;
}

.rh-newsletter__consent {
	display: flex;
	align-items: flex-start;
	margin-top: 12px;
	gap: 8px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
}

.rh-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.rh-form-message {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 700;
}

.rh-breadcrumbs {
	padding: 22px 0;
	color: var(--rh-muted);
	font-size: 12px;
}

.rh-page-header {
	padding: 34px 0 48px;
}

.rh-page-header p {
	max-width: 650px;
	color: var(--rh-muted);
}

.rh-catalog-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 44px;
	padding-bottom: 100px;
}

.rh-filter-toggle {
	display: none;
}

.rh-filters {
	position: sticky;
	top: 156px;
	align-self: start;
}

.rh-filter-group {
	padding: 21px 0;
	border-bottom: 1px solid var(--rh-line);
}

.rh-filter-group:first-child {
	padding-top: 0;
}

.rh-filter-group h3 {
	margin: 0 0 13px;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rh-filter-option {
	display: flex;
	align-items: center;
	margin: 8px 0;
	gap: 9px;
	color: var(--rh-muted);
	font-size: 13px;
}

.rh-filter-option input {
	accent-color: var(--rh-forest);
}

.rh-price-range {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.rh-price-range input {
	width: 100%;
	padding: 9px 10px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 7px;
}

.rh-filter-actions {
	display: flex;
	margin-top: 14px;
	gap: 8px;
}

.rh-catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
	gap: 15px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	float: none !important;
	margin: 0 !important;
}

.woocommerce .woocommerce-ordering select {
	min-height: 42px;
	padding: 0 34px 0 13px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 999px;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 52px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding: 0 !important;
	place-items: center;
	border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--rh-forest) !important;
	color: var(--rh-white);
}

.single-product .rh-site-main {
	padding-bottom: 90px;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: 64px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce div.product div.images img {
	border-radius: var(--rh-radius);
}

.woocommerce div.product .product_title {
	margin: 0 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.woocommerce div.product p.price {
	margin: 18px 0 !important;
	color: var(--rh-forest) !important;
	font-size: 30px !important;
	font-weight: 850;
}

.woocommerce div.product form.cart {
	display: flex;
	margin: 28px 0 18px !important;
	gap: 10px;
}

.woocommerce .quantity .qty {
	min-height: 48px;
	border: 1px solid var(--rh-line);
	border-radius: 999px;
}

.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	padding-top: 42px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	margin: 0 0 28px !important;
	padding: 0 !important;
	gap: 28px;
	border-bottom: 1px solid var(--rh-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 13px 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--rh-forest) !important;
	box-shadow: inset 0 -2px var(--rh-gold);
}

.rh-product-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 25px 0;
	border-top: 1px solid var(--rh-line);
	border-bottom: 1px solid var(--rh-line);
}

.rh-product-trust span {
	padding: 13px 8px;
	color: var(--rh-muted);
	font-size: 11px;
	text-align: center;
}

.rh-single-wishlist {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 44px;
	gap: 12px;
	color: var(--rh-muted);
	font-size: 13px;
}

.rh-single-wishlist .rh-wishlist-button {
	position: static;
	flex: 0 0 38px;
	border: 1px solid var(--rh-line);
	box-shadow: none;
}

.rh-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.rh-spec-table tr {
	border-bottom: 1px solid var(--rh-line);
}

.rh-spec-table th,
.rh-spec-table td {
	padding: 12px 8px;
	text-align: left;
	vertical-align: top;
}

.rh-spec-table th {
	width: 32%;
	font-size: 13px;
}

.woocommerce table.shop_table {
	background: var(--rh-white);
	border-color: var(--rh-line) !important;
	border-radius: var(--rh-radius) !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form select,
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="password"] {
	min-height: 46px;
	padding: 10px 13px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 8px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	background: var(--rh-white);
	border-top-color: var(--rh-gold) !important;
	border-radius: var(--rh-radius-sm);
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 38px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 8px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: var(--rh-radius);
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 13px;
	border-radius: 9px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--rh-sand);
	font-weight: 800;
}

.rh-editor-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0 100px;
}

.rh-editor-content > * {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.rh-editor-content > .alignwide {
	max-width: 1160px;
}

.rh-editor-content > .alignfull {
	max-width: none;
}

.rh-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 100px;
	gap: 24px;
}

.rh-post-card {
	overflow: hidden;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: var(--rh-radius);
}

.rh-post-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.rh-post-card__body {
	padding: 22px;
}

.rh-post-card h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.15;
}

.rh-footer {
	padding: 72px 0 24px;
	background: #101d16;
	color: rgba(255, 255, 255, 0.75);
}

.rh-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 54px;
}

.rh-footer .rh-brand {
	color: var(--rh-white);
}

.rh-footer__intro {
	max-width: 330px;
	margin-top: 20px;
	font-size: 13px;
}

.rh-footer h2 {
	margin: 0 0 17px;
	color: var(--rh-white);
	font-size: 13px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

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

.rh-footer li {
	margin: 9px 0;
}

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

.rh-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 62px;
	padding-top: 20px;
	gap: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 11px;
}

.rh-socials {
	display: flex;
	gap: 16px;
}

.rh-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	max-width: 340px;
	padding: 13px 18px;
	background: var(--rh-forest);
	color: var(--rh-white);
	border-radius: 999px;
	box-shadow: var(--rh-shadow);
	font-size: 13px;
	font-weight: 750;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity var(--rh-transition), transform var(--rh-transition);
}

.rh-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	:root {
		--rh-container: min(100% - 32px, 1200px);
	}

	.rh-header__main {
		grid-template-columns: 1fr minmax(280px, 1.2fr) auto;
		gap: 16px;
	}

	.rh-category-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.rh-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rh-value-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rh-value-grid--3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.rh-value:nth-child(2) {
		border-right: 0;
	}

	.rh-value:nth-child(-n + 2) {
		border-bottom: 1px solid var(--rh-line);
	}
}

@media (max-width: 782px) {
	.admin-bar .rh-header {
		top: 46px;
	}

	.rh-header__main {
		grid-template-columns: auto 1fr auto;
		min-height: 69px;
	}

	.rh-brand {
		font-size: 21px;
	}

	.rh-brand::before {
		width: 27px;
		height: 27px;
	}

	.rh-search {
		position: static;
	}

	.rh-search__form {
		display: none;
	}

	.rh-search.is-mobile-open .rh-search__form {
		position: absolute;
		top: calc(100% + 8px);
		right: 16px;
		left: 16px;
		z-index: 80;
		display: flex;
	}

	.rh-search__suggestions {
		position: fixed;
		top: 126px;
		right: 16px;
		left: 16px;
	}

	.rh-action {
		min-width: 42px;
	}

	.rh-action__label,
	.rh-action--account,
	.rh-action--wishlist {
		display: none;
	}

	.rh-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
		padding: 11px 0;
		background: none;
		border: 0;
		font-size: 13px;
		font-weight: 800;
	}

	.rh-categories {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: min(360px, 88vw);
		padding: 76px 28px 28px;
		gap: 2px;
		background: var(--rh-paper);
		box-shadow: var(--rh-shadow);
		overflow-y: auto;
		transform: translateX(-105%);
		transition: transform 260ms ease;
	}

	.rh-categories.is-open {
		transform: translateX(0);
	}

	.rh-categories a {
		padding: 12px 0;
		font-size: 16px;
	}

	.rh-hero {
		min-height: 610px;
	}

	.rh-hero__overlay {
		background: linear-gradient(0deg, rgba(13, 33, 23, 0.88), rgba(13, 33, 23, 0.28));
	}

	.rh-hero__content {
		width: 100%;
		justify-content: flex-end;
		padding-bottom: 60px;
	}

	.rh-hero h1 {
		font-size: clamp(43px, 12vw, 68px);
	}

	.rh-section__head {
		display: block;
	}

	.rh-section__link {
		margin-top: 18px;
	}

	.rh-category-grid {
		display: flex;
		margin-right: calc((100vw - var(--rh-container)) / -2);
		padding-right: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.rh-category-card {
		flex: 0 0 72vw;
		scroll-snap-align: start;
	}

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

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

	.rh-story__media {
		min-height: 430px;
	}

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

	.rh-newsletter {
		grid-template-columns: 1fr;
		gap: 28px;
	}

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

	.rh-catalog-layout {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.rh-filter-toggle {
		display: inline-flex;
	}

	.rh-filters {
		position: fixed;
		inset: auto 0 0;
		z-index: 90;
		max-height: 83vh;
		padding: 26px 22px;
		background: var(--rh-paper);
		border-radius: 22px 22px 0 0;
		box-shadow: 0 -12px 40px rgba(20, 34, 26, 0.15);
		overflow-y: auto;
		transform: translateY(105%);
		transition: transform 260ms ease;
	}

	.rh-filters.is-open {
		transform: translateY(0);
	}

	.woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 520px) {
	:root {
		--rh-container: calc(100% - 24px);
	}

	.rh-announcement {
		font-size: 11px;
	}

	.rh-brand {
		font-size: 18px;
	}

	.rh-header__actions {
		gap: 0;
	}

	.rh-hero__content {
		padding-bottom: 42px;
	}

	.rh-category-card {
		flex-basis: 82vw;
		min-height: 285px;
	}

	.rh-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 58px;
		font-size: 13px !important;
	}

	.woocommerce ul.products li.product .price {
		font-size: 15px !important;
	}

	.woocommerce ul.products li.product .button {
		min-height: 40px;
		padding: 0 10px;
		font-size: 11px !important;
	}

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

	.rh-value {
		border-right: 0;
		border-bottom: 1px solid var(--rh-line);
	}

	.rh-value:last-child {
		border-bottom: 0;
	}

	.rh-story__media {
		min-height: 340px;
	}

	.rh-newsletter__fields {
		display: grid;
		padding: 6px;
		border-radius: 14px;
	}

	.rh-newsletter__fields input[type="email"] {
		min-height: 48px;
	}

	.rh-footer__bottom {
		display: block;
	}

	.rh-socials {
		margin-top: 14px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
	}
}

/* Native commerce engine — v2.0.0 */
.rh-page-shell {
	padding-top: clamp(34px, 6vw, 76px);
	padding-bottom: clamp(70px, 9vw, 130px);
}

.rh-page-hero {
	padding: clamp(52px, 7vw, 96px) 0;
	background: linear-gradient(135deg, var(--rh-sand), #f8f6f0);
}

.rh-page-hero--compact h1,
.rh-page-header h1,
.rh-order-received h1 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.rh-page-hero p:last-child {
	max-width: 670px;
	margin-bottom: 0;
	color: var(--rh-muted);
}

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

.rh-product-card {
	position: relative;
	min-width: 0;
}

.rh-product-card__media {
	position: relative;
	margin-bottom: 15px;
	aspect-ratio: 4 / 5;
	background: #f1efe9;
	border-radius: 15px;
	overflow: hidden;
}

.rh-product-card__media > a,
.rh-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.rh-product-card__media img {
	object-fit: cover;
	transition: transform 420ms ease;
}

.rh-product-card:hover .rh-product-card__media img {
	transform: scale(1.025);
}

.rh-product-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: linear-gradient(145deg, #ebe6dc, #f8f5ee);
	color: rgba(23, 61, 45, 0.45);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
}

.rh-product-card__badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	pointer-events: none;
}

.rh-badge--sale {
	background: var(--rh-gold);
	color: var(--rh-white);
}

.rh-badge--light {
	background: rgba(255, 255, 255, 0.93);
	color: var(--rh-forest);
}

.rh-product-card__title {
	display: block;
	min-height: 44px;
	color: var(--rh-ink);
	font-size: 14px;
	font-weight: 720;
	line-height: 1.5;
}

.rh-rating {
	display: flex;
	align-items: center;
	margin: 8px 0;
	gap: 4px;
	color: #ab772f;
	font-size: 13px;
	font-weight: 800;
}

.rh-rating small {
	color: var(--rh-muted);
	font-weight: 500;
}

.rh-product-card__price {
	display: flex;
	align-items: baseline;
	min-height: 31px;
	margin: 8px 0 12px;
	gap: 9px;
}

.rh-product-card__price strong {
	color: var(--rh-forest);
	font-size: 18px;
}

.rh-product-card__price del {
	color: var(--rh-muted);
	font-size: 12px;
}

.rh-button--full {
	width: 100%;
	justify-content: center;
}

.rh-product-card .rh-button {
	min-height: 42px;
	padding: 10px 16px;
}

.rh-stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 800;
}

.rh-stock--in {
	color: var(--rh-forest-2);
}

.rh-stock--out {
	color: var(--rh-danger);
}

.rh-catalog__layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 48px;
	padding-top: 54px;
	padding-bottom: 110px;
}

.rh-catalog__results {
	min-width: 0;
}

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

.rh-catalog__toolbar p {
	margin: 0;
	color: var(--rh-muted);
}

.rh-catalog__toolbar select,
.rh-filters input[type="number"],
.rh-form-section input:not([type="checkbox"], [type="radio"]),
.rh-form-section select,
.rh-form-section textarea,
.rh-product__buy input {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 8px;
	color: var(--rh-ink);
	font: inherit;
}

.rh-catalog__toolbar select {
	width: auto;
	border-radius: 999px;
}

.rh-filters {
	z-index: 5;
	padding-right: 12px;
}

.rh-filters h2 {
	margin: 0 0 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 500;
}

.rh-filters fieldset {
	margin: 20px 0;
	padding: 20px 0 0;
	border: 0;
	border-top: 1px solid var(--rh-line);
}

.rh-filters legend {
	padding: 0;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rh-check {
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
	gap: 9px;
	color: var(--rh-muted);
	font-size: 13px;
}

.rh-check input {
	flex: 0 0 auto;
	margin-top: 3px;
	accent-color: var(--rh-forest);
}

.rh-filter-list {
	max-height: 230px;
	overflow: auto;
}

.rh-price-filter {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.rh-price-filter label {
	font-size: 11px;
}

.rh-filter-reset {
	display: block;
	margin: 14px auto 0;
	color: var(--rh-muted);
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}

.navigation.pagination {
	margin-top: 52px;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 7px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	place-items: center;
	border: 1px solid var(--rh-line);
	border-radius: 50%;
}

.page-numbers.current {
	background: var(--rh-forest);
	color: var(--rh-white);
	border-color: var(--rh-forest);
}

.rh-empty {
	padding: clamp(50px, 10vw, 110px) 24px;
	background: var(--rh-sand);
	border-radius: var(--rh-radius);
	text-align: center;
}

.rh-empty h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: 500;
}

.rh-product {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.72fr);
	gap: clamp(40px, 7vw, 100px);
	padding: 20px 0 80px;
}

.rh-product-gallery__main {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #f1efe9;
	border-radius: 20px;
	overflow: hidden;
}

.rh-product-gallery__main > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.rh-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 12px;
	gap: 9px;
}

.rh-product-gallery__thumbs button {
	padding: 0;
	aspect-ratio: 1;
	background: #f5f3ee;
	border: 1px solid transparent;
	border-radius: 9px;
	overflow: hidden;
	cursor: pointer;
}

.rh-product-gallery__thumbs button:hover {
	border-color: var(--rh-forest);
}

.rh-product-gallery__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rh-product__summary {
	align-self: start;
	position: sticky;
	top: 160px;
}

.rh-product__summary h1 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4.4vw, 58px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.rh-product__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 26px 0 18px;
	gap: 10px;
}

.rh-product__price strong {
	color: var(--rh-forest);
	font-size: 30px;
}

.rh-product__price del {
	color: var(--rh-muted);
}

.rh-product__price small {
	flex-basis: 100%;
	color: var(--rh-muted);
}

.rh-product__excerpt {
	color: var(--rh-muted);
}

.rh-product__buy {
	display: grid;
	grid-template-columns: 80px 1fr;
	margin: 22px 0;
	gap: 10px;
}

.rh-product__promises {
	margin: 26px 0;
	padding: 20px 0;
	border-top: 1px solid var(--rh-line);
	border-bottom: 1px solid var(--rh-line);
	list-style: none;
}

.rh-product__promises li {
	position: relative;
	margin: 9px 0;
	padding-left: 22px;
	font-size: 13px;
}

.rh-product__promises li::before {
	position: absolute;
	left: 0;
	color: var(--rh-gold);
	content: "✓";
}

.rh-product__sku {
	color: var(--rh-muted);
	font-size: 12px;
}

.rh-product-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 55px 0;
	border-top: 1px solid var(--rh-line);
	gap: clamp(40px, 8vw, 110px);
}

.rh-product-details h2,
.rh-form-section h2,
.rh-order-summary h2,
.rh-account-section h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 500;
}

.rh-product-details table {
	width: 100%;
	border-collapse: collapse;
}

.rh-product-details th,
.rh-product-details td {
	padding: 13px;
	border-bottom: 1px solid var(--rh-line);
	text-align: left;
}

.rh-product-details th {
	width: 42%;
	color: var(--rh-muted);
	font-size: 12px;
}

.rh-cart-layout,
.rh-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	align-items: start;
	gap: clamp(35px, 6vw, 80px);
}

.rh-cart-item {
	display: grid;
	grid-template-columns: 95px minmax(160px, 1fr) 100px 110px auto;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid var(--rh-line);
	gap: 18px;
}

.rh-cart-item__image {
	aspect-ratio: 1;
	background: #f2f0ea;
	border-radius: 10px;
	overflow: hidden;
}

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

.rh-cart-item small {
	display: block;
	margin-top: 5px;
	color: var(--rh-muted);
}

.rh-cart-item label {
	color: var(--rh-muted);
	font-size: 11px;
}

.rh-cart-item input {
	width: 72px;
	margin-top: 4px;
	padding: 8px;
	border: 1px solid var(--rh-line);
	border-radius: 7px;
}

.rh-link-button {
	padding: 4px;
	background: transparent;
	border: 0;
	color: var(--rh-danger);
	cursor: pointer;
	text-decoration: underline;
}

.rh-order-summary {
	position: sticky;
	top: 160px;
	padding: 28px;
	background: var(--rh-sand);
	border-radius: var(--rh-radius);
}

.rh-order-summary h2 {
	margin-top: 0;
}

.rh-order-summary p {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	gap: 20px;
	font-size: 13px;
}

.rh-order-summary p span {
	color: var(--rh-muted);
}

.rh-order-summary__total {
	margin: 16px 0 22px;
	padding-top: 18px !important;
	border-top: 1px solid var(--rh-line);
	font-size: 17px !important;
}

.rh-coupon-form {
	display: flex;
	margin: 12px 0 22px;
	gap: 7px;
}

.rh-coupon-form label {
	flex: 1;
}

.rh-coupon-form input {
	width: 100%;
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid var(--rh-line);
	border-radius: 8px;
}

.rh-coupon-form .rh-button {
	min-height: 42px;
	padding: 9px 14px;
}

.rh-form-section {
	padding: 28px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: var(--rh-radius);
}

.rh-checkout-fields {
	display: grid;
	gap: 20px;
}

.rh-form-section > h2:first-child {
	margin-top: 0;
}

.rh-form-section label:not(.rh-check, .rh-payment) {
	display: block;
	margin-bottom: 14px;
	color: var(--rh-muted);
	font-size: 12px;
	font-weight: 700;
}

.rh-form-section input,
.rh-form-section select,
.rh-form-section textarea {
	margin-top: 5px;
}

.rh-form-section textarea {
	resize: vertical;
}

.rh-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 14px;
}

.rh-field-wide {
	grid-column: 1 / -1;
}

.rh-payment {
	display: flex;
	align-items: flex-start;
	padding: 14px;
	border: 1px solid var(--rh-line);
	border-radius: 10px;
	gap: 10px;
	cursor: pointer;
}

.rh-payment input {
	margin-top: 4px;
	accent-color: var(--rh-forest);
}

.rh-payment small {
	display: block;
	margin-top: 4px;
	color: var(--rh-muted);
}

.rh-alert {
	padding: 14px 16px;
	background: #edf4ee;
	border-left: 3px solid var(--rh-forest);
	border-radius: 6px;
	font-size: 13px;
}

.rh-alert--error {
	background: #faeeee;
	border-left-color: var(--rh-danger);
}

.rh-order-received {
	max-width: 760px;
	margin: 40px auto;
	padding: clamp(40px, 8vw, 90px);
	background: var(--rh-sand);
	border-radius: 24px;
	text-align: center;
}

.rh-account-auth,
.rh-contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.rh-account-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 34px;
	padding: 16px 20px;
	background: var(--rh-sand);
	border-radius: 12px;
	gap: 20px;
}

.rh-account-nav a {
	font-weight: 750;
}

.rh-account-section {
padding: 34px 0;
	border-bottom: 1px solid var(--rh-line);
}

.rh-account-section.rh-form-section {
	max-width: 740px;
	margin-top: 30px;
	padding: 28px;
	border-bottom: 1px solid var(--rh-line);
}

.rh-orders article {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
	padding: 16px 0;
	border-bottom: 1px solid var(--rh-line);
	gap: 15px;
}

.rh-saved-searches article {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	border-bottom: 1px solid var(--rh-line);
	gap: 20px;
}

.rh-save-search {
	margin-left: auto;
}

.rh-service-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 30px 0 60px;
	gap: 18px;
}

.rh-service-steps article {
	padding: 32px;
	background: var(--rh-sand);
	border-radius: var(--rh-radius);
}

.rh-service-steps span {
	color: var(--rh-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
}

.rh-service-steps h2 {
	margin-bottom: 0;
	font-size: 18px;
}

.rh-service-form {
	max-width: 900px;
	margin: 0 auto;
}

.rh-comments {
	max-width: 850px;
}

.rh-comment-list {
	margin: 0 0 42px;
	padding: 0;
	list-style: none;
}

.rh-comment-list .comment-body {
	margin: 18px 0;
	padding: 22px;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 12px;
}

.rh-review-stars {
	margin: 8px 0;
	color: #ab772f;
	letter-spacing: 0.08em;
}

.comment-form-rating select,
.comment-form textarea,
.comment-form input:not([type="checkbox"], [type="submit"]) {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid var(--rh-line);
	border-radius: 8px;
}

.comment-form .submit {
	display: inline-flex;
	min-height: 46px;
	padding: 12px 22px;
	align-items: center;
	background: var(--rh-forest);
	border: 1px solid var(--rh-forest);
	border-radius: 999px;
	color: var(--rh-white);
	cursor: pointer;
	font-weight: 800;
}

.rh-regulatory {
	display: flex;
	flex-wrap: wrap;
	padding: 18px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	gap: 18px;
	font-size: 11px;
}

.rh-cookie-banner {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 100;
	display: flex;
	max-width: 520px;
	padding: 18px;
	align-items: center;
	background: var(--rh-white);
	border: 1px solid var(--rh-line);
	border-radius: 14px;
	box-shadow: 0 18px 60px rgba(15, 32, 23, 0.18);
	gap: 18px;
}

.rh-cookie-banner[hidden] {
	display: none;
}

.rh-cookie-banner p {
	margin: 0;
	font-size: 12px;
}

.rh-cookie-banner .rh-button {
	flex: 0 0 auto;
	padding: 10px 15px;
}

@media (max-width: 1100px) {
	.rh-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rh-product {
		grid-template-columns: 1fr 0.8fr;
		gap: 40px;
	}

	.rh-cart-layout,
	.rh-checkout-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
	}

	.rh-cart-item {
		grid-template-columns: 80px minmax(140px, 1fr) 80px auto;
	}

	.rh-cart-item .rh-link-button {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 820px) {
	.rh-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rh-catalog__layout {
		display: block;
		padding-top: 28px;
	}

	.rh-filter-toggle {
		display: inline-flex;
		margin-bottom: 20px;
	}

	.rh-filters {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: min(360px, 90vw);
		padding: 28px;
		background: var(--rh-white);
		box-shadow: var(--rh-shadow);
		overflow-y: auto;
		transform: translateX(-110%);
		transition: transform var(--rh-transition);
	}

	.rh-filters.is-open {
		transform: translateX(0);
	}

	.rh-product,
	.rh-product-details,
	.rh-cart-layout,
	.rh-checkout-layout,
	.rh-account-auth,
	.rh-contact-layout {
		grid-template-columns: 1fr;
	}

	.rh-product__summary,
	.rh-order-summary {
		position: static;
	}

	.rh-product-gallery__main {
		aspect-ratio: 4 / 5;
	}
}

@media (max-width: 560px) {
	.rh-products {
		gap: 26px 10px;
	}

	.rh-product-card__title {
		font-size: 13px;
	}

	.rh-product-card .rh-button {
		padding: 9px 8px;
		font-size: 11px;
	}

	.rh-catalog__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.rh-product {
		padding-top: 8px;
	}

	.rh-product-gallery__thumbs {
		grid-template-columns: repeat(5, 1fr);
	}

	.rh-cart-item {
		grid-template-columns: 70px 1fr auto;
		gap: 10px;
	}

	.rh-cart-item label {
		grid-column: 2;
	}

	.rh-cart-item > strong {
		grid-row: 1;
		grid-column: 3;
	}

	.rh-cart-item .rh-link-button {
		grid-row: 2;
		grid-column: 3;
	}

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

	.rh-field-wide {
		grid-column: auto;
	}

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

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

	.rh-cookie-banner {
		right: 10px;
		bottom: 10px;
		left: 10px;
		align-items: flex-start;
		flex-direction: column;
	}
}
