.wcqcm-open {
	margin-top: 12px;
	width: 100%;
}

.wcqcm-bulk-order {
	font-family: var(--wcqcm-font), inherit;
	color: var(--wcqcm-text);
}

/* Canvas Club pricing layout (uses theme .cc-pricing* classes) */
.wcqcm-bulk-order--pricing {
	font-family: inherit;
	color: inherit;
	min-width: 0;
	max-width: 100%;
}

/* Allow shrink inside theme .cc-split-section__grid (pricing | FAQ) */
.cc-split-section__grid > .wcqcm-bulk-order--pricing {
	min-width: 0;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-item__select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wcqcm-bulk-order--pricing .cc-pricing__plan {
	position: relative;
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.wcqcm-bulk-order--pricing .cc-pricing__plan:hover:not(.is-disabled) {
	box-shadow: 0 4px 14px rgba(17, 24, 39, 0.12);
}

.wcqcm-bulk-order--pricing .cc-pricing__plan.is-selected {
	box-shadow: 0 0 0 3px currentColor;
	transform: translateY(-2px);
}

.wcqcm-bulk-order--pricing .cc-pricing__plan.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-item__unavailable {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-item__qty {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-item__quantity {
	width: 3.5rem;
	min-height: 2rem;
	border: 1px solid currentColor;
	border-radius: 0.35rem;
	text-align: center;
}

.wcqcm-bulk-order--pricing .cc-pricing__cta-wrap {
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-order__message {
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-order__message.is-error {
	color: #b91c1c;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-submit {
	cursor: pointer;
}

.wcqcm-bulk-order--pricing .wcqcm-bulk-submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

/*
 * Horizontal scroll (scroll="yes"): same 3-across card size as theme grid,
 * but only three visible in the left column; scroll for additional weeks.
 */
.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .wcqcm-pricing-plans__viewport {
	--wcqcm-scroll-gap: clamp(0.75rem, 2vw, 1.25rem);
	--wcqcm-scroll-visible: 3;
	container-type: inline-size;
	container-name: wcqcm-plans;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 0 0.75rem;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-gutter: stable;
}

.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .wcqcm-pricing-plans__viewport:focus-visible {
	outline: 2px solid var(--wcqcm-purple, #5f3f9f);
	outline-offset: 4px;
	border-radius: 0.35rem;
}

.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .wcqcm-pricing-plans__viewport::-webkit-scrollbar {
	height: 8px;
}

.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .wcqcm-pricing-plans__viewport::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(95, 63, 159, 0.35);
}

.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .cc-pricing__plans,
.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .cc-pricing__plans--scroll {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: var(--wcqcm-scroll-gap);
	width: max-content;
	max-width: none;
	min-width: 100%;
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
}

.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .cc-pricing__plan {
	flex: 0 0
		calc(
			(100cqi - (var(--wcqcm-scroll-visible, 3) - 1) * var(--wcqcm-scroll-gap))
				/ var(--wcqcm-scroll-visible, 3)
		);
	width: calc(
		(100cqi - (var(--wcqcm-scroll-visible, 3) - 1) * var(--wcqcm-scroll-gap))
			/ var(--wcqcm-scroll-visible, 3)
	);
	min-width: calc(
		(100cqi - (var(--wcqcm-scroll-visible, 3) - 1) * var(--wcqcm-scroll-gap))
			/ var(--wcqcm-scroll-visible, 3)
	);
	max-width: calc(
		(100cqi - (var(--wcqcm-scroll-visible, 3) - 1) * var(--wcqcm-scroll-gap))
			/ var(--wcqcm-scroll-visible, 3)
	);
	scroll-snap-align: start;
}

.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .wcqcm-pricing-plans__viewport--custom-width .cc-pricing__plan {
	flex: 0 0 var(--wcqcm-scroll-card-width);
	width: var(--wcqcm-scroll-card-width);
	min-width: var(--wcqcm-scroll-card-width);
	max-width: var(--wcqcm-scroll-card-width);
}

.wcqcm-bulk-order__grid {
	display: grid;
	grid-template-columns: repeat(var(--wcqcm-bulk-columns, 3), minmax(0, 1fr));
	gap: 16px;
}

.wcqcm-bulk-item {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 14px;
	min-height: 132px;
	padding: 14px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	background: #fff;
}

.wcqcm-bulk-item.is-disabled {
	opacity: 0.62;
}

.wcqcm-bulk-item.has-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.wcqcm-bulk-item__select {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
}

.wcqcm-bulk-item__checkbox {
	width: 20px;
	height: 20px;
	accent-color: var(--wcqcm-primary);
}

.wcqcm-bulk-item__image {
	display: block;
	width: 92px;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 6px;
	background: #f3f4f6;
}

.wcqcm-bulk-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wcqcm-bulk-item__content {
	min-width: 0;
	padding-right: 28px;
}

.wcqcm-bulk-item__title {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.3;
	color: var(--wcqcm-text);
}

.wcqcm-bulk-item__price {
	margin-bottom: 12px;
	font-weight: 700;
	color: var(--wcqcm-accent);
}

.wcqcm-bulk-item__qty {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
}

.wcqcm-bulk-item__quantity {
	width: 72px;
	min-height: 38px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	text-align: center;
}

.wcqcm-bulk-item__unavailable {
	display: inline-block;
	font-size: 13px;
	color: #6b7280;
}

.wcqcm-bulk-order__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
}

.wcqcm-bulk-order__message {
	min-height: 20px;
	font-size: 14px;
	color: var(--wcqcm-primary);
}

.wcqcm-bulk-order__message.is-error {
	color: #b91c1c;
}

.wcqcm-bulk-submit {
	min-width: 190px;
	background: var(--wcqcm-primary);
	border-color: var(--wcqcm-primary);
	color: #fff;
	border-radius: 6px;
}

/* —— Checkout modal —— */
.wcqcm-modal {
	display: none;
	font-family: var(--wcqcm-font), inherit;
	color: var(--wcqcm-text);
	-webkit-font-smoothing: antialiased;
}

.wcqcm-modal.is-open {
	display: block;
}

.wcqcm-modal__overlay {
	position: fixed;
	inset: 0;
	z-index: 99998;
	background: rgba(26, 34, 56, 0.72);
	backdrop-filter: blur(4px);
}

.wcqcm-modal__dialog {
	position: fixed;
	inset: max(0.75rem, env(safe-area-inset-top, 0)) max(0.75rem, env(safe-area-inset-right, 0)) max(0.75rem, env(safe-area-inset-bottom, 0)) max(0.75rem, env(safe-area-inset-left, 0));
	z-index: 99999;
	display: flex;
	flex-direction: column;
	width: min(calc(100% - 1.5rem), 85rem);
	height: auto;
	max-height: min(calc(100vh - 1.5rem), calc(100dvh - 1.5rem));
	margin: auto;
	overflow: hidden;
	background: var(--wcqcm-bg);
	border: 2px solid var(--wcqcm-border);
	border-radius: calc(var(--wcqcm-radius) * 1.5);
	box-shadow: 0 28px 80px rgba(26, 34, 56, 0.35);
}

.wcqcm-modal__dialog--canvasclub {
	border-color: rgba(95, 63, 159, 0.2);
}

.wcqcm-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 2px solid var(--wcqcm-border);
	border-radius: 50%;
	background: #fff;
	color: var(--wcqcm-accent);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wcqcm-modal__close:hover,
.wcqcm-modal__close:focus-visible {
	background: var(--wcqcm-surface);
	border-color: var(--wcqcm-purple);
	transform: scale(1.05);
	outline: none;
}

.wcqcm-modal__header {
	flex-shrink: 0;
	padding: 1rem 3.25rem 0.85rem 1.25rem;
	background: var(--wcqcm-surface);
	border-bottom: 2px solid var(--wcqcm-border);
}

.wcqcm-modal__brand {
	margin: 0 0 0.35rem;
	color: var(--wcqcm-purple);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wcqcm-modal__title {
	margin: 0;
	font-family: var(--wcqcm-font), inherit;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--wcqcm-accent);
}

.wcqcm-modal__subtitle {
	margin: 0.25rem 0 0;
	max-width: 36rem;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: rgba(26, 34, 56, 0.65);
}

.wcqcm-modal__notice {
	flex-shrink: 0;
	min-height: 0;
	padding: 0 1.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--wcqcm-purple);
}

.wcqcm-modal__notice.is-error {
	padding-top: 0.75rem;
	color: #b91c1c;
}

.wcqcm-modal__body {
	flex: 1 1 auto;
	min-height: 0;
	padding: 0.85rem 1rem 1.25rem;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	background: var(--wcqcm-surface);
	scrollbar-gutter: stable;
}

.wcqcm-modal__body::-webkit-scrollbar {
	width: 10px;
}

.wcqcm-modal__body::-webkit-scrollbar-thumb {
	border: 2px solid var(--wcqcm-surface);
	border-radius: 999px;
	background: rgba(95, 63, 159, 0.35);
}

.wcqcm-checkout-shell,
.wcqcm-checkout-form {
	margin: 0;
	padding: 0;
}

.wcqcm-checkout-form {
	display: block;
}

.wcqcm-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 360px);
	gap: 0;
	align-items: start;
	overflow: visible;
	background: #fff;
	border: 2px solid var(--wcqcm-border);
	border-radius: var(--wcqcm-radius);
}

.wcqcm-layout-one_column .wcqcm-checkout {
	grid-template-columns: 1fr;
}

.wcqcm-checkout__panel {
	min-width: 0;
	padding: 1rem 1.15rem 1.25rem;
	overflow: visible;
}

.wcqcm-checkout__panel--billing {
	background: #fff;
	border-right: 2px solid var(--wcqcm-border);
}

.wcqcm-checkout__panel--summary {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-bottom: 1.5rem;
	background: var(--wcqcm-surface);
}

.wcqcm-checkout__order-review {
	flex: 0 0 auto;
}

.wcqcm-checkout__panel--summary #payment {
	flex: 0 0 auto;
	margin-top: 0.5rem;
	padding-top: 0.85rem;
	border-top: 2px solid var(--wcqcm-border);
}

.wcqcm-checkout__heading {
	margin: 0 0 0.85rem;
	padding: 0;
	border: 0;
	font-family: var(--wcqcm-font), inherit;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wcqcm-purple);
}

