.wps-live-price {
	margin: 1rem 0 1.25rem;
	padding: 1rem 1.125rem;
	border-radius: 12px;
	background: #2e2412;
	color: #fff9ea;
	box-shadow: 0 16px 40px rgba(46, 36, 18, 0.18);
}

.wps-live-price.is-loading {
	opacity: 0.8;
}

.wps-live-price__label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d7c08b;
}

.wps-live-price__value {
	font-size: 1.3rem;
	font-weight: 700;
}

.wps-live-price__value .price,
.wps-live-price__value .amount {
	color: inherit;
}

.wps-live-price__status {
	min-height: 1.2em;
	margin-top: 0.4rem;
	font-size: 0.9rem;
	color: #e7d8b1;
}

.wps-tier-pricing {
	margin: 1.5rem 0;
	padding: 1rem;
	border: 1px solid #ded8c8;
	border-radius: 10px;
	background: linear-gradient(180deg, #fffdf7 0%, #f7f1e3 100%);
	box-shadow: 0 10px 30px rgba(62, 44, 15, 0.06);
}

.wps-tier-pricing h4 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.wps-login-message {
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
}

.wps-login-button {
	white-space: nowrap;
}

.wps-product-callout {
	margin: 1rem 0;
	padding: 0.875rem 1rem;
	border-left: 4px solid #a27b36;
	background: #fff9ec;
}

.wps-product-callout p,
.wps-moq-note {
	margin: 0 0 0.75rem;
}

.wps-moq-note:last-child {
	margin-bottom: 0;
	font-weight: 600;
}

.wps-price-suffix {
	display: inline-block;
	margin-left: 0.35rem;
	font-size: 0.8em;
	font-weight: 600;
	color: #705625;
}

.wps-tier-pricing tr.is-active-tier {
	background: rgba(162, 123, 54, 0.12);
}

form.cart .quantity {
	pointer-events: auto !important;
}

form.cart .quantity input.qty:not([type="hidden"]) {
	pointer-events: auto !important;
	position: relative;
	z-index: 2;
	cursor: text !important;
	user-select: text !important;
	-webkit-user-select: text !important;
	opacity: 1 !important;
	visibility: visible !important;
	caret-color: currentColor;
	touch-action: manipulation;
}
