/* Прячем скелет после загрузки данных. */
.js-shop-menu-container:not(.opacity-0) .animate-pulse {
    display: none;
}

/* Inline SVG may contain its own width and height; keep it inside the icon slot. */
.shop-menu-top__svg svg {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
}
