/**
 * Dripsteezy - Shop Mobile Customizations
 * Carregado apenas em: Shop, Category, Tag, Search
 */

/* Remover ícones originais do burger e usar apenas o filtro */
.wd-show-sidebar-btn.wd-burger-icon > span,
.wd-show-sidebar-btn.wd-burger-icon::before,
.wd-show-sidebar-btn.wd-burger-icon::after {
    display: none !important;
}

/* Adicionar ícone de filtro via SVG */
.wd-show-sidebar-btn.wd-burger-icon a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
