.vollsun-b2b-mode-active .price,
.vollsun-b2b-mode-active .woocommerce-Price-amount,
.vollsun-b2b-mode-active .product-badges,
.vollsun-b2b-mode-active .product-rating,
.vollsun-b2b-mode-active .star-rating,
.vollsun-b2b-mode-active .rating-count,
.vollsun-b2b-mode-active .woocommerce-review-link,
.vollsun-b2b-mode-active .wishlist-button,
.vollsun-b2b-mode-active .product-wishlist,
.vollsun-b2b-mode-active .klbwl-btn,
.vollsun-b2b-mode-active .klbcp-btn,
.vollsun-b2b-mode-active .detail-bnt.quickview,
.vollsun-b2b-mode-active .quickview,
.vollsun-b2b-mode-active .quick-button.cart-button,
.vollsun-b2b-mode-active .quick-button.wishlist-button,
.vollsun-b2b-mode-active .quick-button.login-button,
.vollsun-b2b-mode-active .cart-dropdown,
.vollsun-b2b-mode-active .mobile-bottom-menu .cart,
.vollsun-b2b-mode-active .mobile-bottom-menu .wishlist,
.vollsun-b2b-mode-active .mobile-bottom-menu .account,
.vollsun-b2b-mode-active .product-progress-wrapper,
.vollsun-b2b-mode-active .hover-slider-indicator,
.vollsun-b2b-mode-active .klbth-coupon-banner,
.vollsun-b2b-mode-active .product-assistant,
.vollsun-b2b-mode-active .product-iconboxes .klbth-icon-ecommerce-dollar-symbol,
.vollsun-b2b-mode-active .stock-filter,
.vollsun-b2b-mode-active .price_slider_wrapper,
.vollsun-b2b-mode-active .widget_price_filter {
	display: none !important;
}

.vollsun-b2b-inquiry-button {
	cursor: pointer;
	border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
}

.vollsun-b2b-inquiry-button:after {
	content: "";
	width: 14px;
	height: 14px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H7l-4 4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H7l-4 4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vollsun-b2b-product-link-disabled {
	cursor: default;
	pointer-events: none;
	color: inherit;
}

.vollsun-b2b-modal[hidden] {
	display: none;
}

.vollsun-b2b-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.vollsun-b2b-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 14, 20, 0.58);
}

.vollsun-b2b-modal__dialog {
	position: relative;
	width: min(560px, 100%);
	max-height: min(760px, calc(100vh - 40px));
	overflow: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
	padding: 28px;
}

.vollsun-b2b-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #f1f3f5;
	color: #212529;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.vollsun-b2b-modal h2 {
	margin: 0 44px 16px 0;
	font-size: 24px;
	line-height: 1.25;
}

.vollsun-b2b-modal__product {
	margin-bottom: 18px;
	padding: 12px 14px;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	background: #f8f9fa;
	color: #495057;
	font-size: 14px;
}

.vollsun-b2b-modal__product:empty {
	display: none;
}

.vollsun-b2b-modal .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
}

body.vollsun-b2b-modal-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.vollsun-b2b-modal {
		align-items: flex-end;
		padding: 0;
	}

	.vollsun-b2b-modal__dialog {
		max-height: calc(100vh - 20px);
		border-radius: 8px 8px 0 0;
		padding: 24px 18px;
	}
}
