@charset "UTF-8";
.wraplist-collection, .collection-desc-bg, .home-bg {
  background-color: var(--shop-color-bg-white);
  padding: 24px;
  border-radius: 12px; }

.collection-desc__info {
  max-height: 120px;
  overflow: hidden; }

.collection-desc__view {
  cursor: pointer; }

.collection-filter-tags .layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 12px;
  margin: 10px 0;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  display: none;
  padding: 2px 32px 2px 10px; }
  .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
    margin-left: 10px; }

.collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
  cursor: pointer;
  border: 0;
  padding: 2px 10px; }

.collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
  color: var(--shop-color-main);
  border-bottom: 1px solid var(--shop-color-main); }

.collection-filter-tags .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; }

.collection-filter-tags .layered_filter_tags .filter_tags.opened {
  display: inline-block; }

.wrapper-collection-header {
  padding: 50px 0; }
  .wrapper-collection-header .collection-banner img {
    display: block;
    margin: auto;
    width: 1000px;
    height: auto;
    border-radius: 20px; }
  .wrapper-collection-header .collection-heading h1 {
    font-size: 42px;
    font-weight: 500;
    color: var(--shop-color-title);
    margin: 0; }
  .wrapper-collection-header .collection-desc {
    position: relative;
    padding-bottom: 30px;
    margin-top: 12px; }
    .wrapper-collection-header .collection-desc__view {
      font-weight: 500;
      margin: 12px 0 0;
      display: none;
      padding: 30px 0 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), #f8f8f8); }
      .wrapper-collection-header .collection-desc__view span {
        display: inline-block;
        padding: 5px 0;
        text-decoration: underline;
        cursor: pointer; }
    .wrapper-collection-header .collection-desc.is-expandable .collection-desc__view {
      display: block; }
    .wrapper-collection-header .collection-desc.is-expandable .collection-desc__info {
      height: 100px;
      overflow: hidden; }
  .wrapper-collection-header.banner-header {
    padding: 0; }
  @media (min-width: 992px) {
    .wrapper-collection-header.banner-header .collection-heading {
      align-self: center;
      padding: 20px 35px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .wrapper-collection-header .collection-heading h1 {
      font-size: 26px; }
    .wrapper-collection-header.banner-header .collection-heading {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (max-width: 767px) {
    .wrapper-collection-header {
      padding: 30px 0; }
    .wrapper-collection-header .collection-heading h1 {
      font-size: 24px; }
    .wrapper-collection-header.banner-header .collection-heading {
      padding-top: 30px;
      padding-bottom: 30px; } }

.collection-heading .collection-heading__content .line-collection-content {
  padding-top: 14px; }

@media (max-width: 991px) {
  .wrapper-mainCollection .collection-sortbyfilter-container {
    min-width: auto;
    position: relative; } }

@media (max-width: 991px) {
  .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      z-index: 9;
      width: 100%; } }

@media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
      margin: 0;
      padding: 5px 10px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 25px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 10px;
      margin: auto;
      z-index: 1;
      width: 12px;
      height: 6px;
      border: 1.5px solid var(--shop-color-main);
      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); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active: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); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
      color: var(--shop-color-main); }
  .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    position: absolute;
    left: auto;
    right: 0;
    margin: 0;
    top: calc(100% + 10px);
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    margin-top: 2px;
    min-width: 240px;
    border-top: 1px solid var(--shop-color-border); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option.isShow {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
      padding-left: 10px;
      padding-right: 25px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
      left: initial;
      right: 5px; } }

@media (max-width: 991px) {
  .wrapper-mainCollection .collection-sortby-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .wrapper-mainCollection .collection-sortby-filter .collection-sortby,
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
      -webkit-flex: 1 1;
      flex: 1 1;
      width: 50%; }
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
      display: none; }
    .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
      position: relative;
      height: 38px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      padding: 0 40px 0 10px;
      cursor: pointer;
      border: 1px solid var(--shop-color-border);
      border-right: 0;
      border-radius: 0; }
    .wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
      border-right: 1px solid var(--shop-color-border);
      background: #fff; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
      margin: 0;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
        text-align: center; } }

@media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter:after {
      content: "";
      display: block;
      position: absolute;
      top: 40%;
      right: 10px;
      width: 0;
      height: 0;
      margin: 0;
      background: transparent;
      border-style: solid;
      border-width: 7px 6px 0 6px;
      border-color: #bababa transparent transparent transparent; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
      height: 36px;
      line-height: 36px;
      display: inline-block;
      vertical-align: top;
      color: #333;
      margin-right: 6px; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
      width: 20px;
      height: 36px;
      line-height: 36px;
      fill: #333;
      stroke: #333; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
      line-height: 36px;
      font-size: 17px;
      color: #333; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 8px;
      width: 18px;
      height: 18px;
      line-height: 18px; }
      .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
        width: 18px;
        height: 18px;
        fill: var(--shop-color-main); } }

