.before-bg-bottom:before {
  background-color: #f2f6f7;
}

.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

.btn:after {
  display: none !important;
}

/* ESTILIZANDO BOTÃO DE BUSCA DO CELULAR */
@media screen and (max-width: 600px) {
  #btn-busca-mobile {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 999;
    cursor: pointer;
    animation: pulsate 1.5s ease-in-out infinite;
  }

  .btn-busca-mobile img {
    width: 100%;
    /* Ajuste conforme necessário */
    height: auto;
    /* Isso mantém a proporção da imagem */
  }
}

@media screen and (min-width: 601px) {
  #btn-busca-mobile {
    display: none;
  }
}

/* Começaram aqui as modificações no card */
.imov-title {
  font-size: 20px;
  font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
  .flex-direction-nav a:before {
    color: #000;
  }

  .minHeight {
    height: 360px !important;
  }
}

.ltn__product-item-5 .product-badge li {
  font-size: 14px;
}

.flex-direction-nav a {
  top: 56% !important;
  height: 53px !important;
}

.destaque {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 3;
  background-color: black;
  color: white;
}

button.close {
    margin-right: 15px !important;
    font-size: 20px;
    width: 30px;
    border-radius: 7px;
}

.search-by-code {
  margin-bottom: 10px !important;
  /* max-height: 40px; */
  border: solid #000 1px !important;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  color: #000;
}

@media only screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }

  .dropdown-menu.show {
    z-index: 9999 !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
    padding-left: 11px;
    height: 60px;
    font-family: var(--ltn__heading-font);
  }
  .car-dealer-form-inner {
    margin-top: 20px;
  }

  .bootstrap-select > .dropdown-toggle {
    border-radius: 12px;
  }

  .selectCodigo {
    height: 60px;
    border-radius: 12px !important;
    padding-left: 20px !important;
    border: solid #000 1px !important;
    background-color: #f8f9fa !important;
  }

  .selectCodigo option {
    color: black !important;
  }

  .search-by-code {
    margin-bottom: 0 !important;
  }
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.text-adjust {
  margin-left: 5px;
}

.widget hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.w-80 {
  width: 80% !important;
}

.submit-styled-button-valor {
  color: var(--white);
  border: 1px solid;
  background-color: var(--cor-site-1);
  border-color: var(--cor-site-1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 20%;
  margin-top: 0;
  border-radius: 20px;
  height: 50px;
}

.submit-styled-button i {
  margin-top: 14.8px;
  margin-bottom: 15px;
}

button.close {
  margin-right: 15px;
}

/* ESCONDER FLECHA DO SELECTPICKER */
.bootstrap-select > .dropdown-toggle:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.search-by-code {
  margin-bottom: 10px !important;
  /* max-height: 40px; */
  border: solid #000 1px !important;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  color: #000;
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.text-adjust {
  margin-left: 5px;
}

.w-80 {
  width: 80% !important;
}
.submit-styled-restart {
  color: var(--white);
  background-color: black;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 50px;
  margin-top: 0;
  border-radius: 30px;
  height: 50px;
}

.submit-styled-button i {
  margin-top: 14.8px;
  margin-bottom: 15px;
}

.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--cor-site-1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.ltn__car-dealer-form-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: width 0.5sease;
  justify-content: space-between;
}
#searchContainer {
  display: flex;
  align-items: center;
  overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0; /* Começa sem largura */
  transition: width 0.5s ease; /* Animação suave na largura */
}

#searchContainer.show {
  width: 100%;
}

#searchContainerMobile {
  display: flex;
  align-items: center;
  overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0; /* Começa sem largura */
  transition: width 0.7s ease; /* Animação suave na largura */
  padding-left: 13px;
  height: 60px;
}
#searchContainerMobile.show {
  width: 100%;
  padding-left: 0px;
  height: 60px;
  margin-bottom: 10px;
}

.w-200.show {
  width: auto;
}
.w-200.show {
  width: 200px;
}

