﻿/* STORE HEADER NEW */

.store-header-new {
    position: sticky;
    top: 0;
    z-index: 5000;
    padding: 12px 0;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(221, 236, 235, .86);
    backdrop-filter: blur(18px);
    transition: .22s ease;
}

    .store-header-new.is-scrolled {
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 14px 40px rgba(14, 48, 60, .10);
    }

.store-header-new__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.store-header-new__logo {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-width: 230px;
    color: var(--text);
    text-decoration: none;
}

    .store-header-new__logo:hover {
        color: var(--text);
        text-decoration: none;
    }

    .store-header-new__logo img {
        width: 52px;
        height: 52px;
        object-fit: contain;
        filter: drop-shadow(0 8px 14px rgba(26, 163, 163, .16));
    }

    .store-header-new__logo span {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .store-header-new__logo strong {
        color: var(--primary-dark);
        font-size: 21px;
        line-height: 1;
        font-weight: 950;
        letter-spacing: .2px;
        text-transform: uppercase;
    }

    .store-header-new__logo small {
        color: var(--muted);
        font-size: 12.5px;
        line-height: 1.2;
        font-weight: 700;
    }

.store-header-new__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

    .store-header-new__menu a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 14px;
        border-radius: 999px;
        color: var(--text);
        font-size: 15px;
        line-height: 1;
        font-weight: 800;
        text-decoration: none;
        transition: .2s ease;
        white-space: nowrap;
    }

        .store-header-new__menu a:hover {
            background: rgba(26, 163, 163, .10);
            color: var(--primary-dark);
            text-decoration: none;
        }

.store-header-new__price-link {
    background: linear-gradient(135deg, rgba(26, 163, 163, .12), rgba(15, 127, 127, .08));
    color: var(--primary-dark) !important;
}

.store-header-new__burger {
    display: none;
    position: relative;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 12px 26px rgba(26, 163, 163, .24);
    cursor: pointer;
    padding: 12px;
    z-index: 7000;
}

    .store-header-new__burger span {
        display: block;
        height: 2px;
        margin: 5px 0;
        border-radius: 10px;
        background: #ffffff;
        transition: .2s ease;
    }

.store-header-new__overlay {
    display: none;
}

/* STORE FOOTER NEW */

.store-footer-new {
    position: relative;
    overflow: hidden;
    padding: 46px 0 24px;
    background: radial-gradient(circle at 12% 12%, rgba(26, 163, 163, .22), transparent 32%), radial-gradient(circle at 88% 18%, rgba(128, 87, 200, .18), transparent 30%), linear-gradient(135deg, #102a31, #0b1d24);
    color: #ffffff;
}

    .store-footer-new::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
        background-size: 42px 42px;
        opacity: .35;
        pointer-events: none;
    }

    .store-footer-new .container {
        position: relative;
        z-index: 2;
    }

.store-footer-new__row {
    display: grid;
    grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
    align-items: center;
    gap: 42px;
}

.store-footer-new__logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    color: #ffffff;
    text-decoration: none;
}

    .store-footer-new__logo:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .store-footer-new__logo img {
        width: 58px;
        height: 58px;
        object-fit: contain;
        filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .16));
    }

    .store-footer-new__logo span {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .store-footer-new__logo strong {
        color: #ffffff;
        font-size: 24px;
        line-height: 1;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: .4px;
    }

    .store-footer-new__logo small {
        color: rgba(255, 255, 255, .72);
        font-size: 13px;
        line-height: 1.25;
        font-weight: 700;
    }

.store-footer-new__brand p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.7;
}

.store-footer-new__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

    .store-footer-new__nav a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 16px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .08);
        color: rgba(255, 255, 255, .82);
        font-size: 14px;
        line-height: 1;
        font-weight: 800;
        text-decoration: none;
        transition: .2s ease;
    }

        .store-footer-new__nav a:hover {
            background: rgba(255, 255, 255, .14);
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-2px);
        }

.store-footer-new__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .56);
    font-size: 14px;
    line-height: 1.4;
}

/* MOBILE HEADER */

@media (max-width: 1100px) {
    .store-header-new {
        z-index: 8000;
    }

    .store-header-new__row {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .store-header-new__burger {
        display: block;
    }

        .store-header-new__burger.is-open span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .store-header-new__burger.is-open span:nth-child(2) {
            opacity: 0;
        }

        .store-header-new__burger.is-open span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

    .store-header-new__menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 6500;
        width: min(360px, 86vw);
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 8px;
        padding: 92px 18px 24px;
        background: #ffffff;
        border-left: 1px solid rgba(221, 236, 235, .96);
        box-shadow: -24px 0 70px rgba(14, 48, 60, .20);
        transform: translateX(110%);
        visibility: hidden;
        pointer-events: none;
        transition: .25s ease;
    }

        .store-header-new__menu.is-open {
            transform: translateX(0);
            visibility: visible;
            pointer-events: auto;
        }

        .store-header-new__menu a {
            width: 100%;
            min-height: 52px;
            padding: 0 18px;
            justify-content: flex-start;
            border-radius: 16px;
            background: #f5fbfb;
            color: var(--text);
            font-size: 16px;
            font-weight: 900;
        }

            .store-header-new__menu a:hover {
                background: rgba(26, 163, 163, .12);
                color: var(--primary-dark);
            }

    .store-header-new__price-link {
        background: linear-gradient(135deg, rgba(26, 163, 163, .18), rgba(15, 127, 127, .12)) !important;
    }

    .store-header-new__overlay {
        position: fixed;
        inset: 0;
        z-index: 6000;
        display: block;
        background: rgba(7, 24, 31, .48);
        backdrop-filter: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform .18s ease, visibility .18s ease;
    }

        .store-header-new__overlay.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

    body.store-mobile-menu-open {
        overflow: hidden;
    }

    .store-footer-new__row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .store-footer-new__nav {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .store-header-new {
        padding: 10px 0;
    }

    .store-header-new__logo {
        min-width: 0;
        gap: 10px;
    }

        .store-header-new__logo img {
            width: 46px;
            height: 46px;
        }

        .store-header-new__logo strong {
            font-size: 18px;
        }

        .store-header-new__logo small {
            max-width: 160px;
            font-size: 11.5px;
        }

    .store-header-new__burger {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .store-header-new__menu {
        width: min(340px, 88vw);
        padding-top: 84px;
    }

    .store-footer-new {
        padding: 40px 0 22px;
    }

    .store-footer-new__brand p {
        max-width: none;
    }

    .store-footer-new__nav {
        display: none;
    }

    .store-footer-new__bottom {
        flex-direction: column;
        gap: 8px;
        margin-top: 28px;
    }
}

@media (max-width: 420px) {
    .store-header-new__logo small {
        display: none;
    }

    .store-header-new__logo strong {
        font-size: 17px;
    }

    .store-header-new__menu {
        width: 90vw;
    }
}
