/**
 * Tepsey Redesign — раньше здесь были @import (цепочка, медленнее).
 * Сейчас в common/header.twig подключаются напрямую:
 *   variables.css → topbar.css → left-menu.css → v10-cart.css
 *
 * Сборка одного файла (опционально): cat variables.css topbar.css left-menu.css v10-cart.css > redesign.bundle.css
 */
 .mobile-search-modal {
    display: none;
}
.topbar .topbar-utility-left {
    display: none;
}
@media (min-width: 580px) {
    .shoplist-section-link {
        order: 3;
    }
    button.topbar-mobile-icon.topbar-mobile-search {
        display: none;
    }
}
 @media (max-width: 580px) {
    .mobile-search-modal {
        display: block;
    }
    .topbar-utility-center {
        display: none;
    }

    .topbar-utility-right {
        display: none;
    }

    img.white-logo.img-responsive {
        display: none;
    }

    .topbar-nav-btns {
        display: none;
    }

    .topbar-search {
        display: none;
    }

    .topbar-actions {
        display: none;
    }

    .page-layout.redesign-page-layout .content {
        padding-left: 2px;
        padding-right: 2px;
    }

    /* Mobile top-header (dark blue, like tepsey-mbanners) */
    .redesign-topbar-wrap .topbar-utility {
        display: none;
    }

    .redesign-topbar-wrap .topbar {
        height: 58px;
        background: #1a3f75;
        border-bottom: none;
        box-shadow: 0 8px 24px rgba(8, 28, 56, 0.24);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 520;
    }

    .redesign-topbar-wrap .topbar-inner {
        min-height: 58px;
        padding: 0 12px;
        gap: 10px;
    }

    .redesign-topbar-wrap .topbar-logo-wrap {
        flex: 1;
        min-width: 0;
        display: flex;
        justify-content: center;
    }

    .redesign-topbar-wrap .topbar-logo {
        color: #fff;
    }

    .redesign-topbar-wrap .topbar-logo img.blue-logo {
        display: none;
    }

    .redesign-topbar-wrap .topbar-logo img.white-logo {
        display: block;
        height: 30px;
    }

    .redesign-topbar-wrap .topbar-search,
    .redesign-topbar-wrap .topbar-actions,
    .redesign-topbar-wrap .topbar-nav-btns {
        display: none !important;
    }

    .redesign-topbar-wrap .topbar-mobile-icon {
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 10px;
        background: transparent;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
    }

    .redesign-topbar-wrap .topbar-mobile-burger {
        flex-direction: column;
        gap: 4px;
    }

    .redesign-topbar-wrap .topbar-mobile-burger span {
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        display: block;
    }

    .redesign-topbar-wrap .topbar-mobile-search svg {
        display: block;
        color: #fff;
    }

    .redesign-topbar-wrap .topbar-flow-spacer {
        display: block;
        height: 58px;
    }

    /* Mobile bottom tab bar */
    .mob-fix_menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 530;
        height: 68px;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        background: #1a3f75;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 -8px 24px rgba(8, 28, 56, 0.26);
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
    }

    .mob-fix_menu > a,
    .mob-fix_menu > div {
        height: 46px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.9);
        background: transparent;
        transition: background .15s ease, transform .15s ease;
        text-decoration: none;
    }

    .mob-fix_menu > a:active,
    .mob-fix_menu > div:active {
        background: rgba(255, 255, 255, 0.14);
        transform: translateY(1px);
    }
    .mob-fix_menu i {
        color: rgba(255, 255, 255, 0.95);

    }

    body {
        padding-bottom: calc(84px + env(safe-area-inset-bottom));
    }

    .mobile-search-modal {
        position: fixed;
        inset: 0;
        z-index: 1420;
        display: none;
    }

    .mobile-search-modal.is-open {
        display: block;
    }

    .mobile-search-modal__overlay {
        position: absolute;
        inset: 0;
        background: rgba(10, 22, 40, 0.52);
    }

    .mobile-search-modal__dialog {
        position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 10px 30px rgba(10, 22, 40, 0.16);
        max-height: 84vh;
        overflow: auto;
    }

    .mobile-search-modal__head {
        padding: 10px 12px;
        border-bottom: 1px solid #eef2f7;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    .mobile-search-form {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #dbe5f2;
        border-radius: 12px;
        min-height: 44px;
        padding: 0 10px;
    }

    .mobile-search-form__icon {
        color: #8ea2bf;
        display: inline-flex;
        align-items: center;
    }

    .mobile-search-form__input {
        flex: 1;
        min-width: 0;
        border: none;
        outline: none;
        font-size: 14px;
        color: #1f2f46;
        background: transparent;
        font-family: inherit;
        font-size: 1rem;
    }

    .mobile-search-form__close {
        border: none;
        background: transparent;
        color: #47638b;
        font-size: 13px;
        font-weight: 600;
        padding: 0;
        margin: 0;
        line-height: 1;
    }

    .mobile-search-suggest.topbar-search-suggest {
        position: static;
        display: block;
        max-height: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 4px 0 10px;
    }

    .mobile-search-suggest .topbar-search-suggest-item a {
        padding: 10px 12px;
    }

    body.mobile-search-open {
        overflow: hidden;
    }

    .left-menu-overlay,
    .shops-overlay {
        top: 58px !important;
        height: calc(100vh - 58px) !important;
        z-index: 500 !important;
    }

    .left-menu {
        top: 58px !important;
        height: calc(100vh - 58px) !important;
        z-index: 1510 !important;
    }
    .mobile-search-suggest.topbar-search-suggest:empty {
        opacity: 0;
        padding: 0;
        transition: all .4s;
    }
    .content>.container, main.content {
        padding-left: 0;
        padding-right: 0;
    }
    .shoplist-wrap {
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }


    span.shop-min-order-price {
        font-size: .7rem;
    }

    .product-thumb .caption .manufacturer a {
        font-size: .7rem;
    }

    .blog-item {
        height: 100%;
    }

    .blog-item .caption .name a {
        height: 80px!important;
        display: block;
    }

    .redesign-hero-holder {
        overflow: hidden;
        max-width: 100%;
    }
    .banner-small {
        margin-left: 0;
        margin-right: 0;
    }
    .redesign-topbar-wrap .topbar {
        margin-bottom: 0;
    }
    body.shops-open .lm-panel-close, body.redesign-left-menu-open .lm-panel-close {
        DISPLAY: NONE;
    }
    .topbar .topbar-utility-left {
        display: flex;
    }
    .redesign-topbar-wrap .topbar .topbar-utility-left.prmn-cmngr {
        color: white;
        font-weight: 400;
    }

    .redesign-topbar-wrap .topbar-utility-left svg {
        color: white;
    }
    div#select-city-modal .modal-dialog {
        width: calc(100% - 1rem);
    }

    .modal-dialog .modal-content {
        padding: 1rem;
    }
    div#lmCatBanners {
        display: none!important;
    }
    button#lmViewCards {
        display: none;
    }
}
.first-notice-content>p {
    margin-bottom: 10px;
}