.input.search-by-code {
  width: 0;
  opacity: 1;
  transition: width 0.5s ease, opacity 1s ease; /* Transição de largura e opacidade */
}

.input.search-by-code.show {
  width: 100%; /* Expande o input para ocupar todo o container */
  opacity: 1;
}

.search-text {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}
.ms--60 {
  margin-left: -60px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px !important;
  font-size: 16px;
  width: 100%;
  padding-right: 40px;
}

.br-1 {
  border-radius: 10px;
}

.br-2 {
  border-radius: 20px;
}

.br-3 {
  border-radius: 30px;
}

button.close {
  margin-right: 15px;
}

/* ESCONDER FLECHA DO SELECTPICKER */
.bootstrap-select > .dropdown-toggle:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.search-by-code {
  margin-bottom: 10px !important;
  /* max-height: 40px; */
  border: solid #000 1px !important;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  color: #000;
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.text-adjust {
  margin-left: 5px;
}

input.search-by-code.selectCodigo {
    border: 1px solid #ddd !important;
    color: #7e8480 !important;
    background-color: #ffffff !important;
    height: 55px;
    border-radius: 17px !important;
    margin-bottom: 0 !important;
    padding-right: 0px !important;
    padding-left: 36px !important;
    font-size: 14px;
}

input.search-by-code.selectCodigo::placeholder {
  color: #333 !important;
}
button.botao-submit {
  background-color: var(--cor-site-2);
  color: var(--white);
  border-radius: 0px 4px 4px 0px;
  height: 47px;
  padding: 10px 20px;
}
button.botao-submit:hover {
  background-color: var(--cor-site-3);
  color: var(--white);
  border-radius: 0px 4px 4px 0px;
  height: 47px;
  padding: 10px 20px;
}
.w-80 {
  width: 80% !important;
}

.submit-styled-button {
  color: var(--white);
  background-color: var(--cor-site-2);
  border: 1px solid var(--cor-site-1);
  -webkit-transition: all 0.3sease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
  font-size: 18px;
  width: 55px;
  margin-top: 0;
  border-radius: 20px;
  z-index: 999;
  margin-right: 0px;
  height: 55px;
}
.submit-styled-button:hover {
  color: var(--cor-site-2);
  border: 1px solid var(--cor-site-4);
  background-color: var(--cor-site-3);
  -webkit-transition: all 0.3sease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
  margin-top: 0;
  border-radius: 20px;
}

.submit-styled-restart {
  color: var(--white);
  background-color: black;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 50px;
  margin-top: 0;
  border-radius: 30px;
  height: 50px;
}

.submit-styled-button i {
  margin-top: 14.8px;
  margin-bottom: 15px;
}

.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--cor-site-1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.ltn__car-dealer-form-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: width 0.5s ease; /* Transição suave para o ajuste do layout */
  justify-content: space-between;
}

#searchContainer {
  display: flex;
  align-items: center;
  overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0; /* Começa sem largura */
  transition: width 0.5s ease; /* Animação suave na largura */
  justify-content: center;
}

#searchContainerMobile {
  display: flex;
  align-items: center;
  overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
  width: 0; /* Começa sem largura */
  transition: width 0.7s ease; /* Animação suave na largura */
  padding-left: 13px;
  height: 60px;
}

.w-200.show {
  width: auto;
}
.w-200.show {
  width: 200px;
}

.input.search-by-code {
  width: 0;
  opacity: 1;
  transition: width 0.5s ease, opacity 1s ease; /* Transição de largura e opacidade */
}

.input.search-by-code.show {
  width: 100%; /* Expande o input para ocupar todo o container */
  opacity: 1;
}

.search-text {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}
.ms--60 {
  margin-left: -60px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
  padding-right: 40px;
}

.br-1 {
  border-radius: 10px !important;
}

.br-2 {
  border-radius: 20px !important;
}

