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

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}
.template--collection .grid.product--list li.grid__item {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

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

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

.collection__description > * {
  margin: 0;
}


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

@media screen and (min-width: 990px) {
 
  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }


  .collection--full-width slider-component:not(.slider-component-desktop) {
   
    max-width: none;
  }
}
.collection__view-all a.button {
  transition: var(--duration-medium) all;
}
.collection__view-all a.button:hover {
  background: rgba(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
}
.collection__title-inner .title.inline-richtext {
  margin: 0;
  font-weight: var(--font-heading-weight-medium);
  line-height: 100%;
  letter-spacing: 0.02rem;
}
.collection__description p {
 
}

.template--collection .product-grid li.grid__item {
  width: calc(25% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
  max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
}

.template--collection .product-gallery li.grid__item {
  width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
}
@media screen and (min-width: 1200px) {
  .template--collection .product-grid li.grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .template--collection .product-gallery li.grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }
}
.product--list li.grid__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 15px;
}
.product--list .product-card-wrapper .card {
  width: 100%;
  flex-direction: unset;
}
.product--list .card__inner {
  float: left;
  width: 25%;
}
.product--list .card__content {
  float: left;
  width: 75%;
  padding: 0 0 0 15px !important;

}
@media screen and (max-width: 575px){
  .product--list .card__content {
    padding: 0 0 0 10px !important;
  }
  .product--list .card__badge{
    display: none;
  }
}
.product--list .card__content, .product--list .card-information {
  text-align: left;
}
.product--list .card__content .quick-add.quick-add-to-cart {
  display: block !important;
  width: auto;
  margin-top: 0;
  padding: 0;
  position: unset;
}
.product--list .product-card-wrapper product-form{
  min-width: unset;
  max-width: unset;
}

  .product--list .product-card-wrapper .card {
    flex-direction: unset;
    align-items: center;
  }
  .product--list .product-card-wrapper .card {
    position: relative;
    display: flex;
    align-items: flex-start;
  }

@media screen and (max-width: 1199px) {
  .product--list .product-card-wrapper {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 989px) {
  .template--collection .product-grid li.grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }
  .featured__collection .collection {
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 749px) {
  .featured__collection .collection {
    padding: 0 1.5rem;
  }
  .featured__collection ul {
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .template--collection .product-grid.grid--2-col-tablet-down li.grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .template--collection .product-grid.grid--1-col-tablet-down li.grid__item {
    width: 100%;
    max-width: 100%;
  }
  .product--list .card__content .quick-add.quick-add-to-cart {
    margin: 0;
    width: auto;
  }
  .product--list .card__inner {
    width: 35%;
  }
  .product--list .card__content {
    width: 65%;
    display: inline-block;
  }
  .product--list .product-card-wrapper .quick-add-to-cart .quick-add__submit {
    margin: 0 ;
  }
}