﻿body {
    font-family: 'Poppins';
    margin: 0;
    color: #222;
}
.display_no {
    display: none;
}
.col_dsply {
    width: 100%;
    display: inline-block;
}

.global-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .global-container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.top-info-bar {
    background-color: #075f2c;
    color: #fff;
    font-size: 12.5px;
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
}

.scroll-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.info-scroll {
    display: inline-flex;
}

    .info-scroll span {
        display: inline-flex;
        align-items: center;
        margin-right: 50px;
        font-size: 14px;
        font-weight: 500;
        color: white;
    }

    .info-scroll img {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

.info-scroll span {
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: 14px;
    margin-right: 50px;
    font-weight: 500;
}

.info-scroll img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}
.prodetails_outer {
    width: 100%;
    margin: 0px auto;
    background-color: #FCFAF8;
}
.nav_oneouter {
    width: 90%;
    margin: 0px auto;
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px;
    
}
.nav-left {
    flex: 1;
}

.search-container {
    position: relative;
    width: 245px;
    height: 32px;
}

    .search-container input {
        width: 100%;
        height: 100%;
        padding-left: 32px;
        border: 1px solid #4BAF47;
        border-radius: 50px;
        outline: none;
        background: #fefbf9;
        font-size: 14px;
        color: #333;
    }

.search-icon {
    position: absolute;
    top: 55%;
    left: 10px;
    width: 19px;
    height: auto;
    transform: translateY(-50%);
    opacity: 0.7;
    font-family: 'Poppins';
}

.search-dropdown {
    position: absolute;
    width: 125%;
    top: 110%;
    left: 0;
    padding: 10px;
    margin: 5px 0 0 0;
    max-height: 355px;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: none;
    z-index: 99;
    font-family: 'Poppins';
}

    .search-dropdown::-webkit-scrollbar {
        width: 3px;
    }

    .search-dropdown::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 5px;
    }

    .search-dropdown li {
        display: flex;
        align-items: center;
        padding: 10px 14px;
        margin-bottom: 0px;
        border-radius: 10px;
        cursor: pointer;
        background: #fdfdfd;
        transition: all 0.2s ease;
        font-size: 0.9vw;
        font-weight: 500;
    }

        .search-dropdown li:last-child {
            margin-bottom: 0;
        }

        .search-dropdown li:hover {
            background: #ecffe6;
            border-color: #c5f3c3;
            color: #075F2C;
        }
.nav-logo {
    flex: 1;
    text-align: center;cursor:pointer;
}

    .nav-logo img {
        height: 45px;
        margin-top: 8px;
    }

.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
}

.nav-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    cursor: pointer;
    display: block;
}

.icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #8FC540;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-wrapper {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #4caf50;
    color: white;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 50%;
}

.category-tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 0px;
}

    .category-tabs a {
        text-decoration: none;
        font-size: 0.9vw;
        color: #075F2C;
        font-weight: 600;
        white-space: nowrap;
    }
      
.breadcrumb {
    padding: 10px 20px;
    background-color: #F1F5E6;
    font-size: 13px;
    color: #999;
}

    .breadcrumb span {
        font-weight: 500;
        color: #1a4e29;
        font-size: 13px;
    }

.pro_detailsname {
    padding: 0px 0px;
}

    .pro_detailsname a.breadcrumb-home {
        text-decoration: none;
        color: #aaa;
        font-weight: 500;
    }
    
.product-container {
    display: flex;
    margin: 20px auto;
    gap: 40px;
}
.left {
    width: 39%;
    float: left;
}

.main-image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: auto;
}

.main-bg,
.main-front {
    width: 110%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s ease;
}

.main-bg {
    position: absolute;
    bottom: 56px;
    right: 30px;
    z-index: 1;
    width: 29px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}

.main-bg1,
.main-front {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s ease;
}

.main-bg1 {
    position: absolute;
    bottom: 17px;
    right: 30px;
    z-index: 1;
    width: 29px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}

.main-front {
    position: relative;
    z-index: 0;width:100%;border-radius:27px;
}

.thumbnails {
    margin-top: 16px;
}

    .thumbnails img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 12px;
        cursor: pointer;
        transition: 0.3s;
        border: 2px solid transparent;
    }

        .thumbnails img:hover {
            transform: scale(1.05);
        }

        .thumbnails img.selected {
            border: 2px solid #075f2c;
        }

