*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.upper1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    background: linear-gradient(rgb(236, 220, 255), rgb(255, 255, 255));
    /* margin-top: 24px; */
    padding: 1.25rem;
    padding-left: 4rem;
    padding-right: 4rem;
}




.up{
    top: 0;
    z-index: 102;
}




.sticky{
    position: sticky;
}




.single{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: -10px;
}



.outerline{
    height: 44px;
    width: 120px;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 32px;
    padding: 2.5px 1px 1px 4px;
}




.longround{
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    border-radius: 32px;
    background-color: rgb(203 213 225);
    padding: .100rem;
    width: 109px;
    position: relative;
}


.shortround{
    height: 32px;
    width: 32px;
    background-color: white;
    border-radius: 50%;
}

.saver{
    vertical-align: top;
    padding-top: 3px;
}



.location{
    display: flex;
    gap: 4px;
}



.downarrow{
    height: 7px;
    width: 7px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg);
    margin: 5px 1px 4px 2px;
}



.spriteImage{
    height: 39px;
    width: 41px;
    display: block;
    background-repeat: no-repeat;
    background: url(./assets/icons-Sprite/frame.png);
    background-size: 250px 112px;
}

.searchicon{
    /* height: 90px;
    width: 90px; */
    background-position: 0% -5px;
}


.log{
    background-position: 19% -4px;
}


.trolley{
    background-position: 36% -4px;
}


.searchbar{
    /* max-width: 1010px;
    max-height: 120px; */
    border: 1px solid grey;
    border-radius: 7px;
    flex: 1 1 0%;
    background-color: #fff;
}


.searchfor{
    display: flex;
    gap: 5px;
    align-items: center;
}



a{
    text-decoration: none;
}




.overflow-hidden{
    overflow: hidden;
}



.animate-search-items{
    animation: search-items 18s infinite;
}

.absolute{
    position: absolute;
}


.relative{
    position: relative;
}



@keyframes search-items{
    0%{
        transform: translateY(50%);
        opacity: 0;
    }
    10%{
        transform: translateY(-50%);
        opacity: 1;
    }
    25%{
        transform: translateY(-150%);
        opacity: 0;
    }
    100%{
        transform: translateY(50%);
        opacity: 0;
    }
}


ul li{
    list-style: none;
}

.loginn, .cartt{
    background-color: transparent;
    background-image: none;
    border: none;
}


.hiddencart{
    display: none;
    margin: 12px 73px 1px 1px;
    right: 4px;
    font-size: 12px;
    line-height: 1rem;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 6px;
    /* z-index: -1; */
    color: #fff;
    background-color: #000;
    cursor: pointer;
    min-width: max-content;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}


.cart:hover .hiddencart{
    display: block;
    z-index: 10;
}



.diamond{
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    top: -3px;
    right: 3px;
    background-color: #000;
}




.upper2{
    background-color: #fff;
    padding-top: 21px;
    z-index: 101;
    top: 75px;
}


.abovelistcontainer{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}




.flex, .options{
    display: flex;
    /* justify-content: center; */
    align-items: end;
    gap: 4px;
    background-color: #fff;
    border: none;
    padding-bottom: 7px;
    cursor: pointer;
}




.flex{
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    transform: translate3d(0px 0px 0px);
}



.spritesimages{
    height: 26px;
    width: 26px;
    display: block;
    background-repeat: no-repeat;
    background: url(./assets/icons-Sprite/IconSpriteZepto.png);
    background-size: 230px 116px;
}



.all{
    background-position: 23% -9px;
}



.cafe{
    background-position: 40% -8px;
}



.home{
    background-position: 3% -45px;
}




.toys{
    background-position: 40% -44px;
}



.fresh{
    background-position: 3% -79px;
}



.electronics{
    background-position: 77% -45px;
}



.mobiles{
    background-position: 40% -79px;
}




.beauty{
    background-position: 77% -8px;
}



.fashion{
    background-position: 77% -78px;
}



.texts1{
    color: #9a16ca;
}



.texts{
    color: #586274;
}



.other{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}




.activeline{
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 100%;
    background-color: #9a16ca;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    opacity: 0;
    left: -1px;
    transition: transform .3s ease-in-out;
}



.activeline1{
    opacity: 1;
}



.greyline{
    height: 2px;
    width: 100%;
    background-color: rgb(235, 236, 239);
}





