.opc-ProductStream.opc-ProductStream-slider img {
  width: 100%;
}
.opc-ProductStream.opc-ProductStream-simpleSlider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.opc-ProductStream.opc-ProductStream-simpleSlider .slick-slide {
  position: relative;
  padding: 0 1rem;
}
.opc-ProductStream.opc-ProductStream-simpleSlider .slick-slide:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.opc-ProductStream.opc-ProductStream-simpleSlider .slick-slide > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.opc-ProductStream.opc-ProductStream-simpleSlider .slick-slide > :first-child .product-wrapper {
  height: 100%;
}
.opc-ProductStream.opc-ProductStream-simpleSlider .slick-slide > :first-child .product-wrapper .square-image {
  height: 100%;
}
.opc-ProductStream.opc-ProductStream-simpleSlider .slick-slide > :first-child .product-wrapper .square-image .inner {
  height: 100%;
}

.opc-product-slider {
  overflow: hidden;
}
[data-borik-product].borik-filter-hidden,
.borik-filter-hidden[data-borik-product] {
  display: none !important;
}

.borik-hidden-initial {
  display: none !important;
}

.borik-filter-bar {
  font-size: 0.95rem;
}
.borik-filter-bar.borik-filter-sticky {
  position: sticky;
  top: 1rem;
  z-index: 102;
}
.borik-filter-bar .card-body {
  padding: 1.25rem;
}
.borik-filter-header .btn-group .btn {
  white-space: nowrap;
}
.borik-filter-accordion-wrapper {
  max-height: 60vh;
  overflow-y: auto;
}
.borik-filter-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.borik-filter-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
}
.borik-filter-accordion-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
}
.borik-filter-accordion-toggle .chevron {
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}
.borik-filter-accordion-item.is-open .chevron {
  transform: rotate(180deg);
}
.borik-filter-accordion-body {
  padding-top: 0.5rem;
}
.borik-filter-accordion-body.is-scrollable {
  max-height: 14rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.borik-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.35rem 0.75rem;
}
.borik-filter-grid .form-check {
  margin: 0;
}
.borik-filter-search {
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=ProductStream.css.map */
