/* listing Styles */
html,
body {
  height: 100%;
}

#products .accordion-button[aria-expanded="true"] {
  -webkit-box-shadow: inset 0px -1px 0px 0px rgb(222, 226, 230);
  -moz-box-shadow: inset 0px -1px 0px 0px rgb(222, 226, 230);
  box-shadow: inset 0px -1px 0px 0px rgb(222, 226, 230);
}

#filters .accordion-button::after {
  margin-top: 8px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  #page-content {
    height: auto !important;
  }

  #menu {
    flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  main section {
    overflow-y: scroll;
  }

  .article-card .carousel:hover {
    transform: scale(1.3);
    z-index: 2;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}

#filters .dropdown:not(:last-child) {
  margin-bottom: 0.25rem;
}

#products .list-group > * {
  border-radius: 0;
}

#products .list-group > *:first-child {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#products .list-group > *:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

#products .list-group > *:only-child {
  border-radius: var(--bs-accordion-border-radius);
}

#products .list-group > * + * {
  border-top: 0;
}

#products .accordion-item.current > [id^="heading-"] > a,
#products .current,
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #eeeeee;
}

#products .accordion-item.current {
  border: 2px solid var(--stc-gold);
  border-radius: var(--bs-border-radius) !important;
  background-color: #eeeeee;
}

.disabled:not(.page-item) {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: line-through !important;
}

.no-hover:hover {
  pointer-events: none !important;
}

.icon-heart {
  width: 20px;
  height: 20px;
}
