:root {
	--shell-ink: #111318;
	--shell-ink-soft: #252933;
	--shell-paper: #f6f2ea;
	--shell-card: #fffaf1;
	--shell-line: #ddd5c7;
	--shell-muted: #68707d;
	--shell-orange: #f15a16;
	--shell-orange-dark: #c9440a;
}

.rmc-shell-preview-page {
	margin: 0;
	background: var(--shell-paper);
	color: var(--shell-ink);
	font-family: Archivo, Inter, Arial, sans-serif;
	overflow-x: hidden;
}

.rmc-shell-preview-page *,
.rmc-shell-head *,
.rmc-shell-foot * {
	box-sizing: border-box;
}

.rmc-shell-preview-page a,
.rmc-shell-head a,
.rmc-shell-foot a {
	color: inherit;
}

.rmc-shell-wrap {
	width: min(100% - 48px, 1220px);
	margin-inline: auto;
}

.rmc-shell-head {
	position: sticky;
	top: 0;
	z-index: 40;
	background: #fff;
	box-shadow: 0 1px 0 rgba(17, 19, 24, .08), 0 10px 30px rgba(17, 19, 24, .04);
}

.rmc-shell-top {
	background: #0f1116;
	color: #f6ede1;
	font-size: 12px;
}

.rmc-shell-top__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	min-height: 34px;
}

.rmc-shell-top__info,
.rmc-shell-top__contact {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.rmc-shell-top__info span,
.rmc-shell-top__contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	text-decoration: none;
}

.rmc-shell-top__info span::before,
.rmc-shell-top__contact a::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--shell-orange);
	flex: none;
}

.rmc-shell-main {
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(10px);
}

.rmc-shell-main__grid {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 76px;
}

.rmc-shell-logo {
	display: inline-flex;
	align-items: center;
	width: 152px;
	min-width: 0;
	text-decoration: none;
}

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

.rmc-shell-logo span {
	color: var(--shell-orange);
	font-size: 32px;
	font-weight: 900;
	letter-spacing: .08em;
}

.rmc-shell-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2vw, 30px);
	min-width: 0;
}

.rmc-shell-nav a {
	position: relative;
	padding: 28px 0;
	color: var(--shell-ink);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.rmc-shell-nav a:hover,
.rmc-shell-nav a:focus-visible {
	color: var(--shell-orange);
}

.rmc-shell-nav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	height: 2px;
	background: var(--shell-orange);
	opacity: 0;
	transform: scaleX(.4);
	transition: opacity .18s ease, transform .18s ease;
}

.rmc-shell-nav a:hover::after,
.rmc-shell-nav a:focus-visible::after {
	opacity: 1;
	transform: scaleX(1);
}

.rmc-shell-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
}

.rmc-shell-search {
	position: relative;
	display: block;
	width: clamp(190px, 17vw, 250px);
	height: 42px;
	border: 1px solid #d8d1c5;
	background: #faf8f3;
}

.rmc-shell-search input {
	width: 100%;
	min-width: 0;
	height: 100%;
	border: 0;
	padding: 0 46px 0 14px;
	background: transparent;
	color: var(--shell-ink);
	font: inherit;
	font-size: 13px;
	outline: 0;
}

.rmc-shell-search:focus-within {
	border-color: var(--shell-orange);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(241, 90, 22, .12);
}

.rmc-shell-search button,
.rmc-shell-icon,
.rmc-shell-cart,
.rmc-shell-cta {
	min-height: 42px;
	border: 1px solid var(--shell-line);
	background: #fff;
	color: var(--shell-ink);
	text-decoration: none;
}

.rmc-shell-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 40px;
	min-height: 0;
	display: inline-grid;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--shell-ink);
	cursor: pointer;
	font-size: 0;
}

.rmc-shell-search button span {
	display: none;
}

.rmc-shell-search button::before {
	content: "";
	width: 13px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.rmc-shell-search button::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 2px;
	background: currentColor;
	transform: translate(8px, 8px) rotate(45deg);
	transform-origin: center;
}

