body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui,
.oceaniclink-price-filter-ui.is-mounted {
	position: fixed;
	left: 16px;
	top: 120px;
	z-index: 99990;
	display: block;
	width: auto;
	pointer-events: none;
}

body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui > *,
.oceaniclink-price-filter-ui.is-mounted > * {
	pointer-events: auto;
}

body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui .oceaniclink-price-filter-toggle,
.oceaniclink-price-filter-ui.is-mounted .oceaniclink-price-filter-toggle,
button.oceaniclink-price-filter-toggle#oceaniclink-price-filter-toggle,
.oceaniclink-price-filter-toggle {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	border-radius: 10px !important;
	background: #1d73be !important;
	background-color: #1d73be !important;
	background-image: none !important;
	color: #fff !important;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
	text-shadow: none;
}

body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui .oceaniclink-price-filter-toggle:hover,
body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui .oceaniclink-price-filter-toggle:focus,
.oceaniclink-price-filter-ui.is-mounted .oceaniclink-price-filter-toggle:hover,
.oceaniclink-price-filter-ui.is-mounted .oceaniclink-price-filter-toggle:focus,
button.oceaniclink-price-filter-toggle#oceaniclink-price-filter-toggle:hover,
button.oceaniclink-price-filter-toggle#oceaniclink-price-filter-toggle:focus,
.oceaniclink-price-filter-toggle:hover,
.oceaniclink-price-filter-toggle:focus {
	background: #1864a6 !important;
	background-color: #1864a6 !important;
	color: #fff !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
	outline: none;
	transform: translateY(-1px);
}

body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui .oceaniclink-price-filter-toggle:active,
.oceaniclink-price-filter-ui.is-mounted .oceaniclink-price-filter-toggle:active,
button.oceaniclink-price-filter-toggle#oceaniclink-price-filter-toggle:active,
.oceaniclink-price-filter-toggle:active {
	transform: translateY(0);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16) !important;
}

body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui .oceaniclink-price-filter-toggle.is-active,
body.oceaniclink-price-filter-applied .oceaniclink-price-filter-ui .oceaniclink-price-filter-toggle,
.oceaniclink-price-filter-ui.is-mounted .oceaniclink-price-filter-toggle.is-active,
body.oceaniclink-price-filter-applied button.oceaniclink-price-filter-toggle#oceaniclink-price-filter-toggle,
.oceaniclink-price-filter-toggle.is-active,
body.oceaniclink-price-filter-applied .oceaniclink-price-filter-toggle {
	background: #155a94 !important;
	background-color: #155a94 !important;
	color: #fff !important;
	box-shadow: 0 4px 16px rgba(29, 115, 190, 0.35) !important;
}

.oceaniclink-price-filter-toggle__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.oceaniclink-price-filter-toggle__icon svg {
	display: block;
}

.oceaniclink-price-filter-toggle__icon path {
	stroke: #fff !important;
}

.oceaniclink-price-filter-toggle__badge {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.oceaniclink-price-filter-active-summary {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	background: #fafafa;
}

.oceaniclink-price-filter-active-summary.is-active {
	border-color: #d7c4cc;
	background: #fdf6f8;
}

.oceaniclink-price-filter-active-summary strong {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #666;
}

.oceaniclink-price-filter-active-summary.is-active strong {
	color: #8b4a5c;
}

.oceaniclink-price-filter-active-summary p {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.oceaniclink-price-filter-active-summary.is-empty p {
	font-weight: 400;
	color: #777;
}

.oceaniclink-price-filter-overlay {
	position: fixed;
	inset: 0;
	z-index: 99998;
	background: rgba(0, 0, 0, 0.45);
}

.oceaniclink-price-filter-overlay[hidden] {
	display: none !important;
}

.oceaniclink-price-filter-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483647 !important;
	width: min(320px, 88vw);
	height: 100vh;
	padding: 20px 18px 24px;
	background: #fff;
	box-shadow: 2px 0 18px rgba(0, 0, 0, 0.15);
	transform: translateX(-105%);
	transition: transform 0.25s ease;
	overflow-y: auto;
}

.oceaniclink-price-filter-sidebar.is-open {
	transform: translateX(0);
}

.oceaniclink-price-filter-sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.oceaniclink-price-filter-sidebar__header h2 {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #8b4a5c;
}

.oceaniclink-price-filter-sidebar__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: #555;
	cursor: pointer;
}

.oceaniclink-price-filter-form__hint {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.45;
	color: #666;
}

.oceaniclink-price-filter-form__field {
	display: block;
	margin-bottom: 14px;
}

.oceaniclink-price-filter-form__field > span:first-child {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
}

.oceaniclink-price-filter-form__input-wrap {
	display: flex;
	align-items: center;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.oceaniclink-price-filter-form__currency {
	padding: 10px 12px;
	background: #f6f6f6;
	border-right: 1px solid #e2e2e2;
	color: #555;
}

.oceaniclink-price-filter-form__field input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	padding: 10px 12px;
	border: 0;
	font-size: 16px;
}

.oceaniclink-price-filter-form__field input:focus {
	outline: none;
	box-shadow: inset 0 0 0 1px #8b4a5c;
}

.oceaniclink-price-filter-form__actions {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.oceaniclink-price-filter-form__actions .button {
	flex: 1 1 50%;
	justify-content: center;
	text-align: center;
}

body.oceaniclink-price-filter-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	body.oceaniclink-has-price-filter .oceaniclink-price-filter-ui,
	.oceaniclink-price-filter-ui.is-mounted {
		left: 10px;
		top: 120px;
	}

	.oceaniclink-price-filter-toggle,
	button.oceaniclink-price-filter-toggle#oceaniclink-price-filter-toggle {
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
		border-radius: 9px !important;
	}
}
