.filter-posts {
	position: relative;
	overflow: hidden;
	padding: 32px 0 64px;
}
.filter-posts .title-flex {
	max-width: 1292px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 95%;
	padding: 0 0 0 25px;
}
.filter-posts .title-flex h2 {
	margin: 0 0 1px;
	letter-spacing: -0.06rem;
}
.season-nav-title, .holiday-nav-title, .occasion-nav-title {
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	width: 162px;
	text-align: center;
	height: 49px;
	background: #fffbe7;
	font-size: 12px;
	font-family: 'Overpass';
	padding-top: 13px;
	position: relative;
	z-index: 3;
}
.season-nav-menu ul, .holiday-nav-menu ul, .occasion-nav-menu ul {
	list-style: none;
	text-align: center;
}
.holiday-nav, .occasion-nav, .season-nav {
	position: relative;
	margin: 0 0 0 20px;
}
.holiday-nav a, .occasion-nav a, .season-nav a {
	text-decoration: none;
}
.season-nav-menu:hover, .holiday-nav-menu:hover, .occasion-nav-menu:hover {
	cursor:pointer;
}
.season-nav-menu {
	display: none;
background: #FFFBE7;
border-radius: 7px;
padding: 63px 10px 20px;
z-index: 2;
width: 162px;
line-height: 2;
position: absolute;
top: 2px;
font-size: 12px;
}
.season-nav-menu.open {
  display: block;
}
.occasion-nav-menu {
 	display: none;
 	background: #FFFBE7;
 	border-radius: 7px;
 	padding: 63px 10px 20px;
 	z-index: 2;
 	width: 162px;
 	line-height: 2;
 	position: absolute;
 	top: 2px;
 	font-size: 12px;  
}
.occasion-nav-menu.open {
  display: block;
}
.holiday-nav-menu {
	display: none;
	background: #FFFBE7;
	border-radius: 7px;
	padding: 63px 10px 20px;
	z-index: 2;
	width: 162px;
	line-height: 2;
	position: absolute;
	top: 2px;
	font-size: 12px;
}
.holiday-nav-menu.open {
  display: block;
}
.filter-posts .title-flex p.subtitle {
	font-size: 13px;
	font-family: 'Overpass';
	font-weight: 100;
	margin: 0 0 21px;
}
.filter-posts .title-flex .right {
	width: 55%;
	display: flex;
	justify-content: flex-end;
}
.filter-posts .title-flex .right .search-filter-field__input {
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	width: 162px;
	text-align: center;
	height: 49px;
}
.filter-posts .title-flex .right .search-filter-field__input:hover, .search-filter-component-combobox-base__listbox-option--depth-0:hover {
	cursor: pointer;
}
.search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
	font-size: 12px;
	font-family: 'Overpass';
	padding-top: 10px;
}
.search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input::placeholder {
	font-size: 12px!important;
	font-family: 'Overpass';
}
.search-filter-component-combobox-base__listbox-option--depth-0 {
	--search-filter-listbox-option-depth: calc(0 * 16px);
	font-size: 12px;
	padding: 7px 20px;
}
.filter-posts .title-flex .right .search-filter-field {
	margin: 0 0 0 22px;
}
.filter-posts .title-flex .right .search-filter-component-combobox__listbox-toggle::before {
	display: none;
}
.filter-posts .title-flex .right .searchandfilter > ul {
	display: flex;
}
.filter-posts .line {
	margin: 0 0 52px;
	height: 1px;
	background: #DFDAC9;
}
.filter-posts .snap-results {
	max-width: 1292px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 95%;
	padding: 0 0 66px 25px;
}
.filter-posts .snap-results .hero-image {
	background: #FFFFFF;
	width: 100%;
	height: 395px;
	padding: 42px;
	position: relative;
	transition: all 0.5s;
}
.filter-posts .snap-results .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 28px;
	color: white;
	bottom: 0;
	margin: auto;
	height: 27px;
	transform: rotate(-7deg);
	font-family: 'Thursday Morning';
	opacity: 0;
	transition: all 0.5s;
}
.filter-posts .snap-results a:hover {
	opacity:1;
}
.filter-posts .search-filter-component-combobox__listbox-toggle {
	display: none;
}
.filter-posts .search-filter-component-combobox:not(.search-filter-component-combobox--focused).search-filter-component-combobox--mode-single .search-filter-component-combobox__selection span {
	font-size: 12px;
	color: black;
	font-family: 'Overpass';
	margin: 0 auto;
	padding-top: 4px;
}
.filter-posts .title-flex .right .search-filter-component-combobox-base--focused {
  z-index: 99999;
  position: relative;
}
.search-filter-component-combobox-base__listbox {
	border-bottom-left-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
	margin-top: -22px;
	padding-top: 22px;
}
.search-filter-component-combobox-base__listbox-option--depth-0 {
	justify-content: center;
}
.filter-posts .snap-results .hero-image img {
	height: 100%;
	object-fit: cover;
	object-fit: cover;
	transition: all 0.5s;
}
.filter-posts .snap-results .hero-image:hover img{
	filter: brightness(70%);
}
.filter-posts .snap-results .hero-image:hover .hover{
	opacity: 1;
}
.filter-posts .snap-results .hero-image:hover {
	background: #D8D7BC;
}
.filter-posts .swiper-horizontal>.swiper-scrollbar, .filter-posts .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 24px;
	bottom: 8px;
	z-index: 50;
	height: 1px;
	width: 79%;
	background: #C7C7C7;
}
.filter-posts .swiper-scrollbar-drag {
	background: #DFDAC9;
	border-radius: 0;
	left: 0;
	top: -4px;
	height: 8px;
}
.filter-posts .button {
	color: #000000;
	font-size: 14px;
	opacity: 1;
	position: absolute;
	bottom: -3px;
	right: 3.7%;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	margin: 0 0;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right center;
}
@media all and (max-width:960px) {
	.filter-posts .title-flex {
		padding:0;
		display: block;
		width:100%;
	}
	.filter-posts .title-flex p.subtitle {
		font-size: 13px;
		font-family: 'Overpass';
		font-weight: 100;
		margin: 0 0 21px;
		border-bottom: 1px solid #DFDAC9;
		text-align: left;
		padding: 0 0 20px 22px;
	}
	.filter-posts .title-flex h2 {
		text-align: left;
		padding: 0 0 0 22px;
	}
	.filter-posts .line {
		display: none;
	}
	.filter-posts .title-flex .right {
		width: 100%;
		justify-content: flex-start;
		margin: 0 0 30px;
	}
	.filter-posts .snap-results {
		padding: 0 0 66px 0px;
	}
	.filter-posts .swiper-horizontal>.swiper-scrollbar, .filter-posts .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 74%;
	}
}
@media all and (max-width:768px) {
	.filter-posts .snap-results .hero-image img {
		width:100%;
	}
	.filter-posts .snap-results .hero-image {
		padding:30px;
	}
	.filter-posts .swiper-horizontal>.swiper-scrollbar, .filter-posts .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 65%;
	}
	.filter-posts .snap-results {
		padding: 0 0 66px 22px;
		width: 100%;
	}
}
@media all and (max-width: 560px) {
	.filter-posts .title-flex .right {
		justify-content: space-between;
		padding-right: 20px;
		padding-left: 20px;
	}
	.season-nav-title, .holiday-nav-title, .occasion-nav-title {
		width:150px;
	}
	.season-nav-menu, .holiday-nav-menu, .occasion-nav-menu {
		width:150px;
	}
	.filter-posts .title-flex .right .search-filter-field {
		margin: 0 0 0 14px;
	}
	.filter-posts .title-flex .right .search-filter-field__input {
		width:140px;
	}
	.filter-posts .snap-results .hero-image {
		padding: 15px;
		height: auto;
		aspect-ratio: 7 / 9;
	}
	.filter-posts .button {
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: fit-content;
	}
	.filter-posts .snap-results {
		padding: 0 0 107px 22px;
		width: 100%;
	}
	.filter-posts .swiper-horizontal>.swiper-scrollbar, .filter-posts .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 87%;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 59px;
	}
	.holiday-nav, .occasion-nav, .season-nav {
		position: relative;
		margin: 0 0 0 0;
	}
}
@media all and (max-width:500px) {
	.season-nav-title, .holiday-nav-title, .occasion-nav-title {
		width: 130px;
	}
	.season-nav-menu, .holiday-nav-menu, .occasion-nav-menu {
		width: 130px;
	}
}
@media all and (max-width:480px) {
	.filter-posts {
		overflow: hidden;
	}
	.filter-posts .title-flex .right .search-filter-field__input {
		width: 113px;
	}
	.filter-posts .title-flex .right .search-filter-field {
		margin: 0 0 0 5px;
	}
	.filter-posts .title-flex .right {
		margin: 0 0 30px 5px;
	}
}
@media all and (max-width:450px) {.filter-posts .title-flex .right {
		margin: 0 0 30px 0px;
		padding: 0 10px;
	}
	.season-nav-title, .holiday-nav-title, .occasion-nav-title {
		width: 110px;
	}
	.season-nav-menu, .holiday-nav-menu, .occasion-nav-menu {
		width: 110px;
	}
}