/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/products-catalog.scss ***!
  \**************************************************************************************************************************************************************/

/*** LTR websites ***/

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 10px;
  margin-top: 60px;
}

.pagination a {
  background: #0D0D0D;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  padding: 12px;
  align-self: stretch;
  width: 63px;
  height: 43px;
  color: #525252;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.pagination a.active,
.pagination a:active,
.pagination a:focus,
.pagination a:hover {
  color: #fff;
}

.pagination a.active::after,
.pagination a:active::after,
.pagination a:focus::after,
.pagination a:hover::after {
  content: "";
  background: radial-gradient(31250% 50% at 50% 50%, #78B52E 0%, rgba(0, 133, 133, 0) 90%);
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.productsCatalogue {
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}

.productsCatalogue .swiper {
  overflow: visible;
}

.productsCatalogue .toggle-filter-menu {
  font-family: "Anton", sans-serif;
  background: linear-gradient(90deg, #78b52e 0%, #528f07 100%);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 160px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.15);
  margin-bottom: 20px;
  width: 100%;
}

.productsCatalogue .toggle-filter-menu:hover {
  padding: 4px 36px;
}

.productsCatalogue .toggle-filter-menu:hover {
  border: 4px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.35);
}

.productsCatalogue .toggle-filter-menu svg path {
  fill: #fff;
}

.productsCatalogue .toggle-filter-menu:hover svg path {
  fill: #000000;
}

.productsCatalogue .productsCatalogHeader {
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.productsCatalogue .productsCatalogHeader .button--toggle {
  width: 20px;
  height: 20px;
}

.productsCatalogue .productsCatalogHeader .section-title {
  color: #fff;
  margin-bottom: 16px;
}

.productsCatalogue .productsCatalogHeader .desc {
  color: #fff;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}

.productsCatalogue .productsCatalog {
  overflow: visible;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle {
  background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0) 100%) !important;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle_content-categories {
  margin-bottom: 10px;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle_content-categories-img {
  background: #3C3C3C;
}

.productsCatalogue .productsCatalog__filters {
  padding: 0;
  background: #0D0D0D;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media (max-width: 1200px) {
  .productsCatalogue .productsCatalog__filters {
    height: auto;
    overflow: hidden;
  }

  .productsCatalogue .productsCatalog__filters.collapsed {
    max-height: 0;
  }
}

.productsCatalogue .productsCatalog__filters--group .filter-inputs:not(.collapsed) {
  margin-top: 20px;
}

.productsCatalogue .productsCatalog__filters--group:not(:first-child) {
  margin-top: 40px;
}

.productsCatalogue .productsCatalog__filters--group .filter-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

@media (max-width: 1200px) {
  .productsCatalogue .productsCatalog__filters--group .filter-title h3 {
    margin-bottom: 25px;
  }
}

.productsCatalogue .productsCatalog__filters .filter-inputs {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: auto;
}

.productsCatalogue .productsCatalog__filters ::-webkit-scrollbar {
  width: 10px !important;
}

.productsCatalogue .productsCatalog__filters ::-webkit-scrollbar-track {
  background: #888 !important;
}

.productsCatalogue .productsCatalog__filters ::-webkit-scrollbar-thumb {
  background: #f1f1f1 !important;
}

.productsCatalogue .productsCatalog__filters ::-webkit-scrollbar-thumb:hover {
  background: #cbcbcb !important;
}

.productsCatalogue .productsCatalog__filters::-webkit-scrollbar {
  width: 10px !important;
}

.productsCatalogue .productsCatalog__filters::-webkit-scrollbar-track {
  background: #888 !important;
}

.productsCatalogue .productsCatalog__filters::-webkit-scrollbar-thumb {
  background: #f1f1f1 !important;
}

.productsCatalogue .productsCatalog__filters::-webkit-scrollbar-thumb:hover {
  background: #cbcbcb !important;
}

.productsCatalogue .productsCatalog__filters--wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px 30px;
  padding-right: 6px;
}

.productsCatalogue .productsCatalog__filters h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.productsCatalogue .productsCatalog__filters .filter-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  position: relative;
}

.productsCatalogue .productsCatalog__filters .filter-checkbox:not(:last-child) {
  margin-bottom: 20px;
}

.productsCatalogue .productsCatalog__filters .filter-checkbox-label {
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 32px;
}

.productsCatalogue .productsCatalog__filters .filter-checkbox-label:before {
  content: "";
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIxIiB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHJ4PSIxLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+Cg==);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
}

.productsCatalogue .productsCatalog__filters .filter-checkbox-input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.productsCatalogue .productsCatalog__filters .filter-checkbox-input:checked ~ .filter-checkbox-label:before {
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIxIiB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHJ4PSIxLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjUiLz4KPHBhdGggZD0iTTE1LjMzMzMgNkw3Ljk5OTk2IDEzLjMzMzNMNC42NjY2MyAxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE1LjMzMzMgNkw3Ljk5OTk2IDEzLjMzMzNMNC42NjY2MyAxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.productsCatalogue .productsCatalog__wrapper--content {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle {
  border-radius: 16px;
  background: #222;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  column-gap: 10px;
  row-gap: 10px;
  padding-top: 20px;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle_img {
  overflow: hidden;
  width: 70%;
  margin: auto;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle_img img {
  height: 100%;
  width: 90%;
  object-fit: cover;
  -o-object-fit: cover;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle_content {
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.productsCatalogue .productsCatalog__wrapper--content .productSingle_content-title {
  font-weight: 400;
  text-align: center;
}