/** Shopify CDN: Minification failed

Line 228:1 Expected "}" to go with "{"

**/
.collection-grid-section {
  margin-top: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;

}

.collection .title:not(.title--no-heading) {
  margin-top: -1rem;
  margin-bottom: 2rem;
  color: var(--color-foreground); 
  letter-spacing: 0.5rem!important;
}

.collection {
  position: relative;
}

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

  .collection .title:not(.title--no-heading) {
    margin-top: -1rem;
  color: var(--color-foreground);  
}

@media screen and (min-width: 750px) {
  .collection .title-wrapper-with-link--no-heading {
    margin-top: calc(6rem + var(--page-width-margin));
  }
}

@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;
  }
  
  .productGridMain-wrapper .card--product .card__inner .media{
  	padding-bottom: 100% !important;  
  }
}

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

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

.collection-grid-section .banner {
  display: flex;
  position: relative;
}

.collection-grid-section .banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.collection__header-wrapper{
	position: relative;
    margin-top: -20px;
    margin-bottom: 5rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.collection__header-wrapper .collection-hero__title{
	font-size: 2.438em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-family: var(--font-custom-heading);
    font-weight: bold;  
    margin-top: 0;
}

.productGridMain-wrapper{
  	background-color: #fff;
    position: relative;
}

.productGridMain-wrapper.fixed-width{
	max-width: 1030px;  
}

.collection__page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media screen and (min-width: 750px){
	.collection__page-width {
	    padding: 0 3rem;
	}
  
  	.grid__item {
        padding-left: 1rem;
      padding-right: 1rem;
    }
}

@media screen and (min-width: 990px){
    .grid--3-col-desktop .grid__item {
		max-width: calc(33.33% - 1rem * 2 / 3);
    }
}

@media screen and (max-width: 749px) {
  .collection__header-wrapper .collection-hero__title{
	font-size: 2em;
  }
}



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