body {
  right: 0;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.blurBkg80 {
  position: absolute;
  top: -70px;
  z-index: 5;
  left: 0;
  padding-top: 38px;
  overflow: visible;
  display: block;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}

.categoryImg {
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
  width: var(--web-container);
  padding-block: 23px;
  /* border-bottom: 1px solid #cacaca; */
}

.widthContainer {
  width: var(--web-container);
  margin: 0 auto;
}

.topProductsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.categoriesUrlContainer p {
  margin: 0px 7px;
}

#categoryReference,
/* .categoriesContainer, */
.currentCategoryLabel,
.currentSearchLabel,
.wishlistTitle,
.categoryReference {
  margin-block: 20px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #a3a7a8;
}

#categoryReference {
  margin-block: 40px 20px 40px;
  margin: 36px 0px;
}

#categoryReference,
h1.categoriesUrlContainer,
.categoriesUrlContainer a:last-of-type {
  color: #1D1D1B;
}

/* div#openFilterBtn {
    position: relative;
    float: left;
    width: auto;
    height: 35px;
    background: transparent;
    color: #595c65;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 20px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
} */

.currentSearchLabel #categoryReference {
  margin-block: 0;
}

.categoriesUrlContainer img {
  position: relative;
  margin: 0px 5px;
  width: 6px;
  height: auto;
  top: 1px;
  -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(2831%) hue-rotate(303deg) brightness(97%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(2831%) hue-rotate(303deg) brightness(97%) contrast(96%);
}

.categoriesUrlContainer img:last-of-type {
  -webkit-filter: none;
  filter: none;
}

.leftLabelContainer {
  width: 65%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #595c65;
}

.currentCategoryLabel h2,
.currentSearchLabel h2 {
  font-size: 13px;
  line-height: 26px;
  color: #595c65;
}

.topFiltersDiv {
  position: relative;
  float: left;
  width: 49%;
  height: auto;
  font-weight: 500;
  overflow: hidden;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#filterTabsContainer {
  position: relative;
  float: left;
  width: 100%;
  height: 45px;
  cursor: pointer;
  display: none;
}

#filterTabsContainer.showFilterTabs {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.filterTabsTxt {
  width: fit-content;
  position: relative;
  float: left;
  margin-right: 15px;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 600;
}

.filterTab {
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 0px 0px 9px;
  border: 1px solid #cacaca;
  border-radius: 7px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 11px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

#filterTabsContainer #cleanFilters {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  text-align: left;
  position: relative;
  height: 24px;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0;
  cursor: pointer;
  padding: 10px 5px;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
  text-transform: inherit;
  font-size: 13px;
  color: var(--lighter-base);
  text-decoration: underline;
}

#filterTabsContainer #cleanFilters:hover {
  color: var(--base);
  background: transparent;
}

#removeFilters {
  position: relative;
  bottom: 0;
  float: left;
  text-align: left;
  font-size: 13px;
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  color: #767676;
  text-decoration: underline;
}

#removeFilters:hover {
  background-color: #fff;
  color: #595c65;
  font-weight: 500;
}

.removeFilter {
  position: relative;
  float: right;
  /* margin-left: 9px; */
  cursor: pointer;
  width: 15px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 9px;
  font-size: 10px;
}

.showFilters {
  position: relative;
  float: left;
  width: auto;
  height: 35px;
  background: transparent;
  color: #1D1D1B;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 0px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
}

/* .showFilters:hover {
  background: var(--principal2);
  border: 1px solid var(--principal2);
} */

