/** Shopify CDN: Minification failed

Line 470:32 Unexpected "div"

**/
body.search-bar-open .search-bar-overlay {
    display: block;
}

.search-bar-overlay {
    z-index: 400;
    background-color: rgba(255,255,255,.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    background-color: rgba(255,255,255,.7);
    overflow: auto;
}

.search-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background-color: #fff;
    -webkit-transform: translateY(-103%);
    -khtml-transform: translateY(-103%);
    -moz-transform: translateY(-103%);
    -ms-transform: translateY(-103%);
    -o-transform: translateY(-103%);
    transform: translateY(-103%);
    -webkit-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
}

body.search-bar-open .search-bar {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.search-bar-inner-wrapper {
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.search-bar-close {
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(/cdn/shop/t/441/assets/icon_cross_black.svg?v=1650399978) no-repeat center center;
    background-size: 35px;
    cursor: pointer;
}

.search-bar-input {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #bcbec0;
    font-size: 3.5rem;
    -webkit-appearance: none;
    color: #000;
    letter-spacing:.03rem;
    text-transform: uppercase;
    -webkit-apperance: none;
    appearance: none;
    font-weight: 300;
    font-family: inherit;
    outline: 0;
    box-shadow: none;
}

.search-bar-suggestions {
    position: relative;
    cursor: pointer;
    padding-left:0px;
}

.search-bar-suggestions button {
    display: inline-block;
    padding-right: 25px;
    height: 75px;
    line-height: 55px;
    font-size: 1.2rem;
    letter-spacing: .16rem;
    text-transform: uppercase;
}

.position-relative {
    position: relative;
}

.search-bar-result {
    height: auto;
    position: relative;
    z-index: 2;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 20px;
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 15%;
}

.search-bar-item {
    width: 25%;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: top;
}

.search-bar-close {
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(/cdn/shop/t/441/assets/icon_cross_black.svg?v=1650399978) no-repeat center center;
    background-size: 35px;
    cursor: pointer;
    text-indent: -99999px;
}

div#list-container {
    width: calc(100% - 2 * 60px);
    margin: auto!important;
    position: relative;
}

.search-bar-result, div#list-container {
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 15%;
}

.new-search-results .product-card-details, 
.search-bar-result-wrapper .product-card-details {
    font-size: 1.2rem;
}

div#list-container .item {
    width: 25%;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}

.search-bar .page-width {
    padding: 0px;
}

.item a {
    color: black;
    text-decoration: none;
}


.item .product-card-details {
    padding-top: 10px;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align:center;
}

.item .product-card-family-name {
    font-size: 1.4rem;
}

.item .product-card-price {
    font-weight:400;
}

.item .product-card-title {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px 5px;
}

@media only screen and (max-width: 990px) {

    .search-bar {
        bottom: 0;
        overflow: hidden;
    }

    .search-bar-inner-wrapper {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-bar-suggestions button:first-of-type {
        padding-left: 3px;
    }

    .search-bar-inner-wrapper form {
        overflow: hidden;
    }

    .search-bar-input {
        height: 40px;
        font-size:25px;
    }

    .search-bar-close {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    

    .search-bar-suggestions {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row no-wrap;
        -moz-flex-flow: row no-wrap;
        -ms-flex-flow: row no-wrap;
        flex-flow: row no-wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        overflow: auto;
    }

    .search-bar-suggestions button {
        flex: 0 0 auto;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
    }


    .search-bar-result-wrapper {
        height: calc(100vh - 155px);
        overflow: hidden;
    }

    .search-bar-item {
        float: left;
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .search-bar-item:nth-child(2n+1) {
        clear: both;
    }

    div#list-container {
        width: calc(100% + 30px)!important;
        padding: 0 15px;
        margin-left: -15px!important;
    }

    div#list-container .item {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .item .product-card-details {
        font-size: 1rem;
    }

    .item .product-card-family-name {
        font-size: 1rem;
    }

    .item .product-card-title {
        padding: 0px 5px;
    }

    .search-bar-result, div#list-container {
        max-height: calc(100vh - 155px);
        overflow-y: scroll;
        padding-bottom: 15%;
    }
      
    body:not(.template-collection-brand-blocks-main) .search-bar-result #product-grid {
        padding-top: 0px;
    }

}

.search-modal.modal__content.gradient {
    position: fixed;
    top:35px;
}

ul#predictive-search-results-products-list li {
    display: inline-block;
    width:50%;
    margin-right:-5px;
    vertical-align: top;
    padding-bottom:28px;
}

.initial-search ul#predictive-search-results-products-list li:nth-child(odd) {
    padding-left: 8px;
}

.initial-search ul#predictive-search-results-products-list li:nth-child(even) {
    padding-right: 8px;
}

.predictive-search {
    display: block !important;
}

