body{
    background: var(--sg-bgblack);
}
.web-main{
    max-width: 1317px;
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
}
@media screen and (max-width: 1334px){
    .web-main{
        margin: 0 0.5rem;
        margin-top: 0.5rem;
    }
}
/* -------------------------------this Is header of product check  */
.product-check{
    background: var(--sg-bglight);
    border-radius: 0.5rem;
}
.product-check-body{
    display: flex;
    align-items: initial;
    padding: 0.8rem;
    max-width: 1000px;
}

.product-check-body > .head{
    width: 40%;
    min-width: 500px;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: var(--sg-bglight);
    position: sticky;
    top: 116px;
}
/* -----------img preview ------------ */
.product-check .pc-img{
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-check .pc-img-box{
    display: block;
    overflow: hidden;
    border-radius: 0.6rem;
    height: 100%;
    width: 100%;
    background: var(--sg-bgblack);
    opacity: 0.3;
    transition: all ease-in-out 0.3s;
}
.product-check .pc-img-box-active{
    opacity: 1;
}
.product-check .pc-img-box img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    scale: 1.1;
}
/* ------------------this is slider -------------- */
.product-check .pc-slider{
    width: 100px;
    min-width: 100px;
    overflow: hidden;
}
.product-check .pc-slider .pc-slider-body {
    height: 100%;
    margin-left: 0.5rem;
}
.product-check .pc-slider .swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.product-check .pc-slider .swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid var(--colorBorder-00);
}
.product-check .pc-slider .swiper .ss-active{
    border-color: var(--sg-color-brand);
}
.product-check .pc-slider .swiper .swiper-slide .box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.6rem;
}
.product-check .pc-slider .swiper .swiper-slide .box img{
    scale: 1.2;
}
/* -----------------------------this is content check  */
.product-check-body > .con{
    width: calc(100% - 500px);
}
.product-check-body .con-box{
    margin: 0rem 0.8rem;
}
/* -------------this is text content of product head ------  */
.product-check-body > .con .head h2{
    font-size: 1.25rem;
    font-weight: 500;
}
.product-check-body > .con .head ul{
    margin: 0.5rem 0rem;
}
.product-check-body > .con .head li{
    margin-right: 0.5rem;
}
.product-check-body > .con .head li p{
    font-size: 1rem;
    border-bottom: 1px solid var(--sg-color-text);
    line-height: 1.2;
}
.product-check-body > .con .head li .icon-list{
    margin-left: 0.3rem;
}
.product-check-body > .con .head li .icon-list svg{
    width: 0.9rem;
}
.product-check-body > .con .head li .icon-list svg path{
    stroke: var(--sg-color-brand);
}
.product-check-body > .con .head li span{
    margin-left: 0.3rem;
}
.product-check-body > .con .head .text p.icon{
    width: max-content;
    height: 0.8rem;
    position: absolute;
    left: calc(100% + 0.2rem);
    top: 0;
    font-size: 0.7rem;
    padding: 0rem 0.4rem;
    height: 1.3rem;
    color: var(--sg-colorlight);
    background: var(--sg-color-brand);
}
.product-check-body > .con .head .text h2{
    position: relative;
    width: max-content;
    color: var(--sg-color-brand);
    margin: 0.8rem 0rem;
    font-size: 1.5rem;
}
/* ------------this is product detail ---------- */
.product-check-body > .con .con-text table{
    width: 100%;
    text-align: left;
}
.product-check-body > .con .con-text table tr{
    padding: 0.8rem 0rem;
}
.product-check-body > .con .con-text table td{
    line-height: 1.5;
    padding-left: 0.5rem;
    font-size: 0.9rem;
}
.product-check-body > .con .con-text table th p{
    min-width: max-content;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
}
.product-check-body > .con .con-color p{
    font-weight: 550;
    font-size: 1rem;
    margin-left: 0.5rem;
}
.product-check-body > .con .con-color{
    overflow: hidden;
    border-radius: 0.5rem;
    /* background: var(--sg-bglight); */
    height: 40px;
    margin: 0.5rem auto;
    /* outline: 3px solid var(--sg-outline-colorSpace); */
}
.product-check-body > .con .con-color .color-list span{
    margin: 0rem 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background: var(--sg-color-brand);
}
/* this is tranding love of user ----------- */
.product-check-body > .con .tran-love{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-check-body > .con .tran-love h2{
    width: max-content;
    min-width: 100px;
    text-align: center;
    font-size: 1rem;
    margin: 0rem 0.5rem;
}
.product-check-body > .con .tran-love h2 span{
    display: block;
    font-size: 0.7rem;
    font-weight: 400;
}
.product-check-body > .con .tran-love ul{
    width: 100%;
    opacity: 0.1;
}
.product-check-body > .con .tran-love ul li{
    width: 100%;
    height: 10px;
    margin: 0.2rem 0rem;
    background: var(--sg-color-brand);
    position: relative;
    overflow: hidden;
}
.product-check-body > .con .tran-love ul li span{
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background: var(--sg-color-text);
    /* border-radius: 0rem 0.8rem 0.8rem 0rem; */
}
.product-check-body > .con .tran-love ul li:first-child span{
    width: 80%;
}
.product-check-body > .con .tran-love ul li:nth-child(2) span{
    width: 40%;
}
.product-check-body > .con .tran-love ul li:nth-child(3) span,
.product-check-body > .con .tran-love ul li:nth-child(4) span{
    width: 20%;
}
.product-check-body > .con .tran-love ul li:last-child span{
    width: 30%;
}
/* -------------this is description for product ----------- */
.product-check-body > .con .description{
    margin: 0.5rem auto;
}
.product-check-body > .con .description h2{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
}
.product-check-body > .con .description p{
    line-height: 1.5;
    font-size: 0.9rem;
}
/* -----------this is footer of product check ----------- */
.product-check-body > .con .con-foot .icon svg{
    width: 1.4rem;
}
.product-check-body > .con .con-foot .icon svg:last-child,
.product-check-body > .con .con-foot .love-active .icon svg:first-child{
    display: none;
}
.product-check-body > .con .con-foot .love-active .icon svg:first-child{
    display: block;
}
.product-check-body > .con .con-foot .love-active .icon path{
    fill: var(--sg-maincolor-orangdark);
    stroke: var(--sg-maincolor-orangdark) !important;
}
.product-check-body > .con .con-foot .add-cart-active button{
    opacity: 0.5;
    cursor: not-allowed;
}
.product-check-body > .con .con-foot .add-cart-active button:hover{
    cursor: not-allowed;
}
.product-check-body > .con .con-foot .love p,
.product-check-body > .con .con-foot .check-cart{
    display: none;
}
.product-check-body > .con .con-foot .love .icon{
    border-radius: 0.5rem;
    width: 2.2rem;
    cursor: pointer;
    height: 2.2rem;
    outline-offset: -1px;
    outline: 2px solid var(--colorBorder-00);
    background: transparent;
}
.product-check-body > .con .con-foot .add-cart{
    width: calc(100% - 2.5rem);
}
.product-check-body > .con .con-foot .add-cart button{
    background: var(--sg-color-brand);
    width: 100%;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-items: center;
    border-radius: 5px;
    font-size: 0.9rem;
    color: var(--sg-colorlight);
    cursor: pointer;
}
.product-check-body > .con .con-foot .add-cart button .icon{
    height: 100%;
}
.product-check-body > .con .con-foot .add-cart button *{
    stroke: var(--sg-colorlight);
}
/* -----------------------------------------------this is product fix ------- */
.web-menu-tab{
    display: none;
}
.product-list-head .plh-box{
    height: 60px;
}
.product-list-head h2{
    font-size: 1rem;
    font-weight: 500;
    width: max-content;
    max-width: 100%;
    margin-right: 1rem;
}
.product-list-head .plh-box span{
    flex-grow: 1;
    height: 6px;
    border-radius: 50rem;
    display: block;
    background: var(--colorBorder-00);
}
.product-list .product-list-body{
    margin: 0.5rem 0rem;
}
.product-list .product-list-body > ul{
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
}

@media only screen and (max-width: 1200px) {
    .con-left{
        display: none;
    }
    .con-right{
        width: initial;
        max-width: 100%;
    }
    .product-check{
        max-width: 917px;
    }
    .web-menu-tab{
        display: block;
    }
}
@media only screen and (max-width: 860px){
    .product-check-body{
        display: block;
    }
    .product-check-body > .head{
        position: initial;
    }
    .product-check-body > .con{
        width: 100%;
        max-width: 500px;
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 550px){
    .web-main{
        margin: 0 auto;
    }
    .product-check-body{
        padding: 0.5rem;
        border-radius: 1rem;
        overflow: hidden;
        padding-bottom: 1rem;
    }
    .product-check-body > .head{
        min-width: initial;
        width: 100%;
        height: initial;
        max-height: initial;
        align-items: initial;
        display: block;
        margin-top: 1rem;
    }
    .product-check .pc-img{
        width: initial;
    }
    .product-check .pc-img-box{
        border-radius: 0.5rem;
    }
    .product-check .pc-slider{
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 100px;
        margin-top: 0.5rem;
    }
    .product-check .pc-slider .pc-slider-body{
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    .product-list{
        margin: 0rem 0.5rem;
    }
}
@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;
    }
}
