.sw-search-loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f40000;
    --_m:
            conic-gradient(#0000 10%,#000),
            linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: sw_search_loader 1s infinite linear;
}
@keyframes sw_search_loader {to{transform: rotate(1turn)}}

#sw-product-search-suggestions{
    display:none;
}
.sw-products-search-form.show-suggestions #sw-product-search-suggestions{
    display:block;
}
.sw-products-search-form.search-loading #sw-product-search-suggestions{
    overflow: hidden;
}
.sw-search-loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    transform: scale(0.5);
}

.sw-trending-keywords {
    display:flex;    justify-content: center;
}
.sw-trending-keywords p {font-weight:700;}
.sw-trending-keywords p:before {
    width:20px;height:13px; background:url(/wp-content/themes/arestos-swire/img/icon_trending.png);content:""; display:inline-flex;
    background-size:contain;
     background-repeat:no-repeat;
}
.sw-trending-keywords * {
    color:#fff !important;
    font-family:"Open Sans", "Microsoft JhengHei", sans-serif !important;
    font-size:13px;
    line-height: 1.3;
}
.sw-trending-keywords-list {margin-left:5px; display: flex;
    flex-wrap: wrap;
    gap: 8px;}
a.sw-trending-keyword-link {
    display: inline-flex;
    text-decoration: underline;
    transition: 0.3s;
}
a.sw-trending-keyword-link:hover {
    font-weight:700;
}