.wrapper-mainCollection .collection-listproduct {
  margin-bottom: 25px; }
  .wrapper-mainCollection .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

.wrapper-mainCollection .layered_filter_bottom {
  display: none; }

.collection-heading__content .dFlex-row {
  background: var(--shop-color-bg-white);
  padding: 24px;
  border-radius: 12px; }

.collection-heading__content .filter-box .title-filter {
  margin: 0;
  border-radius: 6px;
  border: 1px solid var(--shop-color-main);
  background: #fff;
  padding: 8px 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--shop-color-main);
  cursor: pointer; }

.collection-quick-filter-title {
  color: var(--shop-color-main); }

.collection-quick-filter-list {
  display: flex;
  /* Sắp xếp các item nằm ngang */
  flex-wrap: nowrap;
  /* Ép không cho rớt dòng */
  overflow-x: auto;
  /* Cho phép cuộn ngang */
  gap: 10px;
  /* Khoảng cách giữa các logo (tuỳ chỉnh) */
  cursor: grab;
  /* Con trỏ chuột hình bàn tay */
  /* Ẩn thanh cuộn */
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .collection-quick-filter-list::-webkit-scrollbar {
    display: none; }
  .collection-quick-filter-list:active {
    cursor: grabbing; }

.collection-quick-filter-list img {
  pointer-events: none;
  -webkit-user-drag: none; }

.collection-quick-filter-item {
  margin: 0;
  background: #F2F4F7;
  border: 1px solid transparent;
  padding: 0px 2px;
  height: 40px;
  display: inline-flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: .3s all ease;
  flex-shrink: 0; }
  .collection-quick-filter-item:hover, .collection-quick-filter-item.active {
    border-color: var(--shop-color-main); }
  .collection-quick-filter-item input {
    display: none; }
  .collection-quick-filter-item img {
    width: auto;
    height: 100%;
    max-height: 20px;
    object-fit: contain; }

.collection-quick-filter--type {
  display: flex;
  gap: 8px;
  align-items: center; }
  .collection-quick-filter--type .collection-quick-filter-item {
    padding: 8px; }

/*  FILTER */
body.open-filter {
  overflow: hidden; }

.wrapper-filter {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 500px;
  -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;
  padding: 0;
  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;
  z-index: 9999;
  background: #fff; }
  @media (max-width: 992px) {
    .wrapper-filter {
      width: 100%; } }
  .wrapper-filter .overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    z-index: 1; }
    .open-filter .wrapper-filter .overlay-filter {
      opacity: 1;
      visibility: visible; }
  .open-filter .wrapper-filter {
    opacity: 1;
    visibility: inherit;
    left: 0; }
  .wrapper-filter .wrapper_layered_filter {
    z-index: 2;
    background: #fff;
    position: relative;
    top: 0;
    height: 100%; }

.filter_group.filter_sortby {
  display: none; }

.btn-collection.btn_clear_filter {
  display: none; }

.btn-collection {
  display: inline-block;
  text-transform: initial;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 25px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--shop-color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  letter-spacing: 2px; }
  .btn-collection:focus {
    outline: none;
    color: var(--shop-color-text); }
  .btn-collection:hover {
    color: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }

.checkbox-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 25px; }

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #cedadd;
  cursor: pointer;
  border-radius: 2px; }

.checkbox-list input[type='checkbox']:before,
.checkbox-list input[type='radio']:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  margin: auto;
  z-index: 1;
  width: 10px;
  height: 5px;
  border: 2px solid #ffffff;
  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); }

.checkbox-list input[type='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
  background: var(--shop-color-main); }

.checkbox-list input[type='checkbox']:checked:before,
.checkbox-list 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); }

.checkbox-list li label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  color: var(--shop-color-text); }

.checkbox-list li:hover {
  color: var(--shop-color-main); }

.checkbox-list li:hover input[type='checkbox']:after {
  border-color: var(--shop-color-main); }

.wrapper_layered_filter .layered_filter_title {
  text-transform: uppercase;
  position: sticky;
  padding: 20px;
  top: 0;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #dfe2e6;
  width: 100%; }

.wrapper_layered_filter .layered_filter_title .title_filter {
  margin: 0;
  font-weight: 500;
  font-size: 20px; }

.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.wrapper_layered_filter .layered_filter_container {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap; }

.wrapper_layered_filter .layered_filter_container .layered_filter_group {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  background: #fff; }

.wrapper_layered_filter .filter_group .filter_group_block {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #dfe2e6; }

.wrapper_layered_filter .filter_group .filter_group-subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px; }

.wrapper_layered_filter .filter_group .filter_group-subtitle:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  height: 8px;
  width: 8px;
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
  display: none; }

