.web-header{
    width: 100%;
    position: sticky;
    background: var(--sg-bglight);
    top: 0;
    z-index: 100000;
    transition: all ease-in-out 0.3s;
}
body:has(.webhead-active) .web-header{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.web-header .web-body{
    margin: 0 auto;
    max-width: 1317px;
    position: relative;
}
@media screen and (max-width: 1317px){
    .web-header .web-body{
        margin: 0 1rem;
    }
}
.web-header .web-top{
    position: sticky;
    top: 0;
    background: var(--sg-bglight);
    z-index: 2;
}
.web-header .web-top-body{
    height: 70px;
    background: transparent;
}
body:has(.webhead-active) .web-top-body{
    height: 70px;
}
/* ---------------------this is top left header  */
.web-header .web-top-left{
    margin-right: 1.5rem;
}
.web-header .web-top-left .icon{
    width: 160px;
    height: auto;
    padding-bottom: 0.4rem;
}
/* this is top center --------------------- */
.web-header .web-top .web-top-center{
    width: 70%;
    height: 40px;
    position: relative;
}
.web-header .web-top .web-top-center
.list-item{
    height: 100%;
    background: var(--bgcolor-black);
    border-radius: 0.5rem;
}

.web-header .web-top .web-top-center
.list-item .category h2 span{
    font-size: 1rem;
    font-weight: 500;
}
.web-header .web-top .web-top-center .list-item .category{
    height: 100%;
}
.web-header .web-top .web-top-center .list-item .category .box{
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 0px;
    min-width: max-content;
    padding: 0rem 0.8rem;
    cursor: pointer;
    position: relative;
    border-right: 2px solid var(--bgcolor-brand);
    background: transparent;
    overflow: hidden;
}
.web-header .web-top .web-top-center .list-item .category .box:hover{
    overflow: initial;
}
.web-header .web-top .web-top-center .list-item .category .box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.web-header .web-top .web-top-center .list-item .category .box svg{
    width: 1rem;
    height: max-content;
    margin-left: 0.3rem;
    transition: all ease-in-out 0.3s;
}
.web-header .web-top .web-top-center .list-item .category .box:hover > h2 svg{
    rotate: 180deg;
}

.web-header .web-top .web-top-center .list-item .category .box svg path{
    stroke: black;
    stroke-width: 2px;
}
.web-header .web-top .web-top-center .list-item .category ul li a svg{
    margin-right: 0.5rem;
}
.web-header .web-top .web-top-center .search{
    width: 100%;
    height: 100%;
}
.web-header .web-top .web-top-center .search
form{
    height: 100%;
    padding: 0rem;
    margin: 0 auto;

}
.web-header .web-top .web-top-center .search input{
    width: 100%;
    height: 35px;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
    color: var(--sg-color-text);
    background: none;
    border-radius: 5px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    transition: all ease-in-out 0.5s;
}
.web-header .web-top .web-top-center .search
button{
    height: 100%;
    min-width: 2.5rem;
    border-radius: 0px;
    background: none;
}
.web-header .web-top .web-top-center .search
svg{
    width: 1.4rem;
}
.web-header .web-top svg path{
    stroke: var(--sg-color-text);
}
/* this is top right --------------------------  */
.web-header .web-top-right{
    max-width: max-content;
    margin-left: 0.5rem;
}
.web-header .web-top-right .langauge{
    min-width: max-content;
    border: 1px solid var(--sg-border-00);
    border-radius: 0.5rem;
}
.web-header .web-top-right .lang-choose{
    font-size: 1rem;
}
.web-header .web-top-right .lang-choose .text{
    height: 40px;
    padding: 0rem 0.8rem;
}
.web-header .web-top-right .lang-choose .icon{
    border-radius: 0.2rem;
    width: 1.5rem;
    height: 1.5rem;
}
.web-header .web-top-right .lang-choose p{
    font-size: 1rem;
}
.web-header .web-top-right .lang-choose svg{
    width: 1rem;
    height: max-content;
}
.web-header .web-top-right .langauge ul a{
    padding-left: 0rem;
}
.web-header .web-top-right .langauge ul a .icon{
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 0.3rem;
}
.web-header .web-top-right .langauge ul a .icon img{
    border-radius: 0.2rem;
}
.web-header .web-top-right .icon-list{
    min-width: max-content;
    margin: 0 0.4rem;
    position: relative;
    color: var(--sg-color-text);
}
.web-header .web-top-right .icon-list:active{
    color: var(--sg-color-brand);
    scale: 1.1;
}
.web-header .web-top-right .icon-list:last-child{
    margin-right: 0rem;
}
.web-header .web-top-right .icon-list .icon{
    border-radius: 50rem;
    width: 1.8rem;
    height: 1.8rem;
    min-width: 1.8rem;
    min-height: 1.8rem;
    background: var(--sg-border-00);
    margin-right: 0.2rem;
    background: none;
}
.web-header .web-top-right .icon-list svg{
    width: 1.4rem;
    height: auto;
}
.web-header .web-top-right .account{
    max-width: 100px;
}
.web-header .web-top-right .account p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--sg-color-text);
}
.web-header .web-top-right .account .profile-front{
    min-width: 2rem;
    min-height: 2rem;
    border: 3px solid var(--sg-border-00);
}
.web-header .notion-active{
    position: relative;
    overflow: initial;
}
.web-header .notion-active .box::before {
    position: absolute;
    content: var(--text-);
    width: max-content;
    min-width: 0.5rem;
    min-height: 1.5rem;
    padding: 0rem 0.5rem;
    font-size: 0.8rem;
    line-height: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-colorlight);
    border-radius: 50rem;
    right: 80%;
    bottom: 50%;
    background: var(--sg-color-brand);
    z-index: 5;
}
/* -------------this is header bottom---------------- */
.web-header .web-bottom{
    position: initial;
    opacity: 1;
    bottom: 0;
    z-index: 0;
    transition: all ease-in 0.5s;
}
body:has(.webhead-active) .web-header .web-bottom{
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    bottom: auto;
}
.web-header .web-bottom *{
    font-size: 1rem;
    color: var(--sg-color-text);
    stroke: var(--sg-color-text);
}
.web-header .web-bottom-body{
    height: 40px;
    padding-bottom: 0.5rem;
}
.web-header .web-bottom-left .shop-list{
    position: relative;
    padding: 0rem 0.3rem;
    color: var(--sg-colorlight);
    border-radius: 0.5rem;
    background: var(--sg-color-brand);
    overflow: hidden;
}
.web-header .web-bottom-left .shop-list .icon{
    width: 1.5rem;
    height: 2.1rem;
    margin-right: 0.3rem;
}
.web-header .web-bottom-left .shop-list svg{
    width: 1.4rem;
    height: max-content;
}
.web-header .web-bottom-left .shop-list svg path{
    stroke: var(--sg-colorlight);
}
.web-header .web-bottom-left .shop-list h2 svg{
    width: 1.2rem;
}
.web-header .web-bottom-left .shop-list span{
    font-size: 1rem;
    font-weight: 500;
    color: var(--sg-colorlight);
}
.web-header .web-bottom-left .menu-list{
    margin: 0 0.5rem;
}
.web-header .web-bottom-left .menu-list .active p,
.web-header .web-bottom-left .list .active span{
    color: var(--sg-color-brand) !important;
}
.web-header .web-bottom-left .menu-list .hot-product path{
    stroke: var(--sg-color-brand);
}
.web-header .web-bottom-left .menu-list ul li{
    margin: 0 0.2rem;
}
.web-header .web-bottom-left .menu-list ul li a:hover span{
    color: var(--sg-color-brand);
}
.web-header .web-bottom-right svg{
    width: 3rem;
}
.web-header .web-bottom-right svg path{
    stroke: var(--sg-color-brand);
}
.web-header .web-bottom-right .text h2{
    font-size: 2rem;
    line-height: 20px;
    color: var(--sg-color-brand);
}
.web-header .web-bottom-right .text span{
    font-size: 13px;
    color: var(--sg-color-brand);
}

