.mg-bottom-32 {
  margin-bottom: 32px; }

.layout-collections .toolbar-products {
  padding: 32px 0; }
  .layout-collections .toolbar-products .head-title {
    display: flex;
    align-items: self-end;
    gap: 16px; }
    .layout-collections .toolbar-products .head-title h1 {
      font-family: var(--body-font);
      font-size: 32px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 0; }
    .layout-collections .toolbar-products .head-title .product-count {
      padding-bottom: 4px; }
      .layout-collections .toolbar-products .head-title .product-count .count {
        font-size: 16px;
        color: #4B4D4D; }

@media (min-width: 992px) {
  .layout-collections .collection-main {
    margin-left: -30px; } }

@media (min-width: 992px) {
  .layout-collections .sidebar-left {
    padding-left: 30px; } }

@media (min-width: 992px) {
  .layout-collections .sidebar-left .sticky-sidebar {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

.layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head p {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #4B4D4D;
  margin: 0;
  padding: 6px 0;
  color: rgba(12, 11, 8, 0.75); }

.layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head .btn-filter-close {
  display: none; }

.layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-subtitle {
  border-bottom: 1px solid rgba(75, 77, 77, 0.5);
  padding: 16px;
  position: relative;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease; }
  .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-subtitle:hover {
    background: #E7E7E7; }
  .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-subtitle span {
    font-size: 16px;
    font-weight: 600;
    color: rgba(12, 11, 8, 0.75); }
  .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-subtitle::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjk5OTkgOEMxMS43MzcxIDcuOTk5NzIgMTEuNDg0OCA4LjEwMzIzIDExLjI5NzkgOC4yODhMNi4yOTI5MiAxMy4yOTNDNi4xMTA3NiAxMy40ODE2IDYuMDA5OTcgMTMuNzM0MiA2LjAxMjI0IDEzLjk5NjRDNi4wMTQ1MiAxNC4yNTg2IDYuMTE5NjkgMTQuNTA5NCA2LjMwNTEgMTQuNjk0OEM2LjQ5MDUxIDE0Ljg4MDIgNi43NDEzMiAxNC45ODU0IDcuMDAzNTIgMTQuOTg3N0M3LjI2NTcxIDE0Ljk5IDcuNTE4MzIgMTQuODg5MiA3LjcwNjkyIDE0LjcwN0wxMS45OTk5IDEwLjQxNUwxNi4yOTQ5IDE0LjcxQzE2LjQ4MjggMTQuODk3MiAxNi43Mzc0IDE1LjAwMjIgMTcuMDAyNyAxNS4wMDE3QzE3LjI2OCAxNS4wMDEyIDE3LjUyMjIgMTQuODk1NCAxNy43MDk0IDE0LjcwNzVDMTcuODk2NyAxNC41MTk2IDE4LjAwMTYgMTQuMjY1IDE4LjAwMTEgMTMuOTk5N0MxOC4wMDA3IDEzLjczNDUgMTcuODk0OCAxMy40ODAyIDE3LjcwNjkgMTMuMjkzTDEyLjcyNjkgOC4zMTNDMTIuNjMzNSA4LjIxMzk2IDEyLjUyMDggOC4xMzUxIDEyLjM5NTggOC4wODEyNkMxMi4yNzA4IDguMDI3NDMgMTIuMTM2IDcuOTk5NzggMTEuOTk5OSA4WiIgZmlsbD0iIzEwMTAxMCIvPgo8L3N2Zz4K");
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px; }
  .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-subtitle.action-group::before {
    transform: rotate(180deg); }

.layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-content {
  padding: 16px;
  display: none; }
  .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-content .checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-options .filter_group .filter_group-content .checkbox-list li {
      margin: 0; }

@media (min-width: 992px) {
  .layout-collections .main-container {
    padding-left: 30px; } }

.layout-collections .product-sort {
  width: auto;
  display: inline-flex;
  position: relative; }
  .layout-collections .product-sort .title {
    border-radius: 4px;
    border: 1px solid var(--Grey-2, #4B4D4D);
    background: #F9F8F6;
    padding: 10.5px 15px 10.5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px; }
    .layout-collections .product-sort .title .text {
      font-size: 16px; }
      .layout-collections .product-sort .title .text b {
        padding-right: 10px; }
  .layout-collections .product-sort .sort-by {
    position: absolute;
    width: 100%;
    top: 85%;
    right: 0;
    z-index: 999;
    background: #fff;
    border: 1px #dde1ef solid;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: transform 0.3s ease; }
    .layout-collections .product-sort .sort-by li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 0px;
      font-size: 16px; }
      .layout-collections .product-sort .sort-by li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        margin: auto;
        z-index: 1;
        width: 12px;
        height: 6px;
        border: 1.5px solid #333333;
        border-top-style: none;
        border-right-style: none;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0); }
      .layout-collections .product-sort .sort-by li:hover::before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }
  .layout-collections .product-sort:hover .sort-by {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.layout-collections .aside-content .navbar-pills {
  gap: 8px;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  flex-wrap: nowrap; }
  .layout-collections .aside-content .navbar-pills .nav-item {
    border-radius: 5px;
    background: #E7E7E7;
    padding: 0px 8px 16px; }
    @media (min-width: 992px) {
      .layout-collections .aside-content .navbar-pills .nav-item {
        flex: 0 0 20%;
        max-width: 20%; } }
    .layout-collections .aside-content .navbar-pills .nav-item img {
      aspect-ratio: 16 / 9;
      object-fit: cover;
      background: #fff; }
    .layout-collections .aside-content .navbar-pills .nav-item a {
      font-weight: 500;
      text-align: center;
      padding: 0;
      margin-top: 8px;
      color: rgba(12, 11, 8, 0.75) !important; }

.layout-collections .layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 5px;
  margin: 10px 0 16px;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
  display: none;
  padding: 4px 32px 4px 10px; }
  .layout-collections .layered_filter_tags .filter_tags.opened ~ .filter_tags {
    margin-left: 10px; }

.layout-collections .layered_filter_tags .filter_tags.filter_tags_remove_all {
  cursor: pointer;
  border: 0;
  padding: 2px 10px; }

.layout-collections .layered_filter_tags .filter_tags.filter_tags_remove_all span {
  color: var(--shop-color-text);
  border-bottom: 1px solid var(--shop-color-text); }

.layout-collections .layered_filter_tags .filter_tags span.filter_tags_remove {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: flex;
  display: -ms-flex; }

.layout-collections .layered_filter_tags .filter_tags.opened {
  display: inline-block; }

.layout-collections .bg-collection {
  border-radius: 5px;
  background: #E7E7E7;
  padding: 16px; }
  .layout-collections .bg-collection .mg-bottom-32 {
    margin-bottom: 15px; }
  .layout-collections .bg-collection .empty-product {
    background-color: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #000;
    font-weight: 500;
    margin: 0; }
  .layout-collections .bg-collection .product-loop .product-inner {
    background: #fff;
    padding: 16px; }
    .layout-collections .bg-collection .product-loop .product-inner .proloop-image {
      background: transparent;
      padding: 34px 0; }
    .layout-collections .bg-collection .product-loop .product-inner .proloop-image .product--image .lazy-img {
      border-radius: 0; }
    .layout-collections .bg-collection .product-loop .product-inner .proloop-image .hash-tag-loop li {
      border-top-left-radius: 5px; }
    .layout-collections .bg-collection .product-loop .product-inner .proloop-image .proloop--variant {
      right: auto;
      left: 0;
      bottom: 0; }

.layout-collections .collection-search-directory {
  margin: 64px 0 53px; }
  .layout-collections .collection-search-directory .directory-title {
    margin: 0 0 32px;
    font-size: 42px; }
  .layout-collections .collection-search-directory .directory-link {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    .layout-collections .collection-search-directory .directory-link li a {
      font-size: 16px;
      font-weight: 500;
      color: #4B4D4D;
      border-radius: 5px;
      border: 2px solid #4B4D4D;
      padding: 16px;
      transition: all 0.3s ease;
      background: #fff;
      display: block; }
      .layout-collections .collection-search-directory .directory-link li a svg {
        margin-right: 8px; }
      .layout-collections .collection-search-directory .directory-link li a:hover {
        background: #E7E7E7;
        color: #101010; }
        .layout-collections .collection-search-directory .directory-link li a:hover svg path {
          fill: #101010; }

/* LAYOUT COLLECTION CATEGORY */
/* RESPONSIVE */
@media (max-width: 991px) {
  .mg-bottom-32 {
    margin-bottom: 10px; }
  .product-loop .product-inner .proloop-actions__inner {
    margin: 30px 0 0; }
  .layout-collections .sidebar-left .sticky-sidebar .filter-content {
    display: none;
    position: fixed;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    overflow: hidden; }
    .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner {
      position: absolute;
      height: 100%;
      width: 85%;
      max-width: 480px;
      background: #ffffff;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      flex-direction: column;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      display: flex;
      flex-wrap: nowrap;
      overflow: auto;
      height: 100vh; }
      .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #4B4D4D;
        padding: 12px 15px; }
        .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head p {
          border-bottom: none; }
        .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head .btn-filter-close {
          position: relative;
          display: block;
          padding: 0; }
          .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head .btn-filter-close svg {
            width: 17px;
            height: 100%;
            margin: 0 auto;
            cursor: pointer; }
    .layout-collections .sidebar-left .sticky-sidebar .filter-content.show-filter .filter-inner {
      pointer-events: auto;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .layout-collections .sidebar-left .sticky-sidebar .filter-content .overlays-rgba {
      pointer-events: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: rgba(0, 0, 0, 0.3); }
  .layout-collections .toolbar-products {
    padding: 15px 0; }
    .layout-collections .toolbar-products .head-title h1 {
      font-size: 25px; }
    .layout-collections .toolbar-products .head-title .product-count {
      padding-bottom: 0; }
  .layout-collections .collection-sort-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 16px; }
    .layout-collections .collection-sort-flex .product-filter-mb {
      display: flex;
      align-items: center;
      border: 1px solid #dde1ef;
      padding: 6px;
      gap: 6px;
      border-radius: 5px; }
      .layout-collections .collection-sort-flex .product-filter-mb svg path {
        stroke: var(--shop-color-main); }
      .layout-collections .collection-sort-flex .product-filter-mb p {
        margin: 0; }
    .layout-collections .collection-sort-flex .product-sort {
      margin-bottom: 0 !important;
      top: 100%; }
      .layout-collections .collection-sort-flex .product-sort li {
        font-size: 14px; }
      .layout-collections .collection-sort-flex .product-sort .title {
        padding: 8px;
        margin: 0;
        gap: 10px; }
        .layout-collections .collection-sort-flex .product-sort .title .text {
          font-size: 14px; }
          .layout-collections .collection-sort-flex .product-sort .title .text b {
            padding-right: 4px; }
  .layout-collections .bg-collection {
    padding: 0;
    background: #fff; }
    .layout-collections .bg-collection .product-loop .product-inner {
      padding: 0; }
  .layout-collections .collection-search-directory {
    margin: 30px 0 35px; }
    .layout-collections .collection-search-directory .directory-title {
      font-size: 25px;
      margin: 0 0 15px; }
    .layout-collections .collection-search-directory .directory-link li a {
      padding: 8px; } }
