/** Shopify CDN: Minification failed

Line 263:29 Unexpected "-"

**/

h2.fffacets__heading  {
  font-size: 1rem;
}
  
.fffilter-wrapper {
    align-items: center;
    align-self: flex-start;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
}
.fffilter-wrapper details {
  width: 100%;
  /* margin-top: 9px; */
}
.fffilter-menu {
  display: none;
}
  
.fffilter-menu::marker {
color:red;
  display:flex;
}
/* .fffilter-heading?? { 
  background-color: grey;
  height: 30px; 
  width: auto; 
  border: 1px solid lightgrey;
} */
.fffilter-list {
  width: 100%;
  padding-left: 20px
  }
/* .fffilter-list-item {
    background-color: lime;
    padding: .3em 1em;
    list-style: none;
  } */
.fffilter-list li {
  display: inline-block;
  padding: .25em .1em;
  list-style: none;
  margin-right: 1em;
  width: 100%;
  text-indent: -2rem;
  word-break: break-word;
}
.fffilter-list-item input {
  margin-right: .5rem;
}
.fffilter-value-count {
  color: grey; 
  letter-spacing: .075rem;
  font-size: .75rem;
}
.fffilter-apply {
  margin-top: 1em;
}
.fffilter-apply input {
  width: 90%;
  letter-spacing: 0.05em;
  background-color: #212121e8;
  border: 1px solid #212121e8;
  color: #fff;
  text-transform: uppercase;
  font-size: .85rem;
  border-radius: 25px;
}
.fffilter-apply input:hover {
  background-color: #212121;
  border: 1px solid #212121;
  color: #fff;
}
  
/****** REMOVE FILTER BUTTON MEMORY (a) DWN *******/
.fffilter-options-remover a {
  color: var(--color-body-text);
}

.fffilter-options-container {
    background-color: white;/*yellow*/
    /* border-bottom: 1px solid black; */
    padding: .7em 1em;
    /* display: flex; */
    justify-content: space-between;
    /* font-size: 1.4rem; */
    /* position: sticky; */
    top: 0;
    z-index: 1;
    border-radius: 6px;
    margin-right: 2em;
}
.fffilter__header {
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding-bottom: .3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  font-size: .7rem;
  
}
.fffilter__selected  {
  font-size: 12px;
}
/* .fffilter-options-remover {
} */



/******* CLEAR / REMOVE ALL (a) DWN *******/

@media screen and (max-width: 989px) {
    .active-facets__button-wrapper {
        padding-top: 0;
        margin-left: 1.2rem;
      
    }
}  
  
/* @media screen and (min-width: 990px) {
.fffilter-remove-filters *, .active-facets__button-wrapper *, span.active-facets__button-inner {
        font-size: .85rem;
    }
} */

.fffilter-remove-filters, .active-facets__button-wrapper {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: start;
    padding-top: 1rem;
}

.fffilter-active-bubble-container {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 2em; */
  margin-right: 2em;
}
/* .fffilter-active-bubble {
  border: 2px solid black;
} */
  
.active-facets__button {
  margin-right: 1.5rem;
}  
.active-facets__button {
    display: block;
    margin-right: 1.5rem;
    margin-bottom: .75rem;
    padding-left: .2rem;
    padding-right: .2rem;
    text-decoration: none;
}
.active-facets__button--light .active-facets__button-inner {
  box-shadow: 0 0 0 .1rem #e5e5e5;
}

/* Icon close small */
@media (min-width: 990px) {
    .active-facets__button svg {
        margin-right: -.4rem;
        margin-top: -.1rem;
        width: 1.4rem;
    }
} 
.active-facets__button svg {
    align-self: center;
    flex-shrink: 0;
    margin-left: .6rem;
    margin-right: -.2rem;
    pointer-events: none;
    width: 1.2rem;
}

span.active-facets__button-inner {
    color: grey;
    box-shadow: 0 0 0 .1rem grey;
    border-radius: 2.6rem;
    font-size: .75rem;
    min-height: 0;
    min-width: 0;
    padding: .2rem 1rem .1rem;
    display: flex;
    align-items: center;
    line-height: 1.4rem;  
} 
/* .active-facets__button-remove .remove-all-link {
    
    font-size: .75rem;
} */


