﻿/* =========================================
   TG Store - Mobile
=========================================*/

@media (max-width: 991px) {

    /* Header */

    .mobile-header {
        height: 64px;
    }

    .mobile-header__body {
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-header__logo img {
        max-height: 48px;
        width: auto;
    }

    .mobile-header__menu-button {
        width: 44px;
        height: 44px;
    }

    .mobile-header__indicators {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-indicator__button {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* קצת פחות שוליים */

    .mobile-header .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    @media (max-width: 991px) {
        .tg-mobile-menu__body {
            width: 320px;
            max-width: 86vw;
            background: #fff;
            direction: rtl;
            text-align: right;
        }

        .tg-mobile-menu__close {
            position: absolute;
            top: 12px;
            left: 14px;
            font-size: 32px;
            line-height: 1;
            border: 0;
            background: transparent;
        }

        .tg-mobile-menu__header {
            padding: 24px 20px 18px;
            border-bottom: 1px solid #eee;
            text-align: center;
            font-weight: 700;
        }

            .tg-mobile-menu__header img {
                max-width: 190px;
                margin-bottom: 8px;
            }

        .tg-mobile-menu__links {
            list-style: none;
            padding: 12px 0;
            margin: 0;
        }

            .tg-mobile-menu__links a {
                display: block;
                padding: 13px 22px;
                color: #222;
                font-size: 17px;
                text-decoration: none;
                border-bottom: 1px solid #f1f1f1;
            }

                .tg-mobile-menu__links a:hover {
                    background: #f5f8ff;
                    color: #0d6efd;
                }

        .tg-mobile-menu__divider {
            height: 1px;
            background: #ddd;
            margin: 8px 0;
        }

        .tg-mobile-menu__contact {
            padding: 18px 20px 24px;
        }
    }
        .tg-mobile-menu__phone,
        .tg-mobile-menu__whatsapp {
            display: block;
            text-align: center;
            padding: 12px;
            border-radius: 6px;
            font-weight: 700;
            text-decoration: none;
            margin-bottom: 10px;
        }

        .tg-mobile-menu__phone {
            background: #0d6efd;
            color: #fff;
        }

        .tg-mobile-menu__whatsapp {
            background: #25d366;
            color: #fff;
        }

         }
.tg-mobile-menu__header {
    padding: 18px 18px 14px;
}

    .tg-mobile-menu__header img {
        max-width: 165px;
        margin-bottom: 6px;
    }

.tg-mobile-menu__body {
    width: 310px;
    max-width: 85vw;
    border-radius: 0;
    box-shadow: -8px 0 30px rgba(0,0,0,.18);
}

.tg-mobile-menu__links a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    min-height: 44px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #efefef;
    transition: .2s;
}

    .tg-mobile-menu__links a:hover {
        background: #f7faff;
        color: #0d6efd;
        padding-right: 24px;
    }

.tg-mobile-menu__links i {
    width: 22px;
    text-align: center;
    color: #0d6efd;
    font-size: 16px;
}

.tg-mobile-menu__links span {
    flex: 1;
    text-align: right;
}

.tg-mobile-menu__phone,
.tg-mobile-menu__whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}