:root {
	--rmc-orange: #c2410c;
	--rmc-orange-hover: #9a3412;
	--rmc-orange-bright: #f97316;
	--rmc-ink: #111317;
	--rmc-ink-soft: #20242a;
	--rmc-text: #242932;
	--rmc-muted: #667085;
	--rmc-line: #dfe3e8;
	--rmc-paper: #f5f5f2;
	--rmc-paper-2: #eceeea;
	--rmc-white: #fff;
	--rmc-success: #16794b;
	--rmc-radius: 6px;
	--rmc-shadow: 0 18px 50px rgba(17, 19, 23, 0.08);
	--rmc-container: 1180px;
	--rmc-font: "Archivo", Arial, sans-serif;
	--rmc-mono: "Space Mono", monospace;
}

html {
	overflow-x: clip;
	scroll-behavior: smooth;
}

body.rmc-site {
	overflow-x: clip;
	background: var(--rmc-paper);
	color: var(--rmc-text);
	font-family: var(--rmc-font);
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0;
}

body.rmc-site *,
body.rmc-site *::before,
body.rmc-site *::after {
	box-sizing: border-box;
}

body.rmc-site img,
body.rmc-site svg {
	max-width: 100%;
}

body.rmc-site h1,
body.rmc-site h2,
body.rmc-site h3,
body.rmc-site h4,
body.rmc-site h5,
body.rmc-site h6 {
	color: var(--rmc-ink);
	font-family: var(--rmc-font);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
}

body.rmc-site a {
	color: var(--rmc-orange);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.rmc-site a:hover {
	color: var(--rmc-orange-hover);
}

body.rmc-site .rmc-price-on-request {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 12px;
	border: 1px solid rgba(15, 23, 42, .14);
	border-radius: 999px;
	background: #fff7ed;
	color: var(--rmc-orange-hover);
	font-family: var(--rmc-mono);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

body.rmc-site a:focus-visible,
body.rmc-site button:focus-visible,
body.rmc-site input:focus-visible,
body.rmc-site select:focus-visible,
body.rmc-site textarea:focus-visible,
body.rmc-site [tabindex]:focus-visible {
	outline: 3px solid #ffb37e;
	outline-offset: 3px;
}

body.rmc-site input,
body.rmc-site select,
body.rmc-site textarea {
	border: 1px solid #cfd4da;
	border-radius: var(--rmc-radius);
	color: var(--rmc-ink);
	font-family: var(--rmc-font);
	min-height: 44px;
	padding: 10px 12px;
}

body.rmc-site .select2-container .select2-selection--single {
	border: 1px solid #cfd4da;
	border-radius: var(--rmc-radius);
	height: 44px;
}

body.rmc-site .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
	padding-left: 12px;
}

body.rmc-site .select2-container .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

body.rmc-site .elementor-widget-icon-list .elementor-icon-list-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
}

body.rmc-site .elementor-widget-icon-list .elementor-icon-list-icon svg {
	display: block;
	fill: currentColor;
	height: 1em;
	width: 1em;
}

body.rmc-site .elementor-widget-icon-list .elementor-icon-list-icon svg * {
	fill: currentColor;
}

body.rmc-site .elementor-widget-icon .elementor-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

body.rmc-site .elementor-widget-icon .elementor-icon svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

body.rmc-site .elementor-widget-icon .elementor-icon svg * {
	fill: currentColor;
}

.rmc-mono,
.rmc-eyebrow,
.rmc-kicker,
.rmc-panel-kicker,
.woocommerce table.shop_table th {
	font-family: var(--rmc-mono);
	letter-spacing: 0;
	text-transform: uppercase;
}

.rmc-eyebrow,
.rmc-kicker,
.rmc-panel-kicker {
	color: var(--rmc-orange);
	font-size: 12px;
	font-weight: 700;
}

.rmc-eyebrow .elementor-heading-title,
.rmc-kicker .elementor-heading-title,
.rmc-panel-kicker .elementor-heading-title {
	color: inherit;
	font-family: var(--rmc-mono);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.is-on-dark,
.is-on-dark h1,
.is-on-dark h2,
.is-on-dark h3,
.is-on-dark h4,
.is-on-dark p,
.is-on-dark li {
	color: var(--rmc-white);
}

.is-on-dark .rmc-eyebrow,
.rmc-eyebrow.is-light {
	color: #ff9a5f;
}

.rmc-h2 .elementor-heading-title,
.rmc-h2.elementor-widget-heading .elementor-heading-title {
	font-size: 38px;
	line-height: 1.08;
}

.rmc-lede {
	color: var(--rmc-muted);
	font-size: 17px;
	line-height: 1.65;
}

.rmc-btn .elementor-button,
body.rmc-site .elementor-button,
body.rmc-site .button,
body.rmc-site button.button,
body.rmc-site input.button,
body.rmc-site .woocommerce a.button,
body.rmc-site .woocommerce button.button,
body.rmc-site .woocommerce input.button {
	align-items: center;
	background: var(--rmc-orange);
	border: 1px solid var(--rmc-orange);
	border-radius: var(--rmc-radius);
	color: var(--rmc-white);
	display: inline-flex;
	font-family: var(--rmc-font);
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 13px 20px;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.rmc-btn .elementor-button:hover,
body.rmc-site .elementor-button:hover,
body.rmc-site .button:hover,
body.rmc-site button.button:hover,
body.rmc-site input.button:hover,
body.rmc-site .woocommerce a.button:hover,
body.rmc-site .woocommerce button.button:hover,
body.rmc-site .woocommerce input.button:hover {
	background: var(--rmc-orange-hover);
	border-color: var(--rmc-orange-hover);
	color: var(--rmc-white);
	transform: translateY(-1px);
}

.rmc-btn--ghost .elementor-button,
.rmc-btn--light .elementor-button,
.rmc-product-offer-btn .elementor-button,
.rmc-shop-cta-secondary .elementor-button {
	background: transparent;
	border-color: #b9bec5;
	color: var(--rmc-ink);
}

.is-on-dark .rmc-btn--ghost .elementor-button,
.is-on-dark .rmc-btn--light .elementor-button,
.rmc-shop-cta .rmc-shop-cta-secondary .elementor-button {
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--rmc-white);
}

.rmc-btn--ghost .elementor-button:hover,
.rmc-btn--light .elementor-button:hover,
.rmc-product-offer-btn .elementor-button:hover {
	background: var(--rmc-ink);
	border-color: var(--rmc-ink);
	color: var(--rmc-white);
}

.rmc-btn--wa .elementor-button {
	background: #18794e;
	border-color: #18794e;
}

.rmc-btn--wa .elementor-button:hover {
	background: #10633e;
	border-color: #10633e;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-left: 4px solid var(--rmc-orange);
	border-radius: var(--rmc-radius);
	box-shadow: none;
	color: var(--rmc-text);
	margin: 0 0 20px;
	padding: 16px 18px 16px 48px;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	color: var(--rmc-orange);
	top: 17px;
}

/* Header */
.rmc-topbar {
	background: var(--rmc-ink);
	color: #dfe2e5;
	font-size: 12px;
	min-height: 34px;
}

.rmc-topbar > .elementor-container,
.rmc-header > .elementor-container,
.rmc-foot > .elementor-container,
.rmc-foot-legal > .elementor-container {
	margin-inline: auto;
	max-width: var(--rmc-container);
	padding-inline: 20px;
	width: 100%;
}

.rmc-topbar .elementor-widget-wrap {
	align-items: center;
	min-height: 34px;
}

.rmc-topbar .elementor-icon-list-items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 18px;
}

.rmc-topbar .elementor-icon-list-item {
	margin: 0;
}

.rmc-topbar .elementor-icon-list-icon {
	color: #ffb37e;
	font-size: 11px;
}

.rmc-topbar .elementor-icon-list-text {
	color: #dfe2e5;
	font-size: 11px;
}

.rmc-topbar a .elementor-icon-list-text {
	color: #ffb37e;
}

.rmc-topbar .elementor-element-3769db1 .elementor-icon-list-items {
	justify-content: flex-end;
}

.rmc-topbar p {
	margin: 0;
}

.rmc-header {
	background: var(--rmc-white);
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 4px 18px rgba(17, 19, 23, 0.05);
	position: relative;
	z-index: 100;
}

.rmc-header > .elementor-container {
	align-items: center;
	flex-wrap: nowrap;
	min-height: 72px;
}

.rmc-header .elementor-element-8e4e15d {
	width: 22%;
}

.rmc-header .elementor-element-3eb06bb {
	width: 48%;
}

.rmc-header .elementor-element-b75dfae {
	width: 30%;
}

.rmc-header .elementor-column,
.rmc-header .elementor-widget-wrap {
	min-width: 0;
}

.rmc-header .elementor-element-8e4e15d > .elementor-widget-wrap,
.rmc-header .elementor-element-b75dfae > .elementor-widget-wrap {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.rmc-header .elementor-element-b75dfae > .elementor-widget-wrap {
	gap: 3px;
	justify-content: flex-end;
}

.rmc-header .elementor-element-b75dfae > .elementor-widget-wrap > .elementor-element,
.rmc-header .elementor-element-8e4e15d > .elementor-widget-wrap > .elementor-element {
	flex: 0 0 auto;
	margin: 0;
	width: auto;
}

.rmc-header .elementor-element-3eb06bb .elementor-menu-toggle,
.rmc-header .elementor-element-3eb06bb .elementor-nav-menu--dropdown {
	display: none;
}

.rmc-header .elementor-element-3eb06bb .elementor-nav-menu--main {
	display: block;
}

.rmc-mobile-cart,
.rmc-mobile-menu {
	display: none !important;
}

.rmc-logo-img img {
	display: block;
	height: auto;
	max-height: 42px;
	object-fit: contain;
	width: 140px;
}

.rmc-header .elementor-nav-menu--main .elementor-item {
	color: var(--rmc-ink);
	font-size: 14px;
	font-weight: 700;
	min-height: 44px;
	padding: 12px 13px;
}

.rmc-header .elementor-nav-menu--main .elementor-item:hover,
.rmc-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: var(--rmc-orange);
}

.rmc-icon-link .elementor-icon {
	color: var(--rmc-ink);
	font-size: 18px;
	height: 44px;
	width: 44px;
}

.rmc-icon-link .elementor-icon:hover {
	color: var(--rmc-orange);
}

.rmc-header .elementor-menu-cart__toggle_button,
.rmc-mobile-cart .elementor-menu-cart__toggle_button {
	background: transparent;
	border: 0;
	color: var(--rmc-ink);
	height: 44px;
	min-height: 44px;
	padding: 8px;
	width: 44px;
}

.rmc-header .elementor-menu-cart__toggle_button:hover,
.rmc-mobile-cart .elementor-menu-cart__toggle_button:hover {
	background: #f3f4f6;
	color: var(--rmc-orange);
	transform: none;
}

.rmc-header .elementor-menu-cart__toggle .elementor-button-icon {
	font-size: 18px;
}

.rmc-mobile-menu .elementor-menu-toggle {
	background: transparent;
	border: 0;
	border-radius: var(--rmc-radius);
	color: var(--rmc-ink);
	height: 44px;
	min-height: 44px;
	padding: 8px;
	width: 44px;
}

.rmc-mobile-menu .elementor-nav-menu--dropdown {
	border-top: 1px solid var(--rmc-line);
	box-shadow: var(--rmc-shadow);
	margin-top: 12px;
}

.rmc-mobile-menu .elementor-nav-menu--dropdown a {
	color: var(--rmc-ink);
	font-weight: 700;
	min-height: 46px;
}

body.elementor-page .page-header {
	display: none;
}

/* Footer */
.rmc-foot {
	background: var(--rmc-ink);
	border-top: 5px solid var(--rmc-orange);
	padding: 62px 0 46px;
}

.rmc-foot > .elementor-container {
	gap: 36px;
}

.rmc-foot .elementor-column {
	min-width: 0;
}

.rmc-foot .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 15px;
	margin-bottom: 10px;
}

.rmc-foot p,
.rmc-foot .elementor-icon-list-text {
	color: #bfc5cd;
	font-size: 14px;
	line-height: 1.6;
}

.rmc-foot a,
.rmc-foot .elementor-icon-list-item a {
	color: #d7dbe0;
}

.rmc-foot a:hover,
.rmc-foot .elementor-icon-list-item a:hover {
	color: #ff9a5f;
}

.rmc-foot .elementor-icon-list-items {
	margin: 0;
}

.rmc-foot .elementor-icon-list-item {
	align-items: flex-start;
	min-height: 28px;
	padding: 3px 0;
}

.rmc-foot .elementor-icon-list-icon {
	color: #ff9a5f;
	font-size: 13px;
	height: 20px;
	margin-top: 2px;
	width: 18px;
}

.rmc-foot .elementor-icon-list-icon svg {
	height: 13px;
	width: 13px;
}

.rmc-foot-legal {
	background: #090b0e;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #9da4ae;
	font-size: 12px;
	padding: 16px 0;
}

.rmc-foot-legal p {
	margin: 0;
}

