body{
    background: var(--sg-bgblack);
}
.wm-body{
    align-items: initial;
}
.wm-body .con-left{
    position: sticky;
    top: 108px;
    min-width: 380px;
    height: fit-content;
}
.product-list{
    max-width: 1334px;
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
}
.product-list .product-list-body{
    margin: 0rem;
}
@media screen and (max-width: 1334px){
    .product-list{
        margin: 0 0.5rem;
    }
}
.web-main .con-head{
    position: sticky;
    top: 60px;
    margin: 0 auto;
    background: var(--sg-bglight);
    z-index: 100;
    margin-bottom: 0.5rem;
    display: none;
}
.web-main .con-head > .box{
    height: 60px;
    max-width: 1317px;
    margin: 0 auto;
}
.web-main .con-head h2{
    font-size: 1rem;
}
.con-head .btn{
    position: absolute;
    width: 2.5rem;
    height: 100%;
    padding: 0rem;
    background: transparent;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.con-head .btn .icon{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50rem;
    background: var(--sg-bglight);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.con-head .btn-prov{
    left: 0.1rem;
}
.con-head .btn-next{
    right: 0.1rem;
}
.con-head ul{
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
}
.con-head ul li{
    min-width: max-content;
    margin: 0rem 0.2rem;
}
.con-head ul li a.btn-filter{
    color: var(--sg-bglight) !important;
    background: var(--sg-color-brand);
}
.con-head ul li a.btn-filter path{
    stroke: var(--sg-bglight);
}
.con-head ul li a.list-item svg{
    width: 1.1rem;
    margin-right: 0.2rem;
}
.con-head ul li a.list-item{
    min-width: max-content;
    border-radius: 0.8rem;
    padding: 0rem 0.3rem;
    height: 1.8rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 0;
    border-radius: 0.5rem;
    color: var(--sg-color-text);
}
.con-head ul li a.active{
    color: var(--sg-bglight);
    background: var(--sg-color-text);
}
.con-head ul li a.list-item::before{
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 10;
}
@media only screen and (max-width: 1175px) {
    .wm-body .con-left{
        min-width: 250px;
    }
}
@media only screen and (max-width: 1020px){
    .product-list .product-list-body > ul {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}
@media only screen and (max-width: 1000px){
    .product-list li .head .text p{
        font-size: 0.8rem;
        font-weight: 400;
    }
    .product-list li .con h2{
        font-size: 0.9rem;
    }
    .product-list li .con .product-price p{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 870px){
    .wm-body .con-left{
        top: 0;
        left: -100%;
        min-width: 350px;
        max-width: 95%;
        position: fixed;
        height: 100vh;
        z-index: 1000000000000;
        background: var(--sg-bglight);
        box-shadow: rgba(149, 157, 165, 0.2) 0px -8px 24px;
        transition: all ease-in-out 0.3s;
        overflow: hidden;
        border-radius: 0rem 1rem 1rem 0rem;
    }
    .wm-body .con-left .wsl-bg{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: -100%;
        background: var(--sg-bglight);
        opacity: 0.3;
        z-index: 0;
    }
    .wm-body .websl-active{
        left: 0%;
    }
    .wm-body .websl-active .wsl-bg{
        left: 0%;
    }
    .wm-body .con-left .web-sibar-list-body{
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: max-content;
        max-height: 100vh;
        z-index: 2;
    }
    .wm-body .con-left .web-sibar-list-body::-webkit-scrollbar{
        display: none;
    }
    .web-sibar-list .ws-head {
        position: sticky;
        top: 0;
        background: var(--sg-bglight);
        z-index: 5;
    }
    .web-sibar-list .ws-head > .box{
        height: 60px;
    }
    .web-sibar-list .ws-head h2{
        font-size: 0.9rem;
    }
    .web-main .con-head{
        display: block;
        overflow: hidden;
        margin: 0rem auto;
        margin-bottom: 0.5rem;
    }
    body:has(.webhead-active) .con-head{
        z-index: 1000000000000000;
    }
    body:has(.websl-active) .con-head{
        z-index: 1000000000 !important;
    }
    .con-head ul li:has(.btn-filter){
        margin-left: 0.5rem;
    }
    .con-right{
        width: 100% !important;
        display: block;
    }
}
@media only screen and (max-width: 850px)
{

}
@media only screen and (max-width: 650px) {
    .product-list .product-list-body > ul {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.5rem;
    }
}
@media only screen and (max-width: 600px) {
    .web-main .con-head{
        /* background: #ffffffde; */
        /* backdrop-filter: blur(20px); */
    }
    .con-head ul li a.list-item{
        font-size: 0.8rem;
    }
}
