/* Выпадающее меню при Hover */
.dropdown:hover .dropdown-menu{display: block;}

/*==== верхнее меню и нижнее меню ====*/

.top_header, .menu_area, .header_main__inner{
	display: flex; 
	justify-content: space-between;
}

.top_header .item, 
.menu_area .item,
.header_main__inner > .item{
	display: flex; 
	align-items: center;
	position: relative;
}

/* ---- Одноуровневая шапка (desktop) ---- */
@media (min-width: 992px) {
.tv-storefront-header {
	position: relative;
	z-index: 1100;
}

body.storefront-header-search-open .tv-storefront-header,
body.storefront-profile-open .tv-storefront-header {
	z-index: 10000;
}

body.storefront-header-search-open .route_container,
body.storefront-header-search-open .tv-storefront-footer,
body.storefront-profile-open .route_container,
body.storefront-profile-open .tv-storefront-footer {
	position: relative;
	z-index: 0;
}

.tv-storefront-header > .header_main.header_wrap_bottom,
.site-header > .header_main.header_wrap_bottom {
	position: sticky;
	top: 0;
	z-index: 1000;
	--tv-header-sticky-height: 68px;
}

	.header_main__inner {
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		padding: 12px 14px;
		overflow: visible;
		box-sizing: border-box;
	}

	.header_main__logo {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		height: 44px;
		margin: 0;
	}

	.header_main__logo div.logo {
		display: flex;
		align-items: center;
		height: 100%;
		margin: 0;
	}

	.header_main__logo div.logo img {
		width: 130px;
		max-height: 36px;
		margin: 0;
	}

	.header_main__catalog {
		flex: 0 0 auto;
		align-self: center;
		display: flex;
		align-items: center;
		height: 44px;
		margin: 0;
	}

	.header_main__search {
		flex: 1 1 auto;
		min-width: 0;
		position: relative;
		align-self: center;
		display: flex;
		align-items: center;
		height: 44px;
		margin: 0;
	}

	.header_main__search .search-wrapp {
		width: 100%;
		min-width: 0;
		max-width: none;
		align-self: center;
		height: 44px;
		margin: 0;
		box-sizing: border-box;
	}

	.header_main__search .search-wrapp input.search {
		width: 100%;
		box-sizing: border-box;
		padding-right: 48px;
		padding-left: 16px;
		height: 44px;
		background: var(--color-stage, #fff);
		border: 1px solid var(--color-border, #ebebeb);
		border-radius: 8px;
		font-size: 15px;
		transition: border-color 0.15s ease, box-shadow 0.15s ease;
		margin: 0;
	}
	.header_main__search .search-wrapp input.search:focus {
		border-color: color-mix(in srgb, var(--vm-lime, #9edc2a) 60%, var(--color-border, #ebebeb)) !important;
		box-shadow: 0 0 0 4px color-mix(in srgb, var(--vm-lime, #9edc2a) 15%, transparent);
		outline: none;
	}

	.header_main__search .search-wrapp .input_area {
		width: 100%;
		position: relative;
		height: 44px;
		margin: 0;
		box-sizing: border-box;
	}

	.header_main__search .search-wrapp button.search_icon {
		top: 0;
		right: 0;
		width: 44px;
		height: 44px;
		border-radius: 0 8px 8px 0;
	}

	.header_main__search .search-wrapp button.search_icon.close_modal {
		pointer-events: auto;
		cursor: pointer;
	}

	/* Открытый поиск в шапке: поле не смещается, dropdown под input */
	.header_main__search .search-wrapp.search-wrapp--header-open {
		position: relative;
		width: 100%;
		/* public.css: .medium_radius { overflow: hidden } — иначе dropdown обрезается */
		overflow: visible;
	}

	.header_main__search .search-wrapp.search-wrapp--header-open .search_result {
		position: fixed;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
		margin: 0;
		box-sizing: border-box;
		z-index: 10020;
		height: 80vh;
		max-height: 80vh;
		overflow: auto;
		border-radius: 8px;
		border: 1px solid var(--color-border, #ebebeb);
		background: var(--color-stage, #fff);
		color: var(--color-text-stage, #202020);
		box-shadow: 0 12px 32px rgb(14 26 50 / 0.18);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-6px);
		pointer-events: none;
		transition:
			opacity var(--header-search-fade, 0.2s) ease,
			transform var(--header-search-fade, 0.2s) ease,
			visibility 0s linear var(--header-search-fade, 0.2s);
	}

	.header_main__search .search-wrapp.search-wrapp--header-open .search_result.is-visible {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
		transition:
			opacity var(--header-search-fade, 0.2s) ease,
			transform var(--header-search-fade, 0.2s) ease,
			visibility 0s linear 0s;
	}

	/* Градиент шапки задаёт overflow:hidden — при открытом поиске показываем dropdown */
	.tv-storefront-header .header_main__inner.bottom_header--nav.header-nav--search-open,
	.header_main.header_wrap_bottom.header-nav--search-open,
	.tv-storefront-header .header_main__inner.bottom_header--nav.header-nav--profile-open,
	.header_main.header_wrap_bottom.header-nav--profile-open,
	.tv-storefront-header .header_main__inner.bottom_header--nav:has(#profile-menu-container.is-profile-open),
	.header_main.header_wrap_bottom:has(#profile-menu-container.is-profile-open) {
		overflow: visible !important;
	}

	.header_main__search.header-search-active {
		overflow: visible;
		z-index: 10002;
	}

	.header_main.header_wrap_bottom.header-nav--profile-open .header_main__actions,
	.tv-storefront-header .header_main__actions:has(#profile-menu-container.is-profile-open),
	.tv-storefront-header .auth-header-profile:has(#profile-menu-container.is-profile-open) {
		overflow: visible;
		z-index: 10003;
	}

	.tv-storefront-header #profile-menu-container {
		position: relative;
	}

	/* Затемнение фона — ниже .tv-storefront-header (1100), выше контента каталога */
	.header-search-overlay {
		position: fixed;
		inset: 0;
		background: #000;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		z-index: 1090;
		transition:
			opacity var(--header-search-fade, 0.2s) ease,
			visibility 0s linear var(--header-search-fade, 0.2s);
	}

	.header-search-overlay.is-visible {
		opacity: 0.55;
		visibility: visible;
		pointer-events: auto;
		transition:
			opacity var(--header-search-fade, 0.2s) ease,
			visibility 0s linear 0s;
	}

	.header_main__search .search-wrapp.search-wrapp--header-open input.search {
		border: 1px solid var(--color-border, #ebebeb) !important;
		border-radius: 8px !important;
	}

	.header_main__actions {
		flex: 0 0 auto;
		margin-left: auto;
		gap: 8px;
		align-items: center;
		padding-left: 12px;
		height: 44px;
		margin-top: 0;
		margin-bottom: 0;
		box-sizing: border-box;
	}

	.header_main__actions .header_icon {
		margin-left: 4px;
		display: flex;
		align-items: center;
		height: 44px;
		margin-top: 0;
		margin-bottom: 0;
		box-sizing: border-box;
	}
	.tv-storefront-header .header_main__actions .header_icon .icon_component {
		height: 44px;
		display: flex;
		align-items: center;
	}

	.header_main__actions .auth-header-profile {
		height: 44px;
		display: flex;
		align-items: center;
		margin: 0;
		box-sizing: border-box;
	}

	.header_catalog_btn.get_nav {
		margin: 0;
	}
	.header_catalog_btn.get_nav a.get_nav_btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		padding: 0 24px;
		height: 44px;
		white-space: nowrap;
		line-height: 1;
		color: inherit;
		text-decoration: none;
		margin: 0;
		box-sizing: border-box;
	}

	.header_catalog_btn.get_nav .get_nav_icon {
		display: block;
		flex: 0 0 21px;
		width: 21px;
		height: 16px;
	}

	.header_catalog_btn.get_nav .get_nav_icon path,
	.header_catalog_btn.get_nav .get_nav_icon__shape {
		fill: var(--tv-action-primary, #6366f1);
	}

	.header_catalog_btn.get_nav .get_nav_icon__knob {
		fill: #fff;
	}

	.header_catalog_btn.get_nav a.get_nav_btn:active .get_nav_icon__knob {
		fill: var(--tv-action-primary, #6366f1);
	}

	.header_catalog_btn.get_nav .get_nav_label {
		display: block;
		line-height: 1;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0.01em;
	}
}

.header_wrap_top {
	display: none;
}


.tv-storefront-header > .header_wrap_bottom,
.site-header > .header_wrap_bottom {
		position: sticky;
		top: -1px;
		z-index: 1000;
		border-radius: 5px;
}

.mobile_header .info_phone_mobile .fa{
    font-size: 18px;
}


.top_header .support_phone {	
    display: flex;
    flex-direction: column;
	margin-left: auto;
	margin-right: 20px;
	justify-content: space-between;
}


.top_header .info_support { margin-top: 12px; color: var(--vm-navy, var(--color-text-stage));}

.top_header .info_phone { margin-top: 10px;}



/* верхнее меню */

.product_catalog_menu a:hover {
    color: unset;
}

.product_catalog_menu a.link-ease-in-out{
    display: inline-block;
    line-height: 23px;
    cursor: pointer;
}

.product_catalog_menu a.link-ease-in-out:after {
	background-color: #ffffff;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.product_catalog_menu a.link-ease-in-out:hover:after,
.product_catalog_menu a.link-ease-in-out:focus:after {
    width: 100%;
}

/* лого */
.logo {
	display: flex;
	align-items: center;
}
.logo img{
	max-width: 100%;
	width: 130px;
	max-height: 72px;
	height: auto;
	object-fit: contain;
}

.top_header .end_item {
	margin-left: auto;
}

.top_header .end_item .item:not(:first-child){
	margin-left: 12px;
}

.top_header .middle_item, .top_header .end_item{
	top: 3px
}

.top_header .header_phone {
    margin-left: auto;
}

/*.top_header .info_phone {
	margin-right: 12px;
}*/


/* поиск */
.bottom_header .search-wrapp input {
    border: unset!important;
    height: 44px;
    box-sizing: border-box;
} 


.mobile_header .search-wrapp.width_mode{
		width:100%;
		right:0;
		top:0;
} 


.bottom_header .width_mode input{
    border-bottom: 1px solid var(--color-border, #ebebeb)!important;
	border-radius: unset;
}

html.dark .bottom_header--nav .search-wrapp input.search,
html.dark .header_main__search .search-wrapp input.search {
	background-color: var(--color-stage, #1a1f2e);
	color: var(--color-text-stage, #e8eaef);
}

html.dark .bottom_header--nav .search-wrapp .search_icon,
html.dark .header_main__search .search-wrapp .search_icon {
	color: var(--color-text-stage, #e8eaef);
}

html.dark .bottom_header .width_mode input {
	border-bottom-color: var(--color-border, #2d3548) !important;
}


.bottom_header .search-wrapp {
    position: relative;
    min-width: 118px;
	align-self: center;
	height: 44px;
	box-sizing: border-box;
}

.tv-storefront-header .bottom_header--nav.menu_area,
.tv-storefront-header .header_main__inner.bottom_header--nav {
	align-items: center;
}

.tv-storefront-header .bottom_header--nav .search-wrapp,
.tv-storefront-header .header_main__search .search-wrapp {
	align-self: center;
}

.tv-storefront-header .bottom_header--nav .search-wrapp.width_mode {
	align-self: flex-start;
	top: auto;
}



/* бургер */
.burger_menu {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 12px;
}

.burger_menu_tub{
    background-color: transparent;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    width: 24px;
    height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.burger_menu_tub .burger-item {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: rgb(120, 124, 135);
    margin: 1.9px auto;
    transition: all 0.3s ease 0s;
}

/*==== нижнее меню ====*/
.bottom_header{
	position: relative; 
	padding: 10px 12px;
	overflow: visible;
}

.product_catalog_menu ul{display: flex; flex-wrap: wrap;}
.product_catalog_menu ul li{min-width: max-content; padding: 8px; padding-right: 20px; padding-left: 20px;}



/* первый элемент меню — «Каталог» */
.product_catalog_menu ul li.get_nav {
	margin-right: 15px;
	padding: 0;
	min-width: 0;
	cursor: pointer;
}

.product_catalog_menu ul li.get_nav a.get_nav_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 10px 16px;
	white-space: nowrap;
	line-height: 1;
	color: inherit;
	text-decoration: none;
}

.product_catalog_menu ul li.get_nav .get_nav_icon {
	display: block;
	flex: 0 0 21px;
	width: 21px;
	height: 16px;
	margin: 0;
}

.product_catalog_menu ul li.get_nav .get_nav_icon path,
.product_catalog_menu ul li.get_nav .get_nav_icon__shape {
	fill: var(--tv-action-primary, #6366f1);
}

.product_catalog_menu ul li.get_nav .get_nav_icon__knob {
	fill: #fff;
}

.product_catalog_menu ul li.get_nav a.get_nav_btn:active .get_nav_icon__knob {
	fill: var(--tv-action-primary, #6366f1);
}

.product_catalog_menu ul li.get_nav .get_nav_label {
	display: block;
	line-height: 1;
}


.product_catalog_menu li.get_nav a:hover{
	color:#ffffff;
}

.tv-storefront-header .bottom_header--nav .product_catalog_menu li.get_nav a:hover {
	color: inherit;
}

.product_catalog_menu ul li.get_nav:hover{
     transition: all 1s ease; 
}


/* мобильник */

@media (max-width: 1200px) {  

	.product_catalog_menu ul li.get_nav {
		margin-right: 5px;
	}

	.product_catalog_menu ul li.get_nav a.get_nav_btn {
		padding: 8px 12px;
	}

	.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn {
		padding: 0 14px;
		height: 44px;
	}

	.product_catalog_menu ul li {
		padding-right: 8px;}
}



@media (min-width: 992px) {  

	.mobile_header.header_wrap_bottom{
		display:none;}
	
	}


@media (max-width: 991px) {  

	.header_wrap_top,
	.tv-page.header_main.header_wrap_bottom:has(.header_main__inner) {
		display:none;}
	
	}
	

	.mobile_header {
		
		display:block;
		position: sticky;
		top: 0;
		
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 8px;
		
		z-index: 1000;}
		
		
	.mobile_header .menu-close {
		border-radius: 6px;}
		

	.mobile_header_center.menu-popup {
		display: none;
		height:100vh;
		position: fixed;
		overflow-y: scroll;
		left: -110%;
		top: 0px;
		width: 100%; 
		padding: 12px 16px;
		z-index: 20;
		z-index: 9;}	

	
	.mobile_header .logo img,
	.mobile_header .logo .logo__img {
		width: auto;
		height: 40px;
		max-width: 48px;
		object-fit: contain;
		display: block;
		margin-right: 12px;}	


	.mobile_header .search_wrap{
		width: 100%;}

	
/*содержимое мобильного меню*/
	
	.mobile_header .close {
		font-size: 22px;
		color: black;
		display: flex;
        justify-content: flex-end;
		margin-bottom: 22px;
		padding-top: 8px;
		padding-right: 8px;
		cursor: pointer}
	
	.catalog_mobile,   
	.menu_mobile,  
	.info_contact, .info_support_mobile{
		padding: 6px 8px;
		margin-bottom: 10px;}	
		
		
	.mobile_header .search-wrapp {
		width: unset;}
		
		
	.menu_mobile, .info_contact{  
		border-bottom: 1px solid #dfdfdf;}
		
/* каталог */
	
	.catalog_mobile ul li {
		line-height: 16px;
		margin-bottom:8px;}
		
	
		
	.product_catalog_wrap{
		margin-bottom: 14px;
		margin-top: 12px;
		}
	
	.product_catalog_mobile{
		margin-top: 10px;
		margin-bottom: 10px;}
	
/* меню страницы сайта */
	
	
	.menu_mobile li {
		line-height: 34px;}
	


/* контакт */

	.mobile_header .info_phone_mobile .fa, .mobile_header .info_support .fa{
		margin-right: 8px;}	 

	.info_contact, .product_menu_mobile {
		padding-bottom: 16px;}	
		

/* спойлер */
	
	details{
		display:block;
		overflow:hidden;}
		
	details:not(:last-child){
		margin-bottom: 18px;}	
		
	summary::-webkit-details-marker{display:none;}
	summary::-moz-list-bullet{list-style-type:none;}
	summary::marker{display:none;} 
	summary {
		display:block;
		font-size: 21px;
		cursor: pointer;
		position: relative;}

	summary .cat{
		font-size:16px;
		margin-bottom: 8px;
		color: #040404;}

	summary:before {  
		top: -6px;
		right: 0px;
		color: transparent;
		background: url("/components/site/header/img/chek.svg");
		width: 1em;
		height: 1em;  
		content: "";
		position: absolute;
		transition: transform .5s;}

	details[open] > summary:before {
		transform: scale(1,-1);}


	details[open] summary ~ *{ 
		animation: sweep .5s ease-in-out;}
		
	summary:focus {
		outline:0;}




/* иконки */

a.wish_list .medium_radius.prime, 
a.lk .medium_radius.prime,
a.cart .medium_radius.prime {
    background-color: unset!important;
}

/* wish_list unset снимает фон — возвращаем контурный стиль в шапке */
.tv-storefront-header .header_main__actions a.wish_list .medium_radius.prime {
	background-color: var(--color-stage, #fff) !important;
	border: 1px solid var(--color-border, #e5e7eb);
	box-shadow: 0 1px 2px rgb(14 26 50 / 0.04);
}

/* ---- VENDORMART: нижняя навигация (градиент как у hero v2) ---- */
.tv-storefront-header .bottom_header--nav,
.tv-storefront-header .header_main__inner.bottom_header--nav {
	position: relative;
	overflow: hidden;
	/*
	background:
		linear-gradient(125deg,
			#0c1440 0%,
			#162d8a 28%,
			#1a4fd4 48%,
			#2a2488 72%,
			#0a1238 100%) !important;
	*/
	background: var(--tv-action-primary, #6366f1) !important;
	color: rgb(255 255 255 / 0.92);
	border: none;
	box-shadow: var(--tv-action-shadow, 0 2px 8px rgb(99 102 241 / 0.35));
}

/*
.tv-storefront-header .bottom_header--nav::before,
.tv-storefront-header .header_main__inner.bottom_header--nav::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	border-radius: inherit;
	background:
		radial-gradient(circle at 96% 12%, rgb(61 232 255 / 0.42) 0%, transparent 36%),
		radial-gradient(circle at 88% 78%, rgb(168 85 255 / 0.36) 0%, transparent 40%),
		radial-gradient(circle at 8% 88%, rgb(61 232 255 / 0.28) 0%, transparent 32%),
		radial-gradient(circle at 12% 16%, rgb(212 255 51 / 0.22) 0%, transparent 38%);
}
*/

.tv-storefront-header .bottom_header--nav > *,
.tv-storefront-header .header_main__inner.bottom_header--nav > * {
	position: relative;
	z-index: 1;
}

.tv-storefront-header .header_main__catalog {
	border-right-color: rgb(255 255 255 / 0.16);
}

.tv-storefront-header .header_main__logo div.logo {
	display: flex;
	align-items: center;
	padding: 0 8px;
	border-radius: 8px;
	background: rgb(255 255 255 / 0.95);
	height: 44px;
	box-sizing: border-box;
}

.tv-storefront-header .header_main__logo div.logo img,
.tv-storefront-header .header_main__logo div.logo .logo__img {
	width: auto;
	max-width: 220px;
	max-height: 40px;
	height: 40px;
	padding: 0;
	background: none;
	border-radius: 0;
	object-fit: contain;
	display: block;
}

.tv-storefront-header .header_main__actions {
	overflow: visible;
}

.tv-storefront-header .bottom_header--nav .product_catalog_menu a.link-ease-in-out,
.tv-storefront-header .bottom_header--nav .product_catalog_menu li {
	color: rgb(255 255 255 / 0.92);
}

.tv-storefront-header .bottom_header--nav .product_catalog_menu a.link-ease-in-out:after {
	background-color: var(--vm-lime, var(--color-prime));
}

.tv-storefront-header .bottom_header--nav .product_catalog_menu ul {
	align-items: center;
}

.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li {
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 42px;
}

.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	align-self: stretch;
}

.tv-storefront-header .header_main__actions .icon_component {
	color: rgb(255 255 255 / 0.88);
	flex-direction: row;
	width: 44px;
	height: 44px;
	overflow: visible;
}
.tv-storefront-header .header_main__actions .icon_component .icon_text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav {
	margin: 0;
}
.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn,
.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn {
	background: var(--color-stage, #fff);
	color: var(--vm-navy, #0e1a32) !important;
	border: 1px solid var(--color-border, #ebebeb) !important;
	border-radius: 8px;
	height: 44px;
	padding: 0 24px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	box-shadow: 0 1px 2px rgb(14 26 50 / 0.05);
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn {
	padding: 0 24px;
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 44px;
	box-sizing: border-box;
}

.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn .get_nav_icon path,
.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn .get_nav_icon__shape,
.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn .get_nav_icon path,
.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn .get_nav_icon__shape {
	fill: var(--tv-action-primary, #6366f1);
}

.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn .get_nav_icon__knob,
.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn .get_nav_icon__knob {
	fill: #fff;
}

.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn:active .get_nav_icon__knob,
.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn:active .get_nav_icon__knob {
	fill: var(--tv-action-primary, #6366f1);
}

.tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn:hover,
.tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn:hover,
.tv-storefront-header .bottom_header--nav .product_catalog_menu li.get_nav a.get_nav_btn:hover {
	background: var(--color-back-stage, #f2f4f9);
	border-color: color-mix(in srgb, var(--vm-navy, #0e1a32) 10%, var(--color-border, #ebebeb)) !important;
	box-shadow: 0 2px 8px rgb(14 26 50 / 0.07);
	color: var(--vm-navy, #0e1a32) !important;
}

.tv-storefront-header .bottom_header--nav .product_catalog_menu li.get_nav a.get_nav_btn:hover {
	color: var(--vm-navy, #0e1a32) !important;
}

html.dark .tv-storefront-header .bottom_header--nav,
html.dark .tv-storefront-header .header_main__inner.bottom_header--nav {
	/*
	background:
		linear-gradient(125deg,
			#0c1440 0%,
			#162d8a 28%,
			#1a4fd4 48%,
			#2a2488 72%,
			#0a1238 100%) !important;
	*/
	background: var(--tv-action-primary, #818cf8) !important;
	border: none;
	box-shadow: var(--tv-action-shadow, 0 2px 8px rgb(99 102 241 / 0.4));
	color: rgb(255 255 255 / 0.92);
}

html.dark .tv-storefront-header .header_main__actions .icon_component .count_icon {
	border-color: rgb(255 255 255 / 0.28);
	background: var(--color-stage, #fff);
}

html.dark .tv-storefront-header .header_main__catalog {
	border-right-color: rgb(255 255 255 / 0.16);
}

html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu a.link-ease-in-out,
html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu li {
	color: rgb(255 255 255 / 0.92);
}

html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav {
	border-right: none;
}

html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn,
html.dark .tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn {
	background: var(--color-stage, #fff);
	color: var(--vm-navy, #0e1a32) !important;
	border-color: var(--color-border, #ebebeb) !important;
	box-shadow: 0 1px 2px rgb(14 26 50 / 0.05);
}

html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn .get_nav_icon path,
html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn .get_nav_icon__shape,
html.dark .tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn .get_nav_icon path,
html.dark .tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn .get_nav_icon__shape {
	fill: var(--tv-action-primary, #818cf8);
}

html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn .get_nav_icon__knob,
html.dark .tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn .get_nav_icon__knob {
	fill: #fff;
}

html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu ul li.get_nav a.get_nav_btn:hover,
html.dark .tv-storefront-header .bottom_header--nav .product_catalog_menu li.get_nav a.get_nav_btn:hover,
html.dark .tv-storefront-header .header_main__inner.bottom_header--nav .header_catalog_btn.get_nav a.get_nav_btn:hover {
	background: color-mix(in srgb, #fff 6%, var(--color-stage, #1a1f2e));
	border-color: var(--color-border, #2d3548) !important;
	color: var(--vm-navy, #0e1a32) !important;
}

/* ---- Action-иконки: контур вместо navy-заливки (шапка + sticky footer) ---- */
.tv-storefront-header .header_main__actions .icon_component .medium_radius.prime,
.tv-storefront-header .header_main__actions .auth-header-profile .auth-profile-avatar--guest,
.tv-storefront-header .header_main__actions .auth-header-profile .auth-profile-avatar:not(.auth-profile-avatar--guest),
.tv-storefront-footer .sticky_area .iconWrap__SceC7._showLogo__heP6c {
	background: var(--color-stage, #fff) !important;
	background-image: none !important;
	color: var(--vm-navy, #0e1a32) !important;
	border: 1px solid var(--color-border, #e5e7eb);
	box-shadow: 0 1px 2px rgb(14 26 50 / 0.04);
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.tv-storefront-header .header_main__actions .icon_component .medium_radius.prime,
.tv-storefront-header .header_main__actions .auth-header-profile .auth-profile-avatar--guest,
.tv-storefront-header .header_main__actions .auth-header-profile .auth-profile-avatar:not(.auth-profile-avatar--guest) {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	margin: 0;
	box-sizing: border-box;
}

.tv-storefront-header .header_main__actions .icon_component .medium_radius.prime .icon {
	width: 34px;
	height: 35px;
	max-width: 34px;
	max-height: 35px;
	padding: 6px;
	margin: 0;
	flex: 0 0 auto;
	object-fit: contain;
	object-position: center;
	box-sizing: border-box;
}

.tv-storefront-header .header_main__actions .icon_component:hover .medium_radius.prime,
.tv-storefront-header .header_main__actions .auth-header-profile #profile-menu-button:hover .auth-profile-avatar {
	background: var(--color-back-stage, #f2f4f9) !important;
	border-color: color-mix(in srgb, var(--vm-navy, #0e1a32) 10%, var(--color-border, #e5e7eb));
	box-shadow: 0 2px 8px rgb(14 26 50 / 0.06);
}

.tv-storefront-header .header_main__actions .icon_component .count_icon {
	top: -6px;
	right: -6px;
	left: auto;
	width: 16px;
	height: 16px;
	font-size: 8px;
	line-height: 16px;
	border: 1px solid var(--color-border, #d1d5db);
	box-sizing: border-box;
	background: #fff;
}

.tv-storefront-header .header_main__actions .icon_component .count_icon .count_number {
	font-size: 8px;
	font-weight: 600;
	line-height: 1;
}
/* SVG cart — белая заливка в ассете, перекрашиваем в navy на светлой таблетке */
.tv-storefront-header .header_main__actions .cart .medium_radius.prime img.icon {
	filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(3000%) hue-rotate(186deg);
}

.tv-storefront-header .header_main__actions .wish_list .medium_radius.prime img.icon,
.tv-storefront-header .header_main__actions .messages .medium_radius.prime img.icon {
	filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(3000%) hue-rotate(186deg);
}

html.dark .tv-storefront-header .header_main__actions .icon_component .medium_radius.prime,
html.dark .tv-storefront-header .header_main__actions .auth-header-profile .auth-profile-avatar--guest,
html.dark .tv-storefront-header .header_main__actions .auth-header-profile .auth-profile-avatar:not(.auth-profile-avatar--guest) {
	background: color-mix(in srgb, #fff 5%, var(--color-stage, #1a1f2e)) !important;
	background-image: none !important;
	color: var(--color-text-stage, #e8eaef) !important;
	border-color: var(--color-border, #2d3548);
	box-shadow: none;
}


html.dark .tv-storefront-header .header_main__actions .icon_component:hover .medium_radius.prime,
html.dark .tv-storefront-header .header_main__actions .auth-header-profile #profile-menu-button:hover .auth-profile-avatar {
	background: color-mix(in srgb, #fff 6%, var(--color-stage, #1a1f2e)) !important;
	border-color: var(--color-border, #2d3548);
}

html.dark .tv-storefront-header .header_main__actions .cart .medium_radius.prime img.icon,
html.dark .tv-storefront-header .header_main__actions .wish_list .medium_radius.prime img.icon,
html.dark .tv-storefront-header .header_main__actions .messages .medium_radius.prime img.icon {
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

/* Sticky footer: тёмные SVG на белой плитке (как в шапке) */
.tv-storefront-footer .sticky_area .icon_component .medium_radius.prime,
.tv-storefront-footer .sticky_area a.cart .medium_radius.prime,
.tv-storefront-footer .sticky_area a.wish_list .medium_radius.prime,
.tv-storefront-footer .sticky_area a.lk .medium_radius.prime,
.tv-storefront-footer .sticky_area .catalog-bottom-filters .medium_radius.prime {
	background: var(--color-stage, #fff) !important;
	background-image: none !important;
	color: var(--vm-navy, #0e1a32) !important;
	border: 1px solid var(--color-border, #e5e7eb);
	box-shadow: 0 1px 2px rgb(14 26 50 / 0.04);
	box-sizing: border-box;
}

.tv-storefront-footer .sticky_area .icon_component:hover .medium_radius.prime {
	background: var(--color-back-stage, #f2f4f9) !important;
	border-color: color-mix(in srgb, var(--vm-navy, #0e1a32) 10%, var(--color-border, #e5e7eb));
	box-shadow: 0 2px 8px rgb(14 26 50 / 0.06);
}

.tv-storefront-footer .sticky_area a.cart .medium_radius.prime img.icon,
.tv-storefront-footer .sticky_area a.wish_list .medium_radius.prime img.icon,
.tv-storefront-footer .sticky_area a.lk .medium_radius.prime img.icon,
.tv-storefront-footer .sticky_area a.messages .medium_radius.prime img.icon {
	filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(3000%) hue-rotate(186deg);
}

html.dark .tv-storefront-footer .sticky_area .icon_component .medium_radius.prime,
html.dark .tv-storefront-footer .sticky_area a.cart .medium_radius.prime,
html.dark .tv-storefront-footer .sticky_area a.wish_list .medium_radius.prime,
html.dark .tv-storefront-footer .sticky_area a.lk .medium_radius.prime {
	background: color-mix(in srgb, #fff 5%, var(--color-stage, #1a1f2e)) !important;
	border-color: var(--color-border, #2d3548);
	box-shadow: none;
}

html.dark .tv-storefront-footer .sticky_area a.cart .medium_radius.prime img.icon,
html.dark .tv-storefront-footer .sticky_area a.wish_list .medium_radius.prime img.icon,
html.dark .tv-storefront-footer .sticky_area a.lk .medium_radius.prime img.icon,
html.dark .tv-storefront-footer .sticky_area a.messages .medium_radius.prime img.icon {
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

@media (max-width: 991px) {
	.tv-storefront-footer .sticky_area .icon_component .medium_radius.prime,
	.tv-storefront-footer .sticky_area a.cart .medium_radius.prime,
	.tv-storefront-footer .sticky_area a.wish_list .medium_radius.prime,
	.tv-storefront-footer .sticky_area a.lk .medium_radius.prime,
	.tv-storefront-footer .sticky_area .catalog-bottom-filters .medium_radius.prime {
		width: 28px;
		height: 28px;
		border: none;
		box-shadow: none;
		background: transparent !important;
	}

	.tv-storefront-footer .sticky_area .icon_component .icon {
		padding: 2px;
	}

	.tv-storefront-footer .sticky_area .icon_component .count_icon {
		top: -4px;
		left: calc(50% + 5px);
		width: 14px;
		height: 14px;
		border-width: 1px;
	}

	.tv-storefront-footer .sticky_area .icon_component .count_icon .count_number {
		font-size: 7px;
	}

	html.dark .tv-storefront-footer .sticky_area {
		background: var(--color-stage, #1a1f2e);
		border-top-color: var(--color-border, #2d3748);
		box-shadow: 0 -1px 8px rgb(0 0 0 / 0.28);
	}
}











