@charset "UTF-8";
@-webkit-keyframes animation-1h4bfd8 {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -328px;
    visibility: hidden; } }

@keyframes animation-1h4bfd8 {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -328px;
    visibility: hidden; } }

@-webkit-keyframes animation-my5jl {
  0% {
    margin-left: -328px;
    visibility: visible; }
  100% {
    margin-left: 0px; } }

@keyframes animation-my5jl {
  0% {
    margin-left: -328px;
    visibility: visible; }
  100% {
    margin-left: 0px; } }

.collection-layout .hero-banner {
  position: relative; }
  .collection-layout .hero-banner .hero-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px 0 48px; }
  .collection-layout .hero-banner .hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .collection-layout .hero-banner .hero-content .hero-title {
      margin-bottom: 4px;
      font-size: 30px;
      font-weight: 700;
      background: #262626;
      padding: 12px 8px;
      color: #fff;
      width: fit-content;
      letter-spacing: -0.02em; }
    .collection-layout .hero-banner .hero-content .hero-desc {
      font-size: 18px;
      background: #262626;
      padding: 2px 8px;
      color: #fff;
      width: fit-content; }
  .collection-layout .hero-banner .swiper-button-nav {
    bottom: 48px;
    left: 24px;
    right: auto;
    position: absolute;
    border: 1px solid #fff; }
    .collection-layout .hero-banner .swiper-button-nav:before {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #fff; }
    .collection-layout .hero-banner .swiper-button-nav svg * {
      stroke: #fff; }
  @media (min-width: 992px) {
    .collection-layout .hero-banner .hero-wrapper {
      padding: 48px 0; }
    .collection-layout .hero-banner .hero-content .hero-title {
      font-size: 36px; } }
  @media (min-width: 768px) {
    .collection-layout .hero-banner .swiper-button-nav {
      bottom: 8%;
      left: 6%; } }
  @media (min-width: 992px) {
    .collection-layout .hero-banner .swiper-button-nav {
      bottom: 48px;
      right: 48px;
      left: auto; } }

.collection-layout .grid-head .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
  padding: 0 0 20px; }

.collection-layout .grid-head .heading-wrapper {
  display: flex;
  /*margin-bottom: 24px;*/
  flex-direction: column;
  gap: 8px; }
  .collection-layout .grid-head .heading-wrapper .heading-inner--left {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
    .collection-layout .grid-head .heading-wrapper .heading-inner--left h1 {
      margin-bottom: 0px;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .collection-layout .grid-head .heading-wrapper .heading-inner--left h1 svg {
        margin-right: 26px; }
        @media (max-width: 767px) {
          .collection-layout .grid-head .heading-wrapper .heading-inner--left h1 svg {
            margin-right: 16px; } }
    .collection-layout .grid-head .heading-wrapper .heading-inner--left div {
      font-size: 12px;
      margin-top: 4px; }
  .collection-layout .grid-head .heading-wrapper .heading-inner--right {
    flex: 1 1 auto; }
    .collection-layout .grid-head .heading-wrapper .heading-inner--right .actions {
      display: flex;
      gap: 24px;
      flex-direction: column; }
    .collection-layout .grid-head .heading-wrapper .heading-inner--right .count {
      color: #6D6D6D;
      font-weight: 500; }
    .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter {
      position: relative; }
      .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--title {
        overflow: hidden;
        background: #fff;
        position: relative;
        height: 44px; }
        .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--title .title-sortby {
          overflow: hidden;
          display: block;
          font-size: 14px;
          font-weight: 600;
          height: 44px;
          margin: 0 50px 0 16px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-overflow: ellipsis;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          white-space: nowrap; }
          .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--title .title-sortby .sort-selected {
            display: none; }
          .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--title .title-sortby .icon {
            display: block;
            height: 43px;
            line-height: 43px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            text-align: center;
            width: 43px;
            -webkit-transition: transform .3s;
            -moz-transition: transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s; }
          .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--title .title-sortby.hasSelected {
            padding-top: 6px; }
            .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--title .title-sortby.hasSelected .text {
              font-size: 10px;
              left: 16px;
              position: absolute;
              top: 5px;
              color: #6d6d6d;
              font-weight: 400; }
            .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--title .title-sortby.hasSelected .sort-selected {
              display: block;
              overflow: hidden;
              padding-top: 6px;
              text-overflow: ellipsis;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
              white-space: nowrap; }
      .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--dropdown {
        padding: 0;
        position: absolute;
        left: auto !important;
        right: 0;
        margin: 0;
        top: 0;
        z-index: 4;
        background: #fff;
        border-top: 0;
        border-radius: 0px;
        top: 100% !important;
        transform: none !important; }
      .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--group.show .layered-filter--title .title-sortby .icon {
        transform: rotate(180deg); }
      .collection-layout .grid-head .heading-wrapper .heading-inner--right .sortbyfilter .layered-filter--group.show .layered-filter--dropdown {
        border: 1px solid #262626;
        margin-top: 1px; }
    .collection-layout .grid-head .heading-wrapper .heading-inner--right .open_filter {
      cursor: pointer; }

.collection-layout .list-btn-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /*
  		&.sticky-refinement-mobile {
  			background: #fff;
  			left: 0;
  			padding: 1.25rem;
  			position: fixed;
  			top: 92px;
  			width: 100%;
  			z-index: 5;
  			margin: 0;
  		}
    */ }
  .collection-layout .list-btn-mb button {
    background: none;
    border: none;
    height: 36px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    padding: 0;
    outline: none;
    color: #262626; }
  .collection-layout .list-btn-mb .btn-filter-mb {
    gap: 6px; }
    .collection-layout .list-btn-mb .btn-filter-mb svg {
      width: 20px;
      height: 20px; }
  .collection-layout .list-btn-mb .btn-sortby-mb {
    overflow: hidden;
    background: #fff;
    /*border: 1px solid var(--skin-border-color);*/
    border: none;
    position: relative;
    padding: 0 0;
    gap: 4px; }
    .collection-layout .list-btn-mb .btn-sortby-mb svg {
      display: block;
      height: 20px;
      line-height: 20px;
      text-align: center;
      width: 20px;
      -webkit-transition: transform .3s;
      -moz-transition: transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s; }

.collection-layout .collection-desc {
  background: #F6F6F6;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .collection-layout .collection-desc .content_origin {
    position: relative;
    height: auto; }
    .collection-layout .collection-desc .content_origin:after {
      opacity: 0; }
    .collection-layout .collection-desc .content_origin.mask-height {
      height: 200px;
      overflow: hidden; }
      .collection-layout .collection-desc .content_origin.mask-height:after {
        content: '';
        position: absolute;
        height: 200px;
        background: linear-gradient(to top, #f6f6f6, transparent);
        width: 100%;
        bottom: 0;
        display: block;
        opacity: 1; }
  .collection-layout .collection-desc h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    overflow-wrap: break-word;
    width: 100%;
    word-break: normal; }
  .collection-layout .collection-desc p {
    margin-bottom: 8px;
    color: #454545; }
  .collection-layout .collection-desc img {
    display: none; }
  .collection-layout .collection-desc .btn-read {
    display: inline-block;
    text-decoration: underline;
    color: #1B73F5;
    margin-top: 8px;
    font-weight: 600; }
    .collection-layout .collection-desc .btn-read.clicked {
      overflow: hidden;
      text-indent: -56px; }
      .collection-layout .collection-desc .btn-read.clicked:after {
        content: attr(data-text); }

.collection-layout .layered-filter--group .sortBy ul {
  margin: 0;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  list-style: none; }
  .collection-layout .layered-filter--group .sortBy ul li {
    width: 100%;
    position: relative;
    cursor: pointer;
    min-height: 20px;
    height: 33px; }
    .collection-layout .layered-filter--group .sortBy ul li input[type="radio"] {
      display: none; }
    .collection-layout .layered-filter--group .sortBy ul li:last-child {
      margin-bottom: 0; }
    .collection-layout .layered-filter--group .sortBy ul li label {
      margin-bottom: 0;
      display: block;
      cursor: pointer;
      padding: 6px 20px;
      white-space: nowrap; }
    .collection-layout .layered-filter--group .sortBy ul li input {
      position: absolute;
      top: 6px;
      left: 0;
      margin-top: 0;
      vertical-align: top;
      width: 16px;
      height: 16px;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .collection-layout .layered-filter--group .sortBy ul li input:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 4px;
        margin: auto;
        z-index: 1;
        width: 10px;
        height: 5px;
        border: 1.5px solid #222;
        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); }
      .collection-layout .layered-filter--group .sortBy ul li input:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 16px;
        height: 16px;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0.4);
        cursor: pointer;
        transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
        border-radius: 50%; }
    .collection-layout .layered-filter--group .sortBy ul li.default {
      background: #f6f6f6; }
    .collection-layout .layered-filter--group .sortBy ul li.active {
      background: #f6f6f6; }
    .collection-layout .layered-filter--group .sortBy ul li:not(.active):hover {
      background: #f6f6f6; }
    .collection-layout .layered-filter--group .sortBy ul li.active input:before {
      border-color: #fff;
      -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); }
    .collection-layout .layered-filter--group .sortBy ul li.active input:after {
      border: 1px solid black;
      background-color: black; }

.collection-layout .layered-filter--group .sidebar-box {
  /*
      .filter-size .checkbox-list {
        display: flex; flex-wrap: wrap;
        flex-direction: unset; gap: 10px;
        li {
          line-height: normal;
          label { 
            border: 1px solid var(--skin-border-color);
            height: 38px;width: 54px;
            padding: 0;
            text-transform: lowercase;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 2px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            text-transform: uppercase;
            &:before {content: none;}
          }
          input[type="checkbox"] {
            display: none;
            &:checked + label {background-color: #262626;color: #fff;}
          }
          &:hover label {background-color: #262626;color: #fff;}
        }
      }
      */ }
  .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block {
    position: relative; }
    .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle {
      position: relative;
      font-size: 14px;
      font-weight: 400;
      cursor: pointer;
      text-transform: uppercase;
      padding: 6px 0; }
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle span.icon-control {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 2px;
        right: 0;
        display: block; }
        .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle span.icon-control:before, .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle span.icon-control:after {
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
          background-color: #262626;
          transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
          transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
          transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
        .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle span.icon-control:before {
          width: 10px;
          height: 1px;
          opacity: 1; }
        .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle span.icon-control:after {
          width: 1px;
          height: 10px; }
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle[aria-expanded="true"] span.icon-control:before, .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle[aria-expanded="true"] span.icon-control:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle[aria-expanded="true"] span.icon-control:before {
        opacity: 0; }
    .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-content {
      position: relative;
      width: 100%;
      background: #ffffff;
      z-index: 0;
      border-top: 0;
      margin: 10px 0 0;
      transform: none !important;
      font-size: 14px;
      font-weight: 500; }
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-content.filter-cate ul li a {
        display: block;
        color: inherit;
        padding: 5px 20px;
        cursor: pointer;
        transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
        background: #f7f7f7; }
        .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-content.filter-cate ul li a.active, .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-content.filter-cate ul li a:hover {
          background: rgba(0, 186, 219, 0.08);
          color: #aac735; }
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-content.filter-cate ul li:not(:last-child) {
        margin-bottom: 10px; }
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-content#filter-price {
        padding-bottom: 30px; }
    @media (min-width: 992px) {
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-subtitle {
        font-size: 12px; }
      .collection-layout .layered-filter--group .sidebar-box .sidebar-box-block .sidebar-box-content {
        font-size: 16px; } }
  .collection-layout .layered-filter--group .sidebar-box .menuList-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .collection-layout .layered-filter--group .sidebar-box .menuList-links li {
      position: relative;
      display: flex;
      gap: 10px;
      align-items: center; }
    .collection-layout .layered-filter--group .sidebar-box .menuList-links li a {
      font-size: 12px;
      display: block; }
  .collection-layout .layered-filter--group .sidebar-box .checkbox-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .collection-layout .layered-filter--group .sidebar-box .checkbox-list li {
      position: relative;
      display: flex;
      gap: 10px;
      align-items: center;
      font-size: 12px;
      font-weight: 400; }
      .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='checkbox'], .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='radio'] {
        position: relative;
        width: 20px;
        height: 20px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='checkbox']:after, .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='radio']:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0px;
          width: 15px;
          height: 15px;
          background-color: transparent;
          border: 1.25px solid #B0B0B0;
          cursor: pointer;
          transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='checkbox']:before, .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='radio']:before {
          content: "";
          position: absolute;
          left: 3px;
          top: 4px;
          margin: auto;
          z-index: 1;
          width: 10px;
          height: 5px;
          border: 2px 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); }
        .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='checkbox']:checked:before, .collection-layout .layered-filter--group .sidebar-box .checkbox-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); }
        .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='checkbox']:checked:after, .collection-layout .layered-filter--group .sidebar-box .checkbox-list li input[type='radio']:checked:after {
          background: var(--skin-text-color);
          border: 1.25px solid var(--skin-text-color); }
      .collection-layout .layered-filter--group .sidebar-box .checkbox-list li label {
        cursor: pointer;
        margin: 0;
        display: block; }
      .collection-layout .layered-filter--group .sidebar-box .checkbox-list li:hover input:after {
        border: 1.25px solid var(--skin-text-color); }
    .collection-layout .layered-filter--group .sidebar-box .checkbox-list.has-coll {
      display: flex;
      justify-content: space-between;
      padding-right: 0; }
      .collection-layout .layered-filter--group .sidebar-box .checkbox-list.has-coll li {
        width: 100%; }
  .collection-layout .layered-filter--group .sidebar-box .filter-color .checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: unset;
    padding-left: 4px; }
    .collection-layout .layered-filter--group .sidebar-box .filter-color .checkbox-list li {
      line-height: normal;
      width: 16px;
      height: 16px; }
      .collection-layout .layered-filter--group .sidebar-box .filter-color .checkbox-list li label {
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid transparent;
        position: relative;
        border-radius: 4px;
        font-size: 0;
        box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #ffffff; }
      .collection-layout .layered-filter--group .sidebar-box .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); }
      .collection-layout .layered-filter--group .sidebar-box .filter-color .checkbox-list li input[type="checkbox"] {
        display: none; }
        .collection-layout .layered-filter--group .sidebar-box .filter-color .checkbox-list li input[type="checkbox"]:checked + label {
          box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #3B3B3B; }
      .collection-layout .layered-filter--group .sidebar-box .filter-color .checkbox-list li:hover label {
        box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #3B3B3B; }
  .collection-layout .layered-filter--group .sidebar-box .filter-type .checkbox-list, .collection-layout .layered-filter--group .sidebar-box .filter-size .checkbox-list, .collection-layout .layered-filter--group .sidebar-box .filter-form .checkbox-list {
    flex-direction: row;
    flex-wrap: wrap; }
    .collection-layout .layered-filter--group .sidebar-box .filter-type .checkbox-list li, .collection-layout .layered-filter--group .sidebar-box .filter-size .checkbox-list li, .collection-layout .layered-filter--group .sidebar-box .filter-form .checkbox-list li {
      flex: 0 0 auto;
      width: calc((100% - 16px) / 2); }
  .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list {
    padding-left: 2px; }
    .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li {
      line-height: normal;
      width: calc(100%/2 - 4px); }
      .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li label {
        padding: 2px;
        width: 30px;
        height: 30px;
        background: #fff;
        border: 1px solid #fff;
        box-shadow: 0 0 0 1px #d1d1d1;
        position: relative;
        border-radius: 50%;
        font-size: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
      .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li label[data-value="Nhiều màu"] {
        background-repeat: repeat-y, repeat;
        background-size: 50% 100%, 100% 100%;
        transform: rotate(35deg); }
      .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li label[data-value="Bạc"] {
        background-image: url(https://file.hstatic.net/200000103143/file/silver.png); }
      .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li label[data-value="Mạ vàng 14k"] {
        background-image: url(https://file.hstatic.net/200000103143/file/gold.png); }
      .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li label[data-value="Mạ vàng hồng 14k"] {
        background-image: url(https://file.hstatic.net/200000103143/file/pandora-rose.png); }
      .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li input[type="checkbox"] {
        display: none; }
        .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li input[type="checkbox"]:checked + label {
          background: #f7f7f7;
          border: 2px solid #222;
          color: var(--maincolor); }
          .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li input[type="checkbox"]:checked + label:before {
            content: "";
            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); }
      .collection-layout .layered-filter--group .sidebar-box .filter-metal .checkbox-list li:hover label {
        border: 2px solid #222;
        color: var(--maincolor); }
  .collection-layout .layered-filter--group .sidebar-box .filter-price .price-range-slider {
    width: 100%;
    padding: 0; }
    .collection-layout .layered-filter--group .sidebar-box .filter-price .price-range-slider .range-value {
      margin: 0 0 -4px 8px;
      /*border-bottom: 1px solid #d1d1d1;*/
      width: calc(100% - 20px); }
      .collection-layout .layered-filter--group .sidebar-box .filter-price .price-range-slider .range-value input {
        width: 100%;
        background: none;
        color: #110e11;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        box-shadow: none;
        border: none;
        text-align: center;
        margin: 0 0 20px 0; }
    .collection-layout .layered-filter--group .sidebar-box .filter-price .price-range-slider .range-bar {
      border: none;
      background: #D1D1D1;
      height: 1px;
      width: 90%;
      margin-left: 10px;
      margin-top: 3px;
      border-radius: 0; }
      .collection-layout .layered-filter--group .sidebar-box .filter-price .price-range-slider .range-bar .ui-slider-range {
        background: #262626; }
      .collection-layout .layered-filter--group .sidebar-box .filter-price .price-range-slider .range-bar .ui-slider-handle {
        border: none;
        border-radius: 24px;
        background: #fff;
        border: 1px solid #262626;
        height: 16px;
        width: 16px;
        top: -8px;
        cursor: pointer;
        outline: none; }
      .collection-layout .layered-filter--group .sidebar-box .filter-price .price-range-slider .range-bar .ui-slider-handle + span {
        background: #fff; }

.collection-layout .layered-filter--single-wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding: 24px 0; }
  .collection-layout .layered-filter--single-wrapper .single-item .title {
    display: inline-flex;
    gap: 6px;
    align-items: center; }
    .collection-layout .layered-filter--single-wrapper .single-item .title span {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600; }

.collection-layout .layered-filter--tags-wrapper:not(.d-none) {
  margin-bottom: 24px; }

.collection-layout .layered-filter--tags-wrapper .layered-filter--tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }
  .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tags {
    display: none;
    background: #f6f6f6;
    font-weight: 600;
    padding: 8px 12px;
    border: 1px solid #D1D1D1;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px; }
    .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tags b {
      font-weight: 600; }
    .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tags span.filter-tags-remove {
      display: inline-block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tags span.filter-tags-remove svg {
        width: 12px;
        height: 12px; }
    .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .filter-tags.opened {
      display: inline-flex; }
  .collection-layout .layered-filter--tags-wrapper .layered-filter--tags .remove-all {
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
    padding: 0;
    background: none;
    border: none;
    margin-left: 8px; }

@media (min-width: 992px) {
  .collection-layout .layered-filter--tags-wrapper .layered-filter--tags {
    background: transparent;
    padding: 0; } }

.collection-layout .refinement-section {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  .collection-layout .refinement-section .box-block {
    height: 100%;
    background: #ffffff;
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding: 48px 20px 120px; }
    .collection-layout .refinement-section .box-block .box-scroll {
      padding-right: 20px;
      transition: all .3s;
      transform: none;
      overflow-y: scroll; }
      .collection-layout .refinement-section .box-block .box-scroll::-webkit-scrollbar {
        width: 4px; }
      .collection-layout .refinement-section .box-block .box-scroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #262626; }
      .collection-layout .refinement-section .box-block .box-scroll::-webkit-scrollbar-thumb:window-inactive {
        background: #262626; }
      .collection-layout .refinement-section .box-block .box-scroll::-webkit-scrollbar-track {
        background: #E7E7E7; }
      .collection-layout .refinement-section .box-block .box-scroll .layered-filter--group {
        display: flex;
        flex-direction: column;
        gap: 30px; }
    .collection-layout .refinement-section .box-block .box-title {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .collection-layout .refinement-section .box-block .box-title h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0; }
      .collection-layout .refinement-section .box-block .box-title button {
        cursor: pointer;
        outline: none;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 0;
        background: #ffffff;
        align-items: center;
        justify-content: center; }
        .collection-layout .refinement-section .box-block .box-title button svg {
          width: 20px;
          height: 20px; }
        .collection-layout .refinement-section .box-block .box-title button.btn-hide-filter {
          display: none; }
    .collection-layout .refinement-section .box-block .box-action {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .collection-layout .refinement-section .box-block .box-action .filter-controls {
        display: flex;
        padding: 20px;
        border-top: 1px solid #D1D1D1;
        gap: 8px; }
      .collection-layout .refinement-section .box-block .box-action .btn {
        width: calc((100% - 8px)/2); }
    @media (min-width: 1024px) {
      .collection-layout .refinement-section .box-block {
        height: calc(100vh - 135px);
        max-height: calc(100vh - 175px);
        background: none;
        padding: 0 4px 0 0;
        gap: 20px; }
        .collection-layout .refinement-section .box-block .box-title {
          padding: 12px 16px 0 0; }
          .collection-layout .refinement-section .box-block .box-title button.btn-close-filter-mobile {
            display: none; }
          .collection-layout .refinement-section .box-block .box-title button.btn-hide-filter {
            display: inline-flex; }
        .collection-layout .refinement-section .box-block .box-action {
          display: none; } }
  .collection-layout .refinement-section .collection-filter {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 4;
    -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, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s; }
    .collection-layout .refinement-section .collection-filter.filter-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);
      z-index: 17;
      top: 0; }
      .collection-layout .refinement-section .collection-filter.filter-visible .btn-close-filter-mobile {
        display: inline-flex; }
    @media (min-width: 1024px) {
      .collection-layout .refinement-section .collection-filter {
        position: relative;
        position: sticky;
        top: 135px;
        height: auto;
        right: unset;
        bottom: unset;
        background: #ffffff;
        -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 .refinement-section .collection-sort {
    padding: 0;
    margin-top: 0px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: #ffffff;
    z-index: 12;
    -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, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s; }
    .collection-layout .refinement-section .collection-sort.sort-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 .refinement-section .collection-sort.sort-visible .btn-close-sort-mobile {
        display: inline-flex; }
    .collection-layout .refinement-section .collection-sort .box-block {
      height: auto; }
      .collection-layout .refinement-section .collection-sort .box-block .box-scroll {
        overflow-y: hidden;
        padding-right: 0; }
      .collection-layout .refinement-section .collection-sort .box-block .sortBy ul {
        padding: 0; }
  .collection-layout .refinement-section.has-filter:before {
    content: "";
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.22);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 6;
    left: 0; }

.collection-layout .results-section {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 48px; }
  .collection-layout .results-section .actions-wrapper--row {
    text-align: center; }
    .collection-layout .results-section .actions-wrapper--row .show-text {
      font-size: 12px;
      color: #454545; }
    .collection-layout .results-section .actions-wrapper--row:not(.d-none) {
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 12px; }
  .collection-layout .results-section .grid-empty {
    padding: 20px 16px;
    color: #000;
    background: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 14px; }

.collection-layout .collection-foot {
  margin-top: 40px; }

@media (max-width: 767px) {
  .collection-layout .grid-head .container-fluid.p8 {
    padding: 32px 20px 24px; }
  .collection-layout .grid-head .heading-wrapper .heading-inner--right {
    padding-top: 24px; }
    .collection-layout .grid-head .heading-wrapper .heading-inner--right .count {
      margin-right: 10px; }
  .collection-layout .results-section {
    padding-bottom: 0; }
    .collection-layout .results-section .show-more .btn-kg {
      background: #110E11;
      color: #fff; }
      .collection-layout .results-section .show-more .btn-kg span {
        display: inline-block;
        min-width: 77px; }
      .collection-layout .results-section .show-more .btn-kg svg * {
        stroke: #fff; }
  .collection-layout .section-collection-s2 {
    padding: 0 0 98px;
    position: relative; }
    .collection-layout .section-collection-s2 .s-heading {
      justify-content: flex-start;
      padding: 40px 0 20px; }
      .collection-layout .section-collection-s2 .s-heading .btn-kg {
        position: absolute;
        left: 50%;
        bottom: 48px;
        background: #110E11;
        color: #fff;
        transform: translateX(-50%);
        padding: 10px 12px; }
        .collection-layout .section-collection-s2 .s-heading .btn-kg span {
          display: inline-block;
          min-width: 77px; }
        .collection-layout .section-collection-s2 .s-heading .btn-kg svg * {
          stroke: #fff; }
  .collection-layout .section-brand {
    margin: 40px 0 48px; }
    .collection-layout .section-brand .s-title h2 {
      font-size: 16px;
      line-height: 34px;
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .collection-layout .results-section {
    padding-bottom: 64px; }
    .collection-layout .results-section .actions-wrapper--row:not(.d-none) {
      margin-top: 40px; }
  .collection-layout .collection-desc {
    padding: 48px 0; }
    .collection-layout .collection-desc h2 {
      font-size: 20px; }
  .collection-layout .hSticky-up ~ main .collection-filter {
    max-height: calc(100vh - 110px);
    top: 90px; }
  .collection-layout .section-collection-s2 {
    padding: 0 0 48px; } }

@media (min-width: 1024px) {
  .collection-layout .grid-head .container-fluid.p8 {
    padding: 32px 80px; }
  .collection-layout .grid-head .heading-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 12px; }
    .collection-layout .grid-head .heading-wrapper .heading-inner--left {
      /*h1 {font-size: 24px;}*/
      /*div {font-size: 16px;}*/ }
    .collection-layout .grid-head .heading-wrapper .heading-inner--right {
      flex: 0 0 auto; }
      .collection-layout .grid-head .heading-wrapper .heading-inner--right .actions {
        gap: 16px;
        align-items: center;
        flex-direction: row; }
  .collection-layout .push-section {
    position: relative; }
  .collection-layout .collection-body .refinement-section {
    margin-bottom: 64px;
    position: absolute;
    z-index: 2;
    margin-left: 0;
    width: 400px;
    height: 100%;
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    padding-right: 40px; }
    .collection-layout .collection-body .refinement-section .collection-filter {
      padding-right: 4px;
      border-right: 1px solid #E7E7E7; }
  .collection-layout .collection-body .results-section {
    padding-left: 400px;
    transition: all 0.5s; }
  .collection-layout .collection-body.hide-filter .refinement-section {
    opacity: 0;
    visibility: hidden;
    margin-left: -400px;
    transition: all 0.5s; }
  .collection-layout .collection-body.hide-filter .results-section {
    padding-left: 0; }
    .collection-layout .collection-body.hide-filter .results-section .grid-products .pro-loop {
      -ms-flex: 0 0 calc((100% - (3*16px)) / 4);
      flex: 0 0 calc((100% - (3*16px)) / 4);
      max-width: calc((100% - (3*16px)) / 4); }
  .collection-layout .collection-body.empty_body .refinement-section {
    position: relative !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .collection-layout .collection-body.empty_body .results-section {
    padding-left: 0 !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 400px); }
  .collection-layout .collection-body.empty_body.hide-filter .results-section {
    width: 100%; } }

.box-enter-price {
  margin: 20px 0 0 0; }
  .box-enter-price .wrapper-filter-price-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 32px 0;
    gap: 16px; }
    .box-enter-price .wrapper-filter-price-input input {
      padding: 3px 15px;
      border: 1px solid #d2d2d2;
      border-radius: 4px;
      outline: none;
      box-shadow: none;
      width: 50%; }
