.nishapp-wholesale-widget,
.nishapp-wholesale-panel-root,
.nishapp-wholesale-toast,
.nishapp-wholesale-has-variation-chips {
	--nishapp-wholesale-color-ink: #172033;
	--nishapp-wholesale-color-muted: #667085;
	--nishapp-wholesale-color-primary: #1d4ed8;
	--nishapp-wholesale-color-primary-hover: #1e40af;
	--nishapp-wholesale-color-success: #087f5b;
	--nishapp-wholesale-color-warning: #b45309;
	--nishapp-wholesale-color-surface: #ffffff;
	--nishapp-wholesale-color-surface-subtle: #f7f8fa;
	--nishapp-wholesale-color-border: #dfe3e8;
	--nishapp-wholesale-radius-sm: 8px;
	--nishapp-wholesale-radius-md: 12px;
	--nishapp-wholesale-radius-lg: 18px;
	--nishapp-wholesale-shadow-drawer: -24px 0 70px rgba(15, 23, 42, 0.22);
	--nishapp-wholesale-shadow-toast: 0 20px 54px rgba(15, 23, 42, 0.2);
	--nishapp-wholesale-space-1: 0.25rem;
	--nishapp-wholesale-space-2: 0.5rem;
	--nishapp-wholesale-space-3: 0.75rem;
	--nishapp-wholesale-space-4: 1rem;
	--nishapp-wholesale-space-5: 1.25rem;
	--nishapp-wholesale-space-6: 1.5rem;
	color: var(--nishapp-wholesale-color-ink);
	font-family: inherit;
}

.nishapp-wholesale-widget *,
.nishapp-wholesale-panel-root *,
.nishapp-wholesale-toast *,
.nishapp-wholesale-has-variation-chips * {
	box-sizing: border-box;
}

.nishapp-wholesale-has-variation-chips .variations {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

form.cart.nishapp-wholesale-summary-price-managed .woocommerce-variation-price {
	display: none !important;
}

.nishapp-wholesale-variation-picker {
	background: #fff;
	border: 1px solid #d8dee7;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	margin: 0 0 1rem;
	padding: 0.85rem;
	width: 100%;
	grid-column: 1 / -1;
}

.nishapp-wholesale-variation-picker-head {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.nishapp-wholesale-variation-picker-head strong {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.9rem;
	font-weight: 780;
}

.nishapp-wholesale-has-variation-chips button.nishapp-wholesale-variation-clear {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--nishapp-wholesale-color-primary);
	cursor: pointer;
	font: inherit;
	font-size: 0.76rem;
	font-weight: 700;
	margin: 0;
	min-height: 30px;
	padding: 0.2rem 0.35rem;
	text-decoration: none;
	text-transform: none;
	width: auto;
}

.nishapp-wholesale-variation-chips {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.nishapp-wholesale-has-variation-chips button.nishapp-wholesale-variation-chip {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: #fff;
	border: 1px solid #cbd3df;
	border-radius: 9px;
	box-shadow: none;
	color: #253047;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 720;
	gap: 0.35rem;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 46px;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 0.55rem 0.7rem;
	text-align: center;
	text-shadow: none;
	text-transform: none;
	transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
	width: 100%;
}

.nishapp-wholesale-has-variation-chips button.nishapp-wholesale-variation-chip:hover:not(:disabled) {
	border-color: var(--nishapp-wholesale-color-primary);
	box-shadow: 0 5px 14px color-mix(in srgb, var(--nishapp-wholesale-color-primary) 12%, transparent);
	transform: translateY(-1px);
}

.nishapp-wholesale-has-variation-chips button.nishapp-wholesale-variation-chip:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--nishapp-wholesale-color-primary) 22%, transparent);
	outline-offset: 2px;
}

.nishapp-wholesale-has-variation-chips button.nishapp-wholesale-variation-chip.is-active {
	background: color-mix(in srgb, var(--nishapp-wholesale-color-primary) 9%, white);
	border-color: var(--nishapp-wholesale-color-primary);
	box-shadow: inset 0 0 0 1px var(--nishapp-wholesale-color-primary);
	color: var(--nishapp-wholesale-color-primary);
}

