.silvergate-b2b {
	background: #f1f1f1;
	color: #4d4d4d;
	font-family: Inter, Arial, sans-serif;
	margin: 0;
	text-align: left;
}

.silvergate-b2b header,
.silvergate-b2b footer,
.silvergate-b2b .mobile-nav-menu {
	display: none;
}

.b2b-login-screen {
	align-items: center;
	background: #f1f1f1;
	display: flex;
	min-height: 100vh;
	justify-content: center;
	padding: 24px;
}

.b2b-login-panel {
	background: #4d4d4d;
	border-radius: 8px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .14);
	color: #fff;
	max-width: 360px;
	padding: 28px;
	width: 100%;
}

.b2b-login-brand {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	gap: 14px;
	margin: -4px 0 24px;
	padding-bottom: 20px;
}

.b2b-login-brand img {
	background: #fff;
	border-radius: 6px;
	height: auto;
	padding: 6px;
	width: 72px;
}

.b2b-login-brand span {
	font-size: 16px;
	font-weight: 800;
}

.b2b-login-panel label {
	color: rgba(255, 255, 255, .66);
	display: block;
	font-size: 11px;
	letter-spacing: 1.4px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.b2b-login-panel input.input {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	padding: 11px 12px;
	width: 100%;
}

.b2b-login-panel .login-submit {
	margin-bottom: 0;
}

.b2b-login-panel input[type="submit"] {
	background: #ed6a2c;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 12px;
	text-transform: uppercase;
	width: 100%;
}

.b2b-shell {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	min-height: 100vh;
}

.b2b-sidebar {
	background: #4d4d4d;
	color: rgba(255, 255, 255, .6);
	min-height: 100vh;
	padding-bottom: 40px;
}

.b2b-sidebar-brand {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	gap: 9px;
	height: 73px;
	padding: 0 16px;
}

.b2b-mark {
	align-items: center;
	background: #ed6a2c;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.b2b-sidebar-brand strong {
	color: #fff;
	font-size: 15px;
	letter-spacing: .5px;
}

.b2b-sidebar-brand strong span {
	color: #f2a13e;
}

.b2b-side-section {
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	padding: 24px 0 18px;
}

.b2b-side-section h2 {
	color: rgba(255, 255, 255, .3);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 16px 12px;
	text-transform: uppercase;
}

.b2b-side-section a {
	align-items: center;
	border-left: 2px solid transparent;
	color: rgba(255, 255, 255, .62);
	display: flex;
	font-size: 12px;
	gap: 9px;
	min-height: 30px;
	padding: 0 16px;
	text-decoration: none;
}

.b2b-side-section a.is-active,
.b2b-side-section a:hover {
	background: rgba(237, 106, 44, .13);
	border-left-color: #ed6a2c;
	color: #f2a13e;
}

.b2b-side-section i,
.b2b-chip i {
	background: #ed6a2c;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.b2b-side-section p {
	color: rgba(255, 255, 255, .4);
	font-size: 11px;
	line-height: 1.4;
	margin: 0 16px;
	text-align: left;
}

.b2b-main {
	background: #f1f1f1;
	min-width: 0;
	padding: 0 22px 80px;
}

.b2b-topbar {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	display: flex !important;
	gap: 14px;
	height: 52px;
	margin: 0 -22px;
	padding: 0 22px;
	position: sticky;
	top: 0;
	z-index: 5;
}

.b2b-breadcrumb {
	color: #777;
	font-size: 12px;
	margin-right: auto;
}

.b2b-breadcrumb span {
	color: #ed6a2c;
	font-weight: 700;
}

.b2b-search {
	margin: 0;
	max-width: 280px;
	position: relative;
	width: 24vw;
}

.b2b-search input {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 20px;
	font-size: 12px;
	padding: 9px 14px;
	width: 100%;
}

.b2b-account {
	align-items: center;
	color: #4d4d4d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
	text-decoration: none;
	white-space: nowrap;
}

.b2b-account span {
	align-items: center;
	background: #4d4d4d;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.b2b-section {
	padding-top: 22px;
}

.b2b-section-heading {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}

.b2b-section-heading::after {
	background: #ddd;
	content: "";
	flex: 1;
	height: 1px;
}

.b2b-section-heading h1,
.b2b-section-heading h2 {
	color: #4d4d4d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin: 0;
	text-transform: uppercase;
}

.b2b-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.b2b-chip {
	align-items: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #4d4d4d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 9px;
	min-height: 30px;
	padding: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.b2b-category-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b2b-category-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #4d4d4d;
	display: flex;
	flex-direction: column;
	min-height: 105px;
	padding: 16px;
	position: relative;
	text-decoration: none;
}

.b2b-category-card::after {
	background: #ed6a2c;
	border-radius: 2px;
	bottom: 15px;
	content: "";
	height: 3px;
	left: 16px;
	position: absolute;
	width: 26px;
}

.b2b-category-icon {
	font-size: 11px;
	margin-bottom: 17px;
}

.b2b-category-card strong {
	font-size: 12px;
	margin-bottom: 5px;
}

.b2b-category-card small {
	color: #777;
	font-size: 10px;
}

.b2b-product-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b2b-product-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}

.b2b-product-image {
	align-items: center;
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
	display: flex;
	height: 105px;
	justify-content: center;
	text-decoration: none;
}

.b2b-product-image img {
	max-height: 84px;
	object-fit: contain;
	width: auto;
}

.b2b-product-image span {
	color: #4d4d4d;
	font-size: 28px;
	font-weight: 800;
}

.b2b-product-content {
	display: grid;
	gap: 6px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 12px;
}

.b2b-product-content small {
	color: #ed6a2c;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.b2b-product-content h3 {
	font-size: 13px;
	grid-column: 1;
	margin: 0;
	text-transform: none;
}

.b2b-product-content h3 a {
	color: #4d4d4d;
	text-decoration: none;
}

.b2b-price {
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 700;
	grid-column: 1;
}

.b2b-detail-button {
	align-self: end;
	background: #ed6a2c;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	grid-column: 2;
	grid-row: 2 / span 2;
	padding: 7px 10px;
	text-decoration: none;
}

.b2b-empty {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #777;
	font-size: 13px;
	padding: 18px;
}

@media (max-width: 1100px) {
	.b2b-shell {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.b2b-category-grid,
	.b2b-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.b2b-shell {
		display: block;
	}

	.b2b-sidebar {
		min-height: unset;
	}

	.b2b-main {
		padding-inline: 14px;
	}

	.b2b-topbar {
		flex-wrap: wrap;
		height: auto;
		padding-block: 10px;
	}

	.b2b-search {
		max-width: none;
		order: 3;
		width: 100%;
	}

	.b2b-category-grid,
	.b2b-product-grid {
		grid-template-columns: 1fr;
	}
}
