:root :where(.wp-block-woocommerce-customer-account) {
    & a svg {
        display: none;
    }
    & a::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.6489 19.8751C20.2211 17.4067 18.0208 15.6367 15.4529 14.7976C16.7231 14.0415 17.7099 12.8893 18.2619 11.518C18.8139 10.1468 18.9004 8.63224 18.5083 7.20701C18.1162 5.78178 17.2671 4.52467 16.0914 3.62873C14.9156 2.73279 13.4783 2.24756 12.0001 2.24756C10.5219 2.24756 9.08463 2.73279 7.90891 3.62873C6.73318 4.52467 5.88406 5.78178 5.49195 7.20701C5.09984 8.63224 5.18641 10.1468 5.73837 11.518C6.29033 12.8893 7.27716 14.0415 8.54732 14.7976C5.97951 15.6357 3.77919 17.4057 2.35138 19.8751C2.29902 19.9605 2.26429 20.0555 2.24924 20.1545C2.23419 20.2535 2.23912 20.3545 2.26375 20.4516C2.28837 20.5487 2.33219 20.6399 2.39262 20.7197C2.45305 20.7996 2.52887 20.8666 2.61559 20.9167C2.70232 20.9667 2.7982 20.999 2.89758 21.0114C2.99695 21.0238 3.09782 21.0163 3.19421 20.9891C3.29061 20.9619 3.38059 20.9157 3.45884 20.8532C3.53709 20.7907 3.60203 20.7131 3.64982 20.6251C5.41607 17.5726 8.53794 15.7501 12.0001 15.7501C15.4623 15.7501 18.5842 17.5726 20.3504 20.6251C20.3982 20.7131 20.4632 20.7907 20.5414 20.8532C20.6197 20.9157 20.7097 20.9619 20.806 20.9891C20.9024 21.0163 21.0033 21.0238 21.1027 21.0114C21.2021 20.999 21.2979 20.9667 21.3847 20.9167C21.4714 20.8666 21.5472 20.7996 21.6076 20.7197C21.6681 20.6399 21.7119 20.5487 21.7365 20.4516C21.7611 20.3545 21.7661 20.2535 21.751 20.1545C21.736 20.0555 21.7012 19.9605 21.6489 19.8751ZM6.75013 9.00011C6.75013 7.96176 7.05804 6.94672 7.63492 6.08337C8.21179 5.22001 9.03173 4.5471 9.99104 4.14974C10.9504 3.75238 12.006 3.64841 13.0244 3.85099C14.0428 4.05356 14.9782 4.55357 15.7124 5.2878C16.4467 6.02202 16.9467 6.95748 17.1493 7.97589C17.3518 8.99429 17.2479 10.0499 16.8505 11.0092C16.4531 11.9685 15.7802 12.7884 14.9169 13.3653C14.0535 13.9422 13.0385 14.2501 12.0001 14.2501C10.6082 14.2486 9.27371 13.695 8.28947 12.7108C7.30522 11.7265 6.75162 10.392 6.75013 9.00011Z' fill='white'/%3E%3C/svg%3E");
        mask-position: center;
        mask-size: contain;
        mask-repeat: no-repeat;
        background-color: var(--wp--preset--color--white);
    }

    & a:hover {
        text-decoration: none !important;
    }

     @media (width <= 425px) {
        a::before {
            width: 20px;
            height: 20px;
        }
    }
}

.header-v2, .header-v3 { 
    .wp-block-woocommerce-customer-account a {
        .label {
            color: var(--wp--preset--color--black);
        }
        &::before {
            background-color: var(--wp--preset--color--black);
        }
    }
}