/** Shopify CDN: Minification failed

Line 257:0 Expected "}" to go with "{"

**/
.custom-collection-swiper .swiper-container {
  /* position: relative; */
   overflow: visible;
}

.custom-collection-swiper .swiper {
  width: 100%;
  padding: 60px 0 95px 0;
}

.custom-collection-swiper .title-wrapper-with-link{
    margin: 0 !important;
  }
.collection-swiper .swiper-slide {
   /* position: relative;  */
  width: 10rem;
  height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  border-radius: 12px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
 /* background: #0575e6; */
}

.collection-swiper .swiper-slide {
  @media(max-width:768px){
       /* position: relative;  */
  width: 10rem;
  height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  border-radius: 12px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
 /* background: #0575e6; */
  }
}

  .swiper-slide-active {
  opacity: 1 !important; /* Active slide gets full opacity */
}


  /* .swiper-slide:hover img {
  opacity: 0; 
  transform: scale(1.1);
}

.swiper-slide:hover .hover-image {
  opacity: 1;
} */


  .swiper-slide .hover--dispay--block {
  position: absolute;
  /* bottom: -18%;*/
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* Adjust width to 80% */
  /* height: 30%; */
  background-color: rgb(255,255,255,0.7); 
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;

  @media (max-width:768px){
    bottom: 0%;
  }

   /* @media (min-width:769px) and (max-width:1400px){
      bottom:  15%; !important;
    } */
}



/* Show the hover block only on the active slide */
.swiper-slide.swiper-slide-active:hover .hover--dispay--block {
  opacity: 1;
  visibility: visible;
  z-index:1;
}

/* Quick view link style */
.quick-view-link {
  background-color: transparent;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
  .swiper-slide-active .collection-title-box{
   position: absolute;
    bottom: -18%; /* after change */
  /*  bottom: -27%; */ /* before change Adjust the positioning to be closer to the bottom */
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* Adjust width to 80% */
  /* height: 30%; */
  background-color: white; 
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;

    /* @media (min-width:769px) and (max-width:1300px){
      bottom: 0% !important;
    } */
     @media(max-width:768px){
         bottom: -34% !important;
   }
  }


  .collection-title {
  display: none ;
}

.swiper-slide-active .collection-title {
  display: block;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: center;
}

.custom-collection-swiper .swiper-slide  p {
    color: #fff;
    line-height: 1.6;
    font-size: 0.8rem;
  }

 .swiper-slide .slide-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 80%;
    height: 100% !important;
   
    display: flex !important;
    justify-content: center !important;
  }

.swiper-slide .slide-content {
   @media(max-width:768px){
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 80%;
   }
}
.slide-content img {
       /* width: 70% !important; */
    /* height: 50vh !important; */
    /* height: 50% !important; */
       width: 100% !important;
      object-fit: cover;
  
    }

.slide-content img {
  @media(max-width:768px){
     width: 100% !important;
      height: auto !important;
   }
}

.custom-collection-swiper .swiper-button-prev {
  background: transparent !important;
  border-radius: 50%;
  top: 60%;
  left: 28%;
  width: 50px;
  height: 50px;
  color:black !important;
  /* box-shadow: 0px 2px 11px rgb(0 0 0 / 17%); */

  &::after {
    font-size: 1.4rem;
    content: "";
  }

  svg {
    width: 25px;
  }
   @media(max-width:767px){
     left: 0%;
   }
}

.custom-collection-swiper .swiper-button-next {
  background: transparent !important;
  border-radius: 50%;
  top: 60%;
  right: 28%;
  width: 50px;
  height: 50px;
  color:black !important;
  /* box-shadow: 0px 2px 11px rgb(0 0 0 / 17%); */

  &::after {
    font-size: 1.4rem;
    content: "";
  }

  svg {
    width: 25px;
  }
  @media(max-width:767px){
        right: 0;
   }
}

.custom-collection-swiper .swiper-button-prev,
.custom-collection-swiper .swiper-button-next {
  /* display: none; */
  @media(max-width:767px){
  position: absolute;
  top: 88%;
  transform: translateY(-50%);
  background: transparent;
  width: 50px;
  height: 50px;
  color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* Swiper button positions on desktop */
/* .swiper-button-prev {
  left: 28%;
}

.swiper-button-next {
  right: 28%;
}
 */