.rmc-shell-icon,
.rmc-shell-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rmc-shell-icon {
	position: relative;
	width: 42px;
}

.rmc-shell-icon span {
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border: 2px solid var(--shell-ink);
	border-radius: 999px;
	background: transparent;
	color: transparent;
}

.rmc-shell-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 23px;
	width: 16px;
	height: 8px;
	border: 2px solid var(--shell-ink);
	border-top-left-radius: 999px;
	border-top-right-radius: 999px;
	border-bottom: 0;
	transform: translateX(-50%);
}

.rmc-shell-cart {
	gap: 8px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 900;
}

.rmc-shell-cart b {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding-inline: 6px;
	border-radius: 999px;
	background: var(--shell-orange);
	color: #fff;
	font-size: 11px;
}

.rmc-shell-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border-color: var(--shell-orange);
	background: var(--shell-orange);
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(241, 90, 22, .18);
}

.rmc-shell-cta:hover,
.rmc-shell-cta:focus-visible,
.rmc-shell-mobile__cta:hover,
.rmc-shell-mobile__cta:focus-visible,
.rmc-shell-foot__cta a:hover,
.rmc-shell-foot__cta a:focus-visible {
	background: var(--shell-orange-dark);
	border-color: var(--shell-orange-dark);
	color: #fff;
}

.rmc-shell-mobile {
	display: none;
}

.rmc-shell-demo {
	min-height: 52vh;
}

.rmc-shell-demo__hero {
	overflow: hidden;
	padding: clamp(54px, 7vw, 92px) 0;
	background:
		linear-gradient(rgba(17, 19, 24, .05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 19, 24, .05) 1px, transparent 1px),
		var(--shell-paper);
	background-size: 34px 34px;
	border-bottom: 1px solid var(--shell-line);
}

.rmc-shell-demo__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
	align-items: center;
	gap: clamp(32px, 5vw, 64px);
}

.rmc-shell-demo__grid > * {
	min-width: 0;
}

.rmc-shell-demo__eyebrow {
	margin: 0 0 14px;
	color: var(--shell-orange);
	font-family: "Space Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.rmc-shell-demo h1 {
	max-width: 690px;
	margin: 0;
	color: var(--shell-ink);
	font-size: clamp(42px, 5.2vw, 66px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .98;
	overflow-wrap: normal;
}

.rmc-shell-demo p {
	max-width: 620px;
	margin: 22px 0 0;
	color: var(--shell-muted);
	font-size: 16px;
	line-height: 1.62;
}

.rmc-shell-demo__panel {
	display: grid;
	gap: 10px;
	padding: 18px;
	border: 1px solid var(--shell-ink);
	background: var(--shell-card);
	box-shadow: 14px 14px 0 rgba(17, 19, 24, .06);
}

.rmc-shell-demo__panel span {
	padding: 14px 16px;
	border: 1px solid var(--shell-line);
	background: #fff;
	font-family: "Space Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rmc-shell-foot {
	background: #101217;
	color: #d6d0c5;
}

.rmc-shell-foot__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.15fr) .8fr .8fr minmax(270px, .95fr);
	gap: clamp(28px, 4vw, 58px);
	padding: clamp(52px, 7vw, 78px) 0;
}

.rmc-shell-logo--foot {
	width: 142px;
	margin-bottom: 22px;
}

.rmc-shell-foot p {
	margin: 0;
	color: #aaa394;
	line-height: 1.65;
}

.rmc-shell-foot__contact,
.rmc-shell-foot__col {
	display: grid;
	align-content: start;
	gap: 12px;
}

.rmc-shell-foot__contact {
	margin-top: 24px;
}

.rmc-shell-foot__contact a,
.rmc-shell-foot__col a,
.rmc-shell-foot__legal a {
	color: inherit;
	text-decoration: none;
}

.rmc-shell-foot__contact a:hover,
.rmc-shell-foot__col a:hover,
.rmc-shell-foot__legal a:hover {
	color: var(--shell-orange);
}

