p {
      font-family: 'Heebo', sans-serif;
    }
    .font-lato {
      font-family: 'Lato', sans-serif;
    }

    .slide-menu {
      transition: transform 0.3s ease-in-out;
    }

    .slide-in {
      transform: translateX(0%);
    }

    .slide-out {
      transform: translateX(100%);
    }

h1{
     font-family: 'Marcellus', serif;
}

html,body{
    overflow-x: hidden;
}


.scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }




   @media (max-width: 768px) {
    .hide-scrollbar {
      -ms-overflow-style: none;  
      scrollbar-width: none;     
    }
    .hide-scrollbar::-webkit-scrollbar {
      display: none;           
    }
  }



  @keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeUp {
  animation: fadeUp 1s ease-out forwards;
}

.delay-200 {
  animation-delay: 0.2s;
}


.product-image {
  transition: opacity 0.3s ease-in-out;
}


  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

