/* Section Title */
.section-title-shop {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title01.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title02.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title03.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title04.png');
  background-position: right top, left bottom, right 20% bottom 0, left 15% top 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 180px, 180px, 180px, 180px;
  background-color: var(--secondary-color);
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.section-title-shop .content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  width: 98%;
  z-index: 99;
}
.section-title-shop .content .breadcrumb .breadcrumb-item a {
  color: var(--cta-color);
}
.section-title-shop .content .breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
}
.section-title-shop .content .breadcrumb li + li::before {
  color: var(--cta-color);
}
@media (min-width: 768px) {
  .section-title-shop .content {
    width: 96%;
  }
}
@media (min-width: 992px) {
  .section-title-shop {
    background-size: 220px, 220px, 220px, 220px;
  }
  .section-title-shop .content {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .section-title-shop {
    background-size: 260px, 260px, 260px, 260px;
  }
  .section-title-shop .content {
    width: 92%;
  }
}
@media (min-width: 1400px) {
  .section-title-shop {
    background-size: 300px, 300px, 300px, 300px;
  }
  .section-title-shop .content {
    width: 90%;
  }
}

/* Section Shop */
.section-shop .main .filter-section {
  z-index: 998;
  border: 1px solid var(--primary-color);
  /* Track */
  /* Thumb */
  /* Firefox */
}
.section-shop .main .filter-section input[type=range] {
  outline: none;
}
.section-shop .main .filter-section input[type=range]::-webkit-slider-runnable-track {
  background: var(--primary-color);
}
.section-shop .main .filter-section input[type=range]::-webkit-slider-thumb {
  background: var(--cta-color);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px var(--secondary-color);
  cursor: pointer;
}
.section-shop .main .filter-section input[type=range]::-moz-range-thumb {
  background: var(--cta-color);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px var(--secondary-color);
  cursor: pointer;
}
.section-shop .main .swiper-product .swiper-slide img {
  border-radius: 1rem;
  height: 520px;
  width: 100%;
  object-fit: cover;
}
.section-shop .main .swiper-product .swiper-button-next,
.section-shop .main .swiper-product .swiper-button-prev {
  color: var(--cta-color);
}
.section-shop .main .thumbSlider {
  margin-top: 1rem;
}
.section-shop .main .thumbSlider .swiper-slide {
  width: 90px;
  height: 90px;
  opacity: 0.6;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
}
.section-shop .main .thumbSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-shop .main .thumbSlider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--primary-color);
  border-radius: 0.5rem;
}
.section-shop .main .badge-bestseller {
  background: linear-gradient(90deg, var(--cta-color), var(--primary-color));
  color: #fff;
}
.section-shop .main .price {
  color: var(--cta-color);
  font-weight: 700;
  font-size: 1.8rem;
}
.section-shop .main .review-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-shop .main .review-item:last-child {
  border-bottom: none;
}
.section-shop .main .star {
  font-size: 22px;
  cursor: pointer;
  color: #ddd;
  transition: 0.2s;
}
.section-shop .main .star.active {
  color: #ffbf00;
}/*# sourceMappingURL=shop.css.map */