/*Стили серой полоски в каталоге с хлебными крошками и заголовком*/
.grey_block .page-top > div:last-of-type {
    margin-bottom: 0;
}

section.page-top.maxwidth-theme {
    margin-bottom: 20px;
}

/* Мобильные размеры заголовков */
@media screen and (max-width: 720px) {
    h1 {
        font-size: 1.333em; /* 20px */
    }

    h2 {
        font-size: 1.2em; /* 18px */
    }

    h3 {
        font-size: 1.133em; /* 17px */
    }

    h4 {
        font-size: 1.067em; /* 16px */
    }

    h5 {
        font-size: 1em; /* 15px */
    }

    h6 {
        font-size: 1em; /* 15px */
    }
}


/*Стили фиксированной кнопки ФИЛЬТРА*/
@media screen and (max-width: 720px) {
    .filter-panel-wrapper.filter_exists {
        position: sticky;
        top: 10px;
        z-index: 99;
        background: #fff;
    }

    .filter-panel__filter {
        width: 100%;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .filter-panel__filter .bx-filter-title span {
        border: none;
        color: #fff;
    }

    .filter-panel__filter .bx-filter-title svg path {
        fill: #fff;
    }
}

@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    .small-gallery-block .owl-carousel .owl-nav {
        display: flex;
        left: -5px;
        right: -5px;
    }

    .small-gallery-block .owl-carousel.short-nav:hover .owl-nav,
    .small-gallery-block .owl-carousel.visible-nav .owl-nav {
        left: -5px;
        right: -5px;
    }
}

/*Стили стикеров в каталоге товаров*/

.stickers .sticker_luchshaya_tsena {
background-color: #fc482d;
}


.stickers .sticker_khit_prodazh {
    background-color: #2992d9;
}

.stickers .sticker_aktsiya_do_31_avgusta {
    background-color: #ffd83a;
    color: #333;
}

.stickers .sticker_skidka {
    background-color: #893ca9;
}

.stickers .sticker_besplatnaya_dostavka {
    background-color: #6A5ACD;
}

.del_braer {
font-size: 18pt; 
color: #ee105a !important;

}


/* ========================================
   Верхняя промо-плашка SABON
   Синий контрастный вариант
   ======================================== */

.sabon-top-banner {
    width: 100%;
    background: linear-gradient(90deg, #16263d 0%, #203a5d 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1001;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.sabon-top-banner__inner {
    max-width: 1470px;
    min-height: 52px;
    margin: 0 auto;
    padding: 6px 55px 6px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    box-sizing: border-box;
}

.sabon-top-banner__link {
    width: 100%;
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    color: #fff;
    text-decoration: none;

    font-size: 15px;
    line-height: 1.3;
}

.sabon-top-banner__link:hover,
.sabon-top-banner__link:focus {
    color: #fff;
    text-decoration: none;
}


/* Бейдж АКЦИЯ */

.sabon-top-banner__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 0 14px;

    border-radius: 6px;

    background: #eb5127;
    color: #fff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;

    white-space: nowrap;
    flex: 0 0 auto;
}


/* Основной текст */

.sabon-top-banner__text {
    color: #fff;
    font-weight: 600;

    flex: 0 1 auto;
    min-width: 0;
}

.sabon-top-banner__text-desktop {
    display: inline;
}

.sabon-top-banner__text-mobile {
    display: none;
}


/* Кнопка Смотреть */

.sabon-top-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 32px;
    padding: 0 14px;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 6px;

    color: #fff;
    background: transparent;

    font-size: 12px;
    font-weight: 600;

    white-space: nowrap;
    flex: 0 0 auto;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.sabon-top-banner__button:after {
    content: "→";
    margin-left: 7px;
    font-size: 14px;
}

.sabon-top-banner__link:hover .sabon-top-banner__button {
    background: #fff;
    color: #203a5d;
}


/* Крестик */

.sabon-top-banner__close {
    position: absolute;
    right: 16px;
    top: 50%;

    width: 32px;
    height: 32px;

    padding: 0;
    margin: 0;

    transform: translateY(-50%);

    border: 0;
    background: transparent;

    color: rgba(255, 255, 255, 0.7);

    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;

    cursor: pointer;
    transition: color 0.2s ease;
}

.sabon-top-banner__close:hover {
    color: #fff;
}


/* ========================================
   Планшет
   ======================================== */

@media (max-width: 991px) {

    .sabon-top-banner__inner {
        padding-left: 15px;
    }

    .sabon-top-banner__link {
        gap: 12px;
        font-size: 13px;
    }
}


/* ========================================
   Мобильная версия
   ======================================== */

@media (max-width: 767px) {

    .sabon-top-banner__inner {
        min-height: 58px;
        padding: 7px 40px 7px 10px;
    }

    .sabon-top-banner__link {
        display: grid;

        grid-template-columns: auto 1fr;
        grid-template-areas:
            "badge text"
            "badge button";

        align-items: center;

        gap: 2px 10px;

        width: 100%;
        min-width: 0;

        text-align: left;
    }

    .sabon-top-banner__badge {
        grid-area: badge;

        min-height: 34px;
        padding: 0 9px;

        font-size: 9px;
        letter-spacing: 0.4px;

        border-radius: 5px;
    }

    .sabon-top-banner__text {
        grid-area: text;

        min-width: 0;
        line-height: 1.2;
    }

    .sabon-top-banner__text-desktop {
        display: none;
    }

    .sabon-top-banner__text-mobile {
        display: block;

        white-space: normal;

        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
    }

    .sabon-top-banner__button {
        grid-area: button;

        justify-content: flex-start;

        min-height: auto;
        padding: 0;

        border: 0;
        background: transparent;

        font-size: 11px;
        line-height: 14px;
    }

    .sabon-top-banner__button:after {
        margin-left: 4px;
    }

    .sabon-top-banner__link:hover .sabon-top-banner__button {
        background: transparent;
        color: #fff;
    }

    .sabon-top-banner__close {
        right: 4px;

        width: 30px;
        height: 30px;

        font-size: 22px;
        line-height: 30px;
    }
}

/* Контакты над мобильной шапкой */
@media screen and (max-width: 767px) {

    #mobileheader {
        height: 97px;
    }

    #mobileheader .mobileheader-v1 {
        height: 63px;
        top: 34px;
    }

    .sabon-mobile-contacts {
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;

        height: 34px;
        padding: 0 15px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        font-size: 13px;
        line-height: 1;

        background: #fff;
        border-bottom: 1px solid #ececec;
        box-sizing: border-box;
    }

    .sabon-mobile-contacts__phone,
    .sabon-mobile-contacts__email {
        color: #333;
        text-decoration: none;
        white-space: nowrap;
    }
}