.nishapp-wholesale-has-variation-chips button.nishapp-wholesale-variation-chip:disabled {
	background: #f4f5f7;
	border-color: #e0e3e8;
	color: #8b93a1;
	cursor: not-allowed;
	opacity: 0.82;
}

.nishapp-wholesale-variation-chip small {
	background: #eceff3;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 750;
	padding: 0.18rem 0.35rem;
	text-transform: uppercase;
}

.nishapp-wholesale-native-hide form.cart .single_add_to_cart_button,
.nishapp-wholesale-native-hide form.cart button[name="add-to-cart"] {
	display: none !important;
}

.nishapp-wholesale-native-dim form.cart .single_add_to_cart_button,
.nishapp-wholesale-native-dim form.cart button[name="add-to-cart"] {
	opacity: 0.62;
	transform: scale(0.99);
}

form.cart .nishapp-wholesale-native-conditional-hide {
	display: none !important;
}

form.cart .nishapp-wholesale-native-conditional-dim {
	opacity: 0.62;
	transform: scale(0.99);
}

.nishapp-wholesale-widget {
	margin: var(--nishapp-wholesale-space-4) 0;
}

.nishapp-wholesale-volume-card {
	background: var(--nishapp-wholesale-color-surface);
	border: 1px solid var(--nishapp-wholesale-color-border);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.065);
	overflow: hidden;
}