.filtersIcon {
  position: relative;
  width: 12px;
  margin-right: 8px;
  -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(6%) saturate(298%) hue-rotate(129deg) brightness(95%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(37%) sepia(6%) saturate(298%) hue-rotate(129deg) brightness(95%) contrast(93%);
  height: auto;
}

.orderByContainer {
  position: relative;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  opacity: 1;
  min-width: 18%;
}

.orderByDropdown {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  font-weight: 400;
  height: 38px;
  width: 100%;
}

#orderSelect {
  color: #a3a7a8;
  text-indent: 0;
  font-size: 12px;
  line-height: 38px;
  font-weight: 500;
  border: 1px solid #cacaca;
  border-radius: 8px;
  width: 100%;
  padding: 0 17px;
  background-image: url(../../files/orderByDropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 15px;
}

#selectProductSizeDiv {
  width: 108px;
  float: left;
  height: 38px;
  top: 50px;
  margin-right: 18px;
  border-radius: 100px;
  outline: 1px solid #E4E4E4;
  outline-offset: -1px;
  position: relative;
  z-index: 1;
}

.selectProductSizeContainer {
  width: 50%;
  float: left;
  height: 100%;
  cursor: pointer;
  border-radius: 58px;
  background: var(--base);
  position: relative;
  z-index: 2;
}

.selectProductSizeContainer.selected {
  z-index: 3;
}

#selectFourPerLine.notSelected img {
  -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(4%) saturate(209%) hue-rotate(129deg) brightness(92%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(72%) sepia(4%) saturate(209%) hue-rotate(129deg) brightness(92%) contrast(90%);
}

#selectFourPerLine.notSelected:hover img,
#selectThreePerLine:hover img {
  /* -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(3478%) hue-rotate(214deg) brightness(93%) contrast(97%); */
  /* filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(3478%) hue-rotate(214deg) brightness(93%) contrast(97%); */
}

#selectFourPerLine.notSelected:hover .selectProductSizeLogoHover {
  display: none !important;
}

#selectFourPerLine.notSelected:hover .selectProductSizeLogo {
  display: block !important;
}

#selectFivePerLine.notSelected:hover .selectProductSizeLogoHover {
  display: block !important;
}

#selectFivePerLine.notSelected:hover .selectProductSizeLogo {
  display: none !important;
}

#selectFivePerLine .selectProductSizeLogo,
#selectFivePerLine .selectProductSizeLogoHover {
  width: 25px;
  padding: 13px 7px 14px 6px;
}

.selectProductSizeLogo,
#selectFivePerLine .selectProductSizeLogo {
  display: block;
}

.selectProductSizeLogoHover,
#selectFivePerLine .selectProductSizeLogoHover {
  display: none;
}

.selectProductSizeLogo,
.selectProductSizeLogoHover {
  width: 25px;
  padding: 13px 15px 14px 15px;
}

#selectThreePerLine .selectProductSizeLogo,
#selectThreePerLine .selectProductSizeLogoHover {
  width: 18px;
  padding: 13px 18px 14px 18px;
}

#selectThreePerLine,
#selectThreePerLine {
  background: transparent;
}

#selectThreePerLine.selected img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(109%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(109%) contrast(100%);
}

#selectFourPerLine:hover .selectProductSizeLogo,
#selectFivePerLine:hover .selectProductSizeLogo {
  display: none !important;
}

#selectFourPerLine:hover .selectProductSizeLogoHover {
  display: block !important;
}

.productsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  color: #595c65;
  margin-bottom: 50px;
  height: 100%;
}

#leftProductsContent {
  background-color: #fff;
  position: relative;
  height: 100%;
  width: 25%;
  /* -webkit-transition: var(--right-transition); */
  -o-transition: var(--right-transition);
  /* transition: var(--right-transition); */
  top: 0;
  top: 167px;
  overflow: visible;
  position: sticky;
}

#filters {
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 14px;
  height: auto;
  max-height: 100vh;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.filterDropdown {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #E4E4E4;
  max-height: 60vw;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.filterDropdown:first-of-type {
  border-top: 1px solid #E4E4E4;
}

.filterDropdown.notDropdown {
  border-bottom: unset;
}

.filterDropdown.notDropdown .filtersContainer {
  height: auto;
}

#rightProductsContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  gap: 18px;
  padding-right: 2px;
  z-index: 2;
  margin-bottom: 40px;
}

#favTitle {
    margin: 35px 0;
}

