a {
  color: #FFA500
}

a:hover {
  color: #FFB74D
}

#js-product-list-header .card-block {
  margin-bottom: 0px
}

.breadcrumb {
  display: none
}

@media (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  body {
    padding-top: 50px;
  }

  .dropdown-submenu {
    background-color: #EEE !important;
  }
}

#subcategories ul {
  display: flex;
  justify-content: center;
  padding-top: 9px
}

#subcategories ul li {
  margin: 0px 10px;
  width: auto;
  min-width: auto
}

#subcategories {
  margin: 0;
  padding: 0
}

.category-cover {
  margin: auto
}

.categories-container-home {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 20px
}

.category-card-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  overflow: hidden;
  width: 220px;
  text-decoration: none;
  color: inherit;
  transition: transform .3s
}

.category-card-home:hover {
  transform: translateY(-5px)
}

.category-image-home {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.category-title-home {
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 700
}

@media (max-width:900px) {
  .category-card-home {
    width: 30%
  }
}

@media (max-width:600px) {
  .category-card-home {
    width: 100%
  }
}

.block-category {
  min-height: 0px;
  background-color:transparent;
}