.nishapp-wholesale-volume-head {
	align-items: center;
	background: linear-gradient(135deg, #f8fafc 0%, #f3f6fa 100%);
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
	justify-content: space-between;
	padding: 0.72rem 0.85rem;
}

.nishapp-wholesale-volume-head > div {
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
	min-width: 0;
}

.nishapp-wholesale-volume-head strong {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.95rem;
	letter-spacing: 0;
	line-height: 1.25;
}

.nishapp-wholesale-volume-head span,
.nishapp-wholesale-inline-message,
.nishapp-wholesale-muted {
	color: var(--nishapp-wholesale-color-muted);
}

.nishapp-wholesale-volume-head .nishapp-wholesale-stock-status {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.69rem;
	font-weight: 760;
	line-height: 1;
	padding: 0.4rem 0.52rem;
}

.nishapp-wholesale-stock-status.is-available {
	background: #ecfdf3;
	border-color: #b7ebc9;
	color: #067647;
}

.nishapp-wholesale-stock-status.is-out-of-stock {
	background: #fff1f0;
	border-color: #ffc9c5;
	color: #b42318;
}

.nishapp-wholesale-volume-head span,
.nishapp-wholesale-inline-message {
	font-size: 0.8rem;
	line-height: 1.4;
}

.nishapp-wholesale-tier-list {
	display: flex;
	flex-direction: column;
}

.nishapp-wholesale-tier-row {
	align-items: center;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: minmax(76px, 0.8fr) minmax(96px, 1fr) minmax(116px, 1.25fr);
	min-height: 42px;
	padding: 0.46rem 0.85rem;
	position: relative;
}

.nishapp-wholesale-tier-row + .nishapp-wholesale-tier-row {
	border-top: 1px solid var(--nishapp-wholesale-color-border);
}

.nishapp-wholesale-tier-row.is-active {
	background: #eef4ff;
	background: color-mix(in srgb, var(--nishapp-wholesale-color-primary) 8%, white);
}

.nishapp-wholesale-tier-row.is-active::before {
	background: var(--nishapp-wholesale-color-primary);
	border-radius: 0 3px 3px 0;
	content: "";
	inset: 7px auto 7px 0;
	position: absolute;
	width: 3px;
}

.nishapp-wholesale-tier-range,
.nishapp-wholesale-tier-price {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.86rem;
	font-weight: 750;
}

.nishapp-wholesale-tier-price {
	text-align: right;
	white-space: nowrap;
}

.nishapp-wholesale-tier-note {
	display: flex;
	justify-content: flex-end;
	min-width: 0;
	text-align: right;
}

.nishapp-wholesale-pill,
.nishapp-wholesale-badge {
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 750;
	line-height: 1.15;
	padding: 0.28rem 0.48rem;
	white-space: nowrap;
}

.nishapp-wholesale-pill.is-best {
	background: linear-gradient(135deg, #e9fbf0, #dff7e8);
	border-color: #b7ebc9;
	color: #087443;
}

.nishapp-wholesale-pill.is-quote,
.nishapp-wholesale-badge {
	background: #fff7ed;
	color: var(--nishapp-wholesale-color-warning);
}

.nishapp-wholesale-saving {
	color: #087443;
	font-size: 0.72rem;
	font-weight: 740;
	white-space: nowrap;
}

.nishapp-wholesale-inline-summary {
	align-items: center;
	background: linear-gradient(135deg, #f5f8ff, var(--nishapp-wholesale-color-surface-subtle));
	border-top: 1px solid var(--nishapp-wholesale-color-border);
	color: #1f3b32;
	display: grid;
	font-size: 0.78rem;
	gap: 0.45rem 0.7rem;
	grid-template-columns: 28px minmax(0, 1fr) auto auto;
	line-height: 1.42;
	margin: 0;
	padding: 0.62rem 0.78rem;
}

.nishapp-wholesale-inline-summary > span {
	min-width: 0;
}

.nishapp-wholesale-inline-summary small,
.nishapp-wholesale-inline-summary strong {
	display: block;
}

.nishapp-wholesale-inline-summary small {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.66rem;
	font-weight: 600;
}

.nishapp-wholesale-inline-summary strong {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.8rem;
	font-weight: 760;
	white-space: nowrap;
}

.nishapp-wholesale-summary-icon {
	align-items: center;
	background: #e7efff;
	border-radius: 8px;
	color: var(--nishapp-wholesale-color-primary);
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.nishapp-wholesale-summary-icon svg {
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.nishapp-wholesale-summary-saving strong {
	color: var(--nishapp-wholesale-color-success);
}

.nishapp-wholesale-summary-total {
	border-left: 1px solid var(--nishapp-wholesale-color-border);
	padding-left: 0.7rem;
	text-align: right;
}

.nishapp-wholesale-summary-total strong {
	font-size: 0.94rem;
}

.nishapp-wholesale-inline-message {
	margin: 0;
	padding: 0.52rem 0.78rem;
}

.nishapp-wholesale-widget[data-state="READY_TO_BUY"] .nishapp-wholesale-inline-message {
	color: var(--nishapp-wholesale-color-success);
}

.nishapp-wholesale-widget[data-state="REQUIRES_QUOTE"] .nishapp-wholesale-inline-message,
.nishapp-wholesale-widget[data-state="EXCEEDS_STOCK"] .nishapp-wholesale-inline-message,
.nishapp-wholesale-widget[data-state="OUT_OF_STOCK"] .nishapp-wholesale-inline-message {
	color: var(--nishapp-wholesale-color-warning);
	font-weight: 700;
}

.nishapp-wholesale-variable-message {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.86rem;
	margin: 0;
	padding: 0.8rem 0.85rem;
}

.nishapp-wholesale-actions {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0.7rem 0 0;
}

.nishapp-wholesale-actions .nishapp-wholesale-action {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--nishapp-wholesale-radius-sm);
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	float: none;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	min-height: 48px;
	padding: 0.6rem 0.8rem;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	width: 100%;
}

.nishapp-wholesale-actions .nishapp-wholesale-action:only-child {
	grid-column: 1 / -1;
}

.nishapp-wholesale-actions .nishapp-wholesale-action svg {
	flex: 0 0 auto;
	height: 18px;
	margin-right: 0.46rem;
	width: 18px;
}

.nishapp-wholesale-actions .nishapp-wholesale-open-quote {
	background: var(--nishapp-wholesale-color-primary);
	border-color: var(--nishapp-wholesale-color-primary);
	color: #fff;
}

.nishapp-wholesale-actions .nishapp-wholesale-open-quote:hover,
.nishapp-wholesale-actions .nishapp-wholesale-open-quote:focus-visible {
	background: var(--nishapp-wholesale-color-primary-hover);
	border-color: var(--nishapp-wholesale-color-primary-hover);
	color: #fff;
}

.nishapp-wholesale-actions .nishapp-wholesale-open-quote.is-attention {
	box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.18);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nishapp-wholesale-color-warning) 18%, transparent);
}

.nishapp-wholesale-actions a.nishapp-wholesale-whatsapp,
.nishapp-wholesale-actions a.nishapp-wholesale-whatsapp:visited {
	background: #f7fdf9;
	border-color: #65b982;
	color: #14532d;
}

.nishapp-wholesale-actions a.nishapp-wholesale-whatsapp svg {
	height: 23px;
	width: 23px;
}

.nishapp-wholesale-actions a.nishapp-wholesale-whatsapp:hover,
.nishapp-wholesale-actions a.nishapp-wholesale-whatsapp:focus-visible {
	background: #eaf8ef;
	border-color: #3f9a60;
	color: #0f4626;
}

.nishapp-wholesale-actions a.nishapp-wholesale-whatsapp[hidden] {
	display: none;
}

.nishapp-wholesale-native-blocked {
	cursor: not-allowed;
	opacity: 0.55;
}

.nishapp-wholesale-panel-root {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.nishapp-wholesale-panel-root.is-open {
	display: block;
}

.nishapp-wholesale-lock {
	overflow: hidden;
}

.nishapp-wholesale-overlay {
	background: rgba(15, 23, 42, 0.62);
	inset: 0;
	position: fixed;
}

.nishapp-wholesale-panel {
	background: var(--nishapp-wholesale-color-surface);
	box-shadow: var(--nishapp-wholesale-shadow-drawer);
	display: flex;
	flex-direction: column;
	height: 100dvh;
	max-height: 100dvh;
	max-width: none;
	position: fixed;
	right: 0;
	top: 0;
	width: min(1240px, 96vw);
}

.nishapp-wholesale-panel-root[data-drawer-width="comfortable"] .nishapp-wholesale-panel {
	width: min(1080px, 94vw);
}

.nishapp-wholesale-panel-header {
	align-items: center;
	background: var(--nishapp-wholesale-color-surface);
	border-bottom: 1px solid var(--nishapp-wholesale-color-border);
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	padding: 0.72rem 1rem;
	position: relative;
	z-index: 2;
}

.nishapp-wholesale-panel-title {
	min-width: 0;
	padding-right: 1rem;
}

.nishapp-wholesale-panel-title h2 {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 1.08rem;
	line-height: 1.25;
	margin: 0.25rem 0 0;
}

.nishapp-wholesale-panel-root .nishapp-wholesale-panel-header button.nishapp-wholesale-drawer-close {
	-webkit-appearance: none;
	appearance: none;
	background: var(--nishapp-wholesale-color-surface-subtle);
	border: 1px solid var(--nishapp-wholesale-color-border);
	border-radius: 999px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--nishapp-wholesale-color-ink);
	cursor: pointer;
	display: grid;
	flex: 0 0 44px;
	float: none;
	font: inherit;
	font-size: 1.45rem;
	height: 44px !important;
	letter-spacing: normal;
	line-height: 1;
	margin: 0;
	max-height: 44px;
	max-width: 44px;
	min-height: 44px;
	min-width: 44px;
	padding: 0 !important;
	place-items: center;
	text-shadow: none;
	text-transform: none;
	width: 44px !important;
	z-index: 1;
}

.nishapp-wholesale-panel-root .nishapp-wholesale-panel-header button.nishapp-wholesale-drawer-close:hover {
	background: #eef1f4;
}

.nishapp-wholesale-panel-root .nishapp-wholesale-panel-header button.nishapp-wholesale-drawer-close:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--nishapp-wholesale-color-primary) 24%, transparent);
	outline-offset: 2px;
}

