.bk-site-header {
	position: relative;
	z-index: 250;
	background: #fff;
}

.bk-site-header.is-sticky {
	position: sticky;
	top: 0;
	isolation: isolate;
}

.admin-bar .bk-site-header.is-sticky {
	top: 32px;
}

.bk-site-header svg,
.bk-mobile-drawer svg,
.bk-cart-drawer svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bk-topbar {
	min-height: 38px;
	border-bottom: 1px solid #edf1f7;
	background: #f7f9fc;
	color: #263955;
	font-size: 12px;
}

.bk-topbar__inner,
.bk-topbar__primary,
.bk-topbar__secondary,
.bk-topbar__social,
.bk-topbar__primary a,
.bk-topbar__secondary a,
.bk-topbar__item {
	display: flex;
	align-items: center;
}

.bk-topbar__inner {
	justify-content: space-between;
	gap: 24px;
	min-height: 38px;
}

.bk-topbar__primary,
.bk-topbar__secondary {
	gap: 18px;
	min-width: 0;
}

.bk-topbar__social {
	gap: 7px;
}

.bk-topbar__social-label {
	margin-inline-end: 2px;
	white-space: nowrap;
}

.bk-topbar__action {
	color: var(--bk-blue);
	font-weight: 800;
}

.bk-topbar__action:hover,
.bk-topbar__action:focus-visible {
	color: #104da8;
	outline: 0;
}

.bk-topbar__primary a,
.bk-topbar__secondary a,
.bk-topbar__item {
	gap: 8px;
	color: #263955;
	white-space: nowrap;
}

.bk-topbar__separator {
	width: 1px;
	height: 15px;
	background: #d8e0eb;
}

.bk-topbar svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
}

.bk-topbar__social a {
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 7px;
	transition: transform .15s ease, background-color .15s ease;
}

.bk-topbar__social a:hover,
.bk-topbar__social a:focus-visible {
	transform: translateY(-1px);
	outline: 0;
}

.bk-topbar__social .is-instagram {
	color: #d62976;
}

.bk-topbar__social .is-whatsapp {
	color: #16a766;
}

.bk-topbar__phone bdi,
.bk-topbar__secondary bdi {
	direction: ltr;
	unicode-bidi: isolate;
}

.bk-mainbar {
	background: #fff;
}

.bk-mainbar__inner {
	display: grid;
	grid-template-columns: 190px minmax(320px, 1fr) 210px;
	align-items: center;
	gap: 34px;
	min-height: 112px;
}

.bk-mainbar__brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bk-mainbar__brand .custom-logo-link {
	display: flex;
	align-items: center;
}

.bk-mainbar__brand .custom-logo {
	display: block;
	width: auto;
	max-width: 160px;
	max-height: var(--bk-logo-height, 92px);
	object-fit: contain;
}

.bk-brand-name {
	color: var(--bk-navy);
	font-size: 24px;
	font-weight: 900;
}

.bk-product-search form {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 56px;
	overflow: hidden;
	border: 1px solid #e5e9f0;
	border-radius: 28px;
	background: #fff;
}

.bk-product-search input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 54px;
	padding: 0 28px 0 72px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--bk-navy);
}

.bk-product-search input[type="search"]::placeholder {
	color: #808a99;
}

.bk-product-search button {
	position: absolute;
	left: 6px;
	width: 46px;
	height: 46px;
	min-height: 46px;
	padding: 0;
	border-radius: 50%;
}

.bk-mainbar__account > a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	color: var(--bk-navy);
}

.bk-mainbar__account-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #e3e8ef;
	border-radius: 50%;
	background: #fff;
}

.bk-mainbar__account-text {
	display: grid;
	line-height: 1.5;
}

.bk-mainbar__account-text small {
	color: var(--bk-muted);
	font-size: 11px;
}

.bk-mainbar__account-text strong {
	max-width: 145px;
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bk-mobile-menu-button,
.bk-mobile-cart-button {
	display: none;
}

.bk-navrow {
	border-top: 1px solid #edf2fb;
	border-bottom: 1px solid #d9e6f8;
	background: #eaf2ff;
	box-shadow: 0 8px 20px rgba(11, 40, 85, .04);
}

.bk-navrow__inner {
	position: relative;
	display: grid;
	grid-template-columns: 285px minmax(0, 1fr) auto;
	align-items: stretch;
	min-height: 68px;
}

.bk-category-navigation {
	position: relative;
	z-index: 30;
}

.bk-category-button {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 20px;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	min-height: 68px;
	padding: 0 22px;
	border-radius: 0;
	background: var(--bk-blue);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.bk-category-button__chevron {
	transition: transform .2s ease;
}

.bk-category-navigation.is-open .bk-category-button__chevron {
	transform: rotate(180deg);
}

.bk-primary-navigation {
	display: flex;
	align-items: center;
	min-width: 0;
	padding-inline: 24px;
}

.bk-primary-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bk-primary-menu > li {
	position: relative;
}

.bk-primary-menu a {
	display: flex;
	align-items: center;
	min-height: 67px;
	color: #23354f;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.bk-primary-menu a:hover,
.bk-primary-menu .current-menu-item > a {
	color: var(--bk-blue);
}

.bk-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 50;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--bk-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--bk-shadow);
	list-style: none;
}

.bk-primary-menu li:hover > .sub-menu,
.bk-primary-menu li:focus-within > .sub-menu {
	display: block;
}

.bk-primary-menu .sub-menu a {
	min-height: 40px;
	padding: 5px 10px;
	border-radius: 9px;
}

.bk-primary-menu .sub-menu a:hover {
	background: var(--bk-soft);
}

.bk-nav-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-inline-start: 12px;
}

