/** Shopify CDN: Minification failed

Line 154:31 Expected ":"

**/
.custom-style-padding {
  padding-block: 20px;
  padding-bottom: 18px;
  /* border-bottom: 1px solid #e6e6e6; */
  /* max-width: unset; */
}
/* .custom-style-padding + .page-width.facets-vertical {
  max-width: unset;
} */
.ctm-shopify-facet-form {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
  width: max-content;
}

.ctm-products-shown-text {
  display: flex;
  gap: 10px;
  margin: 0;
  color: #171716;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}
.product-count__text {
  margin: 0;
  color: #818b9c;
  font-size: 16px;
  font-weight: 400;
}
.ctm-shown-products-wrapper {
  display: grid;
  grid-template-columns: 20% auto 1fr;
  place-items: self-end;
  place-items: baseline;
  place-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 18px;
}
.ctm-shown-products-wrapper .page-width {
  display: none;
}
.product-grid-container .facet-filters,
.product-grid-container .active-facets-mobile {
  display: none;
}
span.ctm-grid-3 svg path {
  fill: black;
}

.facets__main {
  display: grid !important;
  grid-template-rows: repeat(4, auto);

  .collection .product-grid {
    margin-top: 0rem;
    margin-bottom: 0;
  }
}
.transition-body:after {
  z-index: 15;
}
.facets__form.ctm-shopify-facet-form layout-switcher {
  grid-column-start: 1;
}
.facets__form.ctm-shopify-facet-form > .facets__wrapper {
  grid-column-start: 2;
  grid-row-start: 1;
}
.facets-vertical > .facet-filters {
  /* border-top: 1px solid #e6e6e6; */
}
.facets-vertical > .facet-filters .facets__header {
  color: #323230;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.402px;
  /* padding-bottom: 0px; */
}
#FacetDrawer .js-filter[open] .facets__header {
  padding-bottom: 0px;
}
.facets__summary > span {
  border: unset;
  padding: unset;
}
.facets__price * {
  font-family: "Noto Sans";
}
.custom-padding-top {
  padding-top: 10px;
}
span.checked-label,
.facets__summary > span {
  color: #323230;
  font-family: Noto Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.385px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
#FacetSortFiltersForm .facets__summary > span {
  justify-content: space-evenly;
  gap: 1rem;
}
#main-facet-filters {
  grid-column-end: 5;
}
.filter-label-custom {
  color: #323230;
  font-family: Roboto Condensed;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.008px;
  text-transform: uppercase;
  width: 100%;
}
.ctm-products-shown-text {
  display: flex;
  gap: 10px;
  margin: 0;
  color: #323230;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.filter_icon_main{
  padding: unset;
  background: #fff;
  border: unset;
  cursor: pointer;
}
.filter_icon_main:hover .filter-label-custom,
.filter_icon_main:hover .filter_icon_collection{
  color: #CE2427;
  fill: #CE2427;
}
.filter_icon_main:hover .filter-label-custom{
  transition: color 0.5s ease;s
}
.ctm-style-sort-by-wrapper {
  display: flex;
}
.ctm-style-sort-by-wrapper .button:after {
  content: unset;
}
.ctm-style-sort-by-wrapper .button--secondary:hover {
  color: #323230;
}
.ctm-style-sort-by-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1.5rem;
}
#product-grid {
  column-gap: 15px;
}
@media (min-width: 990px) {
  .ctm-shown-products-wrapper {
    display: grid;
    grid-template-columns: 20% auto 1fr;
    place-items: self-end;
    place-items: baseline;
    place-items: center;
  }
  .collection .product-grid.grid--3-col-desktop > .grid__item {
    max-width: calc(33.33% - 15px * 2 / 3);
  }
  .facets__summary .icon-caret {
    right: 3rem;
  }
  .disclosure-has-popup .facets__summary > span {
    padding-inline-end: 5rem;
  }
}
@media (min-width: 750px) and (max-width: 990px) {
  .ctm-shown-products-wrapper {
    display: grid;
    grid-template-columns: 33.33% auto 1fr;
    place-items: self-end;
    place-items: baseline;
  }
  .ctm-products-shown-text {
    grid-column-start: 1;
    text-align: left;
    width: auto;
    font-weight: 500;
    font-size: 14px;
  }
}
@media screen and (min-width: 750px) {
  .facets-vertical > .facet-filters {
    max-height: 100% !important;
  }
  .disclosure-has-popup.facets__disclosure.facet-filters__sort {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .filter-label-custom,
  .filter_icon_main svg{
    display: none;
  }
  .ctm-shown-products-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .ctm-products-shown-text {
    font-weight: 500;
    font-size: 14px;
  }
  .facets-vertical > .facet-filters {
    border-top: unset;
  }
}
@media (max-width: 540px) {
  .ctm-shown-products-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column-reverse;
    row-gap: 1rem;
    position: relative;
  }
  .ctm-shown-products-wrapper .filter-items-wrapper {
    position: absolute;
    top: 10px;
    right: 0;
    width: max-content;
  }
  .mobile-facets__footer button{
    margin-inline-end:0;
  }
  .mobile-facets__footer{
    flex-direction:column;
    padding: 2rem 2rem 2rem 0;
  }
  span.mobile-facets__open.button,
  .mobile-facets__footer .button {
    color: #fff;
    text-align: center;
    font-family: Roboto Condensed;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.68px;
    text-transform: uppercase;
    min-width: 100%;
    min-height: unset;
    max-width: unset;
    max-height: unset;
    width: max-content;
    border-radius: 3px;
    padding: 14px 30px;
    background-color: #323230;
    border: unset;
    transition-delay: 0.2s;
  }
  .custom-style-padding {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .collection-grid-section .grid--2-col .grid__item {
    width: calc(50% - 2rem / 2);
    max-width: 100%;
  }
}

/* Facet Drawer and Transition z index fix  */
.facet-drawer--open .announcement-bar {
  z-index: 15;
}
.transition-body:after {
  z-index: 14;
}
.facet-drawer--open .transition-body:after {
  z-index: 14;
}

/* Tab Collage Static height */
@media screen and (min-width: 750px) {
  .tab-collage {
    background-color: transparent;
    /* height: 65dvh; */
  }
}
.mobile-facets__close-button_none{
  display: none;
}