.productsContainer {
  padding-top: 20px;
}

.produtcsFilter .breadcrumb {
  padding: 7px;
  border-radius: 3px;
}

@media(min-width: 1024px) {
  .produtcsFilter {
    position: relative;
    z-index: auto;
  }

  .produtcsFilter .items {
    overflow: hidden;
    max-height: 250px;
  }

  .produtcsFilter .items:hover {
    overflow: auto !important;
  }
}

.produtcsFilter dl {
  margin: 0;
  padding: 10px 0;
}

.produtcsFilter dl dt {
  font-weight: bold;
}

.produtcsFilter .container {
  margin: 0;
  padding: 0;
}

.produtcsFilter .attributes .items .color {
  gap: 10px;
}

.produtcsFilter .attributes .items .color a {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0);
  line-height: normal;
  width: 30px;
  height: 30px;
  min-height: auto;
  min-width: auto;
  border-radius: 50%;
}

.produtcsFilter .attributes .items .color a.selected::after {
  content: '\2713';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  -moz-text-shadow: 0px 0px 3px #000;
  -webkit-text-shadow: 0px 0px 3px #000;
  -ms-text-shadow: 0px 0px 3px #000;
  -o-text-shadow: 0px 0px 3px #000;
}

.produtcsFilter .attributes .items .color a::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  padding: 1px 10px;
  border-radius: 30px 5px 4px 30px;
  white-space: nowrap;
  visibility: hidden;
  margin: 0 0 0 3px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.produtcsFilter .attributes .items .color a:hover::before {
  visibility: visible;
  opacity: 1;
}

.produtcsFilter .attributes .items .color a:hover {
  border-color: #fff;
  transition: all .5s ease;
}

.produtcsFilter .attributes .items .color a span {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0px;
  bottom: 0;
  z-index: 1;
}

.produtcsFilter .items .list a {
  text-align: left;
  height: auto;
  min-height: auto;
  line-height: normal;
  padding: 5px;
  margin: 0;
  text-decoration: none;
  color: #000;
}

.produtcsFilter .items .list a:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.produtcsFilter .items .list a .check {
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.produtcsFilter .items .list a .check.checked{
  background-color: var(--primary-background-color);
}

.productListContainer .productList {
  max-width: none;
}

.productListContainer .filterMobile {
  padding: 0 4px 15px 0;
}

.productListContainer .filterMobile .orderBy select {
  border: 0;
  cursor: pointer;
}

.productListContainer .filterMobile .filter {
  cursor: pointer;
}

.productListContainer .filterMobile .filter svg {
  width: 20px;
  margin: 0 5px 0;
}