.b2bp-shell {
	--b2bp-accent: #145c53;
	--b2bp-ink: #1d2627;
	--b2bp-muted: #667274;
	--b2bp-line: #d9e1df;
	--b2bp-panel: #ffffff;
	--b2bp-soft: #f5f7f4;
	color: var(--b2bp-ink);
	font-family: inherit;
}

.b2bp-shell *,
.b2bp-shell *::before,
.b2bp-shell *::after {
	box-sizing: border-box;
}

.b2bp-hero,
.b2bp-status,
.b2bp-panel,
.b2bp-register {
	background: var(--b2bp-panel);
	border: 1px solid var(--b2bp-line);
	border-radius: 8px;
}

.b2bp-hero {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 28px;
}

.b2bp-hero span,
.b2bp-status span,
.b2bp-section-heading span {
	color: var(--b2bp-accent);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.b2bp-hero h2,
.b2bp-status h2,
.b2bp-section-heading h2 {
	font-size: 30px;
	line-height: 1.15;
	margin: 0 0 10px;
}

.b2bp-hero p,
.b2bp-status p,
.b2bp-muted {
	color: var(--b2bp-muted);
	margin: 0;
}

.b2bp-actions,
.b2bp-panel-head,
.b2bp-search-row,
.b2bp-product,
.b2bp-order {
	align-items: center;
	display: flex;
	gap: 12px;
}

.b2bp-button,
.b2bp-icon-button {
	background: var(--b2bp-accent);
	border: 1px solid var(--b2bp-accent);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 13px 16px;
	text-decoration: none;
	transition: opacity 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.b2bp-button:hover,
.b2bp-icon-button:hover {
	color: #fff;
	opacity: .9;
	transform: translateY(-1px);
}

.b2bp-button-secondary {
	background: transparent;
	color: var(--b2bp-accent);
}

.b2bp-button-secondary:hover {
	color: var(--b2bp-accent);
}

.b2bp-layout {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.b2bp-market {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) minmax(280px, 320px);
	overflow: hidden;
}

.b2bp-category-menu,
.b2bp-quote-cart-panel {
	position: sticky;
	top: 24px;
}

.b2bp-categories {
	display: grid;
	gap: 0;
	max-width: 100%;
	min-width: 0;
}

.b2bp-wp-menu a {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--b2bp-ink);
	cursor: pointer;
	display: flex;
	gap: 8px;
	font-weight: 400;
	max-width: 100%;
	min-width: 0;
	padding: 9px 0;
	text-align: left;
	width: 100%;
}

.b2bp-wp-menu,
.b2bp-wp-menu ul {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.b2bp-wp-menu li {
	margin: 0;
	min-width: 0;
	position: relative;
}

.b2bp-wp-menu a {
	line-height: 1.25;
	overflow-wrap: anywhere;
	text-decoration: none;
	white-space: normal;
	word-break: break-word;
}

.b2bp-menu-layout-dropdown .b2bp-wp-menu .sub-menu {
	display: none;
	margin-top: 0;
}

.b2bp-menu-layout-dropdown .b2bp-wp-menu li.is-open > .sub-menu,
.b2bp-menu-layout-vertical .b2bp-wp-menu .sub-menu {
	display: grid;
	margin-top: 0;
}

.b2bp-menu-layout-dropdown .b2bp-wp-menu .menu-item-has-children > a {
	justify-content: space-between;
}

.b2bp-submenu-indicator {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 16px;
	justify-content: center;
	margin-left: 8px;
	width: 16px;
}

.b2bp-submenu-indicator::before {
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 6px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 6px;
}

.b2bp-submenu-indicator-angle .b2bp-submenu-indicator::before {
	border-width: 0 1.8px 1.8px 0;
	height: 7px;
	width: 7px;
}

.b2bp-submenu-indicator-plus .b2bp-submenu-indicator::before {
	border: 0;
	content: "+";
	font-size: 16px;
	font-weight: 700;
	height: auto;
	line-height: 1;
	transform: none;
	width: auto;
}

.b2bp-menu-layout-dropdown .b2bp-wp-menu li.is-open > a .b2bp-submenu-indicator::before {
	transform: rotate(-135deg);
}

.b2bp-submenu-indicator-plus .b2bp-wp-menu li.is-open > a .b2bp-submenu-indicator::before {
	content: "-";
	transform: none;
}

.b2bp-wp-menu .sub-menu a {
	padding-left: 18px;
}

.b2bp-wp-menu .sub-menu .sub-menu a {
	padding-left: 32px;
}

.b2bp-product-browser,
.b2bp-quote-cart-panel {
	min-width: 0;
}

.b2bp-product-browser {
	overflow: hidden;
}

.b2bp-product-browser .b2bp-search-row input {
	min-width: 0;
}

.b2bp-wp-menu a.is-active,
.b2bp-wp-menu a:hover {
	background: transparent;
	border-color: transparent;
	color: var(--b2bp-accent);
}

.b2bp-product-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
	margin-top: 14px;
}

.b2bp-panel,
.b2bp-status,
.b2bp-register {
	margin-bottom: 18px;
	padding: 22px;
}

.b2bp-panel-head {
	justify-content: space-between;
	margin-bottom: 16px;
}

.b2bp-panel-head h3 {
	font-size: 18px;
	margin: 0;
}

.b2bp-panel-head a {
	color: var(--b2bp-accent);
	font-weight: 700;
	text-decoration: none;
}

.b2bp-search-row input,
.b2bp-register input,
.b2bp-register textarea,
.b2bp-panel textarea {
	background: #fff;
	border: 1px solid var(--b2bp-line);
	border-radius: 6px;
	color: var(--b2bp-ink);
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.b2bp-icon-button {
	font-size: 22px;
	height: 44px;
	padding: 0;
	width: 44px;
}

.b2bp-search-results {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.b2bp-load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.b2bp-load-more-products[hidden] {
	display: none;
}

.b2bp-product {
	background: var(--b2bp-soft);
	border: 1px solid transparent;
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 76px auto;
	padding: 12px;
}

.b2bp-product-card {
	background: var(--b2bp-soft);
	border: 1px solid var(--b2bp-line);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	padding: 12px;
}

.b2bp-product-thumb {
	align-items: center;
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid var(--b2bp-line);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.b2bp-product-thumb img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.b2bp-product-card-body strong,
.b2bp-product-card-body span {
	display: block;
}

.b2bp-product-card-body span {
	color: var(--b2bp-muted);
	font-size: 12px;
	margin-top: 4px;
}

.b2bp-product-card .b2bp-product-price,
.b2bp-product-card .b2bp-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 6px;
}

.b2bp-inline-price {
	align-items: baseline;
	display: inline-flex;
	gap: 3px;
	line-height: 1;
	white-space: nowrap;
}

.b2bp-inline-price .woocommerce-Price-amount,
.b2bp-inline-price .woocommerce-Price-currencySymbol {
	align-items: baseline;
	display: inline-flex;
	font-size: inherit;
	line-height: 1;
	white-space: nowrap;
}

.b2bp-old-price {
	color: #7b8587;
	font-size: 13px;
	line-height: 1;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-underline-offset: -0.32em;
}

.b2bp-old-price::after {
	display: none;
}

.b2bp-old-price .woocommerce-Price-amount {
	text-decoration: inherit;
	text-decoration-thickness: inherit;
	text-underline-offset: inherit;
}

.b2bp-current-price {
	color: var(--b2bp-ink);
	font-size: 16px;
	font-weight: 800;
}

.b2bp-product-card .b2bp-price del,
.b2bp-product-card .b2bp-price ins,
.b2bp-product-card .woocommerce-Price-amount,
.b2bp-product-card .woocommerce-Price-currencySymbol {
	display: inline-flex;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

.b2bp-product-card .b2bp-price .woocommerce-Price-amount {
	gap: 3px;
}

.b2bp-product-card .b2bp-price ins,
.b2bp-product-card .b2bp-price ins .woocommerce-Price-amount,
.b2bp-product-card .b2bp-price ins .woocommerce-Price-currencySymbol {
	font-size: 15px;
	font-weight: 800;
}

.b2bp-product-card .b2bp-price del,
.b2bp-product-card .b2bp-price del .woocommerce-Price-amount,
.b2bp-product-card .b2bp-price del .woocommerce-Price-currencySymbol {
	font-size: 13px;
}

.b2bp-product-card-actions {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.b2bp-product-card-actions input {
	border: 1px solid var(--b2bp-line);
	border-radius: 6px;
	font-size: 16px;
	min-height: 40px;
	padding: 8px;
	width: 96px;
}

.b2bp-quote-items {
	display: grid;
	gap: 10px;
	margin-bottom: 14px;
}

.b2bp-quote-item {
	border: 1px solid var(--b2bp-line);
	border-radius: 8px;
	padding: 10px;
}

.b2bp-quote-item-head {
	align-items: start;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.b2bp-quote-item strong,
.b2bp-quote-item span {
	display: block;
}

.b2bp-remove-quote-item {
	align-items: center;
	background: #fff;
	border: 1px solid var(--b2bp-line);
	border-radius: 4px;
	color: #9f1d1d;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	height: 26px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 26px;
}

.b2bp-remove-quote-item:hover {
	background: #fdecec;
	border-color: #e7bcbc;
}

.b2bp-quote-item span {
	color: var(--b2bp-muted);
	font-size: 13px;
	margin-top: 5px;
}

.b2bp-quote-line,
.b2bp-quote-line .woocommerce-Price-amount,
.b2bp-quote-line .woocommerce-Price-currencySymbol {
	align-items: baseline;
	display: inline-flex;
	font-size: 14px;
	gap: 3px;
	line-height: 1.2;
	white-space: nowrap;
}

.b2bp-quote-line {
	color: var(--b2bp-ink);
	font-weight: 700;
}

.b2bp-quote-total {
	align-items: center;
	border-top: 1px solid var(--b2bp-line);
	display: flex;
	justify-content: space-between;
	margin: 10px 0 14px;
	padding-top: 12px;
}

.b2bp-quote-total span {
	color: var(--b2bp-muted);
	font-size: 13px;
	font-weight: 700;
}

.b2bp-product strong,
.b2bp-product span,
.b2bp-product small {
	display: block;
}

.b2bp-product span,
.b2bp-product small {
	color: var(--b2bp-muted);
	font-size: 12px;
	margin-top: 4px;
}

.b2bp-product input {
	border: 1px solid var(--b2bp-line);
	border-radius: 6px;
	min-height: 40px;
	padding: 8px;
	width: 76px;
}

.b2bp-metric {
	background: var(--b2bp-soft);
	border: 1px solid var(--b2bp-line);
	border-radius: 8px;
	min-width: 148px;
	padding: 18px;
	text-align: center;
}

.b2bp-metric strong {
	color: var(--b2bp-accent);
	display: block;
	font-size: 34px;
	line-height: 1;
}

.b2bp-metric span {
	color: var(--b2bp-muted);
	display: block;
	font-size: 13px;
	margin-top: 8px;
	text-transform: none;
}

.b2bp-order-list {
	display: grid;
	gap: 8px;
}

.b2bp-order {
	border: 1px solid var(--b2bp-line);
	border-radius: 8px;
	color: var(--b2bp-ink);
	justify-content: space-between;
	padding: 12px;
	text-decoration: none;
}

.b2bp-order small {
	color: var(--b2bp-muted);
}

.b2bp-form-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b2bp-register label {
	color: var(--b2bp-muted);
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
	margin-bottom: 14px;
}

.b2bp-notice {
	border-radius: 6px;
	margin-bottom: 14px;
	padding: 12px 14px;
}

.b2bp-notice-success {
	background: #e9f6ef;
	color: #165c37;
}

.b2bp-notice-error {
	background: #fdecec;
	color: #9f1d1d;
}

.b2bp-hidden-price {
	color: var(--b2bp-accent);
	font-weight: 700;
}

.b2bp-cart-price {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-items: start;
	line-height: 1.25;
}

.b2bp-price {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	line-height: 1.25;
	vertical-align: middle;
}

.b2bp-cart-price del,
.b2bp-price del {
	color: #7b8587;
	font-size: 12px;
	opacity: .8;
}

.b2bp-cart-price ins,
.b2bp-price ins {
	background: transparent;
	color: var(--b2bp-accent, #145c53);
	font-weight: 700;
	text-decoration: none;
}

.b2bp-cart-price small {
	color: #4d5a5c;
	font-size: 12px;
}

.b2bp-cart-discount-badge {
	align-items: center;
	background: #145c53;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	margin-top: 6px;
	min-height: 24px;
	min-width: 42px;
	padding: 6px 8px;
	width: fit-content;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}

.b2bp-discount-badge {
	align-items: center;
	background: #145c53;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 32px;
	min-width: 48px;
	padding: 8px 10px;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 3;
}

.b2bp-elementor-badge-wrap {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 4;
}

.b2bp-elementor-badge-wrap.is-absolute {
	position: absolute;
	width: auto;
}

.b2bp-elementor-badge {
	align-items: center;
	background: #145c53;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 32px;
	min-width: 48px;
	padding: 8px 10px;
}

@media (max-width: 760px) {
	.b2bp-hero,
	.b2bp-actions,
	.b2bp-product,
	.b2bp-order {
		align-items: stretch;
		flex-direction: column;
	}

	.b2bp-layout,
	.b2bp-market,
	.b2bp-form-grid {
		grid-template-columns: 1fr;
	}

	.b2bp-hero {
		padding: 22px;
	}

	.b2bp-hero h2,
	.b2bp-status h2,
	.b2bp-section-heading h2 {
		font-size: 24px;
	}

	.b2bp-product {
		display: grid;
		grid-template-columns: 1fr;
	}

	.b2bp-product-grid {
		grid-template-columns: 1fr;
	}

	.b2bp-category-menu,
	.b2bp-quote-cart-panel {
		position: static;
	}

	.b2bp-button,
	.b2bp-icon-button {
		width: 100%;
	}
}