/* Right side */
.right {
    margin-left: 0px;
    margin-top: -25px;
    width: 55%;
    float: left;
}

.title {
    font-size: 27px;
    color: #075f2c;
    margin-bottom: 12px;
    font-weight: 600;
}

.chips-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;margin-bottom:15px;
}

.chip {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f1f5e6;
    border-radius: 50px;
    padding: 3px 14px 3px 6px;
    font-size: 13.5px;
    font-weight: 400;
    width: fit-content;
    white-space: nowrap;
}

.chip-icon {
    width: 28px;
    height: 28px;
    background-color: #075f2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .chip-icon img {
        width: 14px;
        height: 14px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }



.rating-price {
    align-items: center;
    gap: 0px;
    margin: 0px 0;
}

.rating {
    font-size: 13px;
    color: #333;
    font-family: 'Poppins';
}

    .rating img {
        width: 70px;
    }

.price {
    font-size: 25px;
    color: #222;
    font-weight: 600;
    font-family: 'Poppins';
}

.mrp {
    color: #828475;
    text-decoration: none;
    position: relative;
    font-size: 13.5px;
    font-weight: 300;
}

    .mrp:before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 1px solid rgb(255 0 0);
        height: 12px;
        position: absolute;
        top: 10px;
        left: 0;
        transform: rotate(-7deg);
    }
.size, .quantity {
    font-size: 14px;
    margin: 9px 0;
}

    .size span {
        background: #EAF3CF;
        color: #3E8D5E;
        padding: 2px 15px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 13px;
    }

.quantity_name {
    font-size: 13px;
    font-weight: 600;
}
.quantity-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #222;
    border-radius: 999px;
    overflow: hidden;
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: 6px;
    padding:3px 5px;
}


.qty-btn {
    background: none;
    border: none;
    width: 30px;
    height: 26px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    color: #222;
    border-right: 1px solid #222;
}

    .qty-btn:last-child {
        border-right: none;
        border-left: 1px solid #222;
    }

.quantity-box span {
    width: 30px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    color: #222;
}


.cart {
    margin: 0px 0px 5px 0px ;
    display: flex;
    align-items: center;
    gap: 16px;
}

.add-to-cart,
.buy_now {
    background: #075f2c;
    color: white;
    width: 250px;
    padding: 12px 0;
    font-size: 14px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: block;
    
}

    .add-to-cart:hover,
    .buy_now:hover {
        background: #054a20;
    }



#cart-count {
    font-size: 20px;
}

    #cart-count img {
        width: 40px;
        margin-top: 6px;
    }
.tabs-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 8px;margin-top:20px;
}

    .tabs-container::-webkit-scrollbar {
        display: none;
    }

.tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    min-width: max-content;
    padding-bottom: 10px;
}

.tab-btn {
    background: none;
    border: none;
    font-size: 12px;
    color: #999;
    font-weight: 600;
    padding: 4px 14px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Poppins';
}

    .tab-btn.active {
        color: #054A20;
        background-color: #F1F5E6;
        border-radius: 20px;
        font-weight: 600;
    }

.tab-content {
    position: relative;
}
.tab-section {
    display: none;
}

    .tab-section.active {
        display: block;
    }

.tooltip-box {
    background-color: #F1F5E6;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 12px;
    padding: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
    transition: all 0.3s ease;
}

    .tooltip-box::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: var(--arrow-left, 30px);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f3faef;
        transition: left 0.3s ease;
    }

.slider-container6 {
    width: 98%;
    overflow: hidden;
    margin: 0 auto;
    background-color: white;
}
.product-slider6 {
    display: flex;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

    .product-slider6::-webkit-scrollbar {
        width:1px;
    }

    .product-slider6::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 5px;
    }

.product-card6 {
    min-width: 338px;
    max-width: 338px;
    margin-right: 18px;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-radius: 12px;
    padding: 0px;
    margin-bottom: 20px;
}
.product-image {
    position: relative;
    width: 100%;
}

    .product-image .main_img {
        width: 100%;
        object-fit: cover;
        display: block;
    }
.play-button {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.2s ease;
}
.play-button:hover {
    transform: translate(-50%,-50%) scale(1.05);
}
.product-info {
    position: absolute;
    bottom: 17px;
    left: 20px;
    background: #F2F9DB;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    width: 270px;
    height: auto;
}
.pro_inimg {
    width: 26%;
    float: left;
    margin-top: 2px;margin-bottom:5px;
}

    .pro_inimg img {
        width: 57px;
    }