.nishapp-wholesale-product-head {
	align-items: center;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: 52px minmax(0, 1fr);
	border: 1px solid var(--nishapp-wholesale-color-border);
	border-radius: var(--nishapp-wholesale-radius-md);
	margin-bottom: 0.65rem;
	padding: 0.6rem;
}

.nishapp-wholesale-product-head.has-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.nishapp-wholesale-product-head h3 {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.92rem;
	letter-spacing: -0.01em;
	line-height: 1.28;
	margin: 0.28rem 0 0;
	overflow-wrap: anywhere;
}

.nishapp-wholesale-sku {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.78rem;
	margin: 0.12rem 0 0;
}

.nishapp-wholesale-image {
	aspect-ratio: 1;
	border: 1px solid var(--nishapp-wholesale-color-border);
	border-radius: var(--nishapp-wholesale-radius-sm);
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.nishapp-wholesale-panel-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0.95rem 1.1rem 1.15rem;
}

.nishapp-wholesale-panel-layout {
	align-items: start;
	display: grid;
	gap: clamp(22px, 2.4vw, 34px);
	grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
}

.nishapp-wholesale-summary-column {
	min-width: 0;
	position: sticky;
	top: 0;
}

.nishapp-wholesale-summary-heading {
	margin-top: 0;
}