/* Shared product cards */
body.rmc-site ul.products {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

body.rmc-site ul.products::before,
body.rmc-site ul.products::after {
	display: none;
}

body.rmc-site ul.products li.product:not(.product-category) {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	display: flex;
	float: none;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 0 18px 18px;
	position: relative;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: auto;
}

body.rmc-site ul.products li.product:not(.product-category):hover {
	border-color: #c9cdd2;
	box-shadow: var(--rmc-shadow);
	transform: translateY(-3px);
}

body.rmc-site ul.products li.product:not(.product-category) a.woocommerce-LoopProduct-link {
	color: var(--rmc-ink);
	display: block;
}

body.rmc-site ul.products li.product:not(.product-category) img {
	aspect-ratio: 1 / 1;
	background: #f8f8f6;
	border-bottom: 1px solid #eceeea;
	display: block;
	margin: 0 -18px 16px;
	max-width: calc(100% + 36px);
	object-fit: contain;
	padding: 16px;
	width: calc(100% + 36px);
}

body.rmc-site ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
	color: var(--rmc-ink);
	display: -webkit-box;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 10px;
	min-height: 42px;
	overflow: hidden;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.rmc-site ul.products li.product:not(.product-category) .price {
	color: var(--rmc-ink);
	font-family: var(--rmc-mono);
	font-size: 16px;
	font-weight: 700;
	margin: auto 0 14px;
}

body.rmc-site ul.products li.product:not(.product-category) .price del {
	color: var(--rmc-muted);
	font-size: 12px;
	opacity: 1;
}

body.rmc-site ul.products li.product:not(.product-category) .price ins {
	color: var(--rmc-orange);
	text-decoration: none;
}

body.rmc-site ul.products li.product:not(.product-category) .button {
	margin: 0;
	min-height: 44px;
	width: 100%;
}

body.rmc-site ul.products li.product:not(.product-category) .added_to_cart {
	color: var(--rmc-orange);
	font-size: 13px;
	font-weight: 700;
	padding: 10px 0 0;
	text-align: center;
}

body.rmc-site span.onsale {
	background: var(--rmc-orange);
	border-radius: 3px;
	color: var(--rmc-white);
	font-size: 11px;
	font-weight: 800;
	left: 12px;
	line-height: 1;
	margin: 0;
	min-height: auto;
	min-width: auto;
	padding: 8px 10px;
	right: auto;
	top: 12px;
	z-index: 2;
}

/* Homepage */
body.home .rmc-hero {
	background: var(--rmc-ink);
	min-height: 590px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

body.home .rmc-hero::before,
.rmc-shop-hero::before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.home .rmc-hero > .elementor-container,
body.home .rmc-sec > .elementor-container,
body.home .rmc-feat > .elementor-container,
body.home .rmc-stats > .elementor-container,
body.home .rmc-cta > .elementor-container {
	margin-inline: auto;
	max-width: var(--rmc-container);
	position: relative;
	width: 100%;
}

body.home .rmc-hero > .elementor-container {
	align-items: center;
	gap: 56px;
	padding: 72px 20px 64px;
}

.rmc-hero-copy,
.rmc-hero-visual {
	min-width: 0;
}

.rmc-hero-title .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 56px;
	line-height: 1.02;
	margin: 0;
	max-width: 690px;
}

.rmc-hero-copy .rmc-lede {
	color: #c8cdd4;
	font-size: 18px;
	max-width: 620px;
}

.rmc-hero-actions > .elementor-container {
	gap: 12px;
	justify-content: flex-start;
}

.rmc-hero-actions .elementor-column {
	flex: 0 0 auto;
	width: auto;
}

.rmc-hero-photo img {
	display: block;
	height: 450px;
	margin: auto;
	object-fit: contain;
	width: 100%;
}

.rmc-proof-pills .elementor-icon-list-items,
.rmc-cbanner-chips .elementor-icon-list-items {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rmc-proof-pills .elementor-icon-list-item,
.rmc-cbanner-chips .elementor-icon-list-item {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	color: var(--rmc-white);
	min-height: 38px;
	padding: 8px 10px;
}

.rmc-proof-pills .elementor-icon-list-icon,
.rmc-cbanner-chips .elementor-icon-list-icon {
	color: #ff9a5f;
	font-size: 13px;
}

.rmc-proof-pills .elementor-icon-list-text,
.rmc-cbanner-chips .elementor-icon-list-text {
	color: var(--rmc-white);
	font-size: 12px;
	font-weight: 700;
	white-space: normal;
}

.rmc-hazard,
.rmc-shop-hazard {
	background: repeating-linear-gradient(135deg, var(--rmc-orange) 0 18px, #f5f5f2 18px 30px, var(--rmc-ink) 30px 48px);
	height: 9px;
	min-height: 9px;
	overflow: hidden;
}

.rmc-hazard > .elementor-container,
.rmc-shop-hazard > .elementor-container {
	display: none;
}

.rmc-feat {
	background: #20242a;
	padding: 0;
}

.rmc-feat > .elementor-container {
	gap: 0;
	padding: 22px 20px;
}

.rmc-feat-item {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	min-width: 0;
	padding: 4px 22px;
}

.rmc-feat-item:last-child {
	border-right: 0;
}

.rmc-feat-item .elementor-icon {
	color: #ff9a5f;
	font-size: 21px;
}

.rmc-feat-item .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 14px;
	line-height: 1.25;
}

.rmc-feat-item p {
	color: #adb4bd;
	font-size: 12px;
	margin: 3px 0 0;
}

body.home .rmc-sec {
	background: var(--rmc-white);
	padding: 82px 20px;
}

body.home .rmc-sec.is-paper {
	background: var(--rmc-paper);
}

body.home .rmc-sec.is-paper-2 {
	background: var(--rmc-paper-2);
}

.rmc-sec-head {
	margin-bottom: 30px;
}

.rmc-sec-head > .elementor-container {
	align-items: end;
	gap: 32px;
}

body.home .rmc-cat-widget ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .rmc-cat-widget ul.products li.product-category {
	border: 0;
	border-radius: var(--rmc-radius);
	height: 280px;
	min-height: 280px;
	overflow: hidden;
	padding: 0;
}

body.home .rmc-cat-widget ul.products li.product-category a {
	display: block;
	height: 100%;
	position: relative;
}

body.home .rmc-cat-widget ul.products li.product-category img {
	aspect-ratio: auto;
	border: 0;
	height: 280px;
	margin: 0;
	max-width: 100%;
	object-fit: cover;
	padding: 0;
	width: 100%;
}

body.home .rmc-cat-widget ul.products li.product-category a::after {
	background: linear-gradient(180deg, transparent 35%, rgba(10, 12, 15, 0.86) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

body.home .rmc-cat-widget ul.products li.product-category .woocommerce-loop-category__title {
	bottom: 0;
	color: var(--rmc-white);
	font-size: 19px;
	left: 0;
	margin: 0;
	min-height: auto;
	padding: 22px;
	position: absolute;
	right: 0;
	z-index: 2;
}

body.home .rmc-cat-widget ul.products li.product-category mark {
	background: transparent;
	color: #ffb37e;
	display: block;
	font-family: var(--rmc-mono);
	font-size: 11px;
	margin-top: 7px;
}

body.home .rmc-products-widget ul.products,
body.single-product .rmc-product-related-widget ul.products,
body.woocommerce-cart .rmc-flow-products-widget ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .rmc-layher {
	background: var(--rmc-ink) !important;
}

.rmc-layher > .elementor-container {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.rmc-layher > .elementor-container > .elementor-column {
	width: 100% !important;
}

.rmc-layher .rmc-h2 .elementor-heading-title {
	color: var(--rmc-white);
}

.rmc-layher .rmc-lede {
	color: #d6dae0 !important;
}

.rmc-layher .rmc-eyebrow .elementor-heading-title,
.rmc-layher .rmc-eyebrow.is-light .elementor-heading-title {
	color: #ffb37e !important;
}

.rmc-layher .elementor-heading-title,
.rmc-layher h4 {
	color: var(--rmc-white);
}

.rmc-checks .elementor-icon-list-item {
	min-height: 34px;
}

.rmc-checks .elementor-icon-list-icon {
	color: #ff9a5f;
}

.rmc-checks .elementor-icon-list-text {
	color: var(--rmc-white);
	font-size: 14px;
}

.rmc-layher-img img {
	border-radius: var(--rmc-radius);
	display: block;
	height: 380px;
	object-fit: cover;
	object-position: center;
	padding: 0;
	width: 100%;
}

.rmc-stats {
	background: var(--rmc-white);
	border-bottom: 1px solid var(--rmc-line);
	border-top: 1px solid var(--rmc-line);
	padding: 26px 20px;
}

.rmc-stats .elementor-column {
	border-right: 1px solid var(--rmc-line);
	padding: 4px 20px;
}

.rmc-stats .elementor-column:last-child {
	border-right: 0;
}

.rmc-stat-number .elementor-heading-title {
	color: var(--rmc-orange);
	font-family: var(--rmc-mono);
	font-size: 34px;
}

.rmc-stat-label .elementor-heading-title {
	color: var(--rmc-muted);
	font-size: 11px;
	line-height: 1.35;
	text-transform: uppercase;
}

.rmc-project-offer {
	background: var(--rmc-paper);
}

.rmc-project-offer > .elementor-container {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
}

.rmc-project-offer > .elementor-container > .elementor-column {
	flex: none;
	width: 100% !important;
}

.rmc-project-offer-copy {
	align-content: center;
	background: var(--rmc-ink);
	border-radius: var(--rmc-radius);
	padding: 38px;
}

.rmc-project-title .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 38px;
}

.rmc-project-copy,
.rmc-project-copy p {
	color: #d6dae0 !important;
}

.rmc-project-offer-copy .rmc-eyebrow .elementor-heading-title {
	color: #ffb37e !important;
}

.rmc-project-offer-actions > .elementor-container {
	gap: 12px;
	justify-content: flex-start;
}

.rmc-project-offer-actions .elementor-column {
	flex: 0 0 auto;
	width: auto;
}

.rmc-project-offer-panel {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	padding: 26px;
}

.rmc-offer-benefits > .elementor-container {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.rmc-offer-benefit {
	background: #f7f7f5;
	border-left: 3px solid var(--rmc-orange);
	border-radius: 3px;
	padding: 14px 16px;
	width: 100% !important;
}

.rmc-offer-benefit > .elementor-widget-wrap {
	align-content: start;
	display: grid;
	gap: 3px 10px;
	grid-template-columns: 24px minmax(0, 1fr);
}

.rmc-offer-benefit .elementor-widget-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	margin: 0 !important;
}

.rmc-offer-benefit .elementor-widget-heading,
.rmc-offer-benefit .elementor-widget-text-editor {
	grid-column: 2;
	margin: 0 !important;
}

.rmc-offer-benefit .elementor-icon {
	color: var(--rmc-orange);
	font-size: 19px;
}

.rmc-offer-benefit .elementor-heading-title {
	font-size: 15px;
}

.rmc-offer-benefit p {
	color: var(--rmc-muted);
	font-size: 13px;
	margin: 3px 0 0;
}

.rmc-steps > .elementor-container,
.rmc-guarantees-grid > .elementor-container {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rmc-step,
.rmc-guarantee-card {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	min-width: 0;
	padding: 26px;
	width: 100% !important;
}

.rmc-step-num .elementor-heading-title,
.rmc-guar-index .elementor-heading-title {
	color: var(--rmc-orange);
	font-family: var(--rmc-mono);
	font-size: 13px;
}

.rmc-step .elementor-heading-title,
.rmc-guarantee-card .elementor-heading-title {
	font-size: 17px;
}

.rmc-step p,
.rmc-guarantee-card p {
	color: var(--rmc-muted);
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 0;
}

.rmc-step-bar {
	margin: 12px 0;
}

.rmc-step-bar .elementor-divider-separator {
	border-color: #d7dbe0;
}

.rmc-guarantee-card {
	border-top: 3px solid var(--rmc-orange);
}

.rmc-guarantee-card .elementor-icon {
	color: var(--rmc-orange);
	font-size: 22px;
}

.rmc-cta {
	background: var(--rmc-ink);
	padding: 0;
}

.rmc-cta > .elementor-container {
	align-items: center;
	gap: 32px;
	padding: 28px 20px;
}

.rmc-cta .rmc-h2 .elementor-heading-title {
	color: var(--rmc-white);
}

.rmc-cta-actions > .elementor-container {
	gap: 12px;
	justify-content: flex-end;
}

/* Shop */
.rmc-shop-hero {
	background: var(--rmc-ink);
	overflow: hidden;
	padding: 0;
	position: relative;
}

.rmc-shop-hero > .elementor-container,
.rmc-shop > .elementor-container,
.rmc-shop-cta > .elementor-container {
	margin-inline: auto;
	max-width: var(--rmc-container);
	position: relative;
	width: 100%;
}

.rmc-shop-hero > .elementor-container {
	padding: 54px 20px 48px;
}

.rmc-shop-breadcrumb,
.rmc-product-breadcrumb {
	font-size: 12px;
}

.rmc-shop-breadcrumb a,
.rmc-product-breadcrumb a {
	color: #d6dae0;
}

.rmc-shop-breadcrumb .delimiter,
.rmc-product-breadcrumb .delimiter {
	color: #8d96a2;
	margin: 0 7px;
}

.rmc-shop-title .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 46px;
	margin: 6px 0 10px;
}

.rmc-shop-lede {
	color: #c8cdd4;
	font-size: 16px;
	max-width: 720px;
}

.rmc-shop-proof .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.rmc-shop-proof .elementor-icon-list-item {
	margin: 0;
}

.rmc-shop-pills .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.rmc-shop-pills .elementor-icon-list-item {
	margin: 0;
}

.rmc-shop-pills a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	color: var(--rmc-white);
	font-size: 12px;
	font-weight: 700;
	min-height: 38px;
	padding: 8px 11px;
}

.rmc-shop-pills a:hover {
	background: var(--rmc-white);
	color: var(--rmc-ink);
}

.rmc-shop {
	background: var(--rmc-paper);
	padding: 0;
}

.rmc-shop > .elementor-container {
	align-items: flex-start;
	gap: 28px;
	padding: 54px 20px 72px;
}

.rmc-shop-sidebar {
	flex: 0 0 286px;
	position: sticky;
	top: 20px;
	width: 286px;
}

.rmc-shop-main {
	min-width: 0;
	width: calc(100% - 314px);
}

.rmc-shop-filter-title .elementor-heading-title {
	font-size: 24px;
}

.rmc-shop-filter-title,
.rmc-shop-filter-copy {
	display: none;
}

.rmc-shop-filter-copy,
.rmc-shop-filter-copy p {
	color: var(--rmc-muted);
	font-size: 13px;
}

.rmc-shop-filter-panel > .elementor-widget-wrap {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	box-shadow: 0 12px 36px rgba(17, 19, 23, 0.06);
	overflow: hidden;
	padding: 0;
}

.rmc-filter-ui-head {
	align-items: center;
	border-bottom: 1px solid var(--rmc-line);
	display: flex;
	justify-content: space-between;
	padding: 18px;
	width: 100%;
}

.rmc-filter-ui-head h2 {
	align-items: center;
	display: flex;
	font-size: 18px;
	gap: 8px;
	margin: 0;
}

.rmc-filter-dot {
	background: var(--rmc-orange);
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.rmc-filter-total,
.rmc-filter-sec-badge {
	align-items: center;
	background: var(--rmc-orange);
	border-radius: 20px;
	color: var(--rmc-white);
	display: none;
	font-family: var(--rmc-mono);
	font-size: 10px;
	height: 21px;
	justify-content: center;
	min-width: 21px;
	padding: 0 6px;
}

.rmc-filter-total.is-visible,
.rmc-filter-sec-badge.is-visible {
	display: inline-flex;
}

.rmc-filter-reset {
	background: transparent;
	border: 0;
	color: var(--rmc-orange);
	display: none;
	font-size: 11px;
	font-weight: 800;
	min-height: 36px;
	padding: 5px;
}

.rmc-filter-reset.is-visible {
	display: inline-flex;
}

.rmc-filter-chips {
	display: none;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 18px;
	width: 100%;
}

.rmc-filter-chips.has-chips {
	display: flex;
	padding-bottom: 14px;
}

.rmc-filter-chip {
	align-items: center;
	background: #fff1e8;
	border: 1px solid #f1b58e;
	border-radius: 20px;
	color: #7c2d12;
	display: inline-flex;
	font-size: 11px;
	gap: 6px;
	min-height: 32px;
	padding: 5px 9px;
}

.rmc-filter-chip:hover {
	background: #ffe1cf;
	color: #7c2d12;
	transform: none;
}

.rmc-filter-section {
	border-top: 1px solid var(--rmc-line);
	margin: 0 !important;
	width: 100%;
}

.rmc-filter-generated-container {
	width: 100%;
}

.rmc-filter-sec-head {
	align-items: center;
	background: var(--rmc-white);
	border: 0;
	color: var(--rmc-ink);
	display: flex;
	justify-content: flex-start;
	min-height: 48px;
	padding: 12px 18px;
	width: 100%;
}

.rmc-filter-sec-head:hover {
	background: #f7f7f5;
	color: var(--rmc-ink);
	transform: none;
}

.rmc-filter-sec-name {
	font-size: 13px;
	font-weight: 800;
	margin-right: auto;
}

.rmc-filter-chev {
	color: var(--rmc-muted);
	height: 18px;
	margin-left: 8px;
	transition: transform 160ms ease;
	width: 18px;
}

.rmc-filter-chev svg {
	display: block;
	height: 18px;
	width: 18px;
}

.rmc-filter-section.is-open .rmc-filter-chev {
	transform: rotate(180deg);
}

.rmc-filter-sec-body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 180ms ease;
}

.rmc-filter-section.is-open .rmc-filter-sec-body {
	grid-template-rows: 1fr;
}

.rmc-filter-sec-inner {
	overflow: hidden;
}

.rmc-filter-sec-inner > .elementor-widget-container {
	padding: 0 18px 16px;
}

.rmc-filter-search {
	align-items: center;
	display: flex;
	margin: 0 0 10px;
	position: relative;
}

.rmc-filter-search svg {
	color: var(--rmc-muted);
	height: 15px;
	left: 10px;
	position: absolute;
	width: 15px;
}

.rmc-filter-search input {
	font-size: 12px;
	min-height: 38px;
	padding: 8px 10px 8px 32px;
	width: 100%;
}

.rmc-shop-sidebar ul,
.rmc-shop-sidebar .woocommerce-widget-layered-nav-list {
	list-style: none;
	margin: 0;
	max-height: 220px;
	overflow: auto;
	padding: 0;
}

.rmc-shop-sidebar li {
	color: var(--rmc-muted);
	font-size: 12px;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

.rmc-shop-sidebar li a {
	align-items: center;
	color: var(--rmc-text);
	display: flex;
	font-size: 12px;
	min-height: 34px;
	padding: 6px 24px 6px 0;
	position: relative;
}

.rmc-shop-sidebar li a:hover {
	color: var(--rmc-orange);
}

.rmc-shop-sidebar .rmc-shop-cat-widget ul.products {
	display: block !important;
	grid-template-columns: none !important;
	max-height: 230px;
	overflow: auto;
	width: 100%;
}

.rmc-shop-sidebar .rmc-shop-cat-widget ul.products li.product-category {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #eceeea;
	border-radius: 0;
	box-shadow: none;
	clear: both;
	display: block;
	float: none !important;
	min-height: 0;
	margin: 0 !important;
	padding: 0;
	transform: none;
	width: 100% !important;
}

.rmc-shop-sidebar .rmc-shop-cat-widget ul.products li.product-category:last-child {
	border-bottom: 0;
}

.rmc-shop-sidebar .rmc-shop-cat-widget ul.products li.product-category img {
	display: none;
}

.rmc-shop-sidebar .rmc-shop-cat-widget ul.products li.product-category a {
	align-items: center;
	display: flex;
	min-height: 34px;
	padding: 0;
	width: 100%;
}

.rmc-shop-sidebar .rmc-shop-cat-widget .woocommerce-loop-category__title {
	align-items: center;
	color: var(--rmc-text);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.35;
	margin: 0;
	min-height: 0;
	padding: 8px 0;
	text-align: left;
	width: 100%;
}

.rmc-shop-sidebar .rmc-shop-cat-widget mark {
	background: transparent;
	color: var(--rmc-muted);
	float: none;
	font-family: var(--rmc-mono);
	font-size: 10px;
	margin-left: auto;
	white-space: nowrap;
}

.rmc-shop-attribute-filter li a::before {
	background: var(--rmc-white);
	border: 1px solid #bcc2c9;
	border-radius: 3px;
	content: "";
	height: 16px;
	margin-right: 8px;
	width: 16px;
}

.rmc-shop-attribute-filter li.chosen a::before,
.rmc-shop-attribute-filter li.is-selected a::before {
	background: var(--rmc-orange);
	border-color: var(--rmc-orange);
	box-shadow: inset 0 0 0 3px var(--rmc-white);
}

.rmc-shop-sidebar .count {
	color: #4b5563;
	font-family: var(--rmc-mono);
	font-size: 10px;
	margin-left: auto;
}

.rmc-shop-price-filter .price_slider_wrapper {
	padding-top: 5px;
}

.rmc-shop-price-filter .ui-slider {
	background: #dfe3e8;
	border-radius: 5px;
	height: 5px;
	margin: 12px 7px 18px;
}

.rmc-shop-price-filter .ui-slider .ui-slider-range {
	background: var(--rmc-orange) !important;
}

.rmc-shop-price-filter .ui-slider .ui-slider-handle {
	background: var(--rmc-white) !important;
	border: 3px solid var(--rmc-orange) !important;
	border-radius: 50%;
	height: 17px;
	top: -6px;
	width: 17px;
}

.rmc-shop-price-filter .price_slider_amount {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	gap: 8px;
	justify-content: space-between;
}

.rmc-shop-price-filter .price_slider_amount .button {
	display: none !important;
}

.rmc-shop-price-filter button.button {
	display: none !important;
}

.rmc-filter-foot {
	align-items: center;
	border-top: 1px solid var(--rmc-line);
	display: flex;
	gap: 8px;
	padding: 14px;
	width: 100%;
}

.rmc-filter-foot-reset {
	background: var(--rmc-white);
	border: 1px solid #cfd4da;
	color: var(--rmc-ink);
	flex: 0 0 44px;
	font-size: 18px;
	height: 44px;
	padding: 0;
}

.rmc-filter-foot-reset:hover {
	background: #f3f4f6;
	border-color: #b9bec5;
	color: var(--rmc-ink);
	transform: none;
}

.rmc-filter-apply {
	background: var(--rmc-orange);
	border: 1px solid var(--rmc-orange);
	border-radius: var(--rmc-radius);
	color: var(--rmc-white);
	flex: 1;
	font-family: var(--rmc-font);
	font-size: 13px;
	font-weight: 800;
	min-height: 44px;
	padding: 10px 14px;
}

.rmc-filter-apply:hover {
	background: var(--rmc-orange-hover);
	border-color: var(--rmc-orange-hover);
	color: var(--rmc-white);
	transform: none;
}

.rmc-shop-help {
	background: var(--rmc-ink);
	border-radius: var(--rmc-radius);
	margin-top: 18px;
	padding: 20px;
}

.rmc-shop-help-title .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 16px;
}

.rmc-shop-help-copy {
	color: #c4c9cf;
	font-size: 12px;
}

.rmc-shop-main-head {
	margin-bottom: 20px;
}

.rmc-shop-main-title .elementor-heading-title {
	font-size: 32px;
}

.rmc-shop-notes .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.rmc-shop-notes .elementor-icon-list-item {
	margin: 0;
}

.rmc-shop-notes .elementor-icon-list-text {
	color: var(--rmc-muted);
	font-size: 12px;
}

.rmc-shop-products .woocommerce {
	min-width: 0;
}

.rmc-shop-products .woocommerce-result-count {
	color: var(--rmc-muted);
	float: left;
	font-size: 13px;
	margin: 0 0 18px;
	padding: 11px 0;
}

.rmc-shop-products .woocommerce-ordering {
	float: right;
	margin: 0 0 18px;
}

.rmc-shop-products .woocommerce-ordering select {
	background: var(--rmc-white);
	font-size: 13px;
	min-width: 210px;
}

.rmc-shop-products ul.products {
	clear: both;
}

body.post-type-archive-product .rmc-shop-products ul.products,
body.tax-product_cat .rmc-shop-products ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

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

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 6px;
	justify-content: center;
}

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	align-items: center;
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: 3px;
	color: var(--rmc-ink);
	display: flex;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 8px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--rmc-orange);
	border-color: var(--rmc-orange);
	color: var(--rmc-white);
}

