/** Shopify CDN: Minification failed

Line 544:30 Unexpected "div"

**/
.predictive-search {
    display: none;
    position: relative;
    top: 60px;
    left: -0.1rem;
    border-width: var(--popup-border-width);
    border-style: solid;
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
    background-color: rgb(var(--color-background));
    z-index: 3;
    border-bottom-right-radius: var(--popup-corner-radius);
    border-bottom-left-radius: var(--popup-corner-radius);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
        var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.predictive-search--search-template {
    z-index: 2;
    width: calc(100% + 0.2rem);
}

@media screen and (max-width: 749px) {
    .predictive-search--header {
        right: 0;
        left: 0;
        top: 100%;
    }
}

@media screen and (max-width: 989px) {
    .predictive-search {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 750px) {
    .predictive-search {
        border-top: none;
        width: calc(100% + 0.2rem);
    }

    .header predictive-search {
        position: relative;
    }
}

predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
    display: block;
}

.predictive-search__heading {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    margin: 0 auto;
    padding: 1.5rem 0 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 4rem);
    color: rgba(var(--color-foreground), 0.7);
}

predictive-search .spinner {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
}

.predictive-search__heading .spinner {
    margin: 0 0.2rem 0 2rem;
}

predictive-search:not([loading]) .predictive-search__heading .spinner,
predictive-search:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search-status__loading {
    display: none;
}

predictive-search[loading] .predictive-search__loading-state {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

predictive-search[loading] .predictive-search__heading ~ .predictive-search__loading-state,
predictive-search[loading] .predictive-search__results-list:first-child {
    display: none;
}

.predictive-search__list-item[aria-selected='true'] > *,
.predictive-search__list-item:hover > * {
    color: rgb(var(--color-foreground));
    background-color: rgba(var(--color-foreground), 0.04);
}

.predictive-search__list-item[aria-selected='true'] .predictive-search__item-heading,
.predictive-search__list-item:hover .predictive-search__item-heading {
    text-decoration: none;
    text-underline-offset: 0.3rem;
}

.predictive-search__item {
    display: flex;
    padding: 1rem 2rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.predictive-search__item--link {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-column-gap: 2rem;
    grid-template-areas: 'product-image product-content';
}

.predictive-search__item-content {
    grid-area: product-content;
    display: flex;
    flex-direction: column;
}

.predictive-search__item-content--centered {
    justify-content: center;
}

.predictive-search__item-vendor {
    font-size: 0.9rem;
}

.predictive-search__item-heading {
    margin: 0;
}

.predictive-search__item .price {
    color: rgba(var(--color-foreground), 0.7);
    font-size: 1.2rem;
}

.predictive-search__item-vendor + .predictive-search__item-heading,
.predictive-search .price {
    margin-top: 0;
    line-height: 1.35rem;
}

.predictive-search__item--term {
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 2rem;
    word-break: break-all;
    line-height: calc(1 + 0.4 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
    .predictive-search__item--term {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    predictive-search .product-card-title {
        padding-top: 7px !important;
    }
}

.predictive-search__item--term .icon-arrow {
    width: calc(var(--font-heading-scale) * 1.4rem);
    height: calc(var(--font-heading-scale) * 1.4rem);
    flex-shrink: 0;
    margin-left: calc(var(--font-heading-scale) * 2rem);
    color: rgb(var(--color-link));
}

.predictive-search__image {
    grid-area: product-image;
    object-fit: contain;
    font-family: 'object-fit: contain';
}

ul#predictive-search-results-list li {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.predictive-search__item--link {
    display: block;
    text-align: center;
}

.predictive-search.predictive-search--header {
    border: none;
}

.search__input.field__input {
    padding-right: 5rem;
    border-bottom: 1px solid #e7e7e7;
}

input#Search-In-Modal + label {
    display: none;
}

.search-modal__content {
    padding: 0rem 0rem 2rem;
}

h2#predictive-search-products {
    display: none;
}

.predictive-search__list-item img.predictive-search__image {
    width: 100%;
    object-fit: none;
}

.search__input.field__input {
    padding-right: 5rem;
    padding-left: 0px;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
}

ul#predictive-search-results-queries-list li {
    display: inline-block;
    width: 50%;
    padding-left: 0px;
}