.bk-nav-action {
	position: relative;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #dce5f2;
	border-radius: 50%;
	background: #fff;
	color: #263955;
	box-shadow: 0 3px 12px rgba(11, 40, 85, .035);
	transition: color .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.bk-nav-action svg {
	width: 23px;
	height: 23px;
	stroke-width: 2;
}

.bk-nav-action__count {
	position: absolute;
	top: -4px;
	right: -4px;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #1765dc;
	color: #fff;
	font-size: 9px;
	font-weight: 850;
	line-height: 1;
}

.bk-nav-action__count[hidden] { display: none; }

.bk-product-tools-toast{position:fixed;right:50%;bottom:24px;z-index:99999;padding:11px 17px;border-radius:12px;background:#17365e;color:#fff;font-size:12px;font-weight:750;box-shadow:0 12px 34px rgba(12,35,68,.24);opacity:0;pointer-events:none;transform:translate(50%,14px);transition:opacity .2s ease,transform .2s ease}
.bk-product-tools-toast.is-visible{opacity:1;transform:translate(50%,0)}.bk-product-tools-toast.is-error{background:#a92d38}

.bk-nav-action:hover,
.bk-nav-action:focus-visible {
	border-color: rgba(32, 101, 224, .48);
	background: #f2f7ff;
	color: var(--bk-blue);
	box-shadow: 0 6px 18px rgba(32, 101, 224, .10);
	outline: 0;
}

.bk-nav-action:focus-visible {
	box-shadow: 0 0 0 3px rgba(32, 101, 224, .16), 0 6px 18px rgba(32, 101, 224, .10);
}

.bk-nav-action::after {
	position: absolute;
	top: calc(100% + 9px);
	left: 50%;
	z-index: 80;
	padding: 6px 9px;
	border-radius: 8px;
	background: #17263b;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.4;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -3px);
	transition: opacity .14s ease, transform .14s ease;
	white-space: nowrap;
}

.bk-nav-action:hover::after,
.bk-nav-action:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

.bk-cart-button {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 170px;
	min-height: 48px;
	padding: 4px 8px 4px 18px;
	border: 2px solid var(--bk-blue);
	border-radius: 28px;
	background: var(--bk-blue);
	color: #fff;
}

.bk-cart-button__amount {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.bk-cart-button__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #111b28;
}

.bk-cart-count {
	position: absolute;
	top: -8px;
	right: -6px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 10px;
	background: #fff;
	color: var(--bk-blue);
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 3px 8px rgba(11, 40, 85, .12);
}

.bk-cart-total .amount {
	color: inherit;
}

.bk-category-mega {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 120;
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	width: min(1380px, calc(100vw - 32px));
	max-height: min(var(--bk-mega-max-height, 560px), calc(100vh - 180px));
	overflow: hidden;
	border: 1px solid #e0e8f3;
	border-radius: 0 0 20px 20px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(11, 40, 85, .17);
	transform-origin: top right;
}

.bk-category-mega[hidden] {
	display: none;
}

.bk-category-navigation.is-open .bk-category-mega {
	animation: bk-mega-in .16s ease-out both;
}

@keyframes bk-mega-in {
	from {
		opacity: 0;
		transform: translateY(-5px) scale(.995);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.bk-category-mega__sidebar {
	overflow-y: auto;
	border-left: 1px solid #e9eef5;
	background: #f8fafd;
	scrollbar-width: thin;
}

.bk-category-mega__tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 58px;
	padding: 10px 20px;
	border: 0;
	border-bottom: 1px solid #e9eef5;
	border-radius: 0;
	background: transparent;
	color: #24354c;
	font-size: 14px;
	font-weight: 750;
	text-align: right;
	transition: background-color .14s ease, color .14s ease, padding .14s ease;
}

.bk-category-mega__tab::before {
	position: absolute;
	top: 12px;
	right: 0;
	bottom: 12px;
	width: 3px;
	border-radius: 3px 0 0 3px;
	background: var(--bk-blue);
	content: '';
	opacity: 0;
	transform: scaleY(.35);
	transition: opacity .14s ease, transform .14s ease;
}

.bk-category-mega__tab:hover,
.bk-category-mega__tab.is-active,
.bk-category-mega__tab:focus-visible {
	padding-right: 24px;
	background: #fff;
	color: var(--bk-blue);
	outline: 0;
}

.bk-category-mega__tab.is-active::before,
.bk-category-mega__tab:focus-visible::before {
	opacity: 1;
	transform: scaleY(1);
}

.bk-category-mega__tab svg {
	width: 16px;
	height: 16px;
	transform: rotate(90deg);
}

.bk-category-mega__content {
	min-width: 0;
	overflow-y: auto;
	background:
		radial-gradient(circle at 12% 10%, rgba(23, 101, 220, .045), transparent 30%),
		#fff;
	scrollbar-width: thin;
}

.bk-category-mega__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
	align-items: stretch;
	gap: 28px;
	min-height: 0;
	padding: 28px 32px;
}

.bk-category-mega__panel[hidden] {
	display: none;
}

.bk-category-mega__groups {
	display: grid;
	grid-template-columns: repeat(var(--bk-mega-columns, 4), minmax(155px, 1fr));
	align-content: start;
	gap: 22px 28px;
	min-width: 0;
}

.bk-category-group {
	min-width: 0;
	padding-inline-start: 18px;
	border-inline-start: 1px solid #dce3ed;
}

.bk-category-group__title {
	display: block;
	margin-bottom: 11px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--bk-blue);
	color: #1b2f4c;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.7;
}

.bk-category-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bk-category-group li + li {
	margin-top: 4px;
}

.bk-category-group li a {
	display: inline-block;
	padding-block: 2px;
	color: #647187;
	font-size: 12.5px;
	line-height: 1.75;
	transition: color .14s ease, transform .14s ease;
}

.bk-category-group li a:hover,
.bk-category-group li a:focus-visible {
	color: var(--bk-blue);
	outline: 0;
	transform: translateX(-2px);
}

.bk-category-group__all {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 11px;
	color: var(--bk-blue);
	font-size: 12px;
	font-weight: 850;
}

.bk-category-mega__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 265px;
	padding: 16px;
	overflow: hidden;
	border: 1px solid #e8eef7;
	border-radius: 20px;
	background: linear-gradient(145deg, #f3f7fd, #fff);
}

.bk-category-mega__visual img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 260px;
	object-fit: contain;
	filter: drop-shadow(0 14px 22px rgba(11, 40, 85, .10));
}

.bk-category-mega__placeholder {
	display: grid;
	place-items: center;
	gap: 14px;
	width: 100%;
	min-height: 230px;
	color: var(--bk-navy);
	text-align: center;
}

.bk-category-mega__placeholder svg {
	width: 58px;
	height: 58px;
	color: var(--bk-blue);
	stroke-width: 1.25;
}

@media (prefers-reduced-motion: reduce) {
	.bk-category-navigation.is-open .bk-category-mega {
		animation: none;
	}
}

.bk-global-overlay {
	position: fixed;
	inset: 0;
	z-index: 400;
	background: rgba(5, 20, 42, .48);
	backdrop-filter: blur(2px);
}

.bk-global-overlay[hidden] {
	display: none;
}

.bk-mobile-drawer,
.bk-cart-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 450;
	width: min(390px, calc(100vw - 34px));
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 0 50px rgba(5, 20, 42, .22);
	transition: transform .25s ease;
}

