.categories{
  flex-direction: column;
  width: auto;
  padding: 0 0 0 4rem;
}
.ui-search-filter-dl{
  background-color: white;
  height: 62.5rem;
  width: 20rem;
  border-radius: 13px;
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(2px 2px 16px rgba(0, 0, 0, 0.12));
  background: #FBFBFB;
  z-index: 1;
  margin-top: 30px;
}

.exib{
  display: flex;
  width: auto;
  height: fit-content;
  padding: 2rem 4rem 0 4rem;
}
.exib h2{
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.filt{
  overflow: hidden;
  overflow-y: auto;
}

.filt::-webkit-scrollbar{
  width: 5px;
}
.filt::-webkit-scrollbar-thumb{
  position: absolute;
  width: 6px;
  height: 30px;
  left: 1110px;
  background: #555353;
  border-radius: 50px;
  }

.ui-search-filter-dt-title{
  color: black;
  font-weight: 600;
  font-size: 24px;
  margin: 20px;
}

.ui-search-link{
  margin: 2px;
}

.ui-search-filter-name{
  font-size: 16px;
  color: black;
  cursor: pointer;
}
.ui-search-filter-name:hover{
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.ui-search-filter-results-qty{
  font-size: 12px;
  color: #5981e3;
}

.hot-form--custom:hover .hot-form__label::before{
  background-color: #5981e3;
  background-color: var(--blue);
  -webkit-box-shadow: 0 0 0 .0625rem #5981e3;
  box-shadow: 0 0 0 .0625rem #5981e3;
  -webkit-box-shadow: 0 0 0 var(--input-border-width) var(--blue);
  box-shadow: 0 0 0 var(--input-border-width) var(--blue)
}

/*todos produtos*/

.org{
  display: flex;
}

.td{
  border-radius: 6px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  overflow-y: scroll;
  gap: 1rem;
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(2px 2px 16px rgba(0, 0, 0, 0.12));
}
.td::-webkit-scrollbar{
  width: 5px;
}
.td::-webkit-scrollbar-thumb{
  position: absolute;
  width: 6px;
  height: 30px;
  background: #000000;
  border-radius: 50px;
  }
.button {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: white;
  color: #004aad;
  border: none;
  margin: 4rem 0 0 0;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.button:hover {
  filter: brightness(1.15);
  transition: all 0.3s ease-in-out;
}

.buttonUp{
  position: fixed;
  bottom: 90px;
  right: 4.5rem;
  padding: 10px 20px;
  background-color: white;
  color: #004aad;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: none; /* Inicialmente oculto */
}

.buttonUp:hover {
  filter: brightness(1.15);
  transition: all 0.3s ease-in-out;
}
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}


.dynamic:hover .s{
  color: #004aad
}
.dynamic:hover .dynami{
  background-color: #a274ff70;
  border-color: transparent;
  color: #004aad
}
.dynamic{
  margin: 3px;
  cursor: pointer;
  border-radius: 6px;
  width: 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: white;
}
.dy{
  overflow: hidden;
}
.dy img{
  border-radius: 6px;
  height: 100%;
  width: 100%;
}
.mo{
  color: #004aad;
  font-family: Proxima Nova,-apple-system,Roboto,Arial,sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  line-height: 12px;
  overflow: hidden;
  padding: 6px 8px;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-overflow: ellipsis;
  white-space: nowrap
}
.s{
  font-size: 15px;

}
.st{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: rgba(0,0,0,.9);
  font-family: Proxima Nova,-apple-system,Roboto,Arial,sans-serif;
  font-weight: 400;
  height: 100px;
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
}
.st .s{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: black;
  font-weight: 600;
  padding: 0 10px 0 10px;
}
.sty{
  font-size: 12px;
  color: black;
}
.dyna{
  padding: 3px;
  overflow: hidden;
  line-height: .7;
  width: 100%;
  height: 40px;
}
.dynami{
  width: 260px;
  background: rgba(65,137,230,.15);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 10px;
  max-height: 24px
}
.dynamic img{
  transition: .3s ease;
}
.dynamic:hover img{
  transform: scale(1.1);
}

  /* Small devices (phones, 640px and below) */
@media only screen and (max-width: 400px) {
  .ui-search-filter-dt-title{
    font-size: 1rem;
  }
  .ui-search-filter-name{
    font-size: .6rem;
  }
  .ui-search-filter-name:hover{
    font-size: .6rem;
    font-weight: 600;
    color: black;
  }
}
@media only screen and (max-width: 800px) {
  .exib h2{
    text-align: center;
  }
  .org{
    flex-direction: column;
  }

  .categories{
    padding: 0 4rem 0 4rem;
  }

  .ui-search-filter-dl{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    align-items: center;
  }
  .ui-search-filter-dl ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    align-items: flex-start;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 800px) and (max-width: 1090px) {
  .org{
    justify-content: space-between;
  }
  .td{
    justify-content: center;
  }
}
@media only screen and (max-width: 1421px) {
  .td{
    justify-content: center;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1366px) and (max-width: 2000px) {
}