.bb-shop-wrap {
  position: sticky;
  top: 0;
  background: #ffe9ca;
  border-radius: 20px;
  border: 1px solid #eee;
}
.bb-shop-wrap .bb-sidebar-block {
  padding: 18px;
}
.bb-shop-wrap .bb-sidebar-block:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title {
  margin-bottom: 20px;
}
.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3d4750;
}
.bb-breadcrumb{
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  z-index: 2;
}
.bb-breadcrumb div{
  width: 100%;
}
.bb-breadcrumb-title{
  color: #2b2b2b;
  font-size: 42px;
  font-weight: 700;
}
.bb-breadcrumb-list {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0px;
  gap: 8px;
}
.bb-breadcrumb-item li, .bb-breadcrumb-item a {
  color: #6a3434;
  text-decoration: none;
}
/* Remove default browser style */
.range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

/* Track */
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: #ffc972;   /* Track color */
  border-radius: 10px;
}

/* Thumb */
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #ec5c00;   /* Thumb color */
  border: 3px solid #fff;
  border-radius: 50%;
  margin-top: -6px;      /* Centers thumb on track */
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

/* Hover */
.range-slider input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background: #ec5c00;
}

/* Firefox */
.range-slider input[type="range"]::-moz-range-track {
  height: 6px;
  background: #ffc972;
  border-radius: 10px;
}

.range-slider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #ec5c00;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

/* Optional: change active color in modern browsers */
.range-slider input[type="range"] {
  accent-color: #ec5c00;
}
.slider-track{
  display: flex;
  justify-content: space-between;
}
