/* Bloombox header refresh. Loaded after the ReMarket theme styles on purpose. */
:root {
    --bb-header-text: #202020;
    --bb-header-muted: #969696;
    --bb-header-border: #f1f1ef;
    --bb-header-bg: #ffffff;
}

.bb-header-container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.bb-header-top {
    height: 40px;
    color: var(--bb-header-muted);
    background: var(--bb-header-bg);
    border-bottom: 1px solid var(--bb-header-border);
    font-size: 12px;
    line-height: 1.25;
    position: relative;
    z-index: 1021;
}

.bb-header-top > .bb-header-container {
    height: 100%;
}

.bb-header-top .text_opys_header,
.bb-header-top .min_zakaz {
    margin: 0;
    padding: 0;
    color: var(--bb-header-muted);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
}

.bb-header-top-copy {
    flex: 0 1 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bb-header-top-separator {
    width: 3px;
    height: 3px;
    margin: 0 34px;
    background: #b9b9b6;
    border-radius: 50%;
    flex: 0 0 3px;
}

.bb-header-top-order {
    white-space: nowrap;
}

.bb-mobile-min-order {
    min-height: 32px;
    padding: 8px 14px;
    color: #686868;
    background: #f5f5f2;
    border-bottom: 1px solid var(--bb-header-border);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .02em;
    text-align: center;
}

.bb-header-locales {
    height: 100%;
    gap: 0;
}

.bb-header-locales .top-nav-account-links-item {
    height: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.bb-header-locales .top-nav-account-links-item + .top-nav-account-links-item {
    border-left: 1px solid var(--bb-header-border);
}

.bb-header-locales button {
    color: #777;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bb-header-locales button img {
    display: none;
}

.bb-language-switch {
    gap: 9px;
}

.bb-language-switch button {
    min-width: 0;
    padding: 0;
    color: #b0b0ae !important;
    background: transparent;
    border: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.bb-language-switch button.active-item,
.bb-language-switch button:hover {
    color: #262626 !important;
}

.bb-language-switch > span {
    width: 1px;
    height: 14px;
    background: var(--bb-header-border);
}

.bb-site-header {
    min-height: 88px;
    padding: 0;
    color: var(--bb-header-text);
    background: var(--bb-header-bg);
    border-top: 0;
    border-bottom: 1px solid var(--bb-header-border);
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.bb-site-header > .bb-header-main {
    min-height: 88px;
    position: relative;
}

.bb-site-header #logo.bb-header-logo {
    position: static;
    height: auto;
    min-width: 172px;
    margin: 0 28px 0 0;
    flex: 0 0 172px;
    justify-content: flex-start;
    z-index: auto;
}

.bb-header-logo a,
.bb-header-logo span {
    display: flex;
    align-items: center;
    color: var(--bb-header-text);
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.035em;
}

.bb-site-header #logo.bb-header-logo img {
    width: auto;
    max-width: 172px;
    max-height: 54px;
    object-fit: contain;
}

.bb-catalog-button {
    min-height: 40px;
    padding: 0 18px 0 0;
    color: var(--bb-header-text);
    background: transparent;
    border: 0;
    border-radius: 0;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.bb-catalog-button:hover,
.bb-catalog-button:focus {
    color: #000;
    background: transparent;
}

.bb-catalog-button .rm-btn-text {
    margin-left: 0;
    color: inherit;
}

.bb-catalog-chevron {
    width: 7px;
    height: 7px;
    margin: -4px 0 0 10px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease, margin .2s ease;
}

.bb-catalog-button.active .bb-catalog-chevron {
    margin-top: 4px;
    transform: rotate(225deg);
}

.bb-header-links {
    min-width: 0;
    margin: 0 10px;
    flex: 0 1 auto;
    justify-content: space-evenly;
}

.bb-header-links a {
    padding: 12px 14px;
    color: #858585;
        font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    transition: color .2s ease;
}

.bb-header-links a:hover,
.bb-header-links a:focus {
    color: #111;
    text-decoration: none;
}

.bb-header-actions {
    min-width: 126px;
    gap: 2px;
    flex: 0 0 auto;
    justify-content: flex-end;
}

.bb-header-phones {
    min-width: 168px;
    margin-right: 8px;
    padding-right: 14px;
    gap: 10px;
    border-right: 1px solid rgba(218, 218, 213, .8);
    flex: 0 0 auto;
}

.bb-header-phones-icon {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    background: rgba(244, 243, 239, .82);
    flex: 0 0 34px;
}

.bb-header-phones-icon img {
    width: 24px;
    height: 24px;
    filter: grayscale(1) brightness(.35);
}

.bb-header-phones-list {
    min-width: 0;
    line-height: 1.2;
}

.bb-header-phone {
    color: #252525;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.bb-header-phone:hover,
.bb-header-phone:focus {
    color: #111;
    text-decoration: none;
}

.bb-header-recall {
    margin: 4px 0 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #aaa;
    background: transparent;
    color: #858585;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

.bb-header-recall:hover,
.bb-header-recall:focus {
    border-bottom-color: #222;
    color: #222;
    text-decoration: none;
}

.bb-header-action,
.bb-header-cart-wrap,
.bb-header-search {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.bb-mobile-catalog-button,
.bb-mobile-contacts-button {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
}

.bb-mobile-catalog-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: #000;
    background-image: url("../img/sprite.svg#include--mobile-menu-icon");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.bb-mobile-contacts-button img {
    filter: grayscale(1) brightness(.2);
}

.bb-mobile-catalog-button:hover .bb-mobile-catalog-icon,
.bb-mobile-catalog-button:focus .bb-mobile-catalog-icon,
.bb-mobile-contacts-button:hover img,
.bb-mobile-contacts-button:focus img {
    opacity: .58;
}

.bb-header-action {
    color: var(--bb-header-text);
    position: relative;
}

.bb-header-action img {
    filter: grayscale(1) brightness(.2);
}

.bb-header-action:hover img {
    opacity: .58;
}

.bb-header-badge {
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    color: #fff;
    background: #202020;
    border-radius: 9px;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
}

.bb-header-search {
    position: relative;
    transition: width .25s ease, flex-basis .25s ease;
    z-index: 3;
}

.bb-header-search .rm-search {
    width: 100%;
    height: 40px;
    margin: 0;
    position: relative;
}

.bb-header-search .rm-search input {
    width: 100%;
    height: 40px;
    padding: 0;
    opacity: 0;
    background: #fff;
    border-color: transparent;
    border-radius: 0;
    pointer-events: none;
    transition: opacity .18s ease, border-color .18s ease, padding .18s ease;
}

.bb-header-search .btn-search {
    width: 40px;
    height: 40px;
    left: auto;
    right: 0;
    z-index: 2;
}

.bb-header-search .btn-search img {
    width: 18px;
    height: 18px;
    filter: grayscale(1) brightness(.2);
}

.bb-header-search.is-open {
    width: 280px;
    flex-basis: 280px;
}

.bb-header-search.is-open .rm-search input {
    padding: 10px 44px 10px 14px;
    opacity: 1;
    border-color: #dededb;
    pointer-events: auto;
}

.bb-header-search #rm_livesearch {
    width: 340px;
    margin-left: auto;
    position: absolute;
    top: 40px;
    right: 0;
}

.bb-header-search #rm_livesearch_close {
    top: 40px;
    right: 0;
}

.bb-header-cart-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-header-cart-wrap .rm-header-cart {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    color: var(--bb-header-text);
    background: transparent;
    border: 0;
    border-radius: 0;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-header-cart-wrap .rm-header-cart-icon {
    left: auto;
    margin: 0;
    line-height: 1;
}

.bb-header-cart-wrap .rm-header-cart-icon > img {
    width: 20px;
    height: 20px;
    filter: grayscale(1) brightness(.2);
}

.bb-header-cart-wrap .rm-header-cart-text {
    display: none;
}

.bb-header-cart-wrap .rm-header-cart-quantity {
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    color: #fff;
    background: #202020;
    border-radius: 9px;
    font-size: 10px;
    line-height: 17px;
    top: -10px;
    right: -10px;
    left: auto;
}

.bb-site-header .rm-menu {
    left: 196px;
}

.bb-site-header .rm-menu.active {
    top: calc(100% + 1px);
}

.bb-mobile-menu-button {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 0 8px 0 0;
    background: transparent;
    border: 0;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
}

.bb-mobile-menu-button span {
    display: block;
    width: 19px;
    height: 1px;
    margin: 4px auto;
    background: #222;
}

@media (max-width: 1199.98px) {
    .bb-header-container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .bb-site-header #logo.bb-header-logo {
        min-width: 148px;
        margin-right: 18px;
        flex-basis: 148px;
    }

    .bb-site-header #logo.bb-header-logo img {
        max-width: 148px;
    }

    .bb-catalog-button {
        padding-right: 10px;
    }

    .bb-header-links {
        margin-right: 4px;
        margin-left: 4px;
    }

    .bb-header-links a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }

    .bb-header-search.is-open {
        width: 220px;
        flex-basis: 220px;
    }

    .bb-site-header .rm-menu {
        left: 166px;
    }

    .bb-header-phones {
        min-width: 136px;
        margin-right: 4px;
        padding-right: 8px;
        gap: 7px;
    }

    .bb-header-phones-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .bb-header-phones-icon img {
        width: 20px;
        height: 20px;
    }

    .bb-header-phone {
        font-size: 11px;
    }

    .bb-header-recall {
        font-size: 9px;
    }
}

@media (min-width: 1100px) and (max-width: 1199.98px) {
    .bb-site-header #menu_toggle_button .rm-btn-text {
        display: inline-block;
    }
}

@media (max-width: 991.98px) {
    .rm-sidebar .oct-menu-cat-icon {
        filter: grayscale(1) contrast(.75);
        opacity: .78;
        transition: filter .16s ease, opacity .16s ease;
    }

    .rm-sidebar .rm_mobile_menu-list-item:hover .oct-menu-cat-icon,
    .rm-sidebar .rm_mobile_menu-list-item:focus-within .oct-menu-cat-icon {
        filter: grayscale(1) contrast(1);
        opacity: 1;
    }

    .bb-site-header {
        min-height: 64px;
        padding: 0;
        background: #fff;
        border-top: 0;
        box-shadow: none;
        position: sticky;
        top: 0;
    }

    .bb-site-header > .bb-header-main {
        min-height: 64px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .bb-site-header #logo.bb-header-logo {
        min-width: 0;
        margin: 0;
        flex: 1 1 auto;
        justify-content: flex-start;
    }

    .bb-site-header #logo.bb-header-logo img {
        max-width: 136px;
        max-height: 40px;
    }

    .bb-header-logo a,
    .bb-header-logo span {
        font-size: 23px;
    }

    .bb-header-actions {
        min-width: 0;
        margin-left: 8px !important;
    }

    .bb-header-search.is-open {
        width: auto;
        height: 48px;
        background: #fff;
        flex-basis: auto;
        position: absolute;
        right: 8px;
        left: 56px;
        z-index: 1042;
    }

    .bb-header-search.is-open .rm-search,
    .bb-header-search.is-open .rm-search input {
        height: 48px;
    }

    .bb-header-search.is-open .btn-search {
        height: 48px;
    }

    .bb-header-search #rm_livesearch {
        width: 100%;
        top: 48px;
    }

    .bb-header-search #rm_livesearch_close {
        top: 48px;
    }

    .bb-header-cart-wrap .rm-header-cart {
        position: static;
        top: auto;
        right: auto;
        z-index: auto;
        border-left: 0;
        line-height: 1;
    }

    .bb-site-header .rm-menu {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .bb-site-header > .bb-header-main {
        padding-right: 8px;
        padding-left: 8px;
    }

    .bb-mobile-menu-button {
        margin-right: 4px;
    }

    .bb-site-header #logo.bb-header-logo img {
        max-width: 116px;
    }

    .bb-header-actions {
        gap: 0;
        margin-left: 2px !important;
    }

    .bb-header-action,
    .bb-header-cart-wrap,
    .bb-header-search,
    .bb-mobile-catalog-button,
    .bb-mobile-contacts-button {
        width: 38px;
        flex-basis: 38px;
    }

    .bb-header-search.is-open {
        right: 6px;
        left: 48px;
    }
}

@media (max-width: 359.98px) {
    .bb-site-header #logo.bb-header-logo {
        max-width: 96px;
        overflow: hidden;
    }

    .bb-site-header #logo.bb-header-logo img {
        max-width: 96px;
    }

    .bb-header-logo a,
    .bb-header-logo span {
        font-size: 17px;
    }
}

/* Shared glass surface for the complete desktop and mobile header. */
.bb-site-header {
    background: rgba(255, 255, 255, .72);
    border-bottom: 1px solid rgba(218, 218, 213, .7);
  
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .bb-site-header {
        background: rgba(255, 255, 255, .94);
    }
}

/* Breadcrumbs use the same monochrome accent as the refreshed header. */
.rm-breadcrumb .fa-home::after {
    background-image: url("../img/breadcrumb-home.svg");
}

@media (max-width: 767.98px) {
    .rm-breadcrumb {
        padding-top: 12px;
    }
}
