:root {
	--aktin-ink: #152238;
	--aktin-muted: #667085;
	--aktin-line: #e2e7ee;
	--aktin-soft: #f4f7fa;
	--aktin-brand: #d91f5d;
	--aktin-brand-dark: #b8154b;
	--aktin-blue: #145692;
	--aktin-focus: #1769aa;
}

.aktin-shop-header {
	height: auto !important;
	background: #fff;
	border-bottom: 1px solid var(--aktin-line);
}

body.aktin-commerce-header #top-bar {
	min-height: 36px;
	background: #12395f !important;
}

body.aktin-commerce-header #top-bar > .container {
	justify-content: flex-end;
	min-height: 36px;
}

body.aktin-commerce-header #top-bar .flex-left,
body.aktin-commerce-header #top-bar .flex-center {
	display: none;
}

body.aktin-commerce-header #top-bar .flex-right {
	margin-left: auto;
}

body.aktin-commerce-header #top-bar .top-bar-nav > li > a {
	min-height: 36px;
	font-size: 12px;
	font-weight: 550;
	line-height: 36px;
	color: rgba(255, 255, 255, 0.88);
}

body.aktin-commerce-header #top-bar .top-bar-nav > li > a:hover {
	color: #fff;
}

.stuck .aktin-shop-header {
	height: auto !important;
	box-shadow: 0 8px 28px rgba(21, 34, 56, 0.12);
}

.aktin-shop-header .aktin-header__inner {
	display: grid;
	grid-template-columns: 190px minmax(440px, 680px) 1fr;
	gap: clamp(24px, 2.5vw, 42px);
	align-items: center;
	min-height: 88px;
	padding-block: 8px;
}

.aktin-shop-header #logo {
	width: auto !important;
	margin: 0;
}

.aktin-shop-header #logo a,
.aktin-shop-header #logo img {
	width: 100%;
	max-width: 190px !important;
	max-height: 64px !important;
	object-fit: contain;
}

.aktin-header__desktop-center {
	justify-self: start;
	width: 100%;
	max-width: 680px;
	min-width: 0;
}

.aktin-header__search,
.aktin-header__search .searchform-wrapper,
.aktin-header__search form,
.aktin-header__mobile-search .searchform-wrapper,
.aktin-header__mobile-search form {
	width: 100% !important;
	max-width: none !important;
}

.aktin-header__search form .flex-row,
.aktin-header__mobile-search form .flex-row {
	height: 52px;
	align-items: stretch;
	background: var(--aktin-soft);
	border: 1px solid #cfd7e2;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.aktin-header__search form:focus-within .flex-row,
.aktin-header__mobile-search form:focus-within .flex-row {
	background: #fff;
	border-color: var(--aktin-focus);
	box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.16);
}

.aktin-header__search input.search-field,
.aktin-header__mobile-search input.search-field {
	height: 50px;
	padding: 0 18px;
	font-size: 15px;
	color: var(--aktin-ink);
	background: transparent;
	border: 0;
	box-shadow: none;
}

.aktin-header__search input.search-field::placeholder,
.aktin-header__mobile-search input.search-field::placeholder {
	color: #697386;
	opacity: 1;
}

.aktin-header__search .ux-search-submit,
.aktin-header__mobile-search .ux-search-submit {
	display: grid;
	place-items: center;
	width: 54px;
	min-width: 54px;
	height: 52px;
	min-height: 52px;
	margin: -1px -1px -1px 0 !important;
	padding: 0;
	color: #fff;
	background: var(--aktin-brand) !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition: background-color 160ms ease;
}

.aktin-header__search .ux-search-submit:hover,
.aktin-header__mobile-search .ux-search-submit:hover {
	background: var(--aktin-brand-dark) !important;
}

.aktin-header__search .live-search-results,
.aktin-header__mobile-search .live-search-results {
	top: calc(100% + 8px);
	border: 1px solid var(--aktin-line);
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(21, 34, 56, 0.16);
	overflow: hidden;
}

