.shark-mobile-menu {
    display: none;
}

@media screen and (max-width: 1023.98px) {
    .shark-mobile-menu-trigger,
    .shark-mobile-menu-trigger * {
        box-sizing: border-box;
    }

    .shark-mobile-menu-trigger__button.btn-open-menu-mobile {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        min-height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        line-height: 0;
        cursor: pointer;
    }

    .shark-mobile-menu-trigger__button img {
        display: block;
        width: 33px;
        height: 40px;
        object-fit: contain;
    }

    .shark-mobile-menu,
    .shark-mobile-menu * {
        box-sizing: border-box;
    }

    .shark-mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 1000000;
        display: block;
        visibility: hidden;
        pointer-events: none;
        font-family: Roboto, Arial, sans-serif;
    }

    .shark-mobile-menu.is-active {
        visibility: visible;
        pointer-events: auto;
    }

    .shark-mobile-menu__backdrop {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: rgba(25, 42, 60, .52) !important;
        box-shadow: none !important;
        opacity: 0;
        transition: opacity .24s ease;
        cursor: pointer;
    }

    .shark-mobile-menu.is-active .shark-mobile-menu__backdrop {
        opacity: 1;
    }

    .shark-mobile-menu__panel {
        position: absolute;
        top: 0;
        left: 0;
        width: min(80vw, 326px);
        height: 100dvh;
        max-height: 100dvh;
        padding: 0;
        background: #fff;
        border-radius: 0 !important;
        box-shadow: 14px 0 28px rgba(17, 52, 82, .18);
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(-104%);
        transition: transform .26s ease;
        -webkit-overflow-scrolling: touch;
    }

    .shark-mobile-menu__track {
        position: relative;
        width: 100%;
        min-height: 100%;
        overflow: hidden;
    }

    .shark-mobile-menu__screen {
        min-height: 100dvh;
        padding: 12px 18px 22px;
        background: #fff;
        transition: transform .26s ease, opacity .2s ease, visibility .2s ease;
    }

    .shark-mobile-menu__screen--main {
        position: relative;
        z-index: 1;
        transform: translateX(0);
    }

    .shark-mobile-menu__screen--sub {
        position: absolute;
        inset: 0;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateX(-104%);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .shark-mobile-menu.is-sub-open .shark-mobile-menu__screen--main {
        transform: translateX(18%);
        opacity: .12;
        pointer-events: none;
    }

    .shark-mobile-menu__screen--sub.is-active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .shark-mobile-menu.is-active .shark-mobile-menu__panel {
        transform: translateX(0);
    }

    body.admin-bar .shark-mobile-menu__panel {
        padding-top: 0;
    }

    body.admin-bar .shark-mobile-menu__screen {
        padding-top: 20px;
    }

    .shark-mobile-menu__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 0;
        margin-bottom: 12px;
    }

    .shark-mobile-menu__logo {
        width: 174px;
        line-height: 0;
    }

    .shark-mobile-menu__logo a {
        display: inline-block;
        line-height: 0;
    }

    .shark-mobile-menu__logo img {
        display: block;
        width: 174px !important;
        max-width: 174px !important;
        max-height: 64px !important;
        object-fit: contain;
    }

    .shark-mobile-menu__logo .header-logo,
    .shark-mobile-menu__logo .header_logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .shark-mobile-menu__logo .logo-tagline,
    .shark-mobile-menu__logo .header-logo-sticky,
    .shark-mobile-menu__logo .header-logo-dark {
        display: none !important;
    }

    .shark-mobile-menu__close {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        min-height: 30px !important;
        margin: 0 -4px 0 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        cursor: pointer;
    }

    .shark-mobile-menu__close span,
    .shark-mobile-menu__close span::before {
        position: absolute;
        width: 14px;
        height: 1.5px;
        border-radius: 2px;
        background: #18354f;
        content: "";
    }

    .shark-mobile-menu__close span {
        transform: rotate(45deg);
    }

    .shark-mobile-menu__close span::before {
        left: 0;
        top: 0;
        transform: rotate(90deg);
    }

    .shark-mobile-menu__sub-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 30px;
        align-items: center;
        gap: 6px;
        min-height: 40px;
        margin-bottom: 35px;
    }

    .shark-mobile-menu__screen--branches .shark-mobile-menu__sub-head {
        margin-bottom: 10px;
    }

    .shark-mobile-menu__screen--doctors .shark-mobile-menu__sub-head {
        margin-bottom: 14px;
    }

    .shark-mobile-menu__back {
        display: inline-flex !important;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        height: 24px;
        min-height: 24px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #0b86dd;
        cursor: pointer;
    }

    .shark-mobile-menu__back-title {
        gap: 8px;
        min-width: 0;
    }

    .shark-mobile-menu__back-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .shark-mobile-menu__back-icon img {
        display: block;
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .shark-mobile-menu__sub-title {
        color: #087fe0;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .shark-mobile-menu__indicator::before {
        width: 6px;
        height: 6px;
        border-top: 1.5px solid currentColor;
        border-right: 1.5px solid currentColor;
        transform: rotate(45deg);
        content: "";
    }

    .shark-mobile-menu__nav {
        margin: 0;
        padding: 0;
    }

    .shark-mobile-menu__list {
        display: grid;
        gap: 4px;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .shark-mobile-menu__item {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .shark-mobile-menu__link {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        width: 100%;
        min-height: 45px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #18354f !important;
        text-align: left;
        cursor: pointer;
    }

    .shark-mobile-menu__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        color: #087fe0;
        grid-column: 1;
    }

    .shark-mobile-menu__icon + .shark-mobile-menu__text {
        grid-column: 2;
    }

    .shark-mobile-menu__icon ~ .shark-mobile-menu__indicator {
        grid-column: 3;
    }

    .shark-mobile-menu__item--has-icon .shark-mobile-menu__link {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .shark-mobile-menu__item--has-children .shark-mobile-menu__link {
        grid-template-columns: minmax(0, 1fr) 18px;
    }

    .shark-mobile-menu__item--has-icon.shark-mobile-menu__item--has-children .shark-mobile-menu__link {
        grid-template-columns: 24px minmax(0, 1fr) 18px;
    }

    .shark-mobile-menu__icon svg {
        display: block;
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

    .shark-mobile-menu__icon img {
        display: block;
        width: 20px;
        height: 20px;
        max-width: 20px;
        max-height: 20px;
        object-fit: contain;
    }

    .shark-mobile-menu__text {
        display: block;
        grid-column: 1;
        color: #17354f;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.25;
        text-transform: uppercase;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .shark-mobile-menu__indicator {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        grid-column: 2;
        justify-self: end;
        color: #18354f;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
    }

    .shark-mobile-menu__indicator::before {
        display: none;
    }

    .shark-mobile-menu__indicator:empty::before {
        display: block;
    }

    .shark-mobile-menu__actions {
        display: grid;
        gap: 10px;
        margin-top: 26px;
    }

    .shark-mobile-menu__sub-body {
        display: grid;
        gap: 4px;
    }

    .shark-mobile-menu__group {
        display: block;
        margin: 0 0 0;
        padding: 0;
    }

    .shark-mobile-menu__group-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        color: #087fe0 !important;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2;
        text-transform: uppercase;
        text-decoration: none !important;
        letter-spacing: 0;
    }

    .shark-mobile-menu__group-icon,
    .shark-mobile-menu__sub-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        position: relative;
        top: -1px;
    }

    .shark-mobile-menu__group-icon img,
    .shark-mobile-menu__sub-icon img {
        display: block;
        width: 20px;
        height: 20px;
        max-width: 20px;
        max-height: 20px;
        object-fit: contain;
    }

    .shark-mobile-menu__sub-list {
        display: grid;
        gap: 2px;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .shark-mobile-menu__sub-item {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .shark-mobile-menu__sub-link {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        min-height: 48px;
        padding: 0 !important;
        color: #087fe0 !important;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2;
        text-decoration: none !important;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .shark-mobile-menu__sub-label {
        display: inline-flex;
        align-items: center;
        gap: 13px;
        min-width: 0;
    }

    .shark-mobile-menu__sub-link--child {
        min-height: 36px;
        font-size: 14px;
        font-weight: 500;
        color: #24506f !important;
        line-height: 1.35;
        text-transform: none;
    }

    .shark-mobile-menu__sub-link--child span:first-child {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        padding-left: 0;
    }

    .shark-mobile-menu__sub-link--child span:first-child::before {
        position: static;
        display: inline-block;
        width: 5px;
        height: 5px;
        flex: 0 0 5px;
        border-radius: 50%;
        background: #9ed9fb;
        content: "";
    }

    .shark-mobile-menu__sub-body--flat .shark-mobile-menu__sub-link {
        min-height: 48px;
    }

    .shark-mobile-menu__doctor-hero {
        position: relative;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 92px;
        align-items: end;
        gap: 10px;
        min-height: 132px;
        margin-bottom: 18px;
        padding: 14px 0 0 14px;
        overflow: hidden;
        border-radius: 6px;
        background: linear-gradient(135deg, #e9f7ff 0%, #ffffff 58%, #d5efff 100%);
        color: #17354f !important;
        text-decoration: none !important;
    }

    .shark-mobile-menu__doctor-hero::before {
        position: absolute;
        right: -26px;
        bottom: -34px;
        width: 116px;
        height: 116px;
        border: 1px solid rgba(8, 127, 224, .16);
        border-radius: 50%;
        content: "";
    }

    .shark-mobile-menu__doctor-hero-copy {
        position: relative;
        z-index: 1;
        display: grid;
        align-self: center;
        gap: 5px;
        min-width: 0;
        padding-bottom: 12px;
    }

    .shark-mobile-menu__doctor-eyebrow {
        color: #087fe0;
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
    }

    .shark-mobile-menu__doctor-hero strong {
        color: #17354f;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.15;
        text-transform: uppercase;
    }

    .shark-mobile-menu__doctor-hero-copy > span:last-child {
        display: -webkit-box;
        color: #45657e;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.3;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .shark-mobile-menu__doctor-hero-photo {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 92px;
        height: 132px;
        overflow: hidden;
    }

    .shark-mobile-menu__doctor-hero-photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .shark-mobile-menu__doctor-list {
        display: grid;
        gap: 10px;
    }

    .shark-mobile-menu__doctor-card {
        display: grid !important;
        grid-template-columns: 54px minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        min-height: 68px;
        padding: 7px 0;
        color: #17354f !important;
        text-decoration: none !important;
    }

    .shark-mobile-menu__doctor-thumb {
        display: block;
        width: 54px;
        height: 54px;
        overflow: hidden;
        border: 1px solid #d8eefc;
        border-radius: 50%;
        background: #fff;
    }

    .shark-mobile-menu__doctor-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top center;
    }

    .shark-mobile-menu__doctor-info {
        display: grid;
        gap: 3px;
        min-width: 0;
    }

    .shark-mobile-menu__doctor-name {
        color: #087fe0;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .shark-mobile-menu__doctor-role {
        display: -webkit-box;
        color: #45657e;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.25;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .shark-mobile-menu__doctor-arrow {
        display: none !important;
    }

    .shark-mobile-menu__doctor-more {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 42px;
        margin-top: 18px;
        border-radius: 5px;
        background: #087fe0;
        color: #fff !important;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none !important;
        text-transform: uppercase;
    }

    .shark-mobile-menu__branch-map {
        display: flex;
        justify-content: center;
        margin: 4px 0 16px;
    }

    .shark-mobile-menu__branch-map img {
        display: block;
        width: 190px;
        max-width: 78%;
        height: auto;
        object-fit: contain;
    }

    .shark-mobile-menu__branch-list {
        display: grid;
        gap: 14px;
        margin-top: 8px;
    }

    .shark-mobile-menu__branch-card {
        display: grid !important;
        grid-template-columns: 84px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        color: #17354f !important;
        text-decoration: none !important;
    }

    .shark-mobile-menu__branch-thumb {
        display: block;
        width: 84px;
        height: 68px;
        overflow: hidden;
        border-radius: 4px;
        background: #f1f7fb;
    }

    .shark-mobile-menu__branch-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .shark-mobile-menu__branch-info {
        display: grid;
        gap: 2px;
        min-width: 0;
    }

    .shark-mobile-menu__branch-brand {
        color: #42a6e5;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .shark-mobile-menu__branch-name {
        color: #087fe0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.15;
        text-transform: uppercase;
    }

    .shark-mobile-menu__branch-address {
        display: -webkit-box;
        color: #17354f;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.25;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .shark-mobile-menu__branch-more {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 42px;
        margin-top: 18px;
        border: 1px solid #087fe0;
        border-radius: 5px;
        color: #087fe0 !important;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none !important;
        background: #fff;
    }

    .shark-mobile-menu__action {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        min-height: 36px;
        padding: 0 12px;
        border: 1px solid #e6edf3;
        border-radius: 7px;
        background: #fff;
        color: #087fe0 !important;
        box-shadow: 0 1px 4px rgba(24, 64, 96, .04);
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none !important;
        white-space: nowrap;
    }

    .shark-mobile-menu__action--primary {
        min-height: 42px;
        border-color: #0076d8;
        background: linear-gradient(180deg, #0989ea 0%, #006fd2 100%) !important;
        color: #fff !important;
        box-shadow: 0 4px 10px rgba(0, 118, 216, .24);
        text-transform: uppercase;
    }

    .shark-mobile-menu__action-icon {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        background: currentColor;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        mask-size: contain;
    }

    .shark-mobile-menu__action-image {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }

    .shark-mobile-menu__action-image img {
        display: block;
        width: 16px;
        height: 16px;
        object-fit: contain;
    }

    .shark-mobile-menu__action-svg {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        color: currentColor;
    }

    .shark-mobile-menu__action-svg svg {
        display: block;
        width: 15px;
        height: 15px;
    }

    .shark-mobile-menu__action-icon--phone {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.3 2.6 3.4 4.7 6 6l2-2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.2c0 .7-.5 1.2-1.2 1.2C10.6 20.8 3.2 13.4 3.2 4.2 3.2 3.5 3.7 3 4.4 3h3.2c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.5 1.4Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.3 2.6 3.4 4.7 6 6l2-2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.2c0 .7-.5 1.2-1.2 1.2C10.6 20.8 3.2 13.4 3.2 4.2 3.2 3.5 3.7 3 4.4 3h3.2c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.5 1.4Z'/%3E%3C/svg%3E");
    }

    .shark-mobile-menu__action-icon--whatsapp {
        color: #18bf58;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a8.8 8.8 0 0 0-7.5 13.4L3.4 21l4.7-1.1A8.8 8.8 0 1 0 12 3Zm0 2a6.8 6.8 0 1 1-3.4 12.7l-.4-.2-2 .5.5-1.9-.3-.4A6.8 6.8 0 0 1 12 5Zm-3.1 3.7c-.2 0-.5.1-.7.4-.2.3-.8.8-.8 2s.8 2.3.9 2.5c.1.2 1.6 2.6 4 3.5 2 .8 2.4.6 2.8.6.4 0 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1l-.5-.3-1.6-.8c-.2-.1-.5-.1-.7.2l-.6.8c-.2.2-.3.2-.6.1-.3-.1-1.1-.4-2-1.2-.7-.7-1.2-1.5-1.4-1.8-.1-.3 0-.4.1-.5l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5l-.7-1.7c-.2-.5-.4-.5-.6-.6Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a8.8 8.8 0 0 0-7.5 13.4L3.4 21l4.7-1.1A8.8 8.8 0 1 0 12 3Zm0 2a6.8 6.8 0 1 1-3.4 12.7l-.4-.2-2 .5.5-1.9-.3-.4A6.8 6.8 0 0 1 12 5Zm-3.1 3.7c-.2 0-.5.1-.7.4-.2.3-.8.8-.8 2s.8 2.3.9 2.5c.1.2 1.6 2.6 4 3.5 2 .8 2.4.6 2.8.6.4 0 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1l-.5-.3-1.6-.8c-.2-.1-.5-.1-.7.2l-.6.8c-.2.2-.3.2-.6.1-.3-.1-1.1-.4-2-1.2-.7-.7-1.2-1.5-1.4-1.8-.1-.3 0-.4.1-.5l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5l-.7-1.7c-.2-.5-.4-.5-.6-.6Z'/%3E%3C/svg%3E");
    }

    .shark-mobile-menu__action-icon--calendar {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm13 8H6v10h14V10ZM6 8h14V6h-3v2h-2V6H9v2H7V6H6v2Zm3 5h2v2H9v-2Zm4 0h2v2h-2v-2Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm13 8H6v10h14V10ZM6 8h14V6h-3v2h-2V6H9v2H7V6H6v2Zm3 5h2v2H9v-2Zm4 0h2v2h-2v-2Z'/%3E%3C/svg%3E");
    }

    body.shark-mobile-menu-open {
        overflow: hidden;
        touch-action: none;
    }
}

@media screen and (max-width: 374.98px) {
    .shark-mobile-menu__panel {
        width: 84vw;
        padding-left: 15px;
        padding-right: 15px;
    }

    .shark-mobile-menu__text,
    .shark-mobile-menu__action {
        font-size: 11px;
    }
}

.category__s {
    padding: 90px 0 !important;
}
