 /* General Styling */
    body {
       
      background-color: #f3f5f4;
      margin: 0;
      padding: 0;
    }
    body {
     font-family:  Assistant, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;

    }
    ::-webkit-scrollbar {
    display: none;
    }

    /* Navbar */
    .navbar {
    background-color: #83416f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 4px 2px;
    }
    .logo{
          width: 110px;
    }
    .swiper-pagination-bullet {

      background: #795548 !important;
    }
    .swiper-button-next, .swiper-button-prev {
      color: #795548 !important;
    }
   
    /* Banner */
    .banner img {
      width: 100%;
      height: auto;
    }

    /* Categories */
    .category-list {
    display: flex;
    gap: 3px;
    overflow-x: auto;
    padding: 9px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(148, 150, 159, .3);
    float: left;
    width: 100%;
    padding-top: 19px;
    margin-bottom: -19px;
    }
    .category-item {
    position: relative;
    text-align: center;
    flex: 0 0 auto;
    width: 75px;
    border-radius: 5px;
    /* margin-bottom: 5px; */
    margin-right: 10px;
    overflow: hidden;

       
    }
    .category-item img {
      width: 100%;
       
    }
    .category-item p {
        font-size: 10px;
    color: #000000;
    margin: 0;
    font-weight: 700;
    position: relative;
    bottom: 0px;
    /* background: linear-gradient(4deg, #bb4155, #7b4175); */
    width: 99%;
    padding: 5px 2px;
    overflow: hidden;
    font-family: unset;
    }

    /* Products */
    .product-grid {
        padding: 17px;
    background: #ffffff;
    width: 97% !important;
    border-top-left-radius: 22px 20px;
    border-top-right-radius: 22px 20px;
    margin-top: 11px;
    padding-top: 12px;
    border: 1px solid #d9d9d9;
    }
    .product-grid .col-6{
          padding: 1px 4px;
    }
    .product-card {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      margin-bottom: 15px;
    }
    .product-card img {
      width: 100%;
      height: auto;
    }
    .product-card .info {
      padding: 10px;
      text-align: center;
    }
    .product-card h6 {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .product-card p {
      font-size: 13px;
      color: #666;
    }
    .product-card .price {
      color: #000;
      font-weight: bold;
    }

    /* Sticky Footer */
    .sticky-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      border-top: 1px solid #ddd;
      z-index: 1000;
      display: flex;
      justify-content: space-around;
    }
    .sticky-footer a {
      text-decoration: none;
      text-align: center;
      padding: 10px 0;
      flex: 1;
      color: #555;
      font-size: 12px;
    }
    .sticky-footer a i {
      display: block;
      font-size: 18px;
    }




    .ship-strip{
    
    background: #fff9fe;
    width: 100%;
 

    }









      .carousel-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .carousel-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-item {
            flex: 0 0 100%;
            height: 300px; /* Adjust based on your design */
        }

        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Swipe support: adjust touch events */
        .carousel-container {
            touch-action: pan-y; /* Prevent vertical scrolling */
        }



        .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 11px;
  }
  .swiper-horizontal{
    position: relative;
    float: left;
    width: 100%;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
   
    font-size: 15px !important;
}
.leftmenu{
      width: 22px;
    margin-left: 10px;
    opacity: .8;
}



.status-head {
    font-size: 16px;
    width: 100%;
    padding-right: 8%;
    font-weight: bold;
    color: #000000;
    margin-top: 22px;
    float: right;
    text-align: right;
}
.srch-btn{
    background: #ece5ecd1;
    color: #272626;
    border: 0;
}

#cart_data {
    position: absolute;
    right: -9px;
    background: #fff;
    width: 18px;
    border-radius: 38px;
    margin-left: 6px;
    height: 18px;
    top: -13px;
    display: flex ;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: center;
    font-size: 11px;
    color: black;
 
}
a{
    text-decoration: unset !important;
  }
.dwn-app-img{
    width: 96%;
    margin-left: 2%;
    border-radius: 5px;
}

.btnareasize{
  margin-top: 26px;
}
.bottomdiv-status{
    position: absolute;
    bottom: 0px;
    width: 100%;
    float: left;
    background: #1e1d1d9c;
    padding-top: 9px;
}
.cat-imgdiv{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50px;
    
  }
.category-title{
      font-size: 15px;
    width: 100%;
    padding-left: 2%;
    /* font-weight: bold; */
    color: #bd4053;
    /* margin-top: 22px; */
    float: left;
    text-align: right;
}
#products-category-container{
  float: left;
}
.dwn-app-img{
  float: left;
}
.banner-imgdiv img{
    width: 96%;
    margin-bottom: 9px;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
}
.long-img{
    width: 96%;
    margin-left: 6%;
    margin: 7px 2px;
    margin-left: 2%;
    border-radius: 5px;

}
.modal-content{
  display : unset;
}



  .status-price {
    font-size: 15px;
    padding-left: 8px;
    color: #f3f3f3;
    float: left;
    margin-bottom: 2px;
    font-weight: bold;
}
.status-title {
    color: #f1f1f1d1 !important;
    width: 93%;
    overflow: hidden;
    margin-left: 3%;
    padding: 0px 5px;
    font-size: 10px !important;
    font-weight: 500;
    margin-bottom: 4px;
}
.product-card{
  position: relative;
}
.perc-off{
    color: #ffffff !important;
    width: auto;
    height: 44px;
    background: #000000ad;
    position: absolute;
    top: 16px;
    overflow: hidden;
    padding: 2px 5px;
    left: 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
}
#selectedProduct{
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    position: fixed;
    background: white;
    float: left;
    top: 0;
    left: 0;
    z-index: 10000000000000000000000000000000000;
    display: none;
    padding-bottom: 106px;
}






    .searchkeys-a{
     color: #ff6363;
    }
    .keywords_list{
      margin-bottom: 22px;
    }
     
    .footer {
      background-color: #1a202c;
      color: #ffffff;
      padding: 20px 10px;
      text-align: center;
    }

    .footer-container {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    /* Logo */
    .footer-logo {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #ffffff;
      text-decoration: none;
    }

    /* Links */
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .footer-links a {
      color: #a0aec0;
      text-decoration: none;
      font-size: 0.9rem;
      transition: color 0.3s;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

    /* Social Media Icons */
    .footer-socials {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-bottom: 15px;
    }

    .footer-socials a {
      width: 30px;
      height: 30px;
      display: inline-block;
      background-size: cover;
      transition: transform 0.3s;
    }

    .footer-socials a:hover {
      transform: scale(1.2);
    }

    .footer-socials .facebook {
      background-image: url('https://img.icons8.com/ios-filled/50/ffffff/facebook--v1.png');
    }

    .footer-socials .twitter {
      background-image: url('https://img.icons8.com/ios-filled/50/ffffff/twitter.png');
    }

    .footer-socials .instagram {
      background-image: url('https://img.icons8.com/ios-filled/50/ffffff/instagram-new.png');
    }

    /* Bottom Text */
    .footer-bottom {
      font-size: 0.75rem;
      color: #a0aec0;
    }
    .cart_data{
      top: -11px; left: 47%;
    }
    .adcart{
      color: #565252;
    font-size: 10px !important;
    top: 2px;
    padding-left: 1px;
    position: absolute;
    left: 5px;
    font-family: system-ui;
    }

    .b-video{
    position: relative;
    width: 96%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 2%;
    margin-bottom: 9px;
    }