/* SearchSpring */
.search-results-frame {
	max-width: 1280px;
}
.SearchSuggest {
	width: 100%;
	font-weight: normal;
	outline: none;
}
.SearchSuggest.isAppFocused {
	color: black;
}
.SearchSuggest-debug {
	display: none;
}
.SearchSuggest-input-icon[data-icon="clear"] {
	font-style: normal;
	color: rgba(51, 51, 51, 0.75);
}
.isEnhancedNav .SearchSuggest-input-icon[data-icon="clear"] .icon-clear {
  font-style: normal;
}
.SearchSuggest-input-icon[data-icon="close"] {
	font-size: 9px;
	margin-right: 0.25em;
	position: absolute;
}
.SearchSuggest-input-icon[data-icon="close"]:before,
.SearchSuggest-input-icon[data-icon="close"]:after {
	background-color: black;
}
.fl-desktop .SearchSuggest-dropdown {
	background: white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	z-index: 1010;
}
.SearchSuggest-input-field {
	font-size: 14px;
	font-family: 'Assistant', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
	color: rgba(51, 51, 51, 0.5);
	border-radius: 4px;
}
.SearchSuggest.isAppFocused .SearchSuggest-input-field {
	color: black;
}
.SearchSuggest.hasDropdown .SearchSuggest-input-field {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.SearchSuggest .SearchSuggest-loader {
	height: auto;
	margin: 0;
	margin-left: 0.375em;
	padding: 0;
}
.SearchSuggest-title {
	color: rgba(51, 51, 51, 0.5);
	margin-bottom: 0.5em;
}
.SearchSuggest-products-list {
	margin-bottom: 1em;
}
.SearchSuggest-list {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
}
.SearchSuggest-list-item {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.SearchSuggest-link {
	text-decoration: underline;
}
.isEnhancedNav .SearchSuggest-return-to-shopping {
	color: black;
}
.SearchSuggest-return-to-shopping {
	margin-top: 1em;
	color: #2D9AAC;
}
.fl-desktop .SearchSuggest-return-to-shopping {
	display: none;
}
.SearchSuggest-list-item {
	margin: 0 -2.3em;
	padding: 0.5em 2.3em;
}
.fl-desktop .SearchSuggest-list-item:hover {
	background-color: rgba(45, 154, 172, 0.25);
}
.SearchSuggest-list {
	margin: 0 0 1.5em;
}
.fl-desktop .SearchSuggest-dropdown-container {
	padding: 1em 2.3em 1.5em;
}
.SearchSuggest-dropdown-container > *:not(:last-child) {
	margin-bottom: 1.5em;
}
.SearchSuggest-products-list {
	margin-left: -4px;
	margin-right: -4px;
}
.SearchSuggest-products-item {
	font-size: 10px;
	flex-basis: 25%;
	padding-left: 4px;
	padding-right: 4px;
}
.SearchSuggest-match-query {
	font-weight: bold;
}
.SearchSuggestProduct-price {
	display: inline-block;
}
.SearchSuggestProduct-price + .SearchSuggestProduct-price {
	margin-left: 0.25em;
	text-decoration: line-through;
}
.SearchSuggestProduct-price:first-child:not(:last-child) {
	color: #2D9AAC;
}
[id="SearchResults"] .pg-no-product-url .pg-button.bestsellers {
	border: 1px solid #2D9AAC;
	color: #2d9aac;
	width: 210px;
	border-radius: 3px;
	background: #FFFFFF;
	margin-bottom: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}
[id="SearchResults"] .pg-no-products {
	text-align: center;
}
[id="SearchResults"] .pg-no-products-content {
	margin-bottom: 16px;
}

/* Search Spring Filter Facet */
.search-results-frame--desktop .search-results-filters {
	padding-top: 110px;
}
.search-results-filters .SearchFilters-switches {
	margin-bottom: 3em;
}
.search-results-filters .SearchFilters-switches-heading {
	margin-bottom: 1.5em;
}
.search-results-filters .SearchFilters-switches-list {
	margin-bottom: 1em;
}
.search-results-filters .SearchSwitch {
	border-color: #d3d3d3;
	padding-left: 0.625em;
}
.search-results-filters .SearchSwitch-label {
	font-weight: 600;
}
.search-results-filters .SearchSwitch .close-button {
	font-size: 8px;
}
.SearchFilters .SearchFilters-facets .SearchFilterFacet-list,
.SearchFilters .SearchFilters-facets .SearchFilters-facets-list {
	list-style: none;
}
.SearchFilterFacet-list {
	padding: 0;
}
.SearchFilterFacet {
	border-bottom: 1px solid #F3F3EB;
}
.search-results-frame--desktop .SearchFilterFacet-label {
	padding: 1.25em 0em;
}
.SearchFilterFacet-label,
.SearchFilters-switches-heading {
	font-size: 16px;
	font-weight: 600;
}
.SearchFilterFacet-label:after {
	font-size: 10px;
	color: #858583;
}
.SearchFilters-switches-clear a {
	text-decoration: underline;
}
.SearchFilterFacet.isOpen
.SearchFilterFacet-label.pg-collapsible:before {
	transform: rotate(180deg);
}
.SearchFilterFacet-label.pg-collapsible:before {
	content: "";
	position: absolute;
	right: 0;
	font: normal normal normal 14px/1 FontAwesome;
	padding: 0 1em;
	font-size: 16px;
}
.SearchFilterFacet.isOpen
.SearchFilterFacet-label[data-facet-field="category"]:before {
	transform: rotate(360deg);
}
.SearchFilters-filters {
	margin-block-start: 1em;
}
.SearchFilters-filters-heading, .SearchFilters-filters-list .SearchFilter, .SearchFilters-filters-clear {
	margin-bottom: 16px;
}
.SearchFilters-filters-list .SearchFilter {
	border: solid 1px #d3d3d3;
}
.SearchFilters-filters-heading {
	font-size: 15px;
	font-weight: bold;
}
.SearchFilters-filters-clear {
	text-decoration: underline;
}
.SearchFilter-close .close-button {
	height: 8px;
}
.SearchFilterFacetValue.pg-sidebar-list-item.filter-item [name="filter:tags_color"] + .pg-faux-input-label .pg-icon {
	border-radius: 50%;
	width: 1.166666667em;
	height: 1.166666667em;
	display: inline-block;
	margin-right: 0.5em;
	box-sizing: border-box;
}
.SearchFilterFacetValue.pg-sidebar-list-item.filter-item [id="tags_color.Multi"] + .pg-faux-input-label .pg-icon {
  display: none;
}
.SearchFilterFacetValue.pg-sidebar-list-item.filter-item .pg-faux-input-label {
	display: flex;
	align-items: center;
}
.search-results-frame--mobile .pg-drawer-contents .SearchFilters {
	display: flex;
	flex-direction: column;
}
.search-results-frame--mobile .pg-drawer-contents .SearchFilters .SearchFilters-switches {
	order: 2;
}
.search-results-frame--mobile .pg-drawer-contents .SearchFilters .SearchFilters-facets{
	order: 1;
}
.search-results-frame--mobile .pg-drawer-contents .SearchFilters .SearchFilters-facets .SearchFilters-facets-list {
	border-top: 1px solid #F3F3EB;
	margin-left: 10px;
	margin-right: 10px;
}
.search-results-frame--mobile .SearchFilters-switches-clear a {
	position: absolute;
    top: 72px;
    right: 16px;
}
.search-results-frame--mobile .SearchFilters-switches-heading {
	margin-bottom: .5em;
	margin-top: 1em;
}
.search-results-frame--mobile .search-results-filters .SearchFilters-switches {
	margin-bottom: -1em;
}
.search-results-frame--mobile .SearchFilters-switches {
	padding: 0 16px;
}
.search-results-frame--mobile .SearchSwitch-label {
	display: none;
}

/* Stickynav */
.search-results-frame--mobile .search-results-filters .pg-filters.stickynav-stuck .SearchFilters-switches {
	display: none;
}

/* hiding old search form */
.navigation.mini-navigation .search .ajaxed_form.flrr-1569-eu-product-search {
	display: none;
}
.search-results-frame--mobile .SearchFilterFacet-values {
	display: none;
}
.search-results-frame--mobile .SearchFilterFacet-label {
	padding: 0.5em 1em 0.5em 0;
}
.SearchFilters-facets-list-mobile {
	border-top: 1px solid #F3F3EB;
}
.search-results-frame--mobile .SearchFilterFacet {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.search-results-frame--mobile .SearchFilterFacet + .SearchFilterFacet {
	border-left: 1px solid #F3F3EB;
}
.search-results-frame--mobile .SearchFilterFacet-label:after {
	content: attr(data-summary);
	display: block;
	white-space: nowrap;
}
.search-results-frame--mobile .SearchFilterFacet-label:before {
	padding: 0;
}
.search-results-frame--mobile .pg-frame .pg-heading {
	display: none;
}
.search-results-frame--mobile .pg-heading-header {
	font-size: 16px;
  	font-weight: 600;
  	text-transform: capitalize;
	font-family: 'Assistant', Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 1rem auto;
}

/* mobile suggest drawer */
/* Search Spring */
[id="drawer"][data-content-token="#search-suggest-ui"],
[id="drawer"][data-content-token="#search-results-filters"] {
	top: 0px;
	width: 100vw;
	height: 100%;
	max-height: 100%;
}
[id="search-suggest-ui"] {
	height: 100vh;
}
[data-content-token="#search-suggest-ui"] .drawer-header {
	position: fixed;
	right: 0;
	top: 10px;
	z-index: 3;
	border: none;
}
[data-content-token="#search-suggest-ui"] .drawer-header-button {
	text-align: center;
	width: 20px;
}
[data-content-token="#search-suggest-ui"] .drawer-header-button .close-button:before,
[data-content-token="#search-suggest-ui"] .drawer-header-button .close-button:after {
	background-color: black;
}

[data-content-token="#search-suggest-ui"] .drawer-content {
	padding: 0;
}
[id="drawer"] .SearchSuggest {
	font-size: 16px;
	padding: 0.5em 1em;
	min-height: 100vh;
}
[id="drawer"] .SearchSuggest-input {
	margin-right: 44px;
}
[id="drawer"] .SearchSuggest-input-icon[data-icon="magnifying"] {
	font-size: 1.25em;
}
[id="drawer"] [data-icon="close"] {
	display: none;
}
[id="drawer"] .SearchSuggest-input-icon[data-icon="clear"] {
	right: 1em;
}
[id="drawer"] .SearchSuggest-input-field {
	background-color: #f2f2f2;
	border-width: 0;
	border-radius: 0;
	font-size: 1em;
	padding: 1em 2.5em;
	color: #333;
}
[id="drawer"] .isEnhancedNav .SearchSuggest-input-field {
	padding: 1em 2.5em 1em 49px;
}
[id="drawer"] .isAppFocused.isEnhancedNav .SearchSuggest-input-field {
  border-radius: 0px;
  border: 0;
}
[id="drawer"] .SearchSuggest-dropdown {
	position: relative;
	padding: 1em 0 2em;
}
[id="drawer"] .SearchSuggest-match-query {
	font-weight: 600;
}
[id="drawer"] .SearchSuggest-products-list {
	display: block;
}
[id="drawer"] .SearchSuggestProduct {
	display: flex;
	font-size: 14px;
	margin-bottom: 1em;
}
[id="drawer"] .SearchSuggestProduct-image {
	display: block;
}
[id="drawer"] .SearchSuggestProduct-image-container {
	max-width: 100px;
}
[id="drawer"] .SearchSuggestProduct-product-info {
	padding-left: 1rem;
	flex-grow: 1;
}
[id="drawer"] .SearchSuggest-link {
	font-size: 14px;
}
[id="drawer"] .SearchFilterFacet-label:after {
	display: none;
}
[id="drawer"] .SearchFilterFacetValue {
	padding-left: 0;
}
[id="drawer"] .SearchFilters-facets-items:after {
	content: '';
}
.SearchFilters {
	width: 100%;
}
[id="drawer"] .SearchFilters-switches {
	position: relative;
}
[data-user-status="visitor"] [data-content-token="#search-suggest-ui"] .drawer-header .drawer-close-button{
	padding: 0;
	width: 50px;
}
#search-input-mobile {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* copied open drawer css from pure-grid.css */
.drawer-content [id="pg-drawer--filters"] .pg-drawer-contents .SearchFilterFacet {
	border: 1px solid #F3F3EB;
	padding: 0;
	flex-basis: 100%;
	height: 100%;
}
.drawer-content [id="pg-drawer--filters"] .pg-sidebar-heading:before,
.drawer-content [id="pg-drawer--filters"] .pg-drawer-contents > .pg-sidebar-group > .pg-sidebar-heading .pg-sidebar-heading-label[data-summary]:after {
 	display: none;
}
.drawer-content [id="pg-drawer--filters"] .pg-drawer-contents .SearchFilterFacet-label {
	padding: 0.9375rem;
	width: 25%;
	min-width: 100px;
	box-sizing: border-box;
	background-color: #FBFBF9;
}
.drawer-content [id="pg-drawer--filters"] .pg-drawer-contents .SearchFilterFacet-label:before {
	display: none;
}
.drawer-content [id="pg-drawer--filters"] .pg-sidebar-group {
  	position: static;
}
.drawer-content [id="pg-drawer--filters"] .pg-sidebar-group .pg-sidebar-group {
	padding-left: 0;
	padding-right: 0;
}
.drawer-content [id="pg-drawer--filters"] .pg-sidebar-group .pg-sidebar-group .pg-sidebar-heading {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
.drawer-content [id="pg-drawer--filters"] .pg-sidebar-group .pg-sidebar-group + .pg-sidebar-group {
  	padding-top: 0.9375rem;
}
.drawer-content [id="pg-drawer--filters"] .SearchFilterFacet.isOpen .SearchFilterFacet-label {
	background-color: white;
	position: relative;
	z-index: 3;
}
.drawer-content [id="pg-drawer--filters"] .SearchFilterFacet.isOpen .SearchFilterFacet-values {
  	display: block;
}
.drawer-content [id="pg-drawer--filters"] .SearchFilterFacet.isOpen .SearchFilterFacet-values {
	background: white;
	position: absolute;
	width: 75%;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 20px;
	border-left: 1px solid #F3F3EB;
}
.drawer-content [id="pg-drawer--filters"] .SearchFilterFacet-list .pg-sidebar-list-item {
	padding: 0
}
.drawer-content [id="pg-drawer--filters"] .SearchFilters-switches {
	display: none;
}
/* hide count/sort for empty grid */
.search-results-frame [data-total-count="0"] .pg-counts,
.search-results-frame [data-total-count="0"] .pg-pagination,
.search-results-frame [data-total-count="0"] .pg-sort {
	display: none;
}
[data-theme="mens"] .search-results-frame--mobile.noResults .pg-heading h1.pg-heading-header,
.search-results-frame--mobile.noResults .pg-heading-header{
	font-size: 1.8em;
	margin-bottom: 0;
	margin-top: 25px;
	letter-spacing: unset;
    font-weight: 600;
}
.search-results-frame--mobile [data-total-count="0"] .pg-no-products-content {
	margin-top:-15px;
}
.search-results-frame--desktop [data-total-count="0"] .pg-no-products {
	text-align: center;
	font-size: 18px;
}
.search-results-frame--desktop [data-total-count="0"] .pg-button.bestsellers {
	background-color: #ff906d;
	color: white;
	font-weight: 600;
	border: none;
}
.search-results-products [data-total-count="0"]{
	position: absolute;
    left: 0;
}
[data-theme="mens"] .search-results-products [data-total-count="0"] .pg-heading-header,
.search-results-products [data-total-count="0"] .pg-heading-header{
	text-align: center;
	font-family: 'Assistant', Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 1.666666667em;
	font-weight: 600;
	letter-spacing: unset;
}
#search-results-suggestions .search-shop-all,
.search-results-bestsellers .bestsellers-grid-header{
	font-size: 1.8em;
    text-align: center;
    margin: 25px 0 -20px;
    font-weight: 600;
	text-transform: capitalize;
}
#search-results-suggestions hr,
.search-results-bestsellers hr{
	width: 70%;
	margin: auto;
	border-color: #ececec;
    opacity: .5;
}
#search-results-suggestions .button-bestsellers,
.search-results-bestsellers .button-bestsellers{
	background-color: #2D9AAC;
    font-size: 1.6em;
    color: #FFF;
    padding: 13px 65px;
    border-radius: 32px;
}
#search-results-suggestions .bestsellers-cta,
.search-results-bestsellers .bestsellers-cta{
	margin-bottom: 60px;
	text-align: center;
}
.search-results-frame--desktop.noResults .grid-x .pg-no-products-content{
	width: 30%;
	margin: auto;
}
.search-results-frame--desktop.noResults .search-results-products{
	margin: 15px auto 150px;
}
.fl-mobile #search-results-suggestions{
	position: relative;
	margin-bottom: 120px;
}
.search-results-frame--mobile .search-results-bestsellers{
	top: 75px;
	position: relative;
	margin-bottom: 120px;
}
.fl-mobile #search-results-suggestions hr,
.search-results-frame--mobile .search-results-bestsellers hr{
	width: 90%;
}
.fl-mobile #search-results-suggestions .search-shop-all,
.search-results-frame--mobile .search-results-bestsellers .bestsellers-grid-header{
	margin: 15px 0 -10px;
}
.fl-mobile #search-results-suggestions .button-bestsellers,
.search-results-frame--mobile .search-results-bestsellers .button-bestsellers{
	font-size: 1.4em;
    padding: 10px 50px;
}
.search-results-products .pg-frame--desktop {
	margin-top: 0;
}
.search-results-for {
    text-align: center;
    font-family: 'Assistant', Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    margin: 1em auto;
}
.search-did-you-mean {
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: #C6C6C5;
	text-align: center;
}
.search-did-you-mean a{
    border-bottom: 2px solid black;
    color: black;
}
.fl-mobile .search-did-you-mean{
	font-size: 15px;
    margin-bottom: 2em;
}
.fl-mobile .search-results-for{
	margin-bottom: .6em;
}
#search-results-suggestions hr{
    width: 70%;
    margin: auto;
    border-color: #ececec;
    opacity: .5;
}
.search-results-for > span{
	text-transform: capitalize;
}
@media screen and (max-width: 992px) {
	.search-results-frame--desktop.noResults .grid-x .pg-no-products-content {
		width: auto;
	}
  }