/* Coupon */
.wcqcm-coupon {
	margin: 0 0 1rem;
	padding: 0.85rem;
	background: #fff;
	border: 2px solid var(--wcqcm-border);
	border-radius: var(--wcqcm-radius);
}

.wcqcm-coupon__label {
	display: block;
	margin: 0 0 0.4rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(26, 34, 56, 0.75);
}

.wcqcm-coupon__row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
}

.wcqcm-coupon__input {
	flex: 1;
	min-width: 0;
	min-height: 2.35rem !important;
	margin: 0 !important;
}

.wcqcm-coupon__apply {
	flex-shrink: 0;
	min-height: 2.35rem !important;
	margin: 0 !important;
	padding: 0 1rem !important;
	border: 2px solid var(--wcqcm-purple) !important;
	border-radius: var(--wcqcm-radius) !important;
	background: #fff !important;
	color: var(--wcqcm-purple) !important;
	font-family: var(--wcqcm-font), inherit !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.wcqcm-coupon__apply:hover,
.wcqcm-coupon__apply:focus-visible {
	background: var(--wcqcm-purple) !important;
	color: #fff !important;
	outline: none;
}

.wcqcm-modal .woocommerce-billing-fields > h3,
.wcqcm-modal .woocommerce-shipping-fields > h3,
.wcqcm-modal .woocommerce-additional-fields > h3 {
	display: none;
}

.wcqcm-modal .woocommerce form .form-row::after,
.wcqcm-modal .woocommerce form .form-row::before {
	display: none;
}

.wcqcm-modal #customer_details::before,
.wcqcm-modal #customer_details::after,
.wcqcm-modal .woocommerce-checkout::before,
.wcqcm-modal .woocommerce-checkout::after {
	display: none;
}

.wcqcm-modal #customer_details .col-1,
.wcqcm-modal #customer_details .col-2,
.wcqcm-modal .woocommerce .col2-set .col-1,
.wcqcm-modal .woocommerce .col2-set .col-2 {
	float: none;
	width: 100%;
	max-width: none;
	padding: 0;
}

/*
 * Billing/shipping fields: one CSS grid on WooCommerce's __field-wrapper.
 * Do NOT combine with form-row-first/last 48% widths (that shrinks inputs inside grid cells).
 */
.wcqcm-modal .woocommerce-billing-fields__field-wrapper,
.wcqcm-modal .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 0.75rem;
	width: 100%;
}

