.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%; 
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; 
}
.owl-nav button {
  background: none;
  border: none;
  font-size: 2rem;
  color: black;
  cursor: pointer;
  pointer-events: all; 
}
.owl-nav-prev {
  position: absolute;
  left: -45px; /* Adjust as needed */
}
.owl-nav-next {
  position: absolute;
  right: -45px; /* Adjust as needed */
}
.owl-custom-nav {
    background: transparent !important;
    color: white !important;
    font-size: 1.5rem !important;
}
.owl-dots {
    visibility: hidden !important;
}
.aimeos.catalog-detail {
    display: none;
}