.pro_subname {
    font-size: 13.8px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 4px;
    width: 73%;
    cursor: pointer;margin-top:6px;
}

    .pro_subname.expanded {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        width: 100%;
    }

.price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.price1 {
    font-size: 17px;
    font-weight: 600;
    color: #222;
}
.pro_mrp {
    color: #828475;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}

    .pro_mrp:before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 1px solid rgb(255 0 0);
        height: 12px;
        position: absolute;
        top: 8px;
        left: 0;
        transform: rotate(-7deg);
    }
.pro_addtocart {
 
}
.cart-button {
    width: 73%;
    background-color: #0D6630;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    cursor: pointer;
    float: left;
    font-family: 'Poppins';margin-bottom:-10px;
}
.pro_cartimg {
    width: 50px;
    float: right;
    margin-left: 0px;
    cursor:pointer;
}

    .pro_cartimg img {
        width: 38px;
        margin-bottom: -10px;
    }


.value_outer {
    background-color: #FEFCF9;
    padding-left: 40px;
    max-width: 100%;
    margin: 20px 0px 0px 0px;display:none;
}
.carousel-align-box {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    max-width: 1350px;
}

.title_value {
    margin-left: 10px;
    padding: 18px 0px;
    font-size: 23px;
    font-weight: 900;
    color: #2A431C;
}
/*.carousel-wrapper5 {
    width: 1250px;
    position: relative;
    margin: 0 auto;
}*/
/*.carousel-container5 {
    overflow: hidden;
    position: relative;border:1px solid white;
}
.carousel-track5 {
    display: flex;
    transition: transform 0.5s ease;

}*/

.carousel-wrapper5 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.carousel-container5 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-track5 {
    
    width: 90%;
    display: flex;
    justify-content: flex-start;
    transition: transform 0.5s ease;
}


button.arrow:disabled img {
    opacity: 0.4;
    cursor: not-allowed;
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    width: 34px;
    height: 34px;
    border: none;
    outline: none;
    cursor: pointer;
    background: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 6px;
    display: none;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    backdrop-filter: saturate(140%) blur(4px);
}

    .closeBtn:hover {
        background: rgba(0,0,0,.75);
    }

.product_card1 {
    width: 260px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 16.29px 36.07px 0px #00000026;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
    font-family: 'Poppins';
    margin-right: 25px;
    height: 400px;
    flex: 0 0 auto;
    margin-bottom: 45px;
    margin-top: 25px;
}

.carousel-track5 > .product_card1:last-child {
    margin-right: 0 !important;
}

.carousel-track5 > .product_card1:first-child {
    margin-left: 30px !important;
}

.image-box {
    background: #fff6f3;
    border-radius: 8px;
    margin: 20px 10px 0px 10px;
    padding: 10px;
    width: 78%;
    text-align: center;
    position: relative;
    overflow: hidden;
    height:400px;
    position: relative;
}
.image_color1 {
    background-color: #FFF6F2;
}

.image_color2 {
    background-color: #FFF8E6;
}

.image_color3 {
    background-color: #FFF9EF;
}

.image_color4 {
    background-color: #FFF9EF;
}

.image_color5 {
    background-color: #F3EDEC;
}
.Cricle_heart {
    position: absolute;
    top: 10%;
    left: 90%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.2s ease;
}
.image-box .img_position1 {
    width: 100%;
    max-width: 200px;
    margin: 40px 0px 10px 0px;
}

.image-box .img_position {
    width: 100%;
    max-width: 200px;
    margin: 40px 0px 10px 0px;
}
.product_name2 {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
    padding-left: 12px;
    margin-top: 8px;
}
.product1_name {
    width: 145px;
    float: left;
    font-weight: 600;
    font-size: 13px;
    padding-left: 5px;
}

.pro_amount {
    width: 64px;
    float: right;
    font-weight: 600;
    font-size: 16px;
    padding-right: 10px;
    text-align: center;
}
.product_price2 {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    width: 64px;
    float: right;
    margin-right: 10px;
}
.mrp2 {
    text-decoration: none;
    position: relative;
    font-size: 10px;
    font-weight: 300;
}
    .mrp2:before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 1px solid rgb(255 0 0);
        height: 12px;
        position: absolute;
        top: 6px;
        left: 0;
        transform: rotate(-6deg);
    }
