/*
Theme Name: Кудрец Мудрец Storefront
Theme URI: https://kudrecmydrec.ru/
Description: Дочерняя тема Storefront для магазина ухода за кудрявыми и волнистыми волосами «Кудрец Мудрец».
Author: Кудрец Мудрец
Template: storefront
Version: 2.0.2
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: kudrec-mudrec-storefront
*/

:root {
	--rf-black: #221718;
	--rf-white: #fffdf8;
	--rf-ink: #322728;
	--rf-muted: #756766;
	--rf-line: #ded4c9;
	--rf-soft: #f4ede3;
	--rf-soft-2: #eadfce;
	--rf-focus: #a0472c;
	--km-accent: #a0472c;
	--km-leaf: #415846;
	--rf-max: 1240px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--rf-white);
	background-image: radial-gradient(circle at 10% 0, rgba(160, 71, 44, 0.055), transparent 24rem);
	color: var(--rf-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.62;
	letter-spacing: 0;
	text-rendering: geometricPrecision;
}

html,
body {
	min-height: 100%;
}

body,
button,
input,
textarea,
select {
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

img {
	border-radius: 0;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--rf-black);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a[href^="tel:"],
.phoneMini {
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: keep-all;
}

a:hover {
	color: var(--rf-muted);
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
summary:focus {
	outline: 2px solid var(--rf-focus);
	outline-offset: 3px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link,
.added_to_cart,
.wc-block-components-button:not(.is-link),
.rf-button {
	align-items: center;
	background: var(--rf-black);
	border: 1px solid var(--rf-black);
	border-radius: 0;
	box-shadow: none;
	color: var(--rf-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.2;
	min-height: 46px;
	padding: 0.9rem 1.2rem;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button__link:hover,
.added_to_cart:hover,
.wc-block-components-button:not(.is-link):hover,
.rf-button:hover {
	background: var(--rf-white);
	border-color: var(--rf-black);
	color: var(--rf-black);
}

.rf-button--light {
	background: var(--rf-white);
	color: var(--rf-black);
}

.rf-button--light:hover {
	background: var(--rf-black);
	color: var(--rf-white);
}

.rf-button--inverted {
	background: var(--rf-white);
	border-color: var(--rf-white);
	color: var(--rf-black);
}

.rf-button--inverted:hover {
	background: transparent;
	color: var(--rf-white);
}

.rf-button--ghost-dark {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--rf-white);
}

.rf-button--ghost-dark:hover {
	background: var(--rf-white);
	border-color: var(--rf-white);
	color: var(--rf-black);
}

.site {
	background: var(--rf-white);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: clip;
}

.col-full,
.rf-wrap {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--rf-max);
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.site-content {
	flex: 1 0 auto;
	outline: none;
}

.content-area,
.storefront-full-width-content .content-area,
.page-template-template-fullwidth-php .content-area,
.page-template-template-homepage-php .content-area {
	float: none;
	margin: 0;
	width: 100%;
}

.widget-area,
.secondary-navigation,
.site-search,
.site-header-cart,
.storefront-handheld-footer-bar {
	display: none !important;
}

/* Header */
.rf-site-header {
	background: var(--rf-white);
	border-bottom: 1px solid var(--rf-line);
	color: var(--rf-black);
	margin: 0 !important;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.rf-header__inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: var(--rf-max);
	min-height: 84px;
	padding: 16px 28px;
	width: 100%;
}

.rf-brand {
	display: grid;
	gap: 0.16rem;
	min-width: 0;
}

.rf-brand__name {
	color: var(--rf-black);
	font-size: clamp(1.25rem, 2vw, 1.72rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.rf-brand__name::after {
	color: var(--km-accent);
	content: " ~";
}

.rf-brand__tagline {
	color: var(--rf-black);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rf-nav {
	justify-self: end;
	min-width: 0;
}

.rf-nav__list,
.rf-mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rf-nav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.2rem;
	justify-content: flex-end;
}

.rf-nav__list a,
.rf-mobile-menu__list a,
.rf-header__cart,
.rf-header__cta {
	color: var(--rf-black);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.rf-nav__list a {
	display: block;
	padding: 0.35rem 0;
	position: relative;
}

.rf-nav__list a::after {
	background: currentColor;
	bottom: 0.2rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 180ms ease;
	width: 100%;
}

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

.rf-header__actions {
	align-items: center;
	display: flex;
	gap: 0.7rem;
	justify-content: flex-end;
}

.rf-header__cart-count {
	align-items: center;
	background: var(--km-accent);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.62rem;
	height: 1.35rem;
	justify-content: center;
	margin-left: 0.35rem;
	min-width: 1.35rem;
	padding: 0 0.3rem;
}

.rf-header__cart {
	white-space: nowrap;
}

.rf-header__cta {
	border: 1px solid var(--rf-black);
	display: inline-flex;
	min-height: 38px;
	padding: 0.65rem 0.9rem;
	white-space: nowrap;
}

.rf-header__cta:hover {
	background: var(--rf-black);
	color: var(--rf-white);
}

.rf-mobile-menu {
	display: none;
}

/* Storefront shell cleanup */
.home .storefront-breadcrumb,
.single-product .storefront-breadcrumb {
	display: none;
}

.storefront-breadcrumb {
	border-bottom: 1px solid var(--rf-line);
	color: var(--rf-muted);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0.95rem 0;
	text-transform: uppercase;
}

.storefront-breadcrumb a {
	color: var(--rf-muted);
	text-decoration: none;
}

/* Front page */
.home #content > .col-full {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.rf-front-area,
.rf-front .site-main {
	margin: 0;
}

.rf-landing-hero {
	border-bottom: 1px solid var(--rf-black);
	min-height: 0;
	padding: clamp(2.6rem, 5vw, 4.6rem) 0 clamp(1.35rem, 2vw, 1.8rem);
}

.rf-landing-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 6vw, 5.5rem);
	grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.74fr);
}

.rf-eyebrow {
	color: var(--rf-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	margin-bottom: 1.1rem;
	text-transform: uppercase;
}

.rf-landing-hero h1 {
	color: var(--rf-black);
	font-size: clamp(3.4rem, 5.8vw, 6.15rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.88;
	margin: 0;
	max-width: 700px;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: normal;
}

.rf-landing-hero p {
	color: var(--rf-ink);
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	line-height: 1.55;
	margin: clamp(1.2rem, 3vw, 2rem) 0 0;
	max-width: 680px;
}

.rf-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.rf-landing-hero__media {
	align-self: stretch;
	background: var(--rf-black);
	display: grid;
	margin: 0;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.rf-landing-hero__media img {
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.88;
	width: 100%;
}

.rf-hero-monogram {
	align-items: center;
	color: var(--rf-white);
	display: flex;
	font-size: clamp(5rem, 12vw, 10rem);
	font-weight: 950;
	justify-content: center;
	letter-spacing: -0.08em;
	line-height: 1;
	min-height: 520px;
}

.rf-landing-hero__media figcaption {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
	bottom: 0;
	color: var(--rf-white);
	left: 0;
	padding: 5.5rem 1.6rem 1.6rem;
	position: absolute;
	right: 0;
}

.rf-landing-hero__media span {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rf-landing-hero__media strong {
	color: var(--rf-white);
	display: block;
	font-size: clamp(1.15rem, 1.8vw, 1.65rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	margin-top: 0.65rem;
	max-width: 16rem;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: normal;
}

.rf-ticker {
	background: var(--km-leaf);
	color: var(--rf-white);
	overflow: hidden;
}

.rf-ticker__track {
	display: flex;
	gap: clamp(2rem, 5vw, 4rem);
	margin: 0 auto;
	max-width: var(--rf-max);
	padding: 1.05rem 28px;
	white-space: nowrap;
}

.rf-ticker span {
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home .rf-home-reveal {
	overflow: clip;
	position: relative;
}

.home .rf-home-reveal-target {
	will-change: filter, opacity, transform;
}

.home .rf-home-reveal.rf-reveal-pending .rf-home-reveal-target {
	filter: blur(7px);
	opacity: 0;
	transform: translateY(26px);
}

.home .rf-home-reveal.rf-reveal-in .rf-home-reveal-target {
	filter: blur(0);
	opacity: 1;
	transform: translateY(0);
	transition: opacity 720ms ease, transform 760ms cubic-bezier(0.19, 1, 0.22, 1), filter 760ms ease;
	transition-delay: var(--rf-reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
	.home .rf-home-reveal.rf-reveal-in .rf-home-reveal-target {
		filter: none;
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.rf-section {
	margin: 0;
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.rf-section + .rf-section {
	border-top: 1px solid var(--rf-line);
}

.rf-two-col {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.rf-two-col > * {
	min-width: 0;
}

@media (min-width: 1101px) {
	.home .rf-section--intro .rf-two-col h2 {
		font-size: clamp(2.9rem, 4.15vw, 4.05rem);
		line-height: 0.92;
		max-width: 100%;
		text-wrap: balance;
	}
}

.rf-section h2 {
	color: var(--rf-black);
	font-size: clamp(2.25rem, 4.8vw, 5.4rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: normal;
}

.rf-section__body {
	max-width: 680px;
}

.rf-section__body p {
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.7;
	margin: 0 0 1.25rem;
}

.rf-principles {
	border-bottom: 1px solid var(--rf-line);
	border-top: 1px solid var(--rf-line);
	padding: 0;
}

.rf-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: 0;
	padding-top: 0;
}

.rf-principles article {
	border-left: 1px solid var(--rf-line);
	min-height: 260px;
	padding: clamp(1.4rem, 3vw, 2rem);
}

.rf-principles article:first-child {
	border-left: 0;
}

.rf-principles span,
.rf-product-tile__meta em {
	color: var(--rf-muted);
	display: block;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rf-principles h3 {
	font-size: clamp(1.6rem, 3vw, 3.2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 2rem 0 1rem;
	text-transform: uppercase;
}

.rf-principles p {
	margin: 0;
	max-width: 26rem;
}

.rf-section__head {
	align-items: end;
	display: grid;
	gap: 1.2rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 2.4rem;
}

.rf-section__head .rf-eyebrow {
	grid-column: 1 / -1;
	margin: 0;
}

.rf-section__head h2 {
	margin: 0;
}

.rf-section__head a {
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.rf-product-strip {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: var(--rf-line);
	border: 1px solid var(--rf-line);
}

.rf-product-tile {
	background: var(--rf-white);
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	text-decoration: none !important;
}

.rf-product-tile__image {
	aspect-ratio: 4 / 5;
	background: var(--rf-soft);
	display: block;
	overflow: hidden;
}

.rf-product-tile__image img {
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.rf-product-tile:hover img {
	transform: scale(1.035);
}

.rf-product-tile__meta {
	display: grid;
	gap: 0.75rem;
	padding: 1.2rem;
}

.rf-product-tile__meta strong {
	color: var(--rf-black);
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.2;
}

.rf-section--dark {
	background: var(--km-leaf);
	color: var(--rf-white);
}

.rf-section--dark h2,
.rf-section--dark p,
.rf-section--dark .rf-eyebrow {
	color: var(--rf-white);
}

.rf-section--dark .rf-eyebrow {
	opacity: 0.64;
}

.rf-contact-band {
	background: var(--rf-soft);
}

.rf-community-band {
	background: var(--km-accent);
	color: #fff;
}

.rf-community-band h2,
.rf-community-band p,
.rf-community-band .rf-eyebrow {
	color: #fff;
}

.rf-community-band .rf-eyebrow {
	opacity: 0.72;
}

.rf-community-band h2 {
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	hyphens: auto;
	overflow-wrap: anywhere;
}

.rf-contact-band__grid {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
}

.rf-contact-band__phone {
	display: block;
	font-size: clamp(2rem, 3vw, 3.15rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 100%;
	text-decoration: none;
	white-space: nowrap;
}

.rf-contact-band p {
	margin: 1rem 0 1.4rem;
}

/* Page typography */
.hentry {
	margin: 0;
}

.page:not(.home) .site-main,
.single-product .site-main,
.woocommerce-page .site-main {
	padding: clamp(3rem, 6vw, 5.5rem) 0 0;
}

.hentry .entry-header,
.woocommerce-products-header,
.single-product div.product {
	border: 0;
	margin: 0 auto clamp(1.8rem, 3.5vw, 3rem);
	max-width: var(--rf-max);
	text-align: left;
}

.hentry .entry-title,
.woocommerce-products-header__title.page-title,
.single-product .product_title {
	color: var(--rf-black);
	font-size: clamp(3rem, 8vw, 7.5rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: normal;
}

.entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.entry-content > * {
	max-width: 920px;
}

.entry-content > .alignwide,
.entry-content > .rf-section,
.entry-content > .rf-page-links,
.entry-content > .rf-feature-grid,
.entry-content > .rf-info-grid,
.entry-content > .rf-location-grid,
.entry-content > .rf-review-grid {
	max-width: var(--rf-max);
}

.entry-content > .rf-section:first-child {
	padding-top: clamp(1.2rem, 2.5vw, 2.4rem);
}

.rf-section-kicker,
.rf-kicker {
	color: var(--rf-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.page-slug-privacy-policy .entry-title {
	font-size: clamp(3rem, 6.2vw, 6.8rem);
	hyphens: auto;
	overflow-wrap: anywhere;
}

.entry-content .rf-section > h2:first-child,
.entry-content .rf-section-kicker + h2,
.entry-content .rf-split h2 {
	margin-top: 0;
}

.rf-split {
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.rf-split > * {
	min-width: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	clear: none;
	color: var(--rf-black);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
}

.entry-content h2 {
	font-size: clamp(2rem, 4.6vw, 4.8rem);
	margin: 4rem 0 1.4rem;
	text-transform: uppercase;
}

.entry-content h3 {
	font-size: clamp(1.35rem, 2.4vw, 2.2rem);
	margin: 2.6rem 0 1rem;
}

.entry-content p,
.entry-content li {
	color: var(--rf-ink);
	font-size: 1.04rem;
	line-height: 1.72;
}

.entry-content p {
	margin: 0 0 1.2rem;
}

.entry-content p strong {
	font-weight: 850;
}

.entry-content ul,
.entry-content ol {
	margin-left: 1.35rem;
}

.entry-content li {
	margin-bottom: 0.55rem;
}

.entry-content blockquote {
	border-left: 2px solid var(--rf-black);
	font-style: normal;
	margin: 2rem 0;
	padding: 0.5rem 0 0.5rem 1.35rem;
}

.entry-content table {
	border: 1px solid var(--rf-line);
	border-collapse: collapse;
}

.entry-content table th,
.entry-content table td {
	border: 1px solid var(--rf-line);
	padding: 1rem;
}

/* Reusable migrated blocks */
.rf-page-links,
.rf-feature-grid,
.rf-info-grid,
.rf-location-grid,
.rf-review-grid {
	display: grid;
	gap: 1px;
	margin: 3rem auto;
	max-width: var(--rf-max);
	background: var(--rf-line);
	border: 1px solid var(--rf-line);
}

.rf-page-links,
.rf-feature-grid,
.rf-info-grid,
.rf-location-grid,
.rf-review-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rf-card,
.rf-page-link,
.rf-location,
.rf-review {
	background: var(--rf-white);
	min-width: 0;
	padding: clamp(1.2rem, 2.5vw, 2rem);
}

.rf-page-link {
	display: grid;
	min-height: 210px;
	text-decoration: none !important;
	transition: background 160ms ease, color 160ms ease;
}

.rf-page-link:hover {
	background: var(--rf-black);
	color: var(--rf-white);
}

.rf-page-link span,
.rf-card span,
.rf-location span,
.rf-review span {
	color: var(--rf-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.rf-page-link:hover span {
	color: rgba(255, 255, 255, 0.62);
}

.rf-page-link strong,
.rf-card strong,
.rf-location strong,
.rf-review strong {
	color: inherit;
	display: block;
	font-size: clamp(1.18rem, 2vw, 1.75rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin-bottom: 0.8rem;
}

.rf-page-link p,
.rf-card p,
.rf-location p,
.rf-review p {
	color: inherit;
	margin: 0;
}

.page-slug-about .hentry .entry-header {
	margin-bottom: clamp(3.2rem, 5vw, 5rem);
}

.rf-about-portrait {
	display: grid;
	gap: 0.75rem;
	margin: clamp(2.6rem, 6vw, 5rem) 0 0;
	max-width: 720px;
}

.rf-about-portrait img {
	filter: grayscale(1);
	width: 100%;
}

.rf-about-portrait figcaption {
	color: var(--rf-muted);
	font-size: 0.8rem;
	font-style: normal;
}

@media (min-width: 761px) {
	.page-slug-about .rf-about-story .rf-split h2 {
		font-size: clamp(2.5rem, 3.7vw, 3.75rem);
		line-height: 0.95;
		max-width: 100%;
		text-wrap: balance;
	}

	.page-slug-partnership .rf-dealer-cta .rf-split h2 {
		font-size: clamp(2.15rem, 3vw, 3.15rem);
		hyphens: auto;
		line-height: 0.96;
		max-width: 100%;
		overflow-wrap: anywhere;
		text-wrap: balance;
	}
}

.page-slug-contacts .hentry .entry-header {
	margin-bottom: clamp(2.8rem, 5vw, 4.8rem);
}

.page-slug-contacts .entry-content {
	max-width: var(--rf-max);
}

.page-slug-contacts .rf-contact-details {
	max-width: 920px;
}

.page-slug-contacts .rf-contact-primary {
	border-bottom: 1px solid var(--rf-line);
	padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.page-slug-contacts .phoneMini {
	display: inline-block;
	font-size: clamp(3.4rem, 6vw, 5.2rem);
	font-weight: 950;
	line-height: 0.92;
	margin: 0;
	max-width: 100%;
	text-decoration: none !important;
	white-space: nowrap;
}

.page-slug-contacts .phoneMini:hover,
.page-slug-contacts .phoneMini:focus-visible {
	text-decoration: underline !important;
	text-decoration-thickness: 3px;
	text-underline-offset: 0.12em;
}

.page-slug-contacts .timeMini {
	border: 0;
	color: var(--rf-muted);
	font-size: 1rem;
	line-height: 1.55;
	margin: 1rem 0 0;
	padding: 0;
}

.page-slug-contacts .rf-contact-list {
	display: grid;
}

.page-slug-contacts .rf-contact-row {
	border-bottom: 1px solid var(--rf-line);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	padding: clamp(1.4rem, 2.5vw, 2rem) 0;
}

.page-slug-contacts .rf-contact-row .titleMini {
	align-self: start;
	color: var(--rf-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.45;
	margin: 0.22rem 0 0;
	text-transform: uppercase;
}

.page-slug-contacts .rf-contact-row .textMini {
	border: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	padding: 0;
}

.page-slug-contacts .rf-contact-row .textMini a {
	font-weight: 550;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.rf-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
}

.page-slug-contacts .rf-contact-row .rf-social-links {
	align-self: start;
	margin: 0;
}

.page-slug-contacts .rf-contact-row .rf-social-links a {
	text-decoration: none;
}

.rf-social-links a {
	border: 1px solid var(--rf-black);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 0.75rem 0.95rem;
	text-decoration: none;
	text-transform: uppercase;
}

.rf-social-links a:hover {
	background: var(--rf-black);
	color: var(--rf-white);
}

.rf-policy-copy {
	max-width: 920px;
}

.rf-policy-copy h2:not(:first-of-type) {
	font-size: clamp(1.8rem, 3.6vw, 3.4rem);
	margin-top: clamp(2.8rem, 6vw, 5rem);
}

.rf-document-list {
	border-top: 1px solid var(--rf-line);
	display: grid;
	margin-top: 2.2rem;
}

.rf-document-link {
	align-items: center;
	border-bottom: 1px solid var(--rf-line);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1.2rem 0;
	text-decoration: none;
}

.rf-document-link strong {
	font-size: clamp(1.05rem, 2vw, 1.4rem);
}

.rf-document-link span {
	color: var(--rf-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.page-slug-otzyvy .rf-review-intro {
	padding-bottom: 0;
}

.page-slug-otzyvy .rf-review-intro p {
	margin-bottom: 0;
}

.page-slug-otzyvy .rf-review-grid--tight {
	margin-top: 1rem;
}

.page-slug-partnership .rf-partner-intro {
	padding-bottom: 0;
}

.page-slug-partnership .rf-partner-intro p {
	margin-bottom: 0;
	max-width: 900px;
}

.page-slug-partnership .rf-info-grid--tight {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.page-slug-partnership .rf-dealer-cta {
	padding-top: 1rem;
}

.page-slug-partnership .rf-dealer-cta .rf-split {
	gap: clamp(1.4rem, 3vw, 2.8rem);
}

.km-preview-banner {
	background: var(--rf-black);
	color: var(--rf-white);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.035em;
	padding: 0.65rem max(1rem, calc((100vw - var(--rf-max)) / 2));
	text-align: center;
}

.km-preview-banner strong {
	color: inherit;
}

.km-preview-checkout-note {
	background: #f5efe7;
	border-left: 3px solid var(--rf-black);
	margin: 1rem 0;
	padding: 1rem 1.15rem;
}

.rf-faq {
	border-top: 1px solid var(--rf-line);
	margin: 2.4rem auto;
	max-width: 920px;
}

.rf-faq details {
	border-bottom: 1px solid var(--rf-line);
	padding: 1.2rem 0;
}

.rf-faq summary {
	color: var(--rf-black);
	cursor: pointer;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 850;
	letter-spacing: 0;
	list-style: none;
	padding-right: 2rem;
	position: relative;
}

.rf-faq summary::-webkit-details-marker {
	display: none;
}

.rf-faq summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
}

.rf-faq details[open] summary::after {
	content: "-";
}

.rf-faq p {
	margin: 0.85rem 0 0;
	max-width: 760px;
}

.rf-note {
	background: var(--rf-soft);
	border-left: 2px solid var(--rf-black);
	margin: 2rem 0;
	padding: 1.4rem 1.6rem;
}

.rf-video {
	aspect-ratio: 16 / 9;
	background: var(--rf-black);
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.rf-video iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

/* Legacy page classes from backup */
.phoneMini {
	font-size: clamp(2.5rem, 7vw, 6.7rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.88;
	margin-bottom: 1.5rem;
}

.timeMini,
.textMini {
	border-bottom: 1px solid var(--rf-line);
	margin-bottom: 1.5rem;
	padding-bottom: 1.2rem;
}

.titleMini,
.titleH {
	color: var(--rf-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	margin: 2rem 0 0.6rem;
	text-transform: uppercase;
}

.soc_wrap,
.wp-block-file,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	background: var(--rf-soft);
	border: 1px solid var(--rf-line);
	color: var(--rf-black);
	padding: 1.2rem;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
	content: none !important;
	display: none !important;
}

.soc_items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 1rem 0 0 !important;
}

.soc_items a {
	border: 1px solid var(--rf-line);
	display: inline-flex;
	padding: 0.55rem;
}

.soc_items img,
.dostavkaImg,
.wp-block-image img,
.entry-content img {
	filter: grayscale(1);
}

.dostavkaImg {
	display: inline-block;
	margin-right: 0.55rem;
	max-height: 24px;
	vertical-align: middle;
	width: auto;
}

.akciiHome__btn {
	background: var(--rf-black) !important;
	border: 1px solid var(--rf-black);
	color: var(--rf-white) !important;
	display: inline-flex;
	font-size: 0.76rem !important;
	font-weight: 850;
	letter-spacing: 0.08em;
	max-width: 100%;
	min-height: 46px;
	padding: 0.9rem 1.2rem !important;
	text-transform: uppercase;
	width: auto !important;
}

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
}

.wp-block-file .wp-block-file__button {
	background: var(--rf-black);
	border-radius: 0;
	color: var(--rf-white);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

/* WooCommerce */
.woocommerce-products-header {
	padding: 0;
}

.storefront-sorting {
	align-items: center;
	border-bottom: 1px solid var(--rf-line);
	border-top: 1px solid var(--rf-line);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin: 0 0 2rem;
	padding: 1rem 0;
}

.woocommerce-ordering,
.woocommerce-result-count,
.woocommerce-pagination {
	float: none;
	margin: 0;
	padding: 0;
}

select,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
	background: var(--rf-white);
	border: 1px solid var(--rf-line);
	border-radius: 0;
	box-shadow: none;
	color: var(--rf-black);
	padding: 0.75rem 0.85rem;
}

.site-main ul.products {
	clear: both;
	display: grid !important;
	gap: clamp(1.2rem, 2.4vw, 2rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 !important;
}

.site-main ul.products::before,
.site-main ul.products::after {
	content: none !important;
	display: none !important;
}

.site-main ul.products li.product {
	border: 0;
	display: flex;
	flex-direction: column;
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	padding: 0 !important;
	text-align: left;
	width: auto !important;
}

.site-main ul.products li.product .woocommerce-LoopProduct-link {
	display: grid;
	gap: 1rem;
	text-decoration: none;
	width: 100%;
}

.site-main ul.products li.product img {
	aspect-ratio: 4 / 5;
	background: var(--rf-soft);
	filter: grayscale(1);
	height: auto;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.woocommerce-loop-product__title,
.wc-block-grid__product-title {
	color: var(--rf-black);
	font-size: 1rem !important;
	font-weight: 850 !important;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 !important;
	padding: 0 !important;
}

.price,
.woocommerce-Price-amount {
	color: var(--rf-black) !important;
	font-weight: 850;
}

.site-main ul.products li.product .button {
	margin-top: 1rem;
	width: 100%;
}

.woocommerce-pagination {
	border: 0;
	text-align: right;
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
	background: var(--rf-soft);
	border: 0;
	color: var(--rf-black);
}

.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
	background: var(--rf-black);
	color: var(--rf-white);
}

.single-product div.product {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	overflow: visible;
}

.single-product div.product::before,
.single-product div.product::after {
	content: none !important;
	display: none !important;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	float: none;
	margin: 0;
	max-width: none;
	width: 100% !important;
}

.single-product div.product .woocommerce-product-gallery {
	grid-column: 1;
	grid-row: 1;
}

.single-product div.product .summary {
	align-self: start;
	grid-column: 2;
	grid-row: 1;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related {
	grid-column: 1 / -1;
}

.single-product .product_title {
	font-size: clamp(2.3rem, 3.4vw, 3rem);
	hyphens: none;
	overflow-wrap: anywhere;
	word-break: normal;
}

.single-product div.product p.price {
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	margin: 1.3rem 0;
}

.single-product .woocommerce-product-details__short-description {
	font-size: 1.05rem;
	line-height: 1.7;
	margin: 1.4rem 0;
	max-width: 680px;
}

.single-product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.rf-product-copy {
	max-width: 860px;
}

.rf-product-copy h2 {
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	margin: 2.6rem 0 0.9rem;
	text-transform: none;
}

.rf-product-copy p,
.rf-product-copy li {
	font-size: 1.02rem;
	line-height: 1.72;
}

table.shop_table,
.cart_totals,
#order_review,
#payment,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	border-color: var(--rf-line);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading,
.col2-set,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal,
.woocommerce-cart .cart_totals .cart-subtotal,
.woocommerce-cart button[name="update_cart"] {
	display: none !important;
}

.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .shipping-calculator-form {
	display: none !important;
}

.woocommerce-cart .rf-price-before-discount th,
.woocommerce-cart .rf-price-before-discount td {
	color: var(--rf-muted);
	font-size: 0.95rem;
	font-weight: 850;
}

.woocommerce-cart .rf-price-before-discount td {
	text-align: right;
}

/* Footer */
.site-footer {
	background: var(--rf-black);
	color: rgba(255, 255, 255, 0.72);
	flex-shrink: 0;
	margin-top: clamp(4rem, 8vw, 7rem);
	padding: 2.8rem 0;
}

.home .site-footer {
	margin-top: 0;
}

.site-footer a,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
	color: var(--rf-white);
}

.site-info {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
	padding: 0;
}

.rf-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.35rem;
	margin-bottom: 1.5rem;
}

.rf-footer-nav a {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.rf-footer-nav a:hover {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

@media (max-width: 1100px) {
	.rf-header__inner {
		grid-template-columns: minmax(180px, auto) 1fr;
	}

	.rf-header__actions {
		display: none;
	}

	.rf-nav__list {
		gap: 0.3rem 0.85rem;
	}

	.rf-landing-hero__grid,
	.rf-two-col,
	.rf-contact-band__grid,
	.single-product div.product {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary,
	.single-product div.product .woocommerce-tabs,
	.single-product div.product .related {
		grid-column: 1;
		grid-row: auto;
		min-width: 0;
	}

	.rf-landing-hero__media {
		min-height: 420px;
	}

	.page-slug-contacts .phoneMini {
		font-size: 4.35rem;
	}

	.site-main ul.products,
	.rf-product-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.col-full,
	.rf-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.rf-header__inner {
		gap: 1rem;
		grid-template-columns: 1fr auto;
		min-height: 72px;
		padding: 13px 18px;
	}

	.rf-nav,
	.rf-header__actions {
		display: none;
	}

	.rf-mobile-menu {
		display: block;
		justify-self: end;
		position: relative;
	}

	.rf-mobile-menu summary {
		border: 1px solid var(--rf-black);
		cursor: pointer;
		font-size: 0.72rem;
		font-weight: 850;
		letter-spacing: 0.1em;
		list-style: none;
		padding: 0.62rem 0.8rem;
		text-transform: uppercase;
	}

	.rf-mobile-menu summary::-webkit-details-marker {
		display: none;
	}

	.rf-mobile-menu[open] summary {
		background: var(--rf-black);
		color: var(--rf-white);
	}

	.rf-mobile-menu__list {
		background: var(--rf-white);
		border: 1px solid var(--rf-black);
		box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
		display: grid;
		min-width: 230px;
		padding: 0.5rem;
		position: absolute;
		right: 0;
		top: calc(100% + 0.6rem);
		z-index: 20;
	}

	.rf-mobile-menu__list a {
		display: block;
		padding: 0.75rem 0.55rem;
	}

	.rf-brand__name {
		font-size: 1.22rem;
	}

	.rf-brand__tagline {
		font-size: 0.58rem;
	}

	.rf-landing-hero {
		min-height: auto;
		padding: 3rem 0 1.55rem;
	}

	.rf-landing-hero h1 {
		font-size: 2.95rem;
		line-height: 0.92;
	}

	.rf-landing-hero__media {
		min-height: 360px;
	}

	.rf-contact-band__phone {
		font-size: 2.1rem;
	}

	.rf-ticker__track {
		overflow-x: auto;
		padding-left: 18px;
		padding-right: 18px;
	}

	.rf-section {
		padding: 3.6rem 0;
	}

	.rf-section h2,
	.hentry .entry-title,
	.woocommerce-products-header__title.page-title,
	.single-product .product_title {
		font-size: 3rem;
	}

	.rf-principles__grid,
	.rf-page-links,
	.rf-feature-grid,
	.rf-info-grid,
	.rf-location-grid,
	.rf-review-grid,
	.rf-product-strip,
	.site-main ul.products {
		grid-template-columns: 1fr;
	}

	.rf-principles article {
		border-left: 0;
		border-top: 1px solid var(--rf-line);
		min-height: 0;
	}

	.rf-principles article:first-child {
		border-top: 0;
	}

	.rf-section__head {
		grid-template-columns: 1fr;
	}

	.rf-split {
		grid-template-columns: 1fr;
	}

	.rf-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.rf-social-links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rf-social-links a {
		text-align: center;
	}

	.rf-button {
		width: 100%;
	}

	.storefront-sorting {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce-pagination {
		text-align: left;
	}

	.entry-content p,
	.entry-content li {
		font-size: 1rem;
	}

	.page-slug-contacts .phoneMini {
		font-size: 2.1rem;
		line-height: 1;
	}

	.page-slug-contacts .rf-contact-row {
		gap: 0.55rem;
		grid-template-columns: minmax(0, 1fr);
		padding: 1.35rem 0;
	}

	.page-slug-contacts .rf-contact-row .titleMini {
		margin-top: 0;
	}

	.single-product .product_title {
		font-size: 2.2rem;
	}
}

@media (max-width: 620px) {
	.rf-section h2,
	.hentry .entry-title,
	.woocommerce-products-header__title.page-title {
		font-size: 1.9rem;
		line-height: 1;
	}
}

@media (max-width: 520px) {
	.single-product .product_title {
		font-size: 1.65rem;
		line-height: 1;
	}
}

@media (max-width: 420px) {
	.rf-contact-band__phone,
	.page-slug-contacts .phoneMini {
		font-size: 1.72rem;
	}
}
