/** Shopify CDN: Minification failed

Line 193:0 Expected "}" to go with "{"

**/
ul.cat-tab.cat-tab-collection {
    width: 1160px;
    margin: auto;
}
body.collection_only-sale-items  .grid__item.banner-grid-main{display:none!important}
a.load-more-collection {
    width: max-content;
    margin: auto;
    margin-top: 40px;
    background: #F0F0F0;
    font-size: calc(var(--font-heading-scale) * 1.8rem);
    text-decoration: unset;
    display: block;
    text-transform: uppercase;
    padding: 2px 20px;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: 600;
    letter-spacing: calc(var(--font-heading-scale) * .25rem);
    color: rgb(var(--color-foreground));
}



.list-view-grid .collection .grid__item {
  width: 100% !important;
  max-width: 100% !important;
}
.list-view-grid .collection .card {
    justify-content: space-between !important;
    align-items: center !important;
    gap: 2rem;
    flex-direction: initial !important;
}
.list-view-grid .collection .card__inner {
    width: 60%;
}

.list-view-grid .collection .card__information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.list-view-grid .collection .card-information {
	text-align: center;
}

.list-view-grid .caption-with-letter-spacing.light {margin: unset;margin-bottom: 15px;}

.list-view-grid ul#product-grid {
    width: 70%;
}

.list-view-grid .card__inner h3.card__heading {
    display: none;
}

.view-grid-list.main svg {rotate: 0deg;}

.view-grid-list {
    cursor: pointer;
}
.view-grid-list span {
    width: 20px;
}
.view-grid-list svg {
    margin-left: 7px !important;
}
.view-grid-list span.main svg {
    background: #000;



  
@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;
}

.quick-add__submit {
    font-weight: 400 !important;
}

.card-wrapper.product-card-wrapper.underline-links-hover:hover modal-opener.quick-view .quick-add__submit {
    display: block !important;
}

modal-opener.quick-view .quick-add__submit {
    display: none !important;
} 

.full-unstyled-link {
    text-decoration: none !important;
}
  
@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }


}

@media screen and (max-width: 768px) {
  a.icon-wishlist {
 display:none;
}
}

.collection__description > * {
  margin: 0;
}

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

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

.showing-product {
    text-align: center;
    font-size: 13px;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.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;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

  
