/* Kitani mobile UI — отдельный файл, не заменяет основной style.css */

.kitani-mobile-btn,
.kitani-mobile-actions,
.kitani-search-panel,
.kitani-drawer-overlay,
.kitani-drawer,
.kitani-catalog-drawer {
    display: none;
}

.kitani-mobile-btn svg,
.kitani-search-form svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 620px) {
    body.kitani-lock { overflow: hidden; }

    .kitani-header .kitani-header-inner {
        position: relative !important;
        width: calc(100% - 22px) !important;
        height: 72px !important;
        min-height: 72px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .kitani-header .kitani-desktop-menu {
        display: none !important;
    }

    .kitani-header .header-brand {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 60px !important;
        height: 60px !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        display: flex !important;
        transform: translate(-50%, -50%) !important;
        z-index: 3 !important;
    }

    .kitani-header .header-brand img {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
        max-height: 60px !important;
        flex: 0 0 60px !important;
        object-fit: contain !important;
    }

    .kitani-header .header-brand-text {
        display: none !important;
    }

    .kitani-mobile-btn {
        border: 0;
        background: transparent;
        color: var(--dark, #171717);
        width: 42px;
        height: 42px;
        padding: 0;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-decoration: none;
    }

    .kitani-burger {
        position: absolute !important;
        top: 50% !important;
        left: 0 !important;
        right: auto !important;
        display: inline-flex !important;
        transform: translateY(-50%) !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .kitani-mobile-actions {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 4;
        display: flex;
        align-items: center;
        gap: 0;
        transform: translateY(-50%);
    }

    .kitani-mobile-actions .kitani-mobile-btn {
        display: inline-flex;
    }

    .kitani-mobile-cart { position: relative; }

    .kitani-cart-badge {
        position: absolute;
        top: 1px;
        right: -1px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        margin: 0;
        border: 2px solid #fffaf6;
        font-size: 10px;
    }

    .kitani-search-panel {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 60;
        display: block;
        padding: 12px 14px 14px;
        background: #fffaf6;
        border-bottom: 1px solid var(--line, #f0ded6);
        box-shadow: 0 14px 28px rgba(0,0,0,.08);
    }

    .kitani-search-panel[hidden] { display: none !important; }

    .kitani-search-form {
        display: flex;
        align-items: center;
        gap: 8px;
        max-width: 680px;
        margin: 0 auto;
        padding: 0 12px;
        border: 1px solid var(--line, #f0ded6);
        border-radius: 999px;
        background: #fff;
    }

    .kitani-search-form input {
        width: 100%;
        height: 48px;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font: inherit;
    }

    .kitani-search-form button {
        width: 34px;
        height: 34px;
        border: 0;
        background: transparent;
        font-size: 25px;
        color: #777;
    }

    .kitani-drawer-overlay {
        position: fixed;
        inset: 0;
        z-index: 900;
        display: block;
        background: rgba(0,0,0,.46);
    }

    .kitani-drawer-overlay[hidden] { display: none !important; }

    .kitani-drawer,
    .kitani-catalog-drawer {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 910;
        display: flex;
        width: min(86vw, 390px);
        flex-direction: column;
        overflow-y: auto;
        background: #fff;
        box-shadow: 20px 0 45px rgba(0,0,0,.22);
        transform: translateX(-105%);
        transition: transform .23s ease;
    }

    .kitani-drawer.is-open,
    .kitani-catalog-drawer.is-open {
        transform: translateX(0);
    }

    .kitani-drawer-head,
    .kitani-catalog-head {
        display: grid;
        grid-template-columns: 48px 1fr 48px;
        min-height: 82px;
        align-items: center;
        padding: 8px 14px;
        border-bottom: 1px solid #eee4df;
    }

    .kitani-drawer-logo {
        grid-column: 2;
        justify-self: center;
    }

    .kitani-drawer-logo img {
        display: block;
        width: 62px;
        height: 62px;
        object-fit: contain;
    }

    .kitani-close,
    .kitani-back {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: #fff3f6;
        font-size: 28px;
        cursor: pointer;
    }

    .kitani-close { grid-column: 3; justify-self: end; }
    .kitani-back { grid-column: 1; justify-self: start; }

    .kitani-catalog-head h2 {
        grid-column: 2;
        margin: 0;
        text-align: center;
        font-size: 22px;
    }

    .kitani-drawer-nav {
        display: grid;
        padding: 14px;
    }

    .kitani-drawer-row {
        display: grid;
        grid-template-columns: 36px 1fr auto;
        align-items: center;
        gap: 10px;
        min-height: 60px;
        padding: 10px 12px;
        border: 0;
        border-bottom: 1px solid #eee7e3;
        background: transparent;
        color: #171717;
        text-decoration: none;
        text-align: left;
        font: inherit;
        cursor: pointer;
    }

    .kitani-drawer-row > span { font-size: 21px; color: #ff5f7f; }
    .kitani-drawer-row > b { font-size: 17px; }
    .kitani-drawer-row > i { font-size: 27px; color: #aaa; font-style: normal; }
    .kitani-drawer-row > em {
        min-width: 24px;
        height: 24px;
        padding: 0 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #ff5f7f;
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 900;
    }

    .kitani-socials {
        display: flex;
        gap: 14px;
        margin-top: auto;
        padding: 24px 20px 34px;
        border-top: 1px solid #eee7e3;
    }

    .kitani-socials a {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff3f6;
        color: #171717;
        text-decoration: none;
        font-weight: 900;
    }

    .kitani-category-list {
        display: grid;
    }

    .kitani-category-list a {
        min-height: 62px;
        padding: 10px 20px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #eee7e3;
        color: #171717;
        text-decoration: none;
        font-size: 17px;
    }

    .kitani-category-list i {
        color: #aaa;
        font-size: 27px;
        font-style: normal;
    }
}

@media (min-width: 621px) {
    .kitani-drawer,
    .kitani-catalog-drawer,
    .kitani-drawer-overlay,
    .kitani-mobile-actions,
    .kitani-burger,
    .kitani-search-panel {
        display: none !important;
    }
}


/* =========================================================
   Точне вирівнювання пошуку/кошика та соцмереж
   ========================================================= */

@media (max-width: 620px) {
    .kitani-mobile-actions {
        height: 42px;
        gap: 2px;
    }

    .kitani-mobile-actions .kitani-mobile-btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .kitani-mobile-actions .kitani-mobile-btn svg {
        width: 23px;
        height: 23px;
        display: block;
    }

    .kitani-mobile-cart {
        top: 0;
        transform: none;
    }

    .kitani-cart-badge {
        top: -1px;
        right: -2px;
    }

    .kitani-socials {
        margin-top: 8px;
        padding: 14px 20px 20px;
        border-top: 1px solid #eee7e3;
        align-items: center;
    }

    .kitani-socials a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff3f6;
    }

    .kitani-socials svg {
        width: 22px;
        height: 22px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .kitani-socials .social-facebook svg {
        fill: currentColor;
        stroke: none;
    }

    .kitani-socials .social-instagram {
        color: #E4405F;
    }

    .kitani-socials .social-facebook {
        color: #1877F2;
    }

    .kitani-socials .social-tiktok {
        color: #111;
    }

    .kitani-drawer-nav {
        padding-bottom: 0;
    }
}


/* =========================================================
   МОБІЛЬНИЙ КАТАЛОГ І ВИЇЗНІ ФІЛЬТРИ
   ========================================================= */

.catalog-mobile-toolbar,
.catalog-filter-overlay,
.catalog-filter-close {
    display: none;
}

@media (max-width: 820px) {
    body.catalog-filter-lock {
        overflow: hidden;
    }

    .catalog-section {
        padding-top: 20px;
    }

    .catalog-section-head {
        margin-bottom: 14px;
    }

    .catalog-section-head .lead {
        margin-bottom: 0;
        font-size: 15px;
    }

    .catalog-mobile-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
        gap: 10px;
        margin-bottom: 14px;
    }

    .catalog-mobile-filter-button {
        display: flex;
        min-height: 50px;
        padding: 10px 14px;
        align-items: center;
        gap: 9px;
        border: 1px solid var(--line);
        border-radius: 15px;
        background: #fff;
        color: var(--dark);
        font: inherit;
        font-weight: 900;
        cursor: pointer;
    }

    .catalog-filter-icon {
        display: inline-flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
    }

    .catalog-filter-icon svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
    }

    .catalog-filter-count {
        display: inline-flex;
        min-width: 23px;
        height: 23px;
        margin-left: auto;
        padding: 0 7px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--pink);
        color: #fff;
        font-size: 12px;
    }

    .catalog-mobile-sort {
        position: relative;
        min-width: 0;
    }

    .catalog-mobile-sort label {
        position: absolute;
        top: 5px;
        left: 13px;
        z-index: 1;
        color: var(--muted);
        font-size: 10px;
        font-weight: 800;
        pointer-events: none;
    }

    .catalog-mobile-sort select {
        width: 100%;
        min-height: 50px;
        padding: 17px 32px 5px 13px;
        border: 1px solid var(--line);
        border-radius: 15px;
        background: #fff;
        color: var(--dark);
        font: inherit;
        font-size: 13px;
        font-weight: 900;
        outline: 0;
    }

    .catalog-layout {
        display: block;
        padding-top: 0;
    }

    .catalog-filter-overlay {
        position: fixed;
        inset: 0;
        z-index: 920;
        display: block;
        background: rgba(24, 18, 20, .48);
    }

    .catalog-filter-overlay[hidden] {
        display: none !important;
    }

    .catalog-layout .catalog-filter-drawer {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 930 !important;
        display: block !important;
        width: min(90vw, 410px) !important;
        height: 100dvh;
        margin: 0 !important;
        padding: 0 18px 24px !important;
        overflow-y: auto;
        border: 0 !important;
        border-radius: 0 24px 24px 0 !important;
        background: #fff !important;
        box-shadow: 24px 0 50px rgba(24, 18, 20, .22) !important;
        transform: translateX(-105%);
        transition: transform .24s ease;
    }

    .catalog-layout .catalog-filter-drawer.is-open {
        transform: translateX(0);
    }

    .catalog-filter-head {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        min-height: 76px;
        margin: 0 -18px 16px;
        padding: 10px 18px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--line);
        background: #fff;
    }

    .catalog-filter-head h2 {
        margin: 0;
        font-size: 23px;
    }

    .catalog-filter-close {
        display: inline-flex;
        width: 42px;
        height: 42px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: #fff1f5;
        color: var(--dark);
        font-size: 28px;
        cursor: pointer;
    }

    .catalog-filter-drawer .field {
        margin-bottom: 15px;
    }

    .catalog-filter-drawer .field label {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .catalog-filter-drawer .field input,
    .catalog-filter-drawer .field select {
        height: 51px;
        border-radius: 14px;
    }

    .catalog-filter-drawer .desktop-sort-field {
        display: none;
    }

    .catalog-filter-drawer .filter-actions {
        position: sticky;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin: 20px -18px -24px;
        padding: 14px 18px 20px;
        border-top: 1px solid var(--line);
        background: #fff;
    }

    .catalog-filter-drawer .filter-actions .btn {
        width: 100%;
        margin: 0;
    }

    .catalog-products-column {
        min-width: 0;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .product-card {
        min-width: 0;
        border-radius: 16px;
    }

    .product-img {
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;
        padding: 6px !important;
    }

    .product-body {
        padding: 11px !important;
    }

    .product-title {
        min-height: 38px;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.3;
    }

    .product-meta {
        min-height: 34px;
        font-size: 11px;
        line-height: 1.35;
    }

    .product-bottom {
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
        gap: 8px !important;
        margin-top: 10px;
    }

    .product-bottom .price {
        width: 100%;
        font-size: 18px;
    }

    .product-bottom .mini-btn {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 40px !important;
        padding: 8px 7px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
        line-height: 1.15;
    }
}

@media (max-width: 390px) {
    .catalog-mobile-toolbar {
        grid-template-columns: 1fr 132px;
    }

    .product-img {
        height: 170px !important;
        min-height: 170px !important;
        max-height: 170px !important;
    }

    .product-body {
        padding: 9px !important;
    }

    .product-title {
        font-size: 13px;
    }

    .product-bottom .price {
        font-size: 17px;
    }
}

@media (min-width: 821px) {
    .catalog-filter-drawer {
        transform: none !important;
    }
}


/* =========================================================
   КАРТКИ ТОВАРІВ — БЕЗПЕЧНИЙ РЕДИЗАЙН
   Логіку кошика та вибору розміру не змінює.
   ========================================================= */

.catalog-results-count {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.catalog-results-count strong {
    color: var(--dark);
}

.catalog-product-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.catalog-product-image {
    position: relative;
    display: flex;
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.catalog-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
    transition: transform .25s ease;
}

.catalog-product-card:hover .catalog-product-image img {
    transform: scale(1.035);
}

.catalog-product-body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 16px;
}

.catalog-product-title {
    display: -webkit-box;
    min-height: 44px;
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-product-sizes {
    display: flex;
    min-height: 31px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.catalog-product-sizes > span {
    display: inline-flex;
    min-width: 31px;
    height: 28px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0d7df;
    border-radius: 9px;
    background: #fff8fa;
    color: #5f4a52;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.catalog-product-sizes .catalog-more-sizes {
    border-style: dashed;
    color: var(--pink);
}

.catalog-product-sizes .catalog-size-note {
    width: auto;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-weight: 700;
}

.catalog-product-bottom {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.catalog-product-price {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 22px;
    white-space: nowrap;
}

.catalog-product-button {
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 44px;
    padding: 9px 14px;
    border-radius: 13px;
    text-align: center;
    white-space: normal;
}

@media (hover: hover) and (min-width: 821px) {
    .catalog-product-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 820px) {
    .catalog-results-count {
        font-size: 13px;
    }

    .catalog-product-card {
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(73, 42, 28, .07);
    }

    .catalog-product-image {
        height: 178px !important;
        min-height: 178px !important;
        max-height: 178px !important;
        padding: 7px !important;
    }

    .catalog-product-body {
        padding: 10px !important;
    }

    .catalog-product-title {
        min-height: 36px;
        margin-bottom: 7px;
        font-size: 13px !important;
        line-height: 1.35;
    }

    .catalog-product-sizes {
        min-height: 26px;
        margin-bottom: 8px;
        gap: 4px;
    }

    .catalog-product-sizes > span {
        min-width: 25px;
        height: 24px;
        padding: 0 6px;
        border-radius: 7px;
        font-size: 10px;
    }

    .catalog-product-bottom {
        display: flex !important;
        margin-top: auto;
        flex-direction: column;
        align-items: stretch !important;
        gap: 7px !important;
    }

    .catalog-product-price {
        width: 100%;
        font-size: 17px !important;
    }

    .catalog-product-button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 38px !important;
        padding: 7px 6px !important;
        border-radius: 10px !important;
        font-size: 11px !important;
        line-height: 1.15;
    }
}

@media (max-width: 390px) {
    .catalog-product-image {
        height: 158px !important;
        min-height: 158px !important;
        max-height: 158px !important;
    }

    .catalog-product-title {
        font-size: 12px !important;
    }

    .catalog-product-price {
        font-size: 16px !important;
    }

    .catalog-product-sizes > span:nth-child(n+5) {
        display: none;
    }
}


/* =========================================================
   МОБІЛЬНА ГОЛОВНА ТА СЛАЙДЕР
   Десктопна версія не змінюється.
   ========================================================= */

.mobile-home {
    display: none;
}

@media (max-width: 620px) {
    .desktop-home-hero {
        display: none !important;
    }

    .mobile-home {
        display: block;
        padding-top: 12px;
    }

    .mobile-home-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 24px;
        background: #f7eef1;
        box-shadow: 0 14px 36px rgba(63, 34, 44, .12);
    }

    .mobile-home-slides {
        display: flex;
        width: 100%;
        transition: transform .42s ease;
        will-change: transform;
    }

    .mobile-home-slide {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: min(118vw, 460px);
        min-height: 390px;
        overflow: hidden;
        background:
            radial-gradient(circle at 80% 20%, rgba(255,255,255,.65), transparent 30%),
            linear-gradient(145deg, #ffc7d5, #fff1f5);
    }

    .mobile-home-slide img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .mobile-home-slide-overlay {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(
                to top,
                rgba(26, 16, 20, .74) 0%,
                rgba(26, 16, 20, .18) 55%,
                rgba(26, 16, 20, .02) 100%
            );
    }

    .mobile-home-slide-content {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 26px 22px 31px;
        color: #fff;
    }

    .mobile-home-label {
        display: inline-flex;
        margin-bottom: 9px;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .07em;
        text-transform: uppercase;
    }

    .mobile-home-slide-content h1 {
        max-width: 92%;
        margin: 0;
        color: #fff;
        font-size: 31px;
        line-height: 1.04;
        letter-spacing: -1px;
        text-shadow: 0 3px 16px rgba(0,0,0,.25);
    }

    .mobile-home-slide-content p {
        max-width: 88%;
        margin: 10px 0 18px;
        color: rgba(255,255,255,.9);
        font-size: 14px;
        line-height: 1.45;
    }

    .mobile-home-slide-button {
        display: inline-flex;
        min-height: 46px;
        padding: 10px 18px;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: #fff;
        color: #20171a;
        font-size: 14px;
        font-weight: 900;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0,0,0,.14);
    }

    .mobile-home-dots {
        position: absolute;
        right: 0;
        bottom: 12px;
        left: 0;
        z-index: 4;
        display: flex;
        justify-content: center;
        gap: 7px;
        pointer-events: none;
    }

    .mobile-home-dots button {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.55);
        transition: width .2s ease, background .2s ease;
        pointer-events: auto;
    }

    .mobile-home-dots button.is-active {
        width: 23px;
        background: #fff;
    }

    .mobile-home-categories {
        padding: 27px 0 7px;
    }

    .mobile-home-section-head {
        display: flex;
        margin-bottom: 14px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .mobile-home-section-head h2 {
        margin: 0;
        font-size: 24px;
    }

    .mobile-home-section-head a {
        color: var(--pink);
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
    }

    /* =========================================================
   ПРЕМІАЛЬНІ КАТЕГОРІЇ З ФОТО
   ========================================================= */

    .mobile-home-category-grid{
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:10px;
    }

    .mobile-home-category-grid a{
        position:relative;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        overflow:hidden;
        border:1px solid rgba(235,221,217,.9);
        border-radius:20px;
        background:linear-gradient(180deg,#fff 0%,#fffdfd 70%,#fff8fa 100%);
        color:var(--dark,#171717);
        text-decoration:none;
        text-align:center;
        box-shadow:0 8px 22px rgba(71,43,50,.06);
        transition:.2s;
    }

    .mobile-home-category-grid img{
        display:block;
        width:100%;
        height:117px;
        padding:7px 7px 0;
        object-fit:contain;
    }

    .mobile-home-category-grid b{
        display:flex;
        width:100%;
        min-height:43px;
        align-items:center;
        justify-content:center;
        padding:8px 5px 10px;
        border-top:1px solid rgba(238,223,220,.75);
        background:#fffafb;
        font-size:12px;
        font-weight:800;
        color:#241d1f;
    }

    .mobile-home-products-section {
        padding-top: 25px;
    }

    .mobile-home-products-section .section-head {
        margin-bottom: 13px;
    }

    .mobile-home-products-section .section-head h2 {
        font-size: 24px;
    }

    #delivery {
        padding-top: 31px;
    }

    #delivery .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    #delivery .info-tile {
        padding: 17px 14px;
        border-radius: 17px;
    }

    #delivery .info-tile h3 {
        margin-bottom: 6px;
        font-size: 15px;
    }

    #delivery .info-tile p {
        font-size: 12px;
        line-height: 1.45;
    }
}

@media (max-width: 390px) {
    .mobile-home-slide {
        min-height: 355px;
    }

    .mobile-home-slide-content h1 {
        font-size: 28px;
    }

    .mobile-home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.footer-address{
    margin-bottom:12px;
    line-height:1.6;
}

.footer-route{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:11px 16px;

    border-radius:14px;

    background:linear-gradient(135deg,#ff6f91,#ff8fb0);
    color:#fff;

    text-decoration:none;
    font-weight:700;
    font-size:14px;

    box-shadow:0 10px 24px rgba(255,111,145,.28);

    transition:.25s;
}
/* =========================================================
   мапа маршруту та адреса
   ========================================================= */
.footer-route{
    display:inline-flex;
    align-items:center;
    gap:8px;

    height:40px;
    padding:0 14px;

    border:1px solid #efe4e4;
    border-radius:14px;

    background:#fff;

    color:#222;
    text-decoration:none;

    font-size:14px;
    font-weight:700;

    box-shadow:0 5px 14px rgba(0,0,0,.05);

    transition:.2s;
}

.footer-route svg{
    width:16px;
    height:16px;
    fill:#ff6f91;
}

.footer-route:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(0,0,0,.08);
}
/* =========================================================
   контакти номер телефону
   ========================================================= */
.footer-phone{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 16px;

    border-radius:14px;

    background:#fff;
    border:1px solid #f0e2e2;

    color:#222;
    text-decoration:none;

    box-shadow:0 8px 18px rgba(0,0,0,.05);

    transition:.25s;
}

.footer-phone svg{
    width:18px;
    height:18px;
    fill:#ff6f91;
    flex-shrink:0;
}

.footer-phone small{
    display:none;
}

.footer-phone strong{
    font-size:14px;
    font-weight:700;
    line-height:1;
}

.footer-phone:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(0,0,0,.08);
}

.footer-phone:active{
    transform:scale(.98);
}
/* ===== CONTACT PHONES IN MOBILE MENU ===== */

.kitani-contacts-row {
    cursor: default;
}

.kitani-drawer-phone {
    display: flex;
    align-items: center;
    margin: 5px 14px 5px 46px;
    padding: 9px 14px;

    background: #fff4f6;
    border-radius: 10px;

    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition: .2s ease;
}

.kitani-drawer-phone::before {
    content: "☎";
    margin-right: 8px;
    color: #ff5f7f;
}

.kitani-drawer-phone:hover {
    background: #ffe9ee;
    transform: translateX(3px);
}