.s-header {
    width: 100%;
    padding: var(--pad);
    background: #F3F5FF;
}

.s-padding-bottom {
    padding-bottom: 80px;
}

.back,
.search {
    width: 30px;
    height: 30px;
    background: var(--main-clr);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.product-img-section {
    width: 100%;
    background: #F3F5FF;
    padding: 10px 5%;
    padding-top: 0px;
    position: relative;
}

.product-img {
    width: 100%;
    /* height: 215px; */

}

.pi {
    width: 100%;
}

.product-img img {
    width: 250px !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 0px auto;
}

.owl-dots {
    width: 100%;
    margin-top: 5px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 5px;
}

.owl-theme .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    min-width: 7px !important;
    height: 7px !important;
    margin: 5px 2px;
    background: #95FFA7;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #0C6C44;
}

.offer-section {
    padding: 5px 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    border-radius: 15px 15px 0px 0px;
}

.s-time i {
    font-size: 10px;
    color: var(--main-clr);
}

.s-time p {
    font-size: 8px;
    font-weight: 600;
    color: #4C4C4C;
}

.s-offer i {
    font-size: 10px;
    color: #FFB800;
}

.s-offer p {
    font-size: 8px;
    font-weight: 600;
    color: #4C4C4C;
}


.s-name {
    width: 100%;
    padding: var(--pad2);
    margin-top: var(--mt);
}

.s-name h3 {
    font-size: 16px;
    font-weight: 600;
}

.unit-section {
    width: 100%;
    margin-top: var(--mt);
}

.unit-section h4 {
    font-size: 15px;
    font-weight: 500;
    padding: var(--pad2);
}

.unit-grid {
    width: 100%;
    padding: var(--pad2);
    margin-top: var(--mt);
    overflow: hidden;
    overflow-x: auto;
}

.unit-box {
    width: 40%;
    min-width: fit-content;
    border-radius: 10px;
    border: 1px solid var(--main-clr);
    overflow: hidden;
    background: conic-gradient(from 180deg at 50% 50%, var(--secoundry-clr) -141.06deg, var(--main-clr) 93.96deg, var(--secoundry-clr) 218.94deg, var(--main-clr) 453.96deg);
}

.u-offer {
    padding: 5px 10px;

}

.u-offer p {
    color: #000;
    font-size: 10px;
    font-weight: 600;
}

.u-info {
    padding: 10px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}


.u-info p {
    font-size: 12px;
    font-weight: 500;
    color: #4C4C4C;
}

.u-info h3 {
    font-size: 14px;
    font-weight: 600;
}

.u-info h4 {
    font-size: 12px;
    font-weight: 400;
    color: #444242;
}
.u-info.active{
    background: var(--main-clr);
    color: #000!important;
}
.u-info.active p ,.u-info.active h4{
    color: #000!important;
}

.detail-section {
    width: 90%;
    margin: 0px auto;
    margin-top: var(--mt);
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #00000040;
}

.d-header {
    padding: 10px;
    cursor: pointer;
}

.d-header h3 {
    font-size: 12px;
    color: var(--main-clr);
    font-weight: 600;
}

.d-header i {
    color: var(--main-clr);
    transition: all .4s ease-in-out;
}

.d-header.active i {
    transform: rotate(180deg);
}

.details-grid {
    width: 100%;
    /* opacity: 0; */
    height: 0px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.grocery-highlight {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #00000040;
}

.h-title h3 {
    font-size: 16px;
    font-weight: 600;
}

.s-info-grid {
    width: 100%;
    margin-top: 20px;
}

.s-info-grid-box,
.s-view-more {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;

}

.s-info-grid-box p,
.s-view-more p {
    font-size: 11px;
    font-weight: 400;
    color: #8A8A8A;
    min-width: 100px;
}

.s-info-grid-box h4 {
    font-size: 11px;
    font-weight: 400;
}

.s-info-grid-box:nth-child(n+3) {
    display: none;
}

.s-view-more h3 {
    font-size: 9px;
    font-weight: 400;
    background: #95FFA7;
    color: #000;
    padding: 4px 12px;
    border-radius: 100vw;
}


button {
    cursor: pointer;
}


.s-category {
    width: 90%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #00000040;
    cursor: pointer;
}

.s-category img {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    object-fit: cover;
}

.s-category h3 {
    font-size: 16px;
    font-weight: 600;
}

.s-category p {
    font-size: 12px;
    font-weight: 600;
    color: #676767;
}

.s-category i {
    font-size: 22px;
    color: #676767;
}



/* ======= single-product-section ===== */

.single-product-section {
    width: 100%;
    margin-top: var(--mt);
}

.single-product-grid {
    width: 100%;
    padding: var(--pad2);
    margin-top: var(--mt);
}

.single-product-box {
    width: calc(100%/3 - 10px/3);
    min-width: calc(100%/3 - 10px/3);
    cursor: pointer;
}

.single-product-box:nth-child(n+7) {
    display: none;
}

.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;
}