.br-3 {
  border-radius: 30px !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  border: 2px solid var(--ltn__color-1);
  border-color: var(--ltn__color-1);
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px !important;
  font-size: 16px;
  color: var(--ltn__color-2);
  width: 100%;
  border-radius: 0;
  padding-right: 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--cor-site-1);
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: 1px solid #dddddd !important;
  background-color: transparent !important;
}

button.btn.dropdown-toggle.btn-light {
  height: 55px;
  border-radius: 17px !important;
  color: var(--cor-site-5) !important;
  padding-left: 20px !important;
  font-weight: 400;
  border: 1px solid #dddddd !important;
  background-color: transparent !important;
}

.ltn__shop-options .short-by .nice-select {
  border-radius: 4px;
  height: 47px;
  background: #f8f9fa !important;
  color: #333 !important;
  line-height: 46px;
  min-width: 190px;
  border: 1px solid #dddddd !important;
}
.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: 2px solid var(--border-color-1);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2sease-in-out;
  transition: all 0.2sease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 35px;
}

.nice-select .list {
  min-width: 100%;
  background-color: #f8f9fa !important;
  border-radius: 4px;
  border: 1px solid #ddd !important;
}
.checkbox-item .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #0000;
  border: 1px solid #bbb !important;
  border-radius: 3px;
}

.checkbox-list label {
  display: block;
  margin-bottom: 0px !important;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
}

.checkbox-list li:hover label {
  color: var(--cor-site-1);
}
.filter-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin: 0px 0 5px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.checkbox-list li:hover label .checkmark {
  background-color: #fafafa;
  border: 1px solid var(--cor-site-1) !important;
}
.checkbox-item .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid var(--cor-site-1);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-item input:checked + .checkmark {
  background-color: var(--cor-site-3);
  color: var(--cor-site-1) !important;
  border: 1px solid var(--cor-site-1) !important;
}
.etiquetas-caracteristicas {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.etiqueta-caracteristica {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  white-space: nowrap;
}

.product-img {
  position: relative;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  background-color: transparent;
  padding: 0px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-box-shadow: none;
}

.ltn__widget-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0px;
  text-transform: math-auto;
  color: var(--cor-site-5);
}
/* Estilo do acordeão */
.accordion-header {
  cursor: pointer;
  position: relative;
  padding: 16px 30px 16px 15px;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0px;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
}
.checkbox-item {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  padding-right: 20px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: var(--cor-site-5);
}
.widget {
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #99999959 !important;
  border-radius: 10px;
  background-color: transparent;
}
.widget:last-child {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #dddddd !important;
  border-radius: 17px;
  background-color: transparent;
}

.price_filter {
  padding-bottom: 13px;
  color: var(--cor-site-5);
}

.grid-listagem {
  display: grid;
  grid-template-columns: 303px 1fr;
  column-gap: 20px;
}

@media (max-width: 991px) {
  .grid-listagem {
    display: flex;
    flex-direction: column;
  }
}
.filter-option {
  display: flex;
  align-items: center;
}
.dropdown-filter {
  position: relative;
}

.dropdown-filter .dropdown-toggle {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
  padding: 10px 15px;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
}

.dropdown-filter .dropdown-toggle:hover {
  background-color: #e9ecef;
}

.dropdown-filter .dropdown-toggle:after {
  float: right;
  margin-top: 8px;
}

