.category-espot.ow--top-container,
.category-espot.ow--top-container--bottom {
  display: none;
}

.strip--tiles-container {
  margin-bottom: 20px;
}

.category-tile-container {
  margin-top: 20px;
}

.category-tile-container__heading {
  font-family: Demi, officeworks, sans-serif !important;
  color: #001080;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 15px;
}

.category-tiles {
  gap: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow-x: auto;
  scroll-behavior: smooth;

  /* Hide scrollbar for WebKit (Chrome, Safari) */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.category-tiles::-webkit-scrollbar {
  display: none;
}

.category-tile {
  border: 1px solid transparent;
}

.category-tile:hover {
  border-color: #001080;
}

.category-tile a {
  text-decoration: none !important;
  color: #001080;
}

.category-tile .category-tile__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  height: 100%;
  min-height: 100px;
  max-width: 130px;
}

.category-tile__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-tile__image img {
  width: 100%;
  height: auto;
  max-width: 130px;
  max-height: 100%;
}

.category-tile__title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin: 6px 0px;
  font-family: Demi, officeworks, sans-serif !important;
  color: #001080;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}

.categories-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.categories-carousel-wrapper .carousel-button {
  position: absolute;
  top: 0px;
  bottom: 0px;
  padding: 10px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  border: none;
  background: none;
  opacity: 0.5;
}

.categories-carousel-wrapper .carousel-button:hover {
  opacity: 0.7;
}

.categories-carousel-wrapper .carousel-button.carousel-button__prev {
  left: 0;
}

.categories-carousel-wrapper .carousel-button.carousel-button__next {
  right: 0;
}

@media (max-width: 990px) {
  .category-tile-container {
    margin-bottom: 20px;
  }

  .categories-carousel-wrapper .carousel-button {
    display: flex;
  }

  .category-tile .category-tile__link {
    width: 130px;
  }

  .category-tile__image img {
    max-width: 130px;
  }
}

@media (max-width: 475px) {
  .category-tiles {
    gap: 5px;
  }

  .category-tile .category-tile__link {
    width: 130px;
  }

  .category-tile__image img {
    width: 130px;
  }
}
