/*
Returns a CSS clamp function which resolves to
$size-at-min-width when page width is below $min-width,
$size-at-max-width when page width is above $max-width,
and linearly scales between the two between $min-width and $max-width*/
@media (min-width: 1200px) {
  .cm-category-block {
    padding-bottom: 100px; } }

@media (max-width: 1399.98px) {
  .cm-category-block {
    padding-right: 0; } }

.cm-category-block-title {
  font-size: 3.25rem;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 5rem auto;
  line-height: 1.1; }

.cm-category-block-wrapper .tab-content {
  position: relative;
  overflow-x: visible;
  width: -moz-max-content;
  width: max-content; }
  .cm-category-block-wrapper .tab-content .collection-wrapper {
    padding-right: 0;
    padding-left: 12px; }
    @media (max-width: 1399.98px) {
      .cm-category-block-wrapper .tab-content .collection-wrapper {
        padding-right: 15px; } }
  @media (min-width: 1200px) {
    .cm-category-block-wrapper .tab-content {
      max-width: 100% !important; } }
  @media (max-width: 1399.98px) {
    .cm-category-block-wrapper .tab-content {
      width: auto; } }
  @media (max-width: 991.98px) {
    .cm-category-block-wrapper .tab-content .collection-wrapper {
      padding: 0 0;
      margin-right: 0; } }

.cm-category-block-wrapper .nav {
  display: none !important; }
  .cm-category-block-wrapper .nav h1 {
    font-size: 3rem; }
  .cm-category-block-wrapper .nav:has(.nav-link) {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .cm-category-block-wrapper .nav-tabs {
    border-bottom: none;
    margin-bottom: 3.75rem; }
  .cm-category-block-wrapper .nav-link {
    transition: all ease-in-out 0.2s;
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    max-width: 400px; }
    .cm-category-block-wrapper .nav-link::after {
      content: "";
      background: #D7D7D7;
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all 0.2s ease; }
    .cm-category-block-wrapper .nav-link.active {
      color: black;
      border-bottom: none; }
      .cm-category-block-wrapper .nav-link.active::after {
        background: #6632F5; }
  @media screen and (max-width: 544px) {
    .cm-category-block-wrapper .nav {
      position: relative;
      display: block;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      margin-left: -15px;
      -webkit-overflow-scrolling: touch; }
      .cm-category-block-wrapper .nav::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
        .cm-category-block-wrapper .nav::-webkit-scrollbar-thumb {
          border-radius: var(--scrollbar-radius);
          background: rgba(204, 204, 204, 0.7);
          background-clip: padding-box; }
        .cm-category-block-wrapper .nav::-webkit-scrollbar-track {
          border-radius: var(--scrollbar-radius);
          background: rgba(238, 238, 238, 0.7);
          background-clip: padding-box; }
      .cm-category-block-wrapper .nav {
        scrollbar-face-color: rgba(204, 204, 204, 0.7);
        scrollbar-track-color: rgba(238, 238, 238, 0.7); }
      .cm-category-block-wrapper .nav::-webkit-scrollbar {
        width: 15px !important;
        height: 2.5px; }
      .cm-category-block-wrapper .nav::-webkit-scrollbar-thumb {
        border-radius: 8px; }
      .cm-category-block-wrapper .nav-link {
        width: -moz-fit-content;
        width: fit-content;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 2rem;
        max-width: -moz-fit-content;
        max-width: fit-content; } }

.cm-category-block-wrapper .collection-carousel {
  margin-left: -1.25rem; }
  @media (max-width: 991.98px) {
    .cm-category-block-wrapper .collection-carousel {
      margin-left: -1.25rem; } }
  .cm-category-block-wrapper .collection-carousel .collectionslides {
    position: relative;
    overflow-x: visible; }
  .cm-category-block-wrapper .collection-carousel .slick-list {
    margin: 0; }
  .cm-category-block-wrapper .collection-carousel .slick-slide {
    padding: 0;
    margin-left: 1.25rem;
    max-width: 320px;
    width: 100%;
    height: 100%; }
    .cm-category-block-wrapper .collection-carousel .slick-slide a {
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .cm-category-block-wrapper .collection-carousel .slick-slide {
        margin-left: 1.25rem; } }
  .cm-category-block-wrapper .collection-carousel .custom-collection-item {
    position: relative; }
    .cm-category-block-wrapper .collection-carousel .custom-collection-item img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      max-height: 400px;
      max-width: 320px;
      height: 400px;
      border-radius: 10px; }
    .cm-category-block-wrapper .collection-carousel .custom-collection-item-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 2.5rem;
      left: 1.5rem; }
      .cm-category-block-wrapper .collection-carousel .custom-collection-item-info .custom-collection-item {
        display: none; }
    .cm-category-block-wrapper .collection-carousel .custom-collection-item-title {
      font-weight: 600;
      font-size: 3rem;
      margin-top: 5rem auto;
      line-height: 1.1;
      white-space: wrap;
      text-overflow: ellipsis;
      max-width: 100%;
      color: white;
      display: block !important; }
      @media (max-width: 543.98px) {
        .cm-category-block-wrapper .collection-carousel .custom-collection-item-title {
          font-size: 2.5rem; } }
    .cm-category-block-wrapper .collection-carousel .custom-collection-item-desc {
      display: block !important;
      margin-top: 0.5rem;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
      text-align: center;
      padding: 0 0.625rem; }
    .cm-category-block-wrapper .collection-carousel .custom-collection-item a.info-btn {
      display: inline-block;
      padding: 10px 19.5px;
      height: 36px;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      border-radius: 100px;
      transition: all 0.3s ease;
      color: white !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      border: 1px solid #C2C2C2;
      background-color: #222223;
      width: 100%;
      max-width: -moz-fit-content;
      max-width: fit-content;
      position: absolute;
      bottom: 40px;
      left: 20px; }
      .cm-category-block-wrapper .collection-carousel .custom-collection-item a.info-btn p {
        margin: 0;
        color: #C2C2C2;
        line-height: 1; }
      .cm-category-block-wrapper .collection-carousel .custom-collection-item a.info-btn:hover {
        border: 1px solid transparent; }

/*# sourceMappingURL=cmCategoryBlock.css.map*/