.mm-main-collection-wrapper {
  * {
    letter-spacing: 0;
  }

  .page-width {
    padding: 0 20px;
    max-width: 1760px;
  }

  img {
    width: 100%;
    height: auto;
  }

  ul, ol {
    list-style: none;
  }

  .mm-collection-inner {
    overflow: hidden;
  }

  .collection-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 32px;
  }

  .collection-title {
    font-size: 78px;
    text-transform: uppercase;
    line-height: 81%;
    color: #000;
  }

  .products-count {
    color: #010101;
    font-size: 24px;
    letter-spacing: 0.72px;
    font-weight: 500;
  }

  .mm-featured-products {
    display: flex;
    flex-wrap: wrap;
    gap: 11.5px;
  }

  .mm-facets-wrapper {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .col-wrapper.is-scrolling-down {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 4;
    padding: 10px 0 0;
  }

  @media (min-width: 992px) {
    .mm-featured-products {
      gap: 44px;
      padding-top: 80px;
      width: calc(70% - 44px);
    }

    .collection-title {
      font-size: 100px;
    }

    .collection-header {
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row;
      margin-bottom: 0;
    }

    .col-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: end;
      margin-bottom: 43px;
    }

    .mm-collection-inner {
      display: flex;
      gap: 44px;
      flex-wrap: wrap;
    }

    .mm-collection-inner {
      position: relative;
    }

    .mm-collection-sidebar {
      width: 30%;
      max-width: 380px;
      border-right: 2px solid rgba(0, 0, 0, 0.20);
    }

    .mm-facets-wrapper {
      margin-bottom: 0;
    }

    .col-wrapper.is-scrolling-down {
      padding: 20px 0;
    }
  }

  @media (min-width: 1400px) {
    .products-count {
      font-size: 30px;
    }

    .collection-title {
      font-size: 150px;
    }
  }
}