/** Shopify CDN: Minification failed

Line 31:19 Unexpected "{"
Line 31:28 Expected ":"
Line 32:19 Unexpected "{"
Line 32:28 Expected ":"
Line 33:19 Unexpected "{"
Line 33:28 Expected ":"

**/
.isotope-wrapper {
display: inline-flex;
justify-content: center;
align-items: center;
width: 100%;
flex-direction: row-reverse;
}   
.isotope-gallery .filters { text-align: center; }
.isotope-wrapper .filters, .isotope-wrapper .isotope-grid {
width: 50%;
}
.isotope-selector .isotope_cntnt { position: absolute; left: 0; top: 0; height: 100%; width: 100%;  transition:var(--DTBaseTransition);overflow:hidden; }
.isotope-selector .isotope_cntnt > * { position: absolute; margin:0; transition:var(--DTBaseTransition); }
.isotope-selector .isotope_cntnt .isotope-title { top: 0; left: 0;  }
.isotope-selector .isotope_cntnt .isotope-description { bottom: 0; right: 0;  }
.isotope-wrapper .gallery-filter .button-group .button{padding: 15px 30px;    font-family: var(--font-heading-family);font-size: 1.4rem; letter-spacing: 0;}

@media only screen and (max-width:767px) {

.isotope-gallery .isotope-wrapper {flex-direction: column-reverse;} 
 #shopify-section-{{ section.id }}.isotope-gallery .filters .ui-group { width:auto;}
 #shopify-section-{{ section.id }}.isotope-gallery .filters .ui-group .button-group { display:block; }
 #shopify-section-{{ section.id }}.isotope-gallery .filters .ui-group .button-group button { width:auto;}
#shopify-section-template--23682086338844__8026187b-3a7f-4cc1-abcd-8a335258beef.isotope-gallery .filters .isotope-content-wrapper{
  padding-bottom: 0 !important;
}
#shopify-section-template--23682086338844__8026187b-3a7f-4cc1-abcd-8a335258beef.isotope-gallery .filters .ui-group{
          margin-bottom: 0rem !important;
}
}