@media (max-width: 1023px) {
    .breakdance  .yoko-mobile-toggler {
        display:flex;
        gap: 0.25rem;
        flex-direction: row
    }

    .breakdance  .yoko-mobile-toggler .dealer__toggler {
        width: 2.75rem;
        height: 2.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        transition: var(--transition)
    }

    .breakdance .yoko-mobile-toggler .dealer__toggler .icon {
        width: 1.5rem;
        height: 1.5rem;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center center;
        background-color: var(--bde-headings-color);
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 2H3C2.44772 2 2 2.44772 2 3V5C2 5.55228 2.44772 6 3 6H21C21.5523 6 22 5.55228 22 5V3C22 2.44772 21.5523 2 21 2Z' stroke='%2316191D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 10H3C2.44772 10 2 10.4477 2 11V13C2 13.5523 2.44772 14 3 14H21C21.5523 14 22 13.5523 22 13V11C22 10.4477 21.5523 10 21 10Z' stroke='%2316191D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 18H3C2.44772 18 2 18.4477 2 19V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V19C22 18.4477 21.5523 18 21 18Z' stroke='%2316191D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")
    }

    .breakdance .yoko-mobile-toggler .dealer__toggler.is--map .icon {
        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3.5L8 18M15 21V6.00001' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 18.6126V6.61803C2 6.23926 2.214 5.893 2.55279 5.72361L7.58517 3.20742C7.84826 3.07587 8.15593 3.06683 8.4263 3.1827L15 6H21C21.5523 6 22 6.44772 22 7V20C22 20.5523 21.5523 21 21 21H15L8 18L3.31623 19.5613C2.6687 19.7771 2 19.2951 2 18.6126Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }

    .breakdance .yoko-mobile-toggler .dealer__toggler.is--active {
        background-color: var(--bde-brand-primary-color)
    }

    .breakdance .yoko-mobile-toggler .dealer__toggler.is--active .icon {
        background-color: #fff
    }
}