/* ------------this is for responesive uxui */
@media only screen and (max-width: 1000px) {
    .web-header .web-top-right .lang-choose .text p{
        display: none;
    }
    .web-header .web-top-right .icon-list p{
        display: none;
    }
}
@media only screen and (max-width: 930px) {
    .web-header .web-bottom-left .shop-list{
        display: none;
    }
    .web-header .web-bottom-left .menu-list{
        margin-left: 0rem;
    }
}
@media only screen and (max-width: 935px){
    .web-header .web-bottom-right{
        display: none;
    }
}
@media only screen and (max-width: 760px){
    body:has(.webhead-active) .web-header{
        height: auto;
    }
    .web-header .web-body{
        margin: 0rem 0.5rem;
    }
    .web-header .web-top-left .icon{
        width: 120px;
    }
    .web-header .web-top .web-top-center .list-item .category h2.df-c span{
        font-size: 0.9rem !important;
    }
    .web-header .web-top-right .langauge{
        border: none;
        background: transparent;
    }
    .web-header .web-top-right .lang-choose .icon{
        margin-right: 0rem;
        border-radius: 50rem;
        width: 1.6rem;
        height: 1.6rem;
    }
    .web-header .web-top-right .lang-choose .icon img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .web-header .web-top-right .icon-list .icon{
        width: 2rem;
        height: 2rem;
        border-radius: 50rem;
    }
    .web-header .web-top-right .icon-list .icon svg{
        width: 1.7rem;
    }
    .web-header .web-top-right .notification .icon svg{
        display: none;
    }
    .web-header .web-top-right .icon-list .icon svg path{
        stroke: transparent;
        fill: var(--sg-color-text);
    }
    .web-header .web-top-right .icon-list .icon svg.dn{
        display: block;
    }
    .web-header .web-top-right .icon-list .icon:active{
        background: var(--bgcolor-black);
    }
    .web-header .web-top-right .lang-choose .text{
        padding: 0rem;
        height: 2rem;
    }
    .web-header .web-top-right .lang-choose svg{
        display: none;
    }
    .web-header .web-top-right .langauge > ul{
        left: auto;
        right: -100%;
    }
    .web-header .web-top-right .account,
    .web-header .web-top-right .add-cart
    {
        display: none;
    }
    .web-header .web-bottom{
        display: none;
    }
}
@media only screen and (max-width: 600px){
    .web-header{
        background: #ffffffde;
        backdrop-filter: blur(20px);
    }
    .web-header .web-top{
        background: transparent;
    }
    .web-header .web-top .web-top-center{
        margin-left: auto;
        overflow: hidden;
        width: 2rem;
        height: 2rem;
        border-radius: 50rem;
        background: transparent;
    }
    .web-header .web-top .web-top-center .list-item{
        background: transparent;
    }
    .web-header .web-top .web-top-center .list-item .category{
        display: none;
    }
    .web-header .web-top .web-top-center .search{
        position: relative;
        background: transparent;
    }
    .web-header .web-top .web-top-center .search input{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
    }
    .web-header .web-top .web-top-center .search button{
        width: 100%;
        height: 100%;
        min-width: initial;
    }
    /* ----------this is for check search fucust--------  */
    .web-header .web-body:has(input:focus){
        position: initial;
    }
    .web-header .web-top:has(input:focus) .web-top-center{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0rem;
        left: 0;
        background: #ffffff4d;
        border-radius: 0.8rem;
        z-index: 10;
        backdrop-filter: blur(20px);
    }
    .web-header .web-top:has(input:focus) .list-item{
        height: fit-content;
        min-height: 35px;
        margin: 0.5rem;
        background: var(--sg-bglight);
    }
    .web-header .web-top:has(input:focus) .web-top-center .search input{
        position: relative;
        opacity: 1;
        height: 35px;
    }
    .web-header .web-top:has(input:focus) .web-top-center .search button{
        width: 2.5rem;
        min-width: 2.5rem;
    }
    .web-header:has(input:focus){
        z-index: 1000000000000;
    }
}
/* ---------------------------this is tab link for responesive---------------------- */
.web-tl{
    position: fixed;
    bottom: -100%;
    width: 100%;
    background: var(--sg-bglight);
    box-shadow: rgba(149, 157, 165, 0.2) 0px -8px 24px;
    z-index: 100000;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}