.active-facets__button-remove.underlined-link {
  text-underline-offset: .3rem;
  text-decoration-thickness: .1rem;
  transition: text-decoration-thickness ease .1s;
  font-size: .75rem;
  letter-spacing: .04rem;
  line-height: 1rem;
  color: grey;
}

.active-facets__button svg path {
  stroke: grey!important;
}


/* WHEN USING MENU POPUP */
.parent-display .facets__display {
    border-width: 1px;
    border-style: solid;
    border-color: #de0000;
    border-radius: 5px;
/*     box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
 */    background-color: #666;
    position: absolute;
    top: calc(100% + .5rem);
    left: -1.2rem;
    width: 35rem;
    max-height: 55rem;
    overflow-y: auto;
}

/* LABEL */
/* .fffilter__label .fffilter-checkbox .active {
  
} */
.fffilter__label {
  background-color: white;
  border-radius: 6px;
  padding: .7em .85em .4em;
  font-size: .85rem;
}
.fffilter__label:hover {
  background-color: #E0E0E044;
}  
.fffilter-checkbox {
    padding: 1rem 2rem 1rem 0;
    flex-grow: 1;
    position: relative;
    font-size: .7rem;
    display: flex;
    word-break: break-word; 
}
/* .fffilter-checkbox__text {
} */
.facets__item label, .facets__item input[type=checkbox] {
  cursor: pointer;  
}


/******** Collection Sorter ********/

.collection-filters-wrapSTOP - NOT BEST WAY {
    background-color: transparent;
    width: 100%;
    max-width: 30%;
    position: absolute;
    right: 1em;
  }

.collection-filters-wrap {
  width: 100%;
  justify-content: end;
  background-color: transparent;
}

.collection-count {
  margin-left: 2.5rem;
}
  
.collection-filters__dropdown:focus-visible-JR-LEAVE-OUT-FOR-NOW  {
    /* outline: .2rem solid #12121280; */
    outline-offset: .1rem;
    box-shadow: 0 0 0 1rem white, 0 0 .2rem 1.2rem #1212124d; 
    border-radius: 1px;
    /* margin-left: 2em; */
}
.collection-filters-wrap select-JR-LEAVE-OUT-FOR-NOW {
/*     background-color: white;
    padding: 5px 15px 0 0;
    margin: 0;
    border: 0 none;
    background-size: .45em;
    background-position: right 5px center;
    font-weight: 400;
    font-family: var(--font-stack-primary);
    text-align-last: end; */
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    transition: none;
}
.collection-filters-wrap select {
  margin-top: -2px;
}  
   
/* .collection-filters__dropdown {
}  */
/* .collection-filters__dropdown--sort {  
} */

.control-container {
  display: flex;
}
nav.collection-fffilters {
  width: 23%;
  min-width: 23%;
  margin-top: -3.2em;
} 

@media screen and (min-width: 1024px) {
nav.collection-fffilters {
        width:30%;
        min-width:30%;
    }
}
@media screen and (min-width: 961px) {
nav.collection-fffilters {
        width:33%;
        min-width:33%;
    }
}
@media screen and (max-width: 960px) {
nav.collection-fffilters {
        display:none;
    }
}
@media screen and (max-width: 850px) {
nav.collection-fffilters {
        display:none;
    }
}
@media screen and (max-width: 768px) {
nav.collection-fffilters {
        display:none;
    }
}


@media  only screen and (min-width: 56.25em) {
.template-collection .container {
    width: 56.25em;
}
nav.collection-fffilters {
  width:33%;
  min-width:33%
}
}
  
 @media  only screen and (min-width: 1250px) {
.template-collection .container {
    width: 77.5rem;
}
nav.collection-fffilters {
  width:25%;
  min-width:25%
}
}

@media  only screen and (min-width: 1500px) {
.template-collection .container {
    width: 90.5rem;
}
nav.collection-fffilters {
  width:22%;
  min-width:22%;
}
} 
@media only screen and (min-width: 37.5em) {
.product-grid-item__image img {
  width: 296px;
  height: 296px;
  margin: 0 auto;
} 
}

/* Review mobile options */
