.baqflo-wooin {
	display: inline-grid;
	gap: 0.65em;
	align-items: start;
	max-width: 100%;
}

.baqflo-wooin__price {
	line-height: 1.2;
}

.baqflo-wooin__cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65em;
	align-items: stretch;
	margin: 0;
}

.baqflo-wooin__cart .quantity {
	display: inline-flex;
	align-items: stretch;
	margin: 0;
}

.baqflo-wooin__cart .quantity .qty {
	min-width: 4.5em;
	max-width: 6em;
	height: auto;
	text-align: center;
}

.baqflo-wooin__cart .button {
	white-space: nowrap;
}

.baqflo-wooin__cart.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.baqflo-wooin__notice {
	grid-column: 1 / -1;
	margin-top: 0.5em;
}

.baqflo-wooin--dropdown {
	width: min(100%, 28rem);
}

.baqflo-wooin__choice-label {
	font-weight: 600;
}

.baqflo-wooin__choice {
	width: 100%;
	max-width: 100%;
}

/* Optional BaqFlo cart-style quantity control. Enabled from Tools > BaqFlo - WooIn. */
.baqflo-wooin .quantity.baqflo-wooin-quantity--baqflo {
	display: inline-flex !important;
	align-items: stretch !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	height: auto !important;
	min-width: 0 !important;
	overflow: visible !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] {
	display: inline-flex !important;
	align-items: stretch !important;
	position: relative !important;
	box-sizing: border-box !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: var(--qty-control-size, 48px) !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .wc-block-components-quantity-selector__button,
.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .wc-block-components-quantity-selector__input {
	order: initial !important;
	margin: 0 !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .product-qty {
	flex: 0 0 auto !important;
	width: var(--qty-width, 68px) !important;
	min-width: var(--qty-width, 68px) !important;
	max-width: var(--qty-width, 68px) !important;
	min-height: var(--qty-control-size, 48px) !important;
	height: var(--qty-control-size, 48px) !important;
	padding: 0 0.5rem !important;
	text-align: center !important;
	font-family: var(--font-family-navigation, inherit) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	border-top: 2px solid #111 !important;
	border-bottom: 2px solid #111 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #111 !important;
	box-shadow: none !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .product-qty:hover,
.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .product-qty:focus {
	border-top-color: #111 !important;
	border-bottom-color: #111 !important;
	box-shadow: none !important;
	outline: none !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .product-qty::-webkit-outer-spin-button,
.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .product-qty::-webkit-inner-spin-button {
	appearance: none !important;
	margin: 0 !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count {
	position: relative !important;
	flex: 0 0 auto !important;
	width: var(--qty-control-size, 48px) !important;
	min-width: var(--qty-control-size, 48px) !important;
	min-height: var(--qty-control-size, 48px) !important;
	height: var(--qty-control-size, 48px) !important;
	padding: 0 !important;
	cursor: pointer !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	opacity: 1 !important;
	background: #111 !important;
	color: #fff !important;
	border: 2px solid #111 !important;
	box-shadow: none !important;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count--minus {
	border-right: 0 !important;
	border-radius: var(--field-radius, 12px) 0 0 var(--field-radius, 12px) !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count--add {
	border-left: 0 !important;
	border-radius: 0 var(--field-radius, 12px) var(--field-radius, 12px) 0 !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count::before,
.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 12px !important;
	height: 2px !important;
	background: currentColor !important;
	transform: translate(-50%, -50%) !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count--add::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count:hover,
.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count:focus-visible {
	background: #111 !important;
	color: #fff !important;
	outline: none !important;
	transform: none !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count:disabled {
	cursor: not-allowed !important;
	background: #111 !important;
	color: #666 !important;
	border-color: #111 !important;
	opacity: 1 !important;
	box-shadow: none !important;
}

.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count:disabled::before,
.baqflo-wooin .wc-block-components-quantity-selector.qty-input[data-bfwi-qty-bound="true"] > .qty-count:disabled::after {
	background: currentColor !important;
}