.web-tl ul{
    margin: 0rem 0.8rem;
    height: 80px;
}
.web-tl ul::-webkit-scrollbar{
    display: none;
}
.web-tl ul li{
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}
.web-tl ul li::before{
    position: absolute;
    width: 2rem;
    height: 2rem;
    content: '';
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--sg-bgblack);
    border-radius: 50rem;
    z-index: 0;
    opacity: 0;
}
.web-tl ul li:active::before{
    width: 3.5rem;
    height: 3.5rem;
    opacity: 1;
}
.web-tl ul li a{
    position: relative;
    z-index: 2;
    user-select: none;
    -webkit-user-select: none;
}
.web-tl ul li .active-btn:hover path{
    stroke: transparent;
}
.web-tl ul li .active-btn:hover p{
    color: var(--sg-color-text);
}
.web-tl ul li .icon{
    overflow: initial;
    margin: 0 auto;
}
.web-tl ul li .icon svg{
    width: 1.6rem;
    opacity: 0.777;
}
.web-tl ul li .icon path{
    stroke: transparent;
    fill: var(--sg-color-text);
    background: var(--sg-colorlight);
}
.web-tl ul li.active p{
    color: var(--sg-color-brand);
}
.web-tl ul li.active path{
    fill: var(--sg-color-brand);
}
.web-tl .text p{
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--sg-color-text);
}
.web-tl ul li .user-account .icon{
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.web-tl ul li .btn-cart .cart-count{
    position: absolute;
    display: none;
}
.web-tl ul li .btn-cart-active .cart-count{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 0.5rem;
    border-radius: 50rem;
    height: 1.1rem;
    font-size: 0.8rem;
    z-index: 3;
    color: var(--sg-bglight);
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--sg-color-brand);
}
@media only screen and (max-width: 760px) {
    main{
        padding-bottom: 2rem;
    }
    .web-tl{
        bottom: 0%;
        opacity: 1;
    }
    .webtl-active{
        bottom: -100%;
    }
    .web-tl .tl-bbody{
        max-width: 500px;
    }
}
@media only screen and (max-width: 600px){
    .web-tl{
        border-radius: 0.8rem 0.8rem 0rem 0rem;
    }
}