.nishapp-wholesale-section-heading {
	margin: 0 0 0.5rem;
}

.nishapp-wholesale-section-heading > span {
	color: var(--nishapp-wholesale-color-primary);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nishapp-wholesale-section-heading h3 {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.9rem;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: 0;
}

.nishapp-wholesale-section-heading p {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.78rem;
	line-height: 1.42;
	margin: 0.3rem 0 0;
}

.nishapp-wholesale-totals {
	border: 1px solid var(--nishapp-wholesale-color-border);
	border-radius: var(--nishapp-wholesale-radius-md);
	margin: 0;
	overflow: hidden;
}

.nishapp-wholesale-totals div {
	align-items: center;
	display: flex;
	gap: 0.7rem;
	justify-content: space-between;
	min-height: 44px;
	padding: 0.58rem 1rem;
}

.nishapp-wholesale-totals div + div {
	border-top: 1px solid var(--nishapp-wholesale-color-border);
}

.nishapp-wholesale-totals dt {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.82rem;
}

.nishapp-wholesale-totals dd {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.86rem;
	font-weight: 750;
	margin: 0;
	max-width: 58%;
	text-align: right;
}

.nishapp-wholesale-totals .nishapp-wholesale-quantity-row {
	align-items: center;
	min-height: 56px;
	padding-bottom: 0.38rem;
	padding-top: 0.38rem;
}

.nishapp-wholesale-totals .nishapp-wholesale-quantity-row dd {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	max-width: none;
}

.nishapp-wholesale-totals .nishapp-wholesale-quote-quantity-control {
	align-items: stretch;
	background: #fff;
	border: 1px solid #cbd3df;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 auto;
	gap: 0;
	height: 44px;
	justify-content: center;
	margin: 0;
	max-width: 152px;
	min-height: 44px;
	overflow: hidden;
	padding: 0;
	width: 152px;
}

.nishapp-wholesale-quote-quantity-control > button[data-nishapp-quote-decrement],
.nishapp-wholesale-quote-quantity-control > button[data-nishapp-quote-increment] {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: var(--nishapp-wholesale-color-surface-subtle);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--nishapp-wholesale-color-ink);
	cursor: pointer;
	display: flex;
	flex: 0 0 43px;
	font: inherit;
	font-size: 1rem;
	font-weight: 750;
	height: 42px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 42px;
	min-width: 43px;
	padding: 0;
	text-align: center;
	transform: none;
	width: 43px;
}

.nishapp-wholesale-quote-quantity-control > input[data-nishapp-quote-quantity] {
	-webkit-appearance: textfield;
	appearance: textfield;
	background: #fff;
	border: 0;
	border-left: 1px solid #d8dee7;
	border-radius: 0;
	border-right: 1px solid #d8dee7;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--nishapp-wholesale-color-ink);
	display: block;
	flex: 0 0 64px;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 750;
	height: 42px;
	line-height: 1;
	margin: 0;
	min-height: 42px;
	min-width: 64px;
	padding: 0 0.4rem;
	text-align: center;
	width: 64px;
}

.nishapp-wholesale-quote-quantity-control > input[data-nishapp-quote-quantity]::-webkit-inner-spin-button,
.nishapp-wholesale-quote-quantity-control > input[data-nishapp-quote-quantity]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.nishapp-wholesale-quote-quantity-control > button:disabled {
	cursor: not-allowed;
	opacity: 0.42;
}

.nishapp-wholesale-quote-quantity-control > button:hover:not(:disabled) {
	background: #e8edf4;
}

.nishapp-wholesale-quote-quantity-control > button:focus-visible,
.nishapp-wholesale-quote-quantity-control > input[data-nishapp-quote-quantity]:focus {
	box-shadow: inset 0 0 0 2px var(--nishapp-wholesale-color-primary);
	outline: 0;
}