.bk-mobile-drawer {
	right: 0;
	transform: translateX(105%);
}

.bk-cart-drawer {
	left: 0;
	transform: translateX(-105%);
}

.bk-mobile-drawer.is-open,
.bk-cart-drawer.is-open {
	transform: translateX(0);
}

.bk-drawer__head {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--bk-border);
	background: #fff;
}

.bk-drawer__head strong {
	color: var(--bk-navy);
	font-size: 16px;
}

.bk-drawer__head button {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 0;
	border-radius: 50%;
	background: var(--bk-soft);
	color: var(--bk-navy);
}

.bk-mobile-search {
	position: relative;
	margin: 16px;
}

.bk-mobile-search input {
	width: 100%;
	height: 48px;
	padding: 0 16px 0 52px;
	border: 1px solid var(--bk-border);
	border-radius: 14px;
	outline: none;
}

.bk-mobile-search button {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 0;
	border-radius: 11px;
}

.bk-mobile-menu,
.bk-mobile-categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bk-mobile-navigation {
	padding: 0 16px;
}

.bk-mobile-menu > li {
	border-bottom: 1px solid #edf0f4;
}

.bk-mobile-menu a {
	display: flex;
	align-items: center;
	min-height: 50px;
	color: #24354c;
	font-weight: 700;
}

.bk-mobile-menu .sub-menu {
	margin: 0 14px 10px;
	padding: 0;
	list-style: none;
}

.bk-mobile-menu .sub-menu a {
	min-height: 42px;
	color: #667389;
	font-size: 13px;
}

.bk-mobile-categories {
	margin: 18px 16px 30px;
	padding: 18px;
	border-radius: 18px;
	background: var(--bk-soft);
}

.bk-mobile-categories h2 {
	margin: 0 0 12px;
	color: var(--bk-navy);
	font-size: 15px;
}

.bk-mobile-categories li + li {
	border-top: 1px solid #dfe8f5;
}

.bk-mobile-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	color: #34445b;
	font-size: 13px;
	font-weight: 700;
}

.bk-mobile-categories a span {
	color: var(--bk-muted);
	font-size: 11px;
}

.bk-cart-drawer {
	padding-bottom: 24px;
}

.bk-cart-drawer .widget_shopping_cart_content {
	padding: 16px;
}

.bk-cart-drawer .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bk-cart-drawer .woocommerce-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 12px;
	min-height: 84px;
	padding: 10px 22px 10px 0;
	border-bottom: 1px solid var(--bk-border);
}

.bk-cart-drawer .woocommerce-mini-cart-item img {
	grid-column: 1;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	object-fit: cover;
}

.bk-cart-drawer .remove {
	position: absolute;
	top: 12px;
	right: 0;
	color: #d53d4f;
}

.bk-cart-drawer .woocommerce-mini-cart__total,
.bk-cart-drawer .woocommerce-mini-cart__buttons {
	margin: 18px 0 0;
}

.bk-cart-drawer .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.bk-cart-drawer .woocommerce-mini-cart__buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 12px;
	background: var(--bk-navy);
	color: #fff;
	font-weight: 800;
}

.bk-cart-drawer .woocommerce-mini-cart__buttons .checkout {
	background: var(--bk-blue);
}

body.bk-drawer-open {
	overflow: hidden;
}

.bk-site-header.is-compact .bk-topbar {
	display: none;
}

.bk-site-header.is-compact .bk-mainbar__inner {
	min-height: 82px;
}

.bk-site-header.is-compact .bk-mainbar__brand .custom-logo {
	max-height: 64px;
}

@media (max-width: 1280px) {
	.bk-mainbar__inner {
		grid-template-columns: 160px minmax(280px, 1fr) 180px;
		gap: 22px;
	}

	.bk-navrow__inner {
		grid-template-columns: 250px minmax(0, 1fr) auto;
	}

	.bk-primary-menu {
		gap: 19px;
	}

	.bk-primary-menu a {
		font-size: 12px;
	}

	.bk-cart-button {
		min-width: 145px;
	}
}