.aktin-shop-header .header-nav-main.nav-right {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

.aktin-shop-header .flex-right {
	justify-self: end;
}

.aktin-shop-header .header-nav-main.nav-right > li {
	margin: 0;
}

.aktin-shop-header .header-nav-main.nav-right > li.header-search {
	display: none;
}

.aktin-shop-header .header-nav-main.nav-right > li > a,
.aktin-shop-header .header-nav-main.nav-right .aktin-tel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 44px;
	height: 44px;
	padding: 0 11px;
	color: var(--aktin-ink) !important;
	line-height: 1 !important;
	border-radius: 8px;
	transition: color 160ms ease, background-color 160ms ease;
}

.aktin-shop-header .header-nav-main.nav-right > li > a:hover,
.aktin-shop-header .header-nav-main.nav-right .aktin-tel:hover {
	color: var(--aktin-brand) !important;
	background: #fff0f5;
}

@media screen and (min-width: 1021px) {
	.aktin-shop-header .header-nav-main.nav-right > li.html_topbar_right {
		margin-right: 8px !important;
	}

	.aktin-shop-header .header-nav-main.nav-right .aktin-tel {
		min-width: auto;
		padding: 0 17px;
		font-size: 14px;
		font-weight: 650;
		color: #fff !important;
		background: var(--aktin-blue);
		border: 1px solid var(--aktin-blue);
		border-radius: 8px;
		box-shadow: 0 5px 14px rgba(20, 86, 146, 0.2);
	}

	.aktin-shop-header .header-nav-main.nav-right .aktin-tel:hover,
	.aktin-shop-header .header-nav-main.nav-right .aktin-tel:focus-visible {
		color: #fff !important;
		background: #0d477b;
		border-color: #0d477b;
		box-shadow: 0 7px 18px rgba(20, 86, 146, 0.26);
	}
}

.aktin-shop-header .header-nav-main.nav-right i,
.aktin-shop-header .header-nav-main.nav-right svg {
	font-size: 20px !important;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.aktin-shop-header [data-icon-label]::after {
	top: -7px;
	right: -9px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	background: var(--aktin-brand);
	box-shadow: 0 2px 7px rgba(120, 16, 52, 0.24);
}

.aktin-header__mobile-search {
	display: none;
}

.aktin-shop-nav {
	position: relative;
	min-height: 54px;
	background: #fff !important;
	border-bottom: 1px solid var(--aktin-line);
}

.aktin-shop-nav > .container,
.aktin-shop-nav > .container > .flex-col,
.aktin-shop-nav .header-bottom-nav {
	position: static;
}

.aktin-shop-nav > .container {
	min-height: 54px;
}

.aktin-shop-nav .header-bottom-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: clamp(8px, 1.3vw, 24px);
	width: 100%;
	margin: 0;
}

.aktin-shop-nav .header-bottom-nav > li {
	position: static;
	margin: 0;
}

.header:not(.transparent) .aktin-shop-nav .header-bottom-nav > li > a.nav-top-link,
.aktin-shop-nav .header-bottom-nav > li > a.nav-top-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	height: 54px;
	padding: 0;
	font-size: clamp(12px, 0.9vw, 14px) !important;
	font-weight: 600;
	line-height: 1.2;
	color: var(--aktin-ink) !important;
	white-space: nowrap;
}

.aktin-shop-nav .header-bottom-nav > li > a.nav-top-link::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	content: "";
	background: var(--aktin-brand);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 180ms ease-out;
}

.aktin-shop-nav .header-bottom-nav > li:hover > a.nav-top-link,
.aktin-shop-nav .header-bottom-nav > li.current-menu-item > a.nav-top-link,
.aktin-shop-nav .header-bottom-nav > li.active > a.nav-top-link,
.aktin-shop-nav .header-bottom-nav > li.current-dropdown > a.nav-top-link {
	color: var(--aktin-brand) !important;
}