.select-wrapper {
    width: 250px;
}
select.custom-select {
    width: 88%;
    padding: 7px 12px;
    font-size: 13px;
    border: none;
    border-radius: 8px;
    background-color: #F2F2F2;
    font-family: 'Poppins';
    font-weight: 700;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    margin: 8px 0px 6px 15px;cursor:pointer;
}

    /* Option dropdown styling (simulated) */
    select.custom-select option {
        background-color: white;
        padding: 10px;
        border: none;
        font-family: 'Poppins';
    }

        select.custom-select option:checked {
            background-color: #f1ffe9;
        }

        select.custom-select option:hover {
            background-color: #f1ffe9;
        }
.add-cart-btn2 {
    width: 78%;
    background: #00632b;
    color: white;
    padding: 9px 0;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Poppins';
    margin-top: 12px;
}

    .add-cart-btn2:hover {
        background: #007a36;
    }
.bottom-controls1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: -20px;
}
.arrow {
    font-size: 24px;
    background: none;
    border: none;
    color: #4BAF47;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .arrow img {
        width: 18px;
    }
    
.dots1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.dot {
    height: 9px;
    width: 9px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #d7eac5;
}

    .dot.active {
        background-color: #006837;
        border: 2px solid white;
        outline: 1px solid #006837;
    }

.indent {
    margin-left: 24px;
}


.review-section {
    font-family: 'Poppins';
    padding: 40px 0px;
    background: #fefcf9;
    color: #1d1d1f;
    
}

.review-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 30px;
}

    .review-rating .stars {
        color: #FFD700; /* Gold */
        font-size: 20px
    }

.review-input-box {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 30px;
    font-family: 'Poppins';
}

    .review-input-box input {
        border: none;
        outline: none;
        flex: 1;
        font-size: 16px;
        padding: 10px;
        font-family: 'Poppins';
    }