.nishapp-wholesale-quantity-error {
	color: #b42318 !important;
	font-size: 0.68rem !important;
	line-height: 1.3;
	max-width: 160px;
}

.nishapp-wholesale-stock-confirmation {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	color: var(--nishapp-wholesale-color-warning);
	font-size: 0.74rem;
	font-weight: 650;
	line-height: 1.4;
	margin: 0.45rem 0 0;
	padding: 0.48rem 0.58rem;
}

.nishapp-wholesale-totals dd strong,
.nishapp-wholesale-totals dd span {
	display: block;
}

.nishapp-wholesale-totals dd span {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.7rem;
	font-weight: 500;
	margin-top: 0.15rem;
}

.nishapp-wholesale-total {
	background: var(--nishapp-wholesale-color-surface-subtle);
}

.nishapp-wholesale-total dd {
	color: var(--nishapp-wholesale-color-primary);
	font-size: 0.9rem;
}

.nishapp-wholesale-message {
	color: var(--nishapp-wholesale-color-warning);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.4;
	margin: 0.65rem 0 0;
	min-height: 1rem;
}

.nishapp-wholesale-disclaimer {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.76rem;
	line-height: 1.45;
	margin: 0.45rem 0 0;
}

.nishapp-wholesale-panel-root[data-state="QUOTE_SENT"] .nishapp-wholesale-message {
	color: var(--nishapp-wholesale-color-success);
}

.nishapp-wholesale-quote-form {
	min-width: 0;
}

.nishapp-wholesale-configurable-fields {
	background: #fbfcfd;
	border: 1px solid var(--nishapp-wholesale-color-border);
	border-radius: var(--nishapp-wholesale-radius-md);
	display: grid;
	gap: 0.75rem 0.9rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	padding: 1rem 1.05rem;
}

.nishapp-wholesale-form-section {
	display: contents;
}

.nishapp-wholesale-form-intro {
	grid-column: 1 / -1;
	margin: 0 0 -0.15rem;
}

.nishapp-wholesale-form-intro h3 {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.92rem;
	letter-spacing: -0.01em;
	margin: 0;
}

.nishapp-wholesale-form-intro p {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 0.78rem;
	line-height: 1.4;
	margin: 0.12rem 0 0;
}

.nishapp-wholesale-form-grid {
	display: contents;
}

.nishapp-wholesale-field {
	display: flex;
	flex-direction: column;
	gap: 0.24rem;
	min-width: 0;
}

.nishapp-wholesale-field.is-half {
	grid-column: span 6;
}

.nishapp-wholesale-field.is-full {
	grid-column: span 12;
}

.nishapp-wholesale-field[hidden] {
	display: none;
}

.nishapp-wholesale-field label {
	color: #344054;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.nishapp-wholesale-field label em {
	color: var(--nishapp-wholesale-color-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
}

.nishapp-wholesale-field input,
.nishapp-wholesale-field textarea {
	-webkit-appearance: none;
	appearance: none;
	background: var(--nishapp-wholesale-color-surface);
	border: 1px solid #c8ced8;
	border-radius: var(--nishapp-wholesale-radius-sm);
	box-shadow: none;
	color: var(--nishapp-wholesale-color-ink);
	font: inherit;
	font-size: 0.88rem;
	line-height: 1.25;
	margin: 0;
	max-width: none;
	height: 46px;
	max-height: none;
	min-height: 46px;
	padding: 0.48rem 0.62rem;
	width: 100%;
}

.nishapp-wholesale-field textarea {
	height: 96px;
	min-height: 96px;
	resize: vertical;
}

.nishapp-wholesale-field input:focus,
.nishapp-wholesale-field textarea:focus {
	border-color: var(--nishapp-wholesale-color-primary);
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.16);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nishapp-wholesale-color-primary) 16%, transparent);
	outline: 0;
}

.nishapp-wholesale-field input[aria-invalid="true"],
.nishapp-wholesale-field textarea[aria-invalid="true"] {
	border-color: #b42318;
}

.nishapp-wholesale-field-error {
	color: #b42318;
	font-size: 0.72rem;
	line-height: 1.3;
	min-height: 0;
}

