/* ONLY FOR INITIAL DEPLOYMENT */
.product-filter-wrapper > .row:not(.filter-results) {
    display: none;
}

.product-filter-wrapper .row {
    margin-bottom: 2rem;
}

.product-filter-wrapper .btn.bg-transparent {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
    padding: 0;
    display: flex;
    align-items: center;
}

.product-filter-wrapper .btn.bg-transparent:not(.wishlist-btn) svg {
    margin-right: 0.25rem;
}

.product-filter-wrapper .btn.bg-transparent.closed .close-filter-icon {
    display: none;
}

.product-filter-wrapper .btn.bg-transparent .close-filter-icon {
    display: flex;
}

.product-filter-wrapper .btn.bg-transparent .filter-icon {
    display: none;
}

.product-filter-wrapper .btn.bg-transparent.closed .filter-icon {
    display: flex;
}

.product-filter-wrapper .filter-remove-btn {
    color: var(--greyscale-60, #767676);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    border: none;
    background: none;
    position: relative;
    padding-left: 20px;
}

.product-filter-wrapper .filter-remove-btn:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M9.64028 9.10971C9.67512 9.14455 9.70276 9.18592 9.72161 9.23144C9.74047 9.27696 9.75017 9.32575 9.75017 9.37503C9.75017 9.4243 9.74047 9.47309 9.72161 9.51861C9.70276 9.56413 9.67512 9.6055 9.64028 9.64034C9.60544 9.67518 9.56407 9.70282 9.51855 9.72167C9.47303 9.74053 9.42424 9.75023 9.37496 9.75023C9.32569 9.75023 9.2769 9.74053 9.23138 9.72167C9.18586 9.70282 9.14449 9.67518 9.10965 9.64034L5.99996 6.53018L2.89028 9.64034C2.81991 9.7107 2.72448 9.75023 2.62496 9.75023C2.52545 9.75023 2.43002 9.7107 2.35965 9.64034C2.28929 9.56997 2.24976 9.47454 2.24976 9.37503C2.24976 9.27551 2.28929 9.18008 2.35965 9.10971L5.46981 6.00003L2.35965 2.89034C2.28929 2.81997 2.24976 2.72454 2.24976 2.62503C2.24976 2.52551 2.28929 2.43008 2.35965 2.35971C2.43002 2.28935 2.52545 2.24982 2.62496 2.24982C2.72448 2.24982 2.81991 2.28935 2.89028 2.35971L5.99996 5.46987L9.10965 2.35971C9.18002 2.28935 9.27545 2.24982 9.37496 2.24982C9.47448 2.24982 9.56991 2.28935 9.64028 2.35971C9.71064 2.43008 9.75017 2.52551 9.75017 2.62503C9.75017 2.72454 9.71064 2.81997 9.64028 2.89034L6.53012 6.00003L9.64028 9.10971Z" fill="%23767676"/></svg>');
    position: absolute;
    left: 0;
    top: 3px;
}

.product-filter-wrapper .horizontal-slider {
    height: 100px;
}

.product-filter-wrapper .results-total {
    color: var(--greyscale-60, #767676);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.product-filter-wrapper select {
    font-size: 0.95rem;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    border-radius: 0.4375rem;
    position: relative;
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.2959 9.79595L12.7959 17.2959C12.6914 17.4008 12.5672 17.484 12.4304 17.5408C12.2937 17.5976 12.1471 17.6268 11.999 17.6268C11.851 17.6268 11.7043 17.5976 11.5676 17.5408C11.4309 17.484 11.3067 17.4008 11.2021 17.2959L3.70215 9.79595C3.4908 9.5846 3.37207 9.29796 3.37207 8.99907C3.37207 8.70019 3.4908 8.41354 3.70215 8.2022C3.91349 7.99085 4.20014 7.87212 4.49902 7.87212C4.79791 7.87212 5.08455 7.99085 5.2959 8.2022L12 14.9063L18.704 8.20126C18.9154 7.98992 19.202 7.87119 19.5009 7.87119C19.7998 7.87119 20.0864 7.98992 20.2978 8.20126C20.5091 8.41261 20.6278 8.69925 20.6278 8.99814C20.6278 9.29702 20.5091 9.58367 20.2978 9.79501L20.2959 9.79595Z' fill='%23288851'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: right 0.5rem top 0.75rem;
    padding: 0.25rem 3.5rem 0.25rem 0.75rem;
    background-repeat: no-repeat;
    min-width: unset;
}

.filter-inner,
.filter-inner .overflow-auto {
    height: 14rem;
}

@media screen and (max-width: 768px) {
    .filter-inner {
        height: calc(14rem + 100px);
    }
}

.product-price-thumb {
    top: -18px;
    z-index: 3 !important;
}

.product-price-thumb::after {
    height: 25px;
    width: 25px;
    background-color: #B7B7B7;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 32px;
    z-index: 3 !important;
}

.product-price-thumb-0 {
    padding-left: 5px;
}

.product-price-thumb-0::after {
    left: -2px;
}

.product-price-thumb-1 {
    padding-right: 5px;
}
.product-price-thumb-1::after {
    right: 10px;
}

.product-price-track {
    top: 20px;
    height: 10px;
}

.product-price-track-0,
.product-price-track-2 {
    background-color: #B7B7B7;
}

.product-price-track-1 {
    background-color: green;
    z-index: 2;
}

.product-price-track-2 {
    z-index: 1;
}

.rotate {
    animation: rotation 1s infinite linear;
    max-width: 102px;
    max-height: 102px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
  