@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Extrabold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .desktop-only {
    display: none !important;
  }
}

.main-container {
  max-width: 100%;
  margin: 0 36px;
}
@media (max-width: 768.98px) {
  .main-container {
    margin: 0;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 20px;
}
@media (max-width: 1680.98px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768.98px) {
  .products-grid {
    grid-gap: 0 2px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.main-content {
  margin-top: 72px;
}
.main-content .top-section {
  padding: 56px 36px 0 36px;
  display: flex;
}
@media (min-width: 769px) {
  .main-content .top-section .page-title,
  .main-content .top-section .top-cold-content {
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .main-content .top-section .page-title {
    margin-left: auto;
  }
}
@media (max-width: 768.98px) {
  .main-content .top-section {
    padding: 56px 12px 0 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-content .top-section .page-title {
    margin-bottom: 32px;
  }
  .main-content .top-section .top-cold-content {
    margin-bottom: 0 !important;
  }
}
.main-content .top-section .top-cold-content {
  margin-bottom: 20px;
  margin-left: auto;
}
.main-content .top-section .top-cold-content .top-cold-dots {
  margin-left: -4px;
}
.main-content .top-section .top-cold-content .top-cold-content-cutted {
  display: none;
}
.main-content .top-section .top-cold-content .top-cold-content-cutted.trunc-closed {
  display: inline;
}
.main-content .top-section .top-cold-content .top-cold-content-full {
  display: block;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: justify;
}
.main-content .top-section .top-cold-content .top-cold-content-full::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(to left, #f9f9f9 40%, rgba(249, 249, 249, 0) 100%);
  width: 25px;
  text-align: right;
}
.main-content .top-section .top-cold-content .top-cold-content-full.expand {
  height: auto;
}
.main-content .top-section .top-cold-content .top-cold-content-full.expand::after {
  display: none;
}
.main-content .top-buttons {
  margin-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px 0 0 0;
  flex-wrap: nowrap;
  display: flex;
  display: flex;
  justify-content: space-between;
  height: 48px;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  margin: 40px 36px;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  .main-content .top-buttons {
    margin: 40px 12px 24px 12px;
  }
}
.main-content .top-buttons.js-fixed-scroll {
  top: 57px;
}
.main-content .top-buttons .filters-btn {
  height: 40px;
  margin: 4px;
  padding: 0 4px 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 100px;
}
.main-content .top-buttons .filters-btn img {
  margin: 0px 3px 0px auto;
}
.main-content .top-buttons .sorting-section {
  position: relative;
}
.main-content .top-buttons .sorting-section .sorting-btn {
  min-width: 100px;
  height: 40px;
  margin: 4px;
  padding: 0 4px 0 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-content .top-buttons .sorting-section .sorting-btn img {
  filter: invert(1);
  width: 15px;
  height: 12px;
  margin-top: 3px;
  pointer-events: none;
}
.main-content .top-buttons .sorting-section .sorting-dropdown {
  display: none;
  position: absolute;
  top: 48px;
  min-width: 200px;
  margin: 0;
}
@media (max-width: 768.98px) {
  .main-content .top-buttons .sorting-section .sorting-dropdown {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    right: 3px;
  }
}
.main-content .slick-slide {
  padding: 0;
}
.main-content .slick-track {
  display: flex;
}
.main-content .slick-dots {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  max-width: 40px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-content .slick-dots li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 10px;
  text-indent: -999px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  margin: 0 3px 0 0;
  transition: all 300ms ease;
}
.main-content .slick-dots li.slick-active {
  background-color: #000;
}
.main-content .slick-slider {
  margin: 0;
}
.main-content .slick-arrow {
  display: inline-block;
  width: 9px;
  height: 17px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(3013%) hue-rotate(250deg) brightness(118%) contrast(87%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.main-content .slick-arrow.slick-prev {
  left: 12px;
  background-image: url(../img/slick-arrow.svg);
  background-repeat: no-repeat;
}
.main-content .slick-arrow.slick-prev::before {
  content: "";
}
.main-content .slick-arrow.slick-next {
  right: 12px;
  left: auto;
  background-image: url(../img/slick-arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.main-content .slick-arrow.slick-next::before {
  content: "";
}
@media (max-width: 768.98px) {
  .main-content .slick-arrow {
    display: none !important;
  }
}

.products {
  margin: 0 36px;
}
@media (max-width: 768.98px) {
  .products {
    margin: 0;
  }
}
.products .products-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 0 20px;
}
@media (max-width: 1680.98px) {
  .products .products-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 1024.98px) {
  .products .products-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 768.98px) {
  .products .products-wrapper {
    grid-gap: 0 2px;
  }
}
.products .products-wrapper .product-link {
  padding-bottom: 20px;
}
.products .products-wrapper .product-link .product-card {
  position: relative;
}
@media (min-width: 769px) {
  .products .products-wrapper .product-link .product-card:hover .sizes-wrapper {
    transform: translateY(0%);
  }
}
.products .products-wrapper .product-link .product-image-wrapper {
  position: relative;
  overflow: hidden;
}
.products .products-wrapper .product-link .product-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 0.66;
  display: block;
}
@media (max-width: 1280.98px) {
  .products .products-wrapper .product-link .product-image-wrapper .product-image-hover {
    display: none;
  }
  .products .products-wrapper .product-link .product-image-wrapper .slick-initialized .product-image-hover {
    display: block;
  }
}
.products .products-wrapper .product-link .product-image-wrapper .image-label {
  position: absolute;
  left: 18px;
  bottom: 16px;
}
.products .products-wrapper .product-link .product-image-wrapper .image-label img {
  width: revert-layer;
  height: 12px;
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .product-image-wrapper .image-label {
    left: 14px;
    bottom: 9px;
  }
  .products .products-wrapper .product-link .product-image-wrapper .image-label img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 10px;
  }
}
@media (max-width: 768.98px) {
  .products .products-wrapper .product-link .product-image-wrapper .image-label {
    left: 5px;
  }
}
.products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 29px 32px 23px 32px;
  background: rgba(249, 249, 249, 0.9);
  color: #000;
  transform: translateY(110%);
  transition: transform 300ms;
  z-index: 100;
  cursor: default;
}
.products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 17.5px;
}
@media (max-width: 1280.98px) {
  .products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper p {
    font-size: 12px;
  }
}
.products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
  grid-gap: 4px;
}
.products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper ul li {
  padding: 5px;
  text-align: left;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  text-transform: uppercase;
}
.products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper ul li:hover {
  text-decoration: underline;
  font-weight: 700;
}
.products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper ul li.disabled {
  color: #999;
  display: flex;
  align-items: center;
}
.products .products-wrapper .product-link .product-image-wrapper .sizes-wrapper ul li.disabled img {
  height: 12px;
  width: 12px;
  bottom: 1px;
  left: 4px;
  position: relative;
  filter: brightness(0) saturate(100%) invert(73%) sepia(0%) saturate(532%) hue-rotate(140deg) brightness(85%) contrast(88%);
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.products .products-wrapper .product-link .product-info {
  text-align: center;
  position: relative;
}
@media (max-width: 768.98px) {
  .products .products-wrapper .product-link .product-info {
    padding: 12px 4.1666666667% 0 4.1666666667%;
  }
}
.products .products-wrapper .product-link .title {
  height: 33.5px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  text-align: left;
  margin: 0 0 2px 0;
  padding-top: 16px;
  line-height: 1.25;
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .title {
    padding-top: 10px;
  }
}
.products .products-wrapper .product-link .product-general {
  height: 48px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  text-align: left;
  margin-top: 8px;
}
.products .products-wrapper .product-link .price-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
  padding-top: 8px;
  gap: 4px;
}
.products .products-wrapper .product-link .colors-wrapper {
  margin-top: 15px;
}
@media (max-width: 768.98px) {
  .products .products-wrapper .product-link .colors-wrapper {
    padding: 0px 4.1666666667% 0 4.1666666667%;
  }
}
.products .products-wrapper .product-link .colors-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px 4px 0px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul {
    padding: 7px 8px;
    border: 1px solid #000;
  }
}
.products .products-wrapper .product-link .colors-wrapper ul .color {
  width: 31px;
  height: 31px;
  margin: 0 3px;
  border: 1px solid #fff;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100%;
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul .color {
    width: 20px;
    height: 18px;
  }
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul .color {
    width: auto;
    align-items: center;
    display: none !important;
  }
  .products .products-wrapper .product-link .colors-wrapper ul .color .mod-margin {
    margin-left: 5px;
  }
  .products .products-wrapper .product-link .colors-wrapper ul .color:first-child {
    display: flex !important;
  }
}
.products .products-wrapper .product-link .colors-wrapper ul .color img {
  width: 27px;
  height: 27px;
  display: inline-block;
  border: 1px solid #999;
  margin: 1px;
  border-radius: 50%;
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul .color img {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1025px) {
  .products .products-wrapper .product-link .colors-wrapper ul .color:hover {
    border-color: #999;
  }
}
.products .products-wrapper .product-link .colors-wrapper ul .colors-number {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  height: 31px;
  line-height: 1.25;
  padding: 4px 0;
  color: #1c1c1c;
}
@media (max-width: 1280.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul .colors-number {
    font-size: 10px;
  }
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul .colors-number {
    display: none;
  }
}
.products .products-wrapper .product-link .colors-wrapper ul .all-colors-number {
  display: none;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  height: 31px;
  line-height: 1.25;
  padding: 4px 0;
  color: #1c1c1c;
  text-transform: uppercase;
}
@media (max-width: 1024.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul .all-colors-number {
    display: block;
  }
}
.products .products-wrapper .product-link .colors-wrapper ul span {
  font-weight: 400;
  color: #1c1c1c;
  font-size: 14px;
}
.products .products-wrapper .product-link .colors-wrapper ul span.underline {
  text-decoration: underline;
}
.products .products-wrapper .product-link .colors-wrapper ul span.mob-number {
  display: none;
}
@media (max-width: 992.98px) {
  .products .products-wrapper .product-link .colors-wrapper ul span.desc-number {
    display: none;
  }
  .products .products-wrapper .product-link .colors-wrapper ul span.mob-number {
    display: block;
  }
}

.pagination {
  margin: 40px 0 0 0;
}
.pagination .wrapper {
  grid-template-columns: 2fr 0.5fr 2fr;
  display: grid;
  align-items: end;
}
@media (max-width: 768.98px) {
  .pagination .wrapper {
    grid-template-columns: 2fr 1.3fr 2fr;
  }
}
.pagination .wrapper .button {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
@media (max-width: 1280.98px) {
  .pagination .wrapper .button {
    font-size: 16px;
    gap: 7px;
  }
}
.pagination .wrapper .button img {
  height: 20px;
  margin-left: 3px;
  margin-bottom: -3px;
}
@media (max-width: 1280.98px) {
  .pagination .wrapper .button img {
    height: 10px;
  }
}
.pagination .wrapper .button.next-btn {
  justify-content: end;
}
.pagination .wrapper .button.next-btn img {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 3px;
}
.pagination .wrapper .page-number {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1280.98px) {
  .pagination .wrapper .page-number {
    font-size: 16px;
  }
}
.pagination .number-per-page {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 16px 0 0 0;
  line-height: 20px;
}
@media (max-width: 1280.98px) {
  .pagination .number-per-page {
    font-size: 10px;
    font-weight: 400;
  }
}

.bottom-content-section {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 48px;
}
.bottom-content-section .ls-link-section {
  padding: 4rem 3.515625rem 0;
  width: 100%;
}
@media (max-width: 768.98px) {
  .bottom-content-section .ls-link-section {
    padding: 40px 16px 0 16px;
  }
}
.bottom-content-section .bottom-cold-content {
  margin-bottom: 20px;
}
.bottom-content-section h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  .bottom-content-section h3 {
    font-size: 20px;
  }
}
.bottom-content-section .ls-links {
  display: grid;
  grid-template-columns: 1fr;
  width: 52.6rem;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .bottom-content-section .ls-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .bottom-content-section .ls-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1280.98px) {
  .bottom-content-section .ls-links {
    width: 100%;
  }
}
.bottom-content-section .ls-links a {
  margin-bottom: 4px;
  margin-right: 8px;
  font-size: 16px;
  line-height: 24px;
}
.bottom-content-section .ls-links a:hover {
  text-decoration: underline;
}

.selected-filters {
  display: flex;
  align-items: center;
  margin: 0 36px 15px 36px;
}
@media (max-width: 1024.98px) {
  .selected-filters {
    display: none;
  }
}
.selected-filters .selected-filter {
  margin: 0px 10px 0 0;
  border: #ccc 1px solid;
  display: inline-block;
  padding: 9px 10px;
  cursor: pointer;
  line-height: 15.5px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.selected-filters .selected-filter img {
  margin-left: 5px;
}
@media (max-width: 1280.98px) {
  .selected-filters .selected-filter {
    font-size: 12px;
    line-height: 13px;
  }
}
.selected-filters .clear-all {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 10px;
  cursor: pointer;
}
@media (max-width: 1280.98px) {
  .selected-filters .clear-all {
    font-size: 12px;
  }
}

.fallback-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  margin: 24px 0;
}
@media (max-width: 768.98px) {
  .fallback-title {
    padding: 0 12px;
  }
}

.label-popular {
  position: absolute;
  left: 18px;
  bottom: 50px;
  width: calc(100% - 32px);
  background: black;
  color: white;
  text-align: center;
  padding: 10px 0;
  opacity: 0.6;
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .label-popular {
    font-size: 12px;
    left: 5px;
    bottom: 35px;
    width: calc(100% - 10px);
    padding: 6px 0;
  }
}

.filters {
  max-width: 600px;
  z-index: 15;
  position: fixed;
  height: 100vh;
  top: 0;
  height: 100%;
  transform: translate(-100%);
  transition: transform 0.325s cubic-bezier(0, 0, 0.2, 1) 0.15s;
  width: 33.3333333333%;
  max-width: 600px;
  left: 0;
}
@media (max-width: 1280.98px) {
  .filters {
    width: 41.6666666667%;
    max-width: 600px;
  }
}
@media (max-width: 1024.98px) {
  .filters {
    width: 100%;
    max-width: 100%;
    max-height: 95vh;
    height: 95%;
    bottom: 0;
    top: auto;
    box-shadow: 0 50px 0 #fff;
    border-radius: 5px 5px 0 0;
    transform: translateY(100vh);
  }
  .filters.active {
    transform: unset !important;
    transform: translateY(0vh);
    overflow: scroll;
  }
}
.filters.active {
  transform: translate(0);
}
.filters .filters-header {
  margin: 6px 0 24px 0;
  position: relative;
}
.filters .filters-header .close-filters {
  position: absolute;
  margin: 8px 16px;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 1280.98px) {
  .filters .filters-header {
    margin: 4px 0 27px 0;
  }
  .filters .filters-header .close-filters {
    margin: 12px 16px;
  }
}
.filters .filters-inner {
  margin: 0 0px 0 30px;
  height: calc(100vh - 113px);
  overflow-y: auto;
  padding-right: 30px;
}
@media (max-width: 1280.98px) {
  .filters .filters-inner {
    margin: 9px 0px 0 30px;
  }
}
@media (max-width: 1024.98px) {
  .filters .filters-inner {
    margin: 7px 0px 60px 17px;
    padding-right: 17px;
    overflow: hidden;
    height: auto;
  }
}

.show-results {
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  background-color: #000;
  cursor: pinter;
}
.show-results.disabled {
  background-color: #ccc;
  cursor: default;
  border-color: #fff;
}
@media (max-width: 1024.98px) {
  .show-results {
    height: 45px;
    bottom: 1%;
    width: 95%;
    left: 2.5%;
    font-size: 14px;
    position: fixed;
  }
}

.filters-chosen {
  padding: 0 30px 23px 30px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024.98px) {
  .filters-chosen {
    padding: 0 17px 23px 17px;
  }
}
.filters-chosen .selected {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.filters-chosen .selected-filter {
  margin: 6px 10px 0 0;
  border: #ccc 1px solid;
  display: inline-block;
  padding: 9px 10px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 1280.98px) {
  .filters-chosen .selected-filter {
    line-height: 17px;
    font-size: 14px;
    margin: 5px 10px 0 0;
  }
}
.filters-chosen .selected-filter img {
  margin-left: 1px;
}
.filters-chosen .clear-btn {
  border: #ccc 1px solid;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 13px;
}
@media (max-width: 1280.98px) {
  .filters-chosen .clear-btn {
    line-height: 17px;
    font-size: 14px;
  }
}

.filter-list-range {
  font-weight: lighter;
  font-size: 14px;
}
.filter-list-range .range-slider-title {
  padding: 10px 20px 10px 0px;
  letter-spacing: normal;
  font-size: 12px;
}
.filter-list-range .range-values {
  height: 100%;
  width: 100%;
}
.filter-list-range .range-values .value-one {
  font-size: 12px;
  position: absolute;
  top: 19px;
  left: -12px;
}
.filter-list-range .range-values .value-two {
  font-size: 12px;
  position: absolute;
  top: 19px;
  left: -12px;
}
.filter-list-range .middle {
  position: relative;
  width: 99%;
}
.filter-list-range .slider {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.filter-list-range .slider .track {
  position: absolute;
  z-index: 0;
  border: none;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  height: 1px;
  margin: -4px 0 0;
  top: 11px;
  background-color: #ccc;
}
.filter-list-range .slider .range {
  position: absolute;
  height: 1px;
  left: 0%;
  right: 0%;
  background-color: #000;
  top: 7px;
}
.filter-list-range .slider .thumb {
  z-index: 2;
  width: calc(50% - 4px);
  height: 24px;
}
.filter-list-range .slider .thumb.right .input-price-wrapper {
  position: relative;
}
.filter-list-range .slider .thumb.right .input-price-wrapper input {
  text-align: right;
}
.filter-list-range .input-price-wrapper {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  align-items: flex-start;
  justify-content: flex-start;
  width: inherit;
  margin-top: 28px;
  width: 100%;
}
.filter-list-range .input-price-wrapper .text {
  font-size: 14px;
  color: #101010;
  margin-bottom: 8px;
}
.filter-list-range .input-price-wrapper input {
  width: 100%;
  height: 20px;
  background-color: #fff;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  display: inline-flex;
  align-items: center;
  pointer-events: none;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1280.98px) {
  .filter-list-range .input-price-wrapper input {
    font-weight: 400;
    font-size: 12px;
  }
}
.filter-list-range .input-price-wrapper .currency {
  height: 38px;
  background-color: #e1e0df;
  color: #666;
  padding: 0 15px 0 1px;
  display: flex;
  align-items: center;
}
.filter-list-range input[type=range] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
  z-index: 2;
  height: 10px;
  width: 100%;
  opacity: 1;
}
.filter-list-range input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  z-index: 2;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  background-color: #000;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
}
.filter-list-range input[type=range]::-moz-range-thumb {
  pointer-events: all;
  z-index: 2;
  cursor: pointer;
  margin-top: -5px;
  margin-left: -2px;
  -moz-appearance: none;
       appearance: none;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #9a9a9a;
  width: 20px;
  height: 20px;
  box-shadow: rgba(0, 0, 0, 0.3215686275) 0.5px 0.5px 2px 1px;
}
.filter-list-range .input-left {
  margin-left: 0;
}

.label-price-container {
  color: #575756;
  font-size: 12px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.filter-box.filter-size .filter-item {
  display: inline-block;
  width: 19%;
  padding-bottom: 9px;
}
@media (max-width: 576.98px) {
  .filter-box.filter-size .filter-item {
    width: 18%;
  }
}
.filter-box.filter-size .filter-list-size {
  margin: 0;
  padding: 0;
}
.filter-box.filter-size .filter-list-size.filter-list::after {
  display: none;
}
.filter-box.filter-size .checkbox-label span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 60px;
  height: 32px;
}
@media (max-width: 1024.98px) {
  .filter-box.filter-size .checkbox-label span {
    max-width: 40px;
  }
}
.filter-box.filter-size .checkbox-label .checkbox {
  display: none;
}
.filter-box.filter-size .filter-list-category-size {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 13px -15px 40px -15px;
  border-bottom: #ccc 1px solid;
  padding: 0 15px;
}
@media (max-width: 1440.98px) {
  .filter-box.filter-size .filter-list-category-size {
    padding: 0;
  }
}
.filter-box.filter-size .filter-list-category-size .item-category {
  padding: 10px 12px;
  line-height: 20px;
}
@media (max-width: 1280.98px) {
  .filter-box.filter-size .filter-list-category-size .item-category {
    line-height: 15px;
    padding: 10px;
  }
}
@media (max-width: 1024.98px) {
  .filter-box.filter-size .filter-list-category-size .item-category {
    padding: 7px 5px;
  }
}
@media (max-width: 768.98px) {
  .filter-box.filter-size .filter-list-category-size .item-category {
    padding: 7px 14px;
  }
}
.filter-box.filter-size .filter-list-category-size .item-category.active {
  background-color: #000;
  color: #ffffff;
}

.price-list .checkbox-filter {
  padding-bottom: 15px;
}

.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 15px;
}
.filter-title-inner {
  display: flex;
  flex-direction: column;
}

.filter-list {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.34s ease-in-out;
  margin-top: -2px;
  padding-left: 15px;
  padding-right: 15px;
}
.filter-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
}
.filter-list.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.filter-list.list-flex li {
  min-width: 50%;
  max-width: 50%;
}
.filter-list .filter-item {
  padding-bottom: 13px;
}
.filter-list.collapse {
  max-height: 300px;
}
.filter-list-active {
  max-height: none;
  height: 100%;
}

.checkbox-label {
  position: relative;
  display: inline-block;
  width: 100%;
}

.more-items-title {
  cursor: pointer;
}

.view-all-products {
  margin-bottom: 20px !important;
}
@media (min-width: 1281px) {
  .view-all-products {
    display: none !important;
  }
}

.show-all-results {
  padding: 10px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 13px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1281px) {
  .sorting-mobile {
    display: none;
  }
}

.overlay-filters {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
}