.dropdown-filter .dropdown-menu {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-filter .dropdown-menu .form-select {
  width: 100%;
}

.checkbox-list.caracteristica li {
  margin-bottom: 0;
}

.dropdown-options {
  list-style: none;
}

/* Container principal */
.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Estilo dos itens - agora parecem botões */
.dropdown-option {
  position: relative;
  cursor: pointer;
}

/* Esconde completamente o checkbox real */
.dropdown-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Estilo do texto que aparece como "botão" */
.dropdown-checkmark {
  display: inline-block;
  padding: 6px 10px;
  background-color: white;
  color: var(--cor-site-1);
  border-radius: 6px;
  border: 1px solid var(--cor-site-1);
  text-align: center;
  min-width: auto;
  transition: all 0.3s ease;
}

/* Efeito hover */
.dropdown-option:hover .dropdown-checkmark {
  background-color: var(--cor-site-1);
  color: white;
}

/* Estilo quando selecionado */
.dropdown-option input[type="checkbox"]:checked ~ .dropdown-checkmark {
  background-color: var(--cor-site-1);
  color: white;
  border-color: var(--cor-site-1);
}

/* Efeito de "press" ao clicar */
.dropdown-option input[type="checkbox"]:active ~ .dropdown-checkmark {
  transform: scale(0.96);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
}
.grid-busca {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}

/* Estilos para os dropdowns */
.filter-container {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  grid-template-columns: repeat(2, 49%);
}
.offcanvas-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.filter-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.filter-dropbtn {
  background-color: #f8f9fa;
  color: #333;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.filter-dropbtn:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.dropdown-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transition: transform 0.3s ease;
}

.filter-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

.filter-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px 0;
  max-height: 300px;
  overflow-y: auto;
}

.filter-dropdown.active .filter-dropdown-content {
  display: block;
}

.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s;
}

.filter-option:hover {
  background-color: transparent;
}

.filter-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filter-checkmark {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
  flex-shrink: 0;
}

.filter-option:hover .filter-checkmark {
  border-color: #888;
}

.filter-option input:checked ~ .filter-checkmark {
  background-color: #007bff;
  border-color: #007bff;
}

.filter-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-option input:checked ~ .filter-checkmark:after {
  display: block;
}

.filter-option .filter-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.footer-modal-busca {
  display: flex;
  justify-content: center;
  padding: 13px;
  border-top: 1px solid var(--cor-site-8);
}
.page-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--cor-site-1-3);
  position: relative;
  padding-bottom: 5px;
}

.page-title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: var(--cor-site-1);
  border-radius: 3px;
}

.modal-footer-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  justify-content: center;
}

.share-container {
  position: relative;
  display: inline-block;
}

.btn-share {
  background: var(--cor-site-1);
  color: var(--cor-site-3);
  border: 1px solid var(--cor-site-1);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: background 0.3s;
  transition: all 0.3s ease;
  height: 47px;
  font-weight: bold;
}

.btn-share:hover {
  background: var(--cor-site-3);
  color: var(--cor-site-1);
  border: 1px solid var(--cor-site-1);
  transform: scale(1.05);
}

.share-dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 100;
}

.share-dropdown a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.share-dropdown a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
/* Facebook */
.share-facebook {
  color: #3b5998 !important;
}

a:hover.share-facebook {
  background-color: #3b5998;
  color: white !important;
}

/* Twitter */
.share-twitter {
  color: #1da1f2 !important;
}

a:hover.share-twitter {
  background-color: #1da1f2;
  color: white !important;
}

/* LinkedIn */
.share-linkedin {
  color: #0077b5 !important;
}

a:hover.share-linkedin {
  background-color: #0077b5;
  color: white !important;
}

/* WhatsApp */
.share-whatsapp {
  color: #25d366 !important;
}

a:hover.share-whatsapp {
  background-color: #25d366;
  color: white !important;
}

/* Copiar link */
.share-copy {
  color: #6c757d !important;
}

a:hover.share-copy {
  background-color: #6c757d;
  color: white !important;
}

.toast-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  display: none;
  z-index: 1000;
  animation: fadeInOut 2.5s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* Container dos botões mobile - Estilo Premium */
.botao-busca-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 12px;
  z-index: 1;
  border-top-left-radius: 20px !important;
  background: var(--cor-site-4);
  border-top-right-radius: 20px !important;
  box-shadow: 0 -5px 25px rgba(4, 17, 19, 0.1);
  border-top: 3px solid transparent;
  border-color: var(--cor-site-1);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transform: translateY(100%);
  animation: slideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  backdrop-filter: blur(15px);
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}

