/* 搜尋結果頁結構
<div class="biggo-main-container">
    <div class="scarchpage-container">
        <div class="container-fluid fill-height">
            <div class=""d-flex id="main-search">
                <div class="searchpage-left-container"> 商品列表(左)
                    <div class="search-tools-bar">filter bar跟一些資訊</div>
                    <div class="seller-wrap">賣家頁</div>
                    <div class="product-container list card">
                        商品內容迴圈
                    </div>
                </div>
                <div class="custom-search-container">自選設定(右)</div>
            </div>
        </div>
    </div>
</div>
*/

/* pt80 = navbar高度(64)+內容top間距(24) */
.scarchpage-container{
    padding: 64px 24px 100px 40px;
}
.scarchpage-container.film-search{
    padding: 22px 24px 100px 40px;
}
.searchpage-nav-filter-bar{
    padding-left: 18px;
    padding-left: calc(18px + 220px);
    padding-right: 18px;
}
.biggo-sitemenu[closed] ~ .searchpage-nav-filter-bar{
    padding-left: calc(18px + 72px);
}

.searchpage-left-container{
    padding-right: 40px;
    width: 100%;
    min-width: 0;
}
.search-tools-bar{
    padding-bottom: 12px;
}
.product-container.list{
    padding: 0 130px;
    display: flex;
    flex-direction: column;
}
.product-container.list .product-row:first-child{
    border-top: 1px solid var(--border-color-BorderOGray2);
}
.product-container.card{
    display: flex;
    flex-wrap: wrap;
    /* gap: 24px 16px; */
    padding-top: 24px;
}
.custom-search-container{
    flex-shrink: 0;
    width: 280px;
}
:root{
    --card-items-per-row: 6; /*card每列數量*/
    --card-items-margin-x: 16px; /*card左右間距*/
    --card-items-margin-bottom: 24px; /*card下間距*/
}
@media (max-width: 1669px){
    :root{
        --card-items-per-row: 5;
        --card-items-margin-x: 16px;
        --card-items-margin-bottom: 20px;
    }
    .custom-search-container{
        width: 250px;
    }
    .product-container.list{
        /* padding: 0 98px; */
        padding: 0px;
    }
    .product-container.card{
        padding-top: 24px;
    }
}
@media (max-width: 1399px){
    :root{
        --card-items-per-row: 4;
        --card-items-margin-x: 14px;
        --card-items-margin-bottom: 20px;
    }
    .scarchpage-container{
        padding: 64px 32px 100px 50px;
    }
    .scarchpage-container.film-search{
        padding: 22px 32px 100px 50px;
    }
    .searchpage-nav-filter-bar,
    .biggo-sitemenu[closed] ~ .searchpage-nav-filter-bar{
        padding-left: calc(50px + 72px);
        padding-right: 50px;
    }
    .searchpage-left-container{
        padding-right: 50px;
    }
    .product-container.list{
        padding: 0px;
    }
    .product-container.card{
        padding-top: 24px;
    }
    .search-ad-banner-1366{
        display: none;
    }
}
@media (max-width: 1023px){
    :root{
        --card-items-per-row: 3;
        --card-items-margin-x: 10px;
        --card-items-margin-bottom: 16px;
    }
    .scarchpage-container{
        padding: 64px 16px 100px 16px;
    }
    .scarchpage-container.film-search{
        padding: 0px 16px 100px 16px;
    }
    .searchpage-left-container{
        padding-right: 16px;
    }
}
@media (max-width: 871px){
    :root{
        --card-items-per-row: 2;
        --card-items-margin-x: 8px;
        --card-items-margin-bottom: 16px;
    }
    #main-search{
        flex-direction: column;
    }
    .scarchpage-container{
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .search-tools-bar{
        padding-bottom: 0px;
    }
    .searchpage-left-container{
        padding-right: 0px;
    }
    .product-container.card{
        padding-top: 12px;
        padding-left: 4px;
        padding-right: 4px;
        /* gap: 16px 8px; */
    }
}

.biggo-nav-search{
    box-shadow: none;
}

.turnOffSpamButton{
    color: var(--text-color-TextWhite);
    font-size:14px;
    cursor:pointer;
    width: fit-content;
    width: -moz-fit-content;
    background-color:var(--btn-color-BigGoB3);
    padding: 5px 10px;
    border-radius: 6px;
    display: inherit;
    white-space: nowrap;
    line-height: 1;
}
.turnOffSpamButton:hover{
    background-color:var(--btn-color-BigGoB4);
}


.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}


/* 搜尋結果自選 navbar */
.searchpage-nav-filter-bar{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 40px;
    background-color: var(--background-1);
    position: fixed;
    top: 64px;
    z-index: 995;
    width: 100%;
}
.searchpage-nav-filter-bar .search-filter{
    display: flex;
    flex: 5;
}
.searchpage-nav-filter-bar .search-log{
    flex: 3;
}
.searchpage-nav-filter-bar .search-log a{
    font-size: 13px;
    color: var(--foreground-3);
    margin-right: 12px;
}
@media (max-width: 871px){
    .searchpage-nav-filter-bar{
        top: 52px;
    }
    .searchpage-nav-filter-bar,
    .biggo-sitemenu[closed] ~ .searchpage-nav-filter-bar{
        padding-left: 0;
        padding-right: 0;
        position: relative;
        box-shadow: 0px 4px 7px var(--shadow-2);
        height: 42px;
    }
    .searchpage-nav-filter-bar .search-filter{
        justify-content: space-between;
    }
}

/* .pagination.custom {
    border-radius: 0;
    font-size: 14px;
    margin: 0;
}
.pagination.custom > li {
   background: none;
   color: #9E9E9E;
   padding: 6px 6px;
}
.pagination.custom > li:hover,
.pagination.custom > li:focus,
.pagination.custom > li.active {
    border-color: #ccc;
	color: #fff !important;
    background-color: #00BFA5 !important;
}

.pagination.custom > li > a {
    color: inherit;
} */

/* a.fav {
    margin-top:-10px; 
    color:#F44336; 
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    a.fav {
        font-size: 17px;
    }
} */

/* img.share {
    height:20px;
    padding-right:7px;
} */

