/**
 * @copyright     2022 beikeshop.com - All Rights Reserved.
 * @link          https://beikeshop.com
 * @author        guangda <service@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:56:05
 */
body.page-categories .category-hero {
  position: relative;
  min-height: 320px;
  --category-hero-content-padding: 42px 44px;
  --category-hero-kicker-margin: 14px;
  --category-hero-kicker-padding-size: 7px 12px;
  --category-hero-kicker-font-size: 12px;
  --category-hero-kicker-letter-spacing-size: 0.16em;
  --category-hero-title-size: clamp(2rem, 3.4vw, 3.4rem);
  --category-hero-title-margin: 14px;
  --category-hero-text-size: 1.02rem;
  --category-hero-text-line-height-size: 1.8;
  --category-hero-overlay:
    linear-gradient(90deg, rgba(6, 15, 38, 0.88) 0%, rgba(6, 15, 38, 0.72) 32%, rgba(6, 15, 38, 0.18) 72%, rgba(6, 15, 38, 0.05) 100%);
  --category-hero-inner-color: #fff;
  --category-hero-kicker-border: rgba(255, 255, 255, 0.22);
  --category-hero-kicker-bg: rgba(255, 255, 255, 0.08);
  --category-hero-kicker-color: currentColor;
  --category-hero-text-color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, rgba(9, 18, 43, 0.92), rgba(19, 34, 78, 0.72) 48%, rgba(164, 50, 42, 0.45)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}