.rmc-shell-foot__col h2,
.rmc-shell-foot__cta h2 {
	margin: 0 0 12px;
	color: #fff7eb !important;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.rmc-shell-foot__col a {
	color: #aaa394;
	font-size: 14px;
	line-height: 1.35;
}

.rmc-shell-foot__cta {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: #181b22;
}

.rmc-shell-foot__label {
	margin-bottom: 10px !important;
	color: var(--shell-orange) !important;
	font-family: "Space Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.rmc-shell-foot__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 22px;
	padding: 0 18px;
	background: var(--shell-orange);
	color: #fff !important;
	font-weight: 900;
	text-decoration: none;
}

.rmc-shell-foot__legal {
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.rmc-shell-foot__legal .rmc-shell-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 56px;
	color: #8d8678;
	font-size: 13px;
}

@media (max-width: 1180px) {
	.rmc-shell-main__grid {
		grid-template-columns: 150px minmax(0, 1fr) auto;
		gap: 18px;
	}

	.rmc-shell-logo {
		width: 136px;
	}

	.rmc-shell-nav {
		gap: 18px;
	}

	.rmc-shell-search {
		grid-template-columns: 42px;
	}

	.rmc-shell-search input {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}
}

@media (max-width: 980px) {
	.rmc-shell-wrap {
		width: min(100% - 32px, 1220px);
	}

	.rmc-shell-top__grid {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 8px 0;
	}

	.rmc-shell-top__info {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.rmc-shell-top__info span,
	.rmc-shell-top__contact a {
		white-space: normal;
	}

	.rmc-shell-top__contact {
		justify-content: space-between;
	}

	.rmc-shell-main__grid {
		grid-template-columns: minmax(0, 1fr) auto auto;
		min-height: 70px;
	}

	.rmc-shell-nav,
	.rmc-shell-search,
	.rmc-shell-icon,
	.rmc-shell-cta {
		display: none !important;
	}

	.rmc-shell-actions {
		display: flex !important;
		grid-column: 2;
		justify-self: end;
		min-width: 0;
	}

	.rmc-shell-cart {
		display: inline-flex !important;
		width: 44px;
		min-width: 44px;
		padding: 0;
	}

	.rmc-shell-cart {
		justify-self: end;
	}

	.rmc-shell-mobile {
		display: block !important;
		position: relative;
		grid-column: 3;
		justify-self: end;
	}

	.rmc-shell-mobile summary {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		border: 1px solid var(--shell-line);
		background: #fff;
		cursor: pointer;
		list-style: none;
	}

	.rmc-shell-mobile summary::-webkit-details-marker {
		display: none;
	}

	.rmc-shell-mobile summary span {
		display: block;
		width: 18px;
		height: 2px;
		margin: 2px 0;
		background: var(--shell-ink);
	}

	.rmc-shell-mobile__panel {
		position: absolute;
		top: calc(100% + 12px);
		right: 0;
		display: grid;
		width: min(320px, calc(100vw - 32px));
		padding: 12px;
		border: 1px solid var(--shell-line);
		background: #fff;
		box-shadow: 0 18px 50px rgba(17, 19, 24, .16);
	}

	.rmc-shell-mobile__panel a {
		padding: 13px 12px;
		border-bottom: 1px solid var(--shell-line);
		font-weight: 800;
		text-decoration: none;
	}

	.rmc-shell-mobile__panel a:last-child {
		border-bottom: 0;
	}

	.rmc-shell-mobile__cta {
		margin-top: 10px;
		background: var(--shell-orange);
		color: #fff;
		text-align: center;
	}

	.rmc-shell-demo__grid,
	.rmc-shell-foot__grid {
		grid-template-columns: 1fr;
	}

	.rmc-shell-demo h1 {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

@media (max-width: 560px) {
	.rmc-shell-wrap {
		width: min(100% - 24px, 1220px);
	}

	.rmc-shell-top {
		display: none;
	}

	.rmc-shell-main__grid {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 10px;
		min-height: 64px;
	}

	.rmc-shell-logo {
		width: 112px;
	}

	.rmc-shell-cart {
		min-height: 40px;
		padding: 0 10px;
		border-color: var(--shell-orange);
		background: var(--shell-orange);
		color: #fff;
	}

	.rmc-shell-cart span {
		display: none;
	}

	.rmc-shell-cart b {
		background: #fff;
		color: var(--shell-orange);
	}

	.rmc-shell-mobile summary {
		border-color: var(--shell-ink);
		background: var(--shell-ink);
	}

	.rmc-shell-mobile summary span {
		background: #fff;
	}

	.rmc-shell-demo h1 {
		max-width: 100%;
		font-size: clamp(30px, 8.4vw, 36px);
		line-height: 1;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.rmc-shell-demo p {
		font-size: 15px;
	}

	.rmc-shell-foot__grid {
		padding-block: 42px;
	}

	.rmc-shell-foot__legal .rmc-shell-wrap {
		display: grid;
		align-items: start;
		padding: 16px 0;
	}
}

/* Header v2 — catalog tehnic */
.rmc-shell-head {
	box-shadow: 0 8px 28px rgba(17, 22, 26, .08);
}

.rmc-shell-top {
	border-bottom: 1px solid #eceeeb;
	background: #fff;
	color: #62676a;
	font-size: 11px;
}

.rmc-shell-top__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 31px;
}

.rmc-shell-top__statement {
	margin: 0;
	color: #363a3c;
	font-size: 11px;
	font-weight: 800;
}

.rmc-shell-top__info {
	justify-content: flex-end;
	gap: 24px;
}

.rmc-shell-top__info span,
.rmc-shell-top__info a {
	display: inline-flex;
	align-items: center;
	color: #6f7476;
	text-decoration: none;
	white-space: nowrap;
}

.rmc-shell-top__info span::before,
.rmc-shell-top__info a::before {
	display: none;
}

.rmc-shell-top__info a:hover,
.rmc-shell-top__info a:focus-visible {
	color: var(--shell-orange);
}

.rmc-shell-main {
	background: #fff;
	backdrop-filter: none;
}

.rmc-shell-main__grid {
	grid-template-columns: 170px minmax(300px, 1fr) auto;
	gap: 38px;
	min-height: 84px;
}

.rmc-shell-logo {
	width: 154px;
}

.rmc-shell-search {
	width: 100%;
	height: 48px;
	border-color: #dfe1de;
	border-radius: 4px;
	background: #f4f5f2;
}

.rmc-shell-search input {
	padding: 0 52px 0 17px;
	font-size: 13px;
}

.rmc-shell-search button {
	width: 48px;
	height: 46px;
}

.rmc-shell-icon,
.rmc-shell-cart,
.rmc-shell-cta {
	min-height: 46px;
	border-radius: 5px;
}

.rmc-shell-icon {
	width: 44px;
}

.rmc-shell-actions {
	gap: 9px;
}

.rmc-shell-catalog {
	position: relative;
	background: #171b1f;
	color: #fff;
}

.rmc-shell-catalog__grid {
	display: flex;
	align-items: center;
	min-height: 49px;
}

.rmc-shell-catalog__button {
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-width: 212px;
	margin-right: 32px;
	padding: 0 20px;
	background: var(--shell-orange);
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.rmc-shell-catalog__button:hover,
.rmc-shell-catalog__button:focus-visible {
	background: var(--shell-orange-dark);
}

.rmc-shell-catalog__button > span {
	display: grid;
	gap: 3px;
	width: 14px;
}

.rmc-shell-catalog__button i {
	display: block;
	height: 2px;
	background: currentColor;
}

.rmc-shell-catalog .rmc-shell-nav {
	flex: 1;
	justify-content: flex-start;
	gap: 32px;
}

.rmc-shell-catalog .rmc-shell-nav a {
	padding: 16px 0 15px;
	color: #e3e6e8;
	font-size: 13px;
	font-weight: 800;
}

.rmc-shell-catalog .rmc-shell-nav a:hover,
.rmc-shell-catalog .rmc-shell-nav a:focus-visible,
.rmc-shell-catalog .rmc-shell-nav a.is-active {
	color: #fff;
}

.rmc-shell-catalog .rmc-shell-nav a::after {
	bottom: 0;
}

.rmc-shell-catalog .rmc-shell-nav a:hover::after,
.rmc-shell-catalog .rmc-shell-nav a:focus-visible::after,
.rmc-shell-catalog .rmc-shell-nav a.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.rmc-shell-catalog__phone {
	margin-left: 24px;
	color: #ff8d68 !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.rmc-shell-catalog__phone:hover,
.rmc-shell-catalog__phone:focus-visible {
	color: #fff !important;
}

@media (max-width: 1180px) {
	.rmc-shell-main__grid {
		grid-template-columns: 145px minmax(220px, 1fr) auto;
		gap: 22px;
	}

	.rmc-shell-logo {
		width: 136px;
	}

	.rmc-shell-search {
		width: 100%;
	}

	.rmc-shell-search input {
		position: static;
		width: 100%;
		height: 100%;
		overflow: visible;
		clip: auto;
		clip-path: none;
		white-space: normal;
	}

	.rmc-shell-catalog .rmc-shell-nav {
		gap: 22px;
	}

	.rmc-shell-catalog__button {
		min-width: 194px;
		margin-right: 24px;
	}
}

@media (max-width: 980px) {
	.rmc-shell-top {
		display: none;
	}

	.rmc-shell-main__grid {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 16px;
		min-height: 70px;
	}

	.rmc-shell-search {
		display: none !important;
	}

	.rmc-shell-actions {
		grid-column: 2;
	}

	.rmc-shell-icon,
	.rmc-shell-cta {
		display: none !important;
	}

	.rmc-shell-catalog__grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 12px;
		min-height: 46px;
	}

	.rmc-shell-catalog__button {
		min-width: 0;
		margin-right: 0;
		padding: 0 18px;
	}

	.rmc-shell-catalog .rmc-shell-nav {
		display: none !important;
	}

	.rmc-shell-catalog__phone {
		grid-column: 2;
		margin-left: 0;
	}

	.rmc-shell-mobile {
		grid-column: 3;
	}

	.rmc-shell-mobile summary {
		width: 40px;
		height: 38px;
		border-color: rgba(255, 255, 255, .22);
		background: transparent;
	}

	.rmc-shell-mobile summary span {
		background: #fff;
	}

	.rmc-shell-mobile__panel {
		top: calc(100% + 4px);
	}
}

@media (max-width: 560px) {
	.rmc-shell-main__grid {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 66px;
	}

	.rmc-shell-logo {
		width: 118px;
	}

	.rmc-shell-cart {
		min-height: 40px;
	}

	.rmc-shell-catalog__grid {
		gap: 8px;
	}

	.rmc-shell-catalog__button {
		padding-inline: 13px;
		font-size: 12px;
	}

	.rmc-shell-catalog__phone {
		font-size: 10px;
	}

	.rmc-shell-mobile summary {
		width: 38px;
	}
}

/* Mobile header — compact, single row */
.rmc-shell-mobile__search,
.rmc-shell-mobile__catalog,
.rmc-shell-mobile__contact {
	display: none;
}

@media (max-width: 980px) {
	.rmc-shell-main__grid {
		position: relative;
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 9px;
	}

	.rmc-shell-catalog {
		display: none;
	}

	.rmc-shell-actions {
		grid-column: 2;
	}

	.rmc-shell-mobile {
		position: static;
		grid-column: 3;
	}

	.rmc-shell-mobile summary {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		width: 42px;
		height: 42px;
		border: 1px solid #e4e5e2;
		border-radius: 5px;
		background: #fff;
		transition: border-color .18s ease, background .18s ease;
	}

	.rmc-shell-mobile summary span {
		width: 18px;
		height: 2px;
		margin: 0;
		background: var(--shell-ink);
		transition: opacity .16s ease, transform .2s ease;
	}

	.rmc-shell-mobile[open] summary {
		border-color: var(--shell-orange);
		background: var(--shell-orange);
	}

	.rmc-shell-mobile[open] summary span {
		background: #fff;
	}

	.rmc-shell-mobile[open] summary span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.rmc-shell-mobile[open] summary span:nth-child(2) {
		opacity: 0;
	}

	.rmc-shell-mobile[open] summary span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.rmc-shell-mobile__panel {
		top: calc(100% + 8px);
		right: 0;
		width: min(370px, calc(100vw - 24px));
		padding: 14px;
		border: 1px solid #dedfdb;
		border-top: 3px solid var(--shell-orange);
		border-radius: 4px;
		background: #fff;
		box-shadow: 0 22px 55px rgba(17, 22, 26, .2);
	}

	.rmc-shell-mobile__search {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		margin-bottom: 10px;
		border: 1px solid #dadcd9;
		border-radius: 4px;
		overflow: hidden;
	}

	.rmc-shell-mobile__search input {
		width: 100%;
		min-width: 0;
		height: 44px;
		padding: 0 12px;
		border: 0;
		background: #f6f7f4;
		color: var(--shell-ink);
		font: inherit;
		font-size: 13px;
		outline: 0;
	}

	.rmc-shell-mobile__search button {
		min-height: 44px;
		padding: 0 15px;
		border: 0;
		background: var(--shell-ink);
		color: #fff;
		font-size: 12px;
		font-weight: 850;
	}

	.rmc-shell-mobile__catalog {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 8px;
		padding: 13px 14px !important;
		border: 0 !important;
		border-radius: 3px;
		background: var(--shell-orange);
		color: #fff !important;
		font-size: 13px;
		font-weight: 900 !important;
	}

	.rmc-shell-mobile__panel nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-top: 1px solid #e6e7e4;
		border-left: 1px solid #e6e7e4;
	}

	.rmc-shell-mobile__panel nav a {
		min-height: 45px;
		padding: 12px !important;
		border-right: 1px solid #e6e7e4;
		border-bottom: 1px solid #e6e7e4 !important;
		color: #333739;
		font-size: 13px;
		font-weight: 750;
	}

	.rmc-shell-mobile__panel nav a.is-active {
		color: var(--shell-orange-dark);
		background: #fff1eb;
	}

	.rmc-shell-mobile__contact {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 12px 2px 2px;
	}

	.rmc-shell-mobile__contact a {
		padding: 0 !important;
		border: 0 !important;
		color: #6d7274;
		font-size: 11px;
		font-weight: 650 !important;
	}

	.rmc-shell-mobile__cta {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		margin-top: 12px !important;
		padding: 0 16px !important;
		border: 0 !important;
		border-radius: 3px;
		background: var(--shell-orange);
		color: #fff !important;
		font-size: 13px;
		font-weight: 900 !important;
	}
}

@media (max-width: 560px) {
	.rmc-shell-main__grid {
		min-height: 64px;
	}

	.rmc-shell-cart {
		width: 42px;
		min-width: 42px;
		padding: 0;
		border-color: #e4e5e2;
		background: #fff;
		color: var(--shell-ink);
	}

	.rmc-shell-cart b {
		background: var(--shell-orange);
		color: #fff;
	}

	.rmc-shell-mobile summary {
		width: 42px;
		border-color: #e4e5e2;
		background: #fff;
	}

	.rmc-shell-mobile summary span {
		background: var(--shell-ink);
	}
}

/* Footer v3 — compact și orientat spre contact */
.rmc-shell-foot {
	background: #111417;
	color: #d8dcde;
}

.rmc-shell-foot__lead {
	border-bottom: 1px solid #303438;
}

.rmc-shell-foot__lead-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	min-height: 230px;
}

.rmc-shell-foot__brand-panel {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 34px;
	padding: 44px 50px 44px 0;
	border-right: 1px solid #303438;
}

.rmc-shell-logo--foot {
	width: 160px;
	margin: 0;
	filter: brightness(0) invert(1);
}

.rmc-shell-foot__brand-panel strong {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 850;
}

.rmc-shell-foot__brand-panel p {
	max-width: 440px;
	margin-top: 12px;
	color: #8f9699;
	font-size: 14px;
	line-height: 1.6;
}

.rmc-shell-foot__offer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px 0 36px 48px;
}

.rmc-shell-foot__offer .rmc-shell-foot__label {
	margin: 0 0 7px !important;
	color: #ff7950 !important;
	font-size: 10px;
}

.rmc-shell-foot__offer h2 {
	margin: 0 0 20px;
	color: #fff7eb !important;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -.025em;
}

.rmc-shell-foot__offer-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
}