.wrapper_layered_filter .filter_group .filter_group-subtitle.action-group:after {
  transform: translateY(-50%) rotate(225deg);
  bottom: -10px; }

.wrapper_layered_filter .layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 12px;
  margin: 15px 10px 0 0;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  display: none;
  padding: 2px 32px 3px 10px; }
  .wrapper_layered_filter .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; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      width: 16px;
      height: 16px;
      vertical-align: inherit; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
      color: var(--shop-color-main);
      border-bottom: 1px solid var(--shop-color-main); }

.wrapper_layered_filter .layered_filter_title .close_filter {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }

.wrapper_layered_filter .layered_filter_title .close_filter svg {
  width: 16px;
  height: 30px; }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    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); }
  .checkbox-sortby li.active:after {
    background: var(--shop-color-main); }
  .checkbox-sortby li.active: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); }

.filter-color .checkbox-list li {
  margin: 0 14px 15px 0;
  line-height: normal;
  float: left;
  padding: 0; }

.filter-color .checkbox-list li label {
  border: 1px solid #eaeaea;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  float: left;
  position: relative;
  font-size: 0;
  margin-left: 0;
  margin-bottom: 0; }

.filter-color .checkbox-list input[type="checkbox"] {
  display: none; }

.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  height: 6px;
  width: 12px;
  z-index: 99;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.filter-color .checkbox-list input[type="checkbox"]:checked + label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border); }

@media (min-width: 992px) {
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby {
    display: none; }
  .wrapper_layered_filter {
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  .collection-filter.checkFilter {
    display: none; }
  .collection-heading__content .dFlex-row {
    justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -ms-align-items: center; }
  .collection-heading__content .heading-box {
    display: -webit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    gap: 8px;
    margin-bottom: 16px; }
  .collection-sortbyfilter-container {
    display: flex;
    gap: 16px; }
    .collection-sortbyfilter-container .title_filter {
      margin: 0;
      color: var(--shop-color-main); }
    .collection-sortbyfilter-container .sort-by {
      display: flex;
      gap: 8px; }
      .collection-sortbyfilter-container .sort-by li {
        color: #757575;
        cursor: pointer;
        transition: .3s all ease; }
        .collection-sortbyfilter-container .sort-by li.active, .collection-sortbyfilter-container .sort-by li:hover {
          color: var(--shop-color-main); }
        .collection-sortbyfilter-container .sort-by li::before {
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4' fill='none'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23F2F4F7'/%3E%3C/svg%3E");
          display: inline-block;
          padding-right: 8px;
          position: relative;
          top: -3px; } }

@media (max-width: 991px) {
  .collection-listproduct {
    overflow: hidden; }
  .collection-content {
    padding-left: 2px;
    padding-right: 2px; }
  .collection-heading__content .dFlex-row {
    margin: 0; }
  /*
   .wrapper_layered_filter {
   &{margin: 0;}
   .layered_filter_parent {
   &{display: none;
   position: fixed;
   top: 0;bottom: 0;left: 0;right: 0;z-index: 9999;
   overflow: hidden;
   }
   .overlays-rgba {
   position: absolute;
   top: 0;left: 0;right: 0;height: 100%;
   z-index: -1;
   background-color: rgba(0, 0, 0, 0.5);
   }
   &.show-filter .overlays-rgba {pointer-events: auto;}
   &.show-filter .layered_filter_container {
   pointer-events: auto;
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
   }
   &.layered_filter_sortby .layered_filter_container {height: auto;border-radius: 16px 16px 0 0;}
   &.layered_filter_sortby .filter_sortby .filter_group-subtitle {display: none;}
   }
   .layered_filter_container {
   &{position: absolute;
   left: 0;right: 0;bottom: 0;
   height: 100%;max-height: 100%;
   background: #ffffff;
   margin: 0;
   overflow: hidden;
   -webkit-transform: translateY(100%);
   transform: translateY(100%);
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-transition: transform 0.4s ease;
   transition: transform 0.4s ease;
   }
   .layered_filter_title {
   &{position: relative;
   width: 100%;
   display: block;
   max-width: 100%;
   padding: 12px 50px 12px 15px;
   background: var(--shop-color-main);
   }
   .close_filter {display: block;}
   .close_filter svg {fill:#ffffff;}
   .title_filter {font-size: 16px;color:#ffffff;}
   .title_filter:after {display: none;}
   .title_filter .icon-filter {width: 22px;height: 22px;margin-top: -6px;}
   .title_filter .icon-filter svg {width: 22px;height: 100%;fill: #ffffff;stroke: #ffffff;}
   }
   .layered_filter_group {
   -ms-flex: 0 0 auto;
   flex: 1 1 auto;
   width: 100%;
   height: 100%;
   overflow: auto;
   overflow-x: hidden;
   padding: 10px 15px 10px;
   border-top: 1px solid var(--shop-color-border);
   border-bottom: 1px solid var(--shop-color-border);
   }
   .layered_filter_bottom {
   &{width: 100%;
   padding: 10px 5px 12px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: end;
   justify-content: flex-end;
   }
   .btn-filter {
   margin: 0 6px;
   -ms-flex: 0 0 calc(50% - 12px);
   flex: 0 0 calc(50% - 12px);
   max-width: calc(50% - 12px);
   position: relative;
   display: block;
   padding: 10px 15px;
   font-size: 13px;
   font-weight: 500;
   cursor: pointer;
   text-align: center;
   letter-spacing: 1px;
   outline: none;
   border-radius: 2px;
   text-transform: uppercase;
   }
   .btn-filter-apply {
   color: #ffffff;
   background-color: var(--shop-color-button);
   border: 1px solid var(--shop-color-button);
   }
   .btn-filter-clear {
   color: #000000;
   background-color: #f3f4f6;
   border: 1px solid #e5e7eb;
   }
   }
   .filter_group + .filter_group .filter_group_block {border-top: 1px solid var(--shop-color-border);}
   .filter_group {
   &.filter_sortby {display: block;}
   .filter_group-subtitle {border: 0;font-size: 14px;}
   .filter_group-subtitle,.filter_group-content {padding-left: 0;padding-right: 0;}
   }

   }
   .layered_filter_tags {display: none;}
   }
*/ }

/* SIDEBAR COLLECTION */
.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.tree-menu li a {
  padding: 5px 5px 5px 0;
  color: #666;
  line-height: 26px;
  font-size: 12px; }

.tree-menu > li > a {
  color: var(--shop-color-text);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px; }

.tree-menu li.has-child ul {
  display: none; }

.tree-menu li.has-child:first-child ul {
  display: block; }

.tree-menu li.has-child > ul {
  padding-left: 15px; }

.tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: -2px; }