.wcqcm-modal .woocommerce-billing-fields__field-wrapper > .form-row,
.wcqcm-modal .woocommerce-shipping-fields__field-wrapper > .form-row {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Pairs: first/last name, city/state */
.wcqcm-modal #billing_first_name_field,
.wcqcm-modal #billing_last_name_field,
.wcqcm-modal #shipping_first_name_field,
.wcqcm-modal #shipping_last_name_field,
.wcqcm-modal #billing_city_field,
.wcqcm-modal #billing_state_field,
.wcqcm-modal #shipping_city_field,
.wcqcm-modal #shipping_state_field {
	grid-column: auto;
}

/* Full-width rows */
.wcqcm-modal #billing_country_field,
.wcqcm-modal #shipping_country_field,
.wcqcm-modal #billing_address_1_field,
.wcqcm-modal #shipping_address_1_field,
.wcqcm-modal #billing_address_2_field,
.wcqcm-modal #shipping_address_2_field,
.wcqcm-modal #billing_postcode_field,
.wcqcm-modal #shipping_postcode_field,
.wcqcm-modal #billing_phone_field,
.wcqcm-modal #shipping_phone_field,
.wcqcm-modal #billing_email_field,
.wcqcm-modal #billing_company_field,
.wcqcm-modal #shipping_company_field {
	grid-column: 1 / -1;
}