.rmc-shell-foot__offer-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--shell-orange);
	background: var(--shell-orange);
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.rmc-shell-foot__offer-actions a:last-child {
	border-color: #4a5054;
	background: transparent;
}

.rmc-shell-foot__offer-actions a:hover,
.rmc-shell-foot__offer-actions a:focus-visible {
	border-color: var(--shell-orange-dark);
	background: var(--shell-orange-dark);
}

.rmc-shell-foot__nav-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, .8fr);
	gap: 42px;
	padding-block: 38px;
}

.rmc-shell-foot__contact-block {
	display: grid;
	align-content: start;
	gap: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
}

.rmc-shell-foot__contact-block > span {
	margin-bottom: 5px;
	color: #7f878b;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rmc-shell-foot__contact-block a {
	color: #fff;
	text-decoration: none;
}

.rmc-shell-foot__contact-block a:hover,
.rmc-shell-foot__contact-block a:focus-visible {
	color: var(--shell-orange);
}

.rmc-shell-foot__nav-grid .rmc-shell-foot__col {
	gap: 10px;
}

.rmc-shell-foot__nav-grid .rmc-shell-foot__col h2 {
	margin-bottom: 8px;
	font-size: 12px;
	letter-spacing: .12em;
}

.rmc-shell-foot__nav-grid .rmc-shell-foot__col a {
	color: #8f9699;
	font-size: 13px;
}

