
  * {
    font-family: var(--font);
  }
  
  body {
    font-family: var(--font);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .sizing-tags-div {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    padding: 10px;
  }
  
  .btn-siders   
  {
     width: 11%;
      font-size: 1.5em;
      /* height: 100%; */
      padding: 6px;
  }
  
  
  .size-tags {
    height: 80%;
    /* border: 1px solid black; */
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}
  
  .tags {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
   
  }
  .tags button {
    height: 40px;
    border: 1px solid black;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /* padding: 5px; */
    width: 80%;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
}
  
  .tags button img{
    height: 71%;
    width: 100%;
    object-fit: cover;
  }
  
  .tags button i
  {
        height: 86%;
      font-size: 1.2em;
      width: 100%;
      padding-top: 6px;
  
  }
  .filter-div {
    display: flex;
    width: 30%;
    justify-content: start;
}

  .filter-div button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    gap: 6px;
    font-weight: 900;
}
  .search-div
  {
     display: flex;
    width: 45%;
    justify-content: center;
  }

  .search-div > form { 
    width: 100%;
  }
  .search-div > form > img {
    height: 25px;
    width: 25px;
    margin-left: -47px;
    margin-top: 8px;
}

  .search-div > form > input{
    width: 100%;
    height: 43px;
    font-weight: 500;
    border: 1px solid #d0d0d0;
    margin-left: 108px;
    box-shadow: 0px 4px 15px #ebebeb;
}

  .size-tags > .tags:nth-child(5){
    display: none;
  }
  
  
  
  
  
  .main-sec {
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }

  .products-cards-container {
    width: 100%;
    margin: 0;
    margin-top: -10px;
    display: grid;
   gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
  
.product-card {
  height: 489px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
  
  
.products-cards-container > .product-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.products-cards-container > .product-card > .product-card-image {
  display: flex
;
  align-items: center;
  height: 265px;
  justify-content: center;
  width: 100%;
  margin-top: 0px;
}

.products-cards-container > .product-card > .product-card-image > img {
  height: 289px;
  object-fit: contain;
  width: 80%;
}
 
.products-cards-container > .product-card > .product-card-detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.products-cards-container > .product-card > .product-card-detail > .product-card-icon {
  display: flex;
  flex-direction: column;
  margin: 16px 0px;
  gap: 8px;
  margin-top: 1px;
  align-items: start;
  justify-content: start;
  width: 100%;
  opacity: 1;
  align-items: center;
}

.products-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 36px;
  border: 1px solid rgb(206, 206, 206);
  padding: 5px;
  height: 45px;
  width: 203px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.products-cards-container > .product-card > .product-card-detail > .product-card-icon > span:hover {
  filter: invert(1);
  }
.products-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
  display: block;
  font-size: 17px;
  font-weight: 500px;
  margin-top: 16px;
  letter-spacing: 1px;
}
.products-cards-container > .product-card > .product-card-detail > .product-card-icon > span > img {
    height: 25px;
    width: 25px;
}
.products-cards-container > .product-card > .product-card-detail > .product-card-into  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin-bottom: 30px;
}
.product-card-into > h1 {
    text-align: center;
    width: 80%; 
     font-size: 17px;
    font-weight: 700;

}

 .product-card-into > span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;    
}
.sizes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
}

.sizes > span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sizes > span > p{
    font-size: 15px;
    font-weight: 400;
}


 .product-card-into > span > h3 {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 500;
  color: rgb(24, 24, 24);
}

.product-card-into > span > h2 {
    font-size: 17px;
    font-weight: 900;
    color: rgb(88, 0, 0);
  }

  .product-card-image {
    position: relative;
    overflow: hidden;
}