.aktin-shop-nav .header-bottom-nav > li:hover > a.nav-top-link::after,
.aktin-shop-nav .header-bottom-nav > li.current-menu-item > a.nav-top-link::after,
.aktin-shop-nav .header-bottom-nav > li.active > a.nav-top-link::after,
.aktin-shop-nav .header-bottom-nav > li.current-dropdown > a.nav-top-link::after {
	transform: scaleX(1);
}

.aktin-shop-nav .header-bottom-nav > li > a.nav-top-link > i {
	margin: 0;
	font-size: 10px;
	color: #778195;
	transition: transform 180ms ease-out;
}

.aktin-shop-nav .header-bottom-nav > li.current-dropdown > a.nav-top-link > i,
.aktin-shop-nav .header-bottom-nav > li:hover > a.nav-top-link > i {
	transform: rotate(180deg);
}

.aktin-shop-nav .header-bottom-nav > li.aktin-mega > .nav-dropdown {
	display: block !important;
	column-count: 4;
	column-gap: 34px;
	top: 54px;
	left: 15px !important;
	right: 15px !important;
	width: auto !important;
	min-width: 0;
	max-width: none;
	max-height: min(calc(100vh - 178px), 600px);
	padding: 24px 30px 20px;
	text-align: left;
	background: #fff;
	border: 1px solid var(--aktin-line);
	border-radius: 0 0 14px 14px;
	box-shadow: 0 22px 50px rgba(21, 34, 56, 0.18);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: #b8c2cf transparent;
	scrollbar-width: thin;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown::-webkit-scrollbar {
	width: 8px;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown::-webkit-scrollbar-thumb {
	background: #b8c2cf;
	border: 2px solid #fff;
	border-radius: 8px;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown > li {
	display: inline-block !important;
	width: 100%;
	min-width: 0;
	margin: 0 0 18px;
	border: 0;
	white-space: normal;
	break-inside: avoid;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown > li > a {
	display: block;
	padding: 0 0 9px;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.35;
	text-transform: none;
	color: var(--aktin-ink) !important;
	border: 0;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown .nav-column {
	display: grid !important;
	gap: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown .nav-column > li > a {
	display: flex;
	align-items: baseline;
	min-height: 30px;
	padding: 6px 8px;
	font-size: 13px !important;
	font-weight: 450;
	line-height: 1.35;
	text-transform: none;
	color: #526071 !important;
	border: 0;
	border-radius: 6px;
	transition: color 140ms ease, background-color 140ms ease;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown a:hover,
.aktin-shop-nav .aktin-mega > .nav-dropdown a:focus-visible {
	color: var(--aktin-brand) !important;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown .nav-column > li > a:hover,
.aktin-shop-nav .aktin-mega > .nav-dropdown .nav-column > li > a:focus-visible {
	background: #fff0f5;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown > li.aktin-menu-wszystko {
	display: block !important;
	column-span: all;
	margin: 2px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--aktin-line);
}

.aktin-shop-nav .aktin-mega > .nav-dropdown > li.aktin-menu-wszystko > a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	font-size: 13px !important;
	color: #fff !important;
	background: var(--aktin-brand);
	border-radius: 8px;
}

.aktin-shop-nav .aktin-mega > .nav-dropdown > li.aktin-menu-wszystko > a:hover,
.aktin-shop-nav .aktin-mega > .nav-dropdown > li.aktin-menu-wszystko > a:focus-visible {
	color: #fff !important;
	background: var(--aktin-brand-dark);
}

.aktin-shop-nav .aktin-mega > .nav-dropdown > li.aktin-menu-zobacz-tez > a {
	color: var(--aktin-blue) !important;
}

.aktin-menu-licznik {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 18px;
	margin-left: 6px;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 600;
	line-height: 18px;
	color: #667085;
	background: #edf1f5;
	border-radius: 9px;
}

.shop-page-title.category-page-title {
	color: var(--aktin-ink) !important;
	background: var(--aktin-soft) !important;
	border-bottom: 1px solid var(--aktin-line);
	text-shadow: none;
}

.shop-page-title.category-page-title .page-title-bg {
	display: none;
}

.shop-page-title.category-page-title .page-title-inner {
	min-height: 68px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.shop-page-title.category-page-title .breadcrumbs {
	font-size: 13px;
	font-weight: 650;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
	color: var(--aktin-ink);
}

.shop-page-title.category-page-title .breadcrumbs a {
	font-weight: 500;
	color: #5d6b7e;
	text-decoration: none;
}

.shop-page-title.category-page-title .breadcrumbs a:hover {
	color: var(--aktin-brand);
}

.shop-page-title.category-page-title .breadcrumbs .divider {
	margin: 0 8px;
	color: #98a3b3;
	opacity: 1;
}

.shop-page-title.category-page-title .woocommerce-ordering,
.shop-page-title.category-page-title .woocommerce-ordering select {
	margin: 0;
}

.shop-page-title.category-page-title .woocommerce-ordering select {
	min-width: 240px;
	height: 42px;
	padding: 0 40px 0 14px;
	font-size: 14px;
	font-weight: 500;
	color: var(--aktin-ink);
	background-color: #fff;
	border: 1px solid #ccd5e1;
	border-radius: 8px;
	box-shadow: none;
}

.shop-page-title.category-page-title .woocommerce-ordering select:focus-visible {
	border-color: var(--aktin-focus);
	outline: 3px solid rgba(23, 105, 170, 0.18);
	outline-offset: 1px;
}

.aktin-shop-nav .nav-dropdown:not(.nav-column) a:focus-visible,
.aktin-shop-header a:focus-visible,
.aktin-shop-header button:focus-visible,
#main-menu a:focus-visible {
	outline: 3px solid rgba(23, 105, 170, 0.32);
	outline-offset: 2px;
}

@media screen and (max-width: 1180px) {
	.aktin-shop-header .aktin-header__inner {
		grid-template-columns: 160px minmax(380px, 560px) 1fr;
		gap: 18px;
	}

	.aktin-shop-nav .header-bottom-nav {
		gap: 11px;
	}

	.header:not(.transparent) .aktin-shop-nav .header-bottom-nav > li > a.nav-top-link,
	.aktin-shop-nav .header-bottom-nav > li > a.nav-top-link {
		font-size: 12px !important;
	}

	.aktin-shop-nav .header-bottom-nav > li.aktin-mega > .nav-dropdown {
		column-count: 3;
	}
}

@media screen and (max-width: 1020px) {
	.aktin-shop-header .hide-for-medium,
	.aktin-shop-nav {
		display: none !important;
	}

	body.aktin-commerce-header #top-bar {
		display: none;
	}

	.aktin-shop-header .show-for-medium {
		display: flex !important;
	}

	.aktin-shop-header .aktin-header__inner {
		display: flex;
		justify-content: space-between;
		min-height: 72px;
		padding-block: 8px;
	}

	.aktin-shop-header #logo {
		position: absolute;
		left: 50%;
		width: 132px !important;
		transform: translateX(-50%);
	}

	.aktin-shop-header #logo img {
		max-height: 52px !important;
	}

	.aktin-shop-header .mobile-nav {
		display: flex;
		align-items: center;
		gap: 2px;
		margin: 0;
	}

	.aktin-shop-header .mobile-nav > li {
		margin: 0;
	}

	.aktin-shop-header .mobile-nav > li > a,
	.aktin-shop-header .mobile-nav .aktin-tel {
		display: grid;
		place-items: center;
		width: 44px;
		min-width: 44px;
		height: 44px;
		padding: 0;
		color: var(--aktin-ink) !important;
		line-height: 1;
		border-radius: 8px;
	}

	.aktin-shop-header .mobile-nav .aktin-tel span {
		display: none;
	}

	.aktin-shop-header .mobile-nav .aktin-tel {
		color: #fff !important;
		background: var(--aktin-blue);
		box-shadow: 0 4px 12px rgba(20, 86, 146, 0.2);
	}

	.aktin-shop-header .mobile-nav svg,
	.aktin-shop-header .mobile-nav i {
		width: 21px;
		height: 21px;
		font-size: 21px !important;
	}

	.aktin-header__mobile-search {
		display: flex;
		padding-top: 0;
		padding-bottom: 12px;
	}

	.aktin-header__mobile-search form .flex-row {
		height: 48px;
	}

	.aktin-header__mobile-search input.search-field {
		height: 46px;
		padding-left: 15px;
		font-size: 16px;
	}

	.aktin-header__mobile-search .ux-search-submit {
		width: 50px;
		min-width: 50px;
		height: 48px;
		min-height: 48px;
	}

	body.aktin-commerce-header #main-menu {
		width: min(92vw, 410px);
		max-width: none;
		background: #fff;
	}

	body.aktin-commerce-header #main-menu .sidebar-menu {
		padding-bottom: max(22px, env(safe-area-inset-bottom));
	}

	body.aktin-commerce-header #main-menu .sidebar-menu-tabs {
		position: sticky;
		top: 0;
		z-index: 4;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4px;
		margin: 0;
		padding: max(14px, env(safe-area-inset-top)) 16px 12px;
		background: #fff;
		border-bottom: 1px solid var(--aktin-line);
	}

	body.aktin-commerce-header #main-menu .sidebar-menu-tabs__tab {
		margin: 0;
	}

	body.aktin-commerce-header #main-menu .sidebar-menu-tabs__tab-link {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 0 14px;
		font-size: 14px;
		font-weight: 650;
		text-transform: none;
		color: var(--aktin-muted);
		background: var(--aktin-soft);
		border: 0;
		border-radius: 8px;
	}

	body.aktin-commerce-header #main-menu .sidebar-menu-tabs__tab.active .sidebar-menu-tabs__tab-link {
		color: #fff;
		background: var(--aktin-brand);
	}

	body.aktin-commerce-header #main-menu .nav-sidebar {
		padding: 10px 14px 24px;
	}

	body.aktin-commerce-header #main-menu .nav-sidebar > li {
		border: 0;
	}

	body.aktin-commerce-header #main-menu .nav-sidebar li > a {
		display: flex;
		align-items: center;
		min-height: 48px;
		padding: 10px 46px 10px 12px;
		font-size: 15px;
		font-weight: 550;
		line-height: 1.35;
		text-transform: none;
		color: var(--aktin-ink);
		border: 0;
		border-radius: 8px;
	}

	body.aktin-commerce-header #main-menu .nav-sidebar li > a:hover,
	body.aktin-commerce-header #main-menu .nav-sidebar li.current-menu-item > a {
		color: var(--aktin-brand);
		background: #fff0f5;
	}

	body.aktin-commerce-header #main-menu .nav-sidebar .toggle {
		top: 2px;
		right: 2px;
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		color: var(--aktin-muted);
	}

	body.aktin-commerce-header #main-menu .nav-sidebar .header-search,
	body.aktin-commerce-header #main-menu .nav-sidebar .header-search-form {
		display: none;
	}

	.nav-sidebar .aktin-menu-licznik {
		display: inline-flex !important;
	}

	.shop-page-title.category-page-title .page-title-inner {
		gap: 10px;
		min-height: 64px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.shop-page-title.category-page-title .breadcrumbs {
		font-size: 12px;
	}

	.shop-page-title.category-page-title .category-filtering {
		margin-top: 8px;
	}

	.shop-page-title.category-page-title .filter-button {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
		margin: 0;
		padding: 0 14px;
		font-size: 13px;
		text-transform: none;
		color: var(--aktin-ink);
		background: #fff;
		border: 1px solid #ccd5e1;
		border-radius: 8px;
	}

	.shop-page-title.category-page-title .woocommerce-ordering,
	.shop-page-title.category-page-title .woocommerce-ordering select {
		width: 100%;
	}
}

@media screen and (max-width: 430px) {
	.aktin-shop-header .aktin-header__inner {
		padding-inline: 12px;
	}

	.aktin-shop-header #logo {
		width: 116px !important;
	}

	.aktin-header__mobile-search {
		padding-inline: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aktin-shop-header *,
	.aktin-shop-nav * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
