.catalog-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #F3F3F3;
  border-radius: 16px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .catalog-block {
    padding: 16px;
  }
}
.catalog-block__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 16px;
  background: #FAFAFA;
  border-radius: 8px;
  width: 100%;
  margin: 0 0 16px 0;
}
.catalog-block__row:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-block__row {
    padding: 8px;
  }
}
.catalog-block__row:not(:has(.panel .catalog-block__list ul)) .accordion:after {
  display: none;
}
.catalog-block__list {
  margin: 8px 0 0 0;
}
.catalog-block__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  flex: none;
  order: 0;
  align-self: stretch;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.catalog-block ul {
  display: flex;
  flex-wrap: wrap;
}
.catalog-block li {
  display: block;
}
.catalog-block a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #333333;
  padding: 8px;
  border-radius: 8px;
  background: #F3F3F3;
  border: 1px solid rgba(0, 16, 61, 0.06);
  margin: 8px 8px 0 0;
  height: 33px;
}
.catalog-block a:hover {
  background: #E7E7E7;
}
[data-section="sort-body"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-section="sort-body"] .noUi-base {
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  [data-section="sort-body"] .noUi-base {
    width: calc(100% - 32px);
  }
}
[data-section="sort-body"] .noUi-target {
  border: none;
  box-shadow: none;
}
[data-section="sort-body"] .noUi-horizontal {
  height: initial;
}
[data-section="sort-body"] .noUi-tooltip {
  display: none;
}
[data-section="sort-body"] .filters {
  overflow: initial;
}
[data-section="sort-body"] .filters button {
  margin-top: 20px;
}
[data-section="sort-body"] .blurb {
  display: none;
}
[data-section="sort-body"] .sidebar {
  flex-direction: column;
  margin-top: 0;
  width: 245px;
}
@media (max-width: 1024px) {
  [data-section="sort-body"] .sidebar {
    display: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  [data-section="sort-body"] .sidebar {
    width: 100%;
  }
}
[data-section="sort-body"] .sidebar .categories-catalog {
  margin: 0 0 16px 0;
  position: relative;
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-btn {
  position: relative;
  z-index: 1001;
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-btn i {
  transform: rotate(90deg);
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-list {
  position: absolute;
  width: 100%;
  pointer-events: all;
  opacity: 1;
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-overlay {
  opacity: 1;
  pointer-events: all;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  padding: 10px 8px;
  margin-top: 16px;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn input {
  outline: none;
  border: none;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn input:focus {
  outline: none;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn input::placeholder {
  color: #333333;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn i {
  transition: transform 0.3s ease-in-out;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px 12px;
  opacity: 0;
  pointer-events: none;
  list-style-type: none;
  position: absolute;
  z-index: 1001;
  margin-top: 3px;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item {
  padding: 12px 8px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item.hovered {
  background: #F0F0F0;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item.hovered .subcategories-list {
  opacity: 1;
  pointer-events: all;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item.current {
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list {
  width: 100%;
  max-height: 50dvh;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px 12px;
  opacity: 0;
  pointer-events: none;
  list-style-type: none;
  position: absolute;
  z-index: 1001;
  top: 0;
  right: -107%;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list .simplebar-scrollbar {
  opacity: 0.6;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list .simplebar-scrollbar:before {
  background: #FFA800;
  width: 4px;
  border-radius: 16px;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list li {
  padding: 12px 8px;
  border-radius: 8px;
  cursor: pointer;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list li:hover {
  background: #F0F0F0;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-overlay {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  background: rgba(70, 70, 70, 0.72);
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
[data-section="sort-body"] .sidebar .mob-filter-menu {
  display: none;
}
[data-section="sort-body"] .sidebar > div {
  width: 100%;
}
[data-section="sort-body"] .sidebar > div p:nth-child(1) {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
[data-section="sort-body"] .sidebar > div p:nth-child(2) {
  font-size: 18px;
  line-height: 120%;
}
[data-section="sort-body"] .sidebar > div .phrase {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
[data-section="sort-body"] .sidebar > div img {
  top: initial;
  right: initial;
  bottom: 0;
  left: 10px;
  height: 50%;
}
@media screen and (max-width: 1024px) {
  [data-section="sort-body"] .sidebar .filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    background: #F9F9F9;
    padding: 12px 16px;
  }
}
[data-section="sort-body"] .sidebar .filters .mob-filter-menu i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  [data-section="sort-body"] .sidebar .filters .mob-filter-menu {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #333333;
    padding-bottom: 16px;
    border-bottom: 1px solid #3C3C435C;
  }
}
[data-section="sort-body"] .sidebar .catalog-menu:has(.catalog-list.general) .chevron-right {
  transform: rotate(90deg) translate(0%, 10%);
}
[data-section="sort-body"] .sidebar .chevron-right {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 100;
  transition: all 0.15s ease-in;
  pointer-events: none;
}
[data-section="sort-body"] .sidebar .swipe img {
  right: 3px;
  left: initial;
  height: initial;
}
[data-section="sort-body"] .sidebar .left,
[data-section="sort-body"] .sidebar .right {
  padding: 35px 15px 25px 12px;
}
[data-section="sort-body"] .sidebar .left p,
[data-section="sort-body"] .sidebar .right p {
  position: relative;
  z-index: 2;
}
[data-section="sort-body"] .sidebar .left img,
[data-section="sort-body"] .sidebar .right img {
  z-index: 1;
}
[data-section="sort-body"] .sidebar .left {
  margin-top: 36px;
  display: none;
}
[data-section="sort-body"] .sidebar .right {
  display: none;
  padding: 35px 15px 169px 12px;
  margin-top: 20px;
}
[data-section="sort-body"] .products {
  width: calc(100% - 264px);
}
@media (max-width: 1024px) {
  [data-section="sort-body"] .products {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  [data-section="sort-body"] .cont {
    margin-right: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #F9F9F9FF;
    z-index: 20;
    height: 100%;
    overflow-y: scroll;
  }
  [data-section="sort-body"] .cont > div {
    background-color: #F9F9F9FF;
    padding: 15px;
  }
  [data-section="sort-body"] .cont .mob-filter-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [data-section="sort-body"] .cont .mob-filter-menu div {
    font-size: 25px;
    font-weight: 700;
    color: #333333FF;
  }
  [data-section="sort-body"] .cont .mob-filter-menu i {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  [data-section="sort-body"] .noUi-base {
    width: calc(100% - 32px);
  }
  [data-section="sort-body"] .products {
    width: 100%;
  }
  [data-section="sort-body"] .cont {
    margin-right: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F9F9F9FF;
    z-index: 20;
    height: 100%;
    padding: 15px;
    overflow-y: scroll;
  }
  [data-section="sort-body"] .cont .mob-filter-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [data-section="sort-body"] .cont .mob-filter-menu div {
    font-size: 25px;
    font-weight: 700;
    color: #333333FF;
  }
  [data-section="sort-body"] .cont .mob-filter-menu i {
    font-size: 25px;
  }
  [data-section="sort-body"] .products .items,
  [data-section="sort-body"] .products .four {
    margin-top: 13.56px;
    grid-template-columns: 1fr 1fr;
  }
}
/*# sourceMappingURL=catalog-block.css.map */