/** Shopify CDN: Minification failed

Line 102:27 The "-" operator only works if there is whitespace on both sides

**/
.collection_page_btns_parent {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.collection-hero__description {
    max-width: 936px;
    margin: 0 auto;
    font-family: Playfair Display;
    line-height: 1.4;
    font-size: 12px;
    text-align: left;
}

/* .collection h3, .h3 {
    font-size: 20px;
} */


@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
    h4.h4.subtitle_collection.desktop_screen_hidden {
    margin: 0.5rem 0 1rem;
}
  .tabs_collection_conatiner ul.featured_collecitons_tab_grid.list-menu {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: auto;
    justify-content: start;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
 
.tabs_collection_conatiner ul.featured_collecitons_tab_grid li.collecitons_tab_title {
    cursor: pointer;
    line-break: strict;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 25px;
    line-height: normal;
}
  
}

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

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@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 #product-grid .grid__item  .card__information {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
  .template_collection  .collection ul#product-grid:not(.grid_collection_stairs-systems) {
    max-width: 1096px;
    margin: 2.7rem auto 0;
    column-gap:35px;
    row-gap: 27px;
}

.template_collection_stairs-systems .collection ul#product-grid.grid_collection_stairs-systems {
    row-gap:42px;
    
}


 .template_collection  .collection ul#product-grid.grid--3-col-desktop:not(.grid_collection_stairs-systems) .grid__item {
    width: calc(33.33% - 35px * 2 / 3);
    max-width: calc(33.33% -35px * 2 / 3);
}
}

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



.ajaxinate_loading{
  text-decoration: none;
  color: currentColor;
}


.collection_page_btns_parent .button.button--ternary {
    padding: 12px;
    background: #d76e3e;
    color: rgb(var(--color-background));
    min-height: 2.6rem;
    min-width: 150px;
    transition: all 0.5s;
}

.quick-add .quick-add_link .button {
    background: #e59672;
}

.collection_page_btns_parent .button.button--ternary:hover {
    background:rgb(var(--color-background));
    color: currentColor; 
    transition: all 0.5s;
    box-shadow: 0px 0px 1px 1px #0000003b;
}

@media screen and (min-width: 1200px) {
.collection_page_btns_parent {
     
    flex-wrap: nowrap;
}
}

@media screen and (max-width: 620px) {
  .collection-hero__description {
    text-align: justify;
    max-width: 68%;
    font-size: 10px;
}

   .template_collection .collection #product-grid.grid:not(.grid_collection_stairs-systems) {
     row-gap: 39px;
}
 
.template_collection .facets-container-drawer .facets-container__vertical {
    margin: auto;
    justify-content: space-between;
    display: grid;
    padding: 0;
}
.facets-container-drawer .facets-container__vertical .facets__form {
     grid-template-columns: auto;
  
}

.facets-container-drawer .facets-container__vertical .mobile-facets__open-wrapper {
    min-width: auto !important;
}

.facets-container-drawer .facets-container__vertical .mobile-facets__wrapper {
    grid-row-start: 1;
    margin-left: 30px;
}

.facets-container-drawer .facets-container__vertical .facets.drawer_form {
    width: max-content;
    grid-row-start: 1;
    grid-column-start: 4;
}

.facets-container__vertical .facet-filters__field .select.active_sorting {
   min-width: 90% !important;
    
}
.collection_page_btns_parent .button.button--ternary {
     min-width: 135px;
    flex-shrink: 1;
  
}

}