/* ======== all-product ===== */

.all-product {
    width: 90%;
    margin: 20px auto;
    background: #E9F5FA;
    padding: 10px;
    border-radius: 6px;
}

.all-pro-img {
    position: relative;
    width: 80px;
}

.all-pro-img img {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 1px;
}

.all-pro-img img:nth-child(1) {
    left: 0;
    z-index: 1;
}

.all-pro-img img:nth-child(2) {
    left: 20px;
    z-index: 2;
}

.all-pro-img img:nth-child(3) {
    left: 45px;
    z-index: 3;
}

.all-product p {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-clr);
}

.all-product i {
    color: var(--main-clr);
}



/* ========= single-product-page-footer====== */

.single-product-page-footer {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 10px 0px 10px 0px #00000040;

}

.f-qty p {
    font-size: 12px;
    font-weight: 500;
    color: #4C4C4C;
}

.f-price {
    margin-top: 3px;
}

.f-price h3 {
    font-size: 18px;
    font-weight: 600;
}

.f-price p {
    font-size: 12px;
    font-weight: 400;
    color: #444242;
}

.f-offer {
    padding: 2px 8px;
    border-radius: 100vw;
    background: linear-gradient(248.19deg, var(--secoundry-clr) -33.77%, var(--main-clr) 83.02%);
}

.f-offer p {
    font-size: 10px;
    font-weight: 600;
    color: #000;
}

.f-tax p {
    font-size: 12px;
    color: #4C4C4C;
    font-weight: 500;
}

.sppf-right {
    width: 110px;
}

.sppf-right button {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    background: var(--main-clr);
    border-radius: 8px;
    border: none;
    outline: none;
}
.sppf-right-btn{
    background: var(--main-clr);
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    display: none;
}
.sppf-right-btn i{
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    color: #000;
}
.sppf-right-btn p{
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    color: #000;
}

.wvdata{
    padding: var(--pad2);
    margin-top: 15px;
    display: none;
}




.website-singal-product-page-footer {
    display: none;
}

.mob-hide {
    display: none;
}


@media (min-width:1024px) {
    .single-product-top-section {
        display: flex;
        margin-top: 20px;
        gap: 20px;
        padding: 0 5%;
    }
    .singal-product-right,
    .singal-product-left {
        width: 50%;
    }
   
    .product-img img {
        width: 420px !important;
    }

    .single-product-page-footer {
        display: none;
    }

    .website-singal-product-page-footer {
        display: flex;
        position: unset;
        width: 90%;
        margin-inline: auto;
        padding-inline: 0;
        box-shadow: unset;
    }

    .cart-container {
        cursor: pointer;
        border-radius: 15px;
    }

    .cart-container.active {
        left: unset;
        right: 20px;
        bottom: 20px;
    }
    
    .single-product-box  {
        width: calc((100% / 6 - 25px/ 6 ) - 105px / 6);
        min-width: calc((100% / 6 - 25px/ 6 ) - 105px / 6);
    }

    .all-product {
         /* width: calc(50% / 7 - 30px/ 7); */
         margin: 0;
        max-width: 100px;
        padding: 10px;
        cursor: pointer;

    }

     .mob-hide{
        display: block;
    }
    .web-hide {
        display: none;
    }


    .all-product i{
        /* display: none; */
        position: absolute;
        font-size: 100px;
        font-weight: 900;
        transform: translate(20px , 0);
    }
    .all-pro-img {
        display: none;
    }



    .mobile-header {
        margin-top: 104px;
    }

    .back, .search {
        width: fit-content;
        height: fit-content;
        background: none;
    }
}

@media (min-width:1280px) {
    .single-product-top-section {
        padding: 0;    
        max-width: 1280px;
        margin-inline: auto;
    }

    .single-product-section {
        max-width: 1280px;
        margin-inline: auto;
    }
    .single-product-section > *{
        padding-inline: 0;
    }

}