body {
    font-family: Roboto,sans-serif;
    background-color: #fff;
    color: #222
}

a, a:hover {
    color: #eece70
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #222
}

.pwag-gate {
    background-color: rgba(27,23,24,.95)
}

.pwag-date-box, .pwag-instruction {
    font-family: Montserrat,sans-serif
}

.pwag-date-box {
    background-color: #1b1718;
    color: #fff
}

.pwag-date-box, .pwag-date-box--valid {
    border-color: #0d338d
}

.pwag-date-box--focus {
    border-color: #eece70
}

.pwag-invalid .pwag-date-box {
    border-color: red !important
}

.pwag-success .pwag-date-box {
    border-color: green !important
}

.pwag-gate p {
    color: #fff
}

.pwag-gate a, .pwag-gate a:hover {
    color: #eece70
}

.pwag-social__message {
    margin-bottom: .5rem
}

.pwag-terms {
    opacity: .8;
    margin-top: 1rem
}

body.pwag-gate-enabled .slat {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.pwag-modal__content .slat {
    -webkit-filter: none !important;
    filter: none !important
}

.social-feed--dark {
    background-color: #1b1718
}

    .social-feed--dark .social-feed__title {
        color: #fff
    }

.social-feed--dark-tint {
    background-color: #4d4d4d
}

    .social-feed--dark-tint .social-feed__title {
        color: #fff
    }

.social-feed--light {
    background-color: #fff
}

    .social-feed--light .social-feed__title {
        color: #222
    }

.social-feed--light-shade {
    background-color: #eece70
}

    .social-feed--light-shade .social-feed__title {
        color: #222
    }

.social-feed--dark + .social-feed--dark .social-feed__content {
    border-top: 1px solid #494546
}

.social-feed--dark-tint + .social-feed--dark-tint .social-feed__content {
    border-top: 1px solid #717171
}

.social-feed--light + .social-feed--light .social-feed__content {
    border-top: 1px solid #ccc
}

.social-feed--light-shade + .social-feed--light-shade .social-feed__content {
    border-top: 1px solid #bea55a
}

.btn {
    background-color: #fff;
    color: #222;
    border-radius: 0;
    border-width: 2px;
    border-color: #fff
}

    .btn:hover {
        color: #222;
        background-color: #f2f2f2
    }

.btn--inverted {
    background-color: #1b1718;
    color: #fff;
    border-color: #fff
}

    .btn--inverted:hover {
        color: #fff;
        background-color: #0d0b0c
    }

.figure {
    color: #222
}

.figure--inverted {
    color: #fff
}

.input-group__label {
    color: #222
}

.input-group__error, .input-group__error a {
    color: red
}

.input-group__input, .input-group__select, .input-group__textarea {
    color: #222;
    border-color: #222;
    background-color: #fff
}

.input-group--inverted .input-group__label {
    color: #fff
}

.input-group--inverted .input-group__error, .input-group--inverted .input-group__error a {
    color: #f66
}

.input-group--inverted .input-group__input, .input-group--inverted .input-group__select, .input-group--inverted .input-group__textarea {
    color: #fff;
    border-color: #fff;
    background-color: #1b1718
}

.input-group--has-error .input-group__input, .input-group--has-error .input-group__select, .input-group--has-error .input-group__textarea {
    border-color: red
}

.input-group--has-error.input-group--inverted .input-group__input, .input-group--has-error.input-group--inverted .input-group__select, .input-group--has-error.input-group--inverted .input-group__textarea {
    border-color: #f66
}

.input-group__input[disabled], .input-group__select[disabled], .input-group__textarea[disabled] {
    color: #a2a2a2;
    border-color: #a2a2a2;
    background-color: #fff
}

.input-group--inverted .input-group__input[disabled], .input-group--inverted .input-group__select[disabled], .input-group--inverted .input-group__textarea[disabled] {
    color: gray;
    border-color: gray;
    background-color: #000
}

.icon__fill {
    fill: #1b1718
}

.icon__stroke {
    stroke: #1b1718
}

.icon--inverted .icon__fill {
    fill: #fff
}

.icon--inverted .icon__stroke {
    stroke: #fff
}

.image-carousel {
    background-color: #fff
}

    .image-carousel .dot {
        background-color: #4d4d4d
    }

        .image-carousel--inverted, .image-carousel .dot.is-selected {
            background-color: #1b1718
        }

            .image-carousel--inverted .dot {
                background-color: #eece70
            }

                .image-carousel--inverted .dot.is-selected {
                    background-color: #fff
                }

.list__item {
    color: #222
}

.list--inverted .list__item {
    color: #fff
}

@media (max-width:768px) {
    .nutrition-info--dark-tint .nutrition-info__item {
        background-color: #4d4d4d;
        color: #fff
    }

    .nutrition-info--light-shade .nutrition-info__item {
        background-color: #eece70;
        color: #222
    }
}

@media (min-width:768px) {
    .nutrition-info--dark-tint .nutrition-info__unit {
        background-color: #4d4d4d;
        color: #fff
    }

    .nutrition-info--light-shade .nutrition-info__unit {
        background-color: #eece70;
        color: #222
    }
}

.social-icons .icon__fill {
    fill: #1b1718
}

.social-icons .icon__stroke {
    stroke: #1b1718
}

.social-icons--inverted .icon__fill {
    fill: #fff
}

.social-icons--inverted .icon__stroke {
    stroke: #fff
}

.youtube-reveal__button {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    background: none
}

    .youtube-reveal__button svg {
        fill: #1b1718
    }

    .youtube-reveal__button:hover {
        background: none
    }

        .youtube-reveal__button:hover svg {
            fill: #4d4d4d
        }

.youtube-reveal--inverted .youtube-reveal__button svg {
    fill: #fff
}

.youtube-reveal--inverted .youtube-reveal__button:hover {
    background: none
}

    .youtube-reveal--inverted .youtube-reveal__button:hover svg {
        fill: #eece70
    }

.article-header__inner {
    max-width: 40em
}

.article-header--dark {
    background-color: #1b1718;
    color: #fff
}

    .article-header--dark .article-header__title {
        color: #fff
    }

    .article-header--dark a {
        color: #eece70
    }

.article-header--light {
    background-color: #fff;
    color: #222
}

    .article-header--light .article-header__title {
        color: #222
    }

    .article-header--light a {
        color: #eece70
    }

.article-list--dark {
    background-color: #1b1718
}

    .article-list--dark .article-list__content, .article-list--dark .article-list__image-wrapper {
        background-color: #4d4d4d;
        color: #fff
    }

    .article-list--dark .article-list__title, .article-list--dark .article-list__title a {
        color: #fff
    }

.article-list--light {
    background-color: #fff
}

    .article-list--light .article-list__content, .article-list--light .article-list__image-wrapper {
        background-color: #eece70;
        color: #222
    }

    .article-list--light .article-list__title, .article-list--light .article-list__title a {
        color: #222
    }

.breadcrumb--dark {
    background-color: #1b1718;
    color: #fff
}

    .breadcrumb--dark a {
        color: #eece70
    }

.breadcrumb--light {
    background-color: #fff;
    color: #222
}

    .breadcrumb--light a {
        color: #eece70
    }

.breadcrumb--light-shade {
    background-color: #eece70;
    color: #222
}

    .breadcrumb--light-shade a {
        color: #eece70
    }

.breadcrumb--dark-tint {
    background-color: #4d4d4d;
    color: #fff
}

    .breadcrumb--dark-tint a {
        color: #eece70
    }

.contact--light {
    background-color: #fff;
    color: #222
}

    .contact--light .contact__title {
        color: #222
    }

.contact--light-shade {
    background-color: #eece70;
    color: #222
}

    .contact--light-shade .contact__title {
        color: #222
    }

.contact--dark {
    background-color: #1b1718;
    color: #fff
}

    .contact--dark .contact__title {
        color: #fff
    }

.contact--dark-tint {
    background-color: #4d4d4d;
    color: #fff
}

    .contact--dark-tint .contact__title {
        color: #fff
    }

.feature-carousel--light {
    background-color: #fff
}

    .feature-carousel--light .feature-carousel__copy, .feature-carousel--light .feature-carousel__title {
        color: #222
    }

    .feature-carousel--light .feature--light {
        background-color: inherit
    }

    .feature-carousel--light .flickity-prev-next-button .arrow {
        fill: #1b1718
    }

    .feature-carousel--light .dot {
        background-color: #4d4d4d
    }

        .feature-carousel--light .dot.is-selected {
            background-color: #1b1718
        }

.feature-carousel--dark .feature-carousel__copy, .feature-carousel--dark .feature-carousel__title {
    color: #fff
}

.feature-carousel--dark {
    background-color: #1b1718
}

    .feature-carousel--dark .feature--dark {
        background-color: inherit
    }

    .feature-carousel--dark .flickity-prev-next-button .arrow {
        fill: #fff
    }

    .feature-carousel--dark .dot {
        background-color: #eece70
    }

        .feature-carousel--dark .dot.is-selected {
            background-color: #fff
        }

.feature--dark {
    background-color: #1b1718;
    color: #fff
}

    .feature--dark .feature__title {
        color: #fff
    }

.feature--light {
    background-color: #fff;
    color: #222
}

    .feature--light .feature__title {
        color: #222
    }

.feature--light-shade {
    background-color: #eece70;
    color: #222
}

    .feature--light-shade .feature__title {
        color: #222
    }

.feature--dark-tint {
    background-color: #4d4d4d;
    color: #fff
}

    .feature--dark-tint .feature__title {
        color: #fff
    }

.feature--light-shade .feature__video-link:before, .feature--light .feature__video-link:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'%3E%3Cpath d='M50.002 3.162c-25.826 0-46.835 21.009-46.835 46.841 0 25.826 21.009 46.835 46.835 46.835s46.83-21.009 46.83-46.835c0-25.832-21.004-46.841-46.83-46.841zm0 83.709c-20.36 0-36.875-16.508-36.875-36.868 0-20.369 16.515-36.874 36.875-36.874 20.361 0 36.873 16.505 36.873 36.874 0 20.36-16.512 36.868-36.873 36.868z'/%3E%3Cpath d='M40.563 34.64c-.829-.833-2.949-.833-2.949 0v33.845c0 .834 2.125.834 2.957 0l27.781-15.417a2.129 2.129 0 0 0 .016-3.01L40.563 34.64z'/%3E%3C/svg%3E");
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px)
}

