@media(min-width:768px) {
    .pageheader--layout-inline-menu-center .logo-area__middle {
        flex: 3 0 0 !important;
        max-width: none;
        margin-right: 0;
        margin-left: 0;
        text-align: start
    }
    div#pageheader {
        border-bottom: 1px solid #dedede
    }
    div#pageheader {
        padding: 0
    }
    .full_div {
        width: 100% !important;
        padding-top: 32px;
        padding-left: 0 !important
    }
    .navigation__tier-2-container {
        display: flex;
        flex-direction: row-reverse;
        padding: 0 50px;
        width: 90% !important;
        left: 5% !important;
        max-height: calc(100vh - var(--theme-header-height) - 45px);
        overflow-y: auto;
        scroll-behavior: smooth;
        scrollbar-width: thin
    }
    .navigation__item--with-children:hover .navigation__tier-2-container {
        visibility: visible;
        z-index: 11;
        opacity: 1;
        pointer-events: auto
    }
}

.navigation .flexible-layout {
    display: flex;
    flex-direction: row;
    margin-left: 0
}

.logo-area__middle__inner {
    display: flex !important;
    align-items: center;
    gap: 30px
}

.scentira-menu-container {
    display: flex;
    width: 100%;
    gap: 20px
}

.scentira-search-list {
    width: 30%;
    padding-right: 10px
}

div#proxy-nav {
    position: inherit
}

.scentira-categories {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.scentira-style {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    z-index: 1000;
    width: 90%;
    left: 5%
}

.navigation__item--with-children:hover .scentira-style {
    display: flex
}

.scentira-menu-container {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 535px;
    overflow: hidden
}

.scentira-search-list {
    width: 320px;
    padding-right: 10px;
    display: flex;
    flex-direction: column
}

.search-bar input {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px
}

.list-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    max-height: 500px
}

.brand-list,
.letter-nav {
    list-style: none;
    padding: 0
}

.brand-list {
    flex: 1;
    max-height: calc(100vh - var(--theme-header-height) - 20px);
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #afafaf #fff
}

.letter-nav {
    flex: 0 0 auto;
    position: absolute;
    right: 20px
}

.letter-item {
    cursor: pointer;
    margin: 2px 0;
    font-size: 10px;
    color: #c7a282
}

input#collection-search-1::placeholder {
    color: #6a6666dd !important
}

input#collection-search-1:focus {
    outline: none !important;
    box-shadow: none
}

input#collection-search-1 {
    padding: 5px 10px;
    line-height: 30px;
    background: #efefef;
    border: 0px
}

.brand-item {
    padding: 5px;
    cursor: pointer
}

.brand-item:hover {
    color: #c7a282
}

.category-item {
    margin-bottom: 15px
}

.category-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.collection-item {
    text-align: center
}

.collection-item a {
    display: block;
    text-decoration: none;
    color: #000
}

.collection-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px
}

li.brand-item {
    text-align: left
}

.tab-images-grid .vendor {
    color: #c20000;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 10px !important
}

.tab-images-grid .custom_block_price {
    position: relative;
    bottom: 0
}

.tab-images-grid .product-price--block .price,
.tab-images-grid .product-price--block .price__default {
    display: flex;
    justify-content: center
}

.tab-images-grid .product-block__title,
.tab-image-item p {
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

.tab-images-grid .product-price.product-price--block {
    justify-content: center
}

.tab-images-grid .custom_block_price .price__default {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #c20000
}

.tab-images-grid .product-block .image-cont {
    box-shadow: 0 0 6px #0000001a;
    background: #f7f4ef
}

.tab-images-grid .price_add {
    min-height: 8px;
    position: relative
}

.scentira-menu-container .tabs-container {
    width: 100%;
    max-height: calc(100vh - var(--theme-header-height) - 20px);
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #afafaf #fff
}

.tab-image-item img {
    height: 160px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    object-fit: cover
}

.scentira-menu-container .tabs-nav {
    display: flex;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.scentira-menu-container .tab-nav-item {
    margin-right: 10px
}

.scentira-menu-container .tab-button {
    background: none;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid #ddd;
    border-radius: 10px
}

.scentira-menu-container .tab-button[aria-selected=true],
.scentira-menu-container .tab-button:hover {
    background-color: #000;
    color: #fff
}

.scentira-menu-container .tab-panel {
    display: block
}

.scentira-menu-container .tab-panel[hidden] {
    display: none
}

.scentira-menu-container .tab-images-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 20px
}

.scentira-menu-container .tab-image-item {
    text-align: center
}

.navigation__wide-promotion.navigation__wide-promotion--with-fade {
    width: 40%
}

div#NavigationTier2-2 {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 50px;
    width: 90%;
    left: 5%
}

.remove_div {
    display: none
}

.navigation__wide-promotion.navigation__wide-promotion--with-fade .container {
    padding: 0
}

.container.custom_header_padding {
    margin: 0;
    padding: 0;
    width: 100%
}

/*# sourceMappingURL=/cdn/shop/t/28/assets/header__new.css.map?v=48110985155674201351783078406 */