.mvdk-bcsk-add-to-quote {
	align-items: center;
	background: var(--mvdk-bcsk-accent, #0f6b8f);
	border: 1px solid var(--mvdk-bcsk-accent, #0f6b8f);
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
	margin-right: 0;
	min-height: 42px;
	padding: 9px 18px;
	text-transform: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mvdk-bcsk-add-to-quote:hover,
.mvdk-bcsk-add-to-quote:focus {
	background: var(--mvdk-bcsk-accent-dark, #0a4d67);
	border-color: var(--mvdk-bcsk-accent-dark, #0a4d67);
	color: #ffffff;
	outline: 0;
}

.mvdk-bcsk-add-to-quote.is-added {
	background: #2f7d4f;
	border-color: #2f7d4f;
	color: #ffffff;
}

.mvdk-bcsk-add-to-quote:disabled {
	cursor: default;
	opacity: 1;
}

.mvdk-bcsk-add-to-quote__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	display: inline-flex;
	font-size: 1.05rem;
	font-weight: 800;
	height: 19px;
	justify-content: center;
	line-height: 1;
	width: 19px;
}

.mvdk-bcsk-product-actions,
.mvdk-bcsk-quote-action {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.mvdk-bcsk-product-actions__quantity {
	display: inline-grid;
	gap: 5px;
	max-width: 112px;
	color: #263238;
	font-size: 0.9rem;
	font-weight: 700;
}

.mvdk-bcsk-product-actions__quantity input,
.mvdk-bcsk-quote-item__quantity input {
	border: 1px solid #c9d2d8;
	border-radius: 4px;
	min-height: 42px;
	padding: 8px 10px;
}

.mvdk-bcsk-view-quote {
	display: inline-block;
	font-size: 0.86rem;
	font-weight: 600;
	margin-left: 2px;
	opacity: 0.82;
}

.mvdk-bcsk-quote {
	--mvdk-bcsk-ink: #15242b;
	--mvdk-bcsk-muted: #62717a;
	--mvdk-bcsk-line: #d9e1e5;
	--mvdk-bcsk-soft: #f4f7f8;
	--mvdk-bcsk-panel: #ffffff;
	--mvdk-bcsk-accent: #0f6b8f;
	--mvdk-bcsk-accent-dark: #0a4d67;
	--mvdk-bcsk-cart-badge: #f28c28;
	color: var(--mvdk-bcsk-ink);
	display: grid;
	font-family: var(--mvdk-bcsk-font, inherit);
	font-size: 15px;
	gap: 22px;
	max-width: 1180px;
}

.mvdk-bcsk-quote__header {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--mvdk-bcsk-line);
	border-radius: 8px;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr auto;
	padding: 24px;
}

.mvdk-bcsk-quote__eyebrow,
.mvdk-bcsk-quote__section-label {
	color: var(--mvdk-bcsk-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.mvdk-bcsk-quote__header h2,
.mvdk-bcsk-quote__panel h3 {
	color: var(--mvdk-bcsk-ink);
	font-size: 1.25rem;
	line-height: 1.25;
	margin: 0;
}

.mvdk-bcsk-quote__intro {
	color: var(--mvdk-bcsk-muted);
	font-size: 0.95rem;
	margin: 10px 0 0;
	max-width: 680px;
}

.mvdk-bcsk-quote__summary {
	align-items: center;
	background: var(--mvdk-bcsk-panel);
	border: 1px solid var(--mvdk-bcsk-line);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(21, 36, 43, 0.08);
	display: grid;
	gap: 2px;
	justify-items: center;
	min-width: 150px;
	padding: 16px 18px;
}

.mvdk-bcsk-quote__summary-count {
	color: var(--mvdk-bcsk-accent);
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1;
}

.mvdk-bcsk-quote__summary span:last-child {
	color: var(--mvdk-bcsk-muted);
	font-size: 0.85rem;
	font-weight: 700;
	text-align: center;
}

.mvdk-bcsk-quote__notice {
	background: #eef7fb;
	border: 1px solid #b8dce9;
	border-left: 5px solid var(--mvdk-bcsk-accent);
	border-radius: 6px;
	color: var(--mvdk-bcsk-ink);
	padding: 13px 16px;
}

.mvdk-bcsk-quote__notice[data-type="success"] {
	background: #edf8f0;
	border-color: #b7dfc0;
	border-left-color: #008a20;
}

.mvdk-bcsk-quote__notice[data-type="error"] {
	background: #fcf0f1;
	border-color: #f0b9bd;
	border-left-color: #d63638;
}

.mvdk-bcsk-quote__layout {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.mvdk-bcsk-quote__panel {
	background: var(--mvdk-bcsk-panel);
	border: 1px solid var(--mvdk-bcsk-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(21, 36, 43, 0.045);
	overflow: visible;
	position: relative;
}

.mvdk-bcsk-quote__panel--items {
	z-index: 30;
}

.mvdk-bcsk-quote__panel--form {
	z-index: 10;
}

.mvdk-bcsk-quote__panel-header {
	align-items: center;
	background: var(--mvdk-bcsk-soft);
	border-bottom: 1px solid var(--mvdk-bcsk-line);
	display: flex;
	justify-content: space-between;
	padding: 20px 22px;
}

.mvdk-bcsk-quote__items {
	display: grid;
	gap: 0;
	padding: 8px 22px 22px;
}

.mvdk-bcsk-product-search {
	border-bottom: 1px solid var(--mvdk-bcsk-line);
	display: grid;
	gap: 9px;
	padding: 18px 22px;
	position: relative;
	z-index: 60;
}

.mvdk-bcsk-product-search label {
	color: var(--mvdk-bcsk-ink);
	font-size: 0.9rem;
	font-weight: 800;
}

.mvdk-bcsk-product-search__control input {
	background: #ffffff;
	border: 1px solid #c9d2d8;
	border-radius: 5px;
	color: var(--mvdk-bcsk-ink);
	min-height: 46px;
	padding: 11px 13px;
	width: 100%;
}

.mvdk-bcsk-product-search__control input:focus {
	border-color: var(--mvdk-bcsk-accent);
	box-shadow: 0 0 0 3px rgba(15, 107, 143, 0.14);
	outline: 0;
}

.mvdk-bcsk-product-search__results {
	background: #f1f1f1;
	border: 1px solid #333333;
	border-radius: 0;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	color: #15242b;
	display: grid;
	font-family: inherit;
	font-size: 13px;
	left: 22px;
	max-height: 430px;
	min-height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 22px;
	top: calc(100% - 6px);
	z-index: 9999;
}

.mvdk-bcsk-product-search__result {
	all: unset;
	align-items: center;
	background: #f1f1f1 !important;
	box-sizing: border-box;
	border-bottom: 1px solid #d0d0d0;
	color: #222222 !important;
	cursor: pointer;
	display: grid;
	font-family: inherit;
	font-size: 13px;
	gap: 12px;
	grid-template-columns: 58px minmax(0, 1fr);
	line-height: 1.35;
	max-width: 100%;
	min-height: 74px;
	overflow: hidden;
	padding: 10px 12px;
	text-align: left;
	text-transform: none !important;
	width: 100%;
}

.mvdk-bcsk-product-search__result:last-child {
	border-bottom: 0;
}

.mvdk-bcsk-product-search__result--empty {
	cursor: default;
	grid-template-columns: 1fr;
	min-height: 46px;
}

.mvdk-bcsk-product-search__result:hover,
.mvdk-bcsk-product-search__result:focus {
	background: #ffffff !important;
	outline: 0;
}

.mvdk-bcsk-product-search__thumb {
	align-items: center;
	background: #ffffff;
	display: flex;
	height: 58px;
	justify-content: center;
	overflow: hidden;
	width: 58px;
}

.mvdk-bcsk-product-search__thumb img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mvdk-bcsk-product-search__text,
.mvdk-bcsk-product-search__text strong,
.mvdk-bcsk-product-search__text small {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: normal;
}

.mvdk-bcsk-product-search__text strong {
	color: #222222 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	text-transform: none;
}

.mvdk-bcsk-product-search__text small {
	color: #555555 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 2px;
	text-transform: none;
}

.mvdk-bcsk-quote__empty {
	background: var(--mvdk-bcsk-soft);
	border: 1px dashed #bccbd2;
	border-radius: 8px;
	color: var(--mvdk-bcsk-muted);
	padding: 24px;
}

.mvdk-bcsk-quote__empty strong {
	color: var(--mvdk-bcsk-ink);
	display: block;
	margin-bottom: 5px;
}

.mvdk-bcsk-quote__empty p {
	margin: 0;
}

.mvdk-bcsk-quote-item {
	align-items: center;
	border-bottom: 1px solid var(--mvdk-bcsk-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 54px minmax(0, 1fr) 88px 32px;
	padding: 14px 0;
}

.mvdk-bcsk-quote-item:last-child {
	border-bottom: 0;
}

.mvdk-bcsk-quote-item__thumb {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e3e8eb;
	border-radius: 4px;
	display: flex;
	height: 54px;
	justify-content: center;
	overflow: hidden;
	width: 54px;
}

.mvdk-bcsk-quote-item__thumb img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mvdk-bcsk-quote-item__title {
	color: var(--mvdk-bcsk-ink);
	display: inline-block;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.mvdk-bcsk-quote-item__title:hover {
	color: var(--mvdk-bcsk-accent);
}

.mvdk-bcsk-quote-item__sku {
	color: var(--mvdk-bcsk-muted);
	display: block;
	font-size: 0.82rem;
	margin-top: 4px;
}

.mvdk-bcsk-quote-item__quantity {
	display: grid;
	gap: 5px;
}

.mvdk-bcsk-quote-item__quantity span {
	color: var(--mvdk-bcsk-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.mvdk-bcsk-quote-item__remove {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px;
	color: #6b7780 !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 22px;
	font-weight: 400;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0 !important;
	text-transform: none !important;
	width: 30px;
}

.mvdk-bcsk-quote-item__remove:hover,
.mvdk-bcsk-quote-item__remove:focus {
	background: #f1f3f4 !important;
	color: #222222 !important;
	outline: 0;
}

.mvdk-bcsk-quote__form {
	display: grid;
	gap: 18px;
	padding: 22px;
}

.mvdk-bcsk-quote__field-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mvdk-bcsk-quote__form label {
	display: grid;
	gap: 7px;
}

.mvdk-bcsk-quote__form label span {
	color: var(--mvdk-bcsk-ink);
	font-size: 0.9rem;
	font-weight: 800;
}

.mvdk-bcsk-quote__form input,
.mvdk-bcsk-quote__form textarea {
	background: #ffffff;
	border: 1px solid #c9d2d8;
	border-radius: 5px;
	color: var(--mvdk-bcsk-ink);
	min-height: 46px;
	padding: 11px 13px;
	width: 100%;
}

.mvdk-bcsk-quote__form textarea {
	min-height: 112px;
	resize: vertical;
}

.mvdk-bcsk-quote__form input:focus,
.mvdk-bcsk-quote__form textarea:focus,
.mvdk-bcsk-quote-item__quantity input:focus {
	border-color: var(--mvdk-bcsk-accent);
	box-shadow: 0 0 0 3px rgba(15, 107, 143, 0.14);
	outline: 0;
}

.mvdk-bcsk-quote__submit-row {
	align-items: center;
	border-top: 1px solid var(--mvdk-bcsk-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr auto;
	padding-top: 18px;
}

.mvdk-bcsk-quote__submit-row p {
	color: var(--mvdk-bcsk-muted);
	margin: 0;
}

.mvdk-bcsk-quote__submit-row .button {
	background: var(--mvdk-bcsk-accent);
	border-color: var(--mvdk-bcsk-accent);
	border-radius: 5px;
	color: #ffffff;
	font-weight: 800;
	min-height: 46px;
	padding: 11px 20px;
}

.mvdk-bcsk-quote__submit-row .button:hover {
	background: var(--mvdk-bcsk-accent-dark);
	border-color: var(--mvdk-bcsk-accent-dark);
	color: #ffffff;
}

.mvdk-bcsk-quote__honeypot {
	position: absolute;
	left: -9999px;
}

.mvdk-bcsk-mini-cart {
	--mvdk-bcsk-ink: #15242b;
	--mvdk-bcsk-muted: #62717a;
	--mvdk-bcsk-line: #d9e1e5;
	--mvdk-bcsk-accent: #0f6b8f;
	--mvdk-bcsk-cart-badge: #f28c28;
	color: #15242b;
	display: inline-block;
	font-family: var(--mvdk-bcsk-font, inherit);
	padding-bottom: 14px;
	position: relative;
}

.mvdk-bcsk-mini-cart::after {
	content: "";
	height: 18px;
	left: -18px;
	position: absolute;
	right: -18px;
	top: 100%;
}

.mvdk-bcsk-mini-cart__trigger {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--mvdk-bcsk-line);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(21, 36, 43, 0.1);
	color: var(--mvdk-bcsk-ink);
	display: inline-flex;
	height: 44px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: 44px;
}

.mvdk-bcsk-mini-cart__trigger:hover,
.mvdk-bcsk-mini-cart__trigger:focus {
	color: var(--mvdk-bcsk-accent);
	outline: 0;
}

.mvdk-bcsk-mini-cart__trigger svg {
	fill: currentColor;
	height: 23px;
	width: 23px;
}

.mvdk-bcsk-mini-cart__badge {
	align-items: center;
	background: var(--mvdk-bcsk-cart-badge);
	border: 2px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	height: 21px;
	justify-content: center;
	line-height: 1;
	min-width: 21px;
	padding: 0 5px;
	position: absolute;
	right: -7px;
	top: -7px;
}

.mvdk-bcsk-mini-cart__dropdown {
	background: #ffffff;
	border: 1px solid var(--mvdk-bcsk-line);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(21, 36, 43, 0.16);
	display: grid;
	gap: 12px;
	min-width: 320px;
	opacity: 0;
	padding: 14px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% - 2px);
	transform: translateY(6px);
	transition: opacity 160ms ease, transform 160ms ease;
	visibility: hidden;
	z-index: 100;
}

.mvdk-bcsk-mini-cart:hover .mvdk-bcsk-mini-cart__dropdown,
.mvdk-bcsk-mini-cart:focus-within .mvdk-bcsk-mini-cart__dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.mvdk-bcsk-mini-cart__header {
	align-items: start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.mvdk-bcsk-mini-cart__header strong {
	font-size: 1rem;
}

.mvdk-bcsk-mini-cart__header span {
	color: #62717a;
	font-size: 0.86rem;
	font-weight: 800;
	white-space: nowrap;
}

.mvdk-bcsk-mini-cart__items {
	border-top: 1px solid #d9e1e5;
	display: grid;
	gap: 0;
	max-height: 300px;
	overflow-y: auto;
	padding-top: 12px;
}

.mvdk-bcsk-mini-cart__items p {
	color: #62717a;
	margin: 0;
}

.mvdk-bcsk-mini-cart__item {
	align-items: center;
	border-bottom: 1px solid #eef2f4;
	display: grid;
	gap: 10px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	padding: 9px 0;
}

.mvdk-bcsk-mini-cart__item:last-child {
	border-bottom: 0;
}

.mvdk-bcsk-mini-cart__thumb {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e3e8eb;
	border-radius: 4px;
	color: inherit;
	display: flex;
	height: 42px;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	width: 42px;
}

.mvdk-bcsk-mini-cart__thumb img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mvdk-bcsk-mini-cart__item-title {
	color: #263238;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.35;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}

.mvdk-bcsk-mini-cart__item-title:hover,
.mvdk-bcsk-mini-cart__item-title:focus {
	color: var(--mvdk-bcsk-accent);
	outline: 0;
	text-decoration: none;
}

.mvdk-bcsk-mini-cart__item strong {
	color: #0f6b8f;
	font-size: 0.84rem;
	white-space: nowrap;
}

.mvdk-bcsk-mini-cart__button {
	justify-self: stretch;
	text-align: center;
}

@media (max-width: 920px) {
	.mvdk-bcsk-quote__header,
	.mvdk-bcsk-quote__layout,
	.mvdk-bcsk-quote__submit-row {
		grid-template-columns: 1fr;
	}

	.mvdk-bcsk-quote__summary {
		justify-items: start;
	}
}

@media (max-width: 680px) {
	.mvdk-bcsk-quote__header,
	.mvdk-bcsk-quote__form,
	.mvdk-bcsk-quote__panel-header,
	.mvdk-bcsk-quote__items {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mvdk-bcsk-quote__field-grid,
	.mvdk-bcsk-quote-item {
		grid-template-columns: 1fr;
	}

	.mvdk-bcsk-quote-item__remove {
		justify-self: start;
	}
}