/* Estilo base para ambos botões */
.botao-busca-mobile .btn-mobile {
  border: none;
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

/* Botão de Filtros */
.botao-busca-mobile .btn-filtros {
  background: linear-gradient(145deg, var(--cor-site-1), var(--cor-site-2));
  color: var(--cor-site-3);
  box-shadow: 0 4px 15px rgba(223, 2, 9, 0.25);
}

/* Botão do WhatsApp */
.botao-busca-mobile .btn-whatsapp {
  background: linear-gradient(145deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
}

/* Efeito de brilho ao passar o mouse */
.botao-busca-mobile .btn-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.6s ease;
}

.botao-busca-mobile .btn-mobile:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

.botao-busca-mobile .btn-filtros:hover {
  box-shadow: 0 7px 20px rgba(223, 2, 9, 0.35);
}

.botao-busca-mobile .btn-whatsapp:hover {
  box-shadow: 0 7px 20px rgba(37, 211, 102, 0.35);
}

.botao-busca-mobile .btn-mobile:hover::before {
  left: 100%;
}

/* Ícones */
.botao-busca-mobile .btn-mobile i {
  font-size: 1.1rem;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.botao-busca-mobile .btn-mobile:hover i {
  transform: scale(1.1);
}

/* Efeito de onda ao clicar */
.botao-busca-mobile .btn-mobile:active {
  animation: ripple 0.6s linear;
}

/* Botão para subir ao topo */
.botao-busca-mobile .btn-topo {
  background: var(--cor-site-1);
  color: var(--cor-site-3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50% !important;
  flex: 0 0 40px;
  align-self: center;
  animation: bounce 2s infinite;
  position: absolute;
  z-index: 1;
  bottom: 85px;
  right: 13px;
}

/* Animação da seta */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}

/* Ajuste de layout para os 3 botões */
.botao-busca-mobile {
  /* mantém os estilos existentes e adiciona: */
  align-items: center;
}

/* Efeitos hover para o botão de subir */
.botao-busca-mobile .btn-topo:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

/* Adaptação para telas maiores */
@media (min-width: 992px) {
  .botao-busca-mobile {
    display: none;
  }
}

/* Adaptação para telas muito pequenas */
@media (max-width: 540px) {
  .filter-container {
    grid-template-columns: auto;
  }
}
/* Adaptação para telas muito pequenas */
@media (max-width: 400px) {
  .botao-busca-mobile {
    padding: 10px 12px;
  }
  .botao-busca-mobile .btn-mobile {
    padding: 12px 15px;
    font-size: 0.85rem;
  }
  .botao-busca-mobile .btn-mobile i {
    margin-right: 5px;
    font-size: 1rem;
  }
}
#loading {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  z-index: 1000;
}

#loading .spinner-border {
  width: 3rem;
  height: 3rem;
}

#loading p {
  margin-top: 10px;
  font-weight: bold;
}

input#valorMinimo {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background-color: #f8f9fa;
  padding: 12px 16px !important;
  color: #333 !important;
  margin: 0px !important;
}

input#valorMaximo {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background-color: #f8f9fa;
  padding: 12px 16px !important;
  color: #333 !important;
  margin: 0px !important;
}
input#areaMinima {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background-color: #f8f9fa;
  padding: 12px 16px !important;
  color: #333 !important;
  margin: 0px !important;
}