.rmc-shop-cta {
	background: var(--rmc-ink);
	padding: 50px 20px;
}

.rmc-shop-cta > .elementor-container {
	align-items: center;
	gap: 32px;
}

.rmc-shop-cta-title .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 32px;
}

.rmc-shop-cta-copytext {
	color: #c8cdd4;
}

.rmc-shop-cta-actions > .elementor-widget-wrap {
	gap: 10px;
	justify-content: flex-end;
}

.rmc-filter-mobile-toggle,
.rmc-filter-mobile-close,
.rmc-filter-overlay {
	display: none;
}

/* Single product */
.rmc-single-hero {
	background: var(--rmc-ink);
	padding: 18px 20px;
}

.rmc-single-hero > .elementor-container,
.rmc-single-shell > .elementor-container {
	margin-inline: auto;
	max-width: var(--rmc-container);
	width: 100%;
}

.rmc-single-main {
	background: var(--rmc-paper);
	padding: 48px 20px 42px;
}

.rmc-single-main > .elementor-container {
	align-items: flex-start;
	gap: 44px;
}

.rmc-product-gallery-col {
	flex: 0 0 calc(54% - 22px);
	min-width: 0;
	width: calc(54% - 22px);
}

.rmc-product-summary-col {
	flex: 0 0 calc(46% - 22px);
	min-width: 0;
	width: calc(46% - 22px);
}

.rmc-product-gallery-widget .woocommerce-product-gallery {
	max-width: 100%;
	width: 100%;
}

/* FlexSlider sets the wrapper width inline to fit every gallery slide.
 * Capping it at 100% stacks the slides vertically and hides every image
 * except the first one inside the viewport. */
