* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --green: #53B175;
}

body {
    min-width: 320px;
    font-family: Quicksand;
}

.BrandAndSocialIconsMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BrandLogoDiv {
    width: 50%;
}

.SocialIconsMainDiv {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.topsellHeading {
    font-size: 24px;
    font-weight: 600;
    margin-left: -10px;
}

.product_detailsProductsItemFlex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.productdetails_in_wishlist {
    transition: all 0.2s ease-in-out;
    background-color: var(--green) !important;
    color: white;
}

.wislistAlertProductDeatils {
    position: fixed;
    top: 77px;
    right: 10px;
    width: 30%;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 900;
}

.HomeProgressmain {
    height: 3px;
    margin-top: 8px;
    margin-left: -11px;
    width: 80%;
}

.HomeProgress {
    background-color: var(--green);
}

.CategoryBtnRight,
.FeaturedBtnRight {
    position: absolute;
    top: 40%;
    right: -55px;
    background-color: #F2F3F4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CategoryBtnLeft,
.FeaturedBtnLeft {
    position: absolute;
    top: 40%;
    left: -55px;
    background-color: #F2F3F4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CategoryBtnLeft:hover {
    background-color: var(--green);
    cursor: pointer;
    color: white;
}

.FeaturedBtnLeft:hover {
    background-color: var(--green);
    cursor: pointer;
    color: white;
}

.CategoryBtnRight:hover {
    background-color: var(--green);
    cursor: pointer;
    color: white;
}

.FeaturedBtnRight:hover {
    background-color: var(--green);
    cursor: pointer;
    color: white;
}

/* .product_details_section {
    margin-top: 100px;
} */

.WebViewCarouselOneProductDetails {
    overflow-y: auto;
}

.WebViewCarouselOneProductDetails::-webkit-scrollbar {
    width: 6px;
}

.search_component {
    padding: 10px;
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style-type: none;
}

.product_details_section h5 {
    font-size: 36px;
    font-weight: 600;
    font-family: poppins;
    margin: 0px;
}

.productNameAndStock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.badge_stock {
    background-color: #b7ebb9;
    color: #2C742F;
    font-weight: 400;
    padding: 8px;
    font-size: 14px;
    font-family: poppins;
}


.badgeOff {
    border-radius: 15px;
    background-color: #eccecd;
    color: #EA4B48;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: poppins;
    margin-left: 2px;
}
.product-badge {
    position: absolute;
    top: 10px; /* Align to the top */
    left: 10px; /* Align to the left */
    background-color: #F61B40; /* Red for discounts */
    color: white;
    width:80px;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
    text-transform: uppercase;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    animation: bounceIn 2.5s ease-out infinite; Add animation */
   
}

.cutprice {
    font-size: 20px;
    color: #B3B3B3;
    font-family: poppins;
    font-weight: 400;
}

.priceProduct {
    color: #2C742F;
    font-size: 24px;
    font-weight: 500;
    font-family: poppins;
    margin: 0px;
}

.hr_product {
    color: rgb(197, 196, 196);
}

.product_description {
    color: #808080;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: poppins;
}

.nutrition-info{
    color:  #373D49;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: poppins;
}
.productListitem {
    color: #53B175;
    font-size: 18px;
    font-weight: 700;
    font-family: Mulish;
}

.brand_heading {
    font-size: 14px;
    align-self: center;
    margin: 0px;
    font-weight: 400;
    font-family: poppins;
    color: #1A1A1A;
}

.social_icons {
    margin-left: 5px;
}

.brandDiv {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 5px;
    margin-left: 5px;
}

.shareitem {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    font-family: poppins;
    color: #1A1A1A;
}

.cart_buttonproduct {
    background-color: var(--green);
    color: white;
    border-radius: 12px;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: poppins;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.love_button {
    width: 50%;
    padding: 10px;
    background-color: #20b52614;
    border: none;
    border-radius: 50%;
}

.wishlist-btn{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background-color: #20b52614;
    border-radius: 50%;
}

.wishlist-btn .wishlist-icon{
    margin-top: 2px;
    width: 24px;
    height: 24px;
}

.counter {
    border-radius: 30px;
    align-items: center;
    border: 1px solid #E6E6E6;
    padding: 3px;
    display: flex;
    width: 18%;
}

.ProductDetailsCartButtonDiv {
    width: 65%;
}

.heart_button {
    width: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.incrementbtn,
.decrementbtn {
    border-radius: 50%;
    border: none;
    width: 44%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
}

#counting {
    font-size: 16px;
    align-self: center;
    margin: 10px;
    width: 10px;
}

.pCategoryHeading {
    font-size: 14px;
    font-weight: 500;
    font-family: poppins;
}

.pCategorydesc {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: poppins;
    color: #808080;
}

.product__Description {
    border: 1px solid #DBDBDB;
    padding: 30px;
    border-radius: 8px;
    height: 300px;
}

.description_aboutProduct {
    font-size: 24px;
    font-weight: 400;
    color: #9797A6;
    cursor: pointer;
}

.ntFact {
    font-size: 24px;
    font-weight: 350;
    color: #9797A6;
    cursor: pointer;
    margin-top:20px;
    margin-bottom: 20px;
    font-family: Mulish;
}

.active {
    color: #53B175;
    font-size: 24px;
    font-weight: 500;
    font-family: Mulish;
    margin-top:0px;
    margin-bottom: 20px;
}

.productPropertiesMain {
    margin-top: 90px;
}

.relatedProductsSection_ProductDetails {
    margin-top: 90px;
}
.head {
    margin-bottom: 37px;
}
.explorecategory_heading {
    font-size: 32px;
    font-weight: 600;
    font-family: Quicksand;
    color: #29292E;
}

/* Carousel Button Styles */
.button_prev {
    background-color: #F2F3F4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0%;
    left: -80%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_prev:Hover {
    background-color: var(--green);
    color: white;
}

.button_forward {
    background-color: #F2F3F4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0%;
    right: -80%;
}

.button_forward:Hover {
    background-color: var(--green);
    color: white;
}

.ratingStars_productDetails {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.Pricebar_productDetails {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

/* Content container styling */
#content {
    display: none;
}

.WebViewCategoriesCardOneProductDetails {
    display: block;
    overflow-y: auto;
}

.WebViewCategoriesCardOneProductDetails::-webkit-scrollbar {
    width: 6px;
}

.WebViewCategoriesCardOneProductCarousel {
    overflow: visible;
}

.hr_product2 {
    color: rgb(197, 196, 196);
}

.CounterCartAndWishlistButtonMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ************************* */
.MobileViewFeaturedCardProductDetails,
.MobileViewCategoriesCardOneProductDetails,
.MobileViewProductPropertiesMain,
.MVlove_button {
    display: none;
}

.fomo-message {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #53B175;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width:500px) {

    .MVlove_button {
        display: block;
        position: absolute;
        top: 30px;
        left: 15px;
        width: 45px;
        height: 45px;
        padding: 10px;
        background-color: #20b52614;
        border: none;
        border-radius: 50%;
    }
    .productPropertiesMain {
        display: none;
    }

    .MobileViewProductPropertiesMain {
        display: block;
        margin-top: 20px;
    }

    .MobileViewProductPropertiesMainHeading {
        font-size: 16px;
        font-weight: 500;
        font-family: poppins;
        border-bottom: 2px solid #20B526;
        padding-bottom: 15px;
        width: 30%;
    }

    .MobileViewProductPropertiesMainHeading2 {
        font-size: 16px;
        font-weight: 500;
        font-family: poppins;
        border-bottom: 2px solid #20B526;
        padding-bottom: 15px;
        width: 50%;
    }

    .MobileViewProductPropertiesMainDescription {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        font-family: poppins;
        color: #808080;

    }

    .MVAdditionalInformationMain {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
    }

    .MVAdditionalInformationMain h3 {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
        color: #1A1A1A;
        margin: 0px;
        width: 30%;
    }

    .MVAdditionalInformationMain h3:nth-of-type(2) {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
        color: #666666;
        margin: 0px;
    }

    .MVActiveReviews {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .ActiveReviewCustomerImageDiv {
        background-color: #E6E6E6;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .MVActiveReviewsCustomerName {
        font-size: 14px;
        font-weight: 500;
        font-family: poppins;
        color: #1A1A1A;
    }

    .MVCustomerReviewComment {
        font-size: 14px;
        font-weight: 400;
        font-family: poppins;
        color: #808080;
        margin-top: 15px;
    }

    .ratingStars_productDetails {
        margin-top: 10px;
    }

    .Pricebar_productDetails {
        margin-bottom: 15px;
    }

    .BrandLogoDiv {
        width: 20%;
    }

    .productDetailsSocialIconImageMain {
        width: 25px;
    }

    .productDetailsSocialIconImage {
        width: 15px;
    }

    .hr_product2 {
        display: none;
    }

    .SocialIconsMainDiv {
        width: 100%;
    }

    .explorecategory_heading {
        font-size: 25px;
    }

    .search_component {
        display: block;
    }

    .counter {
        border-radius: 30px;
        align-items: center;
        border: 1px solid rgb(211, 204, 204);
        padding: 2px;
        /* width: 30%; */
    }

    .incrementbtn,
    .decrementbtn {
        border-radius: 50%;
        border: none;
        width: 44%;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 43px;
    }

    .heart_button {
        display: none;
        width: 0%;
    }

    .love_button {
        display: none;
    }

    .product__Description {
        border: 1px solid #DBDBDB;
        padding: 30px;
        border-radius: 8px;
        height: 300px;
        width: 95%;
        margin-top: 20px !important;
        margin: auto;
    }

    .show_all_listing {
        display: none;
    }

    .button_prev {
        border-radius: 50%;
        position: relative;
        top: 0%;
        left: -80%;
        width: 60%;
        background-color: rgb(235, 224, 224);
        color: black;
    }

    .button_forward {
        border-radius: 50%;
        position: relative;
        top: 0%;
        right: -80%;
        width: 60%;
        background-color: rgb(235, 224, 224);
        color: black;
    }

    .product_details_section {
        margin-top: 0px;
    }

    .WebViewCategoriesCardOneProductDetails,
    .WebViewCarouselOneProductDetails,
    .WebViewLastCardsProductDetails {
        display: none;
    }

    .MobileViewFeaturedCardProductDetails,
    .MobileViewCategoriesCardOneProductDetails {
        display: block;
    }

    .wislistAlertProductDeatils {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 90%;
        font-family: Quicksand;
        font-size: 14px;
        font-weight: 900;
    }
}

@media screen and (min-width:501px) and (max-width:991px) {
    .search_component {
        display: block;
    }

    .counter {
        border-radius: 30px;
        align-items: center;
        border: 1px solid rgb(211, 204, 204);
        padding: 2px;
        /* width: 27%; */
        margin: auto;
        margin-bottom: 10px;
    }

    .love_button {
        display: block;
        margin: auto;
        margin-top: 10px;
        /* width: 12%; */
    }

    .WebViewCategoriesCardOneProductDetails,
    .WebViewCarouselOneProductDetails,
    .WebViewLastCardsProductDetails {
        display: none;
    }

    .MobileViewFeaturedCardProductDetails,
    .MobileViewCategoriesCardOneProductDetails {
        display: block;
    }

    .product_details_section {
        margin-top: 0px;
    }

    .product__Description {
        border: 1px solid #DBDBDB;
        padding: 30px;
        border-radius: 8px;
        height: 300px;
        width: 95%;
        margin-top: 20px !important;
        margin: auto;
    }

    .wislistAlertProductDeatils {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 45%;
        font-family: Quicksand;
        font-size: 14px;
        font-weight: 900;
    }
    .head {
        margin-bottom: 20px;
}





/* Discount Badge */
.product-badge {
    position: absolute;
    top: 10px; /* Align to the top */
    left: 10px; /* Align to the left */
    background-color: #F61B40; /* Red for discounts */
    color: white;
    width:80px;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
    text-transform: uppercase;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    animation: bounceIn 2.5s ease-out infinite; Add animation */
   
}

/* Animation Keyframes */

/* Bounce In Effect */
@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Optional Hover Animation */
.product-badge:hover {
    animation: pulse 1.5s infinite; /* Pulsing effect on hover */
}

/* Pulse Animation for Hover */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .product-badge {
        top: 5px;
        left: 10px;
        font-size: 10px;
        padding: 3px 8px;
    }
    .productPropertiesMain {
        margin-top: 0px;
    }
}




/* FOMO Section */
.fom0-message {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #53B175;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
   
}
.fomo-message:hover {
background-color:  #3a975c;

}
    .fomo-message i {
    font-size: 18px;
    color: white;
}

}