.logo-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #333 !important;
}

.btn-filter-active {
  background-color: white !important;
  color: #212529 !important; /* Dark text */
  border: 1px solid #6c757d !important; /* Optional: use Bootstrap's secondary color */
}

/* LOGO */
.logo-img {
  max-height: 50px;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Separate sizes for mobile and desktop */
.mobile-logo {
  max-height: 30px;
}

.desktop-logo {
  max-height: 50px;
}

/* PAGE BOTTOM LINKS */
@media (max-width: 576px) {
  .breadcrumb {
    flex-direction: column;
    align-items: center; 
    gap: 0.25rem;       
  }

  .breadcrumb-item::before {
    display: none; /* Hide the divider when stacked */
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  margin: 0 0.4rem; 
  color: inherit;
}

.breadcrumb-item a {
  padding: 0;
  margin: 0;  
}

/* PRODUCT CAROUSEL */