a.predictive-search__item.link.link--text {
    padding-left: 0px;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
    padding: 0px;
    display: block;
    background-color: white !important;
}

@media (min-width: 991px) {
    a.predictive-search__item.link.link--text {
        padding: 21px 0 15px;
    }
}

.predictive-search__item-heading {
    letter-spacing: 0.16rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1;
    font-weight: 300 !important;
}

ul#predictive-search-results-queries-list {
    padding: 0;
    line-height: 1;
    padding-top: 15px;
}

.predictive-search__item-content--centered {
    padding-top: 15px;
}

ul#predictive-search-results-products-list {
    padding-top: 15px;
}

ul#predictive-search-results-queries-list li {
    display: inline-block;
    width: 50%;
    padding-left: 0;
    overflow: hidden;
    margin-right: -5px;
    padding-bottom: 10px;
}
@media (max-width: 990px) {
    #predictive-search-results-queries-list li:nth-child(n + 5) {
        display: none;
    }
}

.initial-search ul#predictive-search-results-products-list {
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-bar-keyword:nth-child(odd) {
    padding-left: 10px;
}

mark {
    -webkit-appearance: none;
    background-color: transparent;
}

predictive-search:not([loading])
    .predictive-search__loading-state
    + .predictive-search.predictive-search--header,
#predictive-search-option-search-keywords {
    display: none !important;
}

.collection-main-item img.motion-reduce.product-desktop-image.image_ {
    opacity: 1 !important;
    visibility: visible !important;
}

.predictive-search__loading-state[aria-hidden='true']:not([loading])
    + .predictive-search.predictive-search--header {
    display: block !important;
}

ul#predictive-search-results-products-list.main-suggestions-list {
    padding-top: 5px;
}

div#predictive-search-results-groups-wrapper.predictive-search-has-results
    + .predictive-search__loading-state
    + .predictive-search.predictive-search--header {
    display: none !important;
}

.predictive-search__result-group {
    border-bottom: none;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-bar-suggestions {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

ul#predictive-search-results-queries-list {
    margin-bottom: -1px;
}

input#Search-In-Modal {
    caret-color: #000;
}

.search-modal__form .field {
    padding: 0 15px;
}

ul#predictive-search-results-queries-list {
    margin-bottom: -1px;
}

@media (max-width: 990px) {
    .predictive-search__item-vendor + .predictive-search__item-heading,
    .predictive-search .price {
        margin-top: 0px;
    }

    .predictive-search .card__heading a {
        padding: 0px;
    }
}

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

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

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

@media (max-width:990px) {
    .search-modal.modal__content.gradient {
        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: 0.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: 0.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: 11px;
    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: 0.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: 0.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;
}

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 - 115px);
}

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: 15px;
    }
}

@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;
}

.keyboard-focus button.search-bar-keyword:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.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), 0.5) !important;
    outline-offset: 0rem;
}

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

.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;
    }
}

