.mobile-header {
    padding: var(--pad);
    box-shadow: 0px 3px 6px 0px #00000040;
    max-height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100;
    background: #fff;
}

.mobile-header h4 {
    font-size: 19px;
    font-weight: 600;
    color: #5F5F5F;
}

.mobile-header .back {
    /* background: var(--main-clr); */
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #5F5F5F;
    cursor: pointer;
}

.mobile-header i {
    font-size: 20px;
}

.marginTop {
    margin-top: 90px;
}


/* ================= */


.single-product-section {
    width: 100%;
    padding-bottom: 50px;
}

.single-product-grid {
    width: 100%;
    padding: var(--pad2);
}

.single-product-box {
    width: calc(100%/3 - 10px/3);
    min-width: calc(100%/3 - 10px/3);
}



.single-product-box-img {
    width: 100%;
    padding: 7px;
    position: relative;
    background: var(--bg-clr);
    border-radius: 10px;
}

.single-product-box-img img {
    width: 100%;
    aspect-ratio: 1/1;
}

.s-btn {
    position: absolute;
    bottom: -5px;
    right: -3px;
}

.s-btn button {
    padding: 4px 12px;
    border: 1px solid var(--main-clr);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: var(--main-clr);
    border-radius: 5px;
    background: #fff;
    transition: all .4s ease-in-out;
    position: relative;
}

.s-btn button .btn-option {
    position: absolute;
    left: 50%;
    bottom: -4px;
    background: #fff;
    font-size: 7px;
    line-height: 7px;
    transform: translateX(-50%);
    padding: 1px 3px;
}

.s-btn-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 14px;
    font-weight: 600;
    color: #000;
    display: none;
    background: var(--main-clr);
    border-radius: 5px;
    transition: .4s ease-in-out;
}

.spb-time {
    margin-top: 5px;
    background: #B7FFE1;
    padding: 2px 6px;
    width: fit-content;
    border-radius: 100vw;
    font-size: 7px;
    color: #4F4F4F;
    font-weight: 400;
}

.spb-name h3 {
    margin-top: 5px;
    font-size: 9px;
    font-weight: 500;
    width: 100%;
    margin-inline: auto;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    min-height: 30px;
}

.spb-rating {
    margin-top: 5px;
}

.spb-rating i {
    font-size: 10px;
    color: #FFB800;
}

.spb-rating p {
    font-size: 8px;
    color: #4C4C4C;
    font-weight: 700;
}

.spb-qty p {
    font-size: 12px;
    font-weight: 500;
    color: #4C4C4C;
    margin-top: 5px;
}

.spb-price {
    margin-top: 5px;
}

.spb-price h4 {
    font-size: 17px;
    font-weight: 600;
}

.spb-price h5 {
    font-size: 12px;
    font-weight: 400;
    color: #444242;
}



.category-padding-bottom {
    padding-bottom: 120px;
}



/* ========> h-header <=========*/



.h-header {
    background: linear-gradient(180deg, var(--main-clr) 0%, var(--secoundry-clr) 100%);
    /* padding-bottom: 107px; */
    border-radius: 0px 0px 25px 25px;
    display: none;
}

.header-upper {
    padding: var(--pad);
    padding-bottom: 0px;
}


.address-section {
    color: var(--dark);
    font-family: "Montserrat", sans-serif;
}

.search-section {
    width: 100%;
    background: #fff;
    padding: 9px 15px;
    border-radius: 8px;
}

.search-section input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.search-section i {
    font-size: 18px;
    color: #808080;
    cursor: pointer;
}

button {
    cursor: pointer;
}




.empty-data-img {
    width: 100%;
    max-width: 400px;

    margin-inline: auto;
}

.empty-data-img img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* ========= responsive  ========== */








@media (min-width:1024px) {

    .mobile-header {
        padding: 10px 5%;
    }

    .single-product-box {
        width: calc(100% / 5 - 80px / 5);
        min-width: calc(100% / 5 - 80px / 5);
    }

    .single-product-box {
        cursor: pointer;
    }

    .marginTop {
        margin-top: 204.2px;
    }

    .mobile-header .back {

        width: fit-content;
        height: fit-content;
    }

    .mobile-header {
        margin-top: 104px;
    }

    .single-product-section {
        max-width: 1280px;
        margin-inline: auto;
    }

        /* category-padding-bottom */

    .category-padding-bottom {
        padding: 0;
    }

    .cart-container {
        cursor: pointer;
        border-radius: 15px;
    }

    .cart-container.active {
        left: unset;
        right: 20px;
        bottom: 20px;
    }

    .website-footer-section {
        width: 100%;
        margin-inline: auto;
        background: linear-gradient(180deg, var(--main-clr) 0%, var(--secoundry-clr) 100%);
        padding: 5% 0;
    }

    .website-footer {
        width: 100%;
        max-width: 1280px;
        display: flex;
        margin-inline: auto;
        /* padding: 5% 0; */
        /* background: linear-gradient(180deg, #FFB700 0%, #ffb70097 100%); */
    }

    .website-footer div {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .footer-about {
        width: 300px;
    }

    .website-footer div a {
        color: var(--txt-clr);
        text-decoration: none;
    }

    .social-icons {
        flex-direction: row !important;
    }

    .website-footer .map iframe {
        width: 400px;
        height: 180px;
        border-radius: 5px;
    }

    .single-product-grid {
        gap: 20px;
    }


}



@media (min-width:1280px) {
    .single-product-box {
        width: calc(100% / 8 - 140px / 8);
        min-width: calc(100% / 8 - 140px / 8);
    }

    .single-product-grid {
        padding: 0;
    }

}