#search-modal {
	display: none;
	position: fixed;
	top: 0;
	background: var(--clr4);
	width: 100%;
	min-height: 100%;
	z-index: 9999 ;
	overflow-y: scroll;
	height: 100vh;
}
.search-results{
	margin-top: 6rem;
}
.results-wrapper .list-container{
	display: grid;
	column-gap: 2rem;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 4rem;
}
.results-wrapper > h3,
.results-wrapper > span,
.search-results .type-switch{
	display: none!important;
}
 .site-branding img{
	height: 2.9rem;
	width: auto;
}
#search-modal > .container {
	padding: 3rem 4rem;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	min-height: 10.1rem;
}
#search-modal .site-branding {
	display: flex;
}
#search-modal .top-wrapper .top-middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.search-results .item {
	opacity: 1;
	overflow: unset;
	position: relative;
}
#search-modal input:focus {
	outline: none;
}
#search-modal input {
    width: 30rem;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: var(--border2);
}
#search-modal button.disabled {
	background-color: transparent!important;
	border: 1px solid var(--clr1);
	color: var(--clr1);
}
#search-modal .type-switch {
  justify-content: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: center;
}
.results-wrapper h3. {
    margin-bottom: 0.8rem;
}
#search-modal .top-wrapper {
	display: flex;
	/* margin-top: 5.7rem; */
	width: 100%;
	justify-content: space-between;
}
.no-search-results {
  text-align: center;
  display: none;
}
.results-wrapper > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 4.5rem;
  margin-bottom: 3.5rem;
}
.placeholders span {
	display: none;
}
.full + .placeholders.js-search-placeholders {
    opacity: 0;
}
.placeholders.js-search-placeholders {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    transition: opacity 150ms ease;
		text-align: center;
    width: 100%;
    padding: 1.4rem;
    line-height: 1.2;
}
.results-wrapper .load-more-container {
	margin-top: 8rem;
}
.results-wrapper .woocommerce .load-more-container {
	margin-top: 4rem;
}
/*.results-wrapper h3,*/
/*#search-modal .type-switch button {*/
/*	text-transform: capitalize;*/
/*}*/
.type-switch button {
	/*padding: 0.8rem 3rem!important;*/
}
.results-wrapper li.product {
  width: auto!important;
  margin-right: 0!important;
}

@media screen and (max-width: 1000px){
	.search-close {
		position: relative;
	}
	#search-modal .site-branding {
		width: 12rem;
	}
	#search-modal .top-wrapper .top-right {
		display: flex;
	}
}
@media screen and (max-width: 768px){
	#search-modal ul.products li.product {
		width: auto!important;
		margin: 0 0 2.992em;
	}
}
@media screen and (max-width: 680px){
	#search-modal .top-wrapper {
		justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 3.2rem;
		position: relative;
	}
	#search-modal .top-wrapper .top-middle {
		position: relative;
		transform: none;
		left: auto;
		margin-top: 2rem;
	}
	#search-modal .top-wrapper .top-right {
		position: absolute;
    right: 0;
    top: 0;
	}
	#search-modal .type-switch {
		margin-top: 3rem
	}
	#search-modal .type-switch button {
		margin-top: 1rem;
	}
	.results-wrapper .load-more-container {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
	.results-wrapper .woocommerce .load-more-container {
    margin-top: 0rem;
		margin-bottom: 1rem;
	}
	#search-modal ul.products li.product {
		width: auto!important;
		margin: 0 0 2.992em;
		/* margin-right: 0!important; */
	}
}