.review-button {
    background-color: #056839;
    color: white;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

    .review-header h3 {
        font-size: 22px;
        font-weight: 700;
    }


.sort-select {
    appearance: none; /* Hide native arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 14px;
    padding-right: 40px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background-color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 240px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px 24px;
    font-family: 'Poppins';
}


.reviewandfooter {
    width: 100%;
    background-color: #FEFCF9;
}

.review-card {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    font-family: 'Poppins';
}

.review-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.review-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.review-content .stars {
    color: #FFD700;
    font-size: 16px;
    margin-bottom: 6px;
    font-family: 'Poppins';
}

.stars img {
    width: 95px;
}

.review-content p {
    font-size: 15px;
    color: #3c3c3c;
    line-height: 1.5;
    font-family: 'Poppins';
}

.review-content {
    margin-top: -24px;
    margin-left: 15px;
}
.load-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.load-more-btn {
    border: 1px solid #056B38;
    color: #056B38;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 18px;
    cursor: pointer;
    background-color: white;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

.popup-box {
    background: #fff;
    width: 400px;
    padding: 20px;
    border-radius: 12px;
    margin: 200px auto;
    position: relative;
}

    .popup-box h3 {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
    }

    .popup-box input,
    .popup-box textarea,
    .popup-box select {
        width: 100%;
        padding: 8px;
        margin: 8px 0;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

.star-rating {
    display: flex;
    gap: 5px;
    font-size: 22px;
    cursor: pointer;
}

    .star-rating span {
        color: #ccc;
    }

        .star-rating span.active {
            color: gold;
        }

.popup-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

    .popup-buttons button {
        padding: 8px 15px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

    .popup-buttons .submit-btn {
        background: #056B38;
        color: #fff;
    }

.footer {
    background-color: #044826;
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 20px 0px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-logo {
    height: 75px;
    margin-top: 25px;
}

.tagline {
    font-size: 12px;
    margin-top: 4px;
    color: #d0f0c0;
}

.footer-contact p {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 20px;
}

.footer-contact .footer_icon {
    width: 16px;
    margin-right: 8px;
}

.footer-contact p {
    margin-left: 0px;
}

.footer-column h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 150px;
}

.footer-column p {
    font-size: 13px;
    color: #DEDEDE;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

    .footer-column ul li {
        margin-bottom: 8px;
    }

        .footer-column ul li a {
            color: #DEDEDE;
            font-size: 13px;
            text-decoration: none;
        }

            .footer-column ul li a:hover {
                text-decoration: underline;
            }

.footer-contact a {
    color: inherit;
    text-decoration: none;
}

    .footer-contact a:visited {
        color: inherit;
    }

    .footer-contact a:hover,
    .footer-contact a:focus {
        color: inherit;
        text-decoration: none;
    }

.footer-column strong {
    color: white;
}

.email-box {
    display: flex;
    margin-top: 26px;
}

    .email-box input {
        padding: 6px 8px;
        border-radius: 15px 0 0 15px;
        border: none;
        outline: none;
        flex: 1;
        font-size: 13px;
    }

.subscribe-btn {
    padding: 6px 14px;
    background-color: #007d46;
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    font-family: 'Poppins';
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

    .social-icons img {
        width: 22px;
        height: 22px;
        cursor: pointer;
    }


.footer-divider {
    border-top: 1px solid #4e8040;
    margin-bottom: 15px;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    padding: 0px 0px 8px 0px;
    font-family: 'Poppins';
    margin-top: 20px;
    color: #e0e0e0;
    width: 100%;
}

.swal-custom-popup {
    border-radius: 15px !important;
    font-size: 16px !important;
}

.swal-title-small {
    font-size: 18px !important;
}

.swal-text-small {
    font-size: 17px !important;
}

.swal-btn-small {
    font-size: 15px !important;
    padding: 8px 48px !important;
    border-radius: 8px !important;
}

.swal2-icon {
    transform: scale(0.7) !important;
    margin: 0.3em auto !important;
}
.error-msg {
    display: none;
    color: #e11d48;
    font-size: 13px;
    margin: 4px 0 8px
}

.input-error {
    border-color: #e11d48 !important;
    outline: none
}
.stars {
    display: flex;
    gap: 2px;
}

.star {
    color: #ccc;
    font-size: 25px;
}

    .star.active {
        color: gold;
    }

    .star.half {
        background: linear-gradient(90deg, gold 50%, #ccc 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


small{font-size:12.5px;}



.quantitybody {
    margin: 0 auto;
    width: 120px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.quantitybodyPDP {margin:0px auto; width:100px; background-color: #F2F9DB;}
.hidden {display: none;}
.qtybtn {background-color: #1CA953;color: white;border-radius: 5px;border: none;cursor: pointer;
               transition: transform 0.3s ease, background-color 0.3s ease; width: 30px;  float:left; text-align: center; padding:6px;}
.qtynum {font-size: 18px;font-weight: bold;width: 40px;text-align: center; float:left;color:#000;}


.main-image-wrapper1 {
    position: relative;
    width: 100%;
    height: auto;
}

    .main-image-wrapper1 img,
    .main-image-wrapper1 video {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.mobile-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

    .mobile-menu.open {
        transform: translateX(0);
    }

.mobile-menu-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

    .mobile-menu-overlay.open {
        display: block;
    }

.mobile-menu a {
    display: block;
    padding: 15px 0;
    color: #075F2C;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    font-size: 14.5px;
}

.mobile-menu .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ddd;
}

.mobile-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1001;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    /* Visible state */
    .mobile-search-overlay.open {
        opacity: 1;
        visibility: visible;
    }

.mobile-search-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
}

    /* Search box full width center */
    .mobile-search-header .search-container {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }

/* Close button top right corner */
.mobile-search-overlay .close-btn {
    position: absolute;
    top: -26px;
    right: -16px;
    font-size: 20px;
    color: #333;
    background-color: #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background 0.2s;
}

    .mobile-search-overlay .close-btn:hover {
        background-color: #bbb;
    }

#mobileSearchResults {
    list-style: none;
    padding: 0;
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 500px;
    max-height: 70vh;
    overflow-y: auto;
}

    #mobileSearchResults li {
        padding: 12px 5px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        font-size: 14.5px;
    }

        #mobileSearchResults li:hover {
            background-color: #f0f0f0;
        }


.nav-left-mobile, .mobile-search-icon {
    display: none;
}

.review-section-mobile {
    display: none;
}

.fav-count1 {
    display: inline-block;
}

.main-bg{display:block;}

.review-section {
    display: block;
}

.mobile-footer {
    display: none;
}