@media (min-width: 991px) {
    .search-opened {
        overflow: hidden;
    }
    #predictive-search-results ul#product-grid {
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: dense;
        grid-auto-rows: minmax(min-content, max-content);
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
        max-height: calc(100vh - 174px);
        scrollbar-gutter: stable;
        overflow-y: auto;
        padding-bottom: 30px;
        gap: 20px;
    }

    ul#predictive-search-results-products-list::-webkit-scrollbar {
        display: none;
    }

    ul#predictive-search-results-products-list li {
        display: inline-block;
        width: 100%;
        margin-right: 0px;
        padding: 0px !important;
        padding-bottom: 30px !important;
    }

    predictive-search .search-modal__form {
        max-width: 100%;
    }

    .predictive-search {
        top: 0px;
        left: 0px;
    }

    .predictive-search .full-unstyled-link {
        color: black !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding: 0 5px 0 0;
        color: black !important;
        position: relative;
        line-height: 1.1;
    }

    .search-bar-suggestions h3 {
        display: none;
    }

    .search-bar-keyword:nth-child(odd) {
        padding-left: 0px;
    }

    .search-bar-suggestions {
        display: flex;
        text-transform: uppercase;
        font-size: 1.2rem;
        gap: 20px;
        padding: 0 0 1rem;
        align-items: center;
        justify-content: start;
        margin: 0px;
    }

    ul#predictive-search-results-products-list {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header__search {
        line-height: 1.42;
    }

    .search-modal__form .field {
        padding: 0px;
    }

    button.search-modal__close-button.modal__close-button.link.link--text.focus-inset {
        position: relative;
        z-index: 2;
        left: -103px;
        margin-left: 0px;
    }

    input#Search-In-Modal {
        height: 5rem;
    }

    .predictive-search__item-heading {
        letter-spacing: 0.16rem;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        line-height: 1;
        font-weight: 300 !important;
        font-size: 1.2rem;
    }

    ul#predictive-search-results-queries-list {
        display: flex;
        gap: 13px;
        text-transform: none;
    }

    .predictive-search__result-group {
        border-bottom: none;
        margin-bottom: 12px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
    }

    ul#predictive-search-results-queries-list li {
        display: inline-block;
        width: auto;
        padding-left: 0 !important;
        overflow: hidden;
        margin-right: 0px;
        padding-bottom: 0px;
    }

    ul#predictive-search-results-queries-list:empty {
        display: none;
    }

    .predictive-search__result-group.results-products {
        padding-top: 20px;
    }

    predictive-search.search-modal__form {
        max-width: 1600px;
        padding: 0 7rem;
    }

    .predictive-search__result-group.results-queries {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 990px) {
    .search-bar-no-result-item p + p {
        padding-bottom: 20px;
    }
    body:not(.template-collection-brand-blocks-main) #predictive-search-results #product-grid {
        width: 100%;
        padding: 15px 8px 40px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: dense;
        grid-auto-rows: minmax(min-content, max-content);
        column-gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #predictive-search-results #product-grid li.grid__item {
        padding: 0 0px 23px !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 991px) {
    #predictive-search-results #product-grid::-webkit-scrollbar {
        width: 2.5px;
        padding-left: 20px;
        transition: width 0.3s ease; /* Add transition effect for scrollbar width */
    }

    #predictive-search-results #product-grid::-webkit-scrollbar-track {
        background-color: #e7e7e7;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        height: 400px;
    }

    #predictive-search-results #product-grid::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #999;
        height: 100px;
        width: 2px;
    }

    #predictive-search-results ul#product-grid:after {
        content: '';
        width: 20px;
        height: 40px;
        display: block;
        bottom: 0px;
        right: -30px;
        position: absolute;
        background: white;
    }

    #predictive-search-results #product-grid {
        padding-right: 20px !important;
        padding-top: 0px !important;
        margin-top: 8px !important;
        scrollbar-gutter: stable;
    }

    .predictive-search__list-item {
        display: none !important;
    }

    .predictive-search__list-item.static-suggestion {
        display: inline-block !important;
    }
    body predictive-search #predictive-search-results #product-grid {
        margin: 0 auto !important;
        width: calc(100% + 20px);
        margin-left: 0px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: dense;
        grid-auto-rows: minmax(min-content, max-content);
    }

    #predictive-search-results #product-grid li.grid__item {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
        width: auto;
    }
}

