/*
Generated time: May 7, 2025 22:06
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
predictive-search[open] .overlay {
    z-index: 30
}

predictive-search[open] .search__form {
    z-index: 32
}

predictive-search[open] .search__input {
    background-color: rgba(var(--bg-color));
    box-shadow: inset 0 0 0 1px rgb(var(--text-color))
}

.header predictive-search[open] .search__input {
    background-color: rgba(var(--bg-color));
    box-shadow: inset 0 0 0 1px rgb(var(--text-color))
}

.search__reset {
    right: 56px;
    padding: 10px
}

[dir=rtl] .search__reset {
    right: auto;
    left: 63px
}

[dir=rtl] .search__reset::after {
    right: auto;
    left: -8px
}

.predictive-search {
    --heading-color: var(--text-color);
    display: none;
    top: -12px;
    /* left: calc(var(--gutter) * -1); */
    /* width: 100vw; */
    width: 100%;
    padding-top: 60px;
    border-radius: 8px
}

.header .predictive-search {
    top: 0
}

predictive-search[open] .predictive-search {
    display: block;
    z-index: 31
}

.predictive-search .tablist {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0
}

.predictive-search .tablist__scroller {
    margin-inline-start: var(--gutter);
    padding: 8px 0
}

.predictive-search__tabpanel {
    margin-top: 8px
}

.predictive-search__item:not(.js-submit):hover,
.predictive-search__item[aria-selected=true] {
    background-color: rgba(var(--text-color)/.04)
}

.predictive-search__view-all {
    padding: 24px var(--gutter) 40px;
    color: currentColor;
    line-height: 1.75
}

.predictive-search__view-all>.icon {
    width: 16px;
    margin-inline-start: 8px;
    vertical-align: middle
}

.predictive-search__no-results {
    padding: 16px var(--gutter) 24px
}

.predictive-result {
    padding: 16px var(--gutter);
    color: var(--text-color)
}

.predictive-result__media {
    flex: 0 0 56px;
    width: 56px;
    margin-inline-end: calc(4 * var(--space-unit))
}

.predictive-result__media img {
    max-height: 100px;
    object-fit: contain
}

.predictive-result__title:last-child {
    margin-bottom: 0
}

.predictive-result__sub-title {
    margin-top: .4rem;
    color: rgba(var(--text-color)/.8)
}

.cc-main-search .predictive-result__title {
    font-size: 1em
}

.search--product-types .search__reset::after,
.search--speech .search__reset::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -1px;
    width: 1px;
    height: 24px;
    background-color: rgba(var(--text-color)/.3)
}

[dir=rtl] .search--product-types .search__reset,
[dir=rtl] .search--speech .search__reset {
    right: auto
}

[dir=rtl] .search--product-types .search__reset::after,
[dir=rtl] .search--speech .search__reset::after {
    right: auto;
    left: -8px
}

predictive-search .search__input {
    padding-inline-end: 95px
}

.header__grid--centered-logo .search__input:not(.search__input--dirty) {
    padding-inline-end: 54px
}

.predictive-search__scroller {
    max-height: 66vh
}


@media(min-width:768px) {
    .predictive-search {
        width: 100vw;
        left: calc(var(--gutter) * -1);
    }
}

@media (max-width:768.98px) {
    predictive-search .search__input {
        padding-inline-end: 64px;
    }

    .search__reset {
        right: 36px;
        padding: 12px 6px;
    }

    .search__reset .icon {
        width: 18px;
        height: 18px;
    }

    .header__search .overlay {
        z-index: 900;
        background-color: rgba(0, 0, 0, .4)
    }

    .header .predictive-search {
        top: -20px
    }

    predictive-search .search__input:not(.search__input--dirty) {
        padding-inline-end: 36px
    }

    predictive-search .tablist {
        top: -1px
    }

    .predictive-search .predictive-result__title {
        padding-top: 0;
        font-size: 12px;
    }
}

@media (min-width:769px) {
    .predictive-search {
        left: -12px;
        width: calc(100% + 24px);
        padding-top: 63px
    }

    .predictive-search .tablist__scroller {
        margin-inline-start: var(--gutter-md)
    }

    .header .predictive-search {
        top: -12px
    }

    .predictive-result,
    .predictive-search__no-results,
    .predictive-search__view-all {
        padding-right: 36px;
        padding-left: 36px
    }

    .predictive-search__view-all {
        padding-bottom: calc(8 * var(--space-unit))
    }
}

@media (min-width:1024px) {
    .predictive-search {
        padding-top: 68px
    }
}