.wcqcm-modal .woocommerce-checkout .form-row,
.wcqcm-modal .woocommerce-checkout .form-row-first,
.wcqcm-modal .woocommerce-checkout .form-row-last,
.wcqcm-modal .woocommerce-checkout .form-row-wide {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 0.65rem !important;
	margin-left: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.wcqcm-modal .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.wcqcm-modal .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.wcqcm-modal .woocommerce-billing-fields__field-wrapper .select2-container,
.wcqcm-modal .woocommerce-shipping-fields__field-wrapper .select2-container {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.wcqcm-modal .woocommerce-checkout .form-row label,
.wcqcm-modal .wcqcm-field-label {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(26, 34, 56, 0.85);
}

.wcqcm-modal .woocommerce-checkout .form-row .required {
	color: var(--wcqcm-pink);
	text-decoration: none;
}

.wcqcm-modal .form-row input.input-text,
.wcqcm-modal .form-row textarea,
.wcqcm-modal .form-row select,
.wcqcm-modal .wcqcm-field-input {
	width: stretch !important;
	min-height: 2.35rem;
	padding: 0.45rem 0.7rem;
	border: 2px solid var(--wcqcm-border);
	border-radius: var(--wcqcm-radius);
	background: #fff;
	color: var(--wcqcm-text);
	font-family: inherit;
	font-size: 0.9375rem;
	line-height: 1.4;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wcqcm-modal .form-row textarea {
	min-height: 5rem;
}

.wcqcm-modal .form-row input:focus,
.wcqcm-modal .form-row textarea:focus,
.wcqcm-modal .form-row select:focus {
	border-color: var(--wcqcm-purple);
	outline: none;
	box-shadow: 0 0 0 3px rgba(95, 63, 159, 0.15);
}

.wcqcm-modal .select2-container--default .select2-selection--single {
	min-height: 2.75rem;
	border: 2px solid var(--wcqcm-border);
	border-radius: var(--wcqcm-radius);
}

.wcqcm-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.5rem;
	padding-left: 0.85rem;
}

.wcqcm-modal .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0 0 0.75rem;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.wcqcm-modal .woocommerce-checkout-review-order-table th,
.wcqcm-modal .woocommerce-checkout-review-order-table td {
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--wcqcm-border);
	vertical-align: top;
}

.wcqcm-modal .woocommerce-checkout-review-order-table .product-name {
	font-size: 0.8125rem;
	line-height: 1.35;
}

.wcqcm-modal .woocommerce-checkout-review-order-table .product-quantity {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: rgba(26, 34, 56, 0.55);
}

.wcqcm-modal .woocommerce-checkout-review-order-table thead {
	display: none;
}

.wcqcm-modal .woocommerce-checkout-review-order-table .product-name {
	font-weight: 600;
	color: var(--wcqcm-accent);
}

.wcqcm-modal .woocommerce-checkout-review-order-table .product-total,
.wcqcm-modal .woocommerce-checkout-review-order-table tfoot td {
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

.wcqcm-modal .woocommerce-checkout-review-order-table .order-total th,
.wcqcm-modal .woocommerce-checkout-review-order-table .order-total td {
	padding-top: 0.85rem;
	border-bottom: 0;
	font-size: 1.0625rem;
	color: var(--wcqcm-purple);
}

.wcqcm-modal #payment {
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.wcqcm-modal #payment ul.payment_methods {
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
	list-style: none;
}

.wcqcm-modal #payment ul.payment_methods li {
	margin: 0;
	padding: 0.65rem 0.85rem;
	border: 2px solid var(--wcqcm-border);
	border-radius: var(--wcqcm-radius);
	background: #fff;
}

.wcqcm-modal #payment ul.payment_methods li label {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--wcqcm-accent);
}

