.header-nav {
    max-height: 42px;
}

.header-nav .container {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0;
}

.tebim-header-promo-container {
    width: 100%;
    height: 42px;
    position: relative;
    overflow: hidden;
}

.tebim-promo-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.tebim-slider-item {
    display: flex;
    align-items: center;
}

.tebim-nav-promo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
}

.tebim-icon-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tebim-icon-circle svg {
    width: 20px;
    height: 20px;
}

.tebim-plain-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.tebim-promo-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
    display: inline-block;
    white-space: nowrap;
}

.tebim-slider-arrows {
    display: none;
}

.tebim-arrow-prev,
.tebim-arrow-next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .header-nav {
        max-height: none;
    }

    .header-nav .container {
        height: auto;
        padding: 0;
    }

    .tebim-header-promo-container {
        height: auto;
        overflow: hidden;
    }

    .tebim-promo-slider {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        justify-content: flex-start;
        gap: 0;
        padding: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .tebim-promo-slider::-webkit-scrollbar {
        display: none;
    }

    .tebim-slider-item {
        min-width: 100%;
        scroll-snap-align: center;
        justify-content: center;
        padding: 8px 45px;
        box-sizing: border-box;
    }

    .tebim-nav-promo-wrapper {
        height: auto;
    }

    .tebim-promo-text {
        line-height: 1.4;
        white-space: normal;
        text-align: center;
    }

    .tebim-slider-arrows {
        display: block;
    }

    .tebim-arrow-prev,
    .tebim-arrow-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 30px;
        z-index: 10;
    }

    .tebim-arrow-prev { left: 12px; }
    .tebim-arrow-next { right: 12px; }

    .tebim-arrow-prev svg,
    .tebim-arrow-next svg {
        width: 10px;
        height: 17px;
    }
}

.tebim-nextday {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.tebim-nextday.tebim-nextday-additionalinfo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.tebim-nextday svg:first-child {
    width: 17px;
    height: 11px;
    flex-shrink: 0;
}

.tebim-nextday svg:last-child {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

.tebim-nextday-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #371D4F;
    white-space: nowrap;
}