input#areaMaxima {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background-color: #f8f9fa;
  padding: 12px 16px !important;
  color: #333 !important;
  margin: 0px !important;
}
input#caracteristicaSearchInput {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background-color: #f8f9fa;
  padding: 12px 16px !important;
  color: #333 !important;
  margin: 0px !important;
}
a.botao-busca {
  padding: 12px 17px;
  background-color: var(--cor-site-1);
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.botao-busca svg {
  fill: #fff;
}
.filtro-busca {
  width: 100%;
  position: fixed;
  left: 0;
  top: 61px;
  z-index: 10;
  background: #fff;
}
header.ltn__header-area.ltn__header-6 {
  position: fixed !important;
}

/* Estilos para os selects personalizados */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-select:hover {
  border-color: #aaa;
}

.custom-select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.custom-select-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Estilo para os options */
.custom-select option {
  padding: 10px;
  background: #fff;
  color: #333;
}

.custom-select option:hover {
  background-color: #f5f5f5;
}

/* Estilo quando o select está aberto */
.custom-select:focus + .custom-select-arrow svg {
  transform: rotate(180deg);
}

/* Estilo para o dropdown (usando selectpicker) */
.dropdown-menu.inner {
  max-height: 250px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.inner li a {
  padding: 8px 15px;
  color: #333;
  transition: all 0.2s;
}

.dropdown-menu.inner li a:hover {
  background-color: #f8f9fa;
  color: var(--cor-site-1);
}

/* Estilo para a busca no dropdown */
.bootstrap-select .bs-searchbox {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.bootstrap-select .bs-searchbox input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
}

/* Estilo para títulos */
.filter-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}
.accordion-header.active + .accordion-content {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 8px; /* opcional */
}
input#bairroSearchInput {
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  height: 45px;
  font-size: 15px;
}
.accordion-content input {
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  height: 45px;
  font-size: 15px;
  margin-bottom: 10px;
}
.search-btn {
  width: 60px;
  padding: 14px;
  background: var(--cor-site-1);
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
  width: 100%;
}
.search-btn i {
  font-size: 20px;
  display: flex;
}
.search-btn:hover {
  background: var(--cor-site-2);
  color: #fff;
}

.busca-listagem {
  display: flex;
  height: 95px;
  align-items: center;
}

.filters-bar {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: 430px 1fr auto;
  height: 95px;
  position: relative;
}

.filters-bar-search-wrapper {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 95px;
  display: flex;
  align-items: center;
}

.filters-bar-search {
  display: flex;
  gap: 20px;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  height: 95px;
  padding-bottom: 2px;
  position: relative;
  min-width: 0;
}

.filters-bar-search::-webkit-scrollbar {
  display: none;
}

.filter-chip-group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  scroll-snap-align: start;
  height: 95px;
}

.filter-chip {
  background: #f5f7f7;
  border-radius: 100px;
  padding: 0px 20px;
  font-size: 0.8rem;
  color: #000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s;
  height: 56px;
  width: max-content;
  white-space: nowrap;
  margin-top: 19px;
  margin-bottom: 19px;
  font-weight: 700;
  line-height: 1.067rem;
  gap: 8px;
  border: 1px solid #0000;
}

.filter-chip.active,
.filter-chip:focus {
  background: #f0fcff;
  color: var(--cor-site-1);
  font-weight: 700;
  border: 1px solid #c3e6f1;
}

.filter-chip-icon {
  margin-right: 8px;
}

.filter-chip svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  font-size: 16px;
}

.chip-arrow {
  font-size: 0.9em;
  margin-left: 8px;
}

.filter-search {
  flex: 1;
  position: relative;
}

.filter-search input {
  border-radius: 100px;
  border: 0;
  padding: 8px 16px;
  font-size: 1rem;
  margin: 0;
  background: #f5f7f7;
  height: 56px;
  color: #000;
  font-weight: 600;
}

.filter-search input::placeholder {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

.filter-dropdown-content {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(.4, 0, .2, 1), transform 0.3s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  z-index: 10000;
  min-width: 230px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  padding: 18px 24px;
  transform: translateY(12px) scale(0.97);
}

.filter-dropdown-content.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.dropdown-title {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 16px;
}

.dropdown-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.circle-option {
  background: #f5f7f7;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
  color: var(--cor-site-1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: background 0.18s;
}

.circle-option.selected {
  background: var(--cor-site-1);
  color: #fff;
}

.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  cursor: pointer;
}

.dropdown-checkmark {
  font-size: 1rem;
}

.carousel-arrow {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  margin-left: 6px;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  flex-shrink: 0;
}

.filters-bar-search-wrapper {
  position: relative;
}

#carouselBack {
  left: 0;
}

