.fadeIn-enter-active, .fadeIn-leave-active {
  transition: all 0.5s;
}

.fadeIn-enter, .fadeIn-leave-to {
  opacity: 0;
}

.fadeInSlow-enter-active, .fadeInSlow-leave-active {
  transition: all 2s;
}

.fadeInSlow-enter, .fadeInSlow-leave-to {
  opacity: 0;
}

.dropdown-enter-active,
.dropdown-leave-active {
  transition: all 0.2s;
}

.dropdown-enter,
.dropdown-leave-to {
  opacity: 0;
  transform: translateY(-5px);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Barlow Medium", sans-serif;
  letter-spacing: 2px;
}

main {
  transition: all 0.3s;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-statement {
  margin-top: 10px;
  font-size: 11px;
  line-height: 12px;
  opacity: 0.5;
  color: #000000;
  font-family: "Barlow Medium", sans-serif;
}
.recaptcha-statement a {
  font-family: "Barlow Bold", sans-serif;
  color: #000000;
}

.sr-only {
  display: none;
}

@font-face {
  font-family: "Barlow Bold";
  src: url(/fonts/Barlow-Bold.ttf?0cb1ab864072bf9e0991b19e21463f63) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Medium";
  src: url(/fonts/Barlow-Medium.ttf?d4afdc134fc10b739bab22447dfa720e) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow SemiBold";
  src: url(/fonts/Barlow-SemiBold.ttf?8247eaeb0799c0acafc60af7a73f6021) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1110px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  width: 100%;
  /* 1 */
}
@media (min-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
header {
    position: fixed;
    top: 0;
    z-index: 777;
    width: 100%;
    background-color: transparent;
    transition: height .3s;
    height: 95px;

    @media (min-width: 768px) {
        height: auto;
    }

    &.mobile-menu-opened {
        background-color: $color-black;

        .header-wrapper {
            nav {
                position: absolute;
                width: 100%;
                left: 0;
                top: calc(100% - 1px);
                background-color: $color-black;
                display: block;
                margin-top: 0;
                padding: 20px 20px 46px 20px;
                box-shadow: 0 14px 10px 0 rgba(0, 0, 0, 0.53);

                > .navbar-nav {
                    flex-wrap: wrap;

                    > .nav-item {
                        width: 100%;
                        padding-left: 25px;

                        &#nav-watches {
                            position: relative;

                            &:after {
                                content: '';
                                width: 32px;
                                height: 32px;
                                background-position: center;
                                background-size: cover;
                                background-image: url('/images/icons/arrow-bottom-white.svg');
                                left: -7px;
                                top: 5px;
                                position: absolute;
                                transform: rotate(-90deg);
                                transition: transform .3s;
                            }

                            &.collapsed {
                                &:after {
                                    transform: none;
                                }
                            }
                        }

                        &:first-child {
                            border-top: 1px solid #979797;
                        }

                        > .nav-link {
                            font-size: 18px;
                            letter-spacing: 3px;
                            line-height: 44px;
                            font-family: $font-medium;
                        }
                    }

                    #collectionsListContainer {
                        position: initial;
                        padding-top: 0;

                        .content {
                            display: block;

                            > .block-right {
                                .collections-list {
                                    display: block;
                                    padding-left: 40px;
                                    padding-bottom: 16px;
                                    padding-top: 16px;

                                    .collection-column {
                                        margin-right: 0;

                                        &__item {
                                            border: none;

                                            > a {
                                                line-height: 40px;
                                                letter-spacing: 3px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    &.has-watches-dropdown.minimized {
        #collectionsListContainer {
            padding-top: 0 !important;
            top: 100% !important;
        }
    }

    &.minimized {
        .header-wrapper {
            .logo {
                .full-logo {
                    opacity: 0;
                }
            }
        }

        @media (min-width: 768px) {
            background-color: $color-black;
            &:not(.has-watches-dropdown) {
                .nav-item {
                    > .nav-link {
                        &:after {
                            top: calc(100% + 0px) !important;
                        }
                    }
                }
            }

            .header-wrapper {
                @media (min-width: 768px) {
                    margin-top: 20px;
                    margin-bottom: 10px;
                }

                .logo {
                    .text-logo {
                        bottom: 4px;
                        opacity: 1;
                    }
                }
            }
        }
    }

    .header-wrapper {
        display: flex;

        align-items: center;

        padding: 20px 20px 0 20px;

        @media (min-width: 768px) {
            align-items: initial;
            margin-top: 40px;
            padding: 0;
        }
        @media (min-width: 1200px) {
            justify-content: space-between;
        }

        .logo {
            width: 44.5vw;
            margin-right: auto;
            position: relative;

            @media (min-width: 768px) {
                width: 180px;
                margin-right: 75px;
            }
            @media (min-width: 992px) {
                width: 250px;
                margin-right: 160px;
            }
            @media (min-width: 1200px) {
                margin-right: auto;
                width: 322px;
            }

            .full-logo {
                opacity: 1;
                @media (min-width: 768px) {
                    top: 20px;
                }
                @media (min-width: 992px) {
                    top: 9px;
                }
                @media (min-width: 1200px) {
                    top: initial;
                }
            }

            .text-logo {
                opacity: 0;
            }

            img {
                @media (min-width: 768px) {
                    position: absolute;
                    z-index: 12345;
                }
            }
        }

            .header-menu {
                display: flex;
                align-items: center;

                #collectionsListContainer {
                    position: absolute;
                    padding-top: 41px;
                    width: 100vw;
                    left: 0;
                    pointer-events: none;
                    z-index: 1231;
                    top: 58px;
                    box-shadow: 0 12px 23px 0 rgba(0, 0, 0, 0.5);

                    &.collapsed {
                        pointer-events: initial;
                        background-color: $color-black;
                    }

                    .content {
                        display: flex;

                        > .block-left {
                            background-image: url("/images/header-collections/air-fighter.jpg");
                            background-size: cover;
                            background-position: center;

                            @media (min-width: 768px) {
                                width: 45%;
                            }
                            @media (min-width: 992px) {
                                width: 51.25%;
                            }
                        }

                        > .block-right {
                            @media (min-width: 768px) {
                                width: 55%;
                                padding: 38px 58px 64px 28px;
                            }

                            @media (min-width: 992px) {
                                width: 48.75%;
                                padding: 38px 58px 64px 58px;
                            }

                            .collections-list {
                                display: flex;

                                .collection-column {
                                    margin-right: 40px;

                                    &__item {
                                        @media (min-width: 768px) {
                                            min-width: 160px;
                                        }
                                        @media (min-width: 992px) {
                                            min-width: 240px;
                                        }

                                        a {
                                            color: #d9d9d9;
                                            font-family: $font-semi-bold;
                                            font-size: 16px;
                                            line-height: 47px;
                                            text-transform: uppercase;
                                            transition: .3s;

                                            &:hover {
                                                color: $color-white;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                > .nav-item {


                    @media (min-width: 768px) {
                        margin-right: 28px;
                    }

                    @media (min-width: 992px) {
                        margin-right: 36px;
                    }

                    > .nav-link {
                        font-family: $font-semi-bold;
                        font-size: 18px;
                        color: $color-white;
                        text-transform: uppercase;
                        cursor: pointer;
                        letter-spacing: 3px;

                        &--active {
                            position: relative;

                            &:after {
                                content: '';
                                width: 100%;
                                height: 4px;
                                position: absolute;
                                top: calc(100% + 7px);
                                left: 0;
                                background-color: $color-white;
                                z-index: 1234;
                            }
                        }

                        &:hover:not(.nav-link--active) {
                            color: $color-red-primary;
                            position: relative;
                        }
                    }
                }
            }

        #search-button {
            width: 5vw;
            height: 5vw;
            background-image: url('/images/icons/search-icon.svg');
            background-size: cover;
            margin-right: calc(17 / 375 * 100vw);

            &:hover {
                background-image: url('/images/icons/search-icon_hover.svg');
                position: relative;

                &:after {
                    content: '';
                    width: 100%;
                    height: 4px;
                    position: absolute;
                    top: calc(100% + 11px);
                    left: 0;
                    background-color: #898989;
                    z-index: 1234;
                }
            }

            @media (min-width: 768px) {
                margin-top: 28px;
                width: 18px;
                height: 18px;
                margin-right: 0;
            }
            @media (min-width: 992px) {

            }
        }

        .navbar-search {
            position: absolute;

            width: 100vw;
            left: 0;
            top: calc(100% - 1px);
            padding: 14px 20px 25px 20px;
            background-color: $color-black;

            @media (min-width: 768px) {
                top: calc(100% + 37px);
                left: unset;
                padding: 0;
                background-color: transparent;
            }

            .wrapper {
                position: relative;

                form {
                    display: flex;

                    > input {
                        height: 43px;
                        font-family: $font-medium;
                        font-size: 17px;
                        line-height: 29px;
                        padding-left: 16px;
                        border-radius: 4px;
                        background-color: #5C5C5C;
                        margin-right: 9px;
                        border: none;
                        flex-grow: 1;
                        outline: none !important;
                        color: $color-white;
                    }

                    > button {
                        cursor: pointer;
                        padding: 0 20px;
                    }
                }

                !*.close-button {
                    position: absolute;
                    left: calc(100% + 10px);
                }*!
            }
        }

        #mobile-menu-toggle {
            position: relative;
            width: 25px;
            height: 21px;

            @media (min-width: 768px) {
                display: none;
            }

            &.toggled {
                > .line {
                    &.line-1 {
                        transform: rotate(45deg);
                        width: 23px;
                    }

                    &.line-2 {
                        width: 0;
                    }

                    &.line-3 {
                        width: 23px;
                        transform: rotate(-45deg);
                    }
                }
            }

            > .line {
                height: 3px;
                background-color: $color-white;
                position: absolute;
                left: 0;
                transition: all .3s;

                &.line-1 {
                    width: 25px;
                    transform-origin: left;
                }

                &.line-2 {
                    width: 20px;
                    top: 8px;
                }

                &.line-3 {
                    width: 15px;
                    top: 16px;
                    transform-origin: left;
                }
            }
        }
    }
}
*/
footer {
  padding: 40px 22px 60px 22px;
  background-color: #2B2B2B;
  position: relative;
}
@media (min-width: 768px) {
  footer {
    padding: 0 22px 60px 22px;
  }
}
@media (min-width: 768px) {
  footer > .container {
    display: flex;
    justify-content: space-between;
  }
}
footer .logo {
  width: 57vw;
}
@media (min-width: 768px) {
  footer .logo {
    margin-top: 94px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  footer .logo {
    width: 322px;
  }
}
footer .info {
  margin-top: 36px;
}
@media (min-width: 768px) {
  footer .info {
    margin-top: 94px;
    display: flex;
    flex-direction: column;
  }
}
footer .info .copyright {
  color: #929292;
  font-size: 14px;
  line-height: 30px;
}
@media (min-width: 768px) {
  footer .info .copyright {
    order: 2;
    display: flex;
    margin-top: 30px;
  }
  footer .info .copyright > .sentence {
    letter-spacing: 2px;
  }
  footer .info .copyright > .sentence:first-child {
    margin-right: 4px;
  }
}
footer .info .links {
  display: flex;
}
@media (min-width: 768px) {
  footer .info .links {
    order: 2;
    justify-content: flex-end;
  }
}
footer .info .links__item:not(:last-child) {
  padding-right: 28px;
  position: relative;
}
footer .info .links__item:not(:last-child):after {
  content: "|";
  color: #898989;
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 14px;
}
footer .info .links__item > a {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
  transition: color 0.3s;
}
footer .info .links__item > a:hover {
  color: #E6002D;
}
footer .info .socials {
  margin-top: 34px;
  display: flex;
}
@media (min-width: 768px) {
  footer .info .socials {
    order: 1;
    margin-top: 0;
    justify-content: flex-end;
  }
}
footer .info .socials__item:not(:last-child) {
  margin-right: 20px;
}
footer .info .socials__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #000000;
  transition: all 0.3s;
}
footer .info .socials__item > a:hover {
  background-color: #C80027;
}

.collapsible {
  cursor: pointer;
}

.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height, opacity 0.2s ease-out;
  opacity: 0;
}

.collapsed {
  opacity: 1;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }

  ::-webkit-scrollbar-thumb {
    background: #898989;
    border: 0 solid #898989;
    border-radius: 0;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #000000;
  }

  ::-webkit-scrollbar-thumb:active {
    background: #000000;
  }

  ::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0 solid #ffffff;
    border-radius: 2px;
  }

  ::-webkit-scrollbar-track:hover {
    background: rgba(255, 255, 255, 0.8);
  }

  ::-webkit-scrollbar-track:active {
    background: rgba(255, 255, 255, 0.4);
  }

  ::-webkit-scrollbar-corner {
    background: transparent;
  }
}
.navigation-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.navigation-arrow.disabled {
  opacity: 0.25;
  cursor: default;
}

.underlined {
  display: inline-block;
  font-family: "Barlow Medium", sans-serif;
  text-transform: uppercase;
  color: #000000;
  transition: color 0.2s, opacity 0.2s, border-bottom-color 0.2s;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #C80027;
  cursor: pointer;
}
.underlined:hover, .underlined:active, .underlined:focus {
  color: #C80027;
  border-color: #C80027;
}

.button {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Barlow Bold", sans-serif;
  padding: 0 10px;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.button--primary {
  border: 1px solid #C80027;
  background-color: #C80027;
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.button--primary:hover {
  border: 1px solid #E6002D;
  background-color: #E6002D;
}
.button--inverted {
  border: 1px solid #2b2b2b;
  background-color: #2b2b2b;
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.button--inverted:hover {
  background-color: #000000;
}
.button--secondary {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.button--secondary:hover {
  color: #ffffff;
}

.breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: flex;
  }
}
.breadcrumbs > a {
  font-size: 15px;
  color: #898989;
  font-family: "Barlow Medium", sans-serif;
}
.breadcrumbs > a:not(:last-child) {
  padding-right: 24px;
  position: relative;
}
.breadcrumbs > a:not(:last-child):after {
  content: "-";
  position: absolute;
  right: 8px;
}

.site-notifications {
  background-color: #000000;
  font-family: "Barlow Medium", sans-serif;
  position: fixed;
  top: 0;
  z-index: 11111;
  width: 100%;
  padding: 22px 30px 30px 30px;
}
@media (min-width: 768px) {
  .site-notifications {
    padding: 2rem 0;
  }
}
.site-notifications .top-notification {
  color: #ffffff;
  font-family: "Barlow Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.site-notifications .top-notification .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-notifications .top-notification .container {
    flex-wrap: nowrap;
  }
}
.site-notifications .top-notification .block-left {
  width: 100%;
}
@media (min-width: 768px) {
  .site-notifications .top-notification .block-left {
    width: auto;
    margin-right: 80px;
  }
}
.site-notifications .top-notification .block-left a {
  color: #ffffff;
}
.site-notifications .top-notification .block-left a:hover {
  text-decoration: underline;
}
.site-notifications .top-notification .block-right {
  flex-grow: 1;
  justify-content: end;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .site-notifications .top-notification .block-right {
    width: auto;
    margin-top: 0;
  }
}
.site-notifications .top-notification .block-right a {
  font-family: "Barlow Medium", sans-serif;
  font-size: 15px;
  line-height: 23px;
  cursor: pointer;
  letter-spacing: 2.5px;
  border: 1px solid #c4c4c4;
  padding: 8px 20px;
  border-radius: 2px;
  text-transform: uppercase;
}