.rmc-product-gallery-widget .woocommerce-product-gallery__wrapper {
	max-width: none;
}

.rmc-product-gallery-widget .woocommerce-product-gallery {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	margin: 0;
	overflow: hidden;
	padding: 20px;
}

.rmc-product-gallery-widget .flex-viewport {
	aspect-ratio: 1 / 1;
	max-height: none;
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

.rmc-product-gallery-widget .woocommerce-product-gallery__image {
	aspect-ratio: 1 / 1;
	width: 100%;
}

.rmc-product-gallery-widget .woocommerce-product-gallery__image a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

.rmc-product-gallery-widget .woocommerce-product-gallery__image img {
	display: block;
	height: 100% !important;
	max-height: 100%;
	object-fit: contain;
	width: 100% !important;
}

.rmc-product-gallery-widget .flex-control-thumbs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 14px 0 0;
	padding: 0;
}

.rmc-product-gallery-widget .flex-control-thumbs li {
	float: none;
	margin: 0;
	width: auto;
}

.rmc-product-gallery-widget .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	background: #f7f7f5;
	border: 1px solid var(--rmc-line);
	border-radius: 3px;
	object-fit: contain;
	padding: 5px;
}

.rmc-product-gallery-widget .flex-control-thumbs img.flex-active {
	border-color: var(--rmc-orange);
}

.rmc-product-gallery-widget .woocommerce-product-gallery__trigger {
	align-items: center;
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	color: var(--rmc-ink);
	display: flex;
	height: 44px;
	justify-content: center;
	right: 12px;
	top: 12px;
	width: 44px;
	z-index: 4;
}

.rmc-product-summary-col > .elementor-widget-wrap {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	padding: 32px;
}

.rmc-product-eyebrow {
	margin-bottom: 8px;
}

.rmc-product-title .elementor-heading-title {
	font-size: 36px;
	line-height: 1.12;
}

.rmc-product-rating {
	color: var(--rmc-muted);
	font-size: 13px;
}

.rmc-product-rating .star-rating {
	color: var(--rmc-orange);
}

.rmc-product-price .price {
	color: var(--rmc-orange-hover) !important;
	display: block;
	font-family: var(--rmc-mono);
	font-size: 27px;
	font-weight: 700;
	line-height: 1.25;
	margin: 10px 0;
}

.rmc-product-short {
	color: var(--rmc-muted);
	font-size: 14px;
	line-height: 1.65;
}

.rmc-product-short:empty,
.rmc-product-rating:empty,
.rmc-product-meta:empty,
.rmc-product-stock:empty {
	display: none;
}

.rmc-product-proof .elementor-icon-list-items {
	display: grid;
	gap: 7px 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rmc-product-proof .elementor-icon-list-item {
	margin: 0;
}

.rmc-product-proof .elementor-icon-list-icon {
	color: var(--rmc-success);
	font-size: 13px;
}

.rmc-product-proof .elementor-icon-list-text {
	color: var(--rmc-text);
	font-size: 12px;
	font-weight: 700;
}

.rmc-product-stock .stock {
	align-items: center;
	color: var(--rmc-success);
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	margin: 12px 0;
}

.rmc-product-stock .stock::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 8px;
	width: 8px;
}

.rmc-product-atc {
	border-bottom: 1px solid var(--rmc-line);
	border-top: 1px solid var(--rmc-line);
	margin-top: 16px;
	padding: 20px 0;
}

.rmc-product-atc form.cart {
	margin: 0;
}

.rmc-product-atc form.cart:not(.variations_form),
.rmc-product-atc .woocommerce-variation-add-to-cart {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rmc-product-atc .quantity .qty {
	height: 48px;
	min-height: 48px;
	text-align: center;
	width: 76px;
}

.rmc-product-atc .single_add_to_cart_button {
	flex: 1;
	min-height: 48px;
}

.rmc-product-atc .single_add_to_cart_button.disabled,
.rmc-product-atc .single_add_to_cart_button:disabled {
	background: #4b5563 !important;
	border-color: #4b5563 !important;
	color: var(--rmc-white) !important;
	opacity: 1 !important;
}

.rmc-product-atc table.variations {
	border: 0;
	margin: 0 0 16px;
	width: 100%;
}

.rmc-product-atc table.variations tr {
	display: block;
	margin-bottom: 12px;
}

.rmc-product-atc table.variations th,
.rmc-product-atc table.variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.rmc-product-atc table.variations label {
	color: var(--rmc-ink);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
}

.rmc-product-atc table.variations select {
	background: var(--rmc-white);
	width: 100%;
}

.rmc-product-atc .reset_variations {
	display: inline-block;
	font-size: 12px;
	margin-top: 7px;
}

.rmc-product-atc .woocommerce-variation {
	background: #f7f7f5;
	border-radius: 3px;
	margin-bottom: 12px;
	padding: 12px;
}

.rmc-product-atc .woocommerce-variation-price .price {
	color: var(--rmc-ink);
	font-family: var(--rmc-mono);
	font-weight: 700;
}

.rmc-product-offer-btn {
	margin-top: 10px;
}

.rmc-product-offer-btn .elementor-button {
	width: 100%;
}

.rmc-product-meta {
	color: var(--rmc-muted);
	font-size: 11px;
	line-height: 1.7;
	margin-top: 18px;
}

.rmc-product-meta a {
	color: var(--rmc-text);
}

.rmc-product-trust {
	background: var(--rmc-paper);
	padding: 0 20px 52px;
}

.rmc-product-trust > .elementor-container {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rmc-product-trust-card {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	padding: 18px;
	flex: none !important;
	width: 100% !important;
}

.rmc-product-trust-card .elementor-icon {
	color: var(--rmc-orange);
	font-size: 20px;
}

.rmc-product-trust-card .elementor-heading-title {
	font-size: 14px;
}

.rmc-product-trust-card p {
	color: var(--rmc-muted);
	font-size: 12px;
	line-height: 1.45;
	margin: 3px 0 0;
}

.rmc-product-tabs-shell {
	background: var(--rmc-white);
	padding: 66px 20px;
}

.rmc-product-tabs .woocommerce-tabs {
	margin: 0;
}

.rmc-product-tabs .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--rmc-line);
	display: flex;
	gap: 24px;
	margin: 0 0 28px;
	overflow-x: auto;
	padding: 0;
}

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

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

.rmc-product-tabs .woocommerce-tabs ul.tabs li a {
	border-bottom: 3px solid transparent;
	color: var(--rmc-muted);
	font-size: 13px;
	font-weight: 800;
	min-height: 47px;
	padding: 14px 0 11px;
	white-space: nowrap;
}

.rmc-product-tabs .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: var(--rmc-orange);
	color: var(--rmc-ink);
}

.rmc-product-tabs .woocommerce-Tabs-panel {
	color: var(--rmc-text);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	max-width: 960px;
}

.rmc-product-tabs .woocommerce-Tabs-panel h2 {
	font-size: 26px;
}

.rmc-product-tabs table.shop_attributes {
	border: 1px solid var(--rmc-line);
	border-collapse: collapse;
	font-size: 13px;
	width: 100%;
}

.rmc-product-tabs table.shop_attributes th,
.rmc-product-tabs table.shop_attributes td {
	border: 1px solid var(--rmc-line);
	padding: 11px 13px;
	text-align: left;
	vertical-align: top;
}

.rmc-product-tabs table.shop_attributes th {
	background: #f5f5f2;
	color: var(--rmc-ink);
	width: 32%;
}

.rmc-product-tabs table.shop_attributes tr:nth-child(even) td {
	background: #fafaf8;
}

.rmc-product-related-shell {
	background: var(--rmc-paper);
	padding: 66px 20px 78px;
}

.rmc-product-related-head {
	margin-bottom: 26px;
}

.rmc-product-related-widget .related > h2 {
	display: none;
}

/* Cart, checkout, account */
.rmc-flow-page,
.rmc-woo-page {
	background: var(--rmc-paper);
	padding: 46px 20px 72px;
}

.rmc-flow-page > .elementor-container,
.rmc-woo-page > .elementor-container,
.rmc-woo-hero > .elementor-container {
	margin-inline: auto;
	max-width: var(--rmc-container);
	width: 100%;
}

.rmc-flow-titlebar .elementor-heading-title,
.rmc-woo-hero .elementor-heading-title {
	font-size: 42px;
}

.rmc-flow-steps {
	margin: 24px 0 28px;
}

.rmc-flow-steps > .elementor-container {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.rmc-flow-steps .elementor-column {
	border-right: 1px solid var(--rmc-line);
	min-width: 0;
	padding: 0;
	width: auto;
}

.rmc-flow-steps .elementor-column:last-child {
	border-right: 0;
}

.rmc-flow-steps .elementor-widget-wrap {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.rmc-flow-step {
	margin: 0;
	width: 100%;
}

.rmc-flow-step .elementor-heading-title {
	align-items: center;
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: center;
	min-height: 50px;
	padding: 8px 12px;
	white-space: nowrap;
}

.rmc-flow-step .dot {
	align-items: center;
	background: #eef0ed;
	border: 1px solid #d2d6db;
	border-radius: 50%;
	color: var(--rmc-muted);
	display: inline-flex;
	font-family: var(--rmc-mono);
	font-size: 10px;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.rmc-flow-step.active,
.rmc-flow-step.is-active {
	box-shadow: inset 0 -3px 0 var(--rmc-orange);
}

.rmc-flow-step.active .dot,
.rmc-flow-step.is-active .dot {
	background: var(--rmc-orange);
	border-color: var(--rmc-orange);
	color: var(--rmc-white);
}

.rmc-cart-widget .woocommerce {
	display: block;
}

.rmc-cart-widget .woocommerce-notices-wrapper:empty {
	display: none;
}

.rmc-cart-widget .e-cart__container {
	align-items: start;
	display: grid !important;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 330px !important;
	width: 100%;
}

.rmc-cart-widget .e-cart__column {
	min-width: 0;
	width: auto;
}

.rmc-cart-widget .e-cart__column-start,
.rmc-cart-widget .e-cart__column-end {
	grid-column: auto;
}

.rmc-cart-widget .woocommerce-notices-wrapper,
.rmc-cart-widget .woocommerce-cart-form {
	width: 100%;
}

.rmc-cart-widget .cart-collaterals {
	width: 100%;
}

.rmc-cart-widget table.shop_table {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-collapse: separate;
	border-radius: var(--rmc-radius);
	margin: 0;
	overflow: hidden;
}

.rmc-cart-widget table.shop_table thead th {
	background: #f7f7f5;
	border-bottom: 1px solid var(--rmc-line);
	color: var(--rmc-muted);
	font-size: 10px;
	padding: 13px 10px;
}

.rmc-cart-widget table.shop_table td {
	border-top: 1px solid var(--rmc-line);
	padding: 18px 10px;
	vertical-align: middle;
}

.rmc-cart-widget table.shop_table tbody tr:first-child td {
	border-top: 0;
}

.rmc-cart-widget td.product-remove {
	padding-left: 14px;
	width: 34px;
}

.rmc-cart-widget td.product-remove a.remove {
	align-items: center;
	background: transparent;
	color: #77808b;
	display: flex;
	font-size: 22px;
	height: 44px;
	justify-content: center;
	width: 30px;
}

.rmc-cart-widget td.product-remove a.remove:hover {
	background: transparent;
	color: #a51d1d;
}

.rmc-cart-widget td.product-thumbnail {
	width: 84px;
}

.rmc-cart-widget td.product-thumbnail img {
	background: #f7f7f5;
	border: 1px solid var(--rmc-line);
	border-radius: 3px;
	height: 70px;
	object-fit: contain;
	padding: 5px;
	width: 70px;
}

.rmc-cart-widget td.product-name {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.rmc-cart-widget td.product-name a {
	color: var(--rmc-ink) !important;
}

.rmc-cart-widget .variation {
	color: var(--rmc-muted);
	font-size: 11px;
	font-weight: 500;
	margin-top: 7px;
}

.rmc-cart-widget .variation dt,
.rmc-cart-widget .variation dd {
	line-height: 1.4;
	margin: 0 4px 0 0;
}

.rmc-cart-widget td.product-price,
.rmc-cart-widget td.product-subtotal {
	font-family: var(--rmc-mono);
	font-size: 13px;
	white-space: nowrap;
}

.rmc-cart-widget td.product-quantity .qty {
	min-height: 42px;
	text-align: center;
	width: 68px;
}

.rmc-cart-widget td.actions {
	background: #fafaf8;
	padding: 14px;
}

.rmc-cart-widget td.actions .coupon {
	display: flex;
	gap: 8px;
}

.rmc-cart-widget td.actions .coupon input {
	margin: 0;
	max-width: 180px;
}

.rmc-cart-widget td.actions > .button {
	background: var(--rmc-white);
	border-color: #b9bec5;
	color: var(--rmc-ink);
	float: right;
}

.rmc-cart-widget td.actions > .button:hover {
	background: var(--rmc-ink);
	border-color: var(--rmc-ink);
	color: var(--rmc-white);
}

.rmc-cart-widget .coupon.e-cart-section {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	margin-top: 14px;
	padding: 14px;
}

.rmc-cart-widget .coupon.e-cart-section .form-row {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
}

.rmc-cart-widget .coupon.e-cart-section .coupon-col-start {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	width: auto;
}

.rmc-cart-widget .coupon.e-cart-section .coupon-col-end {
	grid-column: 2;
	grid-row: 1;
	width: auto;
}

.rmc-cart-widget .coupon.e-cart-section .e-apply-coupon {
	min-width: 120px;
	width: auto;
}

.rmc-cart-widget .coupon.e-cart-section input {
	margin: 0;
	width: 100%;
}

.rmc-cart-widget .cart_totals {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	padding: 22px;
	position: sticky;
	top: 20px;
	width: 100%;
}

.rmc-cart-widget .cart_totals h2 {
	border-bottom: 1px solid var(--rmc-line);
	font-size: 17px;
	margin: 0 0 12px;
	padding-bottom: 14px;
}

.rmc-cart-widget .cart_totals table {
	border: 0;
	margin: 0 0 14px;
}

.rmc-cart-widget .cart_totals table th,
.rmc-cart-widget .cart_totals table td {
	border: 0;
	border-bottom: 1px solid #eceeea;
	font-size: 13px;
	padding: 13px 0;
	vertical-align: top;
}

.rmc-cart-widget .cart_totals table td {
	text-align: right;
}

.rmc-cart-widget .cart_totals .order-total th,
.rmc-cart-widget .cart_totals .order-total td {
	color: var(--rmc-ink);
	font-size: 16px;
}

.rmc-cart-widget .wc-proceed-to-checkout {
	padding: 12px 0 0;
}

.rmc-cart-widget .checkout-button {
	background: var(--rmc-orange) !important;
	border-color: var(--rmc-orange) !important;
	color: var(--rmc-white) !important;
	font-size: 15px;
	margin: 0;
	width: 100%;
}

.rmc-cart-widget .checkout-button:hover {
	background: var(--rmc-orange-hover) !important;
	border-color: var(--rmc-orange-hover) !important;
}

.rmc-cart-widget .shipping-calculator-button {
	color: var(--rmc-orange-hover) !important;
	font-weight: 700;
}

.rmc-cart-widget button[name="update_cart"]:disabled {
	background: #e5e7eb !important;
	border-color: #d1d5db !important;
	color: #4b5563 !important;
	opacity: 1;
}

.rmc-cart-widget .woocommerce-shipping-methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rmc-cart-widget .woocommerce-shipping-methods li {
	font-size: 12px;
	margin: 5px 0;
	text-align: left;
}

.rmc-cart-widget .cross-sells {
	display: none;
}

.woocommerce-cart .cart-empty {
	float: none;
	grid-column: 1 / -1;
	margin: 0;
	width: 100%;
}

.woocommerce-cart .return-to-shop {
	grid-column: 1 / -1;
	margin: 14px 0 0;
}

.rmc-cart-recommendations {
	margin-top: 44px;
}

.woocommerce-checkout .rmc-checkout-widget form.checkout {
	display: block;
}

.woocommerce-checkout .rmc-checkout-widget .e-checkout__container {
	align-items: start;
	display: grid !important;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 390px !important;
	width: 100%;
}

.woocommerce-checkout .rmc-checkout-widget .e-checkout__column {
	min-width: 0;
	width: auto;
}

.woocommerce-checkout .rmc-checkout-widget .e-checkout__column-end {
	position: sticky;
	top: 20px;
}

.woocommerce-checkout #customer_details {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	grid-column: 1;
	grid-row: 1 / span 3;
	padding: 24px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
	align-self: end;
	font-size: 20px;
	grid-row: 1;
	margin: 0;
}

.woocommerce-checkout #order_review {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	grid-row: 2;
	padding: 22px;
	position: sticky;
	top: 20px;
}

.woocommerce-checkout .form-row label {
	color: var(--rmc-ink);
	font-size: 12px;
	font-weight: 800;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	background: #f3f4f2;
}

.woocommerce-checkout #place_order {
	background: var(--rmc-orange) !important;
	border-color: var(--rmc-orange) !important;
	color: var(--rmc-white) !important;
}

.woocommerce-checkout #place_order:hover {
	background: var(--rmc-orange-hover) !important;
	border-color: var(--rmc-orange-hover) !important;
}

