.elementor-13435 .elementor-element.elementor-element-e090e40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13435 .elementor-element.elementor-element-d191415 > .elementor-widget-container{padding:1rem 1rem 1rem 1rem;}#elementor-popup-modal-13435{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-13435 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-13435 .dialog-close-button{display:flex;}#elementor-popup-modal-13435 .dialog-widget-content{border-radius:8px 8px 8px 8px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* ═══════════════════════════════════════════
   SIDEBAR — Estilo WoodMart
   ═══════════════════════════════════════════ */

.widget_product_categories {
    background: transparent !important;
    padding: 0 !important;
}

/* Título */
.widget_product_categories h5,
.widget_product_categories .widget-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: rgb(51, 51, 51) !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Lista */
.widget_product_categories .product-categories {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Item */
.widget_product_categories .product-categories li {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    list-style: none !important;
    display: block !important;
}

/* Link */
.widget_product_categories .product-categories li a {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 400 !important;
    padding: 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    position: relative !important;
}

/* Neutraliza pseudo-elementos do Auregon */
.widget_product_categories .product-categories li a::before,
.widget_product_categories .product-categories li a::after {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
    background-image: none !important;
}

.widget_product_categories .product-categories li a:hover {
    color: #0090ff !important;
    background: transparent !important;
}

/* Categoria ativa */
.widget_product_categories .product-categories li.current-cat > a {
    color: #0090ff !important;
    font-weight: 500 !important;
    background: transparent !important;
    border: none !important;
}

.widget_product_categories .product-categories li.current-cat > a::before,
.widget_product_categories .product-categories li.current-cat > a::after {
    display: none !important;
    opacity: 0 !important;
}

/* Count badge */
.widget_product_categories .product-categories li a .pxl-count,
.widget_product_categories .product-categories li a .count {
    font-size: 11px !important;
    color: #999 !important;
    background: transparent !important;
    border: 1px solid #ddd !important;
    border-radius: 35px !important;
    padding: 1px 6px !important;
    min-width: 22px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    float: none !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.widget_product_categories .product-categories li.current-cat a .pxl-count,
.widget_product_categories .product-categories li a:hover .pxl-count {
    color: #fff !important;
    background: #0090ff !important;
    border-color: #0090ff !important;
}/* End custom CSS */