/* eurobolt_minorder — стили блокировки кнопок и тоста */

.button.disabled,
.button[aria-disabled="true"] {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.eurobolt-min-order-alert {
	background: #fff3cd;
	color: #664d03;
	border: 1px solid #ffe69c;
	padding: 10px 14px;
	border-radius: 8px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.eurobolt-min-order-alert.alert-danger {
	background: #f8d7da;
	color: #842029;
	border-color: #f5c2c7;
}

.eurobolt-min-order-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	max-width: 360px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #f0a020;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	padding: 14px 44px 14px 16px;
	border-radius: 8px;
	z-index: 9999;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	font-size: 14px;
	line-height: 1.4;
	color: #1f2937;
}

.eurobolt-min-order-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.eurobolt-min-order-toast__msg {
	display: block;
}

.eurobolt-min-order-toast__close {
	position: absolute;
	top: 6px;
	right: 8px;
	background: none;
	border: 0;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #888;
	padding: 4px 8px;
}

.eurobolt-min-order-toast__close:hover {
	color: #000;
}

@media (max-width: 480px) {
	.eurobolt-min-order-toast {
		left: 12px;
		right: 12px;
		bottom: 12px;
		max-width: none;
	}
}

/* eurobolt_visual_fix — контраст бейджа наличия товара (был серый фон + светло-зелёный текст, нечитаемо) */
.pr-stock-sticker.green {
	background-color: rgba(74, 178, 70, 0.14);
	color: #1b5e20;
}

.pr-stock-sticker.red {
	background-color: rgba(213, 31, 31, 0.12);
	color: #b71c1c;
}

/* eurobolt_visual_fix — фирменный зелёный (#4ab246) как цвет текста не проходит контраст на белом/светлом фоне (~2.5:1) */
.green,
.green-text {
	color: #1b5e20;
}
