@media (max-width: 768px) {
  #heroCarousel .carousel-item img {
    height: 250px;
  }
  /* .navbar-custom {
    background: #7d4eb7;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 5px auto;
    max-width: 99%;
  } */
  .fw-bolds {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #845cb4 !important;
    padding: 0 15px;
  }
}

/* Ensure horizontal scrolling on small screens */
@media (max-width: 767px) {
  .carousel-item .d-flex {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-item .card {
    width: 48%;
  }
  #productCarousel img {
    height: 150px;
    width: 150px;
    object-fit: cover;
  }
  .fw-bolds {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #845cb4 !important;
    padding: 0 15px;
  }
}