.product-card-image img {
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-image .product-img-secondary {
    opacity: 0;
    transform: scale(1.1); /* Slight zoom for effect */
}

.product-card:hover .product-card-image .product-img-primary {
    opacity: 0;
    transform: scale(1.1);
}

.product-card:hover .product-card-image .product-img-secondary {
    opacity: 1;
    transform: scale(1);
}

/* Show product-card-icon smoothly on hover */
.product-card-icon {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-card:hover .product-card-icon {
    display: flex;
    opacity: 1;
    z-index: 2;
}
/* Offcanvas Body */
.offcanvas-start .offcanvas-body {
  padding-top: 0rem;
  background-color: #000000;
  border-radius: 10px;
  height: auto;
}

/* Filter Section Heading */
.offcanvas-start .offcanvas-body .filter-heading {
  font-size: 1.1em;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Filter Buttons Container */
.offcanvas-start .offcanvas-body .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.filter-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
}
.filter-button-container > button{
    border-radius: 5px;
    background: var(--dark_pink);
    border: none;
    color: white;
    padding: 5px 15px;
}

/* Individual Filter Button */
.offcanvas-start .offcanvas-body .filter-btn {
  background-color: var(--dark_pink);
  border: 2px solid;
  color: rgb(255 255 255);
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  text-transform: capitalize;
}

/* Filter Button Hover Effect */
.offcanvas-start .offcanvas-body .filter-btn:hover {
  background-color: rgb(255 255 255);
  color: #000000;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border:1px solid black;
}

/* Focused Filter Button */
.offcanvas-start .offcanvas-body .filter-btn:focus {
  background-color: #d81b60;
  color: #ffffff;
  border: 2px solid #d81b60;
  outline: none;
}

.offcanvas-start .offcanvas-body .filter-btn.active {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}


/* Offcanvas Header */
.offcanvas-start .offcanvas-header {
  background-color: black;
  color: #fff;
  padding: 15px 20px;
}

/* Title in Header */
.offcanvas-start .offcanvas-header .offcanvas-title {
  font-size: 1.5em;
  font-weight: 700;
}

/* Close Button */
.offcanvas-start .offcanvas-header .btn-close {
  background-color: #ffffff;
  border-radius: 18%;
  font-size: 0.6em;
  margin-right: -20px;
  filter: invert(1);
}

/* Add some space between sections */
.offcanvas-start .offcanvas-body .filter-section {
  margin-bottom: 20px;
}

.search-suggestions {
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    top: 69%;
    left: 32.6%;
    width: 28.5%;
    background-color: white;
    border: 1px solid #ddd;
    display: none;
}

      .search-suggestions div {
        padding: 10px;
        cursor: pointer;
      }
      .search-suggestions div:hover {
        background-color: #f1f1f1;
      }
    
  

      .tags:nth-child(4)  .product-card-image > img {
        height: 230px;
        object-fit: contain;
        width: 90%;
    }
    
    .main-sec-div-div{
      padding: 30px;
      width: 100%;
  }
  
 .main-head-product{
font-weight: 400;
text-align: center;
margin-top: 25px;
margin-bottom: 25px;
letter-spacing: 3px;
font-size: 45px;
} 
.tags:nth-child(4)
{
display: none;
}

  /* Small mobile devices (landscape and portrait) */
  @media (max-width: 575.98px) {
    /* Styles for small mobile devices */
  
  .tags:nth-child(2) , .tags:nth-child(3) 
  {
  
  display: none;
  
  }
  .tags:nth-child(4)
{
display: block;
}
  .main-head-product{
    margin-top: -15px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: 900;
    }
  .main-sec-div-div{
    padding: 5px;
}
  .products-cards-container {
    gap: 8px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}
.products-cards-container > .product-card > .product-card-image > img {
  height: 360px;
  object-fit: contain;
  width: 80%;
}

  .btn-outline-success{
    display: none;
  }
  .btn-siders
  {
    width: 40%;
      font-size: 1em;
      /* height: 100%; */
      padding: 6px;
      border: none;
  }
  .tags
  {
    width: 28%;
  }
  .tags button
  {
    width: 31px;
    height: 28px;
    margin-right: 5px;
    border-left: 1px solid black;
    /* border-right: none; */
    /* border-top: none; */
    /* border-bottom: none; */
  }
  .sizing-tags-div
  {
    justify-content: space-between;
    padding: 2px;
  }
  .size-tags
  {
    height: 60%;
    width: 30%;
  }
  .carousel-container {
    margin-top: -40px;
}
  .tags button i 
  {
    padding-top: 1px;
  }
    .filter-div {
        width: 30%;
    }

  .search-div form  
  {
    display: none;
  }
  .search-div form input
  {
    display: none;
  }
  .search-div button i 
  {
    font-weight: 500;
    font-size: 1.2em;
  
  }
  .offcanvas-top
  {
    display: block;
  }
  .search-div
  {
        display: flex;
      width: 9%;
      justify-content: flex-start;
  }
  .size-tags > .tags:nth-child(5){
    display: block;
  }
  .search-suggestions-mob
  {
    position: absolute;
      z-index: 1000;
      top: 66%;
      width: 80%;
      /* max-height: 40%; */
      background-color: white;
      border: 1px solid #ddd;
  }
  
      .search-suggestions-mob div {
        padding: 10px;
        cursor: pointer;
      }
      .search-suggestions-mob div:hover {
        background-color: #f1f1f1;
      }
      .products-cards-container > .product-card > .product-card-image {
        display: flex;
        align-items: center;
        height: 360px;
        justify-content: center;
        width: 100%;
        margin-top: 0px;
    }  
    .product-card {
      height: 380px; 
    }
  }
  
  
  /* Large mobile devices (landscape and portrait) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for large mobile devices */
    .tags:nth-child(2) , .tags:nth-child(3) , .tags:nth-child(4)
  {
  
  display: none;
  
  }
  .product-card {
    height: 380px; 
  }
  .main-sec-div-div{
    padding: 5px;
}
.main-head-product{
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 3px;
  font-size: 28px;
  }
  .products-cards-container
  {
    gap: 11px;
    width: 97%;
  }
  .btn-outline-success{
    display: none;
  }
  .btn-siders
  {
    width: 40%;
      font-size: 1em;
      /* height: 100%; */
      padding: 6px;
      border: 2px solid black;
  }
  .products-cards-container > .product-card > .product-card-image {
    display: flex;
    align-items: center;
    height: 360px;
    justify-content: center;
    width: 100%;
} 
.carousel-container {
  margin-top: -40px;
}
  }
  
  /* Tablets (portrait) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for tablets in portrait mode */
    .tags:nth-child(2) , .tags:nth-child(3) , .tags:nth-child(4)
  {
  
  display: none;
  
  }
  
  .products-cards-container
  {
    gap: 11px;
    width: 97%;
  }
  .btn-outline-success{
    display: none;
  }
  .carousel-container {
    margin-top: -40px;
}
  .btn-siders
  {
    width: 40%;
      font-size: 1em;
      /* height: 100%; */
      padding: 6px;
      border: 2px solid black;
  }
   .home-slider {
             padding: 15px;
             margin-top: 10px;
         }
         .home-slider-img-div > img {
             border-radius: 30px !important;
             width: 100%;
             border-bottom-left-radius: 30px !important;
             object-fit: cover;
             height: 280px;
         }
         .category-div {
             display: flex;
             justify-content: space-between;
             flex-direction: column;
             padding: 26px;
             gap: 25px;
             margin-top: 20px;
         }
         .category-div > .category-sell-div > span > img {
             width: 100%;
             height: 185px;
             object-fit: cover;
             border-radius: 20px;
         }
         .category-div > .category-multi-div > .category-double-multi-div {
          display: flex;
          padding: 10px;
          margin-top: -20px;
          gap: 10px;
          width: 100%;
          justify-content: space-between;
      }
         .category-div > .category-multi-div > .category-double-multi-div > span > img {
          width: 100%;
          height: 150px;
          object-fit: cover;
          border-radius: 20px;
      }
         .category-div > .category-multi-div > .category-single-multi-div > span > img {
             width: 100%;
             height: 180px;
             object-fit: cover;
             border-radius: 20px;
         }
      
         .products-cards-container > .product-card {
          flex-direction: none;
         }
          .products-cards-container > .product-card > .product-card-image > img {
              height: 250px;
              object-fit: cover;
              width: 100%;
          }
          .products-cards-container > .product-card > .product-card-detail {
              display: flex;
              flex-direction: column-reverse;
              align-items: center;
              justify-content: center;
          }
          .main-head-product{
            margin-top: 25px;
            margin-bottom: 25px;
            letter-spacing: 3px;
            font-size: 28px;
            }
            .carousel-container {
              margin-top: -40px;
          }
          .products-cards-container > .product-card > .product-card-detail > .product-card-icon {
              display: flex;
              margin: 16px 0px;
              gap: 8px;
              /* margin-top: -57px; */
              flex-direction: column;
          }
          
          .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
              display: flex;
              gap: 10px;
              align-items: center;
              justify-content: center;
              background-color: white;
              border-radius: 36px;
              border: 1px solid rgb(206, 206, 206);
              padding: 5px;
              height: 45px;
              width: 161px;
          }
          .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
              display: block;
          }
          .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
              /* display: none; */
              font-size: 14px;
              font-weight: 500px;
              letter-spacing: 1px;
              margin-top: 10px;
              text-align: center;
            } 
  .products-cards-container > .product-card > .product-card-image > img {
    height: 360px;
    object-fit: contain;
    width: 80%;
}
.product-card {
  height: 380px; 
}
.most_popular_h1 { 
  font-size: 16px;
}
  }
  
  
  /* Tablets (landscape) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for tablets in landscape mode */
  }
  /* Small laptops */
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for small laptops */
  }
  
  /* Large laptops */
  @media (min-width: 1400px) and (max-width: 1599.98px) {
    /* Styles for large laptops */
  }
  /* Desktops and larger screens */
  @media (min-width: 1600px) {
    /* Styles for desktops and larger screens */
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Disable hover animations and make product icon visible on mobile */
@media (max-width: 768px) {
  /* Disable hover effect on product cards */
  .product-card:hover .product-card-image .product-img-primary,
  .product-card:hover .product-card-image .product-img-secondary {
      opacity: 1;
      transform: scale(1);
  }

  /* Directly display product card icon without animation */
  .products-cards-container > .product-card > .product-card-detail > .product-card-icon {
      display: flex;
      opacity: 1;
      z-index: 2;
  }

  /* Make product icon visible without any hover transition */
  .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
      transition: none;
      opacity: 1;
  }

  /* Disable hover effect for the icon */
  .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span:hover {
      filter: none;
  }
  
  /* Make product image take full width without hover effect */
  .products-cards-container > .product-card > .product-card-image > img {
      transition: none;
      opacity: 1;
      transform: scale(1);
  }
  .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span > p {
display: block;
    font-size: 15px;
    margin-top: 15px;
  }
  .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span > img {
  height: 20px;
  width: 20px;
  color: black;
}
  .products-cards-container > .product-card > .product-card-detail > .product-card-icon {
      gap: 8px;
      margin-top: 0px;
  }
      .products-cards-container > .product-card > .product-card-detail > .product-card-icon > span {
        display: flex;
        gap: 3px;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 0px;
        border: 1px solid rgb(206, 206, 206);
        padding: 5px;
        height: 50px;
        width: 145px;
        margin-top: 10px;
    }

    .product-card-into > h1 {
        text-align: center;
        width: 80%;
        margin-top: 25px;
        margin-bottom: -2px;
    }

    .products-cards-container > .product-card > .product-card-image > img {
      height: 221px;
      object-fit: contain;
      width: 100%;
  }
  .products-cards-container > .product-card > .product-card-detail > .product-card-into {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: -50px;
}

 }
 .offcanvas-start .offcanvas-header {
     background-color: black;
 }
 
.btn-closes {
    /* width: 97% !important; */
    border: 2px solid #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 1px !important;
    color: white !important;
    font-weight: bold !important;
}



.carousel-container {
  width: 100%;
  background: black;
  /* max-width: 700px; */
  color: white;
  height: 37px;
  /* padding: 11px; */
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  height: 60px;  /* Adjust the height of the carousel */
}
.carousel-item {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 5px;
}
.carousel-item.active {
  display: block;
  animation: fadeIn 1s ease-in-out;
}

/* Add fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.carousel-fade {
  animation: fadeOut 1s ease-in-out;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