/* .prl10 {
    padding-right: 10px;
    padding-left: 10px;
} */

/* .bg-none {
    background: none;
    background-color: none;
} */

/* .promo_btn {
    padding: 1px 5px 1px 5px;
} */

/* cp-dialog為新版自選平台用的 */
.cp-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--bg-color-BgWhite);
    z-index: 2000;
    overflow: auto;
}

.cp-dialog .cpd-head {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
    border-bottom: 1px solid var(--border-color-BorderOGray2);
    color: var(--text-color-TextGray4);
    font-size: 18px;
    font-weight: bold;
}

.cp-dialog .cpd-body {
    padding-top: 16px;
    padding-bottom: 9px;
    overflow-y: scroll;
    max-height: calc(100vh - 122px);
    -webkit-overflow-scrolling: touch;
    position: static;
    z-index: 1;
}

.cpd-body > .cpd-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    font-size: 17px;
    color: var(--text-color-TextGray3);
}

.cpd-items.active {
    background-color: #fff2bc;
}

.cpd-items img {
    height: 22px;
    max-height: 22px;
    margin-left: 16.3px;
    margin-right: 17.3px;
}

.cpd-items label {
    display: flex;
    align-items: center;
}

.cpd-items label .text-truncate {
    flex: 1 0 auto;
}

