/* Hard Mode: bulletproof horizontal slider ignoring theme grids */
.bw-attr-slider-area{ margin-top: 2rem; }
.bw-slider-wrap{ position: relative; margin-bottom: 2.25rem; }
.bw-slider-title{ margin-bottom: 1.25rem; }

.bw-slider-wrap ul.products.bw-slider-products{
  display: block !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: .5rem;
}

.bw-slider-wrap ul.products.bw-slider-products > li.product{
  display: inline-block !important;
  vertical-align: top;
  width: 220px !important;
  margin: 0 12px !important;
  white-space: normal !important;
  scroll-snap-align: start;
}

.bw-slider-products .woocommerce-loop-product__title{
  font-size: .92rem !important;
  line-height: 1.35 !important;
  margin-top: .5rem !important;
  margin-bottom: .25rem !important;
  text-align: center;
}
.bw-slider-products .price{
  font-size: .9rem !important;
  text-align: center;
}

.bw-nav{
  position: absolute; top: 45%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  border: none; background: rgba(255,255,255,.95);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  font-size: 1.1rem; cursor: pointer;
  display: none; align-items: center; justify-content: center;
  z-index: 10;
}
.bw-prev{ left: -12px; } .bw-next{ right: -12px; }
@media (min-width: 992px){ .bw-nav{ display: flex; } }
[dir="rtl"] .bw-prev{ right: -12px; left: auto; }
[dir="rtl"] .bw-next{ left: -12px; right: auto; }