.auto-max{
    max-width: 1280px;
    margin: auto;
}




.layout{
    margin-top: 26px;
}




.scroll-left, .scroll-right{
    height: 32px;
    width: 32px;
    background-color: #000;
    display: inline-block;
    border-radius: 9999px;
    z-index: 10;
    cursor: pointer;
}




.scroll-left{
    position: absolute;
    top: 235px;
    left: 171px;
}




.scroll-right{
    position: absolute;
    top: 235px;
    right: 171px;
}





.larrow{
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 12px;
    left: 13px;
}





.rarrow{
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 12px;
    left: 10px;
}




.wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1% auto;
}





#row1-container{
    display: flex;
    gap: 14px;
    margin-bottom: 35px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}




#row1-container::-webkit-scrollbar{
    display: none;
}




.img{
    width: 100%;
    height: auto;
    min-width: 102px;
    min-height: 150px;
    /* overflow: hidden; */
}




.row2banner{
    margin-bottom: 40px;
}



.banners{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 21px;
    overflow: hidden;
}



.bannerimg{
    height: 140px;
    width: auto;
    overflow: hidden;
}




.banner1{
    padding: 0px 1px;
    margin-bottom: 52px;
    border-radius: 1rem;
    background-color: #000;
}




.banner2{
    margin-bottom: 52px;
    border-radius: 1rem;
    background-color: rgb(253, 210, 210);
    overflow: hidden;
}






.scroller{
    display: flex;
    gap: 17px;
    overflow-x: scroll;
    padding: 1.5rem;
    scrollbar-width: none;
}



.imgs1, .imgs2{
    object-fit: contain;
    max-height: 120px;
    max-width: 100px;
    min-height: 120px;
    min-width: 100px;
    position: relative;
    overflow: hidden;
}



.coffeebanner{
    display: flex;
    align-items: flex-start;
    gap: 54px;
    padding: 3.25rem 1.25rem 3.25rem 2.5rem;
    margin-bottom: 3.25rem;
    border-radius: 1rem;
    background: url(./assets/coffee-lovers/bg-imaze.png) center;
    z-index: -1;
}



.coffee{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 44px;
}




.coffeeleft1{
    height: 154px;
    width: auto;
    position: relative;
    object-fit: contain;
}




.coffeeleft2{
    height: 52px;
    width: auto;
    position: relative;
    object-fit: contain;
}




.coffeeright{
    display: flex;
    gap: 21px;
    overflow: scroll;
    
}




.option{
    height: 270px;
    width: 140px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 10;
    margin-bottom: 24px;
    padding: 4px;
}




.cofimg{
    height: 132px;
    width: auto;
    border-radius: 12px;
}




.vegg{
    position: absolute;
    top: 5px;
    right: 10px;
}





.vegimg{
    height: 11px;
    width: auto;
}




.add{
    position: absolute;
    top: 99px;
    right: 8px;
    z-index: 2;
}



.butt{
    height: 32px;
    width: 56px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    
}




.two-opt{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2px;
}



.buttn{
    background-color: #fff;
    border: .75px solid #f9105e;
    color: #f9105e;
    box-shadow: 1px 1px #f9105e;
}




.opt{
    background: #fceef2;
    font-size: 10px;
    font-weight: 450;
    color: #586274;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}





.pricedetails, .price, .price1, .price2, .save{
    display: flex;
    align-items: center;
}




.sign, .signn{
    padding-top: 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
}





.price1{
    /* font-size: 15px; */
    color: #101418;
    font-weight: 700;
    gap: 1px;
}





.price2{
    color: #586274;
    font-weight: 450;
    text-decoration: line-through;
    gap: 1px;
}





.pricedetails{
    padding: 3px 0;
    gap: 4px;
}






.price{
    gap: 2px;
}





.packsize{
    color: #586274;
    font-size: 14px;
    /* padding: 1px 0; */
}





.save{
    color: #329537;
    font-size: 12px;
    font-weight: 550;
    line-height: 12px;
    letter-spacing: .75px;
    text-transform: uppercase;
}





.productname{
    color: #101418;
    font-weight: 500;
    padding: 3px 0;
    line-height: 15px;
}



.star{
    color: #329537;
}






.kview{
    color: #586274;
}






.coffee14{
    padding-right: 20px;
}