/** Shopify CDN: Minification failed

Line 147:0 Unexpected "}"

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 4.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}
.mobile-show {
  display: none !important;
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}
/* .collection.page-width {
  max-width: 1600px;
} */
span.stamped-badge {
  text-align: center;
}
.product__info-wrapper.grid__item span.stamped-badge {
    text-align: right;
}
.stamped-badge-caption[data-reviews][data-label][data-version="2"]>span{
  display:none !important;
}

@media screen and (max-width: 768px) {
  .mobile-show {
    display: block !important;
  }
  .kuSearchResultsPageContainer .kuDropdown{
    position: relative !important;
  }
  .kuSearchResultsPageContainer .kuResultsHeadingTitleContainer{
    display: none!important;
  }
  .filter-btn button {
    width: 100%;
    background-color: #3e3e3e;
    border: none;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }
  .klevu-filter-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .filter-btn.mobile-show {
    width: 50%;
}
.kuSearchResultsPageContainer .kuDropdown .kuDropdownLabel{
  width: 100%;
}
.kuSearchResultsPageContainer .kuDropdown{
  width: 50%;
}
.kuResultsHeadingTitleContainer1 { 
  margin: 20px 0;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #5a5a5a;
}
}
.kuDropdown.kuDropSortBy {
    top: inherit !important;
}
}
.home-featured-collection h2.title.h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  font-family: 'Brandon Grotesque';
}

.home-featured-collection .collection__title.title-wrapper {    
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.center.collection__view-all a {
    font-family: 'Brandon Grotesque';
    font-weight: 300;
    font-size: 16px;
    color: #010101;
}

.kuSearchResultsPageContainer .kuResults ul {
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  display: grid !important;
}
#snize-search-results-grid-mode li.snize-product .snize-button, .kuQuickResultsListContainer li.snize-product .snize-button{
  width: 100% !important;
}
#snize-search-results-grid-mode.snize-five-columns li.snize-product{
  width: 100% !important;
}
.price-review {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  /* grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)) !important; 
  gap: 5px !important; */
}
span.stamped-product-reviews-badge.stamped-main-badge {
   flex: 1 0 auto; 
  width: auto !important;
  text-align: inherit !important;
}
@media screen and (max-width: 989px) {
.kuSearchResultsPageContainer .kuResults ul {
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill,minmax(32%,1fr));
  display: grid!important;
}
}
@media screen and (max-width: 768px) {
.center.collection__view-all {
    display: none;
}
  .home-featured-collection .collection__title.title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.kuSearchResultsPageContainer .kuResults ul {
  grid-template-columns: repeat(auto-fill,minmax(47%,1fr));
  display: grid!important;
}
[data-block-id="ku_landing_left_facets"] {
  display: none;
}
}

@media screen and (max-width: 767px) {
span.stamped-product-reviews-badge.stamped-main-badge {    
    width: 100% !important;
    }
    .home-featured-collection span.stamped-badge {
    text-align: left !important;
}
.ls-info-wrap span.stamped-badge {
  text-align: center !important;
}
}

@media screen and (max-width: 480px) {
    span.stamped-badge {
    text-align: left;
}
   
#snize-search-results-grid-mode li.snize-product .snize-button{
  font-size: 12px !important;
}
.klevu-filter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-direction: column;
}
.filter-btn.mobile-show {
  width: 100%;
}
.kuSearchResultsPageContainer .kuDropdown {
  width: 100%;
}
.kuSearchResultsPageContainer .kuDropdown .kuDropdownLabel{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#snize-search-results-grid-mode span.snize-thumbnail{
  height: 172px;
}
#snize-search-results-grid-mode span.snize-thumbnail img{
  max-height: 150px;
}
}
@media screen and (min-width: 768px) {
.klevu-filter-flex {
  position: absolute;
  top: -5px;
  right: 0;
  width: 100%;
}
}

.collection__title.title-wrapper.title-wrapper--no-top-margin.collection__title--desktop-slider h2.title.h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Brandon Grotesque';
}

@media screen and (max-width: 768px) {
.collection__title.title-wrapper.title-wrapper--no-top-margin.collection__title--desktop-slider h2.title.h1 {
  font-size: 20px;
}
  .collection__title .title:not(:only-child) {
    margin-bottom: 0;
}
  .price-review {    
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
}
