/** Shopify CDN: Minification failed

Line 61:39 Unexpected "{"

**/
.facets.facets--horizontal.facets-controls-wrapper {
    border: 1px solid #E3E3E3;
    margin-bottom: 32px;
    border-right: 0;
    border-left: 0;
    justify-content: space-between;
}
h4.facets--filters-title {
    display: none;
}
.products-sort-grid-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.facets.facets--vertical {
    border: 1px solid #E3E3E3;
    box-shadow: 0 1px 2px 0 rgba(11, 12, 14, 0.04), 0 1px 2px 0 rgba(11, 12, 14, 0.04);
    padding: 20px;
}
.sorting-filter__option {
    font-size: 14px;
    letter-spacing: -0.5px;
}
.label_count {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.facet_label_svg {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #1F2933;
    padding: 10px 12px;
    height: 40px;
}
label.column-options__option {
    border-radius: 4px;
    border: 1px solid #1F2933;
}
.column-options__option-input:checked~.column-picker {
    background-color: #F1AB15;
    height: 40px;
    display: flex;
    align-items: center;
}
.facets-toggle__button {
    font-weight: 600;
}
.column-options__option-input:checked~ {
    background-color: #F1AB15;
}
.column-picker {
padding: 10px 12px;
}
.facets__label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}
.products-count-wrapper span {
    color: #464646;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
}
span.checkbox__label-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.checkbox .icon-checkmark {
    border: 2px solid #666;
    border-radius: 0;
}
.pagination__link--current {
    color: #1F2933;
    font-weight: 600;
    cursor: default;
    background: #F1AB15;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination__item:hover {
    background: #F1AB15;;
}
.pagination__item:has(.pagination__link--current) {
  /* Your styles */
   background: #F1AB15;
}
.pagination__list {
    gap: 8px;
}
.pagination__link--arrow {
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
}
/* The bordered box is the list item, so padding here left a 10-12px ring around
   the number that looked clickable, highlighted on hover, and did nothing. The
   padding belongs on the link, which then fills the box edge to edge. */
.pagination__item {
    border-radius: 4px;
    border: 1px solid #1F2933;
    padding: 0;
    height: 40px;
    width: 100%;
    display: flex;
}
.pagination__item .pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
}
nav.pagination {
    margin-top: 28px;
}
:is(.facets--drawer,.facets--vertical) :is(.facets__item,.sorting-filter):before {
   border-top: 1px solid #E3E3E3;
}
.facets__form .facets-remove__pill {
    border-radius: 4px;
    border: 1px solid #1F2933;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
}
.facets__form .pills__pill>.svg-wrapper {
    --close-icon-opacity: 1;
}
button.button-unstyled.facets__clear-all-link {
    font-size: 14px;
    border-radius: 4px;
    background: #F1AB15;
    color: #1F2933;
    height: 40px;
    font-weight: 600;
    padding: 10px 12px;
}
.products-count-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}
.facets-remove.facets-remove--mobile-and-vertical {
    display: flex;
    gap: 12px;
}
@media screen and (min-width: 750px) {
 span.checkbox__label-text {
    padding-left: 0;
}
.facets--horizontal .products-count-wrapper {
  margin-left: 0;
}
.facets--horizontal .sorting-filter .facets__status {
    display: block!important;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
}
.facets__form summary.facets__summary {
    padding: 8px 0 0 0;
}
.facets__form summary.facets__summary {
    pointer-events: none;
}
.facets__form .facets__status-wrapper {
    display: none;
}
h5.filter_heading {
    margin-bottom: 8px;
}
.column-options {
    flex-direction: row-reverse;
}
.checkbox__label {
    align-items: center;
    gap: 8px;
}
.facets__inputs-wrapper:not(:has(.facets__inputs-list)), .facets__inputs-wrapper .facets__inputs-list {
    gap: 0px;
}
li.facets__inputs-list-item {
    padding: 8px 0;
}
button.button-unstyled.facets__clear-all-link {
    display: block;
}
}