/** Shopify CDN: Minification failed

Line 12:3 Unexpected "/"
Line 86:0 Unexpected "}"

**/
* .main-collection-product-grid-section .product-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap:var(--gap);
  padding:var(--gap);
} */

.main-collection-product-grid-section .product-grid a {
  background: var(--accent-color-5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


  
.main-collection-product-grid-section .snippet-product-card img:nth-child(2) {
  display: none;
}
.main-collection-product-grid-section .snippet-product-card:hover .hover-transition img:nth-child(1) {
  display: none;
}
.main-collection-product-grid-section .snippet-product-card:hover .hover-transition img:nth-child(2) {
  display: block;
}  

.collection-grid-filter {
display: flex;
}

#CollectionFilters {
  width: 0%;
  transition: width 0.3s ease-in-out;
}
#ProductGridContainer {
  width: 100%;
  transition: width 0.3s ease-in-out;
}  
.open-filter #CollectionFilters {
  width: 230px;
  /* padding: var(--gap); */
  padding: 0
}
.open-filter #ProductGridContainer {
  width: calc(100% - 230px);
  flex: auto;

}
.filter-container {
position: sticky;
top: var(--header-height);
margin-top: 100px;  
overflow: scroll;
top: calc(var(--header-height) + 80px);
  padding: var(--gap) 0 var(--gap) var(--gap);
}
  
.snippet-collection-header {
  z-index: 2;  
  top: calc(var(--announcement-height) + var(--header-height));
  position: absolute;
  margin: 40px;
  filter: drop-shadow(0 3px 0.2rem #0003);
  transition: filter 0.2s ease-in-out;
  
}
.open-filter .snippet-collection-header {
  filter: none;
}
#filter-toggle  {
  height: 50px;
  width: fit-content;
  min-width: 150px;
  padding: 0 40px;
  background: var(--background-color);
  color: var(--text-color);
  cursor: pointer;
}
}

.scrolled .snippet-collection-header {
  position: fixed;
  top: var(--header-height);  
} 

.filter-sticky-container {
  opacity: 0;  
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0s;
}  
  
.open-filter .filter-sticky-container {
  opacity: 1;   
  transition-delay: 0.3s;
}
.filter-container .filter-close{
position: relative;
z-index: 3;
}
span.filter-close {
  display: block;
  width: fit-content;
  cursor: pointer;
}
.filter-options {
  margin: 30px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: scroll;
  /* calc(100vh - 30px - 26px - var(--header-height) - var(--announcement-height) - 100px) */
  height: calc(100vh - 24px - 10px - var(--header-height) - var(--announcement-height) - 100px - 50px - 20px - 20px);
}  
.scrolled .filter-options {
  height: calc(100vh - 24px - 10px - var(--header-height) - 100px - 50px - 20px);
}  
.filter-option ul {
  margin: var(--gap) 0px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}  
 .filter-option li {
   padding-left: var(--gap);
 } 
  .filter-option li.active {
    font-weight: 600;
    color: var(--accent-color-3);
  }
  
  .snippet-collection-header {
    top: calc(var(--announcement-height) + var(--header-height));
    margin: 40px;
  }

  .scrolled .snippet-collection-header {
    position: fixed;
    top: var(--header-height);
  }
nav#Pagination {
  display: none;
}

#filter-toggle svg {
  display: none;
}

@media(max-width: 768px) {
.main-collection-product-grid-section .product-grid {
  padding: 0 var(--gap) var(--gap);
}
  .filter-container {
    padding: 0;
  }
  .snippet-collection-header {
    top: calc(var(--announcement-height) + var(--mob-header-height));
    margin: var(--gap) 0px 0px 26px;
  }
  .scrolled .snippet-collection-header {
    position: fixed;
    top: var(--mob-header-height);
  }

  
/* filter */
  #CollectionFilters {
    position: fixed;
    top: 0;
    height: 100%;
    /* background: var(--background-color); */
    opacity: #0003;
    z-index: 4;
    width: 0;
    display: flex;
    opacity: 0;
    transition-property: opacity, width;
    transition-duration: 0.3s, 0s;
    transition-delay: 0s, 0.3s;
    
  } 

  /* #CollectionFilters {
    width: 0%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.2s;
  } */
  
  .open-filter #CollectionFilters {
    width: 100%;
    padding: 0;
    background: #0003;
    opacity: 1;
    transition-delay: 0s, 0s;
    /* transition-delay: 0.2s; */
  }  
  
  .open-filter #ProductGridContainer {
    width: 100%;
  }
  .filter-container {
    /* padding: var(--gap); */
    width: 0%;
    background: var(--background-color);
    transition: width 0.3s ease-in-out;
    transition-delay: 0.2s;
     margin: 0px;
  }
  .open-filter #CollectionFilters .filter-container {
    width: 80%;
  }
  
  .filter-sticky-container {
    top: 0;
    margin: var(--gap);
  }
  div.exit-filter-overlay:empty {
    width: 20%;
    display: block;
  }  

  #filter-toggle {
    width: 40px;
    padding: 0;
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #filter-toggle span {
    display: none;
  }
  #filter-toggle svg {
    display: block;
    width: 20px;
  }
}
.snippet-collection-banner {
  grid-row: span 1; 
  grid-column: span 2;
  display: flex;
}
@media(max-width: 768px) {
  .filter-options, .scrolled .filter-options {
    height: calc(100dvh - 20px - 24px - 30px - 50px - 50px - 10px);
  }  
}

@media(min-width: 769px) {
  .apply-filters.button.filter-close {
      display: none;
  }
}

.apply-filters {
  margin-bottom: 10px;
}
.FilterResetLink, .apply-filters {
  position: sticky;
  bottom: 0;
  display: block;
  width: 100%;
  min-height: 50px;
  background: var(--background-color);
  border: 1px solid var(--text-color);
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