.cpd-items > .cpd-btn {
    width: 108px;
    height: 32px;
    border-radius: 5px;
    background-color: var(--bg-color-BgGray2);
    color: var(--text-color-TextGray3);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpd-items > .cpd-btn-act {
    box-shadow: 0 3px 7px 0 rgb(0 196 196 / 36%);
    background-color: var(--btn-color-BigGoB3);
    color: var(--text-color-TextWhite);
}

.cp-dialog .cpd-submit {
    position: fixed;
    bottom: 0;
    z-index: 1001;
    right: 0;
    left: 0;
    height: 68px;
    padding: 15px;
    background-color: rgba(234, 240, 244, 0.9);
}

.cpd-submit > .cpd-btn {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background-color: var(--bg-color-BgGray4);
    color: var(--text-color-TextWhite);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-div {
    min-height: 36px;
    min-width: 36px;
}

/* 以下為新樣式用的class */
.custom-price-wrap{
    box-shadow: 0px 3px 7px var(--shadow-1);
    border: 2px solid var(--border-yellow);
    background-color: var(--background-1);
    padding-bottom: 4px;
    margin-bottom: 18px;
    position: relative;
}
.custom-store-wrap{
    position: relative;
    background-color: var(--background-1);
}
.custom-store-wrap .submit-wrap{
    height: 54px;
    box-shadow: 0 0 6px 0 rgba(0, 41, 83, 0.16);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 17px;
    display: flex;
    align-items: center;
    background-color: var(--background-1);
}
.custom-store-wrap .submit-wrap .submit-btn{
    background-color: var(--bg-color-BgGray4);
}
[data-theme='dark'] .custom-store-wrap .submit-wrap .submit-btn{
    background-color:  var(--border-color-BorderGray1);
}
.custom-store-wrap .submit-wrap .submit-btn[disable]{
    background-color: #aeb4b9;
}
.custom-spam-wrap{
    padding: 15px 14px;
    color: var(--foreground-1);
    background-color: var(--background-1);
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.spam-price-range-input input{
    display: inline-block;
    width: 82px;
    border-radius: 6px;
    border: solid 1px var(--stroke-2);
    color: var(--foreground-1);
    background-color: var(--price-input-background);
    outline: none;
    height: 34px;
    align-items: center;
    justify-content: center;
    text-align: center;
    -moz-appearance: textfield;
}

.spam-price-range-input input::placeholder {
    color: var(--input-placeholder);
    font-size: 14px;
    text-align: center;
}
.spam-price-range-input input::-webkit-outer-spin-button,
.spam-price-range-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.click-list-wrap {
    background:var(--background-1);
    border:1;
    padding: 10px 0px 0px 0px
}

.click-list-wrap .product-title {
    font-size:13px;
    color:var(--product-link);
}
.click-list-wrap .product-title a {
    font-size:13px;
    color:var(--product-link);
    word-break: break-all;
}

.click-list-wrap hr{
    border-top: 1px solid var(--stroke-2);
}

.click-list-wrap .product-price {
    font-size: 18px;
    color: var(--bg-color-Negative2);
    font-weight: bold;
}

.click-list-wrap .img-fluid{
    height: 100%;
}

.tool-title {
    font-size: 14px;
    color: var(--foreground-1);
    font-weight: bold;
}

.cp-store-wrap {
    padding: 15px 0 0 14px;
    position: relative;
}

.cp-store-btn {
    height: 54px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 12px 14px 12px 14px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--bg-color-BgWhite);
    z-index: 1;
}

.cp-store-desc {
    min-height: 295px;
    max-height: 295px;
    height: 295px;
    overflow: auto;
    width: 100%;
}

.cp-store-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 14px;
    color: var(--foreground-2);
}
.cp-store-item.active {
    background-color: #fff2bc;
}
[data-theme='dark'] .cp-store-item.active {
    background-color: #bd7b0033;
}
.card-grouping-border {
    outline: 3px solid var(--border-yellow);
}

.card-border {
    box-shadow: 0px 3px 7px var(--shadow-1);
}

.card-grouping-border:hover,
.card-border:hover {
    box-shadow: 0px 3px 7px var(--shadow-2);
}

.cardview-wrap {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 200px;
    width: calc(100% / var(--card-items-per-row) - var(--card-items-margin-x));
    margin-left: calc(var(--card-items-margin-x) / 2);
    margin-right: calc(var(--card-items-margin-x) / 2);
    margin-bottom: var(--card-items-margin-bottom);
    order: clamp(-1,var(--order) - var(--card-items-per-row)*2,0);
}

.cardview {
    display: flex;
    flex-direction: column;

    /* height: 338px; */
    width: 100%;
    background-color: var(--background-1);
    position: relative;
}

.cardview a {
    color: inherit;
    height: 100%;
}

.cardview .pimg-wrap {
    height: 190px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    /* border: 10px solid; */
    border-color: transparent;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

/* .pimg-wrap > a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.cardview .pimg {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cardview:has(.pimg.default-image) .img-btns-wrap .bicon-zoom {
    display: none;
}

.cardview .desc {
    padding: 5px 12px 10px 12px;
}

.cardview .title {
    font-size: 13px;
    color: var(--product-link);
    height: 42px;
    line-height: 21px;
    word-break: break-all;
}

.cardview .title a {
    text-decoration: none;
}

.card-grouping-border .title {
    margin-bottom: 6px;
}

/* 搜尋結果頁影片 */
.list .video-container {
    display: flex;
    flex-direction: column;
    order: -1;
    width: 100%;
    margin-bottom: 16px;
}
.card .video-container {
    display: flex;
    flex-direction: column;
    order: -1;
    width: 100%;
    margin-bottom: 24px;
    margin-top: calc( -1*var(--card-items-margin-bottom) + 24px);
    border-top: 1px solid var(--border-color-BorderOGray2);
    position: relative;
}

.video-container-title-wrap {
    width: 100%;
    height: 51px;
    display: flex;
    align-items: flex-start;
}

.video-container-title {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    height: 23px;
}

.search-video-card-view-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.search-video-card-view-wrap .search-video-card-view-arrow{
    z-index: 1;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    background-color: var(--bg-color-BgWhite);
    box-shadow: rgba(165, 186, 213, 0.3) 0px 3px 7px;
    border-radius: 30px;
    transform: translate(0, -50%);
}
.search-video-card-view {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.search-video-card-view::-webkit-scrollbar{
    display: none;
}
.search-video-card-view::-webkit-scrollbar-thumb{
    display: none;
}
.video-cardview-wrap {
    padding: 0;
    height: 100%;
    width: calc(100% / var(--card-items-per-row) - var(--card-items-margin-x));
    margin-left: calc(var(--card-items-margin-x) / 2);
    margin-right: calc(var(--card-items-margin-x) / 2);
    aspect-ratio: 9/12.5;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: flex-start;
}
.mobile .video-cardview-wrap {
    width: calc(100% / var(--card-items-per-row) - var(--card-items-margin-x) - 12px);
    aspect-ratio: unset;
}
.mobile .search-video-card-view-wrap .video-wrap {
    height: calc( (100vw / var(--card-items-per-row) - var(--card-items-margin-x) - 12px) * 12.5 / 9);
}
.search-video-card-view-wrap .video-wrap {
    width: 100%;
    height: 100%;
    background-color: var(--background-3);
    border-radius: 12px;
    position: relative;
}
.search-video-card-view-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.search-video-card-view-wrap .video-wrap .video-player{
    width: 100%;
    height: 100%;
    background: linear-gradient(179.95deg, rgba(36, 52, 63, 0) 72.65%, rgba(36, 52, 63, 0.48) 99.96%), #16283E;
    border-radius: 8px;
}
.search-video-card-view-wrap .video-wrap .b1{
    position: absolute;
    left: 10px;
    bottom: 8px;
}
.search-video-card-view-wrap .video-wrap .br{
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 14px;
    color: var(--text-color-TextWhite);
}
.search-video-card-view-wrap .video-wrap .video-player video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.search-video-card-view-wrap .video-desc-wrap{
    padding: 0 2px;
    margin-top: 4px;
    height: 35px;
}
.search-video-card-view-wrap .video-desc-wrap span{
    max-height: 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 300px!important;
    word-break: break-all!important;
    overflow: hidden;
    color: var(--icon-black);
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
}
.search-video-card-view-wrap .video-desc-wrap em{
    display: inline-block;
    color: var( --blue-link);
    cursor: pointer;
    font-weight: 700;
    font-style: normal;
}

.video-desc-tooltip{
    display: none;
    border: 0;
    box-shadow: 0px 3px 7px var(--shadow-1);
    border-radius: 8px;
    z-index: 1000;
    font-size: 14px;
    background-color: var(--background-1);
    color: var(--foreground-1);
    padding: 10px;
}
.video-desc-tooltip .search-page-tooltip{
    max-height: 60px;
    max-width: 300px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all!important;
}
.video-desc-tooltip .search-page-tooltip em{
    color: var(--blue-link);
    font-style: normal;
}
.video-desc-tooltip[data-show] {
    display: block;
}
.list .more-link-wrap {
    margin-top: 35px;
}

.card .more-link-wrap {
    margin-top: 39px;
}

.more-link-line {
    border-top: 1px solid var(--stroke-2);
    margin-top: 0;
    margin-bottom: 0;
}

.more-link-btn {
    color: var(--foreground-3);
    background-color: var(--background-2);
    border: 1px solid var(--stroke-2);
    width: 300px;
    height: 38px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    padding: 7px 11px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    margin-top: -18px;
    transition: background-color .3s;
    text-decoration: none !important;
}

.more-link-btn.hover:hover {
    background-color: var(--background-2-hover);
}

.list .video-container.no-more {
    margin-bottom: 12px;
}
.card .mobile.video-container.no-more {
    margin-bottom: 8px;
}
.list .video-container .tooltip:has(.biggo-dropdown-tooltip.search-page-tooltip) {
    max-width: 320px;
    max-height: 80px;
    top: 5px!important;
    padding: 10px;
    overflow: hidden;
}
.list .video-container .tooltip:has(.biggo-dropdown-tooltip.search-page-tooltip) .tooltip-inner{
    max-height: 60px;
    max-width: 300px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all!important;
}
.card .video-container .tooltip:has(.biggo-dropdown-tooltip.search-page-tooltip) {
    max-width: 320px;
    max-height: 80px;
    top: 5px!important;
    padding: 10px;
    overflow: hidden;
}
.card .video-container .tooltip:has(.biggo-dropdown-tooltip.search-page-tooltip) .tooltip-inner{
    max-height: 60px;
    max-width: 300px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all!important;
}
.card .video-container .tooltip:has(.biggo-dropdown-tooltip.search-page-tooltip) .tooltip-inner em{
    color: var(--blue-link);
}
.query-text{
    display: inline-block;
    color: var(--blue-link);
}

.list .no-more .more-link-wrap {
    margin-top: 16px;
}
.card .no-more .more-link-wrap {
    margin-top: 20px;
}
.video-cardview-wrap.no-more-video {
    font-size: 16px;
    color: var(--text-color-TextGray2);
    text-align: center;
}

.no-more .more-link-btn {
    display: none;
}

.card-video-wrap {
    display: flex;
    width: 100%;
    height: 346px;
}
.video-card-view .video-profile {
    font-size: 12px;
    line-height: 17px;
    color: var(--text-color-TextGray2);
    display: flex;
    gap: 4px;
}
.video-card-view .view-cnt {
    display: flex;
    align-items: center;
}
/* 搜尋結果頁影片 END */

/* 骨架 */
.skeleton-block-cover-white,
.skeleton-block-cover{
  width: 3000px;
  height: 3000px;
  position: absolute;
  background-image: linear-gradient(165deg, rgba(248, 250, 253, 0.00) 20%,  rgba(248, 250, 253, 0.8) 45%,  rgba(248, 250, 253, 0.8) 55%, rgba(248, 250, 253, 0.00) 80%);
  animation: 1.5s linear 0s infinite normal none running load;
  z-index: 994;
}
[data-theme='dark'] .skeleton-block-cover-white,
[data-theme='dark'] .skeleton-block-cover{
    background-image: linear-gradient(165deg, transparent 20%,  rgba(31, 31, 31, 0.8) 45%,  rgba(31, 31, 31, 0.8) 55%, transparent 80%);
}
.skeleton-block-cover-white{
  background-image: linear-gradient(165deg,rgba(254,254,255,0) 20%,rgba(254,254,255,.8) 45%,rgba(254,254,255,.8) 55%,rgba(254,254,255,0) 80%);
}
[data-theme='dark'] .skeleton-block-cover-white{
    background-image: linear-gradient(165deg,transparent 20%,rgba(41,41,41,.8) 45%,rgba(41,41,41,.8) 55%,transparent 80%);
}
.skeleton-block{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16px;
  background-color: var(--bg-color-BgGray2);
  position: relative;
  overflow: hidden;
}
.search-video-page.skeleton .video-user-list .user-container .info{
    display: flex;
    justify-content: space-between;
}
.search-video-page.skeleton .video-user-list .user-container .info .left{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.search-video-page.skeleton .video-user-list .user-container .info .right{
    display: flex;
    align-items: center;
}
.search-video-page.skeleton .video-user-list .user-container .info .skeleton-block{
    border-radius: 8px;
}
.search-video-page.skeleton .video-user-list .user-container .info .name{
    width: 10%;
}
.search-video-page.skeleton .video-user-list .user-container .info .atuserid{
    width: 40%;
}
.search-video-page.skeleton .video-user-list .user-container .info .skeleton-subuser-btn{
    width: 58px;
    height: 28px;
    border-radius: 6px;
}
.search-video-page.skeleton .video-user-list .user-container .info .skeleton-subuser-btn .skeleton-block{
    border-radius: 6px;
}
@media (max-width: 871px){
    .search-video-page.skeleton .video-user-list .user-container .profileimg{
        margin-right: 12px;
    }
    .search-video-page.skeleton .video-user-list .user-container .info .name{
        width: 30%;
    }
    .search-video-page.skeleton .video-user-list .user-container .info .atuserid .skeleton-block{
        min-height: 14px;
    }
}
@keyframes load {
    0% {
        background-position: 0 -1500px;
    }
    100% {
        background-position: 0 1500px;
    }
}
/* 骨架 END */

/* mobile 搜尋結果頁影片*/
.cardview-wrap.mobile {
    order: clamp(-1,var(--order) - var(--card-items-per-row),0);
}
.product-row.mobile {
    order: clamp(-1,var(--order) - 3,0);
}
.card .mobile.video-container {
    margin-top: calc( -1*var(--card-items-margin-bottom) + 16px);
    margin-bottom: 24px;
}
.list .mobile.video-container {
    margin-bottom: 8px;
}
.mobile .bmenuicon-film {
    margin-left: 16px;
}
.mobile .video-container-title-wrap {
    height: 47px;
}
.mobile .video-container-title {
    margin-top: 16px;
    height: 23px;
}
.mobile .more-link-wrap {
    margin-top: 37px;
}
@media (max-width: 871px){
.mobile .search-video-card-view {
    padding-left: 4px;
}
.mobile .search-video-card-view-wrap .video-cardview-wrap:not(.no-more-video,.no-after) .video-wrap:after{
    content: ' ';
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(36, 52, 63, 0) 66.25%, rgba(13, 40, 72, 0.3) 100%), url(video_bg_food_04), url();
    pointer-events: none;
  }
}
/* mobile 搜尋結果頁影片 END*/

.inline-line-clamp-1 {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* .desc .cb img {
    height: 12px !important;
    margin-bottom: 2px;
}

.desc .cb {
    font-size: 14px;
    color: #db8700;
} */

.desc .price {
    font-size: 18px;
    color: var(--product-price);
    font-weight: bold;
    line-height: 1.2;
}

/* .desc .store img {
    max-height: 16px;
    margin-right: 4px;
}

.desc .store {
    font-size: 13px;
    color: #616c74;
    margin-top: 3px;
    line-height: 1;
    border-radius: 4px;
} */

.product-promo {
    /* position: absolute;
    right: 0;
    left: 0;
    bottom: 0; */
    width: 100%;
    word-break: break-all;
    background: rgba(252,252,252,0.9);
    padding: 6px 10px 0 10px;
}

.card-option{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #e5e5e5;
    cursor: pointer !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-option img.option-img,
.card-option > img {
    height: 32px;
}

.card-option:hover {
    border: solid 1px #e5e5e5 !important;
    background-color: #e7e8ec !important;
}

.hidden-tool {
    padding: 11px 0 0 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    /* display: none; */
}

.cardview:hover .hidden-tool {
    /* display: block; */
}

.cardview .img-btns-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    padding-right: 6px;
    z-index: 499;
}

.cardview .img-btns-wrap .L,
.cardview .img-btns-wrap .R {
    display: flex;
    align-items: center;
}

.cardview .bicon-sub-i{
    display: inline-flex !important;
}
.cardview .bicon-sub,
.cardview .bicon-share,
.cardview .bicon-zoom,
.cardview .bicon-gallery,
.cardview .bicon-img-search,
.cardview .bicon-more{
    display: none;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8) ;
}
.cardview:hover .bicon-sub,
.cardview:hover .bicon-share,
.cardview:hover .bicon-zoom,
.cardview:hover .bicon-gallery,
.cardview:hover .bicon-img-search,
.cardview:hover .bicon-more{
    display: inline-flex;
}
.cardview .bicon-img-search{
    bottom: 10px;
    margin-right: 6px;
    background-color: var(--opacityBg-color-BgOGray2);
}
.cardview .bicon-img-search:hover {
    background-color: var(--bg-color-BgGray4);
}
.card-grouping-border .bicon-img-search{
    position: absolute;
    right: 0;
}

.card-promo-btn {
    padding: 5px;
    font-size: 12px;
    color: var(--text-color-TextWhite);
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(13, 113, 0, 0.3);
    background-color: #246e25;
}

.card-btn {
    width: 145px;
    height: 32px;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 168, 175, 0.36);
    background-image: linear-gradient(105deg, #00a5ba, #00c4a6);
    font-size: 14px;
    color: var(--text-color-TextWhite);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
    cursor: pointer;
}

.card-btn-group {
    box-shadow: 0 3px 6px 0 rgba(221, 36, 3, 0.3);
    background-image: linear-gradient(105deg, #f2385b, #e57b00);
}

@media (max-width: 768px) {
    .cardview {
        height: auto;
        /* min-height: 310px;
        max-height: 338px; */
        width: 100%;
        border: solid 1px var(--stroke-2);
    }
    .cardview.grouping:hover,
    .cardview.grouping:active{
        background-color: #edf0f4;
    }

    .cardview .pimg-wrap {
        /* height: 175px; */
        height: calc(100vw / var(--card-items-per-row) - var(--card-items-margin-x));
        min-height: calc(100vw / var(--card-items-per-row) - var(--card-items-margin-x));
        border: none;
    }
    .cardview .pimg {
        width: calc(100vw / var(--card-items-per-row) - var(--card-items-margin-x));
    }
    .cardview .desc {
        /* height: calc(100% - 175px); */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 5px 9px 9px;
        flex: 1;
    }
    .cardview .title {
        height: auto;
        line-height: 1.46;
    }

    .cardview .img-btns-wrap {
        top: auto;
        bottom: 4px;
    }

    .cardview .bicon-sub,
    .cardview .bicon-share,
    .cardview .bicon-zoom,
    .cardview .bicon-gallery,
    .cardview .bicon-more{
        display: inline-flex;
    }

    /* mobile cardview 多規格下拉選單 右邊靠左*/
    .product-container.card .cardview-wrap:nth-child(even) .multple_spec_dropdown{
        left: auto;
        right: 0;
    }
}

.spam-btn-on {
    padding: 3px 11px 3px 10px;
    font-size: 13px;
    color: var(--text-color-TextWhite);
    background-color: var(--bg-color-Negative2);
    cursor: pointer;
    border-radius: 5px;
}

.sort-btn {
    cursor: pointer;
    padding: 0 16px;
    border: solid 1px var(--stroke-2);
    color: var(--foreground-3);
    border-left: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    white-space: nowrap;
}

.sort-btn-first {
    border-left: solid 1px var(--stroke-2);
}

.sort-btn:hover {
    background-color: var(--background-3);
}

.sort-btn-act {
    border: solid 1px var(--foreground-1);
    color: var(--foreground-1);
}

.sort-btn .sort_arrow{
    width: 10px;
    height: 13px;
    background-image: url(/images/ic_sort_up-down@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2px;
    margin-left: 3px;
}
.sort-btn:hover .sort_arrow{
    background-image: url(/images/ic_sort_up-down_i@2x.png);
}
.sort-btn.lp .sort_arrow{
    background-image: url(/images/ic_sort_up-bk@2x.png);
}
.sort-btn.hp .sort_arrow{
    background-image: url(/images/ic_sort_down-bk@2x.png);
}

.view-toggle-pc {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.view-toggle-pc .midline {
    height: 24px;
    min-height: 24px;
    border-left: solid 1px var(--stroke-2);
    margin: 0 4px;
}

/* 以下為listview style */

.product-row {
    border-bottom: 1px solid var(--stroke-2);
    position: relative;
    padding: 12px 12px 12px 16px;
    order: clamp(-1,var(--order) - 5,0);
}
/* @media (min-width: 1200px) {
    .product-row:last-child{
        border-bottom:1px #d6d8dd solid;
    }
} */

.product-group-row {
    border-bottom: 1px solid var(--stroke-2);
    padding: 12px 8px 12px 16px;
}

.list-img-wrap {
    height: 120px;
    min-width: 120px;
    max-width: 120px;
    margin-top: 8px;
    margin-right: 16px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.list-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.list-img-wrap .bicon-img-search{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--opacityBg-color-BgOGray2);
}
.list-img-wrap:hover .bicon-img-search{
    display: flex;
}
.list-img-wrap .bicon-img-search:hover {
    background-color: var(--bg-color-BgGray4);
}

.list-desc {
    width: 100%;
}

.list-desc .cata-breadcrumb a,
.list-desc .cata-breadcrumb a:hover{
    color: var(--text-color-BigGoY);
}

.list-grouping-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 200px;
    margin-left: 16px;
}
.list-grouping-wrap .store-name{
    font-size: 13px;
    color: var(--foreground-3);
}
.list-grouping-wrap .store-price{
    font-size: 17px;
    font-weight: bold;
    color: var(--product-price);
}

.list-product-name {
    width: 100%;
    line-height: 1.43;
    /* max-height: 44px; */
    /* overflow: hidden; */
    /* word-break: break-all; */
    margin-top: 8px;
    margin-bottom: 3px;
}

.list-product-name a {
    color: var(--product-link);
    font-size: 16px;
}

.list-desc .price {
    font-size: 24px;
    color: var(--product-price);
    font-weight: bold;
    line-height: 1.5;
}

/* .list-desc .cb {
    font-size: 14px;
    color: #db8700;
}

.list-desc .cb img {
    height: 14px !important;
    margin-bottom: 2px;
} */

.list-group-btn {
    padding: 5px 7px 5px 15px;
    border-radius: 16px;
    box-shadow: 0 4px 8px 0 rgba(221, 36, 3, 0.3);
    background-image: linear-gradient(105deg, #f2385b, #e57b00);
    font-size: 13px;
    color: var(--text-color-TextWhite);
    cursor: pointer;
    line-height: 15px;
    white-space: nowrap;
}

.list-group-btn:hover {
    box-shadow: unset;
    transform: translateY(1px);
}

.price-margin {
    margin-top: 6px;
}

.pc-store-btn-group {
    border-radius: 6px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 24px;
    margin-bottom: 12px;
    padding-right: 16px;
}

.pc-store-btn {
    border-radius: 6px;
    background-color: var(--background-3);
    color: var(--foreground-2);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.pc-store-btn-act {
    box-shadow: 0 3px 7px 0 rgba(0, 196, 196, 0.36);
    background-color: var(--btn-color-BigGoB3);
    color: var(--text-color-TextWhite);
    cursor: pointer;
}

/* mlt */
#search-mlt {
    min-height: 360px;
    max-height: 360px;
    overflow: auto;
    background: #fff;
}

.search-mlt-item {
    min-height: 120px;
    border-bottom: 1px #F3F3F5 solid;
    padding: 10px 8px 10px 8px;
}

#price_l:focus, #price_h:focus {
    border: 1px #d98e00 solid;
}

.mobile-list-group-btn {
    margin-top: 5px;
    width: fit-content;
    width: -moz-fit-content; 
    font-size: 13px; 
    color: #fff; 
    border-radius: 14px; 
    box-shadow: 0 3px 6px 0 rgba(221, 36, 3, 0.3); 
    background-image: linear-gradient(103deg, #f2385b, #ef860c); 
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
}

/* .search-option-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.2);
}

.search-option-block {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}

.search-option-title {
    height: 54px;
    width: 100%;
    font-size: 18px;
    color: #283742;
    position: relative;
    border-bottom: 1px #DCDCDC solid;
}

#search-option-close {
    position: absolute;
    left: 13px;
    top: 20px;
}

.search-option-item {
    height: 48px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.search-option-item img.option-img {
    height: 32px;
    margin-right: 5px;
}

.search-option-item-desc {
    padding: 12px 14px 12px 8px;
    border-bottom: 1px #F1F1F1 solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    color: #283742;
    flex: 1;
}

.search-option-item-group .group-hide {
    display: none;
}
*/

@media (max-width: 576px) {
    .product-row {
        padding: 12px 12px 3px 12px;
        min-height: auto;
    }

    .list-img-wrap {
        height: 82px;
        min-width: 82px;
        max-width: 82px;
        margin-top: 0;
        margin-right: 8px;
    }


    .list-product-name a {
        font-size: 14px;
    }

    .promo-text {
        font-size: 12px;
    }

    .list-product-name {
        /* max-height: 44px; */
        margin-top: 0;
        margin-bottom: 4px;
    }

    .list-desc .price{
        font-size: 20px;
    }

    .price_sm_size{
        font-size: 19px !important;
    }

    .list-desc {
        /* min-height: 108px; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .list-desc-group {
        justify-content: flex-start;
    }

    .price-margin {
        margin: 0;
    }

    .sort-btn {
        background-color: var(--background-3);
        border-radius: 6px;
        font-size: 14px;
        padding: 0;
        padding-right: 18px;
        padding-left: 18px;
        border: none;
        height: 32px;
    }
    .sort-btn:hover,
    .sort-btn:active{
        background-color: #d3d8dd;
    }

    .sort-btn-act {
        background-color: var(--btn-color-BigGoB3);
        box-shadow: 0px 4px 10px rgba(0, 189, 194, 0.5);
        color: var(--text-color-TextWhite) !important;
        border: none;
    }
    .sort-btn-act:hover,
    .sort-btn-act:active{
        box-shadow: none;
        background-color: #00a8af;
    }

    .sort-btn-act img {
        opacity: 1;
    }

    .sort-btn-left {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-left: 15px;
    }

    .sort-btn-right {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .product-group-row {
        border-bottom-width: 3px;
    }
}

.search-tools-wrap {
    padding: 0 15px;
}

.search-tools-wrap .section-1{
    display: flex;
    align-items: center;
    position: relative;
    /* padding-top: 18px; */
    /* padding-bottom: 15px; */
    margin-left: -15px;
    margin-right: -15px;
    /* padding-right: 67px; */
}
.search-tools-wrap .section-1 .scroll-x-bar{
    display: flex;
    align-items: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    padding-top: 18px;
    padding-bottom: 15px;
}
.search-tools-wrap .section-1 .scroll-x-bar::after{
    content: "";
    display: block;
    min-height: 1px;
    min-width: 68px;
}
.search-tools-wrap .section-2{
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
}
/* .search-tools-wrap .section-3{
    text-align: center;
    padding-bottom: 11px;
    line-height: 1;
    font-size: 12px;
    color: #667680;
} */
.search-tools-wrap .section-3{
    font-size: 12px;
    line-height: 1;
    color: #de102f;
    margin-bottom: 12px;
    text-align: center;
}
.search-tools-wrap .touchactive{
    display: inline-flex;
    align-items: center;
    padding: 2px 5px;
}
.search-tools-wrap .touchactive:hover,
.search-tools-wrap .touchactive:active{
    border-radius: 5px;
    background-color: #ffd8de;
}
.search-tools-wrap .section-3 .colsebtn{
    display: inline-block;
    border-radius: 4px;
    background-color: #ed3753;
    font-size: 11px;
    transform: scale(0.91);
    white-space: nowrap;
    line-height: 16px;
    color: #ffffff;
    padding: 0 6px;
    font-weight: 700;
}

/* mobile 搜尋工具 */
.search-tool-filter-btn{
    position: relative;
    font-size: 14px;
    border-radius: 6px;
    background-color: var(--background-3);
    color: var(--text-color-TextGray2);
    white-space: nowrap;
    height: 32px;
    padding: 6px 16px;
    margin-left: 10px;
}

.search-tool-filter-btn.active{
    color: #fff;
    background-color:var(--btn-color-BigGoB3);
    box-shadow: 0 3px 7px 0 rgba(0, 196, 196, 0.5);
}

.search-tool-filter-btn:hover,
.search-tool-filter-btn:active{
    background-color: #d3d8dd;
}

.search-tool-filter-btn.active:hover,
.search-tool-filter-btn.active:active{
    background-color: #00a8af;
    box-shadow: none;
}

.search-tool-filter-btn .count{
    position: absolute;
    top: -5px;
    left: -5px;
    color: #ffffff;
    font-size: 10px;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    white-space: nowrap;
    /* height: 14px; */
    line-height: 14px;
    border-radius: 3px;
    background-color: #48555e;
    padding: 1px 4px;
    font-weight: bold;
}

/* .search-tool-buttom{
    position: relative;
    border-radius: 5px;
    background-color: #e5e9ed;
    font-size: 14px;
    text-align: center;
    color: #45545f;
    white-space: nowrap;
    height: 32px;
    padding: 6px 18px;
    margin-left: 10px;
}
.search-tool-buttom:hover,
.search-tool-buttom:active {
    background-color: #d3d8dd;
}
.search-tool-buttom.changed::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #02c3c3;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
} */

.view-toggle{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 65px;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, #f9fafb 35%); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, var(--background-2) 35%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px;
    z-index: 500;
    /* pointer-events: none; */
}

.cancel-filter-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 12px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    overflow-x: auto;
}
.cancel-filter-wrap > div{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
    color: var(--text-color-TextGray4);
    border-radius: 11px;
    background-color: #d6d8dd;
    padding: 2px 3px 2px 10px;
    margin-right: 8px;
}
.cancel-filter-wrap > div i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/images/22px_ic_delete_dark@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* mobile 搜尋工具 END */

/* m-menu START */
.m-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 52, 63, 0.4);
    z-index: 10000;
}
.m-menu .card {
    height: 300px;
    min-height: 300px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.m-menu .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: var(--text-color-TextGray4);
    border-bottom: solid 1px #d6d8dd;
    padding: 12px 12px 10px 16px;
}
.m-menu .card-close {
    width: 36px;
    height: 36px;
    background: url(/images/ic-myfav-delete-i@2x.png) center no-repeat;
    background-size: contain;
    flex: 0 0 36px;
}
.m-menu .card-close:hover,
.m-menu .card-close:active{
    border-radius: 100%;
    background-color: #e7e8ec;
}
.m-menu .card-save {
    border-radius: 7px;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #1aa1a9;
    padding: 9px 11px;
}
.m-menu .card-save:hover,
.m-menu .card-save:active{
    background-color: #edf0f4;
}
.m-menu .card-save:disabled {
    color: #a3afb9;
    background-color: transparent;
}

.m-menu .card-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d6d8dd;
    font-size: 17px;
    color: var(--text-color-TextGray4);
    padding: 10px 16px 10px 0px;
    margin-left: 16px;
}
.m-menu .card-content-item.check::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/extension/btnic_check_ok@2x.png) center no-repeat;
    background-size: 16px;
}

/* m-menu END */


@media screen and (max-width: 345px) {
    .list-desc {
        width: 150px;
    }
}

.tophits-img {
    background: #00B5B7;
    background-image: url(/images/img_title_related_hotlist@2x.png);
    background-repeat: no-repeat;
    background-position: 100% 6%;
    background-size: 120px;
    width: 100%;
    height: 74px;
    padding: 15px 0 0 14px;
    font-size: 14px;
}

.search-ad-banner {
    position: absolute;
    top: 150px;
}

.search-ad-banner-re {
    /* position: absolute; */
    /* top: 0;  */
    position: fixed;
    bottom: -500px;
    z-index: 1000;
    transition: all .5s;
}
.search-ad-banner-1366{
    left: 110px;
}
.biggo-sitemenu[opened] ~ .biggo-main-container .search-ad-banner-1366 {
    left: 240px;
}
.close-ad-banner-btn{
    position: absolute;
    top: -16px;
    right: -16px;
    height: 32px;
    width: 32px;
    background-image: url('/images/ic_close_gray@2x.png');
    background-color: rgba(255, 255, 255, .9);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60px;
    cursor: pointer;
}
.close-ad-banner-btn:hover{
    background-color: rgb(231, 232, 236);
}

.scroll-show {
    bottom: 30px;
}
/* .scroll-footer {
    bottom: 126px;
} */
/*
.search-ad-banner-1366 {
    width: 100px;
    height: 375px;
    display: none;
}
.search-ad-banner-1366-r {
    width: 100px;
    height: 375px;
    display: none;
}
@media (min-width: 1366px) {
    .search-ad-banner-1366 {
        left: 0px;
        display: block;
    }
    .search-ad-banner-1366-r {
        right: 0px;
        display: block;
    }
}
@media (min-width: 1400px) {
    .search-ad-banner-1366 {
        left: 40px;
    }
    .search-ad-banner-1366-r {
        right: 44px;
    }
}
@media (min-width: 1536px) {
    .search-ad-banner-1366 {
        left: 80px;
    }
    .search-ad-banner-1366-r {
        right: 82px;
    }
}
@media (min-width: 1600px) {
    .search-ad-banner-1366 {
        left: 120px;
    }
    .search-ad-banner-1366-r {
        right: 130px;
    }
}
@media (min-width: 1601px) and (max-width: 1919px) {
    .search-ad-banner-1366-r {
        right: 130px;
    }
}
@media (min-width: 1920px) {
    .search-ad-banner-1366 {
        left: 280px;
    }
    .search-ad-banner-1366-r {
        right: 280px;
        display: none;
    }
}
*/
.search-ad-banner-1920 {
    width: 320px;
    height: 540px;
    display: none;
}
@media screen and (min-width: 1920px) {
    .search-ad-banner-1920 {
        display: block;
    }
}

.search-ad-banner-mobile {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
}
.search-ad-banner-mobile-hide {
    bottom: -200px;
}

.MoreSuggestBtn > div{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 19px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: solid 1px var(--border-color-BorderOGray2);
    white-space: nowrap;
}

.suggest-tag{
    border-radius: 15px;
    background-color: var(--background-3);
    color: var(--foreground-2);
    padding: 4px 10px;
    margin-right:10px;
    margin-top:13px;
    font-size: 14px;
    cursor: pointer;
    white-space: normal;
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
}
.suggest-tag:hover{
    background-color: var(--background-3-hover);
}
.suggest-tag.active{
    background-color: var(--btn-color-BigGoB3)!important;
    box-shadow: 0px 3px 7px rgba(0, 189, 194, 0.36);
    color: var(--text-color-TextWhite);
}
@media (max-width: 768px) {
    .suggest-tag{
        font-size: 15px;
    }
}

#ShowMoreSuggest , .suggest-hide{
    display: none;
}
#ShowMoreSuggest:checked~div .MoreSuggestBtn {
    display: none;
}
#ShowMoreSuggest:checked~div .suggest-hide {
    display: inline-block;
}

