body{
    background-color: var(--sg-bgblack);
    background: var(--sg-bgblack);
}
.web-main{
    max-width: 1334px;
    margin: 0 auto;
    display: block;
}
body:has(.webhead-active) .web-main{
    margin-top: 70px;
}
@media only screen and (max-width: 1334px) {
    .web-main{
        margin: 0rem 0.5rem;
    }
    body:has(.webhead-active) .web-main{
        margin-top: 70px;
    }
}
/* -------this is header of contentn  */
.con-head{
    margin: 1rem auto;
    display: block;
}
.con-head .con-head-body{
    display: flex;
    align-items: initial;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
/* this Is main slider  */
.con-head .main-slider{
    width: 70%;
}
.con-head .main-slider .main-slider-body{
    overflow: hidden;
    border-radius: 0.8rem;
    height: 410px;
}
.con-head .main-slider .main-slider-body .home-slider{
    height: 100%;
}
.con-head .main-slider .main-slider-body .swiper-wrapper{
    z-index: -11111;
}
.con-head .main-slider .main-slider-body img{
    border-radius: 0.8rem;
}
.con-head .main-slider .home-slider-pagination,
.category-slide-img-pagination{
    display: flex !important;
    justify-content: center !important;
    margin-top: -2rem;
}
.con-head .main-slider .main-slider-body .swiper-pagination-bullet,
.category-slide-img-pagination .swiper-pagination-bullet{
    width: 0.6rem;
    height: 0.6rem;
    opacity: 1;
    border-radius: 50rem;
    border: 3px solid var(--sg-bglight);
    background: var(--sg-color-brand);
}
.con-head .main-slider .main-slider-body .swiper-pagination-bullet-active{
    width: 2rem;
    background: rgb(255 93 42);
}
.category-slide-img-pagination .swiper-pagination-bullet-active{
    background: rgb(255 93 42);
}
/* this is product slider  */
.con-head .slider-prodcut {
    width: 30%;
}
.slider-product-body{
    height: 410px;
    margin-left: 0.5rem;
    overflow: hidden;
    border-radius: 0.8rem;
}
.con-head .slider-product-body .product-slider{
    height: 100%;
}
.con-head .slider-product-body .product-slider img{
    border-radius: 0.8rem;
}

/* --------------------this Is category list menu for user ----------------- */
.category-list{
    display: block;
    margin: 0 auto;
    background: var(--sg-bglight);
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}
.category-list > .category-list-body{
    padding: 0.5rem;
}
.category-list-body > .box{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    grid-gap: 1rem 0.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.category-list-body > .box a{
    border-radius: 0.8rem;
    overflow: hidden;
    width: 100%;
    font-size: 0.9rem;
    color: var(--sg-color-text);
    /* background: linear-gradient(45deg, #ff8a65 0%, #f0f2f5 100%); */
    background: transparent;
}
.category-list-body > .box a:hover .box::after{
    opacity: 1;
    transform: translate(-50%,-50%) scale(2);
}
.category-list-body > .box .list-item-body{
    padding: 0.5rem;
}
.category-list-body > .box a .icon{
    width: max-content;
    height: 3.8rem;
}
.category-list-body > .box a .icon svg{
    width: 2.2rem;
}
.category-list-body > .box a .icon svg *{
    stroke: var(--colorBoder-input);
}
/* --------------this is promotion suggestion --------------------- */
.promotion-list{
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background: var(--sg-bglight);
}
.p-l-b .promotion{
    padding: 0.5rem;
}
.p-l-b .promotion .swiper-slide{
    background: transparent;
}
.p-l-b .promotion .swiper-slide a{
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 0.3rem;
    color: var(--sg-color-text);
    border: 1px solid var(--colorBorder-00);
}
.p-l-b .promotion .swiper-slide .promotion-top-text{
    position: absolute;
    right: 0.5rem;
    top: 0rem;
}
.p-l-b .promotion .swiper-slide .promotion-top-text-body{
    position: relative;
}
.p-l-b .promotion .swiper-slide .promotion-top-text-body i{
    top: -0.4rem;
    font-size: 3rem;
    position: absolute;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: linear-gradient(202deg, #feca14 0%, #ff6c65 25%);
    background-image: linear-gradient(202deg, #feca14 0%, #ff6c65 25%);
    z-index: 0;
}
.p-l-b .promotion .swiper-slide .promotion-top-text-body p{
    margin-top: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--sg-bglight);
    position: relative;
    z-index: 1;
}
.p-l-b .promotion .swiper-slide .promotion-brand {
    position: absolute;
    height: 1.6rem;
    padding: 0rem 0.5rem;
    left: 0.5rem;
    top: 0rem;
    color: var(--sg-color-brand);
    font-weight: 500;
    font-size: 0.8rem;
    background: var(--sg-bglight);
    border-radius: 0rem 0rem 0.3rem 0.3rem;
    outline: 3px solid #ff6c654d;
}
.p-l-b .promotion .swiper-slide .promotion-brand p{
    padding-top: 0.2rem;
    color: var(--sg-color-text);
}
.p-l-b .promotion .swiper-slide .promotion-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--bgcolor-black);
    border-radius: 0rem;
}
.p-l-b .promotion .swiper-slide .promotion-text{
    padding: 0.5rem;
}
.p-l-b .promotion .swiper-slide .promotion-text h2{
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--sg-color-text);
}
.p-l-b .promotion .swiper-slide .tending-product-text p{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 2.5;
    color: var(--sg-color-text);
}
.p-l-b .promotion .swiper-slide .tending-product-star i{
    font-size: 0.8rem;
    color: var(--sg-color-brand);
}
.p-l-b .promotion .swiper-slide .promotion-product-add {
    position: relative;
    padding: 0.2rem 0rem;
    background:var(--sg-main-gradientColor);
    text-align: center;
    border-radius: 50px;
    margin-top: 0.5rem;
}
.p-l-b .promotion .swiper-slide .promotion-product-add::before{
    content: "";
    position: absolute;
    width: 17%;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    background: rgb(255 61 0);
}
.p-l-b .promotion .swiper-slide .promotion-product-add i {
    position: absolute;
    color: rgb(255 61 0);
    font-size: 1.8rem;
    left: -0.3rem;
    bottom: 10%;
}
.p-l-b .promotion .swiper-slide .promotion-product-add p{
    font-size: 0.9rem;
    color: var(--sg-colorlight);
    font-family: var(--fontFamily-KH_Koh);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-left: 1.5rem;
    text-align: left;
}
/* -----------------this is btn next and prov slider  */
.swiper-button-next ,
.swiper-button-prev{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.2rem !important;
    height: 2.2rem !important;
    font-size: 1rem;
    border-radius: 50px;
    color: var(--colorText-00);
    background: var(--bgcolor-Light);
    box-shadow: rgba(133, 120, 120, 0.178) 1px -1px 14px 8px !important;
    transition: all ease-in-out 0.3s;
    z-index: 10;
    color: var(--sg-color-brand);
    outline: 2px solid var(--sg-outline-colorSpace);
}
.swiper-button-next:after, .swiper-button-prev:after{
    width: 1rem;
    scale: 0.4;
    color: var(--sg-color-brand);
}
.swiper-button-prev:after{
    margin-right: 0.2rem !important;
}
.btnProv-btnNext {
    right: 1rem;
    border-radius: 5px 0px 0px 5px;
}
.slider-btnProv{
    left: 0rem;
    border-radius: 5px 0px 0px 5px;
}
/* this is text slider ---------------------------------------- */
.p-l-b .text-slide{
    margin: 0px 10px;
    padding-bottom: 0.6rem;
}
.p-l-b .text-slide .swiper-slide {
    border-radius: 5px;
    background-image: linear-gradient(199deg, #5b2413, rgb(51 41 7 / 43%));
}
.p-l-b .text-slide .slide-text-star{
    height: 60px;
    margin: 0 0.8rem;
}
.p-l-b .text-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}
.p-l-b .text-slide a .slider-text-brand{
    width: 100%;
}
.p-l-b .text-slide h2{
    text-transform: uppercase;
    font-size: 1.2rem;
    color: var(--sg-colorlight);
    line-height: 1;
}
.p-l-b .text-slide p{
    /* color: var(--sg-color-brand); */
    line-height: 2;
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--sg-color-text);
}
.p-l-b .text-slide p strong{
    font-weight: 500;
}
.p-l-b .text-slide .promotion-bottom-img-go{
    position: absolute;
    left: calc(100% - 1.8rem);
    top: 50%;
    transform: translate(-50%,-50%);
    background: var(--sg-bglight);
    color: var(--sg-color-brand);
}
/* ---------------------------this is category slider -------------------- */
.category-slide{
    background: var(--bgcolor-Light);
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    padding-bottom: 0.5rem;
}
.category-slide .head-section{
    position: initial;
}

