@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: 'segoe_uibold';
  src: url("segoe_ui_bold-webfont.woff2") format("woff2"), url("segoe_ui_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'segoe_uiregular';
  src: url("segoe_ui-webfont.woff2") format("woff2"), url("segoe_ui-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*** Colors ***/
/* line 3, collection.scss */
.count-collection {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  border: 1px solid #72CCD7;
  padding: 2px 5px;
  border-radius: 3px; }

/* line 14, collection.scss */
.sort-block .label {
  display: block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 24px; }
/* line 21, collection.scss */
.sort-block .custom-options {
  width: 207px;
  top: calc(100% + 14px);
  left: auto;
  right: 0;
  border-radius: 4px; }

/* line 29, collection.scss */
h1.collection-title {
  font-weight: 700; }

/*** Filters ***/
/* line 37, collection.scss */
.filters-wrap .tags {
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0 0 -6px; }
  /* line 42, collection.scss */
  .filters-wrap .tags--item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 6px 0 0 6px;
    padding: 3px 8px 3px 10px;
    font-size: 12px;
    line-height: 16px;
    color: var(--button-bg);
    border-radius: 14px;
    cursor: pointer; }
  /* line 57, collection.scss */
  .filters-wrap .tags .more-btn {
    flex: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: auto;
    text-decoration-line: none;
    cursor: pointer; }

/* line 68, collection.scss */
.filters-list {
  max-height: calc(100vh - 140px);
  border-radius: 10px;
  box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.04);
  background: #ffffff;
  max-width: 284px; }
  /* line 80, collection.scss */
  .filters-list .mCSB_inside > .mCSB_container {
    margin-right: 0px; }
  /* line 83, collection.scss */
  .filters-list .mCSB_scrollTools {
    width: 7px !important; }
  /* line 87, collection.scss */
  .filters-list--item {
    max-width: 250px;
    margin-top: 30px;
    padding-right: 20px; }
    /* line 92, collection.scss */
    .filters-list--item:first-child {
      margin-top: 0; }
    /* line 96, collection.scss */
    .filters-list--item-body {
      display: none; }
    /* line 104, collection.scss */
    .filters-list--item.active .filters-list--item-title svg {
      transform: rotate(-180deg); }
      /* line 107, collection.scss */
      .filters-list--item.active .filters-list--item-title svg path {
        stroke: #72CCD7; }
    /* line 112, collection.scss */
    .filters-list--item.active .filters-list--item-body {
      display: block; }
    /* line 115, collection.scss */
    .filters-list--item.active .filters-list--item-body > button {
      font-weight: 400; }
  /* line 123, collection.scss */
  .filters-list .filters-list--item.active .filters-list--item-title {
    color: #72CCD7; }
  /* line 129, collection.scss */
  .filters-list .filters-list--item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 400;
    cursor: pointer; }
    /* line 137, collection.scss */
    .filters-list .filters-list--item-title svg {
      margin-left: 15px; }
  /* line 142, collection.scss */
  .filters-list .remove {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer; }
    /* line 148, collection.scss */
    .filters-list .remove svg {
      width: 12px;
      height: 12px; }
  /* line 156, collection.scss */
  .filters-list .show-more .filter-item.checkbox {
    display: flex; }
  /* line 161, collection.scss */
  .filters-list .more-btn {
    margin-top: 16px;
    font-size: 14px;
    line-height: auto;
    text-decoration-line: none;
    color: var(--button-bg);
    cursor: pointer; }

/* line 171, collection.scss */
.filter-item {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px; }
  /* line 176, collection.scss */
  .filter-item:first-child {
    margin-top: 0; }
  /* line 180, collection.scss */
  .filter-item.checkbox {
    display: none; }
  /* line 184, collection.scss */
  .filter-item.checkbox:nth-child(-n+5) {
    display: flex; }
  /* line 187, collection.scss */
  .filter-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 4px !important;
    background: #f0f1f2; }
    /* line 197, collection.scss */
    .filter-item .icon svg {
      z-index: 9; }
      /* line 200, collection.scss */
      .filter-item .icon svg path {
        filL: #f0f1f2; }
  /* line 206, collection.scss */
  .filter-item.checkbox .icon {
    margin-top: 4px; }

/* line 211, collection.scss */
.filter-modal-btn {
  min-width: 70px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

/* line 219, collection.scss */
.filter-modal-btn {
  cursor: pointer; }

/* line 224, collection.scss */
.checkbox .text {
  color: #818181 !important; }
/* line 227, collection.scss */
.checkbox .count {
  color: #818181 !important; }
/* line 232, collection.scss */
.checkbox input:checked + .icon svg path {
  fill: #ffffff; }

/* line 241, collection.scss */
.filters-list .mCSB_container {
  padding: 0 !important; }

/* line 248, collection.scss */
.available-custom-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none; }
/* line 257, collection.scss */
.available-custom-check .available-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #a7dfe6;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s;
  background: #f0f1f2; }
  /* line 269, collection.scss */
  .available-custom-check .available-icon svg {
    display: none;
    width: 10px;
    height: 6px; }
/* line 276, collection.scss */
.available-custom-check input[type="checkbox"]:checked + .available-icon .available-checked {
  display: block; }
/* line 281, collection.scss */
.available-custom-check input[type="checkbox"]:checked + .available-icon {
  background-color: #a7dfe6; }
/* line 285, collection.scss */
.available-custom-check .available-text {
  font-size: 14px; }

/*** End Filters ***/
/*** Catalogs list ***/
/* line 295, collection.scss */
.subcollections-links {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 20px -8px; }
  /* line 300, collection.scss */
  .subcollections-links--item {
    margin: 8px 0 0 8px;
    padding: 12px 20px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    border: 1px solid #DADADA;
    background-color: #F0F1F2;
    border-radius: 12px; }
    /* line 310, collection.scss */
    .subcollections-links--item:hover {
      background: #4c5969;
      color: #ffffff;
      border-color: #4c5969; }

/*** End Catalogs list ***/
/*** Media ***/
@media (max-width: 992px) {
  /* line 325, collection.scss */
  .filters-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 99; }
    /* line 336, collection.scss */
    .filters-wrap.active {
      opacity: 1;
      pointer-events: all; }
      /* line 340, collection.scss */
      .filters-wrap.active .collection-filter {
        transform: translateX(0); }
    /* line 345, collection.scss */
    .filters-wrap .overflow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(26, 26, 26, 0.16);
      backdrop-filter: blur(5px);
      z-index: 1;
      cursor: pointer; }
    /* line 357, collection.scss */
    .filters-wrap .remove {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px; }
    /* line 363, collection.scss */
    .filters-wrap .close {
      display: flex;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      /* line 369, collection.scss */
      .filters-wrap .close svg {
        width: 100%;
        height: 100%; }

  /* line 376, collection.scss */
  .collection-filter {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 100%;
    max-width: 320px;
    height: 100vh;
    padding: 33px 15px 15px 33px;
    background: #ffffff;
    z-index: 5;
    transition: .3s; }

  /* line 390, collection.scss */
  .filters-list {
    max-height: calc(100vh - 110px); }

  /* line 394, collection.scss */
  .sort-block .custom-options {
    left: 0; } }