/* -------new update for form search ------  */
.web-header .web-top-center .search-list
{
    position: absolute;
    width: 100%;
    height: auto;
    top: 110%;
    background: var(--sg-bglight);
    overflow: hidden;
    border-radius: 0.8rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
}
.web-header .web-top-center .search-list-active{
    display: block;
    animation: fadeIn 0.4s ease;
}
.web-header .web-top-center .search-list:hover{
    display: block;
    opacity: 1;
}
@keyframes fadeIn {
  from { opacity: 0; top: 100%;}
  to { opacity: 1; top: 110%;}
}

.web-header .search-list .scroll-y{
    overflow: hidden;
    overflow-y: scroll;
    height: 70%;
    max-height: max-content;
}
.web-header .search-list .scroll-y::-webkit-scrollbar{
    display: none;
}
.web-header .search-list .si-st .si-item{
    display: block;
}
.web-header .search-list .si-st .si-item:first-child{
    margin-top: 0.8rem;
}
.web-header .search-list .si-st .si-item:hover{
    background: var(--sg-bgblack) !important;
}
.web-header .search-list .si-st .si-item-box .text{
    width: calc(100% - 2rem);
    height: 40px;
    color: var(--colorText-00);
    cursor: auto;
}
.web-header .search-list .si-st .si-item-box .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.web-header .search-list .si-st .si-item-box .text i{
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    opacity: 0.8;
}
.web-header .search-list .si-st .si-item-box .icon{
    rotate: 134deg;
    cursor: pointer;
    margin-right: 0.8rem;
    min-width: 2rem;
}
.web-header .search-list .si-st .si-item-box .icon:hover{
    background: var(--sg-bglight);
}
.web-header .search-list .si-stf{
    height: 40px;
}
.web-header .search-list .si-stf .text{
    border-radius: 50rem;
    font-weight: 400;
    height: 1.9rem;
    width: 6rem;
    background: none;
    cursor: pointer;
}
.web-header .search-list .si-stf .text:hover
{
    background: var(--sg-bgblack);
}
.web-header .search-list .si-stf .text svg{
    width: 1.2rem;
    margin-left: 0.3rem;
}
.web-header .search-list .si-stf p{
    font-size: 0.9rem;
}
.web-header .search-list .si-stp .si-item{
    font-size: 1rem;
    color: var(--colorText-00);
    position: relative;
    height: 50px;
    padding-bottom: 0.3rem;
}
.web-header .search-list .si-stp .si-item:hover{
    color: var(--sg-color-brand);
}
.web-header .search-list .si-stp .si-item::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50rem;
    background: var(--sg-color-brand);
    left: 0.5rem;
    top: 10px;
}
.web-header .search-list .si-stp .si-item::after{
    position: absolute;
    content: '';
    width: calc(100% - 2.4rem);
    height: 1px;
    left: 1.5rem;
    bottom: 0rem;
    background: var(--sg-border-00);
}
.web-header .search-list .si-stp .si-item .text{
    margin-left: 1.5rem;
}
.web-header .search-list .si-stp .si-item .icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 5px;
    margin-right: 0.8rem;
    background: var(--sg-bgblack);
}
.web-header .search-list .si-stp .si-item h2{
    font-size: 1rem;
    font-weight: 400;
}
.web-header .search-list .si-stp .si-item p{
    font-size: 0.7rem;
    margin-top: 0.2rem;
}
.web-header .search-list .si-foot{
    height: 60px;
}
.web-header .search-list .si-foot a{
    color: var(--colorText-00);
    font-size: 0.8rem;
}
