.produtos__heading {
  padding: 190px 0 60px;
  background-color: var(--black-color);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .produtos__heading {
    padding: 140px 0 30px;
  }
}
@media (max-width: 767px) {
  .produtos__heading__title {
    font-size: 38px;
  }
}
.produtos__heading__text {
  color: var(--white-color);
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: var(--text-small);
}
.produtos__heading__search {
  display: flex;
}
.produtos__heading__search * {
  height: 40px;
}
.produtos__heading__search input {
  width: 250px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 767px) {
  .produtos__heading__search input {
    width: 100%;
  }
}
.produtos__heading__search button {
  background: var(--orange-color);
  width: 40px;
  border-radius: 0 4px 4px 0;
}
.produtos__main {
  position: relative;
  z-index: 2;
}
.produtos__filters {
  border-right: 2px solid #D9D9D9;
}
.produtos__filters > span {
  color: #8B8B8B;
  display: block;
  margin-bottom: 15px;
}
.produtos__filters__cat:not(:last-of-type) {
  margin-bottom: 40px;
}
.produtos__filters__cat__title {
  cursor: pointer;
  font-size: var(--text-large);
  display: flex;
  gap: var(--g1);
  align-items: center;
  margin-bottom: 30px;
}
.produtos__filters__cat__title i {
  width: 11px;
  background: var(--black-color);
}
.produtos__filters .filters__list {
  list-style: none;
  margin-left: 0;
  display: grid;
  gap: var(--g2);
}
.produtos__filters .filters__list__input label {
  display: flex;
  gap: var(--g2);
  font-style: normal;
  font-size: var(--text-small);
  line-height: 16px;
  text-decoration: underline transparent;
  color: var(--black-color);
  text-transform: uppercase;
  position: relative;
}
.produtos__filters .filters__list__input label:hover {
  cursor: pointer;
  text-decoration: underline var(--black-color);
}
.produtos__filters .filters__list__input label input {
  border: 1px solid var(--black-color);
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.produtos__filters .filters__list__input label::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--black-color);
  visibility: hidden;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.produtos__filters .filters__list__input label:has(input[type=checkbox]:checked)::after {
  visibility: visible;
}
.produtos .wrap-params {
  display: flex;
  gap: var(--g2);
  flex-wrap: wrap;
  margin-bottom: var(--g2);
}
.produtos .remove-param, .produtos .remove-all-param {
  font-family: "Arimo", "sans-serif";
  font-size: var(--text-x-small);
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: center;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 100px;
}
.produtos .remove-param i, .produtos .remove-all-param i {
  width: 16px;
  background: currentColor;
}
.produtos .remove-param:hover, .produtos .remove-all-param:hover {
  background: var(--black-color);
  color: var(--white-color);
}
.produtos .home__mais-vendidos .wp-block-buttons {
  display: none;
}
.produtos .instagram {
  background: var(--secondary-color);
}

/*# sourceMappingURL=produtos.css.map */
