@font-face {
	font-family: 'Bariol';
	src:
		url('../fonts/header-v2/bariol-light.woff2') format('woff2'),
		url('../fonts/header-v2/bariol-light.woff') format('woff');
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Bariol';
	src:
		url('../fonts/header-v2/bariol-regular.woff2') format('woff2'),
		url('../fonts/header-v2/bariol-regular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Bariol';
	src:
		url('../fonts/header-v2/bariol-bold.woff2') format('woff2'),
		url('../fonts/header-v2/bariol-bold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

.rp-header-v2 {
	--rp-header-v2-dark: #3d3b3c;
	--rp-header-v2-pink: #ff1782;
	--rp-header-v2-pink-dark: #e60072;
	--rp-header-v2-surface: #fbfbfb;
	--rp-header-v2-surface-strong: #f3f3f3;
	--rp-header-v2-border: #eaeaea;
	--rp-header-v2-muted: #707070;
	--rp-header-v2-width: 1400px;
	color: var(--rp-header-v2-dark);
	display: contents;
	font-family: 'Bariol', 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.rp-header-v2,
.rp-header-v2 *,
.rp-header-v2 *::before,
.rp-header-v2 *::after {
	box-sizing: border-box;
}

.rp-header-v2 svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rp-header-v2 .rp-header-v2__inner {
	margin: 0 auto;
	max-width: var(--rp-header-v2-width);
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

.rp-header-v2 .rp-header-v2__visually-hidden {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.rp-header-v2 .rp-header-v2__utility {
	background: var(--rp-header-v2-dark);
	color: #fff;
	font-size: 11px;
	min-height: 38px;
}

.rp-header-v2 .rp-header-v2__utility-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.rp-header-v2 .rp-header-v2__contacts {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
	width: 100%;
}

.rp-header-v2 .rp-header-v2__contact {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 5px;
	min-height: 34px;
	text-decoration: none;
	white-space: nowrap;
}

.rp-header-v2 .rp-header-v2__contact:hover,
.rp-header-v2 .rp-header-v2__contact:focus-visible,
.rp-header-v2 .rp-header-v2__utility-nav a:hover,
.rp-header-v2 .rp-header-v2__utility-nav a:focus-visible {
	color: var(--rp-header-v2-pink);
}

.rp-header-v2 .rp-header-v2__contact svg {
	height: 14px;
	flex: 0 0 14px;
	width: 14px;
}

.rp-header-v2 .rp-header-v2__utility-nav {
	display: none;
}

.rp-header-v2 .rp-header-v2__sticky {
	background: #fff;
	position: sticky;
	top: 0;
	transition: box-shadow 180ms ease;
	z-index: 810;
}

.rp-header-v2 .rp-header-v2__sticky.is-scrolled {
	box-shadow: 0 3px 14px rgb(0 0 0 / 12%);
}

.rp-header-v2 .rp-header-v2__main {
	background: #fff;
	border-bottom: 1px solid var(--rp-header-v2-border);
	padding: 12px 0;
	position: relative;
	z-index: 3;
}

.rp-header-v2 .rp-header-v2__main-inner {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 44px;
}

.rp-header-v2 .rp-header-v2__menu-button,
.rp-header-v2 .rp-header-v2__action,
.rp-header-v2 .rp-header-v2__submenu-button,
.rp-header-v2 .rp-header-v2__search-submit {
	-webkit-appearance: none;
	appearance: none;
}

.rp-header-v2 .rp-header-v2__menu-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--rp-header-v2-dark);
	cursor: pointer;
	display: flex;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 8px;
}

.rp-header-v2 .rp-header-v2__menu-button:hover,
.rp-header-v2 .rp-header-v2__menu-button:focus-visible {
	background: var(--rp-header-v2-surface-strong);
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__menu-button svg {
	height: 24px;
	width: 24px;
}

.rp-header-v2 .rp-header-v2__menu-icon-close {
	display: none;
}

.rp-header-v2 .rp-header-v2__menu-button[aria-expanded='true'] .rp-header-v2__menu-icon-open {
	display: none;
}

.rp-header-v2 .rp-header-v2__menu-button[aria-expanded='true'] .rp-header-v2__menu-icon-close {
	display: block;
}

.rp-header-v2 .rp-header-v2__brand {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: flex-start;
	min-width: 0;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__brand img {
	display: block;
	height: 32px;
	max-width: none;
	width: auto;
}

.rp-header-v2 .rp-header-v2__search {
	background: #fff;
	border-bottom: 1px solid var(--rp-header-v2-border);
	box-shadow: 0 7px 18px rgb(0 0 0 / 10%);
	display: none;
	left: 0;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 5;
}

.rp-header-v2 .rp-header-v2__search.is-open {
	display: block;
}

.rp-header-v2 .rp-header-v2__search-input {
	-webkit-appearance: none;
	appearance: none;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	color: var(--rp-header-v2-dark);
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 12px 48px 12px 16px;
	width: 100%;
}

.rp-header-v2 .rp-header-v2__search-input::placeholder {
	color: #999;
}

.rp-header-v2 .rp-header-v2__search-input:focus {
	background: #fff;
	border-color: var(--rp-header-v2-dark);
}

.rp-header-v2 .rp-header-v2__search-submit {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--rp-header-v2-dark);
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 44px;
	padding: 10px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.rp-header-v2 .rp-header-v2__search-submit:hover,
.rp-header-v2 .rp-header-v2__search-submit:focus-visible {
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__search-submit svg {
	height: 20px;
	width: 20px;
}

.rp-header-v2 .rp-header-v2__search-results {
	background: #fff;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 14px 38px rgb(0 0 0 / 16%);
	display: none;
	left: 0;
	max-height: min(66vh, 620px);
	overflow: auto;
	padding: 16px;
	position: absolute;
	right: 0;
	top: 100%;
}

.rp-header-v2 .rp-header-v2__search-results.is-visible {
	display: block;
}

.rp-header-v2 .rp-header-v2__search-state {
	color: var(--rp-header-v2-muted);
	font-size: 14px;
	padding: 16px;
	text-align: center;
}

.rp-header-v2 .rp-header-v2__search-title {
	color: #8c8c8c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.rp-header-v2 .rp-header-v2__search-categories {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 18px;
}

.rp-header-v2 .rp-header-v2__search-category {
	align-items: center;
	background: var(--rp-header-v2-surface);
	border-radius: 8px;
	color: var(--rp-header-v2-dark);
	display: flex;
	font-size: 13px;
	gap: 8px;
	min-height: 44px;
	padding: 7px 9px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__search-category:hover,
.rp-header-v2 .rp-header-v2__search-category:focus-visible {
	background: #fff0f7;
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__search-category-image {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	display: flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	overflow: hidden;
}

.rp-header-v2 .rp-header-v2__search-category-image img {
	display: block;
	height: 30px;
	object-fit: contain;
	width: 30px;
}

.rp-header-v2 .rp-header-v2__search-products {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.rp-header-v2 .rp-header-v2__search-product {
	align-items: center;
	border-radius: 8px;
	color: var(--rp-header-v2-dark);
	display: grid;
	gap: 10px;
	grid-template-columns: 50px minmax(0, 1fr) auto;
	min-height: 62px;
	padding: 6px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__search-product:hover,
.rp-header-v2 .rp-header-v2__search-product:focus-visible {
	background: var(--rp-header-v2-surface);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__search-product-image {
	align-items: center;
	background: #fff;
	border: 1px solid var(--rp-header-v2-border);
	border-radius: 7px;
	display: flex;
	height: 50px;
	justify-content: center;
	overflow: hidden;
}

.rp-header-v2 .rp-header-v2__search-product-image img {
	display: block;
	height: 46px;
	object-fit: contain;
	width: 46px;
}

.rp-header-v2 .rp-header-v2__search-product-copy {
	min-width: 0;
}

.rp-header-v2 .rp-header-v2__search-product-name {
	display: block;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rp-header-v2 .rp-header-v2__search-product-description {
	color: var(--rp-header-v2-muted);
	display: block;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rp-header-v2 .rp-header-v2__search-product-price {
	color: var(--rp-header-v2-pink);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.rp-header-v2 .rp-header-v2__search-all {
	align-items: center;
	background: var(--rp-header-v2-dark);
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	margin-top: 14px;
	min-height: 44px;
	padding: 10px 16px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__search-all:hover,
.rp-header-v2 .rp-header-v2__search-all:focus-visible {
	background: var(--rp-header-v2-pink);
	color: #fff;
	outline: 0;
}

.rp-header-v2 .rp-header-v2__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 4px;
}

.rp-header-v2 .rp-header-v2__action {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--rp-header-v2-dark);
	cursor: pointer;
	display: flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	height: 44px;
	justify-content: center;
	line-height: 1.5;
	margin: 0;
	min-width: 44px;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__action svg {
	flex-shrink: 0;
	height: 22px;
	width: 22px;
}

.rp-header-v2 .rp-header-v2__action:hover,
.rp-header-v2 .rp-header-v2__action:focus-visible {
	background: transparent;
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mobile-search-button:hover,
.rp-header-v2 .rp-header-v2__mobile-search-button:focus-visible {
	background: var(--rp-header-v2-surface-strong);
}

.rp-header-v2 .rp-header-v2__action > span:not(.rp-header-v2__cart-badge) {
	display: none;
}

.rp-header-v2 .rp-header-v2__cart {
	background: var(--rp-header-v2-dark);
	color: #fff;
	font-weight: 600;
	gap: 6px;
	padding: 8px 12px;
	white-space: nowrap;
}

.rp-header-v2 .rp-header-v2__cart:hover,
.rp-header-v2 .rp-header-v2__cart:focus-visible {
	background: #2a2829;
	color: #fff;
}

.rp-header-v2 .rp-header-v2__cart svg {
	height: 20px;
	width: 20px;
}

.rp-header-v2 .rp-header-v2__cart-badge {
	background: var(--rp-header-v2-pink);
	border: 0;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	min-width: 20px;
	padding: 2px 7px;
	position: static;
	text-align: center;
}

.rp-header-v2 .rp-header-v2__navigation {
	background: var(--rp-header-v2-surface);
	border-bottom: 1px solid var(--rp-header-v2-border);
	display: none;
	max-height: calc(100vh - 62px);
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 2;
}

.rp-header-v2 .rp-header-v2__navigation.is-open {
	display: block;
}

.rp-header-v2 .rp-header-v2__navigation-inner {
	padding-left: 0;
	padding-right: 0;
}

.rp-header-v2 .rp-header-v2__menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rp-header-v2 .rp-header-v2__menu-item {
	border-bottom: 1px solid var(--rp-header-v2-border);
	margin: 0;
	position: relative;
}

.rp-header-v2 .rp-header-v2__menu-row {
	align-items: stretch;
	display: flex;
	min-height: 50px;
}

.rp-header-v2 .rp-header-v2__menu-link {
	align-items: center;
	color: var(--rp-header-v2-dark);
	display: flex;
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	min-width: 0;
	padding: 12px 8px 12px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.rp-header-v2 .rp-header-v2__menu-link:hover,
.rp-header-v2 .rp-header-v2__menu-link:focus-visible {
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__menu-link--toggle-only {
	cursor: default;
}

.rp-header-v2 .rp-header-v2__submenu-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-left: 1px solid var(--rp-header-v2-border);
	color: var(--rp-header-v2-dark);
	cursor: pointer;
	display: flex;
	flex: 0 0 50px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.rp-header-v2 .rp-header-v2__submenu-button:hover,
.rp-header-v2 .rp-header-v2__submenu-button:focus-visible {
	background: #fff;
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__submenu-button svg {
	height: 17px;
	transition: transform 180ms ease;
	width: 17px;
}

.rp-header-v2 .rp-header-v2__submenu-button[aria-expanded='true'] svg {
	transform: rotate(180deg);
}

.rp-header-v2 .rp-header-v2__mega {
	background: #fff;
	display: none;
	padding: 18px 16px 24px;
}

.rp-header-v2 .rp-header-v2__menu-item.is-open > .rp-header-v2__mega {
	display: block;
}

.rp-header-v2 .rp-header-v2__mega-grid {
	display: grid;
	gap: 22px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-header-v2 .rp-header-v2__mega-card {
	margin: 0;
	min-width: 0;
}

.rp-header-v2 .rp-header-v2__mega-image {
	align-items: center;
	background: var(--rp-header-v2-surface);
	border-radius: 9px;
	display: flex;
	height: 82px;
	justify-content: center;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 7px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega--columns .rp-header-v2__mega-image {
	background: #fff;
}

.rp-header-v2 .rp-header-v2__mega-image img,
.rp-header-v2 .rp-header-v2__mega-sidebar-image img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.rp-header-v2 .rp-header-v2__mega-placeholder {
	align-items: center;
	color: #c2c2c2;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.rp-header-v2 .rp-header-v2__mega-placeholder svg {
	height: 34px;
	width: 34px;
}

.rp-header-v2 .rp-header-v2__mega-title,
.rp-header-v2 .rp-header-v2__mega-simple-column h3,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy h3 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.rp-header-v2 .rp-header-v2__mega-title a,
.rp-header-v2 .rp-header-v2__mega-simple-column h3 a,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy h3 a {
	color: var(--rp-header-v2-dark);
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-title a:hover,
.rp-header-v2 .rp-header-v2__mega-title a:focus-visible,
.rp-header-v2 .rp-header-v2__mega-simple-column h3 a:hover,
.rp-header-v2 .rp-header-v2__mega-simple-column h3 a:focus-visible,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy h3 a:hover,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy h3 a:focus-visible {
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mega-links,
.rp-header-v2 .rp-header-v2__mega-simple-column ul,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy ul {
	display: flex;
	flex-direction: column;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rp-header-v2 .rp-header-v2__mega-links a,
.rp-header-v2 .rp-header-v2__mega-simple-column li a,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy li a {
	align-items: center;
	color: var(--rp-header-v2-muted);
	display: flex;
	font-size: 13px;
	min-height: 38px;
	padding: 3px 0;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-links a:hover,
.rp-header-v2 .rp-header-v2__mega-links a:focus-visible,
.rp-header-v2 .rp-header-v2__mega-simple-column li a:hover,
.rp-header-v2 .rp-header-v2__mega-simple-column li a:focus-visible,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy li a:hover,
.rp-header-v2 .rp-header-v2__mega-sidebar-copy li a:focus-visible {
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mega-more {
	align-items: center;
	color: var(--rp-header-v2-pink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 4px;
	margin-top: 6px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-more svg {
	height: 14px;
	width: 14px;
}

.rp-header-v2 .rp-header-v2__mega-more:hover,
.rp-header-v2 .rp-header-v2__mega-more:focus-visible {
	color: var(--rp-header-v2-pink-dark);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mega-simple {
	display: grid;
	gap: 24px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-header-v2 .rp-header-v2__mega-simple-column {
	min-width: 0;
}

.rp-header-v2 .rp-header-v2__mega-sidebar {
	display: flex;
	flex-direction: column;
}

.rp-header-v2 .rp-header-v2__mega-sidebar-tabs {
	display: none;
}

.rp-header-v2 .rp-header-v2__mega-sidebar-panels {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr;
}

.rp-header-v2 .rp-header-v2__mega-sidebar-panel {
	border-bottom: 1px solid var(--rp-header-v2-border);
	display: grid;
	gap: 14px;
	grid-template-columns: 86px minmax(0, 1fr);
	padding-bottom: 20px;
}

.rp-header-v2 .rp-header-v2__mega-sidebar-panel:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.rp-header-v2 .rp-header-v2__mega-sidebar-image {
	align-items: center;
	background: var(--rp-header-v2-surface);
	border-radius: 9px;
	display: flex;
	height: 86px;
	justify-content: center;
	overflow: hidden;
	padding: 7px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-promo {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.rp-header-v2 .rp-header-v2__mega-promo-featured {
	background: linear-gradient(135deg, var(--rp-header-v2-pink), #ff6674);
	border-radius: 12px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 18px;
	justify-content: space-between;
	min-height: 190px;
	padding: 22px;
}

.rp-header-v2 .rp-header-v2__mega-promo-kicker {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.rp-header-v2 .rp-header-v2__mega-promo-featured h3 {
	color: #fff;
	font-size: 25px;
	line-height: 1.05;
	margin: 0 0 8px;
}

.rp-header-v2 .rp-header-v2__mega-promo-featured p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	max-width: 390px;
}

.rp-header-v2 .rp-header-v2__mega-promo-cta {
	align-items: center;
	align-self: flex-start;
	background: var(--rp-header-v2-dark);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	min-height: 44px;
	padding: 10px 15px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-promo-cta:hover,
.rp-header-v2 .rp-header-v2__mega-promo-cta:focus-visible {
	background: #292728;
	color: #fff;
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mega-promo-cta svg {
	height: 16px;
	width: 16px;
}

.rp-header-v2 .rp-header-v2__mega-promo-links {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
}

.rp-header-v2 .rp-header-v2__mega-service {
	align-items: center;
	background: var(--rp-header-v2-surface);
	border: 1px solid transparent;
	border-radius: 9px;
	color: var(--rp-header-v2-dark);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	min-height: 56px;
	padding: 8px 12px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-service:hover,
.rp-header-v2 .rp-header-v2__mega-service:focus-visible {
	background: #fff;
	border-color: var(--rp-header-v2-pink);
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mega-service-icon {
	align-items: center;
	background: #fff;
	border-radius: 7px;
	color: var(--rp-header-v2-pink);
	display: flex;
	flex: 0 0 40px;
	height: 40px;
	justify-content: center;
}

.rp-header-v2 .rp-header-v2__mega-service-icon svg {
	height: 22px;
	width: 22px;
}

.rp-header-v2 .rp-header-v2__mega-promo-group {
	min-width: 0;
}

.rp-header-v2 .rp-header-v2__mega-promo-group-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.rp-header-v2 .rp-header-v2__mega-promo-group-title a {
	color: var(--rp-header-v2-dark);
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-promo-group-title a:hover,
.rp-header-v2 .rp-header-v2__mega-promo-group-title a:focus-visible {
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mega-promo-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rp-header-v2 .rp-header-v2__mega-promo-group--wide .rp-header-v2__mega-promo-list {
	columns: 2;
	column-gap: 22px;
	display: block;
}

.rp-header-v2 .rp-header-v2__mega-promo-list li {
	break-inside: avoid;
}

.rp-header-v2 .rp-header-v2__mega-promo-list a {
	color: var(--rp-header-v2-muted);
	display: block;
	font-size: 13px;
	min-height: 38px;
	padding: 8px 0;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mega-promo-list a:hover,
.rp-header-v2 .rp-header-v2__mega-promo-list a:focus-visible {
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__mobile-information {
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 18px 16px 28px;
}

.rp-header-v2 .rp-header-v2__mobile-information-title {
	color: #8c8c8c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.rp-header-v2 .rp-header-v2__mobile-information a {
	align-items: center;
	border-bottom: 1px solid var(--rp-header-v2-border);
	color: var(--rp-header-v2-dark);
	display: flex;
	font-size: 14px;
	min-height: 44px;
	text-decoration: none;
}

.rp-header-v2 .rp-header-v2__mobile-information a:hover,
.rp-header-v2 .rp-header-v2__mobile-information a:focus-visible {
	color: var(--rp-header-v2-pink);
	outline: 0;
}

.rp-header-v2 .rp-header-v2__backdrop {
	background: rgb(0 0 0 / 38%);
	display: none;
	inset: 0;
	position: fixed;
	z-index: 805;
}

.rp-header-v2 .rp-header-v2__backdrop.is-visible {
	display: block;
}

@media (min-width: 360px) {
	.rp-header-v2 .rp-header-v2__inner {
		padding-left: 14px;
		padding-right: 14px;
	}

	.rp-header-v2 .rp-header-v2__contacts {
		gap: 15px;
	}

	.rp-header-v2 .rp-header-v2__main-inner {
		gap: 12px;
	}

	.rp-header-v2 .rp-header-v2__actions {
		gap: 4px;
	}

	.rp-header-v2 .rp-header-v2__brand {
		flex-basis: auto;
	}

	.rp-header-v2 .rp-header-v2__brand img {
		height: 32px;
		width: auto;
	}
}

@media (max-width: 389px) {
	.rp-header-v2 .rp-header-v2__inner {
		padding-left: 12px;
		padding-right: 12px;
	}

	.rp-header-v2 .rp-header-v2__main-inner {
		gap: 6px;
	}

	.rp-header-v2 .rp-header-v2__menu-button {
		flex-basis: 38px;
		height: 38px;
	}

	.rp-header-v2 .rp-header-v2__menu-button svg {
		height: 22px;
		width: 22px;
	}

	.rp-header-v2 .rp-header-v2__brand img {
		height: auto;
		width: clamp(96px, 28vw, 110px);
	}

	.rp-header-v2 .rp-header-v2__actions {
		gap: 2px;
	}

	.rp-header-v2 .rp-header-v2__action {
		height: 38px;
		min-width: 38px;
	}

	.rp-header-v2 .rp-header-v2__action svg {
		height: 20px;
		width: 20px;
	}

	.rp-header-v2 .rp-header-v2__cart {
		gap: 4px;
		padding: 6px 8px;
	}

	.rp-header-v2 .rp-header-v2__cart svg {
		height: 18px;
		width: 18px;
	}

	.rp-header-v2 .rp-header-v2__cart-badge {
		font-size: 10px;
		min-width: 18px;
		padding: 1px 5px;
	}
}

@media (min-width: 390px) and (max-width: 767px) {
	.rp-header-v2 .rp-header-v2__main-inner {
		gap: 6px;
	}

	.rp-header-v2 .rp-header-v2__brand {
		flex: 1 1 auto;
	}

	.rp-header-v2 .rp-header-v2__brand img {
		height: auto;
		max-width: 100%;
		width: clamp(100px, 30vw, 132px);
	}

	.rp-header-v2 .rp-header-v2__actions {
		gap: 2px;
	}

	.rp-header-v2 .rp-header-v2__action {
		height: 40px;
		min-width: 40px;
	}

	.rp-header-v2 .rp-header-v2__action svg {
		height: 20px;
		width: 20px;
	}

	.rp-header-v2 .rp-header-v2__cart {
		gap: 4px;
		padding: 6px 8px;
	}

	.rp-header-v2 .rp-header-v2__cart-badge {
		font-size: 10px;
		min-width: 18px;
		padding: 1px 5px;
	}
}

@media (min-width: 768px) {
	.rp-header-v2 .rp-header-v2__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rp-header-v2 .rp-header-v2__utility {
		font-size: 13px;
		min-height: 40px;
	}

	.rp-header-v2 .rp-header-v2__utility-inner {
		min-height: 40px;
	}

	.rp-header-v2 .rp-header-v2__contacts {
		gap: 24px;
		width: auto;
	}

	.rp-header-v2 .rp-header-v2__main {
		padding: 16px 0;
	}

	.rp-header-v2 .rp-header-v2__main-inner {
		gap: 24px;
		min-height: 44px;
	}

	.rp-header-v2 .rp-header-v2__menu-button,
	.rp-header-v2 .rp-header-v2__action {
		flex-basis: 44px;
		height: 44px;
	}

	.rp-header-v2 .rp-header-v2__brand {
		flex-basis: auto;
	}

	.rp-header-v2 .rp-header-v2__brand img {
		height: 40px;
		width: auto;
	}

	.rp-header-v2 .rp-header-v2__actions {
		gap: 8px;
	}

	.rp-header-v2 .rp-header-v2__cart {
		flex-basis: auto;
		gap: 8px;
		padding: 10px 16px;
	}

	.rp-header-v2 .rp-header-v2__search {
		padding: 14px 20px;
	}

	.rp-header-v2 .rp-header-v2__search-submit {
		right: 20px;
		top: 50%;
	}

	.rp-header-v2 .rp-header-v2__search-results {
		left: 20px;
		right: 20px;
	}

	.rp-header-v2 .rp-header-v2__search-categories {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega {
		padding: 24px 20px 30px;
	}

	.rp-header-v2 .rp-header-v2__mega-grid {
		gap: 26px 20px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega-image {
		height: 104px;
	}

	.rp-header-v2 .rp-header-v2__mega-simple {
		gap: 30px 25px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-panels {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-panel {
		border-bottom: 0;
	}

	.rp-header-v2 .rp-header-v2__mega-promo-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 981px) {
	.rp-header-v2 .rp-header-v2__utility-nav {
		align-items: center;
		display: flex;
		gap: 0;
	}

	.rp-header-v2 .rp-header-v2__utility-nav a {
		color: #fff;
		font-size: 13px;
		padding: 8px 10px;
		text-decoration: none;
		white-space: nowrap;
	}

	.rp-header-v2 .rp-header-v2__utility-nav a + a::before {
		color: rgb(255 255 255 / 34%);
		content: '|';
		margin-right: 20px;
	}

	.rp-header-v2 .rp-header-v2__main-inner {
		gap: 32px;
		min-height: 44px;
	}

	.rp-header-v2 .rp-header-v2__menu-button,
	.rp-header-v2 .rp-header-v2__mobile-search-button {
		display: none;
	}

	.rp-header-v2 .rp-header-v2__brand {
		flex-basis: auto;
	}

	.rp-header-v2 .rp-header-v2__brand img {
		height: 40px;
		width: auto;
	}

	.rp-header-v2 .rp-header-v2__search,
	.rp-header-v2 .rp-header-v2__search.is-open {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: block;
		flex: 1;
		left: auto;
		max-width: 600px;
		min-width: 0;
		padding: 0;
		position: relative;
		right: auto;
		top: auto;
		z-index: 5;
	}

	.rp-header-v2 .rp-header-v2__search-input {
		font-size: 15px;
	}

	.rp-header-v2 .rp-header-v2__search-submit {
		right: 4px;
		top: 50%;
	}

	.rp-header-v2 .rp-header-v2__search-results {
		border-radius: 12px;
		left: 0;
		padding: 22px;
		right: 0;
		top: calc(100% + 9px);
	}

	.rp-header-v2 .rp-header-v2__search-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__actions {
		gap: 16px;
	}

	.rp-header-v2 .rp-header-v2__action {
		flex-basis: auto;
		gap: 8px;
		padding: 0;
		width: auto;
	}

	.rp-header-v2 .rp-header-v2__action > span:not(.rp-header-v2__cart-badge) {
		display: inline;
	}

	.rp-header-v2 .rp-header-v2__cart {
		gap: 10px;
		padding: 10px 18px;
	}

	.rp-header-v2 .rp-header-v2__navigation,
	.rp-header-v2 .rp-header-v2__navigation.is-open {
		display: block;
		max-height: none;
		overflow: visible;
	}

	.rp-header-v2 .rp-header-v2__navigation-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rp-header-v2 .rp-header-v2__menu {
		align-items: stretch;
		flex-direction: row;
		justify-content: space-between;
	}

	.rp-header-v2 .rp-header-v2__menu-item {
		border: 0;
		position: static;
	}

	.rp-header-v2 .rp-header-v2__menu-row {
		min-height: 52px;
	}

	.rp-header-v2 .rp-header-v2__menu-link {
		font-size: 12px;
		padding: 14px 4px 14px 7px;
		white-space: nowrap;
	}

	.rp-header-v2 .rp-header-v2__submenu-button {
		border: 0;
		flex-basis: 25px;
		width: 25px;
	}

	.rp-header-v2 .rp-header-v2__submenu-button svg {
		height: 12px;
		width: 12px;
	}

	.rp-header-v2:not(.is-hover-managed) .rp-header-v2__menu-item:hover .rp-header-v2__menu-link,
	.rp-header-v2 .rp-header-v2__menu-item.is-open .rp-header-v2__menu-link {
		color: var(--rp-header-v2-pink);
	}

	.rp-header-v2 .rp-header-v2__mega {
		border-radius: 8px;
		box-shadow: 0 10px 34px rgb(0 0 0 / 16%);
		display: block;
		left: 50%;
		max-height: calc(100vh - 185px);
		max-width: calc(100vw - 40px);
		opacity: 0;
		overflow: auto;
		padding: 36px;
		position: absolute;
		top: 100%;
		transform: translateX(-50%) translateY(8px);
		transition:
			opacity 160ms ease,
			transform 160ms ease,
			visibility 160ms ease;
		visibility: hidden;
		width: var(--rp-header-v2-width);
		z-index: 10;
	}

	.rp-header-v2:not(.is-hover-managed) .rp-header-v2__menu-item:hover > .rp-header-v2__mega,
	.rp-header-v2 .rp-header-v2__menu-item.is-open > .rp-header-v2__mega {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
		visibility: visible;
	}

	.rp-header-v2 .rp-header-v2__mega-grid {
		gap: 30px 24px;
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega-image {
		height: 116px;
		margin-bottom: 14px;
	}

	.rp-header-v2 .rp-header-v2__mega-title,
	.rp-header-v2 .rp-header-v2__mega-simple-column h3,
	.rp-header-v2 .rp-header-v2__mega-sidebar-copy h3 {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.rp-header-v2 .rp-header-v2__mega-links,
	.rp-header-v2 .rp-header-v2__mega-simple-column ul,
	.rp-header-v2 .rp-header-v2__mega-sidebar-copy ul {
		gap: 7px;
	}

	.rp-header-v2 .rp-header-v2__mega-links a,
	.rp-header-v2 .rp-header-v2__mega-simple-column li a,
	.rp-header-v2 .rp-header-v2__mega-sidebar-copy li a {
		min-height: 0;
		padding: 0;
	}

	.rp-header-v2 .rp-header-v2__mega-simple {
		gap: 36px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar {
		flex-direction: row;
		min-height: 320px;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-tabs {
		background: var(--rp-header-v2-surface);
		border-radius: 8px 0 0 8px;
		display: flex;
		flex: 0 0 245px;
		flex-direction: column;
		gap: 0;
		list-style: none;
		margin: 0;
		padding: 8px;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-tabs li {
		margin: 0;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-tab {
		align-items: center;
		border-radius: 7px;
		color: var(--rp-header-v2-dark);
		display: flex;
		font-size: 14px;
		justify-content: space-between;
		min-height: 42px;
		padding: 10px 12px;
		text-decoration: none;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-tab svg {
		height: 14px;
		width: 14px;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-tab:hover,
	.rp-header-v2 .rp-header-v2__mega-sidebar-tab:focus-visible,
	.rp-header-v2 .rp-header-v2__mega-sidebar-tab.is-active {
		background: #fff;
		color: var(--rp-header-v2-pink);
		outline: 0;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-panels {
		display: block;
		flex: 1;
		padding: 22px 30px;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-panel {
		border: 0;
		display: none;
		gap: 28px;
		grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.3fr);
		padding: 0;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-panel.is-active {
		display: grid;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-image {
		height: 250px;
	}

	.rp-header-v2 .rp-header-v2__mega-sidebar-copy ul {
		display: grid;
		gap: 10px 22px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega-promo {
		flex-direction: row;
		gap: 34px;
	}

	.rp-header-v2 .rp-header-v2__mega-promo-featured {
		flex: 0 0 34%;
		min-height: 280px;
		padding: 28px;
	}

	.rp-header-v2 .rp-header-v2__mega-promo-featured h3 {
		font-size: 32px;
	}

	.rp-header-v2 .rp-header-v2__mega-promo-links {
		align-content: center;
		flex: 1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mobile-information {
		display: none;
	}
}

@media (min-width: 981px) and (max-width: 1399px) {
	.rp-header-v2 .rp-header-v2__main-inner {
		gap: 20px;
	}

	.rp-header-v2 .rp-header-v2__brand img {
		height: 36px;
	}

	.rp-header-v2 .rp-header-v2__search,
	.rp-header-v2 .rp-header-v2__search.is-open {
		max-width: 520px;
	}

	.rp-header-v2 .rp-header-v2__actions {
		gap: 10px;
	}

	.rp-header-v2 .rp-header-v2__action {
		font-size: 13px;
		gap: 6px;
	}

	.rp-header-v2 .rp-header-v2__cart {
		gap: 8px;
		padding: 10px 14px;
	}
}

@media (min-width: 1400px) {
	.rp-header-v2 .rp-header-v2__menu-link {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 7px;
	}

	.rp-header-v2 .rp-header-v2__submenu-button {
		flex-basis: 28px;
		width: 28px;
	}

	.rp-header-v2 .rp-header-v2__search-categories {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rp-header-v2 .rp-header-v2__mega {
		padding: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rp-header-v2 .rp-header-v2__sticky,
	.rp-header-v2 .rp-header-v2__mega,
	.rp-header-v2 .rp-header-v2__submenu-button svg {
		transition: none;
	}
}

/* Služby promo variant – dve skupiny (Služby | Technológie tlače) na desktope */
@media (min-width: 1024px) {
	.rp-header-v2 .rp-header-v2__mega-promo-links {
		grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
	}

	.rp-header-v2 .rp-header-v2__mega-promo-group--wide .rp-header-v2__mega-promo-list {
		columns: 3;
	}

	.rp-header-v2 .rp-header-v2__mega-promo-list a {
		min-height: 0;
		padding: 4px 0;
	}
}