.category-slide-body{
    margin: 0 0.5rem;
    display: flex;
    align-items: initial;
    justify-content: space-between;
}
.category-slide-body .slide-one{
    width: 30%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
}
.category-slide-body .slide-one .swiper{
    position: relative;
    width: 100%;
    height: 100%;
}
.category-slide-body .slide-one .swiper .swiper-wrapper{
    height: 100%;
    z-index: -111;
}

.category-slide-body .slide-tow{
    width: 70%;
}
.category-slide-body .slide-one .swiper-slide img{
    border-radius: 0.8rem;
}
.category-slide-body .slide-tow-body{
    margin-left: 0.5rem;
    height: 500px;
}
.category-slide-body .slide-tow .swiper{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.category-slide-body .slide-tow .swiper-slide{
    overflow: hidden;
    border-radius: 0.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(199deg, #e1af9f, rgb(255 200 200 / 43%));
}
.category-slide .slide-tow a{
    width: 100%;
    height: 100%;
}
.category-slide .slide-tow a .head-img{
    width: 100%;
    height: calc(100% - 2rem);
    border-radius: 0.8rem;
    overflow: hidden;
    background: var(--bgcolor-black);
}
.category-slide .slide-tow a .head-img img{
    border-radius: 0.8rem;
    object-fit: contain;
}
.category-slide .slide-tow a .text {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--sg-color-text);
    min-height: max-content;
}
/* ---------------------this Is brabd slider bottom ----------------- */
.brand-slider{
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background: var(--sg-bglight);
}
.brand-slider .brand-slider-body{
    padding: 0.5rem;
}
.brand-slider .swiper{
    /* max-height: 170px; */
}
.brand-slider .swiper .swiper-slide,
.brand-slider .swiper-wrapper{
    height: 100%;
}
.brand-slider .swiper .swiper-slide .box{
    width: 100%;
    /* scale: 0.9; */
    padding-bottom: 1rem;
}
.brand-slider .swiper .swiper-slide .box img{
    overflow: hidden;
    border-radius: 50rem;
    scale: 0.9;
}

@media only screen and (max-width: 1000px) {
    .con-head .main-slider{
        width: 100% !important;
    }
    .con-head .main-slider .main-slider-body{
        height: 500px;
    }
    .con-head .slider-prodcut{
        display: none !important;
    }
}
@media only screen and (max-width: 850px){
    .category-list-body > .box a{
        position: relative;
        background: var(--bgcolor-black);
    }
    .category-list-body > .box a::before{
        content: var(--text-);
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--sg-bglight);
        background: var(--sg-color-brand);
        padding: 0.4rem 0.5rem;
        border-radius: 0.5rem;
        font-size: 0.8rem;
        right: 0.5rem;
        top: 0.5rem;
    }
    .category-slide-body .slide-one{
        display: none;
    }
    .category-slide-body .slide-tow{
        width: 100%;
    }
    .category-slide-body .slide-tow-body{
        height: 350px;
    }
    .category-slide .slide-tow a {
        position: relative;
    }
    .category-slide .slide-tow a .head-img{
        background: transparent;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(57deg, #ff8a653d, rgb(165 165 165 / 56%));
    }
    .category-slide .slide-tow a .head-img img{
        width: 90px;
        height: 90px;
        border-radius: 50rem;
        background: var(--bgcolor-black);
    }
    .category-slide .slide-tow a .text{
        position: absolute;
        bottom: 0;
        z-index: 3;
        width: 100%;
    }
}
@media only screen and (max-width: 760px) {
    .con-head .main-slider .main-slider-body{
        height: 250px;
    }
    .category-slide .slide-tow a .text{
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 650px){
    body{
        background: var(--sg-bglight);
    }
    .web-main{
        margin: 0 auto;
    }
    .con-head{
        margin: 1rem 0.5rem;
    }
}
@media only screen and (max-width: 550px){
    .category-list-body{
        overflow: hidden;
        overflow-x: scroll;
        display: flex;
    }
    .category-list-body > .box{
        min-width: 750px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
    .category-list-body > .box a::before{
        font-size: 0.6rem;
    }
    .category-list-body > .box a .text p{
        font-size: 0.8rem;
    }
    .category-slide .slide-tow a .text{
        font-size: 0.7rem;
    }
}
