.cookie-bar {
    position: fixed;
    display: none;
    left: 24px;
    bottom: 24px;
    opacity: 1;
    z-index: 2147483647;
    -webkit-transition: bottom .7s, opacity .8s;
    transition: bottom .7s, opacity .8s
}

.cookie-bar__wrap {
    position: relative;
    margin: 0 auto
}

.cookie-bar__msg-wrap a {
    color: #68aeff;
    text-decoration: underline;
    display: inline
}

.cookie-bar__msg-wrap {
    max-width: 312px;
    padding: 24px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff
}

.cookie-bar__msg {
    padding-bottom: 16px
}

.cookie-bar__manage {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cookie-bar__manage .cta {
    max-width: 50%;
    width: fit-content;
    font-size: 14px
}

.cookie-bar__manage .cta:not(:last-child) {
    margin-right: 16px
}

.cookie-bar__manage .cta:first-child:last-child {
    max-width: 100%
}

.cookie-bar__manage .cta--contained {
    padding: 10px 27px 11px;
    border-radius: 1000px;
    background-color: #eee;
    color: #000;
    font-weight: bold;
    line-height: 1.36
}

.cookie-bar__manage .cta--contained.cta--emphasis {
    background-color: #2189ff;
    color: #fff
}

.cookie-bar__title {
    margin-bottom: 13px;
    font-family: 'SamsungOne', arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33
}

.cookie-bar__desc {
    font-family: 'SamsungOne', arial, sans-serif;
    font-size: 12px;
    line-height: 1.33
}

.cookie-bar__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 8px;
    font-size: 0;
    cursor: pointer
}

.cookie-bar__close .icon {
    width: 100%;
    height: 100%;
    fill: #fff
}

@media only screen and (max-width:768px) {
    .cookie-bar {
        left: 0;
        right: 0;
        width: 100%
    }

    .cookie-bar__wrap {
        width: 100%;
        padding: 0
    }

    .cookie-bar__msg-wrap {
        display: block;
        height: auto;
        max-width: none;
        margin: 0vw 6.66666667vw;
        padding: 6.66666667vw
    }

    .cookie-bar__msg {
        width: 100%;
        padding: 0
    }

    .cookie-bar__manage {
        width: 100%;
        padding: 4.44444444vw 0vw 0vw 0vw
    }

    .cookie-bar__manage .cta {
        font-size: 3.89vw
    }

    .cookie-bar__manage .cta--outlined {
        padding: 2.5vw 6.94444444vw 2.77777778vw 6.94444444vw
    }

    .cookie-bar__manage .cta--contained {
        padding: 2.77777778vw 7.5vw 3.05555556vw 7.5vw
    }

    .cookie-bar__manage .cta:not(:last-child) {
        margin-right: 4.44444444vw
    }

    .cookie-bar__title {
        margin-bottom: 3.88888889vw;
        font-size: 3.88888889vw
    }

    .cookie-bar__desc {
        font-size: 3.33333333vw
    }

    .cookie-bar__close {
        top: 4.44444444vw;
        right: 11.11111111vw;
        width: 8.88888889vw;
        height: 8.88888889vw;
        padding: 2.22222222vw
    }

    .cookie-bar__shop-app-close {
        top: 1.11111111vw;
        right: 4.44444444vw
    }

    .cookie-bar__shop-app-close .icon {
        fill: #000
    }
}