.footer {
    display: block;
}
@media only screen and (min-width:300px) and (max-width:575px) {
    body, .global-container {
        width: 100%;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }

    .slideshow-container {
        display: none;
    }

    .mobile_banner {
        display: block;
    }

    .nav_oneouter, .main_outer, .mob_outer {
        width: 100%;
        margin: 0;
    }

    .nav-bar {
        padding: 20px 15px;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative;
    }

    .nav-left, .nav-right img[alt*="User"], .nav-right img[alt*="Wishlist"] {
        display: none;
    }

    .nav-left-mobile {
        display: block;
    }

    .nav-logo {
        text-align: center;
        flex-grow: 0;
        position: absolute;
        left: 45.5%;
        transform: translateX(-50%);
    }

        .nav-logo img {
            height: 45px;
            margin-top: 0;
        }

    .nav-bar .nav-left-mobile, .nav-bar .nav-right {
        flex: 1;
    }

    .nav-bar .nav-right {
        justify-content: flex-end;
        gap: 15px;
    }

    /*.icon-wrapper:nth-of-type(1) {
        display: none !important;
    }*/

    .hamburger-btn {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

        .hamburger-btn svg {
            width: 28px;
            height: 28px;
            color: #056B38;
        }

    .mobile-search-icon {
        display: block;
        width: 26px;
        height: 26px;
        cursor: pointer;
    }

    .category-tabs {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding: 12px 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: none;
    }

        .category-tabs::-webkit-scrollbar {
            display: none;
        }

        .category-tabs a {
            font-size: 14px;
            margin-right: 24px;
            flex-shrink: 0;
        }

    .slideshow-container, .slideshow-track, .slide, .slide img {
        height: auto;
    }

    .nutrient-carousel-section {
        padding: 40px 0;
    }

        .nutrient-carousel-section h1 {
            font-size: 24px;
            padding: 0 15px;
            line-height: 1.3;
        }

    .pro_detailsname{
        font-size:11px;
    }

    .pro_detailsname span{
        font-size:12px;
    }

    .product-container {
        flex-direction: column;
        gap: 20px;
        margin: 0;
        padding: 0 15px;
    }

    .left, .right {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .main-image-wrapper {
        width: 94%;
        margin: 15px auto;
        aspect-ratio: 1 / 1;
        border-radius: 20px;
    }
    .main-bg{display:none;}



    .fav-count1 {
        display: none !important;
    }
    
    .main-front {
        width: 100%;
        border-radius: 20px;
    }

    .thumbnails {
        display: flex;
        justify-content: flex-start;
        margin-top: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: 4%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .thumbnails::-webkit-scrollbar {
            display: none;
        }

        .thumbnails img {
            width: 47px;
            height: 47px;
            flex-shrink: 0;
            border-radius: 10px;
        }


    .title {
        font-size: 20px;
        margin: 15px 0 10px;
        text-align: left;
    }

    .chips-wrapper {
        justify-content: flex-start;
        gap: 6px;
    }

    .chip {
        font-size: 12px;
        padding: 3px 10px 3px 6px;
    }

    .chip-icon {
        width: 24px;
        height: 24px;
    }

        .chip-icon img {
            width: 12px;
            height: 12px;
        }

    .rating-price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        margin: 15px 0;
    }

    .rating img {
        width: 75px;
    }

    .price {
        font-size: 24px;
        font-weight: 600;
        margin-top: 4px;
    }

    .cart {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    .add-to-cart{
        width: 100%;
        max-width: 350px;
        margin: 5px auto;
        padding: 13px 0;
        font-size: 13px;
        border-radius: 35px;
        font-family: 'Poppins';
        font-weight: 700;
    }

    .buy_now {
        width: 100%;
        max-width: 350px;
        margin: 5px auto;
        padding: 13px 0;
        font-size: 13.5px;
        border-radius: 35px;
        font-family: 'Poppins';
        font-weight: 700;
    }

    #cart-count {
        display: none !important;
    }

    .tabs {
        gap: 10px;
        padding: 8px 0;
    }

    .tab-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .tooltip-box {
        font-size: 13px;
        padding: 12px;
        line-height: 1.6;
    }

    .slider-container6 {
        width: 90%;
        overflow: hidden;
        margin: 20px auto;
        background-color: white;margin-top:35px;
    }

    .product-slider6 {
        display: flex;
        scroll-behavior: smooth;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /*padding-bottom: 20px;*/
    }

        .product-slider6::-webkit-scrollbar {
            display: none;
        }

    .product-slider6 {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .product-card6 {
        min-width: 250px;
        max-width: 250px;
        height: 350px;
        margin-right: 20px;
        flex-shrink: 0;
        scroll-snap-align: start;
        border-radius: 18px;
        position: relative;
        overflow: hidden;
        /*margin-bottom: 20px;*/
    }

    .product-image {
        width: 100%;
        height: 100%;
    }

        .product-image .main_img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .play-button {
        position: absolute;
        top: 38%;
        left: 50%;
        width: 50px;
        height: 50px;
        transform: translate(-50%, -50%);
        cursor: pointer;
        transition: transform 0.2s ease;
    }

    .product-info {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        background: #F2F9DB;
        border-radius: 16px;
        padding: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        box-sizing: border-box;height:auto;
    }

    .pro_inimg {
        width: 55px;
        height: 55px;
        float: left;
        margin-right: 8px;margin-top:-4px;
    }

        .pro_inimg img {
            width: 82%;
            height: 82%;
            border-radius: 50%;
            object-fit: cover;
        }

    /* Default truncate */
    .pro_subname {
        font-size: 12px;
        font-weight: 600;
        color: #222;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0px;
        margin-bottom: 4px;
        width: 65%;
        cursor: pointer;
    }

        .pro_subname.expanded {
            white-space: normal;
            overflow: visible;
            text-overflow: unset;
            width:100%;
        }
   
        
    .price-row {
        display: flex;
        align-items: baseline;
        gap: 8px;
        margin-bottom: 5px;
    }

    .price1 {
        font-size: 16px;
        font-weight: 700;
        color: #222;
    }

    .pro_mrp {
        color: #828475;
        text-decoration: none;
        position: relative;
        font-size: 14.5px;
        font-weight: 300;
    }

        .pro_mrp:before {
            content: " ";
            display: block;
            width: 100%;
            border-top: 1px solid rgb(255 0 0);
            height: 12px;
            position: absolute;
            top: 8px;
            left: 0;
            transform: rotate(-7deg);
        }

    .mrp {
        color: #828475;
        text-decoration: none;
        position: relative;
        font-size: 11.5px;
        font-weight: 300;
    }

        .mrp:before {
            content: " ";
            display: block;
            width: 100%;
            border-top: 1px solid rgb(255 0 0);
            height: 12px;
            position: absolute;
            top: 7px;
            left: 0;
            transform: rotate(-7deg);
        }

    .pro_addtocart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        clear: both;
    }

    .cart-button {
        flex-grow: 1;
        background-color: #0D6630;
        color: white;
        border: none;
        border-radius: 50px;
        padding: 8px 18px;
        font-size: 10.5px;
        font-weight: 600;
        cursor: pointer;
        font-family: 'Poppins';margin-bottom:-7px;
    }

    .pro_cartimg {
        flex-shrink: 0;
    }

        .pro_cartimg img {
            width: 32px;
            height: 32px;
            display: block;
            margin-bottom: -7px;margin-left:10px;
            
        }

    .review-section-mobile{display:block;}
    .review-section{display:none;}
    .review-section-mobile {
        padding: 20px 15px;
        max-width: 420px;
        margin: auto;background-color:white;
    }

    .review-title {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .review-rating {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
    }

        .review-rating .stars {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 15px;
        }
            .review-rating .stars img{width:78px;}

            .review-rating .total-reviews {
                margin-left: 8px;
                font-size: 14px;
                color: #333;
            }
    .stars {
        display: flex;
        gap: 2px;
    }

    .star {
        font-size: 18px;
        color: #ccc;
    }

        .star.active {
            color: #f5c518;
        }

    small {
        font-size: 10.5px;
    }
    

    .swal-popup-small {
        border-radius: 12px !important;
        font-size: 14px !important;
    }

    .swal-title-small {
        font-size: 16px !important;
    }

    .swal-input-small {
        font-size: 14px !important;
        padding: 6px !important;
        border-radius: 6px !important;
    }

    .swal-btn-small {
        font-size: 16px !important;
        padding: 6px 35px !important;
        border-radius: 6px !important;
    }

    .swal-btn-cancel {
        background: #F0F0F0 !important;
        color: #333 !important;
        font-size: 16px !important;
        padding: 6px 35px !important;
        border-radius: 6px !important;
    }
   
    .filter-btn {
        background: #056B38;
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-left: auto; 
    }


    .review-input-box {
        border: 1px solid #e2e2e2;
        border-radius: 14px;
        padding: 30px;
        background: #fff;
        margin-bottom: 16px;
    }

        .review-input-box textarea {
            width: 100%;
            border: none;
            outline: none;
            font-size: 14px;
            resize: none;
            min-height: 80px;
            font-family: inherit;
        }

    .review-button {
        width: 94%;
        padding: 12px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        border: none;
        background: #056B38;
        color: #fff;
        display: block;
        margin-bottom: 20px;margin:0 auto;
    }

    .review-count {
        font-size: 16px;
        font-weight: 600;
        margin: 18px 0;
    }

    .review-card {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid #eee;
    }

    .review-avatar {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: cover;
    }

    .review-content h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 20px 0 4px 0;
    }

    .review-content .stars {
        font-size: 8px;
        color: #f6c200;
        margin-bottom: 6px;
    }

        .review-content .stars img{width:78px;}

        .review-content p {
            font-size: 12.5px;
            line-height: 1.4;
            color: #333;
            margin: 0;
        }

    .load-more-btn {
        display: block;
        margin: 0 auto; 
        font-size: 15px;
        padding: 12px 40px; 
        border-radius: 24px;
        border: 1px solid #008037;
        color: #008037;
        background: #fff;
        font-weight: 500;
        width: auto; 
    }

    .popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1000;
    }

    .popup-box {
        background: #fff;
        width: 300px;
        padding: 20px;
        border-radius: 12px;
        margin: 230px auto;
        position: relative;
    }

        .popup-box h3 {
            margin-bottom: 15px;
            font-size: 16.5px;
            text-align: center;
        }

        .popup-box input,
        .popup-box textarea,
        .popup-box select {
            width: 100%;
            padding: 8px;
            margin: 8px 0;
            border-radius: 6px;
            border: 1px solid #ccc;
        }
    .popup-buttons {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }

        .popup-buttons button {
            padding: 8px 15px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
        }

        .popup-buttons .submit-btn {
            background: #056B38;
            color: #fff;
        }

    .mobile-footer {
        background: #0c5c35;
        color: #fff;
        font-family: 'Poppins';
        padding: 15px;
    }

    .footer {
        display: none;
    }

    .mobile-footer {
        display: block;
    }

    .footer-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        padding: 12px 0;
        cursor: pointer;
        font-size: 14px;
    }

        .footer-title .icon {
            font-size: 18px;
        }

    .footer-links {
        list-style: none;
        padding-left: 0;
        margin: 0;
        display: none;
    }

    .footer-column .footer-links {
        display: none;
    }

    .footer-column.active .footer-links {
        display: block;
    }


    .footer-column.active .footer-title .icon {
        content: "−";
    }

    .footer-links li {
        padding: 6px 0;
        font-size: 13px;
    }

    .footer-contact {
        padding: 15px 0;
        font-size: 14px;
    }

        .footer-contact p {
            display: flex;
            align-items: center;
            margin: 8px 0;
        }
        .footer-contact a {
            color: inherit;
            text-decoration: none;
        }

            .footer-contact a:visited {
                color: inherit;
            }

            .footer-contact a:hover,
            .footer-contact a:focus {
                color: inherit;
                text-decoration: none;
            }
    .icon-img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .email-box {
        display: flex;
        margin-top: 26px;
    }

        .email-box input {
            padding: 6px 8px;
            border-radius: 15px 0 0 15px;
            border: none;
            outline: none;
            flex: 1;
            font-size: 13px;
        }

    .subscribe-btn {
        padding: 6px 14px;
        background-color: #007d46;
        border: none;
        color: white;
        font-size: 13px;
        font-weight: 500;
        border-radius: 0 15px 15px 0;
        cursor: pointer;
        font-family: 'Poppins';
    }

    .footer-bottom {
        text-align: center;
        font-size: 12px;
        opacity: 0.8;
        margin-top: 8px;
        padding-top: 10px;
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    .icon-wrapper {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .icon-badge {
        position: absolute;
        top: -6px;
        right: -10px;
        background: #8FC540;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

.floating-cart {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
}

    .floating-cart img {
        width: 30px;
        height: 30px;
    }

    .floating-cart #cart-count1 {
        position: absolute;
        top: 6px;
        right: 6px;
        background: #8FC540;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
