@media (max-width : 768px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow:after {
        border-block-end : none;
}
    [data-theme-portal] svg {
        display : none;
    }
}
.theme-custom-sort-overlay:has(~.theme-custom-sort .theme-open-custom-sort) {
    position : absolute;
    top : 0;
    width : 100%;
    left : 0;
    height : 100%;
}