/* ============================================
   COLLECTION BLOG SECTION
   ============================================ */
.collection-blog__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #1d1d1d;
  margin-bottom: 24px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .collection-blog__title {
      font-size: 16px;
      margin-bottom: 16px; } }

.collection-blog__tabs {
  position: relative; }

.collection-blog__tabs-nav {
  display: flex;
  justify-content: start;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap; }

.collection-blog__tab-item {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--shop-color-text);
  background: #F2F4F7;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  white-space: nowrap; }
  .collection-blog__tab-item:hover {
    border-color: var(--shop-color-main);
    color: var(--shop-color-main); }
  .collection-blog__tab-item.active {
    background: var(--shop-color-main);
    color: #ffffff;
    border-color: var(--shop-color-main); }
  .collection-blog__tab-item.loading {
    opacity: 0.6;
    pointer-events: none; }

.collection-blog__tabs-content {
  position: relative; }

.collection-blog__slider-wrapper {
  position: relative; }
  .collection-blog__slider-wrapper.loading {
    opacity: 0.5;
    pointer-events: none; }

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease; }
    .blog-card__link:hover .blog-card__image {
      transform: scale(1.05); }
    .blog-card__link:hover .blog-card__title {
      color: var(--shop-color-main); }
  .blog-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 279 / 158;
    border-radius: 4px;
    overflow: hidden;
    background: #F5F5F5;
    margin-bottom: 12px; }
  .blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .blog-card__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1D1D1D;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease; }

.collection-blog-swiper {
  margin: 0 -6px; }
  .collection-blog-swiper .swiper-slide {
    height: auto;
    padding: 0 6px; }

.collection-blog__empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--shop-color-text);
  background: #F9FAFB;
  border-radius: 12px; }
  @media (max-width: 991px) {
    .collection-blog__empty {
      padding: 40px 20px; } }
  .collection-blog__empty p {
    margin: 0;
    font-size: 16px; }

.collection-blog__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .collection-blog__loading .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #E5E7EB;
    border-top-color: var(--shop-color-main);
    border-radius: 50%;
    animation: spin 0.8s linear infinite; }
  .collection-blog__loading p {
    margin-top: 12px;
    color: var(--shop-color-text);
    font-size: 14px; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

@media (max-width: 991px) {
  .wraplist-collection, .collection-desc-bg, .home-bg,
  .collection-heading__content .dFlex-row {
    padding: 12px; }
  .collection-heading__content .dFlex-row {
    display: flex;
    justify-content: space-between; }
  .collection-blog__tabs-nav {
    flex-wrap: nowrap;
    overflow: auto hidden;
    padding-bottom: 8px; } }
