/* ==========================================================================
   FINDS PAGE UI/UX FIXES
   ========================================================================== */

/* Product card layout */
ul.products li.product,
.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    min-height: 380px !important;
}

ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

ul.products li.product .price {
    margin-top: auto !important;
    margin-bottom: 10px !important;
}

ul.products li.product a.button,
ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
    min-height: 44px !important;
    max-height: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    padding: 0 20px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Product card hover animation */
.woocommerce ul.products li.product {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

ul.products li.product img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

ul.products li.product:hover img {
    transform: scale(1.03) !important;
}

@media (max-width: 480px) {
    .shop-grid ul.products:not(.mobile-1-col) li.product a.button.jei-finds-kakobuy-button,
    .shop-grid ul.products:not(.mobile-1-col) li.product .add_to_cart_button.jei-finds-kakobuy-button,
    .shop-grid .woocommerce ul.products:not(.mobile-1-col) li.product .button.jei-finds-kakobuy-button,
    .shop-grid .woocommerce ul.products:not(.mobile-1-col) li.product a.button.jei-finds-kakobuy-button {
        flex-direction: row !important;
        justify-content: center !important;
        gap: 4px !important;
        min-height: 44px !important;
        height: 44px !important;
        max-height: 44px !important;
        padding: 4px 10px !important;
        line-height: 1 !important;
    }

    .shop-grid ul.products:not(.mobile-1-col) .jei-finds-kakobuy-button__label,
    .shop-grid ul.products:not(.mobile-1-col) .jei-finds-kakobuy-button__brand {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        line-height: 1 !important;
    }

    .shop-grid ul.products:not(.mobile-1-col) .jei-finds-kakobuy-button__label {
        font-size: 11.5px !important;
        font-weight: 600 !important;
    }

    .shop-grid ul.products:not(.mobile-1-col) .jei-finds-kakobuy-button__brand {
        gap: 0 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        transform: translateY(1px) !important;
    }

    .shop-grid ul.products:not(.mobile-1-col) .jei-finds-kakobuy-button__brand svg {
        width: 55px !important;
        height: auto !important;
        max-height: none !important;
        display: block !important;
    }

    .shop-grid ul.products:not(.mobile-1-col) .jei-finds-kakobuy-button__brand-name {
        font-size: 12px !important;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 949px) {
    body.post-type-archive-product .shop-header,
    body.tax-product_cat .shop-header {
        margin-bottom: 16px !important;
        padding-bottom: 14px !important;
        border-bottom: none !important;
        position: relative !important;
    }

    body.post-type-archive-product .shop-header::after,
    body.tax-product_cat .shop-header::after {
        content: "" !important;
        position: absolute !important;
        left: 12px !important;
        right: 12px !important;
        bottom: 0 !important;
        height: 1px !important;
        background: rgba(67, 53, 67, 0.16) !important;
        pointer-events: none !important;
    }

    html.dark-mode body.post-type-archive-product .shop-header::after,
    html.dark-mode body.tax-product_cat .shop-header::after {
        background: rgba(255, 255, 255, 0.18) !important;
    }
}

@media (max-width: 1279px) {
    body.post-type-archive-product .shop-layout,
    body.tax-product_cat .shop-layout,
    body.post-type-archive-product .finds-mobile-promo,
    body.tax-product_cat .finds-mobile-promo,
    body.post-type-archive-product .finds-promo-container--mobile,
    body.tax-product_cat .finds-promo-container--mobile {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    body.post-type-archive-product .wpc-filters-widget-main-wrapper,
    body.tax-product_cat .wpc-filters-widget-main-wrapper,
    body.post-type-archive-product .wpc-filters-widget-wrapper,
    body.tax-product_cat .wpc-filters-widget-wrapper,
    body.post-type-archive-product .wpc-filters-main-wrap,
    body.tax-product_cat .wpc-filters-main-wrap,
    body.post-type-archive-product .wpc-filters-widget-content,
    body.tax-product_cat .wpc-filters-widget-content,
    body.post-type-archive-product .wpc-filters-scroll-container,
    body.tax-product_cat .wpc-filters-scroll-container,
    body.post-type-archive-product .wpc-filter-content,
    body.tax-product_cat .wpc-filter-content {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        background-color: transparent !important;
    }

    body.post-type-archive-product .wpc-filters-widget-main-wrapper,
    body.tax-product_cat .wpc-filters-widget-main-wrapper {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1024px) {
    body.post-type-archive-product .shop-header::after,
    body.tax-product_cat .shop-header::after {
        left: 8px !important;
        right: 8px !important;
    }
}

@media (max-width: 767px) {
    body.post-type-archive-product .shop-header,
    body.tax-product_cat .shop-header {
        margin-bottom: 14px !important;
        padding-bottom: 12px !important;
    }

    body.post-type-archive-product .shop-header::after,
    body.tax-product_cat .shop-header::after {
        left: 6px !important;
        right: 6px !important;
    }
}

@media (max-width: 599px) {
    body.post-type-archive-product .shop-header,
    body.tax-product_cat .shop-header {
        margin-bottom: 4px !important;
        padding-bottom: 4px !important;
    }

    body.post-type-archive-product .shop-header::after,
    body.tax-product_cat .shop-header::after {
        display: none !important;
    }
}

@media (max-width: 479px) {
    body.post-type-archive-product .shop-header,
    body.tax-product_cat .shop-header {
        margin-bottom: 2px !important;
        padding-bottom: 2px !important;
    }
}

html.dark-mode body.post-type-archive-product .wpc-filters-widget-main-wrapper,
html.dark-mode body.tax-product_cat .wpc-filters-widget-main-wrapper,
html.dark-mode body.post-type-archive-product .wpc-filters-widget-wrapper,
html.dark-mode body.tax-product_cat .wpc-filters-widget-wrapper,
html.dark-mode body.post-type-archive-product .wpc-filters-main-wrap,
html.dark-mode body.tax-product_cat .wpc-filters-main-wrap,
html.dark-mode body.post-type-archive-product .wpc-filters-widget-content,
html.dark-mode body.tax-product_cat .wpc-filters-widget-content,
html.dark-mode body.post-type-archive-product .wpc-filters-scroll-container,
html.dark-mode body.tax-product_cat .wpc-filters-scroll-container,
html.dark-mode body.post-type-archive-product .wpc-filter-content,
html.dark-mode body.tax-product_cat .wpc-filter-content {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.shop-grid,
.woocommerce .products,
ul.products {
    min-height: 100px !important;
}


.infinite-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin: 18px 0 10px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease !important;
}

.infinite-scroll-sentinel {
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.infinite-load-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 18px 0 12px;
}

body.post-type-archive-product .infinite-load-controls .infinite-load-all,
body.tax-product_cat .infinite-load-controls .infinite-load-all {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(67, 53, 67, 0.15) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    color: var(--color-brown) !important;
    -webkit-text-fill-color: var(--color-brown) !important;
    font-size: 14px !important;
    font-family: inherit !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
    text-decoration: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    transition:
        background 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease !important;
}

body.post-type-archive-product .infinite-load-controls .infinite-load-all::before,
body.tax-product_cat .infinite-load-controls .infinite-load-all::before {
    content: none;
}

body.post-type-archive-product .infinite-load-controls .infinite-load-all:hover:not(:disabled),
body.post-type-archive-product .infinite-load-controls .infinite-load-all:focus-visible:not(:disabled),
body.tax-product_cat .infinite-load-controls .infinite-load-all:hover:not(:disabled),
body.tax-product_cat .infinite-load-controls .infinite-load-all:focus-visible:not(:disabled) {
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(67, 53, 67, 0.25) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transform: none !important;
}

body.post-type-archive-product .infinite-load-controls .infinite-load-all:focus-visible,
body.tax-product_cat .infinite-load-controls .infinite-load-all:focus-visible {
    outline: none;
    border-color: rgba(67, 53, 67, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(67, 53, 67, 0.15) !important;
}

body.post-type-archive-product .infinite-load-controls .infinite-load-all:disabled,
body.tax-product_cat .infinite-load-controls .infinite-load-all:disabled {
    cursor: default;
    opacity: 0.7;
    transform: none;
}

html.dark-mode body.post-type-archive-product .infinite-load-controls .infinite-load-all,
html.dark-mode body.tax-product_cat .infinite-load-controls .infinite-load-all {
    background: rgba(20, 20, 20, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html.dark-mode body.post-type-archive-product .infinite-load-controls .infinite-load-all:hover:not(:disabled),
html.dark-mode body.post-type-archive-product .infinite-load-controls .infinite-load-all:focus-visible:not(:disabled),
html.dark-mode body.tax-product_cat .infinite-load-controls .infinite-load-all:hover:not(:disabled),
html.dark-mode body.tax-product_cat .infinite-load-controls .infinite-load-all:focus-visible:not(:disabled) {
    background: rgba(30, 30, 30, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24) !important;
}

html.dark-mode body.post-type-archive-product .infinite-load-controls .infinite-load-all:focus-visible,
html.dark-mode body.tax-product_cat .infinite-load-controls .infinite-load-all:focus-visible {
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1) !important;
}

.infinite-loader .spinner {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 2px solid rgba(67, 53, 67, 0.18);
    border-top-color: rgba(67, 53, 67, 0.52);
    animation: jei-finds-loader-spin 0.7s linear infinite;
}

html.dark-mode .infinite-loader .spinner {
    border-color: rgba(255, 255, 255, 0.14);
    border-top-color: rgba(255, 255, 255, 0.56);
}

.infinite-loader[style*="display: flex"] {
    opacity: 1;
}

.infinite-loader[style*="display: none"] {
    opacity: 0 !important;
}

@keyframes jei-finds-loader-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body.post-type-archive-product .shop-grid ul.products li.product.jei-product-entering,
body.tax-product_cat .shop-grid ul.products li.product.jei-product-entering {
    will-change: opacity, transform !important;
}

body.post-type-archive-product .shop-grid ul.products li.product.jei-product-image-loading .attachment-woocommerce_thumbnail,
body.post-type-archive-product .shop-grid ul.products li.product.jei-product-image-loading img,
body.tax-product_cat .shop-grid ul.products li.product.jei-product-image-loading .attachment-woocommerce_thumbnail,
body.tax-product_cat .shop-grid ul.products li.product.jei-product-image-loading img {
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.02) 0%,
            rgba(255, 255, 255, 0.12) 45%,
            rgba(255, 255, 255, 0.02) 100%
        ) !important;
    background-size: 220% 100% !important;
    animation: jei-finds-image-shimmer 1.1s linear infinite !important;
}

@keyframes jei-finds-image-shimmer {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -20% 0;
    }
}

/* Sidebar search bar styling */
.wpc-filters-section input[type="search"],
.wpc-filter-content input[type="search"],
input.wpc-filter-search,
.wpc-filters-section .wpc-filter-search-wrapper input,
.shop-sidebar .wpc-filters-section input[type="search"],
.shop-sidebar .wpc-filter-content input[type="search"],
aside.sidebar .wpc-filters-section input[type="search"],
body .wpc-filters-section input[type="search"],
body .wpc-filter-content input[type="search"],
body input.wpc-filter-search {
    font-size: 14px !important;
    padding: 10px 15px !important;
    line-height: 1.5 !important;
}

.wpc-filters-section input[type="search"][style],
.wpc-filter-content input[type="search"][style],
input.wpc-filter-search[style] {
    font-size: 14px !important;
}

/* Header fade-in animation (only on first load) */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Disable header fade-in animation */
.site-header {
    animation: none !important;
    opacity: 1 !important;
}





/* Glassmorphic effect for product boxes */
.woocommerce ul.products li.product {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid var(--color-brown, #584943) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1) !important;
}

.woocommerce ul.products li.product:hover {
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: var(--color-brown, #584943) !important;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.15) !important;
}

html.dark-mode .woocommerce ul.products li.product {
    background: rgba(20, 20, 20, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
}

html.dark-mode .woocommerce ul.products li.product:hover {
    background: rgba(30, 30, 30, 0.85) !important;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.6) !important;
}

html.dark-mode body.post-type-archive-product .woocommerce ul.products li.product,
html.dark-mode body.tax-product_cat .woocommerce ul.products li.product,
html.dark-mode body.post-type-archive-product ul.products li.product,
html.dark-mode body.tax-product_cat ul.products li.product {
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(20, 20, 20, 0.76) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

html.dark-mode body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
html.dark-mode body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
html.dark-mode body.post-type-archive-product ul.products li.product .price,
html.dark-mode body.tax-product_cat ul.products li.product .price,
html.dark-mode body.post-type-archive-product ul.products li.product p,
html.dark-mode body.tax-product_cat ul.products li.product p {
    color: rgba(255, 255, 255, 0.96) !important;
}

/* ==========================================================================
   CUSTOM SORTING DROPDOWN (replaces Select2)
   ========================================================================== */

/* Hide native select IMMEDIATELY (CSS loads before JS) to prevent flash */
.wpc-sorting-form select,
.wpc-sorting-form .select2-container {
    display: none !important;
}

/* Stabilize container size to prevent jitter during JS initialization */
.wpc-sorting-form {
    min-height: 42px;
    min-width: 0;
}

/* Currency switcher - prevent jitter */
.currency-switcher {
    min-height: 42px;
    min-width: 0;
}

/* Dropdowns row - prevent jitter */
.dropdowns-row {
    min-height: 42px;
}

.custom-sort-dropdown {
    position: relative;
    display: inline-block;
    min-width: 0;
    width: 100%;
    z-index: 999;
}


.custom-sort-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 10px 18px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500 !important;
    color: var(--color-brown) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid rgba(79, 64, 95, 0.15) !important;
    border-radius: 22px !important;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.custom-sort-trigger:hover {
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(79, 64, 95, 0.25) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.custom-sort-trigger:focus,
.custom-sort-trigger:focus-visible {
    outline: none !important;
    border-color: rgba(67, 53, 67, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(79, 64, 95, 0.15) !important;
}

.custom-sort-trigger:active {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(67, 53, 67, 0.3) !important;
}

.custom-sort-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.custom-sort-dropdown.open .custom-sort-arrow {
    transform: rotate(180deg);
}

.custom-sort-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
    z-index: 1000;
}

.custom-sort-dropdown.open .custom-sort-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 949px) {
    .custom-sort-dropdown {
        width: 100% !important;
        min-width: 0 !important;
    }

    .custom-sort-options {
        left: auto !important;
        right: 0 !important;
        min-width: min(72vw, 220px) !important;
        max-width: min(84vw, 280px) !important;
        max-height: min(52vh, 360px) !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 479px) {
    .custom-sort-options {
        min-width: min(70vw, 208px) !important;
        max-width: min(78vw, 240px) !important;
        max-height: min(48vh, 320px) !important;
    }
}

.custom-sort-option {
    padding: 8px 15px;
    font-size: 14px;
    color: var(--color-brown);
    cursor: pointer;
    transition: background 0.15s ease;
}

.custom-sort-option:hover {
    background: rgba(67, 53, 67, 0.1);
}

.custom-sort-option.selected {
    font-weight: 600;
    background: rgba(67, 53, 67, 0.08);
}

/* Dark mode - white text and dark glass */
html.dark-mode .custom-sort-trigger {
    background: rgba(20, 20, 20, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

html.dark-mode .custom-sort-trigger:hover {
    background: rgba(30, 30, 30, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

html.dark-mode .custom-sort-trigger:focus,
html.dark-mode .custom-sort-trigger:focus-visible {
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1) !important;
}

html.dark-mode .custom-sort-trigger:active {
    background: rgba(35, 35, 35, 0.9) !important;
}

html.dark-mode .custom-sort-options {
    background: rgba(20, 20, 20, 0.95) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

html.dark-mode .custom-sort-option {
    color: #ffffff !important;
}

html.dark-mode .custom-sort-option:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

html.dark-mode .custom-sort-option.selected {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* ==========================================================================
   NARROW MOBILE REFINEMENTS
   ========================================================================== */

/* ==========================================================================
   RISK REMINDER POPUP STYLES
   ========================================================================== */

/* Highlight Link (Android) */
.highlight-link {
    color: var(--color-brown) !important;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.highlight-link:hover {
    color: var(--color-tan-dark) !important;
}

html.dark-mode .highlight-link {
    color: #bfa1ff !important;
}

html.dark-mode .highlight-link:hover {
    color: #a380ff !important;
}

/* Tab Content Text */
.tab-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
}

/* Esc Key Text (Inline) */
.esc-key-text {
    display: inline-block;
    padding: 2px 6px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: monospace;
    font-weight: 700;
    font-size: 0.9em;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

html.dark-mode .esc-key-text {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.1);
}

/* Esc Key Animation Visual */
.esc-key-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    position: relative;
    margin-top: 10px;
}

.esc-key {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    font-weight: 700;
    font-size: 18px;
    color: #555;
    box-shadow: 0 6px 0 #d1d1d1, 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    /* Space for arrow */
    position: relative;
    /* Create a separate layer for animation to avoid layout shifts */
    animation: pressKey 2s infinite ease-in-out;
}

/* HTML Dark Mode overrides */
html.dark-mode .esc-key {
    background: #333;
    border-color: #555;
    color: #ddd;
    box-shadow: 0 6px 0 #555, 0 10px 10px rgba(0, 0, 0, 0.3);
}

.esc-arrow {
    width: 40px;
    height: 40px;
    color: var(--color-brown);
    position: absolute;
    top: 5px;
    animation: moveArrow 2s infinite ease-in-out;
    z-index: 10;
}

.esc-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

html.dark-mode .esc-arrow {
    color: #bfa1ff;
}

/* Key Press Animation */
@keyframes pressKey {

    0%,
    20% {
        transform: translateY(0);
        box-shadow: 0 6px 0 #d1d1d1, 0 10px 10px rgba(0, 0, 0, 0.1);
    }

    40%,
    60% {
        transform: translateY(6px);
        box-shadow: 0 0 0 #d1d1d1, 0 2px 2px rgba(0, 0, 0, 0.1);
    }

    80%,
    100% {
        transform: translateY(0);
        box-shadow: 0 6px 0 #d1d1d1, 0 10px 10px rgba(0, 0, 0, 0.1);
    }
}

/* Dark Mode Keyframe Override needs its own keyframes or scoped vars, 
   but simplistic approach: override values in keyframes won't work directly via CSS cascade inside @keyframes.
   So we'll use CSS custom properties for the shadows. 
*/

.esc-key {
    --key-shadow: 0 6px 0 #d1d1d1, 0 10px 10px rgba(0, 0, 0, 0.1);
    --key-shadow-pressed: 0 0 0 #d1d1d1, 0 2px 2px rgba(0, 0, 0, 0.1);
}

html.dark-mode .esc-key {
    --key-shadow: 0 6px 0 #555, 0 10px 10px rgba(0, 0, 0, 0.3);
    --key-shadow-pressed: 0 0 0 #555, 0 2px 2px rgba(0, 0, 0, 0.3);
}

@keyframes pressKey {

    0%,
    20% {
        transform: translateY(0);
        box-shadow: var(--key-shadow);
    }

    40%,
    60% {
        transform: translateY(6px);
        box-shadow: var(--key-shadow-pressed);
    }

    80%,
    100% {
        transform: translateY(0);
        box-shadow: var(--key-shadow);
    }
}

/* Arrow Animation */
@keyframes moveArrow {

    0%,
    20% {
        transform: translateY(0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    40%,
    60% {
        transform: translateY(15px);
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    80%,
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

/* ==========================================================================
   FINDS SIDEBAR REDESIGN
   ========================================================================== */

body.post-type-archive-product .shop-sidebar,
body.tax-product_cat .shop-sidebar {
    --jei-sidebar-shell-bg: rgba(247, 248, 250, 0.84);
    --jei-sidebar-shell-border: rgba(79, 64, 95, 0.14);
    --jei-sidebar-shell-shadow:
        0 18px 44px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.44),
        inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    --jei-sidebar-row-bg: rgba(255, 255, 255, 0.88);
    --jei-sidebar-row-bg-hover: rgba(255, 255, 255, 0.96);
    --jei-sidebar-row-bg-active: rgba(255, 255, 255, 0.98);
    --jei-sidebar-row-border: rgba(79, 64, 95, 0.14);
    --jei-sidebar-divider: rgba(79, 64, 95, 0.12);
    --jei-sidebar-text: var(--color-brown);
    --jei-sidebar-muted: rgba(79, 64, 95, 0.68);
    --jei-sidebar-input-bg: rgba(255, 255, 255, 0.94);
    --jei-sidebar-scrollbar-thumb: rgba(79, 64, 95, 0.24);
    --jei-sidebar-scrollbar-track: rgba(79, 64, 95, 0.08);
}

html.dark-mode body.post-type-archive-product .shop-sidebar,
html.dark-mode body.tax-product_cat .shop-sidebar {
    --jei-sidebar-shell-bg: rgba(15, 15, 18, 0.74);
    --jei-sidebar-shell-border: rgba(255, 255, 255, 0.14);
    --jei-sidebar-shell-shadow:
        0 20px 52px rgba(0, 0, 0, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(255, 255, 255, 0.03),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    --jei-sidebar-row-bg: rgba(24, 24, 28, 0.82);
    --jei-sidebar-row-bg-hover: rgba(30, 30, 36, 0.9);
    --jei-sidebar-row-bg-active: rgba(38, 38, 46, 0.96);
    --jei-sidebar-row-border: rgba(255, 255, 255, 0.1);
    --jei-sidebar-divider: rgba(255, 255, 255, 0.12);
    --jei-sidebar-text: rgba(255, 255, 255, 0.96);
    --jei-sidebar-muted: rgba(255, 255, 255, 0.58);
    --jei-sidebar-input-bg: rgba(12, 12, 16, 0.82);
    --jei-sidebar-scrollbar-thumb: rgba(255, 255, 255, 0.18);
    --jei-sidebar-scrollbar-track: rgba(255, 255, 255, 0.05);
}

body.post-type-archive-product .shop-sidebar,
body.tax-product_cat .shop-sidebar {
    background: var(--jei-sidebar-shell-bg) !important;
    background-color: var(--jei-sidebar-shell-bg) !important;
    border: 1px solid var(--jei-sidebar-shell-border) !important;
    border-radius: 20px !important;
    box-shadow: var(--jei-sidebar-shell-shadow) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
    isolation: isolate !important;
}

body.post-type-archive-product .shop-sidebar::before,
body.tax-product_cat .shop-sidebar::before {
    display: none !important;
}

body.post-type-archive-product .shop-sidebar::-webkit-scrollbar,
body.tax-product_cat .shop-sidebar::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

body.post-type-archive-product .shop-sidebar > *,
body.tax-product_cat .shop-sidebar > * {
    position: relative !important;
    z-index: 1 !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filters-widget-main-wrapper,
body.tax-product_cat .shop-sidebar .wpc-filters-widget-main-wrapper,
body.post-type-archive-product .shop-sidebar .wpc-filters-widget-wrapper,
body.tax-product_cat .shop-sidebar .wpc-filters-widget-wrapper,
body.post-type-archive-product .shop-sidebar .wpc-filters-main-wrap,
body.tax-product_cat .shop-sidebar .wpc-filters-main-wrap,
body.post-type-archive-product .shop-sidebar .wpc-filters-widget-content,
body.tax-product_cat .shop-sidebar .wpc-filters-widget-content,
body.post-type-archive-product .shop-sidebar .wpc-filter-content,
body.tax-product_cat .shop-sidebar .wpc-filter-content {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filters-scroll-container,
body.tax-product_cat .shop-sidebar .wpc-filters-scroll-container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-content ul.wpc-filters-ul-list,
body.tax-product_cat .shop-sidebar .wpc-filter-content ul.wpc-filters-ul-list,
body.post-type-archive-product .shop-sidebar .wpc-filter-content ul.wpc-filters-labels,
body.tax-product_cat .shop-sidebar .wpc-filter-content ul.wpc-filters-labels {
    max-height: none !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
}

@media (min-width: 1024px) {
    body.post-type-archive-product .shop-sidebar,
    body.tax-product_cat .shop-sidebar {
        overflow-y: auto !important;
    }
}

@media (max-width: 1279px) {
    body.post-type-archive-product .shop-sidebar,
    body.tax-product_cat .shop-sidebar {
        background: var(--jei-sidebar-shell-bg) !important;
        background-color: var(--jei-sidebar-shell-bg) !important;
        border: 1px solid var(--jei-sidebar-shell-border) !important;
        box-shadow: var(--jei-sidebar-shell-shadow) !important;
        overflow-y: auto !important;
    }

    body.post-type-archive-product .shop-sidebar .wpc-filters-scroll-container,
    body.tax-product_cat .shop-sidebar .wpc-filters-scroll-container {
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1279px) {
    html.dark-mode body.post-type-archive-product .shop-sidebar,
    html.dark-mode body.tax-product_cat .shop-sidebar {
        background: rgba(15, 15, 18, 0.9) !important;
        background-color: rgba(15, 15, 18, 0.9) !important;
        border-color: rgba(255, 255, 255, 0.14) !important;
        box-shadow:
            0 20px 52px rgba(0, 0, 0, 0.46),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            inset 0 -1px 0 rgba(255, 255, 255, 0.03) !important;
    }
}

body.post-type-archive-product .shop-sidebar .jei-filter-section,
body.tax-product_cat .shop-sidebar .jei-filter-section {
    margin-bottom: 18px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section:first-child,
body.tax-product_cat .shop-sidebar .jei-filter-section:first-child {
    margin-top: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section:last-child,
body.tax-product_cat .shop-sidebar .jei-filter-section:last-child {
    margin-bottom: 0 !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-header,
body.tax-product_cat .shop-sidebar .wpc-filter-header {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid var(--jei-sidebar-divider) !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-title,
body.tax-product_cat .shop-sidebar .wpc-filter-title {
    display: block !important;
    color: var(--jei-sidebar-text) !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-title button,
body.tax-product_cat .shop-sidebar .wpc-filter-title button {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-wrap-icons,
body.tax-product_cat .shop-sidebar .wpc-wrap-icons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-selected-values,
body.tax-product_cat .shop-sidebar .wpc-filter-selected-values {
    display: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-open-icon,
body.tax-product_cat .shop-sidebar .wpc-open-icon {
    width: 12px !important;
    min-width: 12px !important;
    height: 12px !important;
    position: relative !important;
    opacity: 0.7 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-open-icon > *,
body.tax-product_cat .shop-sidebar .wpc-open-icon > * {
    display: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-open-icon::before,
body.tax-product_cat .shop-sidebar .wpc-open-icon::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    border-top: 0 !important;
    border-left: 0 !important;
    transform: translate(-44%, -52%) rotate(-45deg) !important;
    transition: transform 0.18s ease, opacity 0.18s ease !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filters-section.wpc-opened .wpc-open-icon::before,
body.tax-product_cat .shop-sidebar .wpc-filters-section.wpc-opened .wpc-open-icon::before {
    transform: translate(-50%, -58%) rotate(45deg) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-list,
body.tax-product_cat .shop-sidebar .jei-filter-list,
body.post-type-archive-product .shop-sidebar .jei-filter-list--labels,
body.tax-product_cat .shop-sidebar .jei-filter-list--labels {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filters-labels,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filters-labels {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: stretch !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filters-labels .wpc-term-item label,
body.tax-product_cat .shop-sidebar .wpc-filters-labels .wpc-term-item label,
body.post-type-archive-product .shop-sidebar .wpc-filters-main-wrap input.wpc-label-input:checked + label,
body.tax-product_cat .shop-sidebar .wpc-filters-main-wrap input.wpc-label-input:checked + label {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filters-labels .wpc-term-item label .wpc-filter-label-wrapper,
body.tax-product_cat .shop-sidebar .wpc-filters-labels .wpc-term-item label .wpc-filter-label-wrapper,
body.post-type-archive-product .shop-sidebar .wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-filter-label-wrapper,
body.tax-product_cat .shop-sidebar .wpc-filters-main-wrap input.wpc-label-input:checked + label .wpc-filter-label-wrapper {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-row-item,
body.tax-product_cat .shop-sidebar .jei-filter-row-item {
    width: 100% !important;
    margin: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-row,
body.tax-product_cat .shop-sidebar .jei-filter-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
    padding-right: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-row--category,
body.tax-product_cat .shop-sidebar .jei-filter-row--category {
    padding-right: 28px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-row label,
body.tax-product_cat .shop-sidebar .jei-filter-row label {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice,
body.tax-product_cat .shop-sidebar .jei-filter-choice,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    border: 1px solid var(--jei-sidebar-row-border) !important;
    border-radius: 14px !important;
    background: var(--jei-sidebar-row-bg) !important;
    color: var(--jei-sidebar-text) !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice:hover,
body.tax-product_cat .shop-sidebar .jei-filter-choice:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav:hover {
    background: var(--jei-sidebar-row-bg-hover) !important;
    border-color: rgba(67, 53, 67, 0.24) !important;
    transform: translateY(-1px) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-choice:hover,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-choice:hover,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-link--nav:hover,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-link--nav:hover {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-row-item:hover .jei-filter-choice,
body.tax-product_cat .shop-sidebar .jei-filter-row-item:hover .jei-filter-choice,
body.post-type-archive-product .shop-sidebar .jei-filter-row-item:hover .jei-filter-choice__name,
body.tax-product_cat .shop-sidebar .jei-filter-row-item:hover .jei-filter-choice__name {
    color: var(--jei-sidebar-text) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands,
body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filters-labels,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filters-labels,
body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .jei-filter-row-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .jei-filter-row-item {
    overflow: visible !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filters-labels,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filters-labels {
    padding-top: 3px !important;
    padding-bottom: 4px !important;
    margin-top: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .jei-filter-choice:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .jei-filter-choice:hover {
    transform: translateY(-2px) !important;
}

body.post-type-archive-product .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-choice,
body.tax-product_cat .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-choice,
body.post-type-archive-product .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-link--nav,
body.tax-product_cat .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-link--nav,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav[aria-current="page"],
body.tax-product_cat .shop-sidebar .jei-filter-link--nav[aria-current="page"] {
    background: var(--jei-sidebar-row-bg-active) !important;
    border-color: rgba(67, 53, 67, 0.28) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-choice,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-choice,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-link--nav,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-term-selected > .wpc-term-item-content-wrapper .jei-filter-link--nav,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-link--nav[aria-current="page"],
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-link--nav[aria-current="page"] {
    border-color: rgba(255, 255, 255, 0.22) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__name,
body.tax-product_cat .shop-sidebar .jei-filter-choice__name,
body.post-type-archive-product .shop-sidebar .jei-filter-choice .wpc-term-name,
body.tax-product_cat .shop-sidebar .jei-filter-choice .wpc-term-name,
body.post-type-archive-product .shop-sidebar .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-link__text {
    display: block !important;
    color: var(--jei-sidebar-text) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__content,
body.tax-product_cat .shop-sidebar .jei-filter-choice__content {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link__content {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link__label {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    color: var(--jei-sidebar-text) !important;
    -webkit-text-fill-color: var(--jei-sidebar-text) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link__count .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link__count .wpc-term-count-value {
    margin-left: auto !important;
    color: var(--jei-sidebar-muted) !important;
    -webkit-text-fill-color: var(--jei-sidebar-muted) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-count {
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    color: var(--jei-sidebar-muted) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__content > .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-choice__content > .jei-filter-count {
    margin-left: auto !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-link--nav,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav:link,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav:link,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav:visited,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav:visited,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav .jei-filter-link__text {
    color: var(--jei-sidebar-text) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-link--nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav:hover .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav:hover .jei-filter-link__text,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav[aria-current="page"],
body.tax-product_cat .shop-sidebar .jei-filter-link--nav[aria-current="page"],
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav[aria-current="page"] .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav[aria-current="page"] .jei-filter-link__text {
    color: var(--jei-sidebar-text) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-link--nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-link--nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-link--nav .wpc-term-count-value {
    color: var(--jei-sidebar-muted) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    margin: 6px 0 0 14px !important;
    padding-left: 12px !important;
    border-left: 1px solid var(--jei-sidebar-divider) !important;
    list-style: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item + .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item + .wpc-checkbox-item {
    margin-top: 8px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children .jei-filter-link--nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children .jei-filter-link--nav {
    min-height: 40px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-toggle,
body.tax-product_cat .shop-sidebar .jei-filter-toggle,
body.post-type-archive-product .shop-sidebar .wpc-toggle-children-list,
body.tax-product_cat .shop-sidebar .wpc-toggle-children-list {
    position: absolute !important;
    width: 24px !important;
    min-width: 24px !important;
    height: auto !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    flex: 0 0 24px !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-toggle::after,
body.tax-product_cat .shop-sidebar .jei-filter-toggle::after,
body.post-type-archive-product .shop-sidebar .wpc-toggle-children-list::after,
body.tax-product_cat .shop-sidebar .wpc-toggle-children-list::after {
    display: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .wpc-toggle-children-list::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: auto !important;
    right: 6px !important;
    width: 7px !important;
    height: 7px !important;
    border: 0 !important;
    background: transparent !important;
    transform: translate(-50%, -50%) rotate(0deg) !important;
    transition: transform 180ms ease, opacity 180ms ease !important;
}

body.post-type-archive-product .shop-sidebar .wpc-opened > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .wpc-opened > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .wpc-opened > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .wpc-opened > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before,
body.post-type-archive-product .shop-sidebar .wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before {
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

body.post-type-archive-product .shop-sidebar .wpc-label-item .wpc-label-input,
body.tax-product_cat .shop-sidebar .wpc-label-item .wpc-label-input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__media,
body.tax-product_cat .shop-sidebar .jei-filter-choice__media {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__media--brand,
body.tax-product_cat .shop-sidebar .jei-filter-choice__media--brand {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid var(--jei-sidebar-row-border) !important;
    background: var(--jei-sidebar-row-bg) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__media--brand img,
body.tax-product_cat .shop-sidebar .jei-filter-choice__media--brand img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__media--color,
body.tax-product_cat .shop-sidebar .jei-filter-choice__media--color {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(67, 53, 67, 0.18) !important;
    margin-right: 0 !important;
    background: transparent !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-filters-labels,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-filters-labels {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    align-items: stretch !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-label-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-label-item {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    align-items: center !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 8px 10px !important;
    gap: 9px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice__content {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-name,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-name,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice .jei-filter-choice__name,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice .jei-filter-choice__name {
    display: block !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    overflow-wrap: normal !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-swatch-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    border: 1px solid var(--jei-sidebar-row-border) !important;
    box-sizing: border-box !important;
    background: transparent !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-swatch,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-swatch,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-image,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice .wpc-term-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 999px !important;
    background: transparent !important;
    object-fit: cover !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-choice__media--color .wpc-term-swatch,
body.tax-product_cat .shop-sidebar .jei-filter-choice__media--color .wpc-term-swatch,
body.post-type-archive-product .shop-sidebar .jei-filter-choice__media--color .wpc-term-image,
body.tax-product_cat .shop-sidebar .jei-filter-choice__media--color .wpc-term-image {
    width: 100% !important;
    height: 100% !important;
    border-radius: 999px !important;
    display: block !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-filters-list,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-filters-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    justify-content: stretch !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-name,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-name,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-count {
    display: inline-flex !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-count-value {
    display: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-swatch::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-swatch::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-swatch::after,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-swatch::after {
    display: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-swatch-wrapper::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-swatch-wrapper::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-swatch-wrapper::after,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-swatch-wrapper::after,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors input.wpc-label-input:checked + label .wpc-term-swatch-wrapper::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors input.wpc-label-input:checked + label .wpc-term-swatch-wrapper::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors input.wpc-label-input:checked + label .wpc-term-swatch-wrapper::after,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors input.wpc-label-input:checked + label .wpc-term-swatch-wrapper::after,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors label:hover .wpc-term-swatch-wrapper::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors label:hover .wpc-term-swatch-wrapper::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors label:hover .wpc-term-swatch-wrapper::after,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors label:hover .wpc-term-swatch-wrapper::after {
    display: none !important;
    content: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice:hover {
    transform: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice:hover .jei-filter-choice__media--color,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice:hover .jei-filter-choice__media--color {
    transform: none !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-selected .jei-filter-choice__media--color,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-selected .jei-filter-choice__media--color {
    box-shadow: 0 0 0 2px rgba(67, 53, 67, 0.16) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-term-selected .jei-filter-choice__media--color,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-term-selected .jei-filter-choice__media--color {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-filter-link,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-filter-link,
body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filter-link,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filter-link {
    margin-right: 0 !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-search-wrapper,
body.tax-product_cat .shop-sidebar .wpc-filter-search-wrapper,
body.post-type-archive-product .shop-sidebar .wpc-filters-section form,
body.tax-product_cat .shop-sidebar .wpc-filters-section form {
    background: transparent !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-search-field,
body.tax-product_cat .shop-sidebar .wpc-filter-search-field,
body.post-type-archive-product .shop-sidebar .wpc-filters-section input[type="search"],
body.tax-product_cat .shop-sidebar .wpc-filters-section input[type="search"] {
    min-height: 42px !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    border: 1px solid var(--jei-sidebar-row-border) !important;
    background: var(--jei-sidebar-input-bg) !important;
    color: var(--jei-sidebar-text) !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-search-field::placeholder,
body.tax-product_cat .shop-sidebar .wpc-filter-search-field::placeholder,
body.post-type-archive-product .shop-sidebar .wpc-filters-section input[type="search"]::placeholder,
body.tax-product_cat .shop-sidebar .wpc-filters-section input[type="search"]::placeholder {
    color: var(--jei-sidebar-muted) !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filter-search-wrapper .wpc-search-clear,
body.tax-product_cat .shop-sidebar .wpc-filter-search-wrapper .wpc-search-clear {
    color: var(--jei-sidebar-muted) !important;
}

body.post-type-archive-product .shop-sidebar a.wpc-toggle-a,
body.tax-product_cat .shop-sidebar a.wpc-toggle-a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    margin-top: 10px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    border: 1px solid var(--jei-sidebar-row-border) !important;
    background: var(--jei-sidebar-row-bg) !important;
    color: var(--jei-sidebar-muted) !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

body.post-type-archive-product .shop-sidebar .wpc-term-disabled > .wpc-term-item-content-wrapper,
body.tax-product_cat .shop-sidebar .wpc-term-disabled > .wpc-term-item-content-wrapper {
    opacity: 0.55 !important;
}

@media (max-width: 1279px) {
    body.post-type-archive-product .shop-sidebar .jei-filter-choice,
    body.tax-product_cat .shop-sidebar .jei-filter-choice,
    body.post-type-archive-product .shop-sidebar .jei-filter-link--nav,
    body.tax-product_cat .shop-sidebar .jei-filter-link--nav {
        min-height: 46px !important;
        padding: 11px 12px !important;
    }

    body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
    body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
        margin-left: 10px !important;
        padding-left: 10px !important;
    }

    body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .wpc-filters-labels,
    body.tax-product_cat .shop-sidebar .jei-filter-section--colors .wpc-filters-labels {
        gap: 8px !important;
    }

    body.post-type-archive-product .shop-sidebar .jei-filter-section--colors .jei-filter-choice,
    body.tax-product_cat .shop-sidebar .jei-filter-section--colors .jei-filter-choice {
        min-height: 48px !important;
        padding: 8px 9px !important;
    }
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Black"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Black"] .wpc-term-swatch-wrapper {
    background: #000 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="White"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="White"] .wpc-term-swatch-wrapper {
    background: #fff !important;
    border-color: rgba(67, 53, 67, 0.28) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Blue"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Blue"] .wpc-term-swatch-wrapper {
    background: #0066cc !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Gray"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Gray"] .wpc-term-swatch-wrapper,
body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Grey"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Grey"] .wpc-term-swatch-wrapper {
    background: #808080 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Silver"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Silver"] .wpc-term-swatch-wrapper {
    background: linear-gradient(135deg, #8f949c 0%, #c7ccd3 18%, #f7f9fc 34%, #b1b6be 54%, #eef1f5 72%, #90959d 100%) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Green"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Green"] .wpc-term-swatch-wrapper {
    background: #228b22 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Red"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Red"] .wpc-term-swatch-wrapper {
    background: #dc143c !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Pink"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Pink"] .wpc-term-swatch-wrapper {
    background: #ff69b4 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Brown"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Brown"] .wpc-term-swatch-wrapper {
    background: #8b4513 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Orange"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Orange"] .wpc-term-swatch-wrapper {
    background: #ff8c00 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Yellow"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Yellow"] .wpc-term-swatch-wrapper {
    background: #ffd700 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Beige"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Beige"] .wpc-term-swatch-wrapper {
    background: #f5f5dc !important;
    border-color: rgba(67, 53, 67, 0.24) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Purple"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Purple"] .wpc-term-swatch-wrapper {
    background: #800080 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Camo"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Camo"] .wpc-term-swatch-wrapper {
    background-image:
        radial-gradient(ellipse 40% 35% at 20% 30%, #2d3a1f 0%, transparent 50%),
        radial-gradient(ellipse 45% 40% at 75% 20%, #3d4a2f 0%, transparent 55%),
        radial-gradient(ellipse 50% 45% at 35% 75%, #8b8b6b 0%, transparent 60%),
        radial-gradient(ellipse 35% 30% at 85% 65%, #5a5f3a 0%, transparent 50%),
        radial-gradient(ellipse 40% 50% at 10% 80%, #2d3a1f 0%, transparent 55%),
        radial-gradient(ellipse 30% 35% at 60% 50%, #8b8b6b 0%, transparent 45%) !important;
    background-color: #6b7c59 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Rainbow"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Rainbow"] .wpc-term-swatch-wrapper {
    background: linear-gradient(135deg,
        rgba(255, 0, 0, 0.7),
        rgba(255, 127, 0, 0.7),
        rgba(255, 255, 0, 0.7),
        rgba(0, 255, 0, 0.7),
        rgba(0, 0, 255, 0.7),
        rgba(139, 0, 255, 0.7)) !important;
    border-color: rgba(255, 255, 255, 0.92) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Gold"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Gold"] .wpc-term-swatch-wrapper {
    background: linear-gradient(135deg,
        #d4af37 0%,
        #f4e5a0 15%,
        #d4af37 30%,
        #f4e5a0 45%,
        #d4af37 60%,
        #f4e5a0 75%,
        #d4af37 90%,
        #f4e5a0 100%) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--colors a[title="Reflective"] .wpc-term-swatch-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--colors a[title="Reflective"] .wpc-term-swatch-wrapper {
    background: linear-gradient(125deg, #767b84 0%, #eef3f8 16%, #a7adb7 30%, #ffffff 46%, #9298a2 62%, #f7fbff 78%, #707680 100%) !important;
    border-color: rgba(255, 255, 255, 0.62) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:link,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:link,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:visited,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:visited,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:hover,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:hover,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:focus,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:focus,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:active,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:active,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav *,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav * {
    color: rgba(255, 255, 255, 0.96) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.96) !important;
    text-decoration: none !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(255, 255, 255, 0.58) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.58) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:link,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:link,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:visited,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:visited,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:hover,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:hover,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:focus,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:focus,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:active,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav:active,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav *,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav * {
    color: var(--color-brown) !important;
    -webkit-text-fill-color: var(--color-brown) !important;
    text-decoration: none !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .wpc-term-count-value,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-checkbox-item .wpc-term-item-content-wrapper.jei-filter-row--category > a.wpc-filter-link.jei-filter-link.jei-filter-link--nav.jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(67, 53, 67, 0.68) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.68) !important;
}

@media (min-width: 1280px) {
    body.post-type-archive-product .shop-sidebar .wpc-filters-widget-main-wrapper,
    body.tax-product_cat .shop-sidebar .wpc-filters-widget-main-wrapper {
        margin-top: -8px !important;
    }
}

html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:link,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:link,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:visited,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:visited,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:hover,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:hover,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a *,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a *,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a *,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a * {
    color: rgba(255, 255, 255, 0.96) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.96) !important;
    text-decoration: none !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count-value,
html.dark-mode body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .jei-filter-link__count {
    color: rgba(255, 255, 255, 0.58) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.58) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:link,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:link,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:visited,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:visited,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:hover,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a:hover,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a *,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > label a *,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a *,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper > a * {
    color: var(--color-brown) !important;
    -webkit-text-fill-color: var(--color-brown) !important;
    text-decoration: none !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count-value,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .wpc-term-count-value,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .jei-filter-link__count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .wpc-filter-product_cat .wpc-term-item-content-wrapper .jei-filter-link__count {
    color: rgba(67, 53, 67, 0.68) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.68) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories {
    display: block !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item {
    margin-top: 14px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item:first-child,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item:first-child {
    margin-top: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category {
    align-items: flex-start !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    min-height: 0 !important;
    padding: 10px 0 6px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    gap: 10px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    display: grid !important;
    gap: 4px !important;
    margin: 6px 0 0 14px !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    list-style: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item {
    margin-top: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    min-height: 0 !important;
    padding: 6px 10px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    transform: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    display: inline !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: inherit !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-count-0,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-count-0 {
    opacity: 0.4 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    opacity: 0.4 !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(255, 255, 255, 0.35) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.35) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(255, 255, 255, 0.75) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: rgba(255, 255, 255, 0.72) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    border-bottom-color: rgba(67, 53, 67, 0.12) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(67, 53, 67, 0.9) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.9) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(67, 53, 67, 0.42) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.42) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(67, 53, 67, 0.82) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.82) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: rgba(67, 53, 67, 0.72) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.72) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item {
    margin-top: 12px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item:first-child,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item:first-child {
    margin-top: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    min-height: 0 !important;
    padding: 0 0 8px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 13px !important;
    font-weight: 700 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    display: grid !important;
    gap: 2px !important;
    margin: 4px 0 0 12px !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    list-style: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item {
    margin-top: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category {
    padding-left: 0 !important;
    border-left: 2px solid transparent !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    min-height: 0 !important;
    padding: 6px 0 6px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    gap: 8px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav::before {
    content: "" !important;
    display: inline-block !important;
    width: 10px !important;
    min-width: 10px !important;
    height: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 2px !important;
    background: transparent !important;
    box-sizing: border-box !important;
    flex: 0 0 10px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category {
    border-left-color: #6B3FA0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav::before {
    background: #6B3FA0 !important;
    border-color: #6B3FA0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-count-0,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-count-0 {
    opacity: 0.35 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-count-0 > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    opacity: 0.35 !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(255, 255, 255, 0.35) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.35) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    color: rgba(255, 255, 255, 0.65) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__label,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__label,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__text,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__text,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(255, 255, 255, 1) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(255, 255, 255, 0.35) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.35) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    border-bottom: 1px solid rgba(67, 53, 67, 0.12) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(67, 53, 67, 0.9) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.9) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(67, 53, 67, 0.42) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.42) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    color: rgba(67, 53, 67, 0.7) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav::before,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav::before {
    border-color: rgba(67, 53, 67, 0.28) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__label,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__label,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__text,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav:hover .jei-filter-link__text,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__label,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__text {
    color: rgba(67, 53, 67, 0.96) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.96) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    color: rgba(67, 53, 67, 0.42) !important;
    -webkit-text-fill-color: rgba(67, 53, 67, 0.42) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value {
    display: inline !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count *,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-link__count *,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count *,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .jei-filter-count *,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count *,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count *,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value::after,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category > .jei-filter-link--category-nav .wpc-term-count-value::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    filter: none !important;
}

/* =============================================================================
   FINDS CATEGORY TREE REVAMP
   Keep the existing hierarchy mechanics, but present it as a minimal five-parent
   tree instead of the older boxed/connector-heavy layout.
   ============================================================================= */

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content {
    padding-top: 2px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item {
    margin: 0 !important;
    padding: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item + .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item + .wpc-checkbox-item {
    margin-top: 2px !important;
    padding-top: 2px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent {
    padding-right: 26px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent > .jei-filter-link--category-nav {
    min-height: 34px !important;
    padding: 6px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 10px !important;
    transform: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent > .jei-filter-link--category-nav:focus-visible,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-parent > .jei-filter-link--category-nav:focus-visible {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value {
    font-size: 12px !important;
    font-weight: 600 !important;
    opacity: 0.82 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    margin: 2px 0 8px 0 !important;
    padding: 2px 0 0 12px !important;
    border-left: none !important;
    list-style: none !important;
}

/* Ensure children lists are always displayed so height transition works */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    display: grid !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item + .wpc-checkbox-item,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item + .wpc-checkbox-item {
    margin-top: 2px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child {
    padding-right: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child > .jei-filter-link--category-nav {
    min-height: 28px !important;
    padding: 4px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child > .jei-filter-link--category-nav::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child > .jei-filter-link--category-nav::before {
    content: "" !important;
    display: inline-block !important;
    width: 5px !important;
    height: 5px !important;
    margin-right: 8px !important;
    border-radius: 999px !important;
    background: var(--jei-sidebar-divider) !important;
    flex: 0 0 5px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content {
    gap: 8px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value {
    font-size: 12px !important;
    opacity: 0.72 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent.wpc-term-selected > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent.wpc-term-selected > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent.wpc-term-selected > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent.wpc-term-selected > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__text,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav[aria-current="page"] .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav[aria-current="page"] .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child.wpc-term-selected > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child.wpc-term-selected > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav[aria-current="page"] .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child > .jei-filter-row--category-child > .jei-filter-link--category-nav[aria-current="page"] .jei-filter-link__label {
    color: var(--jei-sidebar-text) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent.wpc-term-selected > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent.wpc-term-selected > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child.wpc-term-selected > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-child.wpc-term-selected > .jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label {
    color: rgba(255, 255, 255, 0.98) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-toggle,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-toggle,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .wpc-toggle-children-list,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .wpc-toggle-children-list {
    width: 22px !important;
    min-width: 22px !important;
    right: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .wpc-toggle-children-list::before {
    right: 4px !important;
}

@media (max-width: 949px) {
    body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
    body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-row-item--category-parent > .jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label {
        font-size: 14px !important;
    }

    body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
    body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
        padding-left: 10px !important;
    }
}

/* =============================================================================
   FINDS CATEGORY TREE REVAMP - PASS 2
   Override the earlier sidebar category styling with a visibly cleaner parent /
   child tree treatment. The first pass changed behavior correctly, but older
   selectors were still winning the presentation.
   ============================================================================= */

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover {
    display: flex !important;
    align-items: center !important;
    min-height: 38px !important;
    padding: 8px 34px 8px 10px !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    box-shadow: none !important;
    gap: 12px !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__content {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    background: rgba(127, 95, 255, 0.09) !important;
    border: 1px solid rgba(127, 95, 255, 0.08) !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    opacity: 0.9 !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover {
    background: rgba(255, 255, 255, 0.025) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    box-shadow: none !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value {
    background: rgba(93, 63, 211, 0.18) !important;
    border-color: rgba(127, 95, 255, 0.16) !important;
    color: rgba(255, 255, 255, 0.96) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav {
    background: rgba(67, 53, 67, 0.02) !important;
    border-color: rgba(67, 53, 67, 0.08) !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover {
    background: rgba(67, 53, 67, 0.035) !important;
    border-color: rgba(67, 53, 67, 0.12) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    margin: 4px 0 10px 0 !important;
    padding: 2px 0 0 10px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child {
    position: relative !important;
    padding-left: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav {
    display: flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 5px 10px 5px 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    gap: 10px !important;
    transition: background-color 160ms ease, color 160ms ease !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav::before {
    width: 6px !important;
    height: 6px !important;
    margin-right: 0 !important;
    background: currentColor !important;
    opacity: 0.18 !important;
    border-radius: 999px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    opacity: 0.9 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value {
    font-size: 10px !important;
    font-weight: 600 !important;
    opacity: 0.52 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav {
    background: rgba(127, 95, 255, 0.06) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list {
    top: 50% !important;
    right: 10px !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    transform: translateY(-50%) !important;
    opacity: 0.82 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list::before {
    right: 2px !important;
}

/* ==========================================================================
   FINDS SIDEBAR REFRESH
   Final override layer for section chevrons, category accordion affordances,
   top-level count badges, and the Brands search field icon alignment.
   ========================================================================== */

body.post-type-archive-product .shop-sidebar .wpc-filter-title button,
body.tax-product_cat .shop-sidebar .wpc-filter-title button {
    min-height: 22px !important;
}

body.post-type-archive-product .shop-sidebar .wpc-wrap-icons,
body.tax-product_cat .shop-sidebar .wpc-wrap-icons {
    justify-content: space-between !important;
}

body.post-type-archive-product .shop-sidebar .wpc-open-icon,
body.tax-product_cat .shop-sidebar .wpc-open-icon {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    margin-left: auto !important;
    opacity: 0.72 !important;
}

body.post-type-archive-product .shop-sidebar .wpc-open-icon::before,
body.tax-product_cat .shop-sidebar .wpc-open-icon::before {
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
    background: center / 12px 12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4 2.5 7.5 6 4 9.5' stroke='currentColor' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transform: translate(-50%, -50%) rotate(0deg) !important;
    transition: transform 180ms ease, opacity 180ms ease !important;
}

body.post-type-archive-product .shop-sidebar .wpc-filters-section.wpc-opened .wpc-open-icon::before,
body.tax-product_cat .shop-sidebar .wpc-filters-section.wpc-opened .wpc-open-icon::before {
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent {
    padding-right: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav {
    min-height: 46px !important;
    padding: 8px 72px 8px 12px !important;
    position: relative !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__content {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50% !important;
    right: 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    background: rgba(96, 67, 185, 0.18) !important;
    border: 1px solid rgba(110, 77, 214, 0.24) !important;
    box-shadow: none !important;
    color: rgba(142, 118, 236, 0.98) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    font-variant-numeric: tabular-nums !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count {
    background: rgba(108, 86, 211, 0.24) !important;
    border-color: rgba(126, 102, 234, 0.3) !important;
    color: rgba(192, 179, 255, 0.98) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value::after,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .wpc-term-count-value::after {
    display: inline !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    content: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list {
    right: 0 !important;
    width: 56px !important;
    min-width: 56px !important;
    height: calc(100% - 4px) !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    opacity: 0.78 !important;
    cursor: pointer !important;
    z-index: 3 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list::before {
    top: 50% !important;
    left: calc(100% - 18px) !important;
    right: auto !important;
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
    background: center / 12px 12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4 2.5 7.5 6 4 9.5' stroke='currentColor' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transform: translate(-50%, -50%) rotate(0deg) !important;
    transition: transform 180ms ease, opacity 180ms ease !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .jei-filter-row--category-parent > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .jei-filter-row--category-parent > .wpc-toggle-children-list::before {
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper {
    position: relative !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filter-search-field,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filter-search-field,
body.post-type-archive-product .shop-sidebar .jei-filter-section--brands input[type="search"],
body.tax-product_cat .shop-sidebar .jei-filter-section--brands input[type="search"] {
    padding-left: 14px !important;
    padding-right: 68px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-search-icon,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-search-icon {
    position: absolute !important;
    top: 50% !important;
    right: 38px !important;
    left: auto !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    opacity: 0.68 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper .wpc-search-clear,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper .wpc-search-clear {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper.jei-filter-search-has-value .wpc-search-icon,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper.jei-filter-search-has-value .wpc-search-icon {
    opacity: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper.jei-filter-search-has-value .wpc-search-clear,
body.tax-product_cat .shop-sidebar .jei-filter-section--brands .wpc-filter-search-wrapper.jei-filter-search-has-value .wpc-search-clear {
    opacity: 1 !important;
    pointer-events: auto !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    display: grid !important;
    gap: 2px !important;
    margin: 8px 0 2px !important;
    padding: 0 0 0 14px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
    list-style: none !important;
}

html:not(.dark-mode) body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
html:not(.dark-mode) body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    border-left-color: rgba(67, 53, 67, 0.1) !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    min-height: 30px !important;
    padding: 4px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 10px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav::before {
    display: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content {
    display: block !important;
    min-width: 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__label,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__text,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__text {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    opacity: 0.92 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    opacity: 0.6 !important;
}

/* ==========================================================================
   FINDS SIDEBAR REFINEMENTS
   Tighten the parent category toggle lane and give child rows a cleaner,
   more deliberate label/count layout.
   ========================================================================== */

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent {
    position: relative !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav {
    padding-right: 96px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__content {
    width: 100% !important;
    max-width: none !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count {
    left: auto !important;
    right: 52px !important;
    width: 46px !important;
    min-width: 46px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list {
    width: 88px !important;
    min-width: 88px !important;
    height: 100% !important;
    color: rgba(255, 255, 255, 0.62) !important;
    opacity: 1 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item > .jei-filter-row--category-parent > .wpc-toggle-children-list::before {
    left: calc(100% - 24px) !important;
    width: 18px !important;
    height: 18px !important;
    background-size: 14px 14px !important;
    opacity: 0.88 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children {
    gap: 4px !important;
    margin: 6px 0 4px !important;
    padding: 2px 0 4px 18px !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav {
    min-height: 28px !important;
    padding: 4px 0 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 32px !important;
    align-items: center !important;
    column-gap: 12px !important;
    width: 100% !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value {
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    font-variant-numeric: tabular-nums !important;
    line-height: 1 !important;
    opacity: 0.68 !important;
}

/* Keep the 1/2-column grid toggle mobile-only and force a square icon button. */
body.post-type-archive-product #grid-toggle-btn,
body.tax-product_cat #grid-toggle-btn {
    display: none !important;
}

@media (max-width: 479px) {
    body.post-type-archive-product #grid-toggle-btn,
    body.tax-product_cat #grid-toggle-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        justify-self: stretch !important;
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 !important;
        border-radius: 14px !important;
        line-height: 1 !important;
        overflow: hidden !important;
    }

    body.post-type-archive-product #grid-toggle-btn svg,
    body.tax-product_cat #grid-toggle-btn svg {
        width: 14px !important;
        height: 14px !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
    }
}

/* --- KakoBuy Finds Page Desktop Button Size Overrides --- */
@media (min-width: 481px) {
    .shop-grid :is(.button.jei-finds-kakobuy-button, a.button.jei-finds-kakobuy-button, .add_to_cart_button.jei-finds-kakobuy-button) {
        font-size: 15px !important;
        min-height: 48px !important;
        height: 48px !important;
        max-height: 48px !important;
    }

    .shop-grid .jei-finds-kakobuy-button .jei-finds-kakobuy-button__brand svg {
        width: 75px !important;
    }
}

/* =============================================================================
   CATEGORIES SIDEBAR — FINAL POLISH OVERRIDES
   These rules sit at the very end to guarantee they win any specificity ties.
   ============================================================================= */

/* --- 1. Prevent hover shrink and size changes (Freeze Padding & Transforms) --- */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-choice,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-choice,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link--nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link--nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-choice:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-choice:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link--nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link--nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .jei-filter-link--category-nav:hover {
    transform: none !important;
}

/* Prevent horizontal category pills from scaling on hover/active */
.cat-pill,
.cat-pill:hover,
.cat-pill.active,
a.cat-pill:hover,
a.cat-pill.active,
.category-navigation .cat-pill.active,
.cat-pill.small,
.cat-pill.small:hover,
.cat-pill.small.active {
    transform: none !important;
}

/* Parent Category Hover Size Consistency */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:focus-visible,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:focus-visible,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:active,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:active,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:focus-visible,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:focus-visible,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:active,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item.wpc-term-selected > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav:active {
    min-height: 46px !important;
    padding: 8px 96px 8px 12px !important;
}

/* Child Category Hover Size Consistency */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:hover,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:hover,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:focus-visible,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:focus-visible,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:active,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav:active {
    min-height: 30px !important;
    padding: 4px 0 !important;
}


/* --- 2. Prevent Arrow Disappearance in Expanded State --- */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-opened > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .jei-filter-toggle::before,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-checkbox-item.wpc-term-selected:not(.wpc-closed) > .wpc-term-item-content-wrapper > .wpc-toggle-children-list::before {
    display: block !important;
}


/* --- 3. Smooth Accordion expand/collapse transition --- */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-closed > .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-closed > .children {
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 14px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    border-left-color: transparent !important;
    transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 220ms ease, border-color 300ms ease !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-opened > .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-opened > .children,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .wpc-term-selected:not(.wpc-closed) > .children,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .wpc-term-selected:not(.wpc-closed) > .children {
    max-height: 600px !important;
    margin: 8px 0 2px !important;
    padding: 0 0 0 14px !important;
    opacity: 1 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    transition: max-height 350ms cubic-bezier(0.4, 0, 0.2, 1), margin 350ms cubic-bezier(0.4, 0, 0.2, 1), padding 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms ease, border-color 350ms ease !important;
}


/* --- 4. Polish Count Badges --- */

/* Parent Count Badge (Softer design matching the theme color palette, using flexible auto width) */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count {
    background: rgba(79, 64, 95, 0.06) !important;
    border: 1px solid rgba(79, 64, 95, 0.12) !important;
    color: rgba(79, 64, 95, 0.85) !important;
    font-weight: 600 !important;
    width: auto !important;
    min-width: 28px !important;
    height: 20px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories > .jei-filter-content > .jei-filter-list--categories > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-parent > .jei-filter-link--category-nav .jei-filter-count {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Child Count Badge (Small matching pill instead of raw transparent text) */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count {
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 28px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 5px !important;
    border: 1px solid rgba(79, 64, 95, 0.08) !important;
    border-radius: 999px !important;
    background: rgba(79, 64, 95, 0.04) !important;
    box-shadow: none !important;
    color: rgba(79, 64, 95, 0.65) !important;
    text-align: center !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    font-variant-numeric: tabular-nums !important;
    line-height: 1 !important;
    opacity: 1 !important;
}

body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    display: inline !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__count {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

html.dark-mode body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value,
html.dark-mode body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .wpc-term-count-value {
    background: transparent !important;
    border: none !important;
    color: inherit !important;
}

/* Allow subcategory columns to size automatically based on pill contents */
body.post-type-archive-product .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content,
body.tax-product_cat .shop-sidebar .jei-filter-section--categories .children > .wpc-checkbox-item > .wpc-term-item-content-wrapper.jei-filter-row--category-child > .jei-filter-link--category-nav .jei-filter-link__content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    width: 100% !important;
}