#carouselNext {
  right: 0;
}

.carousel-arrow:disabled {
  opacity: 0;
  cursor: default;
}

@media (max-width: 940px) {
  .busca-dropdown .dropdown-content {
    padding: 16px;
    max-height: 100% !important;
}

  .busca-dropdown {
    z-index: 8 !important;
    bottom: 51px !important;
}

.busca-mobile-footer {
    z-index: 9 !important;
}
}

@media (max-width: 900px) {
  .filters-bar {
      grid-template-columns: 1fr auto;
  }

  .filter-search {
      min-width: 140px;
  }

  .filter-chip {
      min-width: 90px;
      padding: 8px 10px;
      font-size: .93rem;
  }

  .carousel-arrow {
      width: 34px;
      height: 34px;
      font-size: 1.1rem;
  }

  /*NOVO POSICIONAMENTO DOS BOTÕES FLUTUANTES DAS PÁGINAS DE IMÓVEIS*/

  #whatsapp-widget {
      bottom: 80px !important;
      right: 22px !important;
      z-index: 7 !important;
  } 

  .back-to-top {
      bottom: 160px !important;
      right: 22px;
      width: 60px;
      height: 60px;
      z-index: 3 !important;
  }
}

ul#lista-caracteristicas-1,
ul#lista-caracteristicas-2,
ul#lista-caracteristicas-3 {
  display: grid;
  grid-template-columns: 49% 49%;
  margin: 15px 0px;
}
.filter-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 6px;
}
/* Offcanvas styles (mantém igual ao seu original) */
.offcanvas-filtros {
  position: fixed;
  right: -540px;
  top: 0;
  width: 540px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 20px rgba(0, 0, 0, 0.13);
  z-index: 9999;
  transition: right 0.35s cubic-bezier(.4, 0, .2, 1);
  overflow-y: auto;
  padding-bottom: 50px;
}

.offcanvas-filtros.show {
  right: 0;
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 12px 24px;
  border-bottom: 1px solid #f1f1f1;
}

.close-offcanvas {
  background: none;
  border: none;
  font-size: 2em;
  color: #555;
  cursor: pointer;
}

.offcanvas-body {
  padding: 24px;
}

.offcanvas-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.30);
  z-index: 9998;
}

.offcanvas-overlay.show {
  display: block;
}

.filter-group {
  margin-bottom: 26px;
}

.filter-label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.05em;
}

/* Feedback visual para sincronização */
.syncing {
  opacity: 0.7;
  pointer-events: none;
}

/* Transição suave para mudanças */
.filter-dropdown-content,
.offcanvas-body .filter-group {
  transition: all 0.3s ease;
}

/* Indicador de que está sincronizado */
.filter-group.synced {
  border-left: 3px solid var(--cor-site-1);
  padding-left: 10px;
}

@media (max-width: 1399px) {
  .filters-bar {
    display: grid;
    gap: 10px;
    align-items: center;
    grid-template-columns: 19% 55% 24%;
    height: 95px;
    position: relative;
  }

  .container-fluid.px-5 {
    padding: 0px 20px !important;
  }
}

/*NOVA ESTILIZAÇÃO DA BARRA SUPERIOR DE FECHAMENTO DE DROPDOWN*/

.popover-header {
    margin-right: 0.25rem !important;
    color: white !important;
    padding: 2% 5% !important;
    margin-bottom: 10px !important;
    font-size: 1rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-top-left-radius: calc(0.3rem - 1px) !important;
    border-top-right-radius: calc(0.3rem - 1px) !important;
    width: 107% !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 690px) {
.popover-header {
    width: 109% !important;
  }
} 

@media (max-width: 500px) {
.popover-header {
    width: 115% !important;
  }
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto var(--cor-site-1) !important;
    outline-offset: 0px;
    box-shadow: none;
    color: var(--cor-site-2) !important;
}

