.banner-shops-bars {
  width: 100%;
  max-height: 39.063rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-shops-bars .container {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 39.063rem;
}

.banner-shops-bars .container h1 {
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.25rem;
  color: var(--opa-marrom-claro);
  margin-bottom: 0;
  text-align: center;
  padding-top: 5%;
}

.banner-shops-bars .container h1 b {
  color: var(--opa-branco);
}

/* Loop */
.container-page-shops {
  max-width: var(--container);
  width: 100%;
  margin: -23rem auto 10rem;
}

.container-page-shops .shops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}

.container-page-shops .not-found-shops {
  background-color: var(--opa-marrom-escuro);
  padding: 2rem;
  color: var(--opa-branco);
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  display: none;
}

.container-page-shops .loading-shops {
  background-color: var(--opa-bege-claro);
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  display: none;
}

.container-page-shops .shops .shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.container-page-shops .shops .shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.container-page-shops .shops .shop .images {
  max-height: 18.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.container-page-shops .shops .shop .images a,
.container-page-shops .shops .shop .images figure {
  width: 100%;
}
.container-page-shops .shops .shop .images img {
  object-fit: cover;
  width: 100%;
  height: 18.75rem;
}

.container-page-shops .shops .shop .title {
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
  color: var(--opa-vermelho);
  margin-bottom: 0.5rem;
}

.container-page-shops .shops .shop .footer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--opa-bege-claro);
  padding: 2rem;
}

.container-page-shops .shops .shop .footer .info {
  width: 50%;
}
.container-page-shops .shops .shop .footer .info .address {
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
  display: flex;
  align-items: center;
}

.container-page-shops .shops .shop .footer .info .count img,
.container-page-shops .shops .shop .footer .info .date img {
  margin-right: 0.5rem;
}

.container-page-shops .shops .shop .footer .info .date img {
  position: relative;
  top: -0.1rem;
}

.container-page-shops .shops .shop .footer .contact {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.container-page-shops .shops .shop .footer .contact a {
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background-color: var(--opa-historia);
}

.container-page-shops .shops .shop .footer .contact a img {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 0.25rem;
  filter: brightness(0) saturate(100%) invert(6%) sepia(59%) saturate(5218%)
    hue-rotate(332deg) brightness(98%) contrast(101%);
}

.container-page-shops .shops .shop .footer .contact a:focus,
.container-page-shops .shops .shop .footer .contact a:active,
.container-page-shops .shops .shop .footer .contact a:hover {
  background-color: var(--opa-vermelho);
}

.container-page-shops .shops .shop .footer .contact a:focus img,
.container-page-shops .shops .shop .footer .contact a:active img,
.container-page-shops .shops .shop .footer .contact a:hover img {
  filter: none;
}

.container-page-shops .form-filter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.container-page-shops .form-filter input,
.container-page-shops .form-filter select {
  height: 4.375rem;
  line-height: 4.375rem;
  border: 1px solid var(--opa-bege-claro);
  padding: 0 1rem;
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -0.01em;
  color: var(--opa-branco);
  background: transparent;
}

.container-page-shops .form-filter input {
  background-image: url(/wp-content/themes/labbotheme/assets/img/search-blog.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

::placeholder {
  color: var(--opa-branco);
}

:-ms-input-placeholder {
  color: var(--opa-branco);
}

::-ms-input-placeholder {
  color: var(--opa-branco);
}

.container-page-shops .form-filter select option {
  background-size: cover;
  width: 3rem;
  height: 3rem;
}

.container-page-shops .form-filter input::placeholder,
.container-page-shops .form-filter input::-ms-input-placeholder,
.container-page-shops .form-filter input::-ms-input-placeholder {
  color: var(--opa-cinza-escuro);
}

.dropdown-category dd,
.dropdown-category dt,
.dropdown-category ul,
.dropdown-local dd,
.dropdown-local dt,
.dropdown-local ul {
  margin: 0px;
  padding: 0px;
}
.dropdown-category dd,
.dropdown-local dd {
  position: relative;
}
.dropdown-category a,
.dropdown-local a,
.dropdown-category a:visited,
.dropdown-local a:visited {
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -0.01em;
  color: var(--opa-cinza-escuro);
}

.dropdown-category dd a:hover,
.dropdown-local dd a:hover {
  color: var(--opa-marrom-claro);
}
.dropdown-category dt a,
.dropdown-local dt a {
  background: transparent;
  background-image: url("/wp-content/themes/labbotheme/assets/img/arrow-down-s-line.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;

  width: 100%;
  display: flex;
  align-items: center;
  height: 4.375rem;
  line-height: 4.375rem;
  border: 1px solid var(--opa-bege-claro);
  padding: 0 1rem;
}
.dropdown-category dt a span,
.dropdown-local dt a span {
  cursor: pointer;
  padding: 0 1rem;
  position: relative;
  top: 3px;
  color: var(--opa-branco);
}
.dropdown-category dd ul,
.dropdown-local dd ul {
  background: var(--opa-branco) none repeat scroll 0 0;
  border-bottom: 1px solid var(--opa-cinza-claro);
  border-left: 1px solid var(--opa-cinza-claro);
  border-right: 1px solid var(--opa-cinza-claro);
  color: var(--opa-cinza-escuro);
  display: none;
  left: 0px;
  padding: 1rem 0 1rem 1rem;
  position: absolute;
  top: 0px;
  width: auto;
  min-width: 170px;
  list-style: none;
  width: 100%;
  z-index: 999;
}
.dropdown-category span.value,
.dropdown-local span.value {
  display: none;
}
.dropdown-category dd ul li a,
.dropdown-local dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown-category img.flag,
.dropdown-local img.flag {
  border: none;
}
.flagvisibility {
  display: none;
}

@media only screen and (max-width: 991px) {
  .container-page-shops {
    padding: 0 1rem;
  }
  .container-page-shops .shops {
    grid-template-columns: 100%;
  }
  .container-page-shops .shops .shop .footer .contact {
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  .container-page-shops .form-filter {
    grid-template-columns: 100%;
  }
  .container-page-shops .shops .shop .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
