  /* breadcrumb */
  .breadcrumb-technology .breadcrumb-item {
    color: var(--black-222);
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .breadcrumb-technology .breadcrumb-item.symbol::before {
    content: "";
    float: unset;
    font-size: 14px;
    padding: 0 20px;
    color: var(--black-222);
  }
  
  .breadcrumb-technology {
    padding: 30px 0 40px 0;
    margin-top: var(--header-height);
  }
  
  /* category__main */
  .category__main {
    margin-top: 40px;
  }
  
  .category__main-filter {
    width: 20%;
    float: left;
  }
  
  .category__main-content {
    width: 100%;
  }
  
  .category__main-content .wrapper {
    position: relative;
  }
  
  .category__main-content .product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex: 1;
    column-gap: 34px;
    row-gap: 48px;
    margin-bottom: 80px;
  }
  
  .category__main-content .product-list .item .top {
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    padding-top: 75.74%;
    position: relative;
  }
  
  .category__main-content .product-list .item .top .img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
  }
  
  .category__main-content .product-list .item .top .img img {
    width: 100%;
    height: 100%;
  }
  
  .category__main-content .product-list .item .bottom {
    text-align: center;
    margin-top: 10px;
  }
  
  .category__main-content .product-list .item .bottom a {
    font-weight: 600;
    text-align: center;
    color: var(--black-222);
  }
  
  .category__main-content .product-list .item .bottom a:hover {
    text-decoration: underline;
  }
  
  /* product-filter */
  /* .category__main-content .product-filter {
      margin-top: 80px;
    } */
  .category__main-content .product-filter .select {
    border-bottom: 1px solid var(--black-color);
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
  
  .category__main-content .product-filter .select select {
    /* font-family: "Helvetica Neue"; */
    font-weight: 100;
    outline: none;
    padding: 8px 6px;
    border: 1px solid var(--black-color);
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 400 !important;
  }
  
  .list-filter {
    margin-top: 18px;
  }
  
  .list-filter .info {
    min-height: 202px;
  }
  
  .list-filter .item {
    padding: 10px;
    border: 1px solid var(--border-color);
    display: flex !important;
    flex-direction: column;
  }
  
  .list-filter .item .name {
    font-size: 13px;
    font-weight: 600;
    word-break: break-all;
  }
  
  .list-filter .item .img {
    margin-top: auto;
  }
  
  .list-filter .item .name a:hover {
    text-decoration: underline;
  }
  
  .list-filter .item .desc {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
    word-break: break-word;
  }
  
  .list-filter .item .price {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 16px;
  }
  
  .list-filter .item .price .regular {
    text-decoration: line-through;
    font-weight: normal;
    color: #bdbdbd;
  }
  
  .list-filter .slick-slide {
    margin: 0 5px;
  }
  
  .list-filter .slick-slide > div {
    display: flex;
    height: 100%;
  }
  
  .list-filter .slick-list {
    margin: 0 0 0 -5px;
  }
  
  .list-content i.arrow {
    z-index: 1;
  }
  
  .list-filter .item .title {
    /* display: flex; */
    gap: 10px;
    flex-wrap: wrap;
    padding: 15px;
    border-top: 1px solid var(--border-color);
    margin: 0 -10px;
    min-height: 132px;
    flex: 1;
  }
  
  .list-filter .item .title a {
    display: inline-block;
    max-height: 24px;
    margin-right: 5px;
  }
  
  .list-filter .item .title img {
    width: 24px;
    height: 24px;
    object-fit: cover;
  }
  
  .list-filter .item img {
    max-height: 147px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  /* product-similar */
  .product-similar {
    margin-top: 37px;
  }
  
  .title-section {
    background-color: var(--black-color);
    color: var(--white-color);
    width: max-content;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
  }
  
  .product-similar .slick-slide {
    margin: 0 10px;
  }
  
  .product-similar .slick-list {
    margin: 0 -10px;
  }
  
  .product-similar .list {
    margin-top: 28px;
  }
  
  .product-similar .list .item .top {
    padding-top: 67.8%;
    position: relative;
  }
  
  .product-similar .list .item .top .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
  }
  
  .product-similar .list .item .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .product-similar .list .item .bottom {
    text-align: center;
  }
  
  .product-similar .list .item .bottom a {
    font-weight: 600;
  }
  
  .product-experience {
    position: relative;
    display: flex;
    margin-top: 20px;
  }
  
  .product-experience .desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .product-experience .desc .script {
    font-size: 24px;
    line-height: 32px;
    color: var(--black-color);
    font-weight: 600;
  }
  
  .product-experience .desc .script + .script {
    margin-top: 24px;
  }
  
  .product-experience .desc .address {
    background-color: var(--black-color);
    color: var(--white-color);
    font-weight: 700;
    padding: 10px;
    margin-top: 20px;
  }
  
  .related-post {
    margin-top: 30px;
  }
  
  .related-post .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 15px;
  }
  
  .related-post .list .item {
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    padding: 10px;
  }
  
  .related-post .list .item .top {
    padding-top: 68.838%;
    position: relative;
    margin-bottom: 15px;
  }
  
  .related-post .list .item .top img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .related-post .list .item .bottom a {
    font-weight: 600;
    color: var(--black-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .related-post .list .item .bottom a:hover {
    text-decoration: underline;
  }
  
  .block-category h1 {
    font-size: 34px;
    line-height: 144px;
    font-weight: 600;
    text-align: center;
  }
  
  .block-category img {
    margin: 0 auto;
    display: block;
  }
  
  .block-category h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--black-222);
    margin-bottom: 8px;
  }
  
  .block-category p {
    margin-bottom: 15px;
    text-align: center;
  }
  
  .block-category strong {
    font-weight: 600;
  }
  
  .block-category {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 20px 10px;
    margin-top: 40px;
    max-height: 400px;
    overflow-y: hidden;
    position: relative;
  }
  
  .block-category .content-button {
    position: absolute;
    text-align: center;
    padding: 300px 0 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 20%, rgba(34, 34, 34, 0) 100%);
    z-index: 2;
    cursor: pointer;
  }
  
  .block-category .content-button a {
    color: var(--black-color);
    text-decoration: underline;
  }
  
  .block-category blockquote {
    border-left: 10px solid var(--black-color);
    background: #f9f9f9;
    padding: 8.5px 10px;
    margin: 25.5px 10px;
  }
  
  .block-category a {
    color: #0000ff;
    font-weight: 600;
  }
  
  .block-category a:hover {
    text-decoration: underline;
    text-decoration-color: var(--black-color);
  }
  
  .block-category .iframe-wrapper {
    height: 600px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  
  .block-category .iframe-wrapper iframe {
    width: 100%;
    height: 100%;
  }
  
  .block-category .ytb p {
    font-style: italic;
    text-align: center;
  }
  
  /* .block-category iframe {
      width: 800px;
      height: 400px;
    } */
  
  .block-category .iframe-pdf {
    height: 550px;
  }
  
  .iframe-showroom {
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
  }
  
  .block-category .iframe {
    margin-bottom: 15px;
  }
  
  /* category__main-filter */
  .category__main-filter {
    position: sticky;
    top: calc(var(--header-height) + 10px);
    padding: 0 4px;
  }
  
  .category__main-filter .filter__item .heading {
    font-size: 16px;
    line-height: 16px;
    color: #636363;
    padding: 15px 10px 15px 25px;
    background: #f4f4f4;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
    cursor: pointer;
    user-select: none;
  }
  
  .category__main-filter .filter__item .body {
    padding: 0 20px 20px;
    display: none;
  }
  
  .category__main-filter .filter__item .body.active {
    display: block;
  }
  
  .category__main-filter .filter__item .body li label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    user-select: none;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
  }
  
  .price-wrapper {
    position: relative;
    width: 77.4936%;
    height: 100px;
    margin: 15px 50px 15px 20px;
  }
  
  input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    transform: translateY(50%);
    background-color: transparent;
    pointer-events: none;
  }
  
  .slider-track {
    width: 98%;
    height: 5px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    height: 10px;
    background-color: #c3c3c3;
  }
  
  input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
  }
  
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
  }
  
  input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: #000;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
  }
  
  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    pointer-events: auto;
  }
  
  input[type="range"]::-ms-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    pointer-events: auto;
  }
  
  input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid #000;
  }
  
  .filter__item .body .price .text-val {
    font-size: 13px;
    font-weight: 600;
  }
  
  .filter-cta {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  
  .filter-cta i {
    font-size: 14px;
  }
  
  .filter-cta .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
  
  .filter-body-mb {
    display: none;
  }
  
  .filter-body-mb.active {
    display: block;
  }
  
  /* shower */
  .category__main-content .collection-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: unset;
    row-gap: unset;
    gap: 30px;
    padding-bottom: 50px;
    border-bottom: 2px solid var(--border-color);
    margin-left: 15px;
  }
  
  .category__main-content .collection-list .item {
    position: relative;
    overflow: hidden;
  }
  
  .category__main-content .collection-list .item .img {
    transition: all 0.3s ease-out;
  }
  
  .category__main-content .collection-list .item:hover .img {
    transform: scale(1.02);
  }
  
  .category__main-content .collection-list .item .top {
    padding-top: 36.24%;
  }
  
  .category__main-content .collection-list .item .top .img {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  
  .category__main-content .collection-list .item .bottom {
    text-align: left;
    margin: 0;
    position: absolute;
    left: 15px;
    bottom: 25px;
  }
  
  .category__main-content .collection-list .item .bottom a {
    color: var(--white-color);
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  }
  
  /* shower-list */
  
  .category__main-content .shower-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 35px;
    row-gap: 48px;
    margin-top: 50px;
  }
  
  .category__main-content .shower-list .item .top {
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    padding-top: 76.01%;
    position: relative;
  }
  
  .category__main-content .shower-list .item .top .img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
  }
  
  .category__main-content .shower-list .item .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--black-222);
  }
  
  .category__main-content .shower-list .item .bottom {
    text-align: center;
    margin-top: 15px;
  }
  
  .category__main-content .shower-list .item .bottom a {
    font-weight: 600;
  }
  
  .category__main-content .shower-list .item .bottom a:hover {
    text-decoration: underline;
  }
  
  /* new product */
  .list-filter.new-product {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
  }
  
  .list-filter .type {
    margin-top: 10px;
  }
  
  .list-filter .fa-gift::before {
    font-size: 20px;
    color: var(--red-color);
  }
  
  .list-filter .new {
    background: var(--red-color);
    color: var(--white-color);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 4px 10px;
    width: max-content;
    border-radius: 2px;
  }
  
  .list-content .view-more {
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    outline: none;
    display: block;
    width: max-content;
    margin: 20px auto 0 auto;
    padding: 10px;
    text-transform: capitalize;
  }

  /* pagination */
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0 13px;

  }

  span.pagination__item,
  a.pagination__item {
    width: 44px;
    height: 44px;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 600;
    margin: 0 13px 13px;
  }

  a.pagination__item.symbol {
    width: 44px;
    height: 44px;
    font-size: 6px;
  }

  span.pagination__item.current,
  a.pagination__item:hover {
    color: var(--black-222);
    border-color: var(--black-222);
  }
  
  @media only screen and (max-width: 1173px) {
    .category__main-content .product-list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media only screen and (max-width: 992px) {
    .category__main-content {
      padding-right: 0;
    }
  
    .category__main-content .shower-list {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .list-filter .slick-list,
    .list-filter .slick-slide {
      margin: 0;
    }
  
    .list-filter .item .name {
      font-size: 17px;
    }
  
    .title-section {
      width: 198px;
      text-align: center;
    }
  
    .product-experience {
      height: 219px;
    }
  
    .product-similar .slick-slide {
      margin: 0 5px;
    }
  
    .product-similar .slick-list {
      margin: 0 -5px;
    }
  
    .category__main-filter .filter__item .heading {
      line-height: 21px;
    }
  
    .list-filter.new-product {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .list-filter .item img {
      max-height: none;
      object-fit: cover;
      width: 300px;
      height: 300px;
    }
  
    .category__main-content .product-list .item .top .img img {
      width: 55%;
      height: 100%;
      object-fit: cover;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .category__main-content .collection-list {
      gap: 10px;
    }
  
    .category__main-content {
      padding-left: 0;
    }
  
    .category__main-filter {
      display: none;
    }
  
    .category__main-content {
      width: 100%;
    }
  
    .category__main-content .product-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  
    .category__main-content .product-list .item {
      position: relative;
      height: 55px;
      box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    }
  
    .category__main-content .product-list .item .top {
      position: static;
      height: 100%;
      padding: 0;
    }
  
    .category__main-content .product-list .item .bottom {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
    }
  
    .category__main-content .product-list .item .top .img {
      padding: 0;
    }
  
    .category__main-content .product-list .item .top .img {
      width: 55%;
    }
  
    .list-filter .slick-list {
      margin: 0 -10px;
    }
  
    .list-filter .slick-slide {
      margin: 0 10px;
    }
  
    .list-content {
      padding: 0;
    }
  
    .category__main-content .product-filter .select {
      display: none;
    }
  
    .title-section {
      max-width: 526px;
      width: 100%;
      margin: 0 auto;
    }
  
    .product-similar .slick-slide {
      margin: 0 10px;
    }
  
    .product-similar .slick-list {
      margin: 0 -10px;
    }
  
    .product-experience .desc .script {
      font-size: 19px;
      line-height: 30px;
    }
  
    .related-post .list .item .bottom a,
    .product-experience .desc .address {
      font-size: 15px;
      line-height: 24px;
    }
  
    .related-post .list {
      grid-template-columns: repeat(1, 1fr);
    }
  
    .related-post .list .item .top {
      padding: 0;
      height: 200px;
    }
  
    .related-post .list .item .bottom {
      margin-bottom: 20px;
    }
  
    .category__main-filter.mobile {
      width: 100%;
      height: fit-content;
      float: unset;
      z-index: 2;
    }
  
    .category__main-content .product-filter {
      margin-top: 20px;
    }
  
    .price-wrapper {
      height: 50px;
      margin: 0;
      margin-top: 20px;
      width: 100%;
    }
  
    .category__main-content .shower-list {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .list-filter.new-product {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media only screen and (max-width: 576px) {
    .category__main-content .shower-list {
      grid-template-columns: repeat(1, 1fr);
    }
  
    .block-category .iframe-wrapper {
      padding-left: 0;
    }
  
    .category__main-filter.mobile {
      position: static;
    }
  
    /* .category__main-content .product-list .item {
        height: 94px;
      } */
  
    .category__main-content .product-list .item .bottom {
      left: 0;
      width: 100%;
      transform: translate(0px, -50%);
      text-align: center;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  
    .category__main-content .product-list .item .bottom a {
      font-weight: 500;
      font-size: 15px;
    }
  
    .list-filter .item .title a {
      display: inline-block;
      max-height: 24px;
      margin-right: -2px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .category__main-content .collection-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  /* =============== mới ============== */
  .cate-banner {
    position: relative;
    overflow: hidden;
    padding-top: 23.8%;
    height: 0;
  }
  
  .cate-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .cate-banner__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .cate-product .product-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
  
  .cate-product {
    margin-bottom: 140px;
  }
  
  .cate-product .product-list .item .desc {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
  }
  
  .cate-product .product-list .item {
    overflow: hidden;
  }
  
  .cate-product .product-list .item img {
    transition: all 0.2s;
  }
  
  .cate-product .product-list .item:hover img {
    transform: scale(1.05);
  }
  
  .cate-product .product-list .item .desc a {
    position: relative;
  }
  
  .cate-product .product-list .item .desc a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
  }
  
  .cate-product .product-list .item .desc a:hover::before {
    width: 100%;
    transition: all 0.25s;
  }
  
  .cate-title {
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  
  .cate-title .title {
    font-size: 34px;
    line-height: 51px;
    font-weight: 600;
  }
  
  .cate-find {
    position: absolute;
    width: max-content;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #000;
    padding: 10px 25px;
    cursor: pointer;
    user-select: none;
  }
  
  .cate-find span {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
  }
  
  .cate-find::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(315deg) translateY(-50%);
  }
  /* sidebar */
  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 501;
    display: none;
  }
  
  .sidebar.active {
    display: block;
  }
  
  .sidebar .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .sidebar .content {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 50px;
  }
  
  .sidebar .content .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  .sidebar .content .top a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    text-transform: lowercase;
  }
  .sidebar .content .top .symbol.close-cate {
    width: max-content;
    margin-left: auto;
    cursor: pointer;
  }
  
  .sidebar .content .bottom {
    padding: 0 16px;
    height: calc(100vh - 60px);
    padding-bottom: 60px;
    overflow: auto;
  }
  
  .sidebar .content .bottom .item .head {
    background: #f4f4f4;
    padding: 15px 10px 15px 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    color: #212121;
    font-weight: 500;
    user-select: none;
    display: flex;
    align-items: center;
  }
  
  .sidebar .content .bottom .item .head::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #636363;
    border-right: none;
    display: none;
    margin-right: 10px;
    transform: rotate(90deg);
  }
  
  .sidebar .content .bottom .item .head.active::before {
    transform: rotate(0);
  }
  
  .sidebar .content .bottom .item .body {
    margin-top: 20px;
    padding: 0 20px;
    display: none;
  }
  .sidebar .content .bottom .item .head.active + .body {
    display: block;
  }
  
  .sidebar .content .bottom .item + .item {
    margin-top: 30px;
  }
  
  .sidebar .content .bottom .item .body input[type="checkbox"] {
    margin-right: 10px;
  }
  
  .sidebar .content .bottom .item .body a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #333;
  }
  
  .sidebar .content .bottom .item .body li + li {
    margin-top: 8px;
  }
  
  .sidebar .content .bottom .item .body a:hover {
    text-decoration: underline;
  }
  
  .sidebar .content .bottom .item .body li ul {
    margin-left: 20px;
    margin-top: 8px;
  }
  
  .sidebar .content .bottom .item .head.active + .body.body-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  
  .sidebar .content .bottom .item .head.active + .body.body-tab a {
    display: block;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
    font-weight: 400;
    width: max-content;
  }
  
  .sidebar .content .bottom .item .head.active + .body.body-tab a:hover {
    text-decoration: none;
    border-color: #636363;
  }
  
  .sidebar .content .bottom .item .body-tab li + li {
    margin-top: 0;
  }
  
  .sidebar .content .bottom .item .body-tab li {
    width: 50%;
  }
  
  .category__main {
    margin-top: 100px;
  }
  
  @media only screen and (max-width: 992px) {
    .cate-product .product-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  
  @media only screen and (max-width: 768px) {
    .sidebar .content {
      max-width: 100%;
    }
    .sidebar .content .bottom .item .head::before {
      display: block;
    }
  }
  @media only screen and (max-width: 576px) {
    .cate-product .product-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .cate-title {
      flex-direction: column;
    }
    .cate-title .title {
      font-size: 24px;
      line-height: 32px;
    }
  
    .cate-find {
      position: static;
      margin-left: auto;
      margin-top: 30px;
    }
  
    .list-filter .item {
      flex-direction: row;
      flex-wrap: wrap;
    }
  
    .list-filter .item .title {
      border: 0;
      display: flex;
    }
  
    .list-filter .item .img {
      width: 80%;
    }
  }