.card-wrapper.product-card-wrapper.card-active .card-label {
    text-align: left;
}

.search-bar-suggestions {
    display: block;
}

.search-bar-suggestions button {
    flex: 0 0 auto;
    height: auto;
    line-height: 1;
    font-size: 1.2rem;
    width: 50%;
    display: inline-block;
    margin-right: -5px;
}

.search-bar-suggestions {
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.search-bar-suggestions button:first-of-type {
    padding-left: 0;
}

.search-bar-suggestions h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .16rem;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.predictive-search__result-group h3.search-suggestions-heading {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .16rem;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 16px;
}

button.search__button.field__button {
display:none;
}

.header__search .modal__close-button.link {
    height: 5.4rem;
}

input#Search-In-Modal::placeholder {
    opacity: 1;
    color: #777;
}

input#Search-In-Modal {
    padding: 2.2rem 2rem 4rem 0rem;
    padding-bottom: 13px;
    margin-bottom: 0;
    padding-left: 24px;
    background-image: url(2023-search.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 18px;
}

span.main-suggestion {
    position: absolute;
    top: 18px;
    z-index: 3;
    text-transform: uppercase;
    font-size: 1.6rem;
    left: 16px;
    opacity: .2;
    pointer-events:none;
}

li.collection-main-item .card__content h3 {
    display: block !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: .16rem;
}

li.collection-main-item .card__information {
    min-height: 100% !important;
}

.predictive-search .full-unstyled-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0 5px;
}

@media(max-width:990px) {
body.overflow-hidden main#MainContent {
    
}
}

ul#predictive-search-results-products-list.main-suggestions-list li:nth-child(even) {
    padding-left: 8px;
    margin-right: -5px;
}

ul#predictive-search-results-products-list.main-suggestions-list li:nth-child(odd) {
    padding-right: 8px;
    margin-right: -5px;
}


.predictive-search__item-content--centered, ul#predictive-search-results-products-list {
    padding-top: 0px;
}

.predictive-search {
    height: calc(100vh - 160px);
}

html predictive-search[loading ]div#predictive-search-results-groups-wrapper.predictive-search-has-results+.predictive-search__loading-state+.predictive-search.predictive-search--header {
display:none !Important;


}

.predictive-search__loading-state svg {
    display: none !important;
}

body.browser-scrolled-mobile .search-modal.modal__content.gradient {
    top: 0px;
}

body.browser-scrolled-mobile .predictive-search {
    height: calc(100vh - 40px);
}

predictive-search.search-modal__form[loading="true"] div#predictive-search-results {
    display: none !important;
}

.predictive-search__result-group.results-products {
    padding-top: 10px;
    border-bottom: none !important;
}

.predictive-search__result-group.results-queries+.results-products {
    padding-top: 0px;
    
}
@media (max-width:990px) {
.header__icons.header__left-icons {
    left: auto;
    right: 38px;
}

.template-search__results.collection.page-width {
    padding: 0px;
}

main .template-search {
    padding-top: 10px;
}
}

@media (min-width:991px) {
    .search-bar-suggestions button {
        width:auto;
    }

    .search-bar-suggestions {
        border-bottom:none;
    }

    .search-bar-suggestions {
        padding-left:0px !important;
    }
    
    .search-bar-suggestions button {
        padding-right:0px !important;
        margin-right:20px !important;
        cursor:pointer;
    }
}

.predictive-search::-webkit-scrollbar{
    display: none !important;
}

div#predictive-search-results span.top-number {
    display: none;
}

.predictive-search .card__inner .full-unstyled-link {
    padding-left: 0px;
  padding-right: 0px;
}

.predictive-search .card__information .product-card-title {
  padding-bottom:0px;
}

.keyboard-focus button.search-bar-keyword:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0.2rem;
}

.keyboard-focus button.search-bar-close:focus-visible,
.keyboard-focus button.search-bar-close:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground),.5) !important;
    outline-offset: 0rem;
}

.keyboard-focus .search-bar-inner-wrapper a:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0.4rem;
    display: block;
}

@media (max-width:990px) {
    .search-bar-suggestions span:nth-of-type(2), .search-bar-suggestions span:nth-of-type(4) {
        padding-left: 8px;
    }

    .search-bar-suggestions span {
        height: auto;
        line-height: 1;
        font-size: 1.2rem;
        width: 50%;
        display: inline-block;
        margin-right: -5px;
        letter-spacing: .16rem;
    text-transform: uppercase;
    }
}

.new-search-results .product-price-compare-at:not(:empty)+.product-price {
    color: var(--color-add-to-bag-sale);
    font-weight: bold;
    margin-left: 4px;
}

@media (max-width:990px) {
    #predictive-search-results .price--on-sale .price-item--regular {
        margin-right: -4px;
    }
}