
.b2b-header-v1 {
	--b2b-header-primary: #be123c;
	--b2b-header-primary-hover: #9f1239;
	--b2b-header-surface: #f3f4f6;
	--b2b-header-border: #e5e7eb;
	--b2b-header-muted: #6b7280;
	--b2b-header-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);

	background: #fff;
	border-radius: 0.9rem;
	box-shadow: var(--b2b-header-shadow);
	overflow: hidden;
	margin-top: 12px;
}

.b2b-header-v1__top-row {
	border-bottom: 1px solid var(--b2b-header-border);
	font-size: 0.92rem;
	background: #fff;
}

.b2b-header-v1 .gap-2 {
	gap: 0.5rem;
}

.b2b-header-v1 .gap-3 {
	gap: 1rem;
}

.b2b-header-v1 .gap-4 {
	gap: 1.5rem;
}

.b2b-header-v1 .row.g-3 {
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}

.b2b-header-v1 .row.g-3 > [class*="col"] {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.b2b-header-v1 .row.g-4 {
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}

.b2b-header-v1 .row.g-4 > [class*="col"] {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.b2b-header-v1__icon {
	display: inline-block;
	vertical-align: middle;
}

.b2b-header-v1__menu-btn {
	border: 0;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1;
	color: #6b7280;
	background: transparent;
	box-shadow: none;
}

.b2b-header-v1__menu-btn:hover,
.b2b-header-v1__menu-btn:focus {
	color: var(--b2b-header-primary);
	outline: none;
}

.b2b-header-v1__top-link {
	color: var(--b2b-header-primary);
	text-decoration: none;
	font-weight: 500;
}

.b2b-header-v1__top-link:hover,
.b2b-header-v1__top-link:focus {
	color: var(--b2b-header-primary-hover);
	text-decoration: underline;
}

.b2b-header-v1__city-link {
	color: var(--b2b-header-primary);
	text-decoration: none;
	border-bottom: 1px dashed var(--b2b-header-primary);
	line-height: 1.2;
}

.b2b-header-v1__city-link:hover,
.b2b-header-v1__city-link:focus {
	color: var(--b2b-header-primary-hover);
	border-bottom-color: var(--b2b-header-primary-hover);
}

.b2b-header-v1__phone-link {
	display: inline-flex;
	align-items: center;
	color: #111827;
	font-size: 1rem;
	font-weight: 700;
	white-space: nowrap;
}

.b2b-header-v1__call-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 1.1rem;
	border: 1px solid var(--b2b-header-primary);
	border-radius: 999px;
	color: var(--b2b-header-primary);
	background: transparent;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
}

.b2b-header-v1__call-btn:hover,
.b2b-header-v1__call-btn:focus {
	background: var(--b2b-header-primary);
	border-color: var(--b2b-header-primary);
	color: #fff;
	text-decoration: none;
}

.b2b-header-v1__main-row {
	background: #fff;
}

.b2b-header-v1__search-wrap {
	max-width: 460px;
	width: 100%;
}

.b2b-header-v1__search-input {
	background: var(--b2b-header-surface);
	border: 0;
	border-radius: 999px;
	padding: 0.9rem 3rem 0.9rem 2.75rem;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.07);
	height: auto;
}

.b2b-header-v1__search-input::placeholder {
	color: #9ea8b7;
	opacity: 1;
}

.b2b-header-v1__search-input:focus {
	background: #fff;
	box-shadow: 0 0 0 0.2rem rgba(190, 18, 60, 0.18);
	border-color: transparent;
}

.b2b-header-v1__search-icon {
	position: absolute;
	left: 1.05rem;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	pointer-events: none;
	z-index: 2;
}

.b2b-header-v1__search-submit {
	position: absolute;
	right: 0.35rem;
	top: 0.35rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px solid #e6e8ee;
	background: #fff;
	color: #9ca3af;
	z-index: 2;
	padding: 0;
	line-height: 1;
}

.b2b-header-v1__search-submit:hover,
.b2b-header-v1__search-submit:focus {
	color: var(--b2b-header-primary);
	border-color: #d8dde8;
	outline: none;
}

.b2b-header-v1__logo-wrap {
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-bottom: 0;
}

.b2b-header-v1__logo-wrap img {
	height: 84px;
	width: auto;
	max-width: 100%;
}

.b2b-header-v1__action-link {
	text-decoration: none;
	color: #111827;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	white-space: nowrap;
}

.b2b-header-v1__action-link:hover,
.b2b-header-v1__action-link:focus {
	color: var(--b2b-header-primary);
	text-decoration: none;
}

.b2b-header-v1__action-icon {
	position: relative;
	width: 2.2rem;
	height: 2.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.55rem;
	color: inherit;
}

.b2b-header-v1__action-badge {
	position: absolute;
	top: -0.3rem;
	right: -0.45rem;
	min-width: 1.2rem;
	height: 1.2rem;
	border-radius: 999px;
	padding: 0 0.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.62rem;
	font-weight: 700;
	color: #6b7280;
	border: 2px solid #fff;
	background: #f3f4f6;
	line-height: 1;
}

.b2b-header-v1__cart-wrap {
	display: inline-flex;
	align-items: center;
}

.b2b-header-v1__cart-wrap a {
	text-decoration: none;
}

.b2b-header-v1__cart-line {
	display: inline-flex;
	align-items: center;
}

.b2b-header-v1__cart-link {
	color: #111827;
}

.b2b-header-v1__cart-link:hover,
.b2b-header-v1__cart-link:focus {
	color: var(--b2b-header-primary);
	text-decoration: none;
}

.b2b-header-v1__cart-meta {
	line-height: 1.15;
	min-width: 108px;
}

.b2b-header-v1__cart-meta > span:first-child {
	white-space: nowrap;
}

.b2b-header-v1__cart-state {
	color: var(--b2b-header-primary);
	font-size: 0.77rem;
	font-weight: 600;
}

@media (max-width: 1199.98px) {
	.b2b-header-v1__logo-wrap img {
		height: 66px;
	}

	.b2b-header-v1__search-wrap {
		max-width: none;
	}
}

@media (min-width: 992px) {
	.b2b-header-v1 .gap-lg-3 {
		gap: 1rem;
	}

	.b2b-header-v1 .gap-lg-4 {
		gap: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.b2b-header-v1 {
		border-radius: 0.65rem;
		margin-top: 8px;
	}

	.b2b-header-v1__logo-wrap img {
		height: 58px;
	}

	.b2b-header-v1__action-link {
		font-size: 0.95rem;
	}
}