.nishapp-wholesale-field-error:empty {
	display: none;
}

.nishapp-wholesale-hp {
	left: -9999px;
	position: absolute;
	top: auto;
}

.nishapp-wholesale-panel-actions {
	background: var(--nishapp-wholesale-color-surface);
	border-top: 1px solid var(--nishapp-wholesale-color-border);
	box-shadow: 0 -10px 26px rgba(15, 23, 42, 0.07);
	display: grid;
	flex: 0 0 auto;
	gap: 0.6rem;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
	z-index: 2;
}

.nishapp-wholesale-panel-actions .nishapp-wholesale-panel-action {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--nishapp-wholesale-radius-sm);
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	float: none;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 750;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	height: 48px;
	min-height: 48px;
	padding: 0.55rem 0.72rem;
	text-align: center;
	text-shadow: none;
	text-transform: none;
	width: 100%;
}

.nishapp-wholesale-panel-root .nishapp-wholesale-panel-actions .nishapp-wholesale-send-quote {
	background: var(--nishapp-wholesale-color-primary);
	border-color: var(--nishapp-wholesale-color-primary);
	color: #fff;
}

.nishapp-wholesale-panel-root .nishapp-wholesale-panel-actions .nishapp-wholesale-send-quote:hover,
.nishapp-wholesale-panel-root .nishapp-wholesale-panel-actions .nishapp-wholesale-send-quote:focus-visible {
	background: var(--nishapp-wholesale-color-primary-hover);
	border-color: var(--nishapp-wholesale-color-primary-hover);
	color: #fff;
}

.nishapp-wholesale-panel-root .nishapp-wholesale-panel-actions .nishapp-wholesale-panel-close {
	background: var(--nishapp-wholesale-color-surface);
	border-color: var(--nishapp-wholesale-color-border);
	color: var(--nishapp-wholesale-color-muted);
}

.nishapp-wholesale-panel-root .nishapp-wholesale-panel-actions .nishapp-wholesale-panel-close:hover,
.nishapp-wholesale-panel-root .nishapp-wholesale-panel-actions .nishapp-wholesale-panel-close:focus-visible {
	background: var(--nishapp-wholesale-color-surface-subtle);
	border-color: #b8c0cc;
	color: var(--nishapp-wholesale-color-ink);
}

.nishapp-wholesale-panel-actions .nishapp-wholesale-panel-action:disabled {
	cursor: wait;
	opacity: 0.58;
}

.nishapp-wholesale-toast {
	background: var(--nishapp-wholesale-color-surface);
	border: 1px solid var(--nishapp-wholesale-color-border);
	border-radius: var(--nishapp-wholesale-radius-md);
	box-shadow: var(--nishapp-wholesale-shadow-toast);
	max-width: min(440px, calc(100vw - 32px));
	padding: 0.95rem;
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: 420px;
	z-index: 1000000;
}

.nishapp-wholesale-toast-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--nishapp-wholesale-color-muted);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.25rem;
	height: 32px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0.55rem;
	top: 0.5rem;
	width: 32px;
}

.nishapp-wholesale-toast-heading {
	align-items: center;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: 34px minmax(0, 1fr);
	padding-right: 2rem;
}

.nishapp-wholesale-toast-heading > span {
	align-items: center;
	background: #dcfce7;
	border-radius: 50%;
	color: #166534;
	display: inline-flex;
	font-size: 0.88rem;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.nishapp-wholesale-toast-heading strong,
.nishapp-wholesale-toast-heading small {
	display: block;
}

.nishapp-wholesale-toast-heading strong {
	color: var(--nishapp-wholesale-color-ink);
	font-size: 0.95rem;
}

.nishapp-wholesale-toast-heading small {
	color: var(--nishapp-wholesale-color-success);
	font-size: 0.76rem;
	margin-top: 0.08rem;
}

.nishapp-wholesale-toast dl {
	border-top: 1px solid var(--nishapp-wholesale-color-border);
	font-size: 0.8rem;
	margin: 0.72rem 0 0;
	padding-top: 0.48rem;
}

.nishapp-wholesale-toast dl div {
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	padding: 0.18rem 0;
}

.nishapp-wholesale-toast dt {
	color: var(--nishapp-wholesale-color-muted);
}

.nishapp-wholesale-toast dd {
	color: var(--nishapp-wholesale-color-ink);
	font-weight: 700;
	margin: 0;
	max-width: 66%;
	overflow-wrap: anywhere;
	text-align: right;
}

.nishapp-wholesale-toast-saving dd {
	color: var(--nishapp-wholesale-color-success);
}

.nishapp-wholesale-toast-actions {
	display: grid;
	gap: 0.48rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 0.72rem;
}

.nishapp-wholesale-toast-actions a,
.nishapp-wholesale-toast-actions button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--nishapp-wholesale-radius-sm);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	justify-content: center;
	min-height: 40px;
	padding: 0.5rem 0.6rem;
	text-align: center;
	text-decoration: none;
}

