.vwf-top,
.vwf-sidebar {
	box-sizing: border-box;
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.vwf-top *,
.vwf-sidebar * {
	box-sizing: border-box;
}

.vwf-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 16px;
	background: #FFFFFF;
	border-radius: 12px;
}

.vwf-top-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vwf-active-filters {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	flex-wrap: wrap;
}

.vwf-active-filters__label,
.vwf-active-filters__empty {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #9D9D9D;
}

.vwf-active-filters__items {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	flex: 1 1 auto;
	min-width: 0;
}

.vwf-active-filters__clear {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #F47726;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	white-space: nowrap;
	margin-left: auto;
}

.vwf-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(0, 61, 122, 0.1);
	border-radius: 9999px;
}

.vwf-pill__text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #13284C;
}

.vwf-pill__remove {
	width: 18.5px;
	height: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	line-height: 0;
}

.vwf-pill__remove svg {
	display: block;
	width: 18.5px;
	height: 14px;
}

.vwf-pill__remove:focus-visible,
.vwf-active-filters__clear:focus-visible {
	box-shadow: 0 0 0 2px rgba(19, 40, 76, 0.25);
	outline: none;
}

.vwf-results {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.vwf-results__number {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #181818;
}

.vwf-results__label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #9D9D9D;
}

.vwf-results--sidebar {
	margin-top: -12px;
}

.vwf-top__search {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.vwf-top__search-input {
	width: 100%;
	padding: 14px 16px 14px 44px;
	border: 1px solid #F1F1F1;
	border-radius: 8px;
	font-size: 16px;
	line-height: 19.3636px;
	color: #181818;
	background: #FFFFFF;
	outline: none;
}

.vwf-top__search-input::placeholder {
	color: #9D9D9D;
	opacity: 1;
}

.vwf-top__search-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	width: 16px;
	height: 15.68px;
	pointer-events: none;
}

.vwf-top__search-icon svg {
	width: 16px;
	height: 15.68px;
	display: block;
}

.vwf-top__right {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.vwf-top__sort {
	display: flex;
	align-items: center;
	gap: 8px;
}

.vwf-top__sort-label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #9D9D9D;
	white-space: nowrap;
}

.vwf-top__sort-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 8px 32px 8px 20px;
	border: 1px solid #F1F1F1;
	border-radius: 8px;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #000000;
	outline: none;
}

.vwf-top__view {
	display: none;
}

.vwf-top__view-btn {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	color: #9D9D9D;
	cursor: pointer;
}

.vwf-top__view-btn.is-active {
	background: #13284C;
	color: #FFFFFF;
}

.vwf-top__view-btn svg {
	display: block;
	width: 36px;
	height: 36px;
}

.vwf-top__search-input:focus-visible,
.vwf-top__sort-select:focus-visible,
.vwf-top__view-btn:focus-visible,
.vwf-sidebar__clear:focus-visible,
.vwf-option__control:focus-visible,
.vwf-price__input:focus-visible {
	box-shadow: 0 0 0 2px rgba(19, 40, 76, 0.25);
}

.vwf-sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 100%;
	padding: 24px;
	background: #FFFFFF;
	border-radius: 12px;
}

.vwf-sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.vwf-sidebar__title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #181818;
}

.vwf-sidebar__clear {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #F47726;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.vwf-sidebar__section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vwf-sidebar__section--border {
	padding-bottom: 24px;
	border-bottom: 1px solid #F1F1F1;
}

.vwf-sidebar__section-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #181818;
}

.vwf-sidebar__options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vwf-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	cursor: pointer;
}

.vwf-option__control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 2.5px;
	border: 1px solid #9D9D9D;
	background: #FFFFFF;
	margin: 0;
	flex: 0 0 16px;
	outline: none;
}

.vwf-option__control:checked {
	background: #0075FF;
	border-color: #0075FF;
}

.vwf-option__label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #181818;
	flex: 1 1 auto;
	min-width: 0;
}

.vwf-option__count {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #9D9D9D;
	flex: 0 0 auto;
	text-align: right;
}

.vwf-option--stock .vwf-option__label {
	font-weight: 500;
}

.vwf-price {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vwf-price__bar {
	height: 8px;
	width: 100%;
	background: #F1F1F1;
	border-radius: 8px;
}

.vwf-price__inputs {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	flex-wrap: wrap;
}

.vwf-price__input {
	height: 38px;
	flex: 1 1 0;
	min-width: 0;
	border: 1px solid #F1F1F1;
	border-radius: 8px;
	padding: 10px 13px;
	font-size: 14px;
	line-height: 16.9432px;
	font-weight: 400;
	color: #181818;
	background: #FFFFFF;
	outline: none;
}

.vwf-price__input::placeholder {
	color: #9D9D9D;
	opacity: 1;
}

.vwf-price__dash {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #9D9D9D;
	flex: 0 0 auto;
}

.vwf-grid-loading {
	position: relative;
}

.vwf-grid-loading__overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.vwf-grid-loading__spinner {
	width: 28px;
	height: 28px;
	border-radius: 999px;
	border: 2px solid #F1F1F1;
	border-top-color: #13284C;
	animation: vwf-spin 0.9s linear infinite;
}

@keyframes vwf-spin {
	to {
		transform: rotate(360deg);
	}
}

.vwf-mode-swap {
	transition: opacity 180ms ease, max-height 220ms ease;
	opacity: 1;
	max-height: 4000px;
}

.vwf-mode-swap.is-hidden {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
}

.vwf-view--list .jet-listing-grid__items {
	display: flex !important;
	flex-direction: column !important;
}

.vwf-view--list .jet-listing-grid__item {
	width: 100% !important;
	max-width: 100% !important;
}

@media (max-width: 768px) {
	.vwf-top {
		flex-direction: column;
		align-items: stretch;
	}

	.vwf-top__right {
		justify-content: space-between;
	}
}

@media (max-width: 420px) {
	.vwf-price__inputs {
		gap: 8px;
	}

	.vwf-price__dash {
		display: none;
	}

	.vwf-price__input {
		flex: 1 1 100%;
	}
}

