/** Shopify CDN: Minification failed

Line 10:21 Expected identifier but found whitespace
Line 10:23 Unexpected "{"
Line 10:33 Expected ":"

**/
.collection-sidebar,
.collection-sidebar .mfp-close {
    background-color: {{ settings.color_drawer_bg }};
}
  #getAsideButton{
    display:none;
  }
  .collection_aside{
    display:none;
  }
  .sort_wrapper{
        display: flex;
    justify-content: space-between;
    align-items: center;
        gap: 10px;
  }
  #SortBy{
    border: none;
    width: auto;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    font-family: 'Oswald';
    text-align: right;
    padding-left: 10px;
    margin-bottom:0;
  }
  .selector-wrapper:after{
    content: "\e915";
    font-family: sb-icons;
    position: absolute;
    top: 12px;
    right: 5px;
    font-size: 14px;
    color: #111;
    pointer-events: none;
  }
  .count_desktop{
    display:none;
  }
  .product_count{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #111111;
    font-family: 'Oswald';
    margin: 0;
    opacity: 0.5;
  }
  .collection-main__filter-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .pagination_count{
        text-align: center;
    margin-bottom: 24px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
  }
.other_collections{
  margin:0 0 24px;
}
.other_collections ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden; 
    gap: 16px;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.col_link{
      color: #111111;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.col_link.col_link--active{
  text-decoration:underline;
}
.other_collections ul::-webkit-scrollbar {
    display: none; 
}
.collection.collection--center .collection__header-info{
      margin: 28px auto 24px;
  padding:0;
}
.collection__header-info .section__title{
  margin:0;
  padding:0;
}
.collection__header-info .section__title-text{
  font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Oswald';
  margin:0;
  padding:0;
}
.promotion_banner{
      color: #fff;
    padding: 24px 16px;
    background: #111111CC;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.promotion_banner h2{
      font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
  .promotion_banner p{
        font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: 'Baskerville No 2';
  }
.inline_promo_banner{
      display: block;
    width: 100%;
    position: relative;
      margin-bottom: 16px;
}
.inline_promo_banner img{
  width:100%;
  display:block;
}
.inline_promo_banner_content{
     position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
    padding: 0 16px;
}
.inline_promo_banner_content h3{
      font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Oswald';
    color: #fff;
    margin: 0 0 16px;
}
.desktop_inline_promo{
  display:none;
}
  @media screen and (min-width: 768px) {
    .desktop_inline_promo{
      display:inline-block;
    }
    .mobile_inline_promo{
      display:none;
    }
    .inline_promo_banner{
      margin:0;
    }
    .inline_promo_banner_content{
    bottom: 24px;
    }
    .inline_promo_banner_content h3{
      font-size: 32px;
    line-height: 38px;
    margin: 0 0 28px;
}
    .promotion_banner{
    padding: 32px 16px;
      gap:24px;
    }
    .promotion_banner h2{
      font-size: 24px;
    line-height: 28px;
    }
    .promotion_banner p{
        font-size: 18px;
    line-height: 23px;
    }
    .collection.collection--center .collection__header-info{
      margin: 64px auto 32px;
}
    .collection__header-info .section__title-text{
  font-size: 48px;
    line-height: 57px;
}
    .other_collections ul{
          justify-content: center;
    gap: 28px;
    }
    .col_link{
    font-size: 20px;
    line-height: 28px;
    }
    .other_collections {
    margin: 0 0 32px;
}
    .pagination_count{
    margin-bottom: 48px;
    line-height: 28px;
    font-size: 20px;
  }
    .product_count{
    font-size: 18px;
    line-height: 25px;
    }
    .sort_wrapper{
        display: flex;
    justify-content: flex-end;
    }
    .collection-main__filter{
     display:none;
    }
    .tr_layout{
          display: flex;
    align-items: center;
    }
    .count_mobile{
      display:none;
    }
    .count_desktop{
      display:block;
    }
  .collection-sidebar{
        min-height: 100%;
    width: 360px;
    background: #fff;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    height: 100%;
    position: relative;
  }
    #getAsideButton{
      display: flex;
    align-items: center;
    gap: 10px;
    }
    .collection__header-info {
    padding-left: 0;
    width: 70%; }

  .collection-sidebar {
    min-height: 100%;
    width: 360px;
    background: white;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    height: 100%;
    position: relative; }

  .collection-sidebar__wrapper {
    overflow-y: scroll;
    height: 100%;
            padding: 75px 18px 30px 55px; }

  .collection-sidebar .mfp-close.mfp-close {
    position: absolute;
    width: 100%;
    height: auto;
    background:transparent;
    left: 0;
    top: 0;
    text-align: left;
    padding: 18px 12px 6px 16px;
    opacity: 1;
    color: white;
    display: block;
    font-size: 24px;
    line-height: 0; }

  .collection-sidebar__title {
    font-size: 17px;
    color: white; }

  .collection-sidebar__title-clear__link {
    color: rgba(255, 255, 255, 0.8); }

  .collection-sidebar__link {
    color: rgba(255, 255, 255, 0.8); }

  .collection-sidebar__section--tags .collection-sidebar__link {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent; }
    .collection-sidebar__section--tags .collection-sidebar__link:hover {
      opacity: 1;
      color: white;
      background: rgba(255, 255, 255, 0.2); }
  .collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent; }
    .collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link:hover {
      background: rgba(255, 255, 255, 0.3); }

  .collection-sidebar--dark .mfp-close.mfp-close,
  .collection-sidebar--dark .mobile-footer__title {
    color: #111111; }
  .collection-sidebar--dark .collection-sidebar__title {
    color: #111111; }
  .collection-sidebar--dark .collection-sidebar__title-clear__link {
    color: rgba(17, 17, 17, 0.8); }
  .collection-sidebar--dark .collection-sidebar__link {
    color: rgba(17, 17, 17, 0.8); }
  .collection-sidebar--dark .collection-sidebar__section--tags .collection-sidebar__link {
    color: rgba(17, 17, 17, 0.8);
    background: transparent;
    border-color: rgba(17, 17, 17, 0.2); }
    .collection-sidebar--dark .collection-sidebar__section--tags .collection-sidebar__link:hover {
      opacity: 1;
      color: #111111;
      background: rgba(17, 17, 17, 0.1); }
  .collection-sidebar--dark .collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link {
    color: #111111;
    background: rgba(17, 17, 17, 0.1);
    border-color: transparent; }
    .collection-sidebar--dark .collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link:hover {
      background: rgba(17, 17, 17, 0.2); }
  }