/*
Theme Name: Raylin Home Living
Theme URI: https://raylinhome.ro
Author: Raylin Home
Author URI: https://raylinhome.ro
Description: Temă WooCommerce modernă, responsive și complet administrabilă pentru Raylin Home.
Version: 4.2.0
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.0
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;
	}
}
