.coverSection{
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    margin-top: 10px;
    margin: 15px auto 0;
    aspect-ratio: 1.5/.8;
}
.sildersList{
    width: 100%;
}
.sliderLoader{
    background-color: var(--blackClrOp5);
    width: 100%;
    aspect-ratio: 1.5/.8;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.loadingDot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--blackClrOp2);
}
.loadingDot1{
    animation: loadingDots 1s linear infinite ;
}
.loadingDot2{
    animation: loadingDots 1s .1s linear infinite ;
}
.loadingDot3{
    animation: loadingDots 1s .2s linear infinite ;
    
}
.picElem{
    display: none;
    position: relative;
    animation: fadein  .6s;
}
.picElem.active{
    display: block;
    cursor: pointer;
}
.sliderLink{
    width: 100%;
    aspect-ratio: 1.5/.8;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.active{
    display: -webkit-flex;
    display: flex;
}
.indicatorList{
    position: absolute;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    gap: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(to top , #000000af  , #00000000);
    padding: 15px 0 10px;
}
.indicator{
    width: 10px;
    height: 10px;
    opacity: .5;
    border-radius: 50%;
    background-color: var(--bgClr);
    border: .5px solid var(--seperatorClr4);
    cursor: pointer;
}
.activeIndicator{
    width: 14px;
    height: 14px;
    opacity: 1;
}
.nextSlideBtn,.preSlideBtn{
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--bgClr);
    box-shadow: 0 0 20px var(--seperatorClr);
    background-repeat: no-repeat;
    background-size: 25px;
    border: 1px solid var(--seperatorClr);
    cursor: pointer;
    transition: opacity .6s;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 7px var(--blackClrOp1);
}
.nextSlideBtn
{
    right: 14px;
    background-image: url("/src/rightArrow.svg");
    background-position: right 30%  center ;
}
.preSlideBtn
{
    left: 14px;
    background-image: url("/src/leftArrow.svg");
    background-position: left 30%  center ;
}
.nextSlideBtn:hover,.preSlideBtn:hover{
    opacity: 1;
}
.nextSlideBtn.active,.preSlideBtn.active{
    display: block;
}

/* mobile body cats */
.mobileBodyCatList{
    direction: rtl;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 20px;
}
.radiusLink{
    background-image: url("/src/link.svg");
    background-size: 14px;
}

/* offer */
.offerContainer{
    border-radius: 7px;
    background-color: var(--tomatoOp3Clr);
    margin-top: 25px;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    direction: rtl;
    overflow-x: auto;
    overflow-y: hidden;
}
.imgOffer{
    width: 190px;
    min-width: 190px;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/src/recomended.png");
    background-size: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
    transform: translateY(-20px);
}
.offerContainer .seeAll{
    transform: translateY(0);
}

.loadingRecDiv{
    height: 300px;
    align-items: center;
}
.loadingRecDiv::after{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: var(--tomatoOp3Clr);
    opacity: .45;
    content: "";
    animation: loading .9s linear infinite reverse;
}
.loadingRecItem{
    width: 190px;
    height: 280px;
    min-width: 190px;
    background-color: var(--bgClr);
    border-radius: 7px;
}
.offerList{
    align-items: center;
    padding:0 15px;
    margin: 10px 0;
    gap: 15px;
    display: none;
}
.offerItem{
    height: 94%;
    width: 190px;
    min-width: 190px;
    background-color: var(--bgClr);
    border-radius: 7px;
    flex-direction: column;
    padding: 10px;
}
.offerImg{
    border-radius: 7px;
    border: 1px solid var(--blackClrOp4);
    aspect-ratio: 1/1;
}
.priceDiv{
    flex-direction: column;
    position: relative;
    height: 40px;
    justify-content: center;
    margin-top: 5px;
}
.offerOffPrice,.offerPrice{
    text-align: left;
}
.offerPrice{
    text-decoration: line-through;
    text-decoration-color: var(--tomatoOp1Clr);
    padding-left: 33px;
}
.offerDiscount{
    position: absolute;
    right: 0;
    top: 0;
}
/* -------------------------------- image links */
.imgLinkContainer{
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
}
.imgLinkItemDiv{
    aspect-ratio: 2/.8;
    border-radius: 7px;
    overflow: hidden;
    background-color: var(--blackClrOp5);
    border: 1px solid var(--blackClrOp4);
    position: relative;
    flex-direction: column;
}
.imgLinkItemDiv:hover .imgLinkImg{
    transform:scale(1.04,1.04);
}
.imgLinkImg{
    aspect-ratio: 2/.8;
    transition: transform .6s;
}
.linkBgSpan{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to top , #111 ,#111111c9, #11111100);
}
.linkTitle{
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: var(--bgClr);
}
.linkTarget{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ----------- newProductSection */
.newGrid{
    grid-template-columns: 1fr 1fr;
    display: none;
    gap: 15px;
}
.loadingGrid{
    width: 100%;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px;
}
.loadingGrid .loadingItem{
    width: 100% !important;
    height: 280px;
}
.newProductGridItem{
    width: 100%;
    padding: 10px;
    background-color: var(--blackClrOp7);
    border: 1px solid var(--blackClrOp5);
    border-radius: 7px;
}
.productItemDiv{
    width: 190px;
    min-width: 190px;
}
.newProductSection,.popularProductSection{
    flex-direction: column;
}
.titleDiv{
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    margin-top: 20px;
}
.newProductsTitle{
    padding-right: 35px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-image: url("/src/shop.svg");
    background-size: 19px;
}
.newProductSection .seeAll,.popularProductSection .seeAll,.latestPostSection .seeAll{
    color: var(--txtSecendaryClr);
    background-image: url("/src/leftArrowBlue.svg");
}
.popularProductsTitle{
    padding-right: 35px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-image: url("/src/hot.svg");
    background-size: 19px;
}
/* blog section */
.blogItem{
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
    padding: 15px;
    border-radius: 7px;
    background-color: var(--blackClrOp6);
}
.newImage{
    width: 100%;
    aspect-ratio: 1.8/1;
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.imageDiv
{
    position: relative;
}
.imageDivLink{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.visitNumber{
    background-image: url("/src/visi.svg");
    background-size: 15px;
}
.likeNumber{
    background-image: url("/src/heart.svg");
    background-size: 15px;
}
.cmNumber{
    background-image: url("/src/message.svg");
    background-size: 15px;
}
.newPostInfoDiv span{
    padding: 1px 7px 1px 25px;
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-color: var(--blackClrOp6);
}
.latestPostTitle{
    padding-right: 35px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-image: url("/src/blog.svg");
    background-size: 19px;
}
@media screen and (min-width:769px) {
    .coverSection,.sliderLoader,.silderImage{
        aspect-ratio: 1.5/.7;
    }
    .sliderLink{
        aspect-ratio: 1.5/.66;
    }
    .imgLinkContainer{
        grid-template-columns: 49% 49%;
        justify-content: space-between;
        align-items: center;
    }
    .newGrid{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    }
    .loadingGrid{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    }
    .lastNewGridItem{
        display: none;
    }
    .blogList{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
    }
    .blogItem{
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width:968px) {

    .coverSection,.sliderLoader,.silderImage{
        aspect-ratio: 1.5/.5;
    }
    .sliderLink{
        aspect-ratio: 1.5/.46;
    }
    .imgLinkItemDiv,.imgLinkImg{
        aspect-ratio: 2/.9;
    }
    .mobileBodyCatList{
        display: none;
    }
}
@keyframes loadingDots {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}