/** Shopify CDN: Minification failed

Line 254:0 Unexpected "}"

**/
 
 section.banner-home .col-12 {
    padding: 0px;
}
 /* Fullscreen banner styling */
 .banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
nav.navbar.navbar-expand-lg.site-header a.nav-link.bagCart {
    position: relative;
}
nav.navbar.navbar-expand-lg.site-header a.nav-link.bagCart span.cart-count {
    width: 22px;
    height: 22px;
    background: #ffffff;
    display: block;
    position: absolute;
    border-radius: 50px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    right: -3px;
    font-size: 0.7rem;
}
nav.navbar.navbar-expand-lg.site-header.shrink a.nav-link.bagCart span.cart-count {
  background: #000000;
  color: #ffffff;
}
  .banner img, .banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Slider container for text */
  .banner  .slider-container {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    max-width: 100%;
  }

  .slider-container h1, .slider-container p {
    margin: 0;
  }

  .image-zoom-wrapper {
    cursor: grab !important;
}

  section.elaborationSection {
    padding: 0rem 0;
    position: relative;
}

.sectionHeading h2 {
    margin: 0 auto;
    max-width: 670px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.125rem;
}

.sectionHeading p {
    color: #767676;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 15px;
}


.elabroWrapper {
    text-align: center;
    margin-top: 1.875rem;
}

.elaborationText {
    margin-top: 15px;
    margin-bottom: 5px;
}

.elabroWrapper img.img-fluid {
    width: 100%;
}

.cllectionImgWrap {
  padding: 0px;
  display: flex;
  width: 100%;
}

.cllectionImg {
  width: 33.33%;
}
.cllectionImg img.img-fluid {
  width: 100%;
}

.collectionHedingWrap {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.collectionHedingWrap span {
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 5px;
}
.collectionHedingWrap h2 {
  font-size: 2.2rem;
}

.collectionHedingWrap p {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 7px;
}

section.womenCollection {
  padding: 50px 0px;
  position: relative;
}


.prodGallerImage {
  text-align: center;
  width: 100%;
  padding: 0rem;
  background: linear-gradient(180deg, #E2E0DF 0%, #E7E6E5 13.7%, #F4F3F2 59.6%, #F8F8F7 100%);
  margin-bottom: 15px;
}

.prodGallerImage {
  position: relative;
}

.prodGallerImage a {
  position: absolute;
  display:none;
}

.prodGallerImage a {
  position: absolute;
  top: 10px;
  right: 10px;
}


.proGalleryContent a {
  font-size: 1.25rem;
  max-width: 325px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.proGalleryContent p {
  color: #767676;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.prdGallerySec {
  padding: 30px 0px 50px;
  position: relative;
}
section.blogHomeGallery {
  padding-bottom: 5rem;
}

.blogImageWrap {
  background: linear-gradient(180deg, #E2E0DF 0%, #E7E6E5 13.7%, #F4F3F2 59.6%, #F8F8F7 100%);
  height: fit-content;
  padding: 0rem;
  text-align: center;
  margin-bottom: 15px;
}
.blogImageWrap img.img-fluid {
  width: 100%;
  height: 400px;
    object-fit: cover;
}
.blogHomeInner {
  margin: 30px 0px 0px;
  position: relative;
}

.textBlogWrap h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.textBlogWrap ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textBlogWrap ul li{
  padding: 10px 10px;
}


.textBlogWrap ul li a {
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 7px;
}




/* Wrapper for the zoomable image */
.image-zoom-wrapper {
  overflow: hidden; /* Ensures the image doesn't go outside its container */
  position: relative;
}

.zoomable-image {
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
  width: 100%; /* Ensure image scales properly */
  height: auto; /* Maintain aspect ratio */
      /* cursor: zoom-in !important; */
}

/* Zoom effect on hover */
/* .image-zoom-wrapper:hover .zoomable-image {
  transform: scale(1.2); /* Scales the image to 120% on hover */
  /* cursor: pointer; */
} */

.homeBannerContent h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 15px 0px;
}

.homeBannerContent span {
  font-size: 1rem;
  font-weight: 300;
}

.homeBannerContent p {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 400;
  font-size: 1.1rem;
}

.elaBroImageWrap img:hover {
  /* transition: all ease-in-out 0.5s;
  transform: scale(2); */
  cursor: pointer !important;
}

.cllectionImg .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:767px) {

  .blogImageWrap {
      padding: 0rem;
  }
}


@media(max-width:1400px) {
  .sectionHeading h2 {
      font-size: 2rem;
  }
  .sectionHeading p {
    font-size: 1rem;
}
  .collectionHedingWrap h2 {
    font-size: 2rem;
}
  .textBlogWrap ul {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}
}

@media (max-width: 767px) {
    .sectionHeading h2 {
        font-size: 1.7rem;
    }
  .collectionHedingWrap h2 {
    font-size: 1.7rem;
}
  .site-header svg.brandlogoSvg {
    height: 150px;
    top: 44px;
}
  
}


@media(min-width:1361px) {
  .prodGallerImage {
      padding: 0rem;
  }
}

.cllectionImg .img-fluid {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:767px) {
  .cllectionImg {
    width: 100%;
}
  .cllectionImgWrap {
    width: 100%;
    flex-direction: column;
}
}

.bannerBtnSlideWrap a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
    min-width: 100px;
}

section.elaborationSection .banner {
    height: fit-content;
  padding:5rem 0px;
}

section.elaborationSection .elabroWrapper img.img-fluid {
    width: 100%;
    position: relative;
}