.wfs-e041432a-sidebar-wrapper {
    width: 100%;
}

.wfs-e041432a-sidebar {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #111;
    width: 100%;
    max-width: 340px;
    background: #ffffff;
    padding: 10px;
}

.wfs-e041432a-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.wfs-e041432a-refine {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.wfs-e041432a-count {
    font-size: 13px;
    color: #666;
}

/* Desktop search */
.wfs-e041432a-search-box {
    position: relative;
    margin-bottom: 24px;
}

.wfs-e041432a-search-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 8px 30px 8px 0;
    font-size: 14px;
    outline: none;
    background: transparent;
    transition: border-bottom-color 0.25s;
}

.wfs-e041432a-search-input:focus {
    border-bottom-color: #000;
}

.wfs-e041432a-search-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #888;
    pointer-events: none;
}

/* Price inputs styling */
.wfs-e041432a-price-slider-container {
    padding: 4px 0 8px 0;
}

.wfs-e041432a-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wfs-e041432a-price-input {
    width: 70px;
    padding: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: 13px;
    outline: none;
}

.wfs-e041432a-price-input:focus {
    border-color: #000;
}

.wfs-e041432a-price-separator {
    font-size: 12px;
    color: #888;
}

.wfs-e041432a-price-submit-btn {
    padding: 8px 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}

.wfs-e041432a-price-submit-btn:hover {
    background: #333;
}

/* Sections */
.wfs-e041432a-section {
    border-bottom: 1px solid #eaeaea;
    padding: 16px 0;
}

.wfs-e041432a-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    user-select: none;
    margin-bottom: 12px;
}

.wfs-e041432a-toggle-icon {
    font-size: 18px;
    line-height: 1;
    color: #333;
}

/* Sizes Grid */
.wfs-e041432a-sizes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}

.wfs-e041432a-size-btn {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.wfs-e041432a-size-btn:hover {
    border-color: #000;
}

.wfs-e041432a-size-btn.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.wfs-e041432a-view-more {
    display: block;
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    padding: 4px 0;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.wfs-e041432a-hidden-item {
    display: none !important;
}

/* Colors layout */
.wfs-e041432a-colors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    column-gap: 16px;
    padding-top: 4px;
}

.wfs-e041432a-color-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.2s;
}

.wfs-e041432a-color-item:hover {
    opacity: 0.8;
}

.wfs-e041432a-color-item.active {
    font-weight: bold;
}

.wfs-e041432a-swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.wfs-e041432a-color-item.active .wfs-e041432a-swatch {
    outline: 2px solid #000;
    outline-offset: 2px;
    transform: scale(0.95);
}

.wfs-e041432a-color-label {
    font-size: 13px;
    color: #333;
}

/* Accordions list items */
.wfs-e041432a-list-options {
    padding-top: 4px;
}

.wfs-e041432a-list-item {
    padding: 6px 0;
    font-size: 13px;
    cursor: pointer;
    color: #444;
}

.wfs-e041432a-list-item:hover {
    color: #000;
}

.wfs-e041432a-list-item.active {
    font-weight: bold;
    color: #000;
}

/* ------------------- MOBILE VISUALS (FASHION NOVA) ------------------- */
.wfs-e041432a-mobile-topbar {
    display: none;
}

.wfs-e041432a-drawer-header {
    display: none;
}

.wfs-e041432a-drawer-apply-footer {
    display: none;
}

@media screen and (max-width: 767px) {
    .wfs-e041432a-sidebar-drawer:not(.is-open) {
        display: none !important;
    }

    .wfs-e041432a-mobile-topbar {
        display: block;
        padding: 10px 15px;
        background: #ffffff;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        border-bottom: 1px solid #eeeeee;
    }

    .wfs-e041432a-mobile-breadcrumbs {
        font-size: 12px;
        color: #888888;
        margin-bottom: 6px;
        letter-spacing: 0.3px;
        font-weight: 400;
    }

    .wfs-e041432a-mobile-title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }

    .wfs-e041432a-mobile-title {
        font-size: 24px;
        font-weight: 900;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        margin: 0;
        color: #000000;
    }

    .wfs-e041432a-mobile-count {
        font-size: 13px;
        color: #333333;
        font-weight: 400;
    }

    .wfs-e041432a-search-box-pill {
        display: flex;
        align-items: center;
        background: #ffffff;
        border: 1px solid #d3d3d3;
        border-radius: 50px;
        padding: 8px 16px;
        margin-bottom: 16px;
    }

    .wfs-e041432a-search-input-pill {
        flex: 1;
        border: none;
        outline: none;
        font-size: 13px;
        color: #111111;
        background: transparent;
        padding: 2px 0 2px 8px;
    }

    .wfs-e041432a-search-icon-sparkle {
        width: 18px;
        height: 18px;
        color: #888888;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .wfs-e041432a-toolbar-grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #eaeaea;
        padding-top: 10px;
    }

    .wfs-e041432a-toolbar-item {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #111111;
        cursor: pointer;
        position: relative;
    }

    .wfs-e041432a-toolbar-item span {
        margin-right: 5px;
    }

    .wfs-e041432a-toolbar-separator {
        width: 1px;
        height: 16px;
        background-color: #d3d3d3;
        margin: 0 4px;
    }

    .wfs-e041432a-filter-settings-icon {
        margin-right: 6px;
    }

    .wfs-e041432a-layout-toggle-bars {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .wfs-e041432a-grid-toggle {
        background: none;
        border: none;
        color: #b0b0b0;
        cursor: pointer;
        padding: 4px;
        display: flex;
        align-items: center;
    }

    .wfs-e041432a-grid-toggle.active {
        color: #000000;
    }

    .wfs-e041432a-hidden-select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 10;
    }

    /* Slide Out Drawer */
    .wfs-e041432a-sidebar-drawer.is-open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        display: flex;
        justify-content: flex-end;
    }

    body.admin-bar .wfs-e041432a-sidebar-drawer.is-open {
        top: var(--wp-admin--admin-bar--height, 32px);
    }

    .wfs-e041432a-drawer-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

    .wfs-e041432a-drawer-content {
        position: relative;
        z-index: 2;
        width: 85%;
        max-width: 320px;
        height: 100%;
        background: #ffffff;
        box-shadow: -3px 0 15px rgba(0,0,0,0.15);
        overflow-y: auto;
        padding: 20px !important;
        display: flex !important;
        flex-direction: column;
        animation: wfsSlideIn 0.25s ease-out;
    }

    @keyframes wfsSlideIn {
        from { transform: translateX(100%); }
        to { transform: translateX(0); }
    }

    .wfs-e041432a-drawer-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 800;
        font-size: 16px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }

    .wfs-e041432a-drawer-close-btn {
        background: none;
        border: none;
        font-size: 28px;
        cursor: pointer;
        line-height: 1;
        color: #000000;
    }

    .wfs-e041432a-drawer-content .wfs-e041432a-search-box {
        display: none !important;
    }

    .wfs-e041432a-drawer-apply-footer {
        display: block;
        margin-top: 24px;
        padding-top: 15px;
        border-top: 1px solid #eaeaea;
    }

    .wfs-e041432a-drawer-apply-btn {
        width: 100%;
        background: #000000;
        color: #ffffff;
        border: none;
        padding: 14px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        border-radius: 4px;
    }
}
