.page-overlay-titar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.32s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: rgba(34, 34, 34, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 1040; 
}
  
.page-overlay-titar_visible {
    opacity: 1;
    visibility: visible; 
}

.header-desk_type_6.style3 .categories-nav__title + .categories-nav__list {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease; 
}
.header-desk_type_6.style3 .categories-nav:hover > .categories-nav__list {
    opacity: 1;
    visibility: visible; 
}

.cart-drawer-items-list{
    max-height: 100%;
}

.mobile-menu-opened .header-mobile__navigation {
    height: calc(var(--app-height) - 100%);
}

.titar-banner{
    height: 300px;
}