body.page-categories .category-hero-media,
body.page-categories .category-hero-overlay,
body.page-categories .category-hero-content {
  position: absolute;
  inset: 0;
}
body.page-categories .category-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.02);
}
body.page-categories .category-hero-overlay {
  background: var(--category-hero-overlay);
}
body.page-categories .category-hero-light {
  --category-hero-overlay:
    linear-gradient(90deg, rgba(6, 15, 38, 0.88) 0%, rgba(6, 15, 38, 0.72) 32%, rgba(6, 15, 38, 0.18) 72%, rgba(6, 15, 38, 0.05) 100%);
  --category-hero-inner-color: #fff;
  --category-hero-kicker-border: rgba(255, 255, 255, 0.22);
  --category-hero-kicker-bg: rgba(255, 255, 255, 0.08);
  --category-hero-kicker-color: currentColor;
  --category-hero-text-color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, rgba(9, 18, 43, 0.92), rgba(19, 34, 78, 0.72) 48%, rgba(164, 50, 42, 0.45)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 42%);
  border-color: rgba(255, 255, 255, 0.12);
}
body.page-categories .category-hero-dark {
  --category-hero-overlay:
    linear-gradient(90deg, rgba(248, 250, 252, 0.9) 0%, rgba(248, 250, 252, 0.72) 32%, rgba(248, 250, 252, 0.2) 72%, rgba(248, 250, 252, 0.04) 100%);
  --category-hero-inner-color: #0f172a;
  --category-hero-kicker-border: rgba(15, 23, 42, 0.14);
  --category-hero-kicker-bg: rgba(255, 255, 255, 0.72);
  --category-hero-kicker-color: #1f2a44;
  --category-hero-text-color: rgba(15, 23, 42, 0.76);
  background: linear-gradient(135deg, rgba(245, 247, 251, 0.94), rgba(226, 232, 240, 0.78) 46%, rgba(214, 223, 237, 0.58)), radial-gradient(circle at top right, rgba(15, 23, 42, 0.06), transparent 42%);
  border-color: rgba(15, 23, 42, 0.08);
}
body.page-categories .category-hero-content {
  display: flex;
  align-items: center;
  padding: var(--category-hero-content-padding);
  z-index: 2;
}
body.page-categories .category-hero-inner {
  max-width: 620px;
  color: var(--category-hero-inner-color);
}
body.page-categories .category-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--category-hero-kicker-margin);
  padding: var(--category-hero-kicker-padding-size);
  border: 1px solid var(--category-hero-kicker-border);
  border-radius: 999px;
  background: var(--category-hero-kicker-bg);
  backdrop-filter: blur(10px);
  font-size: var(--category-hero-kicker-font-size);
  letter-spacing: var(--category-hero-kicker-letter-spacing-size);
  text-transform: uppercase;
  color: var(--category-hero-kicker-color);
}
body.page-categories .category-hero-title {
  margin-bottom: var(--category-hero-title-margin);
  font-size: var(--category-hero-title-size);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
}
body.page-categories .category-hero-text {
  max-width: 56ch;
  font-size: var(--category-hero-text-size);
  line-height: var(--category-hero-text-line-height-size);
  color: var(--category-hero-text-color);
}
body.page-categories .category-hero-text * {
  color: inherit;
}
body.page-categories .category-hero-text a {
  color: inherit;
  text-decoration-color: currentColor;
}
@media (min-width: 992px) {
  body.page-categories .col-lg-9.right-column {
    flex: 1;
  }
}
@media (min-width: 992px) {
  body.page-categories .col-lg-3.left-column {
    max-width: 290px;
  }
}
@media (min-width: 1500px) {
  body.page-categories .col-lg-3.left-column {
    max-width: 340px;
  }
}
body.page-categories .col-lg-3.left-column .card:not(:last-of-type) {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 992px) {
  body.page-categories .left-column {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
  }
  body.page-categories .left-column .x-fixed-top {
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
    padding: 20px;
    text-align: left;
    overflow-y: auto;
    transform: translateX(100%);
    background-color: #fff;
    transition: all 0.3s ease-out;
    right: 0;
  }
  body.page-categories .left-column .x-fixed-top.active {
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  body.page-categories .children-wrap {
    display: none;
  }
}
body.page-categories .children-wrap a {
  color: #333;
  margin-right: 4px;
}
body.page-categories .children-wrap a:hover {
  color: #fd560f;
}
body.page-categories .style-wrap label {
  cursor: pointer;
}
body.page-categories .style-wrap label.active svg {
  fill: #fd560f;
}
body.page-categories .style-wrap label svg {
  fill: #999;
}
body.page-categories .filter-value-wrap .list-group {
  display: block;
}
body.page-categories .filter-value-wrap .list-group .list-group-item {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background: #f3f3f3;
  border: none;
  color: #666;
  padding: 4px 12px;
}
body.page-categories .filter-value-wrap .list-group .list-group-item.delete-all {
  background: #fd560f;
  color: #fff;
}
body.page-categories .filter-value-wrap .list-group .list-group-item:hover {
  background: #fd560f;
  color: #fff;
}
@media (min-width: 992px) {
  body.page-categories .product-tool .order-select {
    min-width: 170px;
  }
}
@media (max-width: 768px) {
  body.page-categories .product-tool .right-per-page {
    flex: 1;
    justify-content: space-between;
  }
  body.page-categories .product-tool .right-per-page .perpage-select {
    max-width: 60px;
    padding-right: 8px;
  }
  body.page-categories .product-tool .right-per-page .form-select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
  }
}
body.page-categories .ui-widget-content {
  border-radius: 0;
  position: relative;
  border: none;
  margin-right: 4px;
  margin-bottom: 0;
  background: none;
  cursor: pointer;
}
body.page-categories .ui-widget-content .ui-widget-header {
  background: #fd560f;
  position: absolute;
  top: 50%;
  border-radius: 0;
  height: 3px;
  margin-top: -3px;
}
body.page-categories .ui-widget-content .slider-bg {
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  margin-top: -3px;
}
body.page-categories .ui-widget-content .ui-slider-handle {
  width: 4px;
  margin-left: 0;
  cursor: ew-resize;
  border: none !important;
  border-radius: 0;
  background: #fd560f;
  outline: none !important;
}
@media (max-width: 1199.98px) {
  body.page-categories .category-hero {
    min-height: 290px;
    --category-hero-content-padding: 34px 32px;
    --category-hero-title-size: clamp(1.8rem, 4vw, 2.8rem);
  }
}
@media (max-width: 767.98px) {
  body.page-categories .category-hero {
    min-height: 360px;
    --category-hero-content-padding: 24px 22px;
    --category-hero-kicker-margin: 10px;
    --category-hero-kicker-padding-size: 6px 10px;
    --category-hero-kicker-font-size: 11px;
    --category-hero-kicker-letter-spacing-size: 0.14em;
    --category-hero-title-size: 1.85rem;
    --category-hero-title-margin: 10px;
    --category-hero-text-size: 0.94rem;
    --category-hero-text-line-height-size: 1.7;
    --category-hero-overlay:
      linear-gradient(180deg, rgba(6, 15, 38, 0.38) 0%, rgba(6, 15, 38, 0.82) 58%, rgba(6, 15, 38, 0.92) 100%);
  }
  body.page-categories .category-hero-dark {
    --category-hero-overlay:
      linear-gradient(180deg, rgba(248, 250, 252, 0.1) 0%, rgba(248, 250, 252, 0.72) 58%, rgba(248, 250, 252, 0.92) 100%);
  }
  body.page-categories .category-hero-content {
    align-items: end;
  }
}

.sidebar-widget {
  list-style: none;
  padding: 0 0 1.4rem;
  border-bottom: 1px solid #E6E6E6;
}
.sidebar-widget li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  overflow: hidden;
  width: 100%;
  line-height: 24px;
}
.sidebar-widget li:last-of-type {
  border-bottom: none;
}
.sidebar-widget li .category-href {
  position: relative;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 36px);
}
.sidebar-widget li.active > a {
  font-weight: bold;
  color: #fd560f;
}
.sidebar-widget ul {
  padding-left: 12px;
  list-style: none;
}
.sidebar-widget .toggle-icon {
  float: right;
  font-size: 16px;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
}
.sidebar-widget .toggle-icon i {
  color: #aaa;
}
.sidebar-widget .toggle-icon.collapsed {
  transform: rotate(-180deg);
}

.filter-box .attribute-item .form-check-label {
  cursor: pointer;
}
.filter-box .attribute-item .form-check-label:hover .form-check-input {
  border-color: #fd560f;
}