.price-range-btn{
    border-radius: 6px;
    font-size: 14px;
    background-color: var(--background-3);
    color: var(--foreground-2);
    padding: 4px;
    cursor: pointer;
    margin-right: 7px;
    margin-bottom: 10px;
    white-space: nowrap!important;
    display: inline-block!important;
}

.price-range-btn:hover {
    background-color: var(--background-3-hover);
}

.price-setting-bar{
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    background: transparent;
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
    padding-bottom: 13px;
}

.scroll-x-bar::-webkit-scrollbar,
.price-setting-bar::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
}

.price-setting-bar .price-input{
    text-align: center;
    height: 37px;
    max-width: 90px;
    color: var(--foreground-1);
    border: solid 1px var(--stroke-2);
    background-color: var(--input-background);
    border-radius: 6px;
}
.price-setting-bar input::placeholder {
    color: var(--input-placeholder);
}
.price-setting-bar .price-input:focus{
    outline: none !important;
    border: 2px solid #d98e00;
}

.price-setting-bar .submit-btn{
    display: flex;
    color: var(--text-color-TextWhite);
    border-radius: 6px;
    box-shadow: rgb(28 61 83 / 36%) 0px 2px 5px 0px;
    background-color: var(--text-color-TextGray4);
    white-space: nowrap;
    padding: 9px 10px 7px;
    margin-left: 10px;
}
.price-setting-bar .submit-btn:hover,
.price-setting-bar .submit-btn:active{
    color: rgba(228, 228, 228, 50%);
    background-color: #000000;
}