.feature--dark-tint .feature__video-link:before, .feature--dark .feature__video-link:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'%3E%3Cpath fill='%23fff' d='M50.002 3.162c-25.826 0-46.835 21.009-46.835 46.841 0 25.826 21.009 46.835 46.835 46.835s46.83-21.009 46.83-46.835c0-25.832-21.004-46.841-46.83-46.841zm0 83.709c-20.36 0-36.875-16.508-36.875-36.868 0-20.369 16.515-36.874 36.875-36.874 20.361 0 36.873 16.505 36.873 36.874 0 20.36-16.512 36.868-36.873 36.868z'/%3E%3Cpath fill='%23fff' d='M40.563 34.64c-.829-.833-2.949-.833-2.949 0v33.845c0 .834 2.125.834 2.957 0l27.781-15.417a2.129 2.129 0 0 0 .016-3.01L40.563 34.64z'/%3E%3C/svg%3E");
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px)
}

.footer__social .social-icons__item {
    opacity: .7
}

    .footer__social .social-icons__item:hover {
        opacity: 1
    }

.footer--dark {
    background-color: #1b1718;
    color: #b89d4a
}

    .footer--dark a {
        color: #b89d4a
    }

.footer--light {
    background-color: #fff;
    color: #222
}

    .footer--light a {
        color: #eece70
    }