.rmc-flow-steps--thankyou,
.rmc-thankyou-extra {
	display: none;
}

body.woocommerce-order-received .rmc-flow-steps--checkout,
body.woocommerce-order-received .rmc-checkout-trust,
body.woocommerce-order-received .rmc-checkout-titlebar {
	display: none;
}

body.woocommerce-order-received .rmc-flow-steps--thankyou,
body.woocommerce-order-received .rmc-thankyou-extra {
	display: block;
}

body.woocommerce-order-received .rmc-flow-page {
	padding-top: 34px;
}

body.woocommerce-order-received .rmc-flow-steps--thankyou {
	margin-top: 0;
}

body.woocommerce-order-received .rmc-checkout-widget .woocommerce-order {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	padding: 28px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
	background: #edf8f1;
	border-left: 4px solid var(--rmc-success);
	border-radius: 3px;
	color: var(--rmc-ink) !important;
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 20px;
	padding: 16px 18px;
}

body.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 24px;
	padding: 0;
}

body.woocommerce-order-received .woocommerce-order-overview li {
	background: #f5f5f2;
	border: 0;
	color: #4b5563 !important;
	float: none;
	font-size: 11px;
	margin: 0;
	min-width: 0;
	padding: 14px;
}

body.woocommerce-order-received .woocommerce-order-overview li strong,
body.woocommerce-order-received .woocommerce-order-overview li bdi,
body.woocommerce-order-received .woocommerce-order-overview li .woocommerce-Price-currencySymbol {
	color: var(--rmc-ink) !important;
	font-size: 13px;
}

body.woocommerce-order-received .woocommerce-order-overview__order {
	grid-column: 1;
}

body.woocommerce-order-received .woocommerce-order-overview__date {
	grid-column: 2;
}

body.woocommerce-order-received .woocommerce-order-overview__total {
	grid-column: 3;
}

body.woocommerce-order-received .woocommerce-order-overview__payment-method {
	grid-column: 4;
}

