.wc-category-banner img {
  width: 100%;
}

.wc-category-content {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: 1232px;
  margin: 0 auto;
  background-color: var(--bg-color-white);
  border-radius: 16px;
  padding: 32px;
  margin-top: -51px;
  z-index: 2;
  position: relative;
}

.wc-category-content.no-banner {
  margin-top: 0;
}

.wc-category-content__post {
  width: 100%;
}

.wc-category-content__post-header h2 {
  font-family: 'AgendaTM';
  color: var(--colot-text-second);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wc-category-content__post-header h1 {
  font-family: 'AgendaTM';
  color: var(--colot-text-second);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-block: 16px;
}

.wc-category-content__post-header--sidebar {
  position: relative;
  display: flex;
  gap: 24px;
}

.wc-category-content__post-header--sidebar .widget_search {
  width: 100%;
}

.wc-category-content__post-header--sidebar .wp-block-search__inside-wrapper {
  border: 1px solid #CACACA;
  border-radius: 16px;
  height: 46px;
}

.wc-category-content__post-header--sidebar input {
  border: 0 !important;

}

.wc-category-content__post-header--sidebar .wp-block-search__inside-wrapper button {
  border: 0 !important;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.wc-category-content__post-header--sidebar button svg {
  fill: #9A9A9A;
}

.wc-category-content__post-header--sidebar--filter_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border: 1px solid #CACACA;
  max-width: 169px;
  width: 100%;
  height: 48px;
  border-radius: 16px;
  background-color: transparent;
  color: #9A9A9A;
  cursor: pointer;
}

.wc-category-content__post-header--sidebar--filter_list {
  margin: 0;
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  border: 1px solid #CACACA;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top: 0;
  max-width: 169px;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background-color: var(--bg-color-white);
  max-height: 45dvh;
  overflow-y: auto;
  overflow-x: clip;
  padding-inline: 5px;
}

.wc-category-content__post-header--sidebar--filter_list.open {
  display: block;
}

.wc-category-content__post-header--sidebar--filter_list li {
  border-bottom: 1px solid #CACACA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.wc-category-content__post-header--sidebar--filter_list li a {
  display: block;
  overflow-wrap: break-word;
  color: #9A9A9A;
}

.wc-category-content__post-header--sidebar--filter_list li a:hover {
  color: var(--colot-text-second);
}

.wc-category-content__post-header--sidebar--filter_list li:last-child {
  border-bottom: none;
}

.wc-category-content__post-body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wc-category-content__aside {
  max-width: 374px;
	width: 100%;
  border-left: 1px solid #CACACA;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.wc-category-content__aside--newletter {

  padding: 24px;
  border-radius: 16px;
  background: url('../assets/img/48095566.png') no-repeat center;
  background-size: cover;
  border-radius: 30px;
}

.search-results h1 {
  display: none;
}

.wc-category-content__aside--newletter .wc-home-newslleter--title {
  text-align: center;
  font-size: 28px;
}

.wc-category-content__aside--newletter .wc-home-newslleter--subtitle {
  text-align: center;
  font-size: 14px;
  max-width: 227px;
  margin-left: auto;
  margin-right: auto;
}

.wc-category-content__aside--newletter #nf-field-6-container {
  position: relative;
  top: auto;
  right: auto;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.wc-category .wc-main-section-02 {
  margin-top: 0;
}

.wc-destaques-categoria {
  max-width: 1198px;
  margin: 72px auto;
}

.wc-destaques-categoria__titulo {
  color: var(--color-text-pink);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.wc-destaques-categoria__lista {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wc-destaques-categoria__lista .wc-destaques-categoria {
  margin: 0;
}

.wc-destaques-categoria__lista .wc-post {
  max-width: 571px;
  width: 100%;
}

.wc-destaques-categoria__lista .wc-post a {
  display: flex;
  max-width: none;
  gap: 16px;
}

.wc-destaques-categoria__lista .wc-post .wc-post__thumb img {
  min-width: 195px;
  height: 195px;
  object-fit: cover;
  border-radius: 7px;
}

@media(max-width: 900px) {
  .wc-category-content__post-header--sidebar--filter_list{
    right: -15px;
  }

  .wc-category-content {
    margin-top: -23px;
    width: 90%;
    flex-direction: column;
    padding: 24px 16px;
  }

  .wc-category-content__post-header h1,
  .wc-category-content__post-header h2 {
    font-size: 18px;
  }

  .wc-category-content__post-header--sidebar {
    gap: 8px;
  }

  .wc-category-content__post-header--sidebar--filter_button {
    max-width: 122px;
    font-size: 14px;
    width: 30%;
  }
  .wc-category-content__post-header--sidebar .widget_search {
    width: calc(70% - 8px);
  }

  .wc-category-content__aside {
    padding: 0;
    border-left: 0;
  }

  .wc-destaques-categoria {
    margin-top: 48px;
    padding: 0 18px;
  }

  .wc-destaques-categoria__titulo {
    font-size: 28px;
  }

  .wc-post.wc-destaques-categoria {
    padding: 0;
  }
}