/* Verso – sticky „Szukaj” */

.vss-bar {
	position: fixed;
	left: 0;
	right: 0;
	display: flex;
	align-items: flex-start;
	height: auto !important;
	min-height: 0;
	max-height: none;
	pointer-events: none;
	opacity: 0;
	z-index: 9000;
	padding: 0 20px;
	transition: opacity .18s ease, transform .18s ease;
}

.vss-bar--top {
	top: 100px;
	bottom: auto !important;
	transform: translateY(-14px);
}

.vss-bar--bottom {
	bottom: 20px;
	top: auto !important;
	transform: translateY(14px);
}

.vss-bar.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: none;
}

.vss-bar.is-visible .vss-btn {
	pointer-events: auto;
}

.vss-bar--left {
	justify-content: flex-start;
}

.vss-bar--center {
	justify-content: center;
}

.vss-bar--right {
	justify-content: flex-end;
}

/* Wyrównanie do lewej i prawej trzyma się kolumny treści serwisu. */
.vss-bar--left .vss-btn,
.vss-bar--right .vss-btn {
	margin: 0 max(0px, calc((100vw - 1200px) / 2));
}

.vss-btn {
	flex: 0 0 auto;
	align-self: flex-start;
	height: auto !important;
	min-height: 0 !important;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	letter-spacing: .1em !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	padding: 15px 44px !important;
	margin: 0;
	border: 0 !important;
	border-radius: 999px !important;
	background: #8fd6f0 !important;
	color: #0a3549 !important;
	box-shadow: 0 6px 20px rgba(4, 42, 60, .28) !important;
	cursor: pointer;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color .2s ease;
}

.vss-btn:hover,
.vss-btn:focus {
	background: #6cc6e6 !important;
	color: #0a3549 !important;
}

.vss-btn:focus-visible {
	outline: 3px solid #04425f;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.vss-bar {
		padding: 0 16px;
	}

	.vss-bar--bottom {
		justify-content: flex-start;
		padding-right: 90px;
	}

	.vss-bar--left .vss-btn,
	.vss-bar--right .vss-btn {
		margin: 0;
	}

	.vss-bar--bottom .vss-btn {
		width: 100%;
		padding: 15px 20px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vss-bar {
		transition: none;
	}
}

/* ---------- Podlinkowane zdjęcie i tytuł oferty ---------- */

.vss-title-link {
	color: inherit !important;
	text-decoration: none !important;
	transition: color .15s ease;
}

.vss-title-link:hover,
.vss-title-link:focus {
	color: #06567c !important;
	text-decoration: none !important;
}

.vss-img-link {
	display: block;
	line-height: 0;
	color: inherit;
	text-decoration: none;
}

.vss-img-link img {
	display: block;
	width: 100%;
}

.inner .image .vss-img-link {
	cursor: pointer;
}

/* ---------- „Szukaj” przeniesiony na koniec filtrów ---------- */

form[data-vss-moved] [class*="colSpan"] input[type="submit"] {
	width: 100%;
}