/*ADIÇÃO DA ESTILIZAÇÃO DA NOVA BUSCA MOBILE*/

@media (max-width: 940px) {
    .busca-mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--cor-site-1);
        border-radius: 15px 15px 0 0;
        height: 65px;
        box-shadow: 0 0 20px rgb(0 0 0 / 25%);
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 5;
        padding: 0 4px;
        transition: opacity 0.35s cubic-bezier(.4, 0, .2, 1);
        opacity: 1;
        pointer-events: auto;
    }

    .footer-btn {
        width: 45%;
        height: 45px;
        background: linear-gradient(to right, #f2f2f2, #fafafa, #f2f2f2);
        color: var(--cor-site-5);
        border: none;
        border-radius: 8px;
        font-weight: bold;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: background 0.2s;
    }

    .filtro-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.0);
        opacity: 0;
        z-index: 3;
        pointer-events: none;
        transition: background 0.2s, opacity 0.2s;
    }

    .filtro-overlay.active {
        background: rgba(0, 0, 0, 0.34);
        opacity: 1;
        pointer-events: auto;
    }

    .busca-dropdown {
        position: fixed;
        left: 50%;
        bottom: 57px;
        width: 100%;
        background: #fff;
        z-index: 4;
        box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
        flex-direction: column;
        border-radius: 15px 15px 0px 0px;
        transform: translateX(-50%) translateY(60px);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: opacity 0.22s cubic-bezier(.4, 0, .2, 1), transform 0.42s cubic-bezier(.4, 0, .2, 1);
    }

    .busca-dropdown.open {
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        transition: opacity 0.22s cubic-bezier(.4, 0, .2, 1), transform 0.42s cubic-bezier(.4, 0, .2, 1);
    }

    .busca-dropdown.closing {
        opacity: 0;
        pointer-events: none;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        transition: opacity 0.22s cubic-bezier(.4, 0, .2, 1), transform 0s;
    }

    .busca-dropdown .dropdown-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 16px 0 16px;
        font-size: 1.1rem;
        border-bottom: 1px solid #eee;
    }

    .dropdown-header>span {
        align-items: center;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 600;
        color: var(--cor-site-5);
    }

    .busca-dropdown .close-dropdown {
        background: none;
        border: none;
        font-size: 3rem;
        color: var(--cor-site-1);
        cursor: pointer;
        max-height: 50px;
        transform: translateY(-18px);
    }

    .busca-dropdown .dropdown-content {
        padding: 16px;
        max-height: 60vh;
    }

    .dropdown-menu.show {
        overflow-y: auto;
        box-shadow: 0px 0px 40px #00000099;
        border-radius: 18px;
    }

    .busca-mobile-footer {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.7s cubic-bezier(.4, 0, .2, 1), visibility 0.7s;
    }

    .busca-mobile-footer.fade-out {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(.4, 0, .2, 1), visibility 0.3s;
    }

    .footer-btn {
        width: 45%;
        height: 45px;
        border: none;
        border-radius: 8px;
        font-weight: bold;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: background 0.2s;
    }
}

@media (min-width: 941px) {
    .busca-para-mobile {
        display: none;
    }
}

@media (max-width: 940px) {
    .filtro-busca {
        display: none !important;
    }

    .ltn__product-area.ltn__product-gutter.pb-120.pt-140 {
        padding-top: 30px !important;
    }
}

.filtro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.34);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(.4, 0, .2, 1);
}

.filtro-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
#buscaMobileFooter.fade-out {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s;
}

#buscaMobileFooter.fade-in {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.22s;
}

.btn-show-busca {
    position: fixed;
    z-index: 9999;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
    right: 23px;
    bottom: 10px;
    background: var(--cor-site-1);
}

.btn-show-busca svg {
    color: white;
}

.btn-show-busca.active {
    opacity: 1;
    pointer-events: auto;
    animation: fadeIn 0.35s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}