@charset "UTF-8";
/*-----------------------------------------------*/
/* COLLECTION */
/*-----------------------------------------------*/
.product-banner .box {
  position: relative; }

.product-banner .box-img {
  height: 100%;
  padding-bottom: calc(3.5/4 * 100%);
  position: relative;
  overflow: hidden; }
  .product-banner .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }

.product-banner .box-link {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }

.product-banner .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2; }
  .product-banner .box-text * {
    color: #fff; }
  .product-banner .box-text h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.04rem;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .product-banner .box-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px; }

.collection-layout {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px; }
  .collection-layout > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .collection-layout .count-wrapper {
    display: flex;
    align-items: center;
    gap: 6px; }
    .collection-layout .count-wrapper .count {
      font-weight: 600; }
  .collection-layout .description-wrapper {
    position: relative;
    overflow: hidden; }
    .collection-layout .description-wrapper .description-content .expandable-detail {
      max-width: 80%;
      margin: auto; }
    .collection-layout .description-wrapper .description-content .expandable-action {
      position: relative;
      padding: 20px 0; }
      .collection-layout .description-wrapper .description-content .expandable-action .expandable-action-toggle-icon {
        position: relative;
        width: 24px;
        height: 24px; }
        .collection-layout .description-wrapper .description-content .expandable-action .expandable-action-toggle-icon svg {
          -webkit-transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          width: 24px;
          height: 24px; }
      .collection-layout .description-wrapper .description-content .expandable-action .expandable-action-toggle {
        outline: none;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        gap: 8px;
        border: 1px solid #000102;
        padding: 8px 24px;
        position: relative;
        margin: 0 auto;
        border-radius: 1000px;
        text-align: center;
        font-weight: 600;
        background: transparent; }
        .collection-layout .description-wrapper .description-content .expandable-action .expandable-action-toggle.btn-closemore .expandable-action-toggle-icon svg {
          transform: rotate(180deg); }
    .collection-layout .description-wrapper .description-content.expandable-toggle.opened .expandable-detail {
      max-height: 300px;
      overflow: hidden; }
    .collection-layout .description-wrapper .description-content.expandable-toggle.opened .expandable-action:before {
      content: "";
      position: absolute;
      bottom: 0%;
      left: 0;
      width: 100%;
      height: 250px;
      pointer-events: none;
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #FAF6EF); }
    @media (min-width: 992px) {
      .collection-layout .description-wrapper .description-content .expandable-detail {
        max-width: 59%;
        margin: auto;
        padding: 20px 40px;
        background: #FAF6EF; }
      .collection-layout .description-wrapper .description-content .expandable-action {
        max-width: 59%;
        margin: auto; } }
  .collection-layout .refinement-wrapper {
    position: relative; }
    .collection-layout .refinement-wrapper .layered-filter--tags-wrapper {
      margin-bottom: 16px; }
      .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--applied {
        display: flex;
        justify-content: space-between;
        margin: 0 0 16px; }
        .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--applied .filter-tag--remove-all {
          cursor: pointer;
          text-decoration: underline; }
          .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--applied .filter-tag--remove-all:hover {
            color: #B51F29; }
      .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--tags {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; }
        .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--tags .filter-tag {
          height: 24px;
          background: #fff;
          font-size: 12px;
          padding: 2px 8px;
          border-radius: 30px;
          border: 1px solid #000102;
          border-radius: 30px;
          align-items: center;
          flex-wrap: wrap;
          gap: 8px;
          font-weight: 600;
          display: none; }
          .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--tags .filter-tag span.filter-tag--remove {
            width: 16px;
            height: 16px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--tags .filter-tag span.filter-tag--remove svg {
              stroke: currentColor;
              width: 16px;
              height: 16px; }
          .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--tags .filter-tag.opened {
            display: inline-flex; }
          .collection-layout .refinement-wrapper .layered-filter--tags-wrapper .layered-filter--tags .filter-tag:hover {
            border: 1px solid #27251f; }
    @media (min-width: 992px) {
      .collection-layout .refinement-wrapper .layered-filter--tags-wrapper {
        margin-bottom: 32px; } }
  .collection-layout .collection-title {
    text-align: center;
    padding: 24px 0; }
    .collection-layout .collection-title h1 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
      color: #000;
      text-transform: uppercase; }
    @media (min-width: 992px) {
      .collection-layout .collection-title {
        text-align: left;
        padding: 24px 0 0; }
        .collection-layout .collection-title h1 {
          font-size: 32px; } }
  .collection-layout .collection-head {
    padding: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px 16px; }
    .collection-layout .collection-head .title-wrapper {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column; }
    .collection-layout .collection-head .action-wrapper {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      gap: 16px 20px;
      flex-direction: column; }
      .collection-layout .collection-head .action-wrapper .button-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        background: #f6f6f6; }
        .collection-layout .collection-head .action-wrapper .button-wrapper:before {
          content: "";
          height: 20px;
          width: 1px;
          position: absolute;
          right: 0;
          left: 0;
          top: 13px;
          margin: auto;
          background: #ddd; }
        .collection-layout .collection-head .action-wrapper .button-wrapper a {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          background: #eee;
          font-size: 16px;
          height: 50px;
          width: 100%;
          padding: 6px;
          color: #000;
          white-space: nowrap; }
      @media (min-width: 992px) {
        .collection-layout .collection-head .action-wrapper {
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          .collection-layout .collection-head .action-wrapper .button-wrapper {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: max-content;
            width: auto;
            border-bottom: none;
            border-top: none;
            background: transparent;
            justify-content: flex-start;
            gap: 35px; }
            .collection-layout .collection-head .action-wrapper .button-wrapper:before {
              content: none; }
            .collection-layout .collection-head .action-wrapper .button-wrapper a {
              background: transparent;
              display: inline-flex;
              width: auto;
              height: auto;
              padding: 0px; }
            .collection-layout .collection-head .action-wrapper .button-wrapper a.btn-sort {
              display: none; } }
    .collection-layout .collection-head .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      padding: 0; }
    @media (min-width: 992px) {
      .collection-layout .collection-head {
        padding: 0 0 34px; } }
  .collection-layout .collection-wrapper {
    padding-top: 16px; }
    @media (min-width: 1024px) {
      .collection-layout .collection-wrapper {
        padding-top: 36px; } }
  .collection-layout .collection-filter--mb {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-top: 0.5px solid #020617;
    z-index: 16;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -webkit-transition: -webkit-transform 0.3s, all 0.3s;
    -moz-transition: -moz-transform 0.3s, all 0.3s;
    transition: transform 0.3s, all 0.3s; }
    .collection-layout .collection-filter--mb.filter--mb-show {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
    .collection-layout .collection-filter--mb .sidebar-tab {
      background: #ffffff;
      position: absolute;
      z-index: 14;
      max-height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav {
        border-bottom: 0.5px solid #D3D3D3;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        position: relative;
        gap: 20px; }
        .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav h4 {
          font-size: 20px;
          font-weight: 400;
          margin-bottom: 0;
          display: none; }
          .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav h4.active {
            display: block; }
        .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tabnav button {
          border: none;
          background: transparent;
          width: 40px;
          height: 40px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          outline: none; }
      .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist {
        height: 85%;
        width: 100%;
        padding-bottom: 40px; }
        .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist .sidebar-boxscrol {
          padding: 30px 20px 16px;
          height: 100%;
          -webkit-overflow-scrolling: touch;
          overflow-y: auto;
          scroll-behavior: smooth;
          display: none;
          flex-direction: column;
          gap: 30px; }
          .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist .sidebar-boxscrol.active {
            display: flex; }
        .collection-layout .collection-filter--mb .sidebar-tab .sidebar-tablist #sidebar-box--mb-sort .sidebar-box--subtitle {
          display: none; }
    @media (min-width: 992px) {
      .collection-layout .collection-filter--mb {
        display: none; } }
  .collection-layout .grid-section {
    display: flex;
    flex-direction: column;
    gap: 32px 16px; }
    .collection-layout .grid-section .gridcount-section {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .collection-layout .grid-section .gridcount-section .grid-empty {
        padding: 10px 12px;
        color: #000;
        background: #f5f5f5;
        border-color: #f5f5f5;
        font-size: 14px;
        margin-bottom: 0;
        width: 100%; }
    .collection-layout .grid-section .gridfilter-section {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: none; }
      .collection-layout .grid-section .gridfilter-section .layered-filter--group {
        display: flex;
        flex-direction: column;
        gap: 20px; }
      .collection-layout .grid-section .gridfilter-section .filter-box-scroll {
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        height: initial;
        max-height: calc(100vh - (var(--height-header) + 20px));
        padding-right: 10px;
        transition: .3s; }
        .collection-layout .grid-section .gridfilter-section .filter-box-scroll::-webkit-scrollbar {
          width: 2px;
          height: 2px; }
        .collection-layout .grid-section .gridfilter-section .filter-box-scroll::-webkit-scrollbar-track {
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background: #efefef; }
        .collection-layout .grid-section .gridfilter-section .filter-box-scroll::-webkit-scrollbar-thumb {
          -webkit-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 1, 2, 0.35); }
        .collection-layout .grid-section .gridfilter-section .filter-box-scroll::-webkit-scrollbar-thumb:window-inactive {
          background: rgba(0, 1, 2, 0.35); }
        .collection-layout .grid-section .gridfilter-section .filter-box-scroll .boxscroll {
          display: flex;
          flex-direction: column;
          gap: 30px; }
    .collection-layout .grid-section .grid-products {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .collection-layout .grid-section .grid-products .product-tile {
        -ms-flex: 0 0 calc((100% - (10px*1)) /2);
        flex: 0 0 calc((100% - (10px*1)) /2);
        max-width: calc((100% - (10px*1)) /2); }
      .collection-layout .grid-section .grid-products .product-banner {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    @media (min-width: 992px) {
      .collection-layout .grid-section {
        flex-direction: row; }
        .collection-layout .grid-section .gridfilter-section {
          opacity: 0;
          visibility: hidden;
          position: fixed;
          z-index: 9999;
          top: 0;
          width: 400px;
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          background: #fff;
          transition: all 500ms ease-in-out;
          -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
          left: -100%;
          height: 100vh;
          overflow-y: auto;
          display: block;
          /*
        &.hSticky-up {
          .wrapper-filter {top: calc(var(--height-header) + 20px);}
          .filter-box-scroll {max-height: calc(100vh - (var(--height-header) + 20px));}
        }
        */ }
          .collection-layout .grid-section .gridfilter-section .wrapper-filter {
            position: sticky;
            top: calc(var(--height-header) + 20px);
            transition: all 0.4s;
            padding: 24px 14px 40px; }
          .collection-layout .grid-section .gridfilter-section .layered-filter--group {
            gap: 15px; }
          .collection-layout .grid-section .gridfilter-section .filter-box-scroll {
            max-height: 90vh; }
            .collection-layout .grid-section .gridfilter-section .filter-box-scroll .boxscroll {
              gap: 0; } }
    @media (min-width: 1024px) {
      .collection-layout .grid-section .grid-products {
        gap: 16px; }
      .collection-layout .grid-section .grid-products .product-tile {
        -ms-flex: 0 0 calc((100% - (16px*2)) /3);
        flex: 0 0 calc((100% - (16px*2)) /3);
        max-width: calc((100% - (16px*2)) /3); } }
    @media (min-width: 1400px) {
      .collection-layout .grid-section .js-body-grid-4 .grid-products {
        gap: 16px; }
      .collection-layout .grid-section .js-body-grid-4 .grid-products .product-tile {
        -ms-flex: 0 0 calc((100% - (16px*3)) /4);
        flex: 0 0 calc((100% - (16px*3)) /4);
        max-width: calc((100% - (16px*3)) /4); }
      .collection-layout .grid-section .js-body-grid-4 .grid-products .product-banner {
        -ms-flex: 0 0 calc(((100% - (3px * 3)) / 4) * 2);
        flex: 0 0 calc(((100% - (3px * 3)) / 4) * 2);
        max-width: calc(((100% - (3px * 3)) / 4) * 2); }
      .collection-layout .grid-section .js-body-grid-6 .grid-products .product-loop {
        -ms-flex: 0 0 calc((100% - (3px*5)) /6);
        flex: 0 0 calc((100% - (3px*5)) /6);
        max-width: calc((100% - (3px*5)) /6); }
      .collection-layout .grid-section .js-body-grid-3 .grid-products {
        gap: 16px; }
      .collection-layout .grid-section .js-body-grid-3 .grid-products .product-tile {
        -ms-flex: 0 0 calc((100% - (16px*2)) /3);
        flex: 0 0 calc((100% - (16px*2)) /3);
        max-width: calc((100% - (16px*2)) /3); }
      .collection-layout .grid-section .js-body-grid-3 .grid-products .product-banner {
        -ms-flex: 0 0 calc(((100% - (16px * 3)) / 4) * 2);
        flex: 0 0 calc(((100% - (16px * 3)) / 4) * 2);
        max-width: calc(((100% - (16px * 3)) / 4) * 2); } }
  @media (min-width: 1024px) {
    .collection-layout {
      padding: 0 0 64px; } }

.sidebar-box.filter-group .sidebar-box--block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px 0; }

.sidebar-box.filter-group .sidebar-box--subtitle {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s; }
  .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 12px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' d='M10.6 9.5a.1.1 0 01-.1-.1V.1a.1.1 0 00-.1-.1h-.8a.1.1 0 00-.1.1v9.3a.1.1 0 01-.1.1H.1a.1.1 0 00-.1.1v.8a.1.1 0 00.1.1h9.3a.1.1 0 01.1.1v9.3a.1.1 0 00.1.1h.8a.1.1 0 00.1-.1v-9.3a.1.1 0 01.1-.1h9.3a.1.1 0 00.1-.1v-.8a.1.1 0 00-.1-.1h-9.3z' fill='currentcolor'/%3E%3C/svg%3E");
      background-size: 100%;
      background-repeat: no-repeat; }

.sidebar-box.filter-group .sidebar-box--content {
  display: none; }

.sidebar-box.filter-group .content-list {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .sidebar-box.filter-group .content-list .action-list {
    border-top: 0.5px solid #020617;
    display: flex;
    justify-content: flex-end; }
    .sidebar-box.filter-group .content-list .action-list a {
      width: 50%;
      padding: 0 10px;
      height: 40px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      text-align: center; }
      .sidebar-box.filter-group .content-list .action-list a.btn-close-box {
        border-right: 0.5px solid #020617; }
      .sidebar-box.filter-group .content-list .action-list a.btn-clear.disabled {
        cursor: not-allowed;
        pointer-events: none;
        color: #d0d1d2; }
  @media (min-width: 992px) {
    .sidebar-box.filter-group .content-list {
      padding: 10px;
      margin-bottom: 10px; } }

.sidebar-box.filter-group .checkbox-list, .sidebar-box.filter-group .radio-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .sidebar-box.filter-group .checkbox-list li, .sidebar-box.filter-group .radio-list li {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center; }
    .sidebar-box.filter-group .checkbox-list li input[type='checkbox'], .sidebar-box.filter-group .checkbox-list li input[type='radio'], .sidebar-box.filter-group .radio-list li input[type='checkbox'], .sidebar-box.filter-group .radio-list li input[type='radio'] {
      position: relative;
      width: 18px;
      height: 18px;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:after, .sidebar-box.filter-group .checkbox-list li input[type='radio']:after, .sidebar-box.filter-group .radio-list li input[type='checkbox']:after, .sidebar-box.filter-group .radio-list li input[type='radio']:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
        border: 1px solid #D2D2D2;
        background: #fff; }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:before, .sidebar-box.filter-group .checkbox-list li input[type='radio']:before, .sidebar-box.filter-group .radio-list li input[type='checkbox']:before, .sidebar-box.filter-group .radio-list li input[type='radio']:before {
        content: "";
        position: absolute;
        left: 4px;
        top: 6px;
        margin: auto;
        z-index: 1;
        width: 10px;
        height: 4px;
        border: 1.5px solid #fff;
        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); }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:checked:before, .sidebar-box.filter-group .checkbox-list li input[type='radio']:checked:before, .sidebar-box.filter-group .radio-list li input[type='checkbox']:checked:before, .sidebar-box.filter-group .radio-list li input[type='radio']:checked: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); }
      .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:checked:after, .sidebar-box.filter-group .checkbox-list li input[type='radio']:checked:after, .sidebar-box.filter-group .radio-list li input[type='checkbox']:checked:after, .sidebar-box.filter-group .radio-list li input[type='radio']:checked:after {
        background: #000;
        border: 1px solid #000; }
    .sidebar-box.filter-group .checkbox-list li label, .sidebar-box.filter-group .radio-list li label {
      cursor: pointer;
      margin: 0;
      display: block; }
    .sidebar-box.filter-group .checkbox-list li input[type='checkbox']:checked + label:after, .sidebar-box.filter-group .radio-list li input[type='checkbox']:checked + label:after {
      display: block;
      opacity: 1;
      visibility: visible; }
    .sidebar-box.filter-group .checkbox-list li:hover input:after, .sidebar-box.filter-group .radio-list li:hover input:after {
      border: 1px solid #000; }
  @media (min-width: 992px) {
    .sidebar-box.filter-group .checkbox-list, .sidebar-box.filter-group .radio-list {
      gap: 14px; } }

.sidebar-box.filter-group .menuList-sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .sidebar-box.filter-group .menuList-sidebar li {
    position: relative; }
  .sidebar-box.filter-group .menuList-sidebar li a {
    position: relative;
    display: block; }
  .sidebar-box.filter-group .menuList-sidebar li li a:hover {
    text-decoration: underline; }
  .sidebar-box.filter-group .menuList-sidebar > li.has-submenu > a {
    padding-right: 30px; }
  .sidebar-box.filter-group .menuList-sidebar > li.has-submenu span.icon-plus-submenu {
    cursor: pointer;
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s; }
    .sidebar-box.filter-group .menuList-sidebar > li.has-submenu span.icon-plus-submenu svg {
      width: 16px;
      height: 16px; }
  .sidebar-box.filter-group .menuList-sidebar .has-submenu.opened > a span.icon-plus-submenu {
    transform: rotate(180deg); }
  .sidebar-box.filter-group .menuList-sidebar li ul.submenu-sidebar {
    display: none; }
  .sidebar-box.filter-group .menuList-sidebar li ul.submenu-sidebar li + li {
    margin-top: 8px; }
  .sidebar-box.filter-group .menuList-sidebar li.has-submenu.level0 > ul.submenu-sidebar {
    padding: 8px 0 0 12px; }
  .sidebar-box.filter-group .menuList-sidebar li.has-submenu.level1 > ul.submenu-sidebar {
    padding: 8px 0 0 12px; }

.sidebar-box.filter-group .filter-size .checkbox-list {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.sidebar-box.filter-group .filter-color .checkbox-list {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .sidebar-box.filter-group .filter-color .checkbox-list li label {
    display: flex;
    align-items: center;
    gap: 20px; }
    .sidebar-box.filter-group .filter-color .checkbox-list li label span.box-bg {
      border-radius: 100%;
      border: 1px solid #C9C9C9;
      background: rgba(243, 243, 243, 0.5);
      width: 24px;
      height: 24px;
      justify-content: center;
      display: inline-flex;
      align-items: center; }
      .sidebar-box.filter-group .filter-color .checkbox-list li label span.box-bg:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96967 0.968522C7.11054 0.834411 7.298 0.760269 7.49249 0.76174C7.68698 0.763212 7.87329 0.840182 8.01212 0.976409C8.15094 1.11264 8.23141 1.29747 8.23655 1.4919C8.24169 1.68633 8.1711 1.87515 8.03967 2.01852L4.04967 7.00852C3.98106 7.08242 3.89825 7.14172 3.8062 7.18289C3.71415 7.22405 3.61474 7.24623 3.51392 7.2481C3.4131 7.24997 3.31294 7.23148 3.21943 7.19375C3.12591 7.15603 3.04097 7.09983 2.96967 7.02852L0.323669 4.38252C0.249983 4.31386 0.19088 4.23106 0.149888 4.13906C0.108896 4.04706 0.0868544 3.94775 0.0850777 3.84704C0.0833009 3.74634 0.101826 3.64631 0.139547 3.55292C0.177268 3.45954 0.233412 3.3747 0.304631 3.30348C0.37585 3.23226 0.460684 3.17612 0.554072 3.1384C0.64746 3.10068 0.747489 3.08215 0.848192 3.08393C0.948895 3.08571 1.04821 3.10775 1.14021 3.14874C1.23221 3.18973 1.31501 3.24883 1.38367 3.32252L3.47767 5.41552L6.95067 0.990522C6.95692 0.982823 6.9636 0.975478 6.97067 0.968522H6.96967Z' fill='%2394a3b8'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center;
        display: none;
        opacity: 0;
        visibility: hidden;
        width: 12px;
        height: 12px; }
      .sidebar-box.filter-group .filter-color .checkbox-list li label span.box-bg span.bg {
        display: inline-block;
        height: 18px;
        min-width: 18px;
        width: 18px;
        border: 1px solid rgba(204, 204, 204, 0.3);
        border-radius: 100%; }
    .sidebar-box.filter-group .filter-color .checkbox-list li label span:not(.box-bg) {
      display: block;
      text-align: center; }
    .sidebar-box.filter-group .filter-color .checkbox-list li label[data-value="Nhiều màu"] {
      background-repeat: repeat-y, repeat;
      background-size: 50% 100%, 100% 100%;
      transform: rotate(35deg); }
  .sidebar-box.filter-group .filter-color .checkbox-list li input[type="checkbox"] {
    display: none; }
    .sidebar-box.filter-group .filter-color .checkbox-list li input[type="checkbox"]:checked + label span.box-bg {
      border: 1px solid #020617; }
    .sidebar-box.filter-group .filter-color .checkbox-list li input[type="checkbox"]:checked + label:before {
      content: none;
      position: absolute;
      top: 8px;
      left: 8px;
      height: 6px;
      width: 12px;
      z-index: 99;
      border: 2px solid #222;
      border-top-style: none;
      border-right-style: none;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.sidebar-box.filter-group .filter-key {
  margin-bottom: 10px; }
  .sidebar-box.filter-group .filter-key form {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: flex-end; }
  .sidebar-box.filter-group .filter-key input {
    height: 30px;
    padding: 0 0;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    font-weight: 400;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    font-size: 14px;
    outline: none;
    color: #000; }
    .sidebar-box.filter-group .filter-key input::placeholder {
      color: #A1A1A1; }
  .sidebar-box.filter-group .filter-key button {
    background: none;
    border: none;
    outline: none; }

.sidebar-box.filter-group.sidebar-box--show .sidebar-box--subtitle span.icon-control:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' id='sprite-minus' viewBox='0 0 20 20'%3E%3Crect y='9.5' width='20' height='1' rx='.1' fill='currentcolor'/%3E%3C/svg%3E"); }

.sidebar-box.filter-group.sidebar-box--show .sidebar-box--content {
  display: block; }

@media (min-width: 992px) {
  .sidebar-box.filter-group .sidebar-box--block {
    gap: 0 0; }
  .sidebar-box.filter-group .sidebar-box--subtitle {
    padding: 10px; }
    .sidebar-box.filter-group .sidebar-box--subtitle:hover {
      background: #F8F8F8; }
  .sidebar-box.filter-group .filter-key {
    padding: 10px; } }

.sortby-wrapper {
  max-width: 160px;
  width: 100%;
  display: none; }
  @media (min-width: 992px) {
    .sortby-wrapper {
      display: block; }
      .sortby-wrapper .sidebar-box.filter-group .sidebar-box--subtitle {
        color: #464646;
        background: transparent;
        padding: 10px 0; }
        .sortby-wrapper .sidebar-box.filter-group .sidebar-box--subtitle span.icon-control:before {
          width: 24px;
          height: 24px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 7.75H3C2.59 7.75 2.25 7.41 2.25 7C2.25 6.59 2.59 6.25 3 6.25H21C21.41 6.25 21.75 6.59 21.75 7C21.75 7.41 21.41 7.75 21 7.75Z' fill='%232E2E2E'/%3E%3Cpath d='M18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z' fill='%232E2E2E'/%3E%3Cpath d='M14 17.75H10C9.59 17.75 9.25 17.41 9.25 17C9.25 16.59 9.59 16.25 10 16.25H14C14.41 16.25 14.75 16.59 14.75 17C14.75 17.41 14.41 17.75 14 17.75Z' fill='%232E2E2E'/%3E%3C/svg%3E"); }
      .sortby-wrapper .sidebar-box.filter-group .sidebar-box--content {
        position: absolute;
        z-index: 9;
        background: #fff;
        top: 100%;
        right: 0;
        transform: translateY(15px);
        transition: transform 0.3s ease;
        opacity: 0;
        visibility: hidden;
        display: block; }
        .sortby-wrapper .sidebar-box.filter-group .sidebar-box--content .content-list {
          border-radius: 4px;
          background: #FFF;
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          padding: 0;
          margin: 8px 0 0;
          white-space: nowrap; }
          .sortby-wrapper .sidebar-box.filter-group .sidebar-box--content .content-list ul {
            gap: 0; }
          .sortby-wrapper .sidebar-box.filter-group .sidebar-box--content .content-list ul li {
            padding: 8px 16px; }
          .sortby-wrapper .sidebar-box.filter-group .sidebar-box--content .content-list ul li + li {
            border-top: 1px solid #E5E5E5; }
      .sortby-wrapper .sidebar-box.filter-group:hover .sidebar-box--content {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); } }

body.open-sidebar-filter .collection-layout .grid-section .gridfilter-section {
  opacity: 1;
  visibility: visible;
  left: 0; }

body.open-sidebar-filter .sidebar-overlay {
  visibility: visible;
  display: block; }