.nishapp-wholesale-toast-actions .is-primary {
	background: var(--nishapp-wholesale-color-primary);
	color: #fff;
}

.nishapp-wholesale-toast-actions .is-secondary {
	background: var(--nishapp-wholesale-color-surface);
	border-color: var(--nishapp-wholesale-color-border);
	color: var(--nishapp-wholesale-color-ink);
}

.nishapp-wholesale-toast-actions .is-link {
	background: transparent;
	color: var(--nishapp-wholesale-color-muted);
	grid-column: 1 / -1;
	min-height: 30px;
	padding: 0.2rem;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

@media (max-width: 1199px) {
	.nishapp-wholesale-panel {
		width: min(1080px, 96vw);
	}

	.nishapp-wholesale-panel-root[data-drawer-width="comfortable"] .nishapp-wholesale-panel {
		width: min(940px, 94vw);
	}
}

@media (max-width: 900px) {
	.nishapp-wholesale-panel-layout {
		grid-template-columns: 1fr;
	}

	.nishapp-wholesale-summary-column {
		position: static;
	}

}

@media (max-width: 600px) {
	.nishapp-wholesale-panel,
	.nishapp-wholesale-panel-root[data-drawer-width="comfortable"] .nishapp-wholesale-panel {
		max-width: none;
		width: 100vw;
	}

	.nishapp-wholesale-panel-header,
	.nishapp-wholesale-panel-body,
	.nishapp-wholesale-panel-actions {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.nishapp-wholesale-panel-actions {
		grid-template-columns: 1fr;
	}

	.nishapp-wholesale-send-quote {
		grid-row: 1;
	}

	.nishapp-wholesale-field.is-half,
	.nishapp-wholesale-field.is-full {
		grid-column: span 12;
	}

	.nishapp-wholesale-tier-row {
		grid-template-columns: minmax(72px, 0.85fr) minmax(98px, 1.15fr);
	}

	.nishapp-wholesale-tier-note {
		grid-column: 2;
		justify-content: flex-end;
		text-align: right;
	}

	.nishapp-wholesale-toast {
		bottom: calc(0.75rem + env(safe-area-inset-bottom));
		left: 0.75rem;
		max-width: none;
		right: 0.75rem;
		top: auto;
		width: auto;
	}

	.nishapp-wholesale-toast-actions {
		grid-template-columns: 1fr;
	}

	.nishapp-wholesale-toast-actions .is-link {
		grid-column: auto;
	}
}

@media (max-width: 390px) {
	.nishapp-wholesale-inline-summary {
		grid-template-columns: 28px minmax(0, 1fr) auto;
	}

	.nishapp-wholesale-summary-saving {
		display: none;
	}
	.nishapp-wholesale-variation-chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nishapp-wholesale-actions .nishapp-wholesale-action {
		font-size: 0.78rem;
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}

	.nishapp-wholesale-product-head {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.nishapp-wholesale-image {
		height: 54px;
		width: 54px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.nishapp-wholesale-panel-root.is-open .nishapp-wholesale-panel {
		animation: nishapp-wholesale-panel-in 180ms ease-out;
	}

	.nishapp-wholesale-toast {
		animation: nishapp-wholesale-toast-in 180ms ease-out;
	}
}

@keyframes nishapp-wholesale-panel-in {
	from { transform: translateX(24px); }
	to { transform: translateX(0); }
}

@keyframes nishapp-wholesale-toast-in {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}
