/* Papaea Shop Tools */

.papaea-hidden {
	display: none !important;
}

/* --- Prepínač meny --- */
.papaea-switcher {
	display: inline-flex;
	border: 1px solid currentColor;
	border-radius: 999px;
	overflow: hidden;
	font-size: 0.85rem;
	line-height: 1;
	opacity: 0.85;
}

.papaea-switcher__btn {
	padding: 0.5em 0.9em;
	text-decoration: none;
	color: inherit;
	background: transparent;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.papaea-switcher__btn:hover,
.papaea-switcher__btn:focus-visible {
	background: rgba(0, 0, 0, 0.06);
	text-decoration: none;
}

.papaea-switcher__btn.is-active {
	color: #fff;
	background: #2f4f34;
}

.papaea-switcher--inline {
	margin: 0 0 1.5em;
}

.papaea-switcher--float {
	position: fixed;
	top: 90px;
	right: 16px;
	z-index: 9999;
	background: #fff;
	opacity: 1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

@media (max-width: 782px) {
	.papaea-switcher--float {
		top: auto;
		bottom: 16px;
		right: 12px;
	}
}

/* --- Výber regiónu v pokladni --- */
.papaea-region {
	margin: 0 0 2em;
	padding: 1.25em;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
}

.papaea-region__title {
	margin: 0 0 0.75em;
	font-size: 1.05rem;
}

.papaea-region__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
}

.papaea-region__option {
	flex: 1 1 180px;
	display: flex;
	flex-direction: column;
	gap: 0.2em;
	padding: 0.85em 1em;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	cursor: pointer;
	margin: 0;
}

.papaea-region__option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.papaea-region__option.is-selected {
	border-color: #2f4f34;
	box-shadow: inset 0 0 0 1px #2f4f34;
}

.papaea-region__name {
	font-weight: 600;
}

.papaea-region__hint {
	font-size: 0.85em;
	opacity: 0.7;
}

.papaea-region__note {
	margin: 0.9em 0 0;
	font-size: 0.85em;
	opacity: 0.7;
}
