/*Стили серой полоски в каталоге с хлебными крошками и заголовком*/
.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: 991px) {

    #mobileheader {
        --sabon-stock-header-height: 63px;
        --sabon-contacts-height: 44px;

        --sabon-contacts-padding: 20px;
        --sabon-contacts-grid: minmax(0, 1fr) minmax(0, 1fr);

        --sabon-phone-size: 20px;
        --sabon-email-size: 18px;

        height: calc(
            var(--sabon-stock-header-height) +
            var(--sabon-contacts-height)
        ) !important;
    }

    #mobileheader .sabon-mobileheader-custom {
        width: 100%;
        height: 100%;
        position: relative;
    }

    /* ШТАТНАЯ СТРОКА ASPRO */
    #mobileheader .sabon-mobileheader-custom > .mobileheader-v1 {
        width: 100%;
        height: var(--sabon-stock-header-height) !important;
        position: relative;
        padding: 0;
    }

    /* СТРОКА КОНТАКТОВ */
    #mobileheader .sabon-mobile-contacts {
        width: 100%;
        height: var(--sabon-contacts-height);

        display: grid;
        grid-template-columns: var(--sabon-contacts-grid);
        align-items: center;

        padding: 0 var(--sabon-contacts-padding);

        background: var(--black_bg_black, #fff);
        border-bottom: 1px solid var(--darkerblack_bg_black, #ececec);

        box-sizing: border-box;
    }

    /* ТЕЛЕФОН И EMAIL */
    #mobileheader .sabon-mobile-contacts__phone,
    #mobileheader .sabon-mobile-contacts__email {
        min-width: 0;
        height: var(--sabon-contacts-height);

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

        color: var(--white_text_black, #333);
        text-decoration: none;
        white-space: nowrap;
        line-height: 1;
    }

    #mobileheader .sabon-mobile-contacts__phone {
        font-size: var(--sabon-phone-size);
        font-weight: 700;
    }

    #mobileheader .sabon-mobile-contacts__email {
        font-size: var(--sabon-email-size);
        font-weight: 600;
    }

    #mobileheader .sabon-mobile-contacts__phone strong,
    #mobileheader .sabon-mobile-contacts__email strong {
        font-weight: inherit;
    }

    #mobileheader .sabon-mobile-contacts__phone:hover,
    #mobileheader .sabon-mobile-contacts__email:hover {
        text-decoration: none;
    }
}


/* 500–767 PX — КРУПНЫЕ СМАРТФОНЫ / LANDSCAPE */
@media screen and (min-width: 500px) and (max-width: 767px) {

    #mobileheader {
        --sabon-contacts-height: 42px;
        --sabon-contacts-padding: 14px;

        --sabon-phone-size: 19px;
        --sabon-email-size: 18px;
    }
}


/* 400–499 PX — ОБЫЧНЫЕ СМАРТФОНЫ */
@media screen and (min-width: 400px) and (max-width: 499px) {

    #mobileheader {
        --sabon-contacts-height: 40px;
        --sabon-contacts-padding: 10px;
        --sabon-contacts-grid: 52% 48%;

        --sabon-phone-size: 18px;
        --sabon-email-size: 17px;
    }
}


/* 360–399 PX — КОМПАКТНЫЕ СМАРТФОНЫ */
@media screen and (min-width: 360px) and (max-width: 399px) {

    #mobileheader {
        --sabon-contacts-height: 40px;
        --sabon-contacts-padding: 8px;
        --sabon-contacts-grid: 52% 48%;

        --sabon-phone-size: 17px;
        --sabon-email-size: 15px;
    }
}


/* ДО 359 PX — САМЫЕ УЗКИЕ СМАРТФОНЫ */
@media screen and (max-width: 359px) {

    #mobileheader {
        --sabon-contacts-height: 40px;
        --sabon-contacts-padding: 4px;
        --sabon-contacts-grid: 54% 46%;

        --sabon-phone-size: 16px;
        --sabon-email-size: 13px;
    }
}