body{
  margin: 0;
}
.product-name-banner{
    background-image: url(../../assets/img/category.png);
    height: auto; 
  border-radius: 10px; 
  background-size: cover; /* Add this line to scale the image to cover the container */ 
  background-repeat: no-repeat; /* Add this line to prevent the image from repeating */ 
  background-position: center; /* Optional, to center the image horizontally and vertically */ 
 
    
  }
.product-name-banner h1{
    color: white;
    font-size: 500%;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
    text-align: center;
    position: relative;
  }
 
.circle-card-container2_links{
     text-decoration: none;
    
}
 .slider-container2 {
            position: relative;
            
            margin: 40px auto;
            overflow:auto;
        }

        .slider2 {
            display: flex;
            transition: transform 0.5s;
        }

        .slide2 {
           
            flex: 0 0 100%;
            gap:10px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-size: cover;
            background-position: center;
        }

        .prev-btn2,
        .next-btn2 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: #fff;
            border: none;
            padding: 10px;
            cursor: pointer;
        }

        .prev-btn2 {
            left: 0;
        }

        .next-btn2 {
            right: 0;
        }

        .circle-card2 {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-position: center;
        }

        .circle-card2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        .circle-card2 h2 {
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            margin-top: -20px;
        }

        .circle-card2 p {
            font-size: 14px;
            color: #fff;
            text-align: center;
            margin-top: 10px;
        }

        .circle-card2:hover {
            transform: scale(1.1);
            transition: 0.3s;
        }
        
        .category-name2{
              width: 150px;
  overflow-wrap: break-word;
  word-break: break-word;
          }
/*comming soon pop up starts */

/* Popup styles */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.popup-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.popup-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}



/*comming soon pop up ends */
.categories_name_box {
    height:30px;
    width: 80%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    color: #fff;
    border-radius: 0 0 10px 10px;
    align-content: baseline;
    text-align: center;
}

.categories_name {
    font-size: 18px;
    font-weight: bold;
}
.circle-card-container2{
    text-align: -webkit-center;
}

/*product card*/

.product {
  
  position: relative;
  margin: 20px;
  
}

.product-category {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}



.product-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow:auto;
  width:100%;
      flex-wrap: wrap;
}

.product-card {
  margin: 20px;
  scroll-snap-align: center;
  flex: 0 0 250px; /* adjust width */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  height: 250px; /* adjust height */
  object-fit: cover;
}
.about_us_script{
   padding:5%;
}
.product-image .discount-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.product-info {
  padding: 20px;
}

.product-brand {
  font-size: 18px;
  font-weight: bold;
}

.price {
  font-size: 18px;
  color: #000;
}

.actual-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.moq {
  font-size: 14px;
  color: #666;
}

.wholesale-price {
  font-size: 16px;
  color: #000;
}

.wholesale-qty {
  font-size: 14px;
  color: #666;
}

.card-btn {
  background-color: #ff0000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
.product_shortcuts{
    position:absolute;
    top:0;
    right:0;
    padding:5px;
}
.product_shortcut{
    font-size:20px;
    color:gray;
    padding:5px;
}
  
  

.product-thumb {
  width: 100%;
  height: auto;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s;
}


/*product card end*/

.categories_div{
    display:flex;
}

.filter-btn {
  position: absolute;
 
}

.filter-tab {
  position: fixed;
  right: 0;
 
  width: 300px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  z-index: 1;
}

.filter-tab h2 {
  margin-top: 0;
}
.filter_div{
    text-align: right;
    width:95%;
}
.filter-header {
  cursor: pointer;
  margin-bottom: 10px;
}

.filter-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.filter-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-content li {
  margin-bottom: 10px;
}


@media only screen and (max-width: 480px) {
    .slider-container2{
        margin:3px auto;
        
    }
    .filter_div{
     display:none;  
    }
    .product-name-banner h1{
        font-size:450%;
    }
    
    .categories_name_box {
    height:30px;
    width: 90%;
    padding: 0px;
    background: white;
    color: black;
    border-radius: 0 0 10px 10px;
    align-content: baseline;
    text-align: center;
    font-size:smaller;
}
.slide2{
    gap:0;
}
.slide2_div{
    width:70px;
}
.circle-card2{
    width:60px;
    height:60px;
    
}
.categories_name{
    font-size:x-small;
}
.product-container{
    width:100%;
    gap:10px
}
.product-card {
    margin:0px;
    flex: 0 0 46%;
}
.product-image img{
    height:auto;
}
.product-brand{
    font-size:10px;
}
.right_categories_div{
    display:none;
}
    .slide img {
        width: 50px;
        height: 50px;
    }
    .slide {
        width: 60px;
    }
}


@media only screen and (min-width: 481px) and (max-width: 768px) {
      .slider-container2{
        margin:3px auto;
        
    }
    .filter_div{
     display:none;  
    }
    .product-name-banner h1{
        font-size:450%;
    }
   
    .categories_name_box {
    height:30px;
    width: 90%;
    padding: 0px;
    background: white;
    color: black;
    border-radius: 0 0 10px 10px;
    align-content: baseline;
    text-align: center;
    font-size:smaller;
}
.slide2{
    gap:0;
}
.slide2_div{
    width:70px;
}
.circle-card2{
    width:60px;
    height:60px;
    
}
.categories_name{
    font-size:x-small;
}
.product-container{
    width:100%;
    gap:10px
}

.product-card {
    margin:0px;
    flex: 0 0 30%;
}
.product-image img{
    height:auto;
}
.product-brand{
    font-size:10px;
}
.right_categories_div{
    display:none;
}



}


@media only screen and (min-width: 769px) and (max-width: 1024px) {


.product-card {
    margin:0px;
    flex: 0 0 27%;
}
.product-image img{
    height:auto;
}


}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {


.product-card {
    margin:0px;
    flex: 0 0 20%;
}
.product-image img{
    height:auto;
}
}
@media only screen and (min-width: 1441px) and (max-width: 1900px) {


.product-card {
    margin:0px;
    flex: 0 0 13%;
}
.product-image img{
    height:auto;
}

}