#rightProductsContent.mobileElement {
  display: none;
}

#rightProductsContent.noProducts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
}

#noProducts {
    position: relative;
    color: var(--base);
    text-align: center;
    font-size: var(--base-font-size) !important;
    background: unset !important;
}

#cleanFiltersContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  border-top: 1px solid var(--lighter-base);
  border-top: 1px solid var(--lines-border-color);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

#cleanFilters,
#applyFilters {
  width: 50%;
  text-align: center;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 36px 0;
  cursor: pointer;
  font-size: 14px;
  background: var(--base-aux);
}

#applyFilters {
  border-right: 1px solid var(--lighter-base);
   border-right:  1px solid var(--lines-border-color);
}

div#cleanFilters {
  margin-right: 5px;
}

#cleanFilters:hover,
#applyFilters:hover {
  color: var(--btn-font);
  background: var(--base);
}

.filterHeader {
  display: none;
}

#closeFilter {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  cursor: pointer;
  text-transform: lowercase;
  font-weight: 500;
  margin-right: 10%;
}

#closeFilter:hover {
  color: var(--lighter-base);
}

.specImg {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 7px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  display: block;
  border-radius: 50%;
  padding: 4px;
}

.selectedSpecfilterBoxContainer .specImg {
  border: 1px solid var(--base);
}

.category {
  color: #95a5a6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.subCategory {
  color: #95a5a6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.ordenarPor {
  display: block;
  position: relative;
  margin-bottom: 7px;
  float: left;
  color: #595c65;
}

.orderByContainer {
  position: relative;
  float: right;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
}

.orderTitle {
  color: #595c65;
  font-size: 16px;
  margin-right: 20px;
  line-height: 34px;
}

.selectedOrder {
  color: #535353;
  font-weight: 500;
  float: left;
  text-indent: 10px;
}

.arrowOrder {
  float: right;
  margin: 0 10px;
}

.orderByDropdown {
  position: relative;
  background-color: transparent;
  border: 1px solid #A5A5A4;
  cursor: pointer;
  width: 245px;
  font-weight: 400;
  height: 38px;
  font-size: 10px;
  border-radius: 118px;
}

.selectedOrderContainer {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
}

