#filters {
    display: grid;
    width: 75%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 350px));
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 44px;
    margin: 2rem auto;
    float: none;
}
.librosBanner {
    width: 100vw;
    display: block;
}
.groupsContainer {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.librosBanner img {
    width: 100%;
}
.filterName {
    width: 110px;
    font-size: 12px;
    color: var(--base);
}
.sliderContainer .sliderTitleContainer {
  width:100%;
}
.sliderGroupContainer {
  /* width: 100%; */
}

.centeredContent  .sectionTitle,
.sectionSubTitle {
  position: relative;
  width: 50%;
  height: auto;
  line-height: 50px;
  margin: 15px auto;
  text-align: center;
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  color: var(--base);
}
.centeredContent{
  width: 100% !important;
  max-width: unset;
  margin-top: 0;
}
.sliderContainer {
}
.filter {
    border: 1px solid #2E395C4D;
    border-radius: 0;
    height: 44px;
    display: flex;
}

.filterSelect {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: var(--base);
    text-indent: 0;
    padding: 14px 0;
    background-image: url(
    ../../files/orderByDropdown.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    background-size: 15px;
    font-size: 12px;
}
select#orderBy {
    width: 75%;
}
.filterContainer {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0px 0 20px;
    font-size: 15px;
    position: relative;
}
@media screen and (max-width: 1100px){
    #filters {
    height: auto;
    }
}
@media screen and (max-width: 768px){
    .sliderContainer {
    width: 100%;
}
    .groupsContainer {
    display: block;
    margin: auto;
    margin-top: 4rem;
    width: 100%;
    }
    .sliderGroupContainer {
    width: 100%;
}
    .centeredContent{
  width: 100% !important;
  max-width: unset;
  margin-top: 0;
        gap:0px;
}
    .sectionTitle {
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 20px !important;
    }
    #filters {
        width: var(--web-container);
        gap: 0;
        height: auto;
        margin: 0px auto;
    }
    .filter {
    height: 48px;
    margin: 10px 0;
    }
}