/** Shopify CDN: Minification failed

Line 49:25 Unexpected "--empty"
Line 60:25 Unexpected "__description"
Line 64:47 Unexpected "__title"
Line 68:25 Unexpected "__title"
Line 73:49 Unexpected "__title--desktop-slider"
Line 77:49 Unexpected "__title"
Line 85:49 Unexpected "--full-width"
Line 91:47 Unexpected "__view-all"
Line 95:73 Unexpected "__view-all"

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

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

:is(.collection, .search) .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) {
  :is(.collection, .search) .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

:is(.collection, .search).loading .loading-overlay {
  display: block;
}

:is(.collection, .search)--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

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

:is(.collection, .search)__description>* {
  margin: 0;
}

body.list-collections :is(.collection, .search)__title.title-wrapper {
  margin-bottom: 2.5rem;
}

:is(.collection, .search)__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  body.list-collections :is(.collection, .search)__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  body.list-collections :is(.collection, .search)__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  body.list-collections :is(.collection, .search) slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  body.list-collections :is(.collection, .search)--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

body.list-collections :is(.collection, .search)__view-all a:not(.link) {
  margin-top: 1rem;
}

body.list-collections :is(.collection, .search)>:is(.collection, .search)__view-all {
  display: none;
}

body.list-collections .grid.product-grid{
  row-gap: 0;
}