.wcqcm-modal #payment ul.payment_methods li input {
	margin-right: 0.5rem;
	accent-color: var(--wcqcm-purple);
}

.wcqcm-modal #payment div.payment_box {
	margin: 0.5rem 0 0;
	padding: 0.65rem 0.85rem;
	border: 1px dashed var(--wcqcm-border);
	border-radius: calc(var(--wcqcm-radius) * 0.75);
	background: var(--wcqcm-surface);
	color: rgba(26, 34, 56, 0.8);
	font-size: 0.8125rem;
	line-height: 1.45;
}

.wcqcm-modal #payment div.payment_box::before {
	display: none;
}

.wcqcm-modal #payment .place-order {
	position: sticky;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 0.85rem 0 0.25rem;
	background: linear-gradient(180deg, rgba(248, 246, 252, 0) 0%, var(--wcqcm-surface) 28%);
}

.wcqcm-modal .wcqcm-place-order,
.wcqcm-modal #place_order.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3rem;
	margin: 0;
	padding: 0.75rem 1.5rem;
	border: 0 !important;
	border-radius: var(--wcqcm-radius);
	background: var(--wcqcm-pink) !important;
	color: #fff !important;
	font-family: var(--wcqcm-font), inherit;
	font-size: 1rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.wcqcm-modal .wcqcm-place-order:hover,
.wcqcm-modal #place_order.button:hover {
	filter: brightness(1.05);
	transform: translateY(-2px);
}

.wcqcm-modal .btn.pink-brush.wcqcm-place-order {
	width: 100%;
	min-width: 0;
	background: transparent !important;
}

.wcqcm-modal .btn.pink-brush.wcqcm-place-order .btn-label {
	color: #fff;
}

.wcqcm-modal .woocommerce-terms-and-conditions-wrapper {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	line-height: 1.45;
}

.wcqcm-modal .woocommerce-privacy-policy-text {
	margin-bottom: 0.75rem;
	font-size: 0.8125rem;
	color: rgba(26, 34, 56, 0.7);
}

.wcqcm-empty-cart {
	margin: 0;
	padding: 2rem;
	text-align: center;
	font-size: 1rem;
	color: rgba(26, 34, 56, 0.7);
}

.wcqcm-modal-open {
	overflow: hidden;
	height: 100%;
}

/* Ensure flex children can shrink so .wcqcm-modal__body scrolls */
.wcqcm-modal.is-open .wcqcm-modal__dialog {
	display: flex;
	flex-direction: column;
	max-height: min(calc(100vh - 1.5rem), calc(100dvh - 1.5rem));
}

@media (max-width: 768px) {
	.wcqcm-bulk-order--pricing.wcqcm-bulk-order--scroll .wcqcm-pricing-plans__viewport:not(.wcqcm-pricing-plans__viewport--custom-width) {
		--wcqcm-scroll-visible: 1;
	}
}

@media (max-width: 782px) {
	.wcqcm-bulk-order__grid {
		grid-template-columns: 1fr;
	}

	.wcqcm-bulk-order__actions {
		display: block;
	}

	.wcqcm-bulk-submit {
		width: 100%;
		margin-top: 10px;
	}

	.wcqcm-modal__dialog {
		inset: 0;
		width: 100%;
		max-height: 100dvh;
		border-radius: 0;
		border-width: 0;
	}

	.wcqcm-modal__header {
		padding: 0.85rem 3rem 0.75rem 1rem;
	}

	.wcqcm-modal__body {
		padding: 0.65rem 0.75rem 1rem;
	}

	.wcqcm-checkout {
		grid-template-columns: 1fr;
	}

	.wcqcm-checkout__panel--billing {
		border-right: 0;
		border-bottom: 2px solid var(--wcqcm-border);
	}

	.wcqcm-modal #payment .place-order {
		position: static;
		background: transparent;
	}

	.wcqcm-modal .woocommerce-billing-fields__field-wrapper,
	.wcqcm-modal .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.wcqcm-modal #billing_first_name_field,
	.wcqcm-modal #billing_last_name_field,
	.wcqcm-modal #billing_city_field,
	.wcqcm-modal #billing_state_field,
	.wcqcm-modal #shipping_first_name_field,
	.wcqcm-modal #shipping_last_name_field,
	.wcqcm-modal #shipping_city_field,
	.wcqcm-modal #shipping_state_field {
		grid-column: 1 / -1;
	}

	.wcqcm-coupon__row {
		flex-direction: column;
	}

	.wcqcm-coupon__apply {
		width: 100%;
	}
}
