.hero-logo-img{
animation-name: initial;
}
.hero-logo:before{
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0);
border-radius: 50%;
width: 10rem;
height: 10rem;
box-shadow: 0 0 0 rgb(255 255 255 / 50%);
animation-name: pulse;
animation-duration: 1.5s;
animation-iteration-count: infinite;
}
$(document).on('click', '.sorting__sort-list a', function(e) {
e.preventDefault();
getProducts($(this).attr('href'));
$(document).click();
return !1
});
Может нужно заняться оптимизированием самих svg?
https://jakearchibald.github.io/svgomg/