.header__logo {
    width: 81px
}

.header__brand {
    -ms-flex-preferred-size: 81px;
    flex-basis: 81px
}

.header--centered .header__markets {
    width: calc(50% - 40.5px);
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.header--dark, .header--dark .header__markets-panel, .header--dark .header__overflow-panel {
    background-color: #1b1718
}

    .header--dark .header__brand, .header--dark .header__lang-option, .header--dark .header__link, .header--dark .header__market-btn, .header--dark .header__market-link, .header--dark .header__overflow-market-link {
        color: #fff
    }

    .header--dark .header__market-btn {
        border: 1px solid #000
    }

    .header--dark .header__link:hover, .header--dark .header__market-link:hover, .header--dark .header__overflow-close {
        color: #fff
    }

.header--light, .header--light .header__markets-panel, .header--light .header__overflow-panel {
    background-color: #fff
}

    .header--light .header__brand, .header--light .header__lang-option, .header--light .header__link, .header--light .header__market-btn, .header--light .header__market-link, .header--light .header__overflow-market-link {
        color: #222
    }

    .header--light .header__market-btn {
        border: 1px solid #fff
    }

    .header--light .header__overflow-close {
        color: #222
    }

@media (min-width:768px) {
    .header__logo {
        width: 162px
    }

    .header__brand {
        -ms-flex-preferred-size: 162px;
        flex-basis: 162px
    }

    .header--centered .header__markets {
        width: calc(50% - 81px);
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.hero--dark {
    background-color: #1b1718;
    color: #fff
}

    .hero--dark .hero__title {
        color: #fff
    }

.hero--light {
    background-color: #fff;
    color: #222
}

    .hero--light .hero__title {
        color: #222
    }

.media--light {
    background-color: #fff;
    color: #222
}

.media--dark {
    background-color: #1b1718;
    color: #fff
}

.notification--light {
    background-color: #fff
}

.notification--light-shade {
    background-color: #eece70
}

.notification--dark {
    background-color: #1b1718
}

.notification--dark-tint {
    background-color: #4d4d4d
}

.notification--light .notification__content {
    color: #222;
    background-color: #e9e9e9;
    border: 1px solid #4e4e4e
}

.notification--light-shade .notification__content {
    color: #222;
    background-color: #dabd68;
    border: 1px solid #4b4432
}

.notification--light.notification--error .notification__content {
    color: red;
    background-color: #ffe6e6;
    border: 1px solid #f33
}

.notification--light-shade.notification--error .notification__content {
    color: red;
    background-color: #f0b965;
    border: 1px solid #fc2916
}

.notification--light.notification--success .notification__content {
    color: green;
    background-color: #e6f2e6;
    border: 1px solid #393
}

.notification--light-shade.notification--success .notification__content {
    color: green;
    background-color: #d6c665;
    border: 1px solid #309016
}

.notification--dark .notification__content {
    color: #fff;
    background-color: #322e2f;
    border: 1px solid #d1d1d1
}

.notification--dark-tint .notification__content {
    color: #fff;
    background-color: #5f5f5f;
    border: 1px solid #dbdbdb
}

.notification--dark.notification--error .notification__content {
    color: #f66;
    background-color: #321f20;
    border: 1px solid #d15656
}

.notification--dark-tint.notification--error .notification__content {
    color: #f66;
    background-color: #5f5050;
    border: 1px solid #db6161
}

.notification--dark.notification--success .notification__content {
    color: #00e600;
    background-color: #182c16;
    border: 1px solid #05bd05
}

.notification--dark-tint.notification--success .notification__content {
    color: #00e600;
    background-color: #455c45;
    border: 1px solid #0fc70f
}

.pagination__step {
    border-radius: 0
}

.pagination--dark {
    background-color: #1b1718;
    color: #fff
}

    .pagination--dark .pagination__number {
        color: #eece70
    }

    .pagination--dark .pagination__current {
        color: #fff
    }

    .pagination--dark .pagination__step, .pagination--light {
        background-color: #fff;
        color: #222
    }

        .pagination--light .pagination__number {
            color: #eece70
        }

        .pagination--light .pagination__current {
            color: #222
        }

        .pagination--light .pagination__step {
            background-color: #1b1718;
            color: #fff
        }

.pagination--light-shade {
    background-color: #eece70;
    color: #222
}

    .pagination--light-shade .pagination__number {
        color: #eece70
    }

    .pagination--light-shade .pagination__current {
        color: #222
    }

    .pagination--light-shade .pagination__step {
        background-color: #1b1718;
        color: #fff
    }

.pagination--dark-tint {
    background-color: #4d4d4d;
    color: #fff
}

    .pagination--dark-tint .pagination__number {
        color: #eece70
    }

    .pagination--dark-tint .pagination__current {
        color: #fff
    }

    .pagination--dark-tint .pagination__step {
        background-color: #fff;
        color: #222
    }

.prev-next--dark {
    background-color: #1b1718;
    color: #fff
}

.prev-next--light {
    background-color: #fff;
    color: #222
}

.prev-next--light-shade {
    background-color: #eece70;
    color: #222
}

.prev-next--dark-tint {
    background-color: #4d4d4d;
    color: #fff
}

.product-carousel--light {
    background-color: #fff
}

    .product-carousel--light .flickity-prev-next-button .arrow {
        fill: #1b1718
    }

    .product-carousel--light .dot {
        background-color: #4d4d4d
    }

        .product-carousel--dark, .product-carousel--light .dot.is-selected {
            background-color: #1b1718
        }

            .product-carousel--dark .flickity-prev-next-button .arrow {
                fill: #fff
            }

            .product-carousel--dark .dot {
                background-color: #eece70
            }

                .product-carousel--dark .dot.is-selected {
                    background-color: #fff
                }

.product-list--dark {
    background-color: #1b1718
}

    .product-list--dark .product-list__image-wrapper:before {
        background-color: #4d4d4d
    }

    .product-list--dark .product-list__content {
        background-color: #4d4d4d;
        color: #fff
    }

    .product-list--dark .product-list__title, .product-list--dark .product-list__title a {
        color: #fff
    }

.product-list--light {
    background-color: #fff
}

    .product-list--light .product-list__image-wrapper:before {
        background-color: #eece70
    }

    .product-list--light .product-list__content {
        background-color: #eece70;
        color: #222
    }

    .product-list--light .product-list__title, .product-list--light .product-list__title a {
        color: #222
    }

.prod-with-pag--dark {
    background-color: #1b1718
}

.prod-with-pag--light, .product--light {
    background-color: #fff
}

    .product--light, .product--light .product__mobile-title, .product--light .product__title {
        color: #222
    }

.product--dark {
    background-color: #1b1718;
    color: #fff
}

    .product--dark .product__mobile-title, .product--dark .product__title {
        color: #fff
    }

.prose__content {
    margin: 0 auto;
    max-width: 40em
}

.prose--light {
    background-color: #fff
}

.prose--light-shade {
    background-color: #eece70
}

.prose--light, .prose--light-shade {
    color: #222
}

    .prose--light-shade a, .prose--light a {
        color: #eece70
    }

    .prose--light-shade h1, .prose--light-shade h2, .prose--light-shade h3, .prose--light-shade h4, .prose--light-shade h5, .prose--light-shade h6, .prose--light h1, .prose--light h2, .prose--light h3, .prose--light h4, .prose--light h5, .prose--light h6 {
        color: #222
    }

.prose--dark {
    background-color: #1b1718
}

.prose--dark-tint {
    background-color: #4d4d4d
}

.prose--dark, .prose--dark-tint {
    color: #fff
}

    .prose--dark-tint a, .prose--dark a {
        color: #eece70
    }

    .prose--dark-tint h1, .prose--dark-tint h2, .prose--dark-tint h3, .prose--dark-tint h4, .prose--dark-tint h5, .prose--dark-tint h6, .prose--dark h1, .prose--dark h2, .prose--dark h3, .prose--dark h4, .prose--dark h5, .prose--dark h6 {
        color: #fff
    }

.btn {
    border-color: #eece70;
    font-weight: 400
}

.header__brand {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    margin-top: -1rem
}

.header__logo {
    position: absolute;
    top: 0
}

@media (min-width:769px) {
    .header__logo {
        left: 200%;
    }
}

@media (min-width:1000px) {
    .header__logo {
        left: 250%;
    }
}

@media (min-width:1100px) {
    .header__logo {
        left: 300%;
    }
}

.header__inner {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.header--dark {
    background-color: #000
}

    .header--dark .header__market-btn {
        border: 1px solid #826510
    }

.header + .slat {
    padding-top: 20px
}

.header + .article-header {
    padding-top: 0
}

@media (min-width:768px) {
    .header__brand {
        margin-top: -2rem
    }

    .header__inner {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .header + .slat {
        padding-top: 40px
    }

    .header + .article-header {
        padding-top: 0
    }
}

.hero {
    border-bottom: 2px solid #eece70
}

.hero__copy {
    color: #eece70
}

.hero__button {
    background-color: #eece70;
    color: #000;
    border: 0;
    padding-left: 2em;
    padding-right: 2em
}

    .hero__button:hover {
        background-color: #e9be42;
        color: #000
    }

.pagination--light .pagination__content, .pagination--light .prev-next__content, .prev-next--light .pagination__content, .prev-next--light .prev-next__content {
    border-top: 1px solid #ddd;
    padding-top: 3rem
}

.pagination--dark .pagination__content, .pagination--dark .prev-next__content, .prev-next--dark .pagination__content, .prev-next--dark .prev-next__content {
    border-top: 1px solid #444;
    padding-top: 3rem
}

.pagination--dark .btn, .prev-next--dark .btn {
    background-color: transparent;
    color: #fff
}

.prod-with-pag--light .prod-with-pag__steps {
    border-top: 1px solid #ddd;
    padding-top: 3rem
}

.prod-with-pag--dark .prod-with-pag__steps {
    border-top: 1px solid #444;
    padding-top: 3rem
}

.breadcrumb .container {
    padding-bottom: 0
}

.product + .prev-next .container {
    padding-top: 1rem
}

.article-list--dark .article-list__content {
    background-color: #eece70;
    color: #000
}

.article-list--dark .article-list__title, .article-list--dark .article-list__title a {
    color: #000
}

.article-list + .pagination .container {
    padding-top: 0
}

.footer {
    border-top: 2px solid #eece70
}

.footer--dark .footer__secondary {
    border-top-color: #444;
    color: #fff
}

.footer--light .footer__secondary {
    border-top-color: #ddd;
    color: rgba(34,34,34,.5)
}

.footer--dark {
    background-color: #000
}

.pwag-logo {
    padding: 0 20px 40px
}

body.pwag-gate-enabled .slat {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}
body {
    font-family: 'gothamgrbook';
}

h1, h2 {
    font-family: 'gothamgrbold';
}

.hero__title, .btn__text {
    font-family: 'gothamgrbold';
}

.product__list {
    text-align: center;
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid rgba(203,160,82,.5);
    border-bottom: 1px solid rgba(203,160,82,.5)
}

    .product__list .product__title {
        display: block
    }

.product__meta .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    margin: 1em 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product__meta .taste {
    text-align: left;
    display: inline-block;
    -ms-flex-preferred-size: 5em;
    flex-basis: 5em
}

.product__meta .scale img {
    margin-right: .5em
}

.product__nutrition {
    margin-bottom: 0
}

.product .nutrition-info {
    display: block
}

.product .nutrition-info__item {
    font-size: 1rem;
    background-color: transparent;
    display: block;
    width: 100%;
    max-width: none;
    position: relative;
    padding-left: 5em;
    min-height: 5em
}

    .product .nutrition-info__item img {
        position: absolute;
        left: 0;
        top: .2em
    }

.product .nutrition-info__unit {
    display: block;
    background-color: transparent;
    text-align: left;
    max-width: none;
    padding-left: 0
}

.product .nutrition-info__title {
    color: #cba052;
    text-transform: uppercase;
    font-size: smaller;
    padding-bottom: 0
}

.product .nutrition-info__value {
    padding-top: 0
}

.header__link {
    text-align: center;
}

.header__overflow-panel{
    overflow-y:scroll !important;
}