.ls025 {
    letter-spacing: 0.25rem;
}

.layout__head {
    position: absolute;
    top: 15px;
    z-index: 10;
    left: 0;
    width: 100%;
}

.sodastream__header-v2 {
    position: relative;
    background-color: transparent;
    max-width: 1200px;
    margin: 0 auto;
}

.sodastream__header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 100px;
    height: 70px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.sodastream__header__left-side, .sodastream__header__right-side {
    display: flex;
    align-items: center;
    height: 100%;
}

.header__logo {
    max-width: 182px;
    padding: 0 2.5rem;
}

.sodastream__header-dropdowns {
    display: flex;
    height: 100%;
    border-left: 1px solid #eceeef;
    background-color: white;
}

.sodastream__dropdown-button {
    display: flex;
    position: relative;
    align-items: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #002238;
    font-weight: bold;
    padding: 0 2rem;
    cursor: pointer;
    word-break: break-word;
}

.sodastream__dropdown-button:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 3px;
    content: "";
    display: inline-block;
    height: 9px;
    left: 6px;
    position: relative;
    transform: rotate(45deg);
    transition: transform .2s ease,top .2s ease,bottom .2s ease,left .2s ease,right .2s ease;
    width: 9px;
}

.sodastream__dropdown-button:hover.sodastream__dropdown-button:after {
    bottom: -1px;
    transform: rotate(-135deg);
}

.sodastream__dropdown-button:hover {
    background: #005d6e;
    border-color: #005d6e;
    color: #fff;
}

.sodastream__dropdown-button:hover ul {
    display: block;
    height: auto;
    top: 100%;
    visibility: visible;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.sodastream__dropdown-button--left {
    border-right: 1px solid #eceeef;
}

.sodastream__dropdown-button--last {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 0 3rem;
    align-items: center;
    color: #75A7Ad;
    word-break: break-word;
}

.sodastream__submenu {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 2rem;
    width: 250%;
    top: 0;
    left: 0;
    height: 0;
    visibility: hidden;
}

[dir="rtl"] .sodastream__menu-1 {
    right: 0;
}

.sodastream__menu-1__item {
    padding-bottom: 1.5rem;
}

.sodastream__menu-1__link {
    color: #002238;
    transition: all 0.3s ease;
}

.sodastream__menu-1__link:hover {
    color: #75A7Ad;
}

.right-side__links-list {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0 !important;
}

[dir="rtl"] .right-side__links-list {
    padding-left: 1rem;
}

.right-side__link-item {
    padding-right: 1.5rem;
}

.right-side__link {
    color: #002238;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}

.sodastream__header__right-side-icons {
    display: flex;
    align-items: center;
    color: white;
    height: 100%;
    border-radius: 0 100px 100px 0;
    background-color: #75A7Ad;
    padding: 0 25px 0 10px;
}

[dir="rtl"] .sodastream__header__right-side-icons {
    padding: 0 10px 0 25px;
}

[dir="rtl"] .sodastream__header__right-side-icons {
    border-radius: 100px 0 0 100px;
}

.sodastream__header__right-side-icons a {
    color: white;
    display: flex;
    align-items: center;
    height: 100%;
}

.sodastream__header__right-side-icons img {
    min-width: 20px;
}

.language__link {
    color: #75A7Ad !important;
}

.user-icon, .cart-icon {
    padding: 0 15px;
}

.js-mobile-burger {
    border: none;
    width: 100%;
    max-width: 20%;
    height: 100%;
    padding: 0 15px;
    background-color: #75A7Ad;
}

.menu-line-1, .menu-line-2, .menu-line-3 {
    transition: all 0.3s ease;
}

.js-mobile-burger.is-active .menu-line-1 {
    transform: rotate(45deg) translate(5px,-4px);
}
.js-mobile-burger.is-active .menu-line-2 {
    display: none;
}
.js-mobile-burger.is-active .menu-line-3 {
    transform: rotate(-45deg) translate(-13px,-2px) scaleX(2.1);
}

.sodastream__header__inner-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.sodastream__header__right-side-icons--mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.js-sodastream__mobile-links-block {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3%;
    z-index: 10;
}

.sodastream__header__right-side-links--mobile {
    background-color: white;
    height: 100%;
}

.right-side__links-list--mobile {
    flex-direction: column;
    padding: 2rem;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 991px) {
    .sodastream__header-v2--desktop {
        display: none !important;
    }

    .sodastream__dropdown-button--right:hover ul {
        left: -84%;
    }

    .layout__head--mobile {
        top: 0;
    }

    .sodastream__header-inner {
        margin: 0;
        border-radius: 0;
    }

    .sodastream__submenu {
        width: 190%;
    }

    .sodastream__dropdown-button {
        min-height: 70px;
        max-width: 50%;
    }

    .user-icon, .cart-icon {
        padding: 0 6px;
    }

    .right-side__link-item {
        padding: 8px 0;
        border-top: 1px solid #eceeef;
        border-bottom: 1px solid #eceeef;
    }
}

@media screen and (min-width: 992px) {
    .sodastream__header-v2--mobile {
        display: none !important;
    }
}