.search-bar-no-result-parent-item .product-card-image {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 990px) {
    .search-bar-suggestions h3 {
        margin-bottom: 0px;
    }

    .static-suggestion-live {
        display: none !important;
    }

    .static-suggestion-live + .predictive-search__list-item:not(.static-suggestion-live),
    .static-suggestion-live
        + .predictive-search__list-item:not(.static-suggestion-live)
        + .predictive-search__list-item:not(.static-suggestion-live),
    .static-suggestion-live
        + .predictive-search__list-item:not(.static-suggestion-live)
        + .predictive-search__list-item:not(.static-suggestion-live)
        + .predictive-search__list-item:not(.static-suggestion-live),
    .static-suggestion-live
        + .predictive-search__list-item:not(.static-suggestion-live)
        + .predictive-search__list-item:not(.static-suggestion-live)
        + .predictive-search__list-item:not(.static-suggestion-live)
        + .predictive-search__list-item:not(.static-suggestion-live) {
        display: inline-block !important;
    }

    .header-sticky .predictive-search {
        height: calc(100vh - 45px) !important;
    }

    .predictive-search {
        height: calc(100dvh - 50px);
        overscroll-behavior: none;
        scroll-behavior: normal;
    }

    .template-product .predictive-search {
        height: calc(100dvh - 20px);
    }

    .search-opened main {
        visibility: hidden;
    }

    .keyboard-focused .predictive-search,
    body.keyboard-focused:has(.header-sticky) .predictive-search {
        height: calc(var(--visual-viewport-height)) !important;
    }

    .keyboard-focused.pdp-tab-opened .predictive-search {
        height: calc(var(--visual-viewport-height) + 35px) !important;
    }

    .header-sticky .search-modal.modal__content.gradient {
        top: 0px;
    }

    button.reset__button.field__button.hidden {
        display: block !important;
        position: absolute;
        left: 15px;
        top: 18px;
        z-index: 999999;
        border: 1px solid;
        width: 1.22rem;
        height: 1.15rem;
        line-height: 11px;
        border-radius: 50% !important;
        transition: width 300ms ease, height 300ms ease, opacity 300ms ease 400ms,
            transform 300ms ease 150ms;
        background-color: white;
        opacity: 0;
        transform: translate(1px, 1px);
        pointer-events: none;
        overflow: visible;
    }

    button.reset__button.field__button.show-reset {
        width: 2rem;
        height: 2rem;
        line-height: 11px;
        transition: width 300ms ease, height 300ms ease, opacity 300ms ease 0ms,
            transform 300ms ease;
        opacity: 1;
        transform: translate(0px, 0px);
        pointer-events: all;
    }

    button.reset__button.field__button:before {
        content: '+';
        transform: rotate(45deg);
        position: absolute;
        display: block;
        top: 52%;
        left: 55%;

        transform: translate(-50%, -50%) rotate(45deg);
        color: black;
        opacity: 0;
        font-size: 14px;
        transition: all 300ms ease 0ms;
    }

    button.reset__button.field__button:after {
        position: absolute;
        content: '';
        padding: 19px;
        top: -7px;
        left: -6px;
    }

    button.reset__button.field__button.show-reset:before {
        opacity: 1;
        transition: all 500ms ease 100ms;
    }

    button.reset__button.field__button.show-reset:after {
        pointer-events: auto;
    }

    input#Search-In-Modal {
        font-size: 1.85rem;
    }

    .search-opened {
        height: 100dvh;
        overflow: hidden;
        min-height: 1px;
        display: block;
        overscroll-behavior: none;
    }
}

@media (min-width: 991px) {
    input#Search-In-Modal {
        background-image: none;
        padding-left: 0px;
        height: 6.5rem;
        font-size: 3.5rem;
    }

    predictive-search.search-modal__form {
        padding: 15px 7rem 0;
    }
    button.search-modal__close-button.modal__close-button.link.link--text.focus-inset {
        top: 25px;
    }

    .modal__close-button .icon {
        width: 2.2rem;
        height: 2.2rem;
    }

    ul#predictive-search-results-queries-list {
        padding: 0;
        line-height: 1;
    }

    #predictive-search-results #product-grid li.grid__item {
        padding-bottom: 0px;
    }
}

.no-results-item .product-image-color-overlay {
    pointer-events: none;
}

.predictive-search .plp--atb {
    display: none !important;
}
@media (max-width: 990px) {
    .search-bar-suggestions {
        padding-left: 0px !important;
    }

    body:not(.template-collection-brand-blocks-main) #predictive-search-results #product-grid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .predictive-search {
        padding-left: 15px;
        padding-right: 15px;
    }

    .template-search .header-main-wrapper {
        z-index: 6;
        position: sticky;
        top: -35px;
        background-color: #fff;
    }
}

li.no-results-item.grid__item.plp-product-standard {
    display: none !important;
}

.search-modal .plp-atb {
    display: none !important;
}