/**
 * WooCommerce Filters Styles
 *
 * @package Woodev
 */

/* Estilos personalizados para melhorar a aparência dos filtros no offcanvas */
#mobile-filters-container form > div {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

#mobile-filters-container .filter-group-title {
    font-weight: bold;
    margin-bottom: 10px;
}

#mobile-filters-container input[type="checkbox"],
#mobile-filters-container input[type="radio"] {
    margin-right: 10px;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: none;
}

.offcanvas {
    background-color: #fff;
    color: #fff;
}

.offcanvas .offcanvas-header {
    background-color: #fff;
    color: #000;
}

#filterOffcanvas .offcanvas-header {
    border-bottom: 1px solid #e9ecef;
}

#filterOffcanvas .offcanvas-body {
    padding: 1rem;
}

#filterOffcanvas .offcanvas-body h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

#filterOffcanvas .offcanvas-body .mb-4 {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
    margin-bottom: 1rem !important;
}