@charset "UTF-8";
.sls-products-table {
  width: 100%;
  overflow-x: auto;
  position: relative;
  z-index: 8;
}
.sls-products-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625vw;
  position: sticky;
  left: 0;
}
.sls-products-table-header-count {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin-bottom: 0;
}
.sls-products-table-header-dropdown {
  cursor: pointer;
}
.sls-products-table-header-dropdown-text {
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-products-table-header-dropdown-text .bi {
  margin-left: 0.2604166667vw;
}
.sls-products-table-header-dropdown-filter {
  display: none;
}
.sls-products-table-content {
  width: 100%;
}
.sls-products-table-content thead tr:nth-child(1n),
.sls-products-table-content tbody tr:nth-child(1n) {
  background-color: rgb(247, 248, 250);
}
.sls-products-table-content thead tr:nth-child(2n),
.sls-products-table-content tbody tr:nth-child(2n) {
  background-color: #fff;
}
.sls-products-table-content thead tr:hover,
.sls-products-table-content tbody tr:hover {
  background-color: rgb(232, 243, 255);
}
.sls-products-table-content thead tr th,
.sls-products-table-content thead tr td,
.sls-products-table-content tbody tr th,
.sls-products-table-content tbody tr td {
  padding: 0.8333333333vw 0.4166666667vw;
  text-align: left;
  border-bottom: 0.0520833333vw solid #e0e0e0;
  white-space: nowrap;
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 150%;
  min-width: 3.5416666667vw;
  /* 实现sticky固定悬浮功能 */
}
.sls-products-table-content thead tr th.bold,
.sls-products-table-content thead tr td.bold,
.sls-products-table-content tbody tr th.bold,
.sls-products-table-content tbody tr td.bold {
  font-weight: 700;
}
.sls-products-table-content thead tr th.price,
.sls-products-table-content thead tr td.price,
.sls-products-table-content tbody tr th.price,
.sls-products-table-content tbody tr td.price {
  color: rgb(245, 63, 63);
}
.sls-products-table-content thead tr th.star .bi,
.sls-products-table-content thead tr td.star .bi,
.sls-products-table-content tbody tr th.star .bi,
.sls-products-table-content tbody tr td.star .bi {
  color: rgb(255, 125, 0);
  margin-right: 0.2604166667vw;
}
.sls-products-table-content thead tr th.sticky,
.sls-products-table-content thead tr td.sticky,
.sls-products-table-content tbody tr th.sticky,
.sls-products-table-content tbody tr td.sticky {
  position: sticky;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14.5833333333vw;
  background-color: inherit;
}
.sls-products-table-content thead tr {
  background-color: #fff !important;
}
.sls-products-table-footer {
  padding: 1.09375vw;
  background-color: #fff;
}
.sls-products-table-footer-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
}
.sls-products-table-footer-pagination > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
  border-radius: 0.4166666667vw;
  background: rgb(255, 255, 255);
  padding: 0.5208333333vw 0.6770833333vw;
  color: rgb(78, 89, 105);
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
}
.sls-products-table-footer-pagination > a:hover {
  text-decoration: none;
  background: rgb(148, 191, 255);
  color: rgb(255, 255, 255);
}
.sls-products-table-footer-pagination > a.active {
  background: rgb(148, 191, 255);
  color: rgb(255, 255, 255);
}
.sls-products-table-footer-pagination-prev, .sls-products-table-footer-pagination-next {
  padding: 0.5208333333vw !important;
}
.sls-products-table-footer-pagination-count {
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  margin: 0;
}
.sls-products-table-footer-pagination-limit-text {
  padding: 0.5208333333vw 0.625vw;
  border-radius: 0.1041666667vw;
  background: rgb(242, 243, 245);
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sls-products-table-header {
    padding: 3.0769230769vw;
    position: sticky;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
  }
  .sls-products-table-header-count {
    font-size: 4.1025641026vw;
    width: 100%;
    margin-bottom: 3.0769230769vw;
  }
  .sls-products-table-header-dropdown {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sls-products-table-header-dropdown-text {
    font-size: 4.1025641026vw;
  }
  .sls-products-table-header-dropdown-text .bi {
    margin-left: 1.2820512821vw;
  }
  .sls-products-table-header-dropdown-filter {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    color: rgb(78, 89, 105);
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    align-items: center;
  }
  .sls-products-table-header-dropdown-filter .bi {
    font-size: 6.1538461538vw;
    margin-right: 2.0512820513vw;
  }
  .sls-products-table-content thead tr th,
  .sls-products-table-content thead tr td,
  .sls-products-table-content tbody tr th,
  .sls-products-table-content tbody tr td {
    padding: 4.1025641026vw 2.0512820513vw;
    border-bottom: 0.2564102564vw solid #e0e0e0;
    font-size: 3.5897435897vw;
  }
  .sls-products-table-content thead tr th.star .bi,
  .sls-products-table-content thead tr td.star .bi,
  .sls-products-table-content tbody tr th.star .bi,
  .sls-products-table-content tbody tr td.star .bi {
    margin-right: 1.2820512821vw;
  }
  .sls-products-table-content thead tr th:nth-child(1),
  .sls-products-table-content thead tr td:nth-child(1),
  .sls-products-table-content tbody tr th:nth-child(1),
  .sls-products-table-content tbody tr td:nth-child(1) {
    min-width: 41.0256410256vw;
  }
  .sls-products-table-content thead tr th:nth-child(2),
  .sls-products-table-content thead tr td:nth-child(2),
  .sls-products-table-content tbody tr th:nth-child(2),
  .sls-products-table-content tbody tr td:nth-child(2) {
    min-width: 53.3333333333vw;
  }
  .sls-products-table-content thead tr th:nth-child(3),
  .sls-products-table-content thead tr td:nth-child(3),
  .sls-products-table-content tbody tr th:nth-child(3),
  .sls-products-table-content tbody tr td:nth-child(3) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(4),
  .sls-products-table-content thead tr td:nth-child(4),
  .sls-products-table-content tbody tr th:nth-child(4),
  .sls-products-table-content tbody tr td:nth-child(4) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(5),
  .sls-products-table-content thead tr td:nth-child(5),
  .sls-products-table-content tbody tr th:nth-child(5),
  .sls-products-table-content tbody tr td:nth-child(5) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(6),
  .sls-products-table-content thead tr td:nth-child(6),
  .sls-products-table-content tbody tr th:nth-child(6),
  .sls-products-table-content tbody tr td:nth-child(6) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(7),
  .sls-products-table-content thead tr td:nth-child(7),
  .sls-products-table-content tbody tr th:nth-child(7),
  .sls-products-table-content tbody tr td:nth-child(7) {
    min-width: 24.6153846154vw;
  }
  .sls-products-table-content thead tr th.sticky,
  .sls-products-table-content thead tr td.sticky,
  .sls-products-table-content tbody tr th.sticky,
  .sls-products-table-content tbody tr td.sticky {
    max-width: 71.7948717949vw;
  }
  .sls-products-table-footer {
    position: sticky;
    left: 0;
    padding: 5.3846153846vw;
  }
  .sls-products-table-footer-pagination {
    gap: 2.0512820513vw;
  }
  .sls-products-table-footer-pagination > a {
    gap: 2.0512820513vw;
    border-radius: 2.0512820513vw;
    padding: 2.5641025641vw 3.3333333333vw;
    font-size: 4.1025641026vw;
    line-height: 4.1025641026vw;
  }
  .sls-products-table-footer-pagination-prev, .sls-products-table-footer-pagination-next {
    padding: 2.5641025641vw !important;
  }
  .sls-products-table-footer-pagination-count {
    display: none;
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
  .sls-products-table-footer-pagination-limit {
    display: none;
  }
  .sls-products-table-footer-pagination-limit-text {
    padding: 2.5641025641vw 3.0769230769vw;
    border-radius: 0.5128205128vw;
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
}

.sls-main-products {
  padding: 2.0833333333vw 0;
}
.sls-main-products-container {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  gap: 1.0416666667vw;
}
.sls-main-products-container-filters-model {
  display: none;
}
.sls-main-products-container-filters {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  padding: 1.0416666667vw;
  border-radius: 0.2083333333vw;
  background: rgb(255, 255, 255);
  width: 14.5833333333vw;
}
.sls-main-products-container-filters-header {
  display: none;
}
.sls-main-products-container-filters-search {
  padding: 0.625vw 0;
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
.sls-main-products-container-filters-search-input {
  flex: 1;
  border: none;
  outline: none;
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-products-container-filters-search-input::-moz-placeholder {
  color: rgb(134, 144, 156);
}
.sls-main-products-container-filters-search-input::placeholder {
  color: rgb(134, 144, 156);
}
.sls-main-products-container-filters-search-btn {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.sls-main-products-container-filters-search-btn .bi {
  font-size: 1.0416666667vw;
  color: rgb(64, 128, 255);
}
.sls-main-products-container-filters-recomm {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
.sls-main-products-container-filters-recomm > * {
  margin: 0;
}
.sls-main-products-container-filters-recomm-title {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-products-container-filters-recomm-item {
  display: flex;
  align-items: center;
  gap: 0.2083333333vw;
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-products-container-filters-recomm-item .bi {
  font-size: 0.8333333333vw;
  color: rgb(245, 63, 63);
}
.sls-main-products-container-filters-recomm-item:hover {
  color: rgb(64, 128, 255);
  text-decoration: none;
}
.sls-main-products-container-filters-price-range .price-title {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin: 0;
}
.sls-main-products-container-filters-price-range .range-slider {
  position: relative;
  height: 0.15625vw;
  background-color: rgb(201, 205, 212);
  margin: 0.78125vw 0;
}
.sls-main-products-container-filters-price-range .range-slider .range-fill {
  position: absolute;
  height: 100%;
  background-color: #94bfff;
  left: 0;
  right: 0;
}
.sls-main-products-container-filters-price-range .range-slider .range-handle {
  position: absolute;
  top: 50%;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #4a89dc;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.1041666667vw 0.2083333333vw rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: background-color 0.2s;
}
.sls-main-products-container-filters-price-range .range-slider .range-handle:active, .sls-main-products-container-filters-price-range .range-slider .range-handle:hover {
  background-color: #3b76d9;
}
.sls-main-products-container-filters-price-range .price-inputs {
  margin-top: 0.15625vw;
  display: flex;
  justify-content: space-between;
}
.sls-main-products-container-filters-price-range .price-inputs .price-input {
  width: calc((100% - 0.5208333333vw) / 2);
  padding: 0.4166666667vw 0.625vw;
  border: 0.0520833333vw solid rgb(201, 205, 212);
  border-radius: 0.4166666667vw;
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.2083333333vw;
}
.sls-main-products-container-filters-price-range .price-inputs .price-input > span {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-products-container-filters-price-range .price-inputs .price-input-el {
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  background-color: transparent;
  border: none;
  outline: none;
  flex: 1;
}
.sls-main-products-container-filters-price-range .price-inputs .price-input-el::-moz-placeholder {
  color: rgb(134, 144, 156);
}
.sls-main-products-container-filters-price-range .price-inputs .price-input-el::placeholder {
  color: rgb(134, 144, 156);
}
.sls-main-products-container-filters-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
.sls-main-products-container-filters-checkboxes-title {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin: 0;
}
.sls-main-products-container-filters-checkboxes-item {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
}
.sls-main-products-container-filters-checkboxes-item .checkbox-el {
  position: absolute;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  opacity: 0;
  cursor: pointer;
}
.sls-main-products-container-filters-checkboxes-item .checkbox-icon .bi {
  font-size: 1.0416666667vw;
}
.sls-main-products-container-filters-checkboxes-item .checkbox-icon .bi-square {
  display: block;
  color: rgb(229, 230, 235);
}
.sls-main-products-container-filters-checkboxes-item .checkbox-icon .bi-check-square {
  display: none;
  color: rgb(64, 128, 255);
}
.sls-main-products-container-filters-checkboxes-item .checkbox-el:checked + .checkbox-icon .bi-square {
  display: none;
}
.sls-main-products-container-filters-checkboxes-item .checkbox-el:checked + .checkbox-icon .bi-check-square {
  display: block;
}
.sls-main-products-container-filters-checkboxes-item label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.1041666667vw;
  cursor: pointer;
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-products-container-filters-checkboxes-item label .bi {
  font-size: 0.8333333333vw;
}
.sls-main-products-container-filters-checkboxes-item label .bi-star-fill {
  color: rgb(255, 125, 0);
}
.sls-main-products-container-products {
  width: calc(100% - 14.5833333333vw - 1.6666666667vw);
}
@media (max-width: 768px) {
  .sls-main-products {
    padding: 0;
    position: relative;
    z-index: 998;
  }
  .sls-main-products-container {
    width: 100%;
    gap: 0;
  }
  .sls-main-products-container-filters {
    position: fixed;
    z-index: 999;
    top: 0;
    right: calc(0px - 169.2307692308vw);
    width: 84.6153846154vw;
    height: 100vh;
    gap: 8.2051282051vw;
    padding: 5.1282051282vw;
    overflow-y: auto;
    transition: opacity 0.3s ease-in, right 0.3s ease-in;
    opacity: 0;
  }
  .sls-main-products-container-filters.show {
    right: 0;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
  }
  .sls-main-products-container-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
  }
  .sls-main-products-container-filters-header p {
    margin: 0;
    color: rgb(29, 33, 41);
    font-weight: 700;
    font-size: 5.1282051282vw;
    line-height: 150%;
  }
  .sls-main-products-container-filters-header .bi {
    font-size: 6.1538461538vw;
    color: rgb(0, 0, 0);
  }
  .sls-main-products-container-filters-search {
    padding: 0;
    gap: 2.5641025641vw;
  }
  .sls-main-products-container-filters-search-input {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-search-btn .bi {
    font-size: 6.1538461538vw;
  }
  .sls-main-products-container-filters-recomm {
    gap: 2.0512820513vw;
  }
  .sls-main-products-container-filters-recomm-title {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-recomm-item {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-recomm-item .bi {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-price-range .price-title {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-price-range .range-slider {
    height: 0.7692307692vw;
    margin: 3.8461538462vw 0;
  }
  .sls-main-products-container-filters-price-range .range-slider .range-handle {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    box-shadow: 0 0.5128205128vw 1.0256410256vw rgba(0, 0, 0, 0.2);
  }
  .sls-main-products-container-filters-price-range .price-inputs {
    margin-top: 0.7692307692vw;
  }
  .sls-main-products-container-filters-price-range .price-inputs .price-input {
    width: calc((100% - 2.5641025641vw) / 2);
    padding: 2.0512820513vw 3.0769230769vw;
    border: 0.2564102564vw solid rgb(201, 205, 212);
    border-radius: 2.0512820513vw;
    gap: 1.0256410256vw;
  }
  .sls-main-products-container-filters-price-range .price-inputs .price-input > span {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-price-range .price-inputs .price-input-el {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-checkboxes {
    gap: 2.0512820513vw;
  }
  .sls-main-products-container-filters-checkboxes-title {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-checkboxes-item {
    gap: 2.0512820513vw;
  }
  .sls-main-products-container-filters-checkboxes-item .checkbox-el {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .sls-main-products-container-filters-checkboxes-item .checkbox-icon .bi {
    font-size: 5.1282051282vw;
  }
  .sls-main-products-container-filters-checkboxes-item label {
    font-size: 4.1025641026vw;
    gap: 0.5128205128vw;
  }
  .sls-main-products-container-filters-checkboxes-item label .bi {
    font-size: 4.1025641026vw;
  }
  .sls-main-products-container-filters-model {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in;
  }
  .sls-main-products-container-filters-model.show {
    opacity: 1;
    z-index: 998;
    transition: opacity 0.3s ease-in-out;
  }
  .sls-main-products-container-products {
    width: 100%;
  }
}/*# sourceMappingURL=products.css.map */