/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 19:17:27 */
/* Wyszukiwarka w hero na HP */
.wpcas-area.wpcas-area-show-inline {
	z-index: 10;
    margin-top: 0.5rem;
	border-radius: 2rem;
}

@media only screen and (min-width: 1024px) {
	/* Szukaj konto koszyk wrapper */
	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #header-right-nav {
		border: 1px solid #ffffff40;
		color: #fff!important;
		border-radius: 2rem;
		backdrop-filter: blur(4px);
		background: rgba(255, 255, 255, 0.1)!important;
	}

	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #header-right-nav h2  {
		color: #fff!important;
	}

	/* 	Menu główne */
	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #mega-menu-wrap-primary {
		border: 1px solid #ffffff40;
		border-radius: 2rem;
		color: #fff!important;
		backdrop-filter: blur(4px);
		background: rgba(255, 255, 255, 0.1)!important;
	}

	/* 	Wrapper sub menu (ul) */
	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    	gap: .5rem;
		display: flex;
		background: #00000000;
		align-items: flex-start;
	}

	/* 	Wyłączenie on hover koloru, raczej można w opcjach wtyczki (TODO: REMOVE) */
	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
		background: #00000000;
	}

	/* 	Kolor, normalnie jest czarny ale tutaj bo to transparent header jest na biało */
	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
		color: #fff;
	}

	/* 	Item sub menu (li) nie link ale taki wrapper linków, potem jest znowu ul i li już z <a> */
	#nsa-main-header .kb-header-sticky-wrapper:not(.item-is-fixed) #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.menu-item {
		background: #fff;
    	margin-top: .5rem;
		border-radius: 2rem;
	}
}

/* Zawsze border radius na dole wrappera sub menu (ul) */
#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	border-radius: 0 0 2rem 2rem!important;
}

/* Zawsze border radius wrappera linków sub menu (li) ale jeszcze nie to co trzyma linki */
#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.menu-item {
	border-radius: 2rem!important;
}