.rmc-shell-foot__nav-grid .rmc-shell-foot__col a:hover,
.rmc-shell-foot__nav-grid .rmc-shell-foot__col a:focus-visible {
	color: var(--shell-orange);
}

.rmc-shell-foot__legal {
	border-top: 1px solid #303438;
}

.rmc-shell-foot__legal .rmc-shell-wrap {
	min-height: 54px;
	color: #737b7f;
	font-size: 12px;
}

.rmc-shell-foot__standards {
	display: flex;
	align-items: center;
	gap: 20px;
}

.rmc-shell-foot__standards span::before {
	margin-right: 7px;
	color: var(--shell-orange);
	content: "●";
	font-size: 6px;
}

@media (max-width: 900px) {
	.rmc-shell-foot__lead-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rmc-shell-foot__brand-panel {
		padding: 38px 0;
		border-right: 0;
		border-bottom: 1px solid #303438;
	}

	.rmc-shell-foot__offer {
		padding: 32px 0;
	}

	.rmc-shell-foot__nav-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 24px;
		padding-block: 34px;
	}
}

@media (max-width: 560px) {
	.rmc-shell-foot__brand-panel {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-block: 34px;
	}

	.rmc-shell-logo--foot {
		width: 132px;
	}

	.rmc-shell-foot__brand-panel p {
		font-size: 13px;
	}

	.rmc-shell-foot__offer h2 {
		font-size: 22px;
	}

	.rmc-shell-foot__offer-actions {
		grid-template-columns: 1fr 1fr;
	}

	.rmc-shell-foot__nav-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 18px;
	}

	.rmc-shell-foot__legal .rmc-shell-wrap {
		display: grid;
		gap: 10px;
		padding-block: 16px;
	}

	.rmc-shell-foot__standards {
		flex-wrap: wrap;
		gap: 8px 16px;
	}
}
