.searchPage {
    padding-top: 1.86rem;
    padding-bottom: .58rem;
    background: url('../images/search-bg.jpg') center top;
    background-size: 100% auto;
    color: #fff;
}

.searchPage.isEmpty {
    min-height: 10.8rem;
}

.searchPage .main {
    position: relative;
}

.searchPage .breadWrap {
    padding-top: .58rem;
}

.searchPage .productBreadcrumb {
    color: #fff;
}

.searchForm {
    display: grid;
    grid-template-columns: 1fr 1.44rem;
    width: 10rem;
    height: .6rem;
    margin: .58rem auto 0;
    overflow: hidden;
    border: .01rem solid rgba(255, 255, 255, .35);
    border-radius: .5rem;
    background: rgba(0, 0, 0, .75);
}

.searchInputWrap,
.searchInputWrap input {
    display: block;
    width: 100%;
    height: 100%;
}

.searchInputWrap input {
    padding: 0 .25rem;
    color: #fff;
    font-size: clamp(14px, .16rem, 16px);
}

.searchInputWrap input::placeholder {
    color: rgba(255, 255, 255, .48);
}

.searchButton {
    min-width: 1.44rem;
    border-radius: .5rem;
    background: var(--yellow);
    color: #111;
    font-size: clamp(14px, .2rem, 20px);
    font-weight: 700;
}

.searchButton:hover {
    background: #fff100;
    color: #111;
}

.searchResults {
    padding-top: .67rem;
}

.searchSummary {
    color: #fff;
    font-size: clamp(16px, .24rem, 24px);
    line-height: 1.5;
}

.searchSummary strong {
    color: var(--yellow);
    font-size: inherit;
    font-weight: 400;
}

.searchTabs {
    display: flex;
    column-gap: 1.5rem;
    padding-bottom: 0.25rem;
    margin-top: .88rem;
    border-bottom: .01rem solid rgba(255, 255, 255, .22);
}

.searchTab {
    position: relative;
    align-self: start;
    color: #fff;
    font-size: clamp(14px, .2rem, 20px);
    text-align: left;
    transition: color .25s ease, background .25s ease;
}

.searchTab.active {
    background: transparent;
    color: #fff100;
    font-weight: 700;
}

.searchTab:hover {
    background: transparent;
    color: var(--yellow);
}

.searchSection {
    margin-top: .27rem;
}

.searchProducts {
    margin-top: .4rem;
}

.searchSection>h2 {
    color: #fff;
    font-size: clamp(16px, .24rem, 24px);
    font-weight: 700;
    line-height: 1.25;
}

.searchSection .productGrid {
    margin-top: .22rem;
}

.searchSection .productCard {
    min-height: 4.73rem;
}

.searchSection .merchCard h2 {
    font-size: clamp(14px, .2rem, 20px);
}

.searchProducts .productCardTitle {
    max-width: 100%;
    padding-right: 0;
}
.searchProducts .productCardTitle a{
    color: #fff;
}
.searchSection .productCardCode, .searchSection .merchCard p {
    font-size: clamp(12px, .18rem, 18px);
}
.productFavorite.is-favorite{
    background: none;
}

.searchMore {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: .1rem;
    margin-top: .2rem;
    color: #fff;
    font-size: clamp(14px, .2rem, 20px);
    font-weight: 700;
}

.searchMore span {
    width: .18rem;
    height: .18rem;
    background: url('../images/icon-arrow-small.png') center / contain no-repeat;
    filter: brightness(0) invert(1);
    transform: rotate(-90deg);
}

.searchMore:hover {
    color: var(--yellow);
}

.searchMore:hover span {
    filter: none;
}

.searchBlog {
    margin-top: .63rem;
}

.searchBlog .newsList {
    margin-top: .08rem;
}

.searchBlog .newsItem {
    min-height: 4.13rem;
    padding: .7rem 0;
}
.searchBlog .newsItem:first-child {
    padding-top: 0.15rem;
}
.searchBlog .newsItemText h2 {
    color: #fff;
    font-size: clamp(18px, .3rem, 30px);
    font-weight: 400;
    line-height: 1.4;
}

.searchBlog .newsItemText p {
    margin-top: .2rem;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(12px, .18rem, 18px);
    line-height: 1.45;
}

.searchBlog .newsItem:hover .newsItemText h2 {
    color: var(--yellow);
}

.searchMerch {
    margin-top: .63rem;
}

.searchMerch .merchGrid {
    margin-top: .12rem;
}

.searchMerch .merchCard {
    height: 5.08rem;
}

.searchMerch .merchCard h2 {
    height: .3rem;
    margin-top: .26rem;
    padding-left: .13rem;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    line-height: .3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchMerch .merchCard h2 a{
    color: #fff;
}
.searchMerch .merchCard strong {
    font-size: clamp(14px, .2rem, 20px);
}

.searchEmpty {
    min-height: 6.8rem;
    padding-top: .62rem;
}

.searchEmpty p {
    color: #fff;
    font-size: clamp(20px, .24rem, 24px);
    line-height: .36rem;
}

.visuallyHidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.searchSection[hidden],
.searchResults[hidden],
.searchEmpty[hidden] {
    display: none;
}

@media (max-width: 1024px) {
    .searchPage {
        min-height: auto;
        padding-top: 1.08rem;
        padding-bottom: .35rem;
    }

    .searchPage.isEmpty {
        min-height: auto;
    }

    .searchPage .breadWrap {
        padding-top: .3rem;
    }

    .searchForm {
        width: 100%;
        margin-top: .35rem;
        height: 36px;
    }

    .searchResults {
        padding-top: .4rem;
    }

    .searchTabs {
        height: auto;
        gap: .08rem;
        margin-top: .5rem;
        padding-bottom: .2rem;
        justify-content: space-between;
    }

    .searchTab {
        height: .4rem;
        text-align: center;
    }

    .searchSection,
    .searchBlog,
    .searchMerch {
        margin-top: .6rem;
    }

    .searchProducts {
        margin-top: .3rem;
    }

    .searchSection .productGrid {
        margin-top: .1rem;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .searchSection .productCard {
        width: auto;
        min-width: 0;
    }

    .searchBlog .newsItem {
        grid-template-columns: .62rem .01rem minmax(0, 1fr);
        gap: .14rem;
        min-height: 0;
        padding: .32rem 0;
    }

    .searchBlog .newsItemImage {
        grid-column: 3;
        width: 100%;
        height: auto;
        margin-top: .18rem;
        aspect-ratio: 380 / 273;
    }

    .searchBlog .newsItemText h2 {
        font-size: clamp(16px, .2rem, 20px);
    }

    .searchMerch .merchGrid {
        margin-top: .4rem;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .16rem;
    }

    .searchMerch .merchCard {
        width: 100%;
    }

    .searchEmpty {
        min-height: 6rem;
        padding-top: .45rem;
    }

    .searchMore span{
        width: 16px;
        height: 16px;
    }
}