@media (max-width: 1180px) {
	.bk-topbar__primary,
	.bk-topbar__secondary {
		gap: 12px;
	}

	.bk-topbar__social-label {
		display: none;
	}
}

@media (max-width: 1024px) {
	.bk-topbar__address {
		display: none;
	}

	.bk-mainbar__inner {
		grid-template-columns: 54px minmax(0, 1fr) 54px;
		gap: 12px;
		min-height: 78px;
	}

	.bk-mainbar__brand {
		justify-content: center;
	}

	.bk-mainbar__brand .custom-logo {
		max-width: 125px;
		max-height: 66px;
	}

	.bk-product-search,
	.bk-mainbar__account,
	.bk-navrow {
		display: none;
	}

	.bk-mobile-menu-button,
	.bk-mobile-cart-button {
		position: relative;
		display: grid;
		place-items: center;
		width: 46px;
		height: 46px;
		min-height: 46px;
		padding: 0;
		border: 1px solid #e1e8f3;
		border-radius: 50%;
		background: #fff;
		color: var(--bk-navy);
	}

	.bk-mobile-cart-button .bk-cart-count {
		top: -5px;
		right: -5px;
	}
}

@media (max-width: 782px) {
	.admin-bar .bk-site-header.is-sticky {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.bk-topbar {
		display: none;
	}

	.bk-mainbar__inner {
		min-height: 68px;
	}

	.bk-mainbar__brand .custom-logo {
		max-width: 108px;
		max-height: 56px;
	}

	.bk-site-header.is-compact .bk-mainbar__inner {
		min-height: 64px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bk-mobile-drawer,
	.bk-cart-drawer,
	.bk-category-button__chevron {
		transition: none;
	}
}


/* 0.2.2 — adaptive mega menu */
.bk-category-mega.is-layout-minimal {
	width: min(760px, calc(100vw - 32px));
}

.bk-category-mega.is-layout-compact {
	width: min(1080px, calc(100vw - 32px));
}

.bk-category-mega.is-layout-balanced {
	width: min(1240px, calc(100vw - 32px));
}

.bk-category-mega.is-layout-full {
	width: min(1380px, calc(100vw - 32px));
}

.bk-category-mega__panel.is-layout-minimal,
.bk-category-mega__panel.is-layout-compact {
	gap: 22px;
	padding: 24px 28px;
}

.bk-category-mega__panel.is-layout-minimal.no-visual,
.bk-category-mega__panel.is-layout-compact.no-visual,
.bk-category-mega__panel.is-layout-balanced.no-visual,
.bk-category-mega__panel.is-layout-full.no-visual {
	grid-template-columns: minmax(0, 1fr);
}

.bk-category-mega__panel.is-layout-minimal.has-visual {
	grid-template-columns: minmax(0, 1fr) 190px;
}

.bk-category-mega__panel.is-layout-compact.has-visual {
	grid-template-columns: minmax(0, 1fr) minmax(190px, 235px);
}

.bk-category-mega__panel.is-layout-balanced.has-visual {
	grid-template-columns: minmax(0, 1fr) minmax(210px, 255px);
}

.bk-category-mega__panel.is-layout-full.has-visual {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.bk-category-mega__panel.is-layout-minimal .bk-category-mega__visual,
.bk-category-mega__panel.is-layout-compact .bk-category-mega__visual {
	min-height: 210px;
	padding: 12px;
}

.bk-category-mega__panel.is-layout-minimal .bk-category-mega__visual img,
.bk-category-mega__panel.is-layout-compact .bk-category-mega__visual img {
	max-height: 205px;
}

.bk-category-mega__groups {
	align-self: start;
}

.bk-mobile-drawer__logo img {
	display: block;
	width: auto;
	max-width: 135px;
	max-height: 48px;
	object-fit: contain;
}

/* 0.2.3 — icon rail and mixed-link mega menu */
.bk-category-mega__tab-label {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 10px;
}

.bk-category-mega__tab-label img {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	padding: 3px;
	border-radius: 8px;
	object-fit: contain;
	background: #fff;
}

.bk-category-group__title:is(h3) {
	margin-top: 0;
}

.bk-category-group li.is-type-brand a::before,
.bk-category-group li.is-type-category_brand a::before,
.bk-category-group li.is-type-attribute a::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-inline-end: 7px;
	border-radius: 50%;
	background: currentColor;
	content: '';
	opacity: .45;
	vertical-align: middle;
}

/* 0.2.3.8 — refined account, navigation and mobile header */
.bk-mainbar__account {
	position: relative;
	z-index: 45;
}

.bk-mainbar__account-summary {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 11px;
	min-height: 56px;
	color: var(--bk-navy);
}

.bk-mainbar__account-summary:hover,
.bk-mainbar__account-summary:focus-visible {
	color: var(--bk-blue);
	outline: 0;
}

.bk-mainbar__account-chevron {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: #7f8ca0;
	transition: transform .18s ease;
}

.bk-mainbar__account-chevron svg {
	width: 16px;
	height: 16px;
}

.bk-mainbar__account:hover .bk-mainbar__account-chevron,
.bk-mainbar__account:focus-within .bk-mainbar__account-chevron {
	transform: rotate(180deg);
}

.bk-account-dropdown {
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	z-index: 80;
	width: 210px;
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(7px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.bk-account-dropdown ul {
	margin: 0;
	padding: 8px;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(11, 40, 85, .14);
	list-style: none;
}

.bk-account-dropdown li + li {
	border-top: 1px solid #eef2f7;
}

.bk-account-dropdown a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 7px 10px;
	border-radius: 10px;
	color: #2a3b53;
	font-size: 12.5px;
	font-weight: 700;
}

.bk-account-dropdown a:hover,
.bk-account-dropdown a:focus-visible {
	background: #eff5ff;
	color: var(--bk-blue);
	outline: 0;
}

.bk-account-dropdown .is-logout a {
	color: #c43c4f;
}

.bk-mainbar__account:hover .bk-account-dropdown,
.bk-mainbar__account:focus-within .bk-account-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.bk-mobile-account-button,
.bk-mobile-header-search {
	display: none;
}

.bk-navrow__inner {
	grid-template-columns: 300px minmax(0, 1fr) auto;
}

.bk-primary-menu {
	gap: clamp(16px, 1.35vw, 28px);
}

.bk-primary-menu > .bk-menu-item--repairer > a {
	min-height: 40px;
	margin-block: 13px;
	padding-inline: 14px;
	border: 1px solid rgba(32, 101, 224, .30);
	border-radius: 12px;
	background: rgba(255, 255, 255, .72);
	color: var(--bk-navy);
	transition: color .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.bk-primary-menu > .bk-menu-item--repairer > a:hover,
.bk-primary-menu > .bk-menu-item--repairer > a:focus-visible,
.bk-primary-menu > .bk-menu-item--repairer.current-menu-item > a {
	border-color: var(--bk-blue);
	background: var(--bk-blue);
	color: #fff;
	box-shadow: 0 6px 16px rgba(32, 101, 224, .16);
	outline: 0;
}

.bk-mobile-account-link {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 16px;
	padding: 12px 14px;
	border: 1px solid #e2e9f4;
	border-radius: 15px;
	background: #f5f8fd;
	color: var(--bk-navy);
}

.bk-mobile-account-link > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	color: var(--bk-blue);
}

.bk-mobile-account-link strong {
	min-width: 0;
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bk-mobile-product-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 16px 18px}
.bk-mobile-product-tools a{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:8px 10px;border:1px solid #dce6f3;border-radius:12px;background:#f7faff;color:#25476f;font-size:12px;font-weight:800}
.bk-mobile-product-tools svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9}
.bk-mobile-product-tools b{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#1765dc;color:#fff;font-size:9px}
.bk-mobile-product-tools b[hidden]{display:none}

.bk-site-header.is-compact .bk-mainbar__inner {
	min-height: 74px;
}

.bk-site-header.is-compact .bk-mainbar__brand .custom-logo {
	max-height: 56px;
}

.bk-site-header.is-compact .bk-product-search form {
	min-height: 48px;
}

.bk-site-header.is-compact .bk-product-search input[type="search"] {
	height: 46px;
}

.bk-site-header.is-compact .bk-product-search button {
	width: 40px;
	height: 40px;
	min-height: 40px;
}

.bk-site-header.is-compact .bk-navrow__inner,
.bk-site-header.is-compact .bk-category-button {
	min-height: 58px;
}

.bk-site-header.is-compact .bk-primary-menu a {
	min-height: 57px;
}

.bk-site-header.is-compact .bk-primary-menu > .bk-menu-item--repairer > a {
	min-height: 38px;
	margin-block: 10px;
}

@media (max-width: 1280px) {
	.bk-topbar__address {
		display: none;
	}

	.bk-topbar__inner,
	.bk-topbar__primary,
	.bk-topbar__secondary {
		gap: 14px;
	}
}

@media (max-width: 1120px) {
	.bk-topbar__social-label {
		display: none;
	}

	.bk-topbar__action {
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width: 1280px) {
	.bk-navrow__inner {
		grid-template-columns: 270px minmax(0, 1fr) auto;
	}

	.bk-primary-navigation {
		padding-inline: 18px;
	}

	.bk-primary-menu {
		gap: 15px;
	}

	.bk-primary-menu > .bk-menu-item--repairer > a {
		padding-inline: 9px;
	}
}

@media (max-width: 1024px) {
	.bk-mainbar__inner {
		grid-template-columns: 46px 46px minmax(0, 1fr) 46px;
		gap: 9px;
		min-height: 70px;
	}

	.bk-mainbar__brand {
		grid-column: 3;
		justify-content: center;
	}

	.bk-mobile-menu-button {
		grid-column: 4;
		grid-row: 1;
	}

	.bk-mobile-account-button {
		grid-column: 2;
		grid-row: 1;
	}

	.bk-mobile-cart-button {
		grid-column: 1;
		grid-row: 1;
	}

	.bk-product-search--desktop,
	.bk-mainbar__account,
	.bk-navrow {
		display: none;
	}

	.bk-mobile-menu-button,
	.bk-mobile-account-button,
	.bk-mobile-cart-button {
		position: relative;
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 0;
		border: 1px solid #e1e8f3;
		border-radius: 50%;
		background: #fff;
		color: var(--bk-navy);
	}

	.bk-mobile-header-search {
		display: block;
		padding: 0 0 12px;
		border-top: 1px solid #f0f3f8;
		background: #fff;
	}

	.bk-mobile-header-search form {
		position: relative;
		padding-top: 10px;
	}

	.bk-mobile-header-search input[type="search"] {
		width: 100%;
		height: 46px;
		padding: 0 16px 0 52px;
		border: 1px solid #e1e7f0;
		border-radius: 14px;
		outline: 0;
		background: #f8faff;
		color: var(--bk-navy);
	}

	.bk-mobile-header-search input[type="search"]:focus {
		border-color: #a9c6f2;
		background: #fff;
		box-shadow: 0 0 0 3px rgba(32, 101, 224, .08);
	}

	.bk-mobile-header-search button {
		position: absolute;
		top: 14px;
		left: 4px;
		display: grid;
		place-items: center;
		width: 38px;
		height: 38px;
		min-height: 38px;
		padding: 0;
		border-radius: 11px;
	}

	.bk-site-header.is-compact .bk-mainbar__inner {
		min-height: 64px;
	}

	.bk-site-header.is-compact .bk-mobile-header-search {
		display: none;
	}
}

@media (max-width: 767px) {
	.bk-mainbar__inner {
		grid-template-columns: 42px 42px minmax(0, 1fr) 42px;
		gap: 7px;
		min-height: 64px;
	}

	.bk-mobile-menu-button,
	.bk-mobile-account-button,
	.bk-mobile-cart-button {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	.bk-mainbar__brand .custom-logo {
		max-width: 104px;
		max-height: 52px;
	}

	.bk-mobile-header-search {
		padding-bottom: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bk-account-dropdown,
	.bk-mainbar__account-chevron {
		transition: none;
	}
}

/* 0.2.3.10 — sticky state uses JS hysteresis to prevent threshold oscillation. */

/* 0.2.3.11 — actionable topbar, direct WhatsApp normalization, and responsive controls. */

@media (hover: none) {
	.bk-nav-action::after {
		display: none;
	}
}


/* 0.2.3.13 — clearer top-level navigation hover and active feedback */
.bk-primary-menu > li:not(.bk-menu-item--repairer) > a {
	position: relative;
	transition: color .18s ease;
}

.bk-primary-menu > li:not(.bk-menu-item--repairer) > a::after {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: var(--bk-blue);
	content: "";
	opacity: 0;
	transform: scaleX(.35);
	transform-origin: center;
	transition: opacity .18s ease, transform .18s ease;
}

.bk-primary-menu > li:not(.bk-menu-item--repairer) > a:hover,
.bk-primary-menu > li:not(.bk-menu-item--repairer) > a:focus-visible,
.bk-primary-menu > li.current-menu-item:not(.bk-menu-item--repairer) > a,
.bk-primary-menu > li.current-menu-ancestor:not(.bk-menu-item--repairer) > a,
.bk-primary-menu > li.current_page_parent:not(.bk-menu-item--repairer) > a {
	color: var(--bk-blue);
	outline: 0;
}

.bk-primary-menu > li:not(.bk-menu-item--repairer) > a:hover::after,
.bk-primary-menu > li:not(.bk-menu-item--repairer) > a:focus-visible::after,
.bk-primary-menu > li.current-menu-item:not(.bk-menu-item--repairer) > a::after,
.bk-primary-menu > li.current-menu-ancestor:not(.bk-menu-item--repairer) > a::after,
.bk-primary-menu > li.current_page_parent:not(.bk-menu-item--repairer) > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.bk-site-header.is-compact .bk-primary-menu > li:not(.bk-menu-item--repairer) > a::after {
	bottom: 7px;
}

/* Live product search — 0.3.8 */
.bk-live-search-root{position:relative;z-index:65}
.bk-live-search{position:absolute;top:calc(100% + 10px);right:0;left:0;z-index:80;overflow:hidden;border:1px solid #dce6f3;border-radius:18px;background:#fff;box-shadow:0 24px 65px rgba(15,42,78,.18);color:var(--bk-navy)}
.bk-live-search[hidden]{display:none!important}
.bk-live-search__list{display:grid;max-height:min(62vh,520px);overflow:auto;padding:7px}
.bk-live-search__item{display:grid;grid-template-columns:58px minmax(0,1fr) minmax(115px,auto);align-items:center;gap:12px;min-height:72px;padding:8px;border-radius:13px;color:var(--bk-navy);transition:background-color .16s ease,color .16s ease}
.bk-live-search__item:hover,.bk-live-search__item.is-active{background:#f1f6ff;color:var(--bk-navy)}
.bk-live-search__thumb{display:grid;place-items:center;width:58px;height:58px;overflow:hidden;border:1px solid #e7edf6;border-radius:11px;background:#fff}
.bk-live-search__thumb img{display:block;width:100%;height:100%;object-fit:contain}
.bk-live-search__content{display:grid;min-width:0;gap:4px}
.bk-live-search__content strong{display:-webkit-box;overflow:hidden;font-size:12px;font-weight:800;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.bk-live-search__content small{overflow:hidden;color:#7b8799;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.bk-live-search__commercial{display:grid;justify-items:end;gap:4px;text-align:left}
.bk-live-search__price{color:#1765dc;font-size:11px;font-weight:850;white-space:nowrap}
.bk-live-search__price del{margin-left:4px;color:#9da8b7;font-size:9px;font-weight:500}.bk-live-search__price ins{text-decoration:none}
.bk-live-search__commercial small{font-size:10px;font-weight:800}.bk-live-search__commercial .is-in-stock{color:#15845d}.bk-live-search__commercial .is-out-of-stock{color:#c64646}
.bk-live-search__all{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 16px;border-top:1px solid #e9eef6;background:#f8faff;color:#1765dc;font-size:12px;font-weight:850}
.bk-live-search__all:hover{background:#eef5ff;color:#0f57c5}.bk-live-search__all svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.bk-live-search__message{display:flex;align-items:center;justify-content:center;min-height:92px;padding:18px;color:#68778d;font-size:12px;font-weight:700;text-align:center}
.bk-live-search__message.is-loading:before{width:17px;height:17px;margin-left:9px;border:2px solid #c8d7ed;border-top-color:#1765dc;border-radius:50%;content:"";animation:bk-live-search-spin .7s linear infinite}
.bk-live-search__message.is-error{color:#b13d3d}
@keyframes bk-live-search-spin{to{transform:rotate(1turn)}}

@media(max-width:1024px){
	.bk-mobile-header-search__inner{position:relative;z-index:70}
	.bk-mobile-header-search .bk-live-search{top:calc(100% - 3px);right:16px;left:16px;border-radius:15px}
	.bk-live-search__item{grid-template-columns:50px minmax(0,1fr) auto;min-height:64px;gap:9px;padding:7px}
	.bk-live-search__thumb{width:50px;height:50px}
	.bk-live-search__commercial{min-width:90px}
}
@media(max-width:560px){
	.bk-mobile-header-search .bk-live-search{right:8px;left:8px}
	.bk-live-search__item{grid-template-columns:46px minmax(0,1fr);gap:9px}
	.bk-live-search__thumb{width:46px;height:46px}
	.bk-live-search__commercial{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;margin-top:-6px}
	.bk-live-search__price{font-size:10px}
}
@media(prefers-reduced-motion:reduce){.bk-live-search__message.is-loading:before{animation:none}}

/* 0.4.39 — final desktop mega-menu polish */
@media (min-width: 1101px) {
	.bk-category-mega {
		border-color: #dde6f2;
		border-radius: 0 0 18px 18px;
		box-shadow: 0 22px 58px rgba(11, 40, 85, .15);
	}

	.bk-category-mega__sidebar {
		background: #f8fafd;
	}

	.bk-category-mega__tab {
		min-height: 62px;
		padding: 11px 18px;
		font-size: 14px;
		transition: background-color .14s ease, color .14s ease, box-shadow .14s ease;
	}

	.bk-category-mega__tab:hover,
	.bk-category-mega__tab.is-active,
	.bk-category-mega__tab:focus-visible {
		padding-right: 18px;
		background: #fff;
		box-shadow: inset 0 0 0 1px rgba(23, 101, 220, .025);
	}

	.bk-category-mega__tab-label {
		gap: 11px;
	}

	.bk-category-mega__tab-label img {
		width: 31px;
		height: 31px;
		padding: 3px;
		border-radius: 9px;
	}

	.bk-category-mega__tab > span:last-child {
		display: grid;
		place-items: center;
		width: 24px;
		height: 24px;
		color: #7d899a;
		transition: color .14s ease, transform .14s ease;
	}

	.bk-category-mega__tab:hover > span:last-child,
	.bk-category-mega__tab.is-active > span:last-child,
	.bk-category-mega__tab:focus-visible > span:last-child {
		color: var(--bk-blue);
		transform: translateX(-1px);
	}

	.bk-category-mega__content {
		background: #fff;
	}

	.bk-category-mega__panel {
		gap: 24px;
		padding: 26px 30px 27px;
	}

	.bk-category-mega__groups {
		gap: 20px 24px;
	}

	.bk-category-group {
		padding-inline-start: 20px;
		border-inline-start-color: #e2e8f1;
	}

	.bk-category-group__title {
		margin-bottom: 12px;
		padding-bottom: 9px;
		border-bottom-width: 2px;
		color: #172d4d;
		font-size: 15.5px;
		line-height: 1.65;
		text-decoration: none;
	}

	.bk-category-group li + li {
		margin-top: 3px;
	}

	.bk-category-group li a {
		padding-block: 3px;
		color: #56667c;
		font-size: 13px;
		font-weight: 540;
		line-height: 1.75;
	}

	.bk-category-group li a:hover,
	.bk-category-group li a:focus-visible {
		color: var(--bk-blue);
		transform: translateX(-2px);
	}

	.bk-category-group__all {
		gap: 6px;
		margin-top: 12px;
		padding: 4px 0;
		font-size: 12.5px;
		font-weight: 850;
		text-decoration: none;
		transition: color .14s ease, gap .14s ease;
	}

	.bk-category-group__all:hover,
	.bk-category-group__all:focus-visible {
		gap: 9px;
		color: #0757c7;
		outline: 0;
	}

	.bk-category-group.is-direct-only .bk-category-group__all {
		margin-top: 6px;
		padding: 7px 10px;
		border: 1px solid #e4ecf8;
		border-radius: 10px;
		background: #f8fbff;
	}

	.bk-category-group.is-direct-only .bk-category-group__all:hover,
	.bk-category-group.is-direct-only .bk-category-group__all:focus-visible {
		border-color: #cbdcf6;
		background: #f2f7ff;
	}

	.bk-category-mega__visual {
		align-self: start;
		min-height: 242px;
		padding: 14px;
		border-color: #e4ebf5;
		border-radius: 18px;
		background: linear-gradient(145deg, #f6f9fe 0%, #fff 72%);
	}

	.bk-category-mega__visual img {
		max-width: 92%;
		max-height: 238px;
		filter: drop-shadow(0 12px 20px rgba(11, 40, 85, .09));
	}

	.bk-category-mega__panel.is-layout-balanced.has-visual {
		grid-template-columns: minmax(0, 1fr) minmax(205px, 245px);
	}

	.bk-category-mega__panel.is-layout-full.has-visual {
		grid-template-columns: minmax(0, 1fr) minmax(215px, 265px);
	}
}

@media (min-width: 1101px) and (max-width: 1320px) {
	.bk-category-mega__panel {
		gap: 20px;
		padding-inline: 24px;
	}

	.bk-category-mega__groups {
		gap: 18px 20px;
	}

	.bk-category-group {
		padding-inline-start: 16px;
	}
}

/* 0.6.14 — conversion-focused native mini-cart drawer. */
.bk-cart-drawer{display:flex;flex-direction:column;width:min(430px,calc(100vw - 22px));padding-bottom:0;background:#fff}
.bk-cart-drawer__head{flex:0 0 auto;min-height:74px;padding:13px 16px 13px 18px}
.bk-cart-drawer__head>div{display:grid;gap:2px}
.bk-cart-drawer__head strong{font-size:18px;font-weight:900}
.bk-cart-drawer__head small{color:#8796aa;font-size:10px;font-weight:700}
.bk-cart-drawer .widget_shopping_cart_content{display:flex;flex:1 1 auto;min-height:calc(100dvh - 74px);padding:12px 14px 16px;flex-direction:column}
.bk-cart-drawer .woocommerce-mini-cart{display:grid;gap:10px}
.bk-cart-drawer .woocommerce-mini-cart-item{grid-template-columns:74px minmax(0,1fr);gap:12px;min-height:104px;padding:12px 28px 12px 10px;border:1px solid #e4ebf4;border-radius:15px;background:#fff;box-shadow:0 7px 18px rgba(15,54,104,.045)}
.bk-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){display:block;color:#203954;font-size:12px;font-weight:750;line-height:1.85}
.bk-cart-drawer .woocommerce-mini-cart-item img{width:74px;height:74px;border:1px solid #edf1f5;border-radius:12px;background:#fafcff;object-fit:contain}
.bk-cart-drawer .remove{top:11px;right:9px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff1f3;color:#cf4052;font-size:17px;line-height:1}
.bk-mini-cart__quantity-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px}
.bk-mini-cart__quantity{display:inline-grid;grid-template-columns:30px 34px 30px;align-items:center;overflow:hidden;border:1px solid #dce6f3;border-radius:9px;background:#fff}
.bk-mini-cart__quantity button{display:grid;place-items:center;width:30px;height:30px;min-height:30px;padding:0;border:0;border-radius:0;background:#f5f8fc;color:#204d88;font-size:16px;font-weight:900;cursor:pointer}
.bk-mini-cart__quantity button:hover{background:#eaf2ff}
.bk-mini-cart__quantity button:disabled{cursor:not-allowed;opacity:.4}
.bk-mini-cart__quantity span{display:grid;place-items:center;height:30px;border-inline:1px solid #edf1f6;color:#17365e;font-size:11px;font-weight:850}
.bk-mini-cart__single-qty{color:#607187;font-size:10px;font-weight:750}
.bk-mini-cart__unit-price{color:#1768dc;font-size:11px;font-weight:850;white-space:nowrap}
.bk-cart-drawer .woocommerce-mini-cart__empty-message{margin:auto 0;padding:60px 20px;text-align:center;color:#78889d}
.bk-cart-drawer .woocommerce-mini-cart__total{margin:auto -14px 0!important;padding:17px 16px 8px;border-top:1px solid #e1e9f4;background:#fff;color:#21374f;font-size:14px;font-weight:850}
.bk-cart-drawer .woocommerce-mini-cart__total strong{font-size:16px}
.bk-cart-drawer .woocommerce-mini-cart__buttons{position:sticky;bottom:0;z-index:3;display:grid!important;grid-template-columns:1fr!important;gap:8px;margin:0 -14px -16px!important;padding:8px 14px 14px;border-top:0;background:#fff;box-shadow:0 -10px 24px rgba(9,42,89,.06)}
.bk-cart-drawer .woocommerce-mini-cart__buttons a{min-height:46px;border:1px solid #cfe0f6;border-radius:10px;background:#edf4ff;color:#1766d8;font-size:12px;font-weight:850}
.bk-cart-drawer .woocommerce-mini-cart__buttons .checkout{border-color:#176be0;background:#176be0;color:#fff}
.bk-cart-drawer__loading{position:absolute;inset:74px 0 0;z-index:8;display:grid;place-items:center;background:rgba(255,255,255,.68);backdrop-filter:blur(1px)}
.bk-cart-drawer__loading[hidden]{display:none}
.bk-cart-drawer__loading span{width:30px;height:30px;border:3px solid #d9e7fa;border-top-color:#176be0;border-radius:50%;animation:bkCartSpin .7s linear infinite}
@keyframes bkCartSpin{to{transform:rotate(360deg)}}
.bk-cart-drawer.is-loading{pointer-events:none}
@media (max-width:520px){.bk-cart-drawer{width:min(370px,calc(100vw - 14px))}.bk-cart-drawer .woocommerce-mini-cart-item{grid-template-columns:64px minmax(0,1fr)}.bk-cart-drawer .woocommerce-mini-cart-item img{width:64px;height:64px}.bk-mini-cart__quantity-line{align-items:flex-start;flex-direction:column}}
@media (prefers-reduced-motion:reduce){.bk-cart-drawer__loading span{animation:none}}


/* 0.6.15 — make the classic WooCommerce mini-cart markup compact even when
   third-party plugins replace the quantity HTML. */
.bk-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){grid-column:1/-1;display:grid!important;grid-template-columns:74px minmax(0,1fr);align-items:start;gap:12px;min-width:0}
.bk-cart-drawer .woocommerce-mini-cart-item>a:not(.remove)>img{grid-column:1;grid-row:1;float:none!important;margin:0!important}
.bk-cart-drawer .woocommerce-mini-cart-item>.variation{grid-column:2/-1;margin:-3px 0 0!important;color:#718198;font-size:10px}
.bk-cart-drawer .woocommerce-mini-cart-item>.quantity,.bk-cart-drawer .woocommerce-mini-cart-item>.bk-mini-cart__quantity-line{grid-column:1/-1}
.bk-cart-drawer .woocommerce-mini-cart-item{display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;align-items:start}
@media (max-width:520px){.bk-cart-drawer .woocommerce-mini-cart-item,.bk-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){grid-template-columns:64px minmax(0,1fr)!important}}