.price-setting-bar .clear-btn{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #c67b02;
    border-radius: 5px;
    white-space: nowrap;
    margin-left: 3px;
}
.price-setting-bar .clear-btn:hover,
.price-setting-bar .clear-btn:active{
    background-color: var(--opacityBg-color-BgOGray1);
}

.submit-price-btn {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: var(--bg-color-BgGray4);
    cursor: pointer;
}
[data-theme='dark'] .submit-price-btn {
    background-color: var(--border-color-BorderGray1);
}

.submit-price-btn img{
    width: 30%;
}
@media (max-width: 768px) {
    .price-range-btn {
        background-color: var(--background-3);
        color: var(--foreground-2);
        font-size: 14px;
        padding: 7px !important;
        margin-bottom: 0;
    }
    .price-range-btn:hover,
    .price-range-btn:active{
        background-color: var(--background-3-hover);
    }
}

/* biggo checkbox */
._ckbox input[type="checkbox"]{
    display: none;
}

._ckbox ._ckbox-mark::after{
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid var(--bg-color-BgWhite);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

._ckbox input[type="checkbox"]:checked~ ._ckbox-mark::after{
    display: block;
}

._ckbox ._ckbox-mark{
    display: block;
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    border:  2px solid var(--stroke-1);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

._ckbox input[type="checkbox"]:checked~ ._ckbox-mark{
    background-color:var(--btn-color-BigGoB3);
    border:var(--btn-color-BigGoB3) 2px solid;
}
/* biggo checkbox end */


/* mobile 自選設定checkbox */
._cpstore-ckbox input[type="checkbox"]{
    display: none;
}

._cpstore-ckbox ._cpstore-ckbox-mark::after{
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 0px;
    width: 11px;
    height: 17px;
    border: solid var(--bg-color-BgWhite);
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

._cpstore-ckbox input[type="checkbox"]:checked~ ._cpstore-ckbox-mark::after{
    display: block;
}

._cpstore-ckbox ._cpstore-ckbox-mark{
    display: block;
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    border: 3px solid var(--border-color-BorderGray1);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

._cpstore-ckbox input[type="checkbox"]:checked~ ._cpstore-ckbox-mark{
    background-color:var(--btn-color-BigGoB3);
    border:var(--btn-color-BigGoB3) 3px solid;
}
/* mobile 自選設定checkbox end */

/* promo wrap start*/
.hover-black:hover{
    color: var(--text-color-TextGray4);
}
.promo-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--btn-color-Positive1);
    background-color: var(--btn-color-Positive1);
    color: var(--text-color-TextGray4);
    padding: 15px 18px;
    margin-top: 12px;
    font-size: 16px;
    border-radius: 6px;
}
.promo-wrap .promo-content{
    width: 0;
    flex: 1;
    display: flex;
    padding-right: 12px;
}
.promo-wrap .promo-store{
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 10px;
}
.promo-wrap .promo-text{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word !important;
}

@media (max-width:768px){
    .promo-wrap{
        font-size: 14px;
        padding: 8px 10px 8px 12px;
        margin-top: 3px;
        margin-bottom: 9px;
    }
    .promo-wrap:hover,
    .promo-wrap:active{
        background-color: #c5e8ce;
    }
    .promo-wrap .promo-content{
        flex-wrap: wrap;
    }
    .promo-wrap .promo-store{
        line-height: 24px;
    }
    .promo-wrap .promo-text{
        line-height: 16px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word !important;
    }
}
/* promo wrap end */