.orderOptions {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.order {
  color: #a1a1a1;
  margin: 5px 0;
  text-indent: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.order:hover {
  color: #535353;
}

#orderSelect {
  height: 38px;
  width: 100%;
  padding: 0 17px;
  background-image: url(../../files/orderByDropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 15px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -ms-appearance: none;
  color: #a3a7a8;
  font-size: 12px;
  font-weight: 400;
}

.selectedFiltersBox {
  position: relative;
  overflow: hidden;
  width: calc(100% - 12px);
  padding-left: 12px;
}

.selectedFilterText {
  float: left;
  margin-right: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  position: relative;
}

.selectedFilterText::before {
  content: ",";
  position: absolute;
  right: -3px;
  font-size: 130px;
}

.selectedFilterText:last-of-type::before {
  content: "";
}

.filterNameDropdown {
  position: relative;
  width: auto;
  margin-left: 0;
  padding: 30px 3px 20px 0;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.filterNameText {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 13px;
  color: #1D1D1B;
}

.openCloseFilter {
  font-weight: 400;
  color: #595c65;
}

.filterNameDropdown.open img.openCloseFilter {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

img.openCloseFilter {
  position: absolute;
  right: 5px;
  height: 14px;
}

.filtersContainer {
  position: relative;
  width: 98.5%;
  height: 0;
  overflow: hidden;
  text-transform: capitalize;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.filtersContainer {
  overflow-y: auto;
}

.filtersContainer::-webkit-scrollbar,
#filters::-webkit-scrollbar {
  width: 3px;
}

.filtersContainer::-webkit-scrollbar-track,
#filters::-webkit-scrollbar-track {
  background: transparent;
}

.filtersContainer::-webkit-scrollbar-thumb,
#filters::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}

.filters {
  margin-bottom: 14px;
  overflow: hidden;
}

.filterBoxContainer.specDiv:not(.hasImg),
.filterBoxContainer.filterDiv {
  border: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  float: left;
  margin-right: 10px;
  min-width: 34.6px;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 10px;
  border-radius: 7px;
}

.specDiv.hasImg {
  width: auto;
  float: left;
  /* display: none; */
}

.hasImg .subfilterName {
  display: none;
}

.hasImg.selectedSpec .specImg {
  border: 1px solid var(--base);
}

.categoryDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-transform: lowercase;
}

.categoryNameDiv {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: left;
  padding-left: 0;
  margin: 10px 0;
  font-size: 13px;
  font-weight: 400;
}

.categoryNameDiv:hover,
.subfilterName:hover,
.selectedFilter.subfilterName,
.brandDiv:hover:not(.selectedBrand),
.brandDiv.selectedBrand {
  font-weight: 600;
}

.subfilterName {
  padding: 9px 0;
  position: relative;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.categoryNameDiv::first-letter,
.subfilterName::first-letter {
  text-transform: uppercase;
}

.subfilterName .filterCircle::after {
  display: block;
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  border-radius: 50%;
  background: #fff;
}

.filterBoxContainer.selectedBrand .filterCircle::after,
.filterBoxContainer.selectedFilter .filterCircle::after,
.filterBoxContainer.selectedSpec .filterCircle::after,
.filterBoxContainer.selectedPrice .filterCircle::after {
  background: var(--base);
}

.priceFilter .subfilterName {
}

.subfilterName .filterCircle {
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--base);
}

.priceFilter.selectedPrice,
.selectedFilter {
  font-weight: 600;
}

.removeWishlistProduct {
  right: 10px;
  margin-right: 0;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  bottom: 10px;
}

.removeWishlistProduct + .cartButtonContainer {
  right: 0;
  margin-top: 5px;
}

.pagesNavigation {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 80px 0;
  font-weight: var(--semibold-font-weight);
}

.pagesNavigation a,
.numbers {
  position: relative;
  height: auto;
  width: auto;
  margin: auto 7px;
  cursor: pointer;
}

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 0;
}

.pagesNavigation .button {
  margin: auto 20px;
}

.pageNumber {
  color: var(--base);
  background: var(--btn-font);
  border-radius: 50px;
  padding: 14.5px 20px;
}

.pageNumber.selected {
  color: var(--btn-font);
  background: var(--base);
}

.rightProductsContent {
  display: -ms-grid;
  display: grid;
}

#content {
  overflow: visible;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .widthContainer {
    min-width: auto;
    max-width: 1100px;
  }

  .productsContainer #rightProductsContent {
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(3, 1fr);
  }

  .filtersButtons #selectProductSizeDiv {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .productsContainer #rightProductsContent {
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
  }

  #leftProductsContent {
    width: 40%;
    -webkit-transition: var(--right-transition);
    -o-transition: var(--right-transition);
    transition: var(--right-transition);
  }

  #filters {
    width: 100%;
    -webkit-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  #content .widthContainer {
    width: 100% !important;
    margin: 0 auto;
    top: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  #cleanFiltersContainer {
    display: flex;
    z-index: 1;
  }

  .blurBkg80 {
    position: absolute;
    left: 0;
    padding-top: 38px;
    overflow: visible;
    width: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: -37px;
    z-index: 15;
    height: 300vh;
  }

  .categoryImgContainer {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }

  .categoryImg {
    margin: auto;
    max-width: 100vw;
    width: 90%;
    margin-bottom: 0;
    min-width: 0;
    padding-bottom: 10px;
  }

  #filterBackdrop {
    margin: 0;
  }

  .topProductsContent {
    display: block;
    width: var(--web-container);
    margin: 0 auto;
  }

  #favTitle {
    margin-left: 20px;
  }

  .leftLabelContainer {
    width: 100%;
    max-height: fit-content;
    margin-block: 0;
  }

  .currentCategoryLabel,
  .currentSearchLabel,
  #categoryReference,
  .wishlistTitle {
    font-size: 13px;
    line-height: 16px;
  }

  .currentSearchLabel #categoryReference {
    margin: 0;
  }

  #categoryReference,
  h1.categoriesUrlContainer,
  .categoriesUrlContainer a:last-of-type {
    color: #009FE3;
    width: var(--web-container) !important;
    font-size: 16px;
  }

  #categoryReference {
    margin-inline: auto;
  }

  .currentCategoryLabel h2 {
    font-size: 13px;
    color: #595c65;
  }

  #filterTabsContainer.showFilterTabs {
    margin-block: 0 10px;
  }

  .filterTabsTxt,
  .filterTab {
    margin-right: 8px;
  }

  #filterTabsContainer #cleanFilters {
    margin: 0px;
    cursor: pointer;
    padding: 0;
  }

  .topFiltersDiv {
    width: calc(100% - 50px);
    overflow: hidden;
    margin: 0px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .orderByContainer {
    width: calc(100% - 53px);
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-bottom: 30px;
    top: inherit;
  }

  .filterContainer {
    width: 94%;
    margin: 0 auto
  }

  .orderByDropdown {
    width: 100%;
    height: auto;
  }

  #orderSelect {
    height: 42px;
  }

  .filtersButtons {
    height: 100%;
    position: relative;
  }

  .productsContainer {
    margin-bottom: 0;
  }

  #openFilterBtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 42px;
    height: 42px !important;
    right: 5%;
    font-size: 15px;
    position: fixed;
    top: unset;
    margin-top: 84px !important;
    float: right;
    z-index: 4;
    border-radius: 100px;
    background: #1D1D1B;
    text-align: center;
    overflow: visible;
    -ms-flex-line-pack: center;
    align-content: center;
    /* color: white !important; */
  }

  .filterHeader {
    transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .filterTitle {
    margin-left: 10%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    position: relative;
    float: left;
    top: auto;
    color: var(--base);
  }

  #openFilterBtn img {
    width: 13px;
    margin-right: 0;
    height: auto;
    margin: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(103%) contrast(103%);
  }

  .openFilter#leftProductsContent {
    right: 0;
    /* min-height: 99vh !important; */
  }

  #leftProductsContent {
    background-color: #ffffff;
    z-index: 16;
    min-height: unset;
    padding: 0px;
    margin-top: 0px !important;
    height: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: -7px 20px 18px rgba(0, 0, 0, 0.1);
    box-shadow: -7px 20px 18px rgba(0, 0, 0, 0.1);
    margin-right: 0px;
    min-height: 100dvh !important;
    top: 0px;
    position: fixed;
    right: -360px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .filterNameDropdown {
    padding: 30px 10% 20px;
    font-size: 13px;
  }

  body.openFilter {
    right: 0px;
    overflow: hidden;
  }

  #filters {
    position: relative;
    width: 100%;
    overflow-y: auto;
    max-height: calc(100% - 145px);
  }

  .filtersContainer {
    padding-inline: 10%;
    width: 69.5%;
  }

  #rightProductsContent {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 0;
    padding-right: 0;
    /* padding-block: 0 30px; */
    display: -ms-grid !important;
    /* display: flex !important; */
    margin-bottom: 0;
    text-align: center;
  }

  #rightProductsContent.noProducts.mobileElement {
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: flex-start;
    padding-top: 80px;
  }

  .productViewContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    padding: 12px 13px 8px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(163, 167, 168, 0.2);
    border-radius: 0 !important;
    aspect-ratio: auto;
    position: relative;
  }

  #rightProductsContent .buyText,
  #rightProductsContent .fastBuyAddToCart,
  .productSlide .buyText {
    font-size: 11px;
  }

}

@media screen and (max-width: 376px) {
  #rightProductsContent .buyText,
  #rightProductsContent .fastBuyAddToCart,
  .productSlide .buyText {
    font-size: 9px;
  }
}
