/*** Colors ***/
/* line 3, collection.scss */
.sidebar {
  flex: 1;
  padding-right: 10px;
  max-width: 322px; }
  /* line 8, collection.scss */
  .sidebar .sidebar__inner {
    z-index: 99; }

/* line 13, collection.scss */
.sort-block {
  width: 100%;
  max-width: 220px; }
  /* line 17, collection.scss */
  .sort-block .label {
    display: block;
    font-size: 14px;
    line-height: 24px; }
  /* line 25, collection.scss */
  .sort-block .custom-select-wrapper .custom-options {
    left: auto;
    right: 0; }
  /* line 31, collection.scss */
  .sort-block .custom-options {
    width: 207px;
    top: calc(100% + 14px);
    left: auto;
    right: 0; }

/* line 39, collection.scss */
.subcollections-links {
  display: flex;
  flex-wrap: wrap;
  margin: 13px 0 40px -7px; }
  /* line 44, collection.scss */
  .subcollections-links--item {
    margin: 7px 0 0 7px;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    border: 2px solid #B9A2FC;
    border-radius: 10px; }

/*** Filters ***/
@media (min-width: 992px) {
  /* line 62, collection.scss */
  .collection-filter .custom-scroll .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  /* line 66, collection.scss */
  .collection-filter .custom-scroll .mCSB_scrollTools {
    display: none !important; } }

/* line 74, collection.scss */
.filters-wrap .tags {
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0 0 -6px; }
  /* line 79, 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: #000000;
    border: 1px solid #9E9E9E;
    border-radius: 14px;
    cursor: pointer; }
  /* line 95, collection.scss */
  .filters-wrap .tags .more-btn {
    flex: 100%;
    margin: 12px 0 0 6px;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    cursor: pointer; }

/* line 108, collection.scss */
.filters-list--item {
  margin-top: 10px;
  padding: 34px 20px 40px;
  background: #fff;
  border-radius: 10px; }
  /* line 114, collection.scss */
  .filters-list--item:first-child {
    margin-top: 0; }
  /* line 118, collection.scss */
  .filters-list--item-body {
    display: none; }
  /* line 124, collection.scss */
  .filters-list--item.active .filters-list--item-title {
    margin-bottom: 25px; }
    /* line 127, collection.scss */
    .filters-list--item.active .filters-list--item-title svg {
      transform: rotate(-180deg); }
  /* line 132, collection.scss */
  .filters-list--item.active .filters-list--item-body {
    display: block; }
/* line 138, collection.scss */
.filters-list .filters-list--item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
  color: #111111;
  cursor: pointer; }
  /* line 148, collection.scss */
  .filters-list .filters-list--item-title svg {
    min-width: 16px;
    margin-left: 15px; }
/* line 154, collection.scss */
.filters-list .remove {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer; }
  /* line 160, collection.scss */
  .filters-list .remove svg {
    width: 12px;
    height: 12px; }
/* line 170, collection.scss */
.filters-list .checkbox-list.show-more .filter-item.checkbox {
  display: flex; }
/* line 176, collection.scss */
.filters-list .more-btn {
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #000000;
  cursor: pointer; }

/* line 186, collection.scss */
.filter-item {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px; }
  /* line 191, collection.scss */
  .filter-item:first-child {
    margin-top: 0; }
  /* line 195, collection.scss */
  .filter-item.checkbox {
    display: none; }
  /* line 199, collection.scss */
  .filter-item.checkbox:nth-child(-n+5) {
    display: flex; }
  /* line 203, collection.scss */
  .filter-item input:checked + .icon {
    background: #1A1A1A; }
  /* line 207, collection.scss */
  .filter-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border: 2px solid #1A1A1A; }
    /* line 215, collection.scss */
    .filter-item .icon svg {
      z-index: 9; }
  /* line 220, collection.scss */
  .filter-item.checkbox .icon {
    margin-top: -3px; }

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

/*** End Filters ***/
/* line 236, collection.scss */
.more-btn {
  color: #747481;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer; }
  /* line 245, collection.scss */
  .more-btn:hover {
    text-decoration: none; }

/* line 250, collection.scss */
.current-page {
  color: #747481;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: normal; }

/* line 258, collection.scss */
.collection-description {
  color: #747481; }
  /* line 261, collection.scss */
  .collection-description h1,
  .collection-description h2,
  .collection-description h3,
  .collection-description h4,
  .collection-description h5 {
    color: #3A3842;
    font-weight: bold; }
  /* line 270, collection.scss */
  .collection-description img {
    height: auto;
    max-height: 500px; }
  /* line 275, collection.scss */
  .collection-description p {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    color: #747481; }
    /* line 282, collection.scss */
    .collection-description p:first-child {
      margin-top: 0; }
  /* line 287, collection.scss */
  .collection-description ul {
    margin-top: 30px;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; }
    /* line 294, collection.scss */
    .collection-description ul:first-child {
      margin-top: 0; }

/* line 300, collection.scss */
.tags-list {
  display: flex;
  flex-wrap: wrap;
  margin: -14px 0 0 -10px; }
  /* line 305, collection.scss */
  .tags-list .label {
    flex: 100%;
    margin-left: 10px;
    padding-bottom: 4px;
    color: #485159;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; }
  /* line 315, collection.scss */
  .tags-list--item {
    margin: 14px 0 0 10px;
    padding: 4px 28px;
    color: #7E7E8E;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    border: 2px solid #AE40F6;
    border-radius: 20px; }
    /* line 326, collection.scss */
    .tags-list--item:hover {
      border-color: #8D8D9C; }

/*** Media ***/
@media (max-width: 1281px) {
  /* line 339, collection.scss */
  .filters-list--item {
    padding: 20px; }
  /* line 343, collection.scss */
  .filters-list .filters-list--item-title {
    font-size: 18px; }

  /* line 348, collection.scss */
  .range-slider-controls input {
    height: 40px;
    font-size: 16px; }

  /* line 355, collection.scss */
  .collection-description p,
  .collection-description ul {
    font-size: 15px; } }
@media (max-width: 992px) {
  /* line 364, 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 375, collection.scss */
    .filters-wrap.active {
      opacity: 1;
      pointer-events: all; }
      /* line 379, collection.scss */
      .filters-wrap.active .collection-filter {
        transform: translateX(0); }
    /* line 384, 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 396, collection.scss */
    .filters-wrap .remove {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px; }
    /* line 402, collection.scss */
    .filters-wrap .close {
      display: flex;
      width: 16px;
      height: 16px; }
      /* line 407, collection.scss */
      .filters-wrap .close svg {
        width: 100%;
        height: 100%; }

  /* line 414, collection.scss */
  .filters-list .filters-list--item-title {
    font-size: 16px; }

  /* line 418, collection.scss */
  .filters-list--item {
    margin-top: 30px;
    padding: 0; }

  /* line 423, collection.scss */
  .collection-filter {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 100%;
    max-width: 320px;
    height: 100vh;
    padding: 20px 15px 15px 20px;
    background: #fff;
    z-index: 5;
    transition: .3s; }
    /* line 436, collection.scss */
    .collection-filter .custom-scroll {
      max-height: calc(100vh - 60px); } }