body.woocommerce-order-received .woocommerce-bacs-bank-details {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: var(--rmc-radius);
	color: var(--rmc-text);
	margin: 0 0 24px;
	padding: 16px 18px;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .rmc-order-company-details {
	margin: 26px 0 0;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
	font-size: 24px;
	margin: 0 0 14px;
}

body.woocommerce-order-received table.shop_table {
	border: 1px solid var(--rmc-line);
	border-collapse: separate;
	border-radius: var(--rmc-radius);
	margin: 0;
	overflow: hidden;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
	border-color: var(--rmc-line);
	padding: 12px 14px;
}

body.woocommerce-order-received table.shop_table a {
	color: var(--rmc-orange-hover);
	font-weight: 700;
}

body.woocommerce-order-received address {
	background: #f7f7f5;
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	color: var(--rmc-text);
	font-style: normal;
	line-height: 1.65;
	padding: 18px;
}

.rmc-checkout-trust {
	margin-top: 28px;
}

.rmc-checkout-trust > .elementor-container {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rmc-checkout-trust-card {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	padding: 20px;
	width: 100%;
}

.rmc-checkout-trust-card .elementor-icon {
	color: var(--rmc-orange);
	font-size: 20px;
}

.rmc-checkout-trust-card .elementor-heading-title {
	font-size: 15px;
}

.rmc-checkout-trust-card p {
	color: var(--rmc-muted);
	font-size: 12px;
	line-height: 1.5;
	margin: 4px 0 0;
}

.rmc-thankyou-next,
.rmc-thankyou-actions,
.rmc-thankyou-products {
	background: var(--rmc-paper);
	padding: 48px 20px;
}

.rmc-thankyou-next > .elementor-container,
.rmc-thankyou-help > .elementor-container,
.rmc-thankyou-actions > .elementor-container,
.rmc-thankyou-products > .elementor-container {
	margin-inline: auto;
	max-width: var(--rmc-container);
	width: 100%;
}

.rmc-thankyou-track-title .elementor-heading-title {
	font-size: 28px;
}

.rmc-thankyou-track > .elementor-container {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rmc-thankyou-step {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-top: 3px solid var(--rmc-orange);
	border-radius: var(--rmc-radius);
	padding: 20px;
	width: 100%;
}

.rmc-thankyou-step .elementor-heading-title {
	font-size: 15px;
}

.rmc-thankyou-step p {
	color: var(--rmc-muted);
	font-size: 12px;
	line-height: 1.5;
}

.rmc-thankyou-dot .elementor-heading-title {
	color: var(--rmc-orange);
	font-family: var(--rmc-mono);
	font-size: 13px;
}

.rmc-thankyou-help {
	background: var(--rmc-ink);
	padding: 44px 20px;
}

.rmc-thankyou-help > .elementor-container {
	align-items: center;
	gap: 28px;
}

.rmc-thankyou-help-title .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 28px;
}

.rmc-thankyou-help .rmc-lede,
.rmc-thankyou-help .rmc-lede p {
	color: #d6dae0 !important;
}

.rmc-thankyou-help-actions > .elementor-widget-wrap,
.rmc-thankyou-actions > .elementor-container > .elementor-column > .elementor-widget-wrap {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.rmc-woo-hero {
	background: var(--rmc-ink);
	padding: 44px 20px;
}

.rmc-woo-hero .elementor-heading-title {
	color: var(--rmc-white);
}

.rmc-woo-page .woocommerce {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	margin-inline: auto;
	max-width: 900px;
	padding: 30px;
}

.rmc-woo-page .woocommerce form.login,
.rmc-woo-page .woocommerce form.register {
	border: 0;
	margin: 0;
	padding: 0;
}

.rmc-woo-page .woocommerce-LostPassword a {
	color: var(--rmc-orange-hover);
	font-weight: 700;
}

.rmc-woo-page .woocommerce .woocommerce-button {
	background: var(--rmc-orange) !important;
	border-color: var(--rmc-orange) !important;
	color: var(--rmc-white) !important;
}

.rmc-woo-hero .elementor-widget-text-editor {
	color: #d6dae0;
}

.rmc-woo-page .woocommerce-LostPassword a {
	color: var(--rmc-orange-hover) !important;
}

.rmc-single-hero .woocommerce-breadcrumb,
.rmc-single-hero .woocommerce-breadcrumb a {
	color: #d6dae0;
}

body.rmc-site .is-on-dark .rmc-eyebrow .elementor-heading-title,
body.rmc-site .rmc-legal-hero .rmc-eyebrow .elementor-heading-title {
	color: #ffb37e;
}

body.home .rmc-sec:not(.is-on-dark) .rmc-lede {
	color: #4b5563;
}

/* Legal, search and 404 */
.rmc-legal-hero {
	background: var(--rmc-ink);
	padding: 64px 20px 54px;
}

.rmc-legal-hero > .elementor-container,
.rmc-legal-body > .elementor-container,
.rmc-404-layout > .elementor-container {
	margin-inline: auto;
	max-width: 920px;
	width: 100%;
}

.rmc-legal-title .elementor-heading-title {
	color: var(--rmc-white);
	font-size: 46px;
}

.rmc-legal-hero .elementor-widget-text-editor {
	color: #c8cdd4;
}

.rmc-legal-body {
	background: var(--rmc-paper);
	padding: 64px 20px 78px;
}

.rmc-legal-content {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	padding: 38px;
}

.rmc-legal-content h2 {
	font-size: 22px;
	margin: 30px 0 10px;
}

.rmc-legal-content h2:first-of-type {
	margin-top: 16px;
}

.rmc-404-main {
	background: var(--rmc-paper);
}

.rmc-404-layout {
	background: var(--rmc-paper);
	min-height: 620px;
	padding: 100px 20px;
	text-align: center;
}

.rmc-404-layout > .elementor-container {
	background: var(--rmc-white);
	border: 1px solid var(--rmc-line);
	border-radius: var(--rmc-radius);
	box-shadow: var(--rmc-shadow);
	padding: 54px;
}

.rmc-404-code .elementor-heading-title {
	color: var(--rmc-orange);
	font-family: var(--rmc-mono);
	font-size: 18px;
}

.rmc-404-title .elementor-heading-title {
	font-size: 46px;
}

.rmc-404-copy {
	color: var(--rmc-muted);
	margin-inline: auto;
	max-width: 560px;
}

.rmc-404-search {
	margin: 24px auto 18px;
	max-width: 560px;
}

.rmc-404-search .elementor-search-form__container {
	border: 1px solid #cfd4da;
	border-radius: var(--rmc-radius);
	overflow: hidden;
}

.rmc-404-search .elementor-search-form__input {
	border: 0;
}

.rmc-404-search .elementor-search-form__submit {
	background: var(--rmc-orange);
	color: var(--rmc-white);
	min-width: 100px;
}

body.search .site-main {
	margin-inline: auto;
	max-width: var(--rmc-container);
	padding: 60px 20px 80px;
}

/* Responsive */
@media (max-width: 1279px) {
	:root {
		--rmc-container: 1120px;
	}

	.rmc-hero-title .elementor-heading-title {
		font-size: 50px;
	}

	.rmc-project-title .elementor-heading-title {
		font-size: 34px;
	}

	.rmc-product-title .elementor-heading-title {
		font-size: 32px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	:root {
		--rmc-container: 944px;
	}

	.rmc-topbar > .elementor-container,
	.rmc-header > .elementor-container,
	.rmc-foot > .elementor-container,
	.rmc-foot-legal > .elementor-container {
		padding-inline: 18px;
	}

	.rmc-header > .elementor-container {
		min-height: 68px;
	}

	.rmc-header .elementor-nav-menu--main .elementor-item {
		font-size: 13px;
		padding-inline: 8px;
	}

	body.rmc-site ul.products,
	body.home .rmc-products-widget ul.products,
	body.single-product .rmc-product-related-widget ul.products,
	body.woocommerce-cart .rmc-flow-products-widget ul.products,
	body.post-type-archive-product .rmc-shop-products ul.products,
	body.tax-product_cat .rmc-shop-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.rmc-site ul.products li.product:not(.product-category) img {
		aspect-ratio: 4 / 3;
		padding: 14px;
	}

	body.home .rmc-hero {
		min-height: 500px;
		padding: 0;
	}

	body.home .rmc-hero > .elementor-container {
		display: flex;
		flex-wrap: nowrap;
		gap: 32px;
		padding: 50px 20px 46px;
	}

	.rmc-hero-copy {
		flex: 0 0 calc(52% - 16px);
		width: calc(52% - 16px);
	}

	.rmc-hero-visual {
		flex: 0 0 calc(48% - 16px);
		width: calc(48% - 16px);
	}

	.rmc-hero-title .elementor-heading-title {
		font-size: 42px;
	}

	.rmc-hero-copy .rmc-lede {
		font-size: 16px;
	}

	.rmc-hero-photo img {
		height: 330px;
	}

	.rmc-feat > .elementor-container {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 16px 20px;
	}

	.rmc-feat-item {
		border-bottom: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.12);
		padding: 12px 14px;
		width: 100% !important;
	}

	.rmc-feat-item:last-child {
		border-right: 0;
	}

	.rmc-feat-item:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.rmc-feat-item > .elementor-widget-wrap {
		align-content: start;
		display: grid;
		gap: 4px 10px;
		grid-template-columns: 22px minmax(0, 1fr);
		grid-template-rows: auto auto;
	}

	.rmc-feat-item .elementor-widget-icon {
		grid-column: 1;
		grid-row: 1;
		margin: 0 !important;
	}

	.rmc-feat-item .elementor-widget-heading {
		align-self: center;
		grid-column: 2;
		grid-row: 1;
		margin: 0 !important;
	}

	.rmc-feat-item .elementor-widget-text-editor {
		grid-column: 2;
		grid-row: 2;
		margin: 0 !important;
	}

	.rmc-feat-item .elementor-icon {
		font-size: 18px;
	}

	.rmc-feat-item .elementor-heading-title {
		font-size: 13px;
	}

	.rmc-feat-item p {
		font-size: 11.5px;
		line-height: 1.45;
	}

	body.home .rmc-sec {
		padding-block: 58px;
	}

	body.home .rmc-cat-widget ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .rmc-cat-widget ul.products li.product-category,
	body.home .rmc-cat-widget ul.products li.product-category img {
		height: 230px;
		min-height: 230px;
	}

	.rmc-layher > .elementor-container {
		display: grid;
		gap: 28px;
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
	}

	.rmc-project-offer > .elementor-container {
		display: grid;
		gap: 22px;
		grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	}

	.rmc-cta > .elementor-container {
		display: flex;
		flex-wrap: nowrap;
		gap: 24px;
	}

	.rmc-cta > .elementor-container > .elementor-column {
		flex: 0 0 calc(50% - 12px);
		width: calc(50% - 12px);
	}

	.rmc-cta-actions > .elementor-container {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rmc-cta-actions .elementor-column,
	.rmc-cta-actions .elementor-button {
		width: 100% !important;
	}

	.rmc-layher-img img {
		height: 310px;
	}

	.rmc-project-offer-copy,
	.rmc-project-offer-panel {
		padding: 26px;
	}

	.rmc-steps > .elementor-container,
	.rmc-guarantees-grid > .elementor-container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-step,
	.rmc-guarantee-card {
		flex: none;
		width: 100% !important;
	}

	.rmc-shop > .elementor-container {
		display: block;
		padding: 34px 20px 60px;
	}

	.rmc-shop-hero > .elementor-container {
		padding: 42px 20px 34px;
	}

	.rmc-shop-pills .elementor-icon-list-items {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.rmc-shop-pills .elementor-icon-list-item {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.rmc-shop-sidebar {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: min(390px, calc(100vw - 32px));
		z-index: 1002;
	}

	body.rmc-filter-open {
		overflow: hidden;
	}

	body.rmc-filter-open .rmc-shop-sidebar {
		display: block;
		height: 100dvh;
		overflow-y: auto;
	}

	body.rmc-filter-open .rmc-shop-filter-panel > .elementor-widget-wrap {
		display: flex;
		flex-direction: column;
		min-height: 100dvh;
	}

	body.rmc-filter-open .rmc-filter-overlay {
		background: rgba(9, 11, 14, 0.58);
		display: block;
		inset: 0;
		position: fixed;
		z-index: 1001;
	}

	.rmc-filter-mobile-toggle,
	.rmc-filter-mobile-close {
		align-items: center;
		display: inline-flex;
	}

	.rmc-filter-mobile-toggle {
		background: var(--rmc-white);
		border: 1px solid #cfd4da;
		border-radius: var(--rmc-radius);
		color: var(--rmc-ink);
		font-family: var(--rmc-font);
		font-size: 13px;
		font-weight: 800;
		gap: 8px;
		margin-bottom: 18px;
		min-height: 44px;
		padding: 10px 14px;
	}

	.rmc-filter-mobile-toggle:hover {
		background: #f3f4f6;
		border-color: #b9bec5;
		color: var(--rmc-ink);
		transform: none;
	}

	.rmc-filter-mobile-toggle svg {
		height: 18px;
		width: 18px;
	}

	.rmc-filter-mobile-toggle b {
		align-items: center;
		background: var(--rmc-orange);
		border-radius: 20px;
		color: var(--rmc-white);
		display: inline-flex;
		font-family: var(--rmc-mono);
		font-size: 10px;
		height: 20px;
		justify-content: center;
		min-width: 20px;
		padding: 0 5px;
	}

	.rmc-filter-mobile-close {
		background: transparent;
		border: 0;
		color: var(--rmc-ink);
		font-size: 24px;
		height: 44px;
		justify-content: center;
		margin-left: auto;
		width: 44px;
	}

	.rmc-shop-main {
		width: 100%;
	}

	.rmc-shop-main-head > .elementor-container {
		display: grid;
		grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
	}

	.rmc-shop-main-head .elementor-column {
		min-width: 0;
		width: 100%;
	}

	.rmc-shop-main > .elementor-widget-wrap::before {
		content: "";
		display: block;
		height: 62px;
		width: 100%;
	}

	.rmc-shop-filter-panel + .rmc-shop-main > .elementor-widget-wrap::before {
		display: none;
	}

	.rmc-shop-filter-panel > .elementor-widget-wrap {
		border-radius: 0;
		min-height: 100dvh;
	}

	.rmc-filter-foot {
		background: var(--rmc-white);
		bottom: 0;
		margin-top: auto;
		position: sticky;
		z-index: 3;
	}

	.rmc-shop-help,
	.rmc-shop-filter-title,
	.rmc-shop-filter-copy {
		display: none;
	}

	.rmc-single-main > .elementor-container {
		display: flex;
		flex-wrap: nowrap;
		gap: 28px;
	}

	.rmc-product-gallery-col,
	.rmc-product-summary-col {
		flex: 0 0 calc(50% - 14px);
		width: calc(50% - 14px);
	}

	.rmc-product-summary-col > .elementor-widget-wrap {
		padding: 24px;
	}

	.rmc-product-title .elementor-heading-title {
		font-size: 28px;
	}

	.rmc-product-gallery-widget .woocommerce-product-gallery {
		padding: 16px;
	}

	.rmc-product-trust > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-cart-widget .woocommerce,
	.woocommerce-checkout .rmc-checkout-widget form.checkout {
		display: block;
	}

	.rmc-cart-widget .e-cart__container,
	.woocommerce-checkout .rmc-checkout-widget .e-checkout__container {
		display: block !important;
	}

	.rmc-cart-widget .e-cart__column-end,
	.woocommerce-checkout .rmc-checkout-widget .e-checkout__column-end {
		margin-top: 20px;
		position: static;
	}

	.rmc-cart-widget .cart-collaterals,
	.woocommerce-checkout #order_review {
		margin-top: 20px;
	}

	.rmc-cart-widget .cart_totals,
	.woocommerce-checkout #order_review {
		position: static;
	}
}

@media (max-width: 900px) {
	.rmc-topbar {
		display: none;
	}

	.rmc-header > .elementor-container {
		min-height: 62px;
	}

	.rmc-header .elementor-element-3eb06bb,
	.rmc-header .elementor-element-b75dfae {
		display: none;
	}

	.rmc-header .elementor-element-8e4e15d {
		width: 100%;
	}

	.rmc-header .elementor-element-8e4e15d > .elementor-widget-wrap {
		display: grid;
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) 44px 44px;
		width: 100%;
	}

	.rmc-header .elementor-element-8e4e15d > .elementor-widget-wrap > .rmc-logo-img {
		justify-self: start;
		min-width: 0;
	}

	.rmc-mobile-cart,
	.rmc-mobile-menu {
		display: block !important;
		width: 44px;
	}

	.rmc-mobile-cart .elementor-menu-cart__toggle_button {
		background: transparent;
		border: 0;
	}

	.rmc-mobile-cart .elementor-button-text {
		display: none;
	}

	.rmc-mobile-menu .elementor-nav-menu--main {
		display: none;
	}

	.rmc-mobile-menu .elementor-menu-toggle {
		display: flex;
	}

	.rmc-mobile-menu .elementor-nav-menu--dropdown {
		left: 0;
		position: fixed;
		right: 0;
		top: 62px;
		width: 100vw;
	}

	body.home .rmc-hero {
		min-height: auto;
	}

	body.home .rmc-hero > .elementor-container {
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding: 42px 20px 34px;
	}

	.rmc-hero-copy,
	.rmc-hero-visual {
		flex: 0 0 auto;
		width: 100%;
	}

	.rmc-hero-copy {
		max-width: 680px;
	}

	.rmc-hero-visual {
		margin-inline: auto;
		max-width: 640px;
	}

	.rmc-hero-photo img {
		height: 255px;
	}

	.rmc-feat > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 10px 20px;
	}

	.rmc-feat-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		border-right: 0;
		min-height: 96px;
		padding: 10px 12px;
	}

	.rmc-feat-item:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.12);
	}

	.rmc-feat-item:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.rmc-feat-item p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.rmc-layher > .elementor-container,
	.rmc-project-offer > .elementor-container {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.rmc-layher > .elementor-container > .elementor-column,
	.rmc-project-offer > .elementor-container > .elementor-column {
		width: 100% !important;
	}

	.rmc-layher-img img {
		height: 300px;
	}

	.rmc-project-offer-panel {
		margin-top: 0;
	}

	.rmc-cta > .elementor-container {
		display: block;
		padding: 30px 20px;
	}

	.rmc-cta > .elementor-container > .elementor-column {
		width: 100% !important;
	}

	.rmc-cta-actions {
		margin-top: 18px;
	}

	.rmc-cta-actions > .elementor-container {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rmc-cta-actions .elementor-column,
	.rmc-cta-actions .elementor-button {
		width: 100% !important;
	}

}

@media (max-width: 767px) {
	body.rmc-site {
		font-size: 15px;
	}

	.rmc-topbar {
		display: none;
	}

	.rmc-header {
		width: 100%;
	}

	.rmc-header > .elementor-container {
		flex-wrap: nowrap;
		min-height: 62px;
		padding-inline: 14px;
		width: 100%;
	}

	.rmc-header .elementor-column,
	.rmc-header .elementor-widget-wrap,
	.rmc-header .elementor-element {
		min-width: 0;
	}

	.rmc-logo-img img {
		max-height: 34px;
		width: 112px;
	}

	.rmc-header .rmc-icon-link {
		display: none;
	}

	.rmc-mobile-cart,
	.rmc-mobile-menu {
		flex: 0 0 44px;
		width: 44px;
	}

	.rmc-foot {
		padding: 34px 0 24px;
	}

	.rmc-foot > .elementor-container {
		display: grid;
		gap: 22px 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-inline: 18px;
	}

	.rmc-foot .elementor-column {
		width: 100%;
	}

	.rmc-foot .elementor-column:first-child {
		grid-column: 1 / -1;
	}

	.rmc-foot .elementor-column:last-child {
		grid-column: 1 / -1;
	}

	.rmc-foot .rmc-logo-img img {
		max-height: 32px;
		width: 120px;
	}

	.rmc-foot p,
	.rmc-foot .elementor-icon-list-text {
		font-size: 12.5px;
		line-height: 1.5;
	}

	.rmc-foot .elementor-heading-title {
		font-size: 13px;
		margin-bottom: 6px;
	}

	.rmc-foot .elementor-icon-list-item {
		min-height: 24px;
		padding: 2px 0;
	}

	.rmc-foot-legal {
		padding: 12px 0;
	}

	.rmc-foot-legal > .elementor-container {
		display: block;
		padding-inline: 18px;
	}

	.rmc-foot-legal .elementor-column {
		width: 100%;
	}

	.rmc-h2 .elementor-heading-title,
	.rmc-h2.elementor-widget-heading .elementor-heading-title {
		font-size: 30px;
	}

	body.rmc-site ul.products,
	body.home .rmc-products-widget ul.products,
	body.single-product .rmc-product-related-widget ul.products,
	body.woocommerce-cart .rmc-flow-products-widget ul.products,
	body.post-type-archive-product .rmc-shop-products ul.products,
	body.tax-product_cat .rmc-shop-products ul.products {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.rmc-site ul.products li.product:not(.product-category) {
		padding: 0 12px 13px;
	}

	body.rmc-site ul.products li.product:not(.product-category) img {
		aspect-ratio: 4 / 3;
		margin: 0 -12px 12px;
		max-width: calc(100% + 24px);
		padding: 10px;
		width: calc(100% + 24px);
	}

	body.rmc-site ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
		font-size: 14px;
		min-height: 37px;
	}

	body.rmc-site ul.products li.product:not(.product-category) .price {
		font-size: 13px;
	}

	body.rmc-site ul.products li.product:not(.product-category) .button {
		font-size: 12px;
		min-height: 40px;
		padding-inline: 8px;
	}

	body.home .rmc-hero {
		min-height: auto;
		padding: 0;
	}

	body.home .rmc-hero > .elementor-container {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 36px 18px 30px;
	}

	.rmc-hero-copy,
	.rmc-hero-visual {
		width: 100%;
	}

	.rmc-hero-copy {
		order: 1;
	}

	.rmc-hero-visual {
		order: 2;
	}

	.rmc-hero-title .elementor-heading-title {
		font-size: 36px;
	}

	.rmc-hero-copy .rmc-lede {
		font-size: 15px;
		line-height: 1.55;
	}

	.rmc-hero-actions > .elementor-container {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	.rmc-hero-actions .elementor-column,
	.rmc-hero-actions .elementor-button {
		width: 100%;
	}

	.rmc-hero-photo img {
		height: 230px;
	}

	.rmc-proof-pills {
		margin: 8px 0 4px;
	}

	.rmc-proof-pills .elementor-icon-list-item,
	.rmc-cbanner-chips .elementor-icon-list-item {
		min-height: 36px;
		padding: 7px 8px;
	}

	.rmc-feat {
		padding: 0;
	}

	.rmc-feat > .elementor-container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 10px 14px;
	}

	.rmc-feat-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		border-right: 0;
		padding: 12px 8px;
		width: 100% !important;
	}

	.rmc-feat-item:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.12);
	}

	.rmc-feat-item:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.rmc-feat-item > .elementor-widget-wrap {
		align-content: start;
		display: grid;
		gap: 4px 8px;
		grid-template-columns: 20px minmax(0, 1fr);
		grid-template-rows: auto auto;
	}

	.rmc-feat-item .elementor-widget-icon {
		grid-column: 1;
		grid-row: 1;
		margin: 0 !important;
	}

	.rmc-feat-item .elementor-widget-heading {
		align-self: center;
		grid-column: 2;
		grid-row: 1;
		margin: 0 !important;
	}

	.rmc-feat-item .elementor-widget-text-editor {
		grid-column: 2;
		grid-row: 2;
		margin: 0 !important;
	}

	.rmc-feat-item .elementor-icon {
		font-size: 18px;
	}

	body.home .rmc-sec {
		padding: 38px 18px;
	}

	.rmc-sec-head {
		margin-bottom: 20px;
	}

	.rmc-sec-head > .elementor-container {
		display: block;
	}

	body.home .rmc-cat-widget ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .rmc-cat-widget ul.products li.product-category,
	body.home .rmc-cat-widget ul.products li.product-category img {
		height: 170px;
		min-height: 170px;
	}

	body.home .rmc-cat-widget ul.products li.product-category .woocommerce-loop-category__title {
		font-size: 14px;
		padding: 14px;
	}

	body.home .rmc-cat-widget ul.products li.product-category mark {
		font-size: 10px;
	}

	.rmc-layher > .elementor-container,
	.rmc-project-offer > .elementor-container,
	.rmc-cta > .elementor-container {
		display: block;
	}

	.rmc-layher .elementor-column,
	.rmc-project-offer .elementor-column,
	.rmc-cta .elementor-column {
		width: 100% !important;
	}

	.rmc-layher-img img {
		height: 240px;
		margin-top: 0;
	}

	.rmc-stats {
		padding: 22px 18px;
	}

	.rmc-stats > .elementor-container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-stats .elementor-column {
		border-bottom: 1px solid var(--rmc-line);
		border-right: 0;
		padding: 13px 8px;
		width: 100%;
	}

	.rmc-stats .elementor-column:nth-child(odd) {
		border-right: 1px solid var(--rmc-line);
	}

	.rmc-stats .elementor-column:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.rmc-stat-number .elementor-heading-title {
		font-size: 26px;
	}

	.rmc-project-offer-copy,
	.rmc-project-offer-panel {
		padding: 20px;
	}

	.rmc-project-offer-panel {
		margin-top: 0;
	}

	.rmc-project-title .elementor-heading-title {
		font-size: 28px;
	}

	.rmc-project-offer-actions > .elementor-container {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.rmc-project-offer-actions .elementor-column,
	.rmc-project-offer-actions .elementor-button {
		width: 100%;
	}

	.rmc-steps > .elementor-container,
	.rmc-guarantees-grid > .elementor-container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-step,
	.rmc-guarantee-card {
		padding: 16px;
		width: 100% !important;
	}

	.rmc-step .elementor-heading-title,
	.rmc-guarantee-card .elementor-heading-title {
		font-size: 15px;
	}

	.rmc-step p,
	.rmc-guarantee-card p {
		font-size: 12px;
		line-height: 1.45;
	}

	.rmc-cta {
		padding: 0;
	}

	.rmc-cta-actions {
		margin-top: 18px;
	}

	.rmc-cta-actions > .elementor-container {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	.rmc-cta-actions .elementor-column,
	.rmc-cta-actions .elementor-button {
		width: 100% !important;
	}

	.rmc-shop-hero {
		padding: 0;
	}

	.rmc-shop-hero > .elementor-container {
		padding: 34px 18px 28px;
	}

	.rmc-shop-title .elementor-heading-title {
		font-size: 34px;
	}

	.rmc-shop-lede {
		font-size: 15px;
		line-height: 1.55;
	}

	.rmc-shop-proof .elementor-icon-list-items {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-shop-pills .elementor-icon-list-items {
		flex-wrap: nowrap;
		margin-inline: 0;
		overflow-x: auto;
		padding: 0 0 8px;
		scrollbar-width: thin;
	}

	.rmc-shop-pills .elementor-icon-list-item,
	.rmc-shop-pills a {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.rmc-shop {
		padding: 0;
	}

	.rmc-shop > .elementor-container {
		display: block;
		padding: 28px 18px 48px;
	}

	.rmc-shop-sidebar {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: min(390px, calc(100vw - 24px));
		z-index: 1002;
	}

	body.rmc-filter-open {
		overflow: hidden;
	}

	body.rmc-filter-open .rmc-shop-sidebar {
		display: block;
		height: 100dvh;
		overflow-y: auto;
	}

	body.rmc-filter-open .rmc-shop-filter-panel > .elementor-widget-wrap {
		display: flex;
		flex-direction: column;
		min-height: 100dvh;
	}

	body.rmc-filter-open .rmc-filter-overlay {
		background: rgba(9, 11, 14, 0.58);
		display: block;
		inset: 0;
		position: fixed;
		z-index: 1001;
	}

	.rmc-filter-mobile-toggle {
		align-items: center;
		background: var(--rmc-white);
		border: 1px solid #cfd4da;
		border-radius: var(--rmc-radius);
		color: var(--rmc-ink);
		display: inline-flex;
		font-family: var(--rmc-font);
		font-size: 13px;
		font-weight: 800;
		gap: 8px;
		margin-bottom: 20px;
		min-height: 44px;
		padding: 10px 14px;
	}

	.rmc-filter-mobile-toggle svg {
		height: 18px;
		width: 18px;
	}

	.rmc-filter-mobile-toggle b {
		align-items: center;
		background: var(--rmc-orange);
		border-radius: 20px;
		color: var(--rmc-white);
		display: inline-flex;
		font-family: var(--rmc-mono);
		font-size: 10px;
		height: 20px;
		justify-content: center;
		min-width: 20px;
		padding: 0 5px;
	}

	.rmc-filter-mobile-close {
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--rmc-ink);
		display: flex;
		font-size: 24px;
		height: 44px;
		justify-content: center;
		margin-left: auto;
		width: 44px;
	}

	.rmc-shop-main {
		width: 100%;
	}

	.rmc-shop-main > .elementor-widget-wrap::before {
		content: "";
		display: block;
		height: 60px;
		width: 100%;
	}

	.rmc-shop-filter-panel + .rmc-shop-main > .elementor-widget-wrap::before {
		display: none;
	}

	.rmc-shop-filter-panel > .elementor-widget-wrap {
		border-radius: 0;
		min-height: 100dvh;
	}

	.rmc-filter-foot {
		background: var(--rmc-white);
		bottom: 0;
		margin-top: auto;
		position: sticky;
		z-index: 3;
	}

	.rmc-shop-help,
	.rmc-shop-filter-title,
	.rmc-shop-filter-copy {
		display: none;
	}

	.rmc-shop-main-title .elementor-heading-title {
		font-size: 26px;
	}

	.rmc-shop-notes .elementor-icon-list-items {
		gap: 6px 12px;
	}

	.rmc-shop-products .woocommerce-result-count,
	.rmc-shop-products .woocommerce-ordering {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.rmc-shop-products .woocommerce-ordering select {
		width: 100%;
	}

	.rmc-shop-cta {
		padding: 38px 18px;
	}

	.rmc-shop-cta > .elementor-container {
		display: block;
	}

	.rmc-shop-cta .elementor-column {
		width: 100%;
	}

	.rmc-shop-cta-actions {
		margin-top: 16px;
	}

	.rmc-shop-cta-actions > .elementor-widget-wrap {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	.rmc-shop-cta-actions .elementor-button {
		width: 100%;
	}

	.rmc-single-hero {
		padding: 8px 18px;
	}

	.rmc-single-main {
		padding: 22px 18px 30px;
	}

	.rmc-single-main > .elementor-container {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.rmc-product-gallery-col,
	.rmc-product-summary-col {
		flex-basis: auto;
		width: 100%;
	}

	.rmc-product-gallery-widget .woocommerce-product-gallery {
		padding: 10px;
	}

	.rmc-product-gallery-widget .flex-viewport,
	.rmc-product-gallery-widget .woocommerce-product-gallery__image {
		aspect-ratio: 4 / 3;
		max-height: 320px;
	}

	.rmc-product-gallery-widget .flex-control-thumbs {
		grid-template-columns: repeat(5, minmax(44px, 1fr));
		margin-top: 8px;
		overflow-x: auto;
	}

	.rmc-product-summary-col > .elementor-widget-wrap {
		padding: 22px 20px;
	}

	.rmc-product-title .elementor-heading-title {
		font-size: 27px;
	}

	.rmc-product-price .price {
		font-size: 22px;
	}

	.rmc-product-proof .elementor-icon-list-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-product-atc form.cart:not(.variations_form),
	.rmc-product-atc .woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.rmc-product-atc .single_add_to_cart_button {
		min-width: 0;
		padding-inline: 10px;
	}

	.rmc-product-trust {
		padding: 0 18px 32px;
	}

	.rmc-product-trust > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-product-trust-card {
		padding: 14px;
	}

	.rmc-product-trust-card p {
		font-size: 11.5px;
		line-height: 1.4;
	}

	.rmc-product-tabs-shell,
	.rmc-product-related-shell {
		padding: 40px 18px;
	}

	.rmc-product-tabs .woocommerce-tabs ul.tabs {
		gap: 18px;
		margin-bottom: 20px;
	}

	.rmc-product-tabs .woocommerce-Tabs-panel {
		font-size: 14px;
	}

	.rmc-product-tabs .woocommerce-Tabs-panel h2 {
		font-size: 22px;
	}

	.rmc-product-tabs table.shop_attributes {
		display: table;
		font-size: 12px;
		table-layout: fixed;
		width: 100%;
	}

	.rmc-product-tabs table.shop_attributes tbody {
		display: table-row-group;
	}

	.rmc-product-tabs table.shop_attributes tr {
		display: table-row;
	}

	.rmc-product-tabs table.shop_attributes th,
	.rmc-product-tabs table.shop_attributes td {
		display: table-cell;
		padding: 8px 9px;
		vertical-align: top;
		word-break: break-word;
	}

	.rmc-product-tabs table.shop_attributes th {
		width: 40%;
	}

	.rmc-flow-page,
	.rmc-woo-page {
		padding: 28px 14px 46px;
	}

	.rmc-flow-titlebar > .elementor-container {
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.rmc-flow-titlebar .elementor-column,
	.rmc-flow-title-actions {
		width: 100%;
	}

	.rmc-flow-titlebar .elementor-heading-title,
	.rmc-woo-hero .elementor-heading-title {
		font-size: 32px;
	}

	.rmc-flow-lede {
		font-size: 15px;
	}

	.rmc-flow-back .elementor-button {
		min-height: 42px;
		width: 100%;
	}

	.rmc-flow-steps {
		margin: 16px 0 18px;
	}

	.rmc-flow-steps > .elementor-container {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow: hidden;
	}

	.rmc-flow-steps .elementor-column {
		min-width: 0;
		width: auto;
	}

	.rmc-flow-step .elementor-heading-title {
		flex-direction: column;
		font-size: 9px;
		gap: 4px;
		min-height: 58px;
		padding: 7px 3px;
		white-space: normal;
	}

	.rmc-flow-step .dot {
		height: 22px;
		width: 22px;
	}

	.rmc-cart-widget .woocommerce {
		display: block;
	}

	.rmc-cart-widget .e-cart__container,
	.woocommerce-checkout .rmc-checkout-widget .e-checkout__container {
		display: block !important;
	}

	.rmc-cart-widget .e-cart__column-end,
	.woocommerce-checkout .rmc-checkout-widget .e-checkout__column-end,
	.rmc-cart-widget .cart-collaterals {
		margin-top: 16px;
		position: static;
	}

	.rmc-cart-widget table.shop_table,
	.rmc-cart-widget table.shop_table tbody {
		display: block;
	}

	.rmc-cart-widget table.shop_table thead {
		display: none;
	}

	.rmc-cart-widget table.shop_table tr.cart_item {
		display: grid;
		gap: 6px 10px;
		grid-template-areas:
			"thumb name remove"
			"thumb price subtotal"
			"thumb quantity quantity";
		grid-template-columns: 60px minmax(0, 1fr) auto;
		padding: 12px;
	}

	.rmc-cart-widget table.shop_table tr.cart_item td {
		border: 0;
		display: block;
		padding: 0;
		width: auto;
	}

	.rmc-cart-widget td.product-remove {
		grid-area: remove;
		justify-self: end;
	}

	.rmc-cart-widget td.product-remove a.remove {
		font-size: 20px;
		height: 30px;
		width: 30px;
	}

	.rmc-cart-widget td.product-thumbnail {
		display: block !important;
		grid-area: thumb;
		width: auto;
	}

	.rmc-cart-widget td.product-thumbnail::before {
		display: none !important;
	}

	.rmc-cart-widget td.product-thumbnail img {
		height: 60px;
		width: 60px;
	}

	.rmc-cart-widget td.product-name {
		grid-area: name;
		padding-right: 4px;
		text-align: left !important;
	}

	.rmc-cart-widget td.product-name::before {
		display: none !important;
	}

	.rmc-cart-widget td.product-name a {
		display: block;
		text-align: left;
	}

	.rmc-cart-widget td.product-price {
		color: var(--rmc-muted);
		grid-area: price;
		text-align: left !important;
	}

	.rmc-cart-widget td.product-price::before {
		content: "Preț: ";
		font-family: var(--rmc-font);
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.rmc-cart-widget td.product-quantity {
		align-items: center;
		display: flex;
		grid-area: quantity;
	}

	.rmc-cart-widget td.product-quantity::before {
		content: "Cant.";
		color: var(--rmc-muted);
		font-size: 10px;
		font-weight: 800;
		margin-right: 7px;
		text-transform: uppercase;
	}

	.rmc-cart-widget td.product-quantity .qty {
		min-height: 38px;
		width: 60px;
	}

	.rmc-cart-widget td.product-subtotal {
		align-self: center;
		grid-area: subtotal;
		justify-self: end;
		text-align: right !important;
	}

	.rmc-cart-widget td.product-subtotal::before {
		content: "Total: ";
		font-family: var(--rmc-font);
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.rmc-cart-widget td.actions {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 12px;
	}

	.rmc-cart-widget td.actions .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.rmc-cart-widget td.actions .coupon input {
		max-width: none;
		width: 100%;
	}

	.rmc-cart-widget td.actions > .button {
		float: none;
		width: 100%;
	}

	.rmc-cart-widget .cart_totals {
		padding: 16px;
		position: static;
	}

	.rmc-cart-widget .coupon.e-cart-section .form-row {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.rmc-cart-recommendations,
	body.woocommerce-cart .rmc-flow-products {
		display: none !important;
	}

	.woocommerce-checkout .rmc-checkout-widget form.checkout {
		display: block;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review {
		margin-bottom: 16px;
		padding: 16px;
	}

	.woocommerce-checkout #order_review {
		position: static;
	}

	.rmc-checkout-trust > .elementor-container {
		grid-template-columns: 1fr;
	}

	.rmc-checkout-trust-card {
		padding: 16px;
	}

	.rmc-thankyou-next,
	.rmc-thankyou-actions,
	.rmc-thankyou-products {
		padding: 38px 18px;
	}

	.rmc-thankyou-track > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-thankyou-step {
		padding: 16px;
	}

	.rmc-thankyou-help {
		padding: 38px 18px;
	}

	.rmc-thankyou-help > .elementor-container {
		display: block;
	}

	.rmc-thankyou-help .elementor-column {
		width: 100%;
	}

	.rmc-thankyou-help-actions {
		margin-top: 16px;
	}

	.rmc-thankyou-help-actions > .elementor-widget-wrap,
	.rmc-thankyou-actions > .elementor-container > .elementor-column > .elementor-widget-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.rmc-thankyou-help-actions .elementor-button,
	.rmc-thankyou-actions .elementor-button {
		width: 100%;
	}

	body.woocommerce-order-received .rmc-checkout-widget .woocommerce-order {
		padding: 20px;
	}

	body.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woocommerce-order-received .woocommerce-order-overview__order,
	body.woocommerce-order-received .woocommerce-order-overview__total {
		grid-column: 1;
	}

	body.woocommerce-order-received .woocommerce-order-overview__date,
	body.woocommerce-order-received .woocommerce-order-overview__payment-method {
		grid-column: 2;
	}

	body.woocommerce-order-received .woocommerce-order-details__title,
	body.woocommerce-order-received .woocommerce-column__title {
		font-size: 21px;
	}

	body.woocommerce-order-received table.shop_table th,
	body.woocommerce-order-received table.shop_table td {
		font-size: 12px;
		padding: 9px;
	}

	.rmc-woo-hero {
		padding: 32px 18px;
	}

	.rmc-woo-page .woocommerce {
		padding: 18px;
	}

	.rmc-woo-page .woocommerce-form-login .form-row:last-of-type {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 14px;
	}

	.rmc-woo-page .woocommerce-form-login__submit {
		margin: 0;
	}

	.rmc-legal-hero {
		padding: 42px 18px 36px;
	}

	.rmc-legal-title .elementor-heading-title {
		font-size: 34px;
	}

	.rmc-legal-body {
		padding: 38px 18px 52px;
	}

	.rmc-legal-content {
		padding: 22px 18px;
	}

	.rmc-404-layout {
		min-height: 480px;
		padding: 46px 18px;
	}

	.rmc-404-layout > .elementor-container {
		padding: 30px 18px;
	}

	.rmc-404-title .elementor-heading-title {
		font-size: 34px;
	}
}

@media (max-width: 480px) {
	.rmc-hero-title .elementor-heading-title {
		font-size: 30px;
	}

	.rmc-hero-actions > .elementor-container,
	.rmc-cta-actions > .elementor-container,
	.rmc-shop-cta-actions > .elementor-widget-wrap {
		grid-template-columns: 1fr;
	}

	.rmc-hero-photo img {
		height: 190px;
	}

	body.home .rmc-cat-widget ul.products li.product-category,
	body.home .rmc-cat-widget ul.products li.product-category img {
		height: 142px;
		min-height: 142px;
	}

	.rmc-step,
	.rmc-guarantee-card {
		padding: 14px;
	}

	body.home .rmc-hero > .elementor-container {
		gap: 16px;
		padding: 28px 16px 24px;
	}

	body.home .rmc-hero-copy .rmc-lede {
		font-size: 14px;
		line-height: 1.48;
	}

	.rmc-feat > .elementor-container {
		padding: 8px 14px;
	}

	.rmc-feat-item {
		min-height: 66px;
		padding: 10px 8px;
	}

	.rmc-feat-item > .elementor-widget-wrap {
		align-items: center;
		grid-template-rows: auto;
	}

	.rmc-feat-item .elementor-widget-icon,
	.rmc-feat-item .elementor-widget-heading {
		grid-row: 1;
	}

	.rmc-feat-item .elementor-widget-text-editor {
		display: none;
	}

	body.home .rmc-products-widget ul.products {
		grid-template-columns: 1fr !important;
	}

	body.home .rmc-products-widget ul.products li.product:not(.product-category) {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		padding: 12px;
	}

	body.home .rmc-products-widget ul.products li.product:not(.product-category) a.woocommerce-LoopProduct-link {
		display: grid;
		gap: 4px 12px;
		grid-column: 1 / -1;
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: auto auto;
	}

	body.home .rmc-products-widget ul.products li.product:not(.product-category) img {
		grid-column: 1;
		grid-row: 1 / span 2;
		height: 112px;
		margin: 0;
		max-width: 112px;
		padding: 6px;
		width: 112px;
	}

	body.home .rmc-products-widget ul.products li.product:not(.product-category) .woocommerce-loop-product__title,
	body.home .rmc-products-widget ul.products li.product:not(.product-category) .price {
		grid-column: 2;
		margin: 0;
		min-height: 0;
	}

	body.home .rmc-products-widget ul.products li.product:not(.product-category) .button {
		grid-column: 2;
		margin-top: 8px;
	}

	.rmc-project-offer-copy,
	.rmc-project-offer-panel {
		padding: 18px;
	}

	.rmc-project-title .elementor-heading-title {
		font-size: 26px;
	}

	.rmc-offer-benefit {
		padding: 12px;
	}

	.rmc-cta > .elementor-container {
		padding: 28px 16px;
	}

	.rmc-cta .rmc-h2 .elementor-heading-title {
		font-size: 26px;
	}

	.rmc-cta-actions > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rmc-cta-actions > .elementor-container > .elementor-column:first-child {
		grid-column: 1 / -1;
	}

	.rmc-shop-title .elementor-heading-title {
		font-size: 31px;
	}

	.rmc-product-title .elementor-heading-title {
		font-size: 25px;
	}

	.rmc-product-gallery-widget .flex-viewport,
	.rmc-product-gallery-widget .woocommerce-product-gallery__image {
		max-height: 290px;
	}

	.rmc-product-trust-card p {
		font-size: 11px;
	}

	.rmc-flow-titlebar .elementor-heading-title,
	.rmc-woo-hero .elementor-heading-title {
		font-size: 30px;
	}

	.rmc-cart-widget table.shop_table tr.cart_item {
		grid-template-areas:
			"thumb name remove"
			"price price price"
			"quantity subtotal subtotal";
		grid-template-columns: 58px minmax(0, 1fr) 30px;
		padding: 12px;
	}

	.rmc-cart-widget td.product-thumbnail img {
		height: 58px;
		width: 58px;
	}

	.rmc-cart-widget td.actions .coupon {
		grid-template-columns: 1fr;
	}

	.rmc-cart-widget .coupon.e-cart-section .form-row,
	.rmc-thankyou-help-actions > .elementor-widget-wrap,
	.rmc-thankyou-actions > .elementor-container > .elementor-column > .elementor-widget-wrap {
		grid-template-columns: 1fr;
	}

	.rmc-cart-widget .coupon.e-cart-section .coupon-col-start,
	.rmc-cart-widget .coupon.e-cart-section .coupon-col-end {
		grid-column: 1;
		width: 100%;
	}

	.rmc-cart-widget .coupon.e-cart-section .coupon-col-start {
		grid-row: 1;
	}

	.rmc-cart-widget .coupon.e-cart-section .coupon-col-end {
		grid-row: 2;
	}

	.rmc-cart-widget .coupon.e-cart-section .e-apply-coupon {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	body.post-type-archive-product .rmc-shop-pills,
	body.tax-product_cat .rmc-shop-pills {
		max-width: 100%;
		overflow: hidden;
	}

	body.post-type-archive-product .rmc-shop-pills .elementor-icon-list-items,
	body.tax-product_cat .rmc-shop-pills .elementor-icon-list-items {
		display: flex;
		flex-wrap: nowrap !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	body.post-type-archive-product .rmc-shop-pills .elementor-icon-list-item,
	body.post-type-archive-product .rmc-shop-pills a,
	body.tax-product_cat .rmc-shop-pills .elementor-icon-list-item,
	body.tax-product_cat .rmc-shop-pills a {
		flex: 0 0 auto !important;
		max-width: min(360px, 78vw);
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	body.rmc-site *,
	body.rmc-site *::before,
	body.rmc-site *::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
	}
}
