.tapo-hidden{
    display: none;
}

.filter-topBanner {
    max-width: 120em;
    font-size: 0.83vw;
    background: #fff;
    position: relative;
    margin: 0 auto;
}
.filter-topBanner .topBanner-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.filter-topBanner img,
.filter-topBanner picture {
    width: 100%;
    display: block;
}
.filter-topBanner .topBanner-text {
    width: 90em;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #1d2529;
}
.filter-topBanner .topBanner-text h2 {
    font-size: 2.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.025em;
    padding: 0 0 0.2em;
}
.filter-topBanner .topBanner-text p {
    font-size: 1.125em;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}
@media (max-width: 1680px) {
    .filter-topBanner {
        font-size: 14px;
    }
}
@media (max-width: 1440px) {
    .filter-topBanner {
        font-size: 12px;
    }
}
@media (max-width: 1280px) {
    .filter-topBanner {
        font-size: 10.66px;
    }
}
@media (max-width: 1024px) {
    .filter-topBanner {
        font-size: 8.53px;
    }
}
@media (max-width: 736px) {
    .filter-topBanner {
        font-size: 10.35px;
    }
    .filter-topBanner .topBanner-text {
        width: auto;
        text-align: center;
        justify-content: flex-start;
        padding: 3.86em 0;
        box-sizing: border-box;
    }
    .filter-topBanner .topBanner-text h2 {
        color: #1d2529;
        font-size: 2.1256em;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .filter-topBanner .topBanner-text p {
        font-size: 1.35266em;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%;
    }
}
@media (max-width: 414px) {
    .filter-topBanner {
        font-size: 2.5vw;
    }
}
.filter-body-wrapper {
    max-width: 120em;
    font-size: 0.83vw;
    background: #fff;
    position: relative;
    margin: 0 auto;
}
.filter-body-wrapper .filter-body-content {
    width: 90em;
    margin: 0 auto;
    padding: 5em 0;
    display: flex;
    justify-content: space-between;
}
.filter-body-wrapper .filter-selector {
    width: 21.25em;
}
.filter-body-wrapper  .filter-selector-header{
    display: none;
}
.filter-body-wrapper .filter-selectorWrapper .filter-selector-header {
    display: flex;
    align-items: baseline;
    padding: 0 0 1.5em;
    border-bottom: 0.0625em solid rgba(29, 37, 41, 0.102);
}
.product-empty-tips{
    font-size: 1.125em;
    text-align: center;
    color: rgba(29, 37, 41, 0.6);
}

.filter-body-content .product-loading{position: relative;}
.filter-body-content .product-loading:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.6) url(../gif/loading-2.gif) 50% 25% no-repeat;}
.filter-body-wrapper .filter-selector-header h2 {
    width: 11.666667em;
    color: #1d2529;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    margin-right: auto;
}
.filter-body-wrapper .filter-selector-header .resetBtn {
    color: #0069bf;
    text-align: right;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    background: unset;
    cursor: pointer;
}
.filter-body-wrapper .filter-selector-header .filter-m-menuIcon {
    display: none;
}
.filter-body-wrapper .filter-selector-one {
    border-bottom: 0.0625em solid rgba(29, 37, 41, 0.102);
}
.filter-body-wrapper .filter-selector-one .selector-one-title {
    margin: 1.5em 0;
    width: 100%;
    background: url(https://static.tapo.com/res/new-home/downArrow_v2.svg) 100% 50%/1.25em no-repeat;
    cursor: pointer;
}
.filter-body-wrapper .filter-selector-one .selector-one-title span {
    width: 17.111111em;
    color: #1d2529;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
.filter-body-wrapper .filter-selector-one.active .selector-one-title {
    background: url(https://static.tapo.com/res/new-home/upArrow_v2.svg) 100% 50%/1.25em no-repeat;
}
.filter-body-wrapper .filter-selector-one ul {
    display: none;
}
.filter-body-wrapper .filter-selector-one li {
    padding: 0 0 1.5em;
    color: #1d2529;
    display: flex;
    align-items: center;
}
.filter-body-wrapper .filter-selector-one li input {
    width: 1.25em;
    height: 1.25em;
    margin: 0 0.5em 0 0;
    -webkit-appearance: none;
    appearance: none;
    background: url(https://static.tapo.com/res/new-home/checkbox.svg) center/100% no-repeat;
    cursor: pointer;
}
.filter-body-wrapper .filter-selector-one li input:checked {
    background: url(https://static.tapo.com/res/new-home/checkbox-selected.svg) center/100% no-repeat;
}
.filter-body-wrapper .filter-selector-one li input:focus {
    outline: #0071e3 solid 2px;
    outline-offset: -2px;
}
.filter-body-wrapper .filter-selector-one li label {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
}
.filter-body-wrapper .filter-resultWrapper {
    width: 66.75em;
}
.filter-body-wrapper .filter-resultContainer {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.filter-body-wrapper .filter-resultContainer::after{
    margin: 0 0.375em 1.5em;
    position: relative;
    width: 21.25em;
    display: block;
    content: '';
}
.filter-body-wrapper .filter-resultContainer .card {
    margin: 0 0.375em 1.5em;
    position: relative;
    width: 21.25em;
    display: block;
    background: #f7f8f9;
    border-radius: .75em;
    transition: 250ms;

}
.filter-body-wrapper .filter-resultContainer .card .imgContainer {
    height: 15.85em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 0 1.5em;
}
.filter-body-wrapper .filter-resultContainer .card .imgContainer img {
    width: 13.75em;
    height: 13.75em;
    display: block;
}
.filter-body-wrapper .filter-resultContainer .card .imgOverviews {
    margin: 0 0 1.5em;
    display: none;
    justify-content: center;
}
.filter-body-wrapper .filter-resultContainer .card .imgOverviews img {
    width: 3.7em;
    height: 3.7em;
    border-radius: 0.5em;
    border: 1px solid rgba(29, 37, 41, 0.1);
    display: block;
    margin: 0 0.375em;
}
.filter-body-wrapper .filter-resultContainer .card .imgOverviews img.active {
    border: 1px solid #0069bf;
}
.filter-body-wrapper .filter-resultContainer .card .tag {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    padding: 0.25em 0.5em;
    justify-content: center;
    align-items: center;
    border-radius: 0.9375em;
}
.filter-body-wrapper .filter-resultContainer .card .tag-text {
    font-size: 0.875em;
    font-style: normal;
    font-weight: 500;
    line-height: 128.571%;
}
.filter-body-wrapper .filter-resultContainer .card .tag-new {
    background: rgba(0, 105, 191, 0.12);
    color: #0069bf;
}
.filter-body-wrapper .filter-resultContainer .card .tag-comingSoon {
    background: rgba(98, 178, 125, 0.12);
    color: #417562;
}
.filter-body-wrapper .filter-resultContainer .card .tag-hotBuy {
    background: rgba(229, 46, 83, 0.12);
    color: #c72848;
}
.filter-body-wrapper .filter-resultContainer .card .strikethrough {
    text-decoration: line-through;
}
.filter-body-wrapper .filter-resultContainer .card h3 {
    color: rgba(29, 37, 41, 0.878);
    font-size: 1.25em;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 0.4em;
}
.filter-body-wrapper .filter-resultContainer .card p {
    color: rgba(29, 37, 41, 0.6);
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 0;
}
.filter-body-wrapper .filter-resultContainer .card .discountedPrice {
    color: rgba(41, 41, 41, 0.9);
    font-size: 1.25em;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.filter-body-wrapper .filter-resultContainer .card .originalPrice {
    color: rgba(29, 37, 41, 0.4);
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.filter-body-wrapper .filter-resultContainer .card .tapo-product-spec{
    display: none;
    padding-top: 1em;
    max-height: 34em;
    overflow-y: auto;
}
.filter-body-wrapper .filter-resultContainer .card .tapo-product-spec ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.filter-body-wrapper .filter-resultContainer .card .tapo-product-spec li{
    position: relative;
    padding-left: 1em;
    font-weight: 400;
    color: rgba(29,37,41,0.8);
    margin-bottom: 0.5em;
}

.filter-body-wrapper .filter-resultContainer .card .tapo-product-spec li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: .8;
    background: #A7A9AC;
    position: absolute;
    top: 0.7em;
    left: 0;
    margin-top: -2px;
}

.filter-body-wrapper .tapo-product-pack-list{
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.filter-body-wrapper .card.hover .tapo-product-pack-list{
    display: flex;
}
.filter-body-wrapper .card.hover .tapo-product-pack-list::after{
    content:'';
    width: 5.75em;
    border-radius: .5em;
    height: 0;
    padding: 0;
}
.filter-body-wrapper .tapo-product-pack-list li{
    width: 5.75em;
    background: rgba(29, 37, 41, 0.05);
    border-radius: .5em;
    padding: .5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 1em;
}
.filter-body-wrapper .tapo-product-pack-list li.active {
    background:rgba(0, 105, 191, 0.1);
    color: rgba(0, 105, 191, 1);
}
.filter-body-wrapper .tapo-product-pack-list li .tapo-product-pack-tag{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
}
@media (min-width: 737px) {
    .filter-body-wrapper .filter-resultContainer .card.hover .cardContent {

        position: absolute;
        z-index: 9;
        background: #fff;
        box-shadow: 0 0 2.5em 0 rgba(0, 0, 0, 0.1);
    }
    .filter-body-wrapper .filter-resultContainer .card.hover{
        background: #fff;

    }

    .filter-body-wrapper .filter-resultContainer .card.hover .tapo-product-spec{
        display: block;

    }
    .filter-body-wrapper .filter-resultContainer .card.hover .imgOverviews {
        display: flex;
        justify-content: center;
    }
    .filter-body-wrapper .filter-resultContainer .card.hover .priceHoverBlue {
        color: #0069bf;
    }
}
.filter-body-wrapper .filter-resultContainer .cardContent {
    width: 21.25em;
    box-sizing: border-box;
    padding: 1.5em 1.5em;
    position: relative;
    border-radius: 0.5em;
    background: #f7f8f9;
    transition: 250ms;
}
.filter-body-wrapper .filter-resultPagination ul {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.filter-body-wrapper .filter-resultPagination-li {
    display: inline-block;
    min-width: 2em;
    margin: 0 0.5em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-body-wrapper .filter-resultPagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    background: rgba(242, 243, 245, 0.5);
    border-radius: 0.25em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.filter-body-wrapper .filter-resultPagination-btn.active {
    background: rgba(0, 105, 191, 0.078);
    color: #0069bf;
}
.filter-body-wrapper .filter-resultPagination-prev{
    background: url(https://static.tapo.com/res/new-home/pagination-inactive.svg?1) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    transform: rotate(0deg);


}
.filter-body-wrapper .filter-resultPagination-next {
    background: url(https://static.tapo.com/res/new-home/pagination-inactive.svg?1) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    transform: rotate(180deg);


}

.filter-body-wrapper .filter-resultPagination-prev.active {
    background: url(https://static.tapo.com/res/new-home/pagination-active.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    transform: rotate(180deg);
}
.filter-body-wrapper .filter-resultPagination-next.active {
    background: url(https://static.tapo.com/res/new-home/pagination-active.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    align-items: center;
    transform: rotate(0deg);

}
.filter-body-wrapper .filter-resultPagination-prev.active:hover {
    background: rgba(0,105,191,0.1) url(https://static.tapo.com/res/new-home/pagination-selected.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    transform: rotate(180deg);


}
.filter-body-wrapper .filter-resultPagination-next.active:hover  {
    background: rgba(0,105,191,0.1)  url(https://static.tapo.com/res/new-home/pagination-selected.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    transform: rotate(0deg);

}
@media (max-width: 1680px) {
    .filter-body-wrapper {
        font-size: 14px;
    }
}
@media (max-width: 1440px) {
    .filter-body-wrapper {
        font-size: 12px;
    }
}
@media (max-width: 1280px) {
    .filter-body-wrapper {
        font-size: 10.66px;
    }
}
@media (max-width: 1024px) {
    .filter-body-wrapper {
        font-size: 8.53px;
    }
}
@media (max-width: 736px) {
    .filter-body-wrapper {
        font-size: 10.35px;
    }
    .filter-body-wrapper .filter-selector-one li input{
        width: 1.6em;
        height: 1.6em;
    }
    .filter-body-wrapper .filter-selector-one li label{
        font-size: 1.4em;
    }
    .filter-body-wrapper .filter-body-content {
        display: block;
        width: auto;
        padding: 2.3em 0;
    }
    .filter-body-wrapper .filter-selectorWrapper .filter-selector-content {
        display: none;
    }
    .product-empty-tips{
        font-size: 1.4em;
        line-height: 1.2;
        color: rgba(29, 37, 41, 0.6);
        text-align: center;
        padding: 8em 20px;
    }
    .filter-body-wrapper .filter-selectorWrapper.active {
        width: auto;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        right: 0;
        top: 8em;
        background: rgba(0, 0, 0, 0.4);
    }
    .filter-body-wrapper .filter-selectorWrapper.active .filter-selector {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 80vh;
        box-sizing: border-box;
        padding: 0 1.93em;
    }
    .filter-body-wrapper .filter-selectorWrapper.active .filter-selector-header {
        padding: 2.3em 0;
    }
    .filter-body-wrapper
    .filter-selectorWrapper.active
    .filter-selector-header
    .filter-m-menuIcon {
        background: url(https://static.tapo.com/res/new-home/close_v2.svg) center/100% no-repeat;
    }
    .filter-body-wrapper
    .filter-selectorWrapper.active
    .filter-selector-header
    .resetBtn {
        display: inline-block;
    }
    .filter-body-wrapper .filter-selectorWrapper.active .filter-selector-content {
        width: auto;
        display: block;
        overflow: auto;
        max-height: calc(87.5vh - 7em);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .filter-body-wrapper
    .filter-selectorWrapper.active
    .filter-selector-content::-webkit-scrollbar {
        display: none;
    }
    .filter-body-wrapper .filter-selector {
        width: auto;
        padding: 0 1.93em;
    }
    .filter-body-wrapper .filter-selector-header {
        border-bottom: none;
        padding: 0 0 2.3em;
        align-items: end;
        display: flex;
    }
    .filter-body-wrapper .filter-selector-header{
        padding: 0 1.93em 2.3em;
    }

    .filter-body-wrapper .filter-selector .filter-selector-header {
        display: none;
    }
    .filter-body-wrapper .filter-selectorWrapper.active .filter-selector .filter-selector-header{
        display: flex;
        border-bottom: 1px solid rgba(43, 43, 43, 0.1);
    }
    .filter-body-wrapper .filter-selector-header h2 {
        color: #1d2529;
        font-size: 1.93237em;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
    .filter-body-wrapper .filter-selector-header .resetBtn {
        font-size: 1.64251em;
        line-height: 129.412%;
        display: none;
    }
    .filter-body-wrapper .filter-selector-header .filter-m-menuIcon {
        display: inline-block;
        width: 1.855072em;
        height: 1.506763em;
        margin: 0.40464em 0 0.40744em 1.93em;
        color: transparent;
        background: url(https://static.tapo.com/res/new-home/menu.svg) center/100% no-repeat;
    }
    .filter-body-wrapper .filter-selector-header .filter-m-menuIcon:hover {
        color: transparent;
    }
    .filter-body-wrapper .filter-selector-one .selector-one-title {
        margin: 2.32em 0;
        padding: 0 1.6em 0 0;
        box-sizing: border-box;
        background: url(https://static.tapo.com/res/new-home/downArrow_v2.svg) 100% 50%/1.55em no-repeat;
    }
    .filter-body-wrapper .filter-selector-one .selector-one-title span {
        width: auto;
        font-size: 1.64251em;
    }
    .filter-body-wrapper .filter-selector-one .selector-one-title li {
        padding: 0 0 1.93em;
    }
    .filter-body-wrapper .filter-selector-one .selector-one-title li input {
        width: 1.54589em;
        height: 1.54589em;
        margin: 0 0.75em 0 0;
    }
    .filter-body-wrapper .filter-selector-one .selector-one-title li label {
        font-size: 1.35266em;
        line-height: 142%;
    }
    .filter-body-wrapper .filter-selector-one.active .selector-one-title {
        background: url(https://static.tapo.com/res/new-home/upArrow_v2.svg) 100% 50%/1.55em no-repeat;
    }
    .filter-body-wrapper .filter-resultWrapper {
        width: auto;
    }
    .filter-body-wrapper .filter-resultContainer {
        padding: 0 1.93em;
        justify-content: space-between;
    }
    .filter-body-wrapper .filter-resultContainer .card {
        width: 48.5%;
        height: auto;
        margin: 0 0 1.74em;
    }
    .filter-body-wrapper .filter-resultContainer .card .tag-text {
        font-size: 0.96618em;
    }
    .filter-body-wrapper .filter-resultContainer .card .imgContainer {
        height: 10em;
    }
    .filter-body-wrapper .filter-resultContainer .card .imgContainer img {
        width: 7.72947em;
        height: 7.72947em;
    }
    .filter-body-wrapper .filter-resultContainer .card h3 {
        font-size: 1.5em;
    }
    .filter-body-wrapper .filter-resultContainer .card p {
        font-size: 1.25em;
        -webkit-line-clamp: 3;
        padding: 0;
    }
    .filter-body-wrapper .filter-resultContainer .card .discountedPrice,
    .filter-body-wrapper .filter-resultContainer .card .originalPrice {
        font-size: 1.35266em;
    }
    .filter-body-wrapper .filter-resultContainer .card .priceHoverBlue {
        color: #0069bf;
    }
    .filter-body-wrapper .filter-resultContainer .cardContent {
        width: 100%;

        padding: 1.16em;
    }
}
@media (max-width: 375px) {
    .filter-body-wrapper {
        font-size: 2.5vw;
    }
}
