/** Shopify CDN: Minification failed

Line 144:13 Expected "}" to go with "{"

**/
.ba-section {
  width: 100%;
}

.ba-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.ba-section__heading {
  font-size: 2rem;
  margin: 0 0 8px;
}

.ba-section__subheading {
  font-size: 1rem;
  opacity: 0.7;
  margin: 0 0 32px;
}

.ba-slider {
  margin: 0 auto;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.ba-slider__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  background: #eee;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  touch-action: pan-y;
}

.ba-slider__img,
.ba-slider__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9rem;
  background: #e2e2e2;
}

.ba-slider__before-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  border-right: 0;
}

.ba-slider__before-wrap .ba-slider__img,
.ba-slider__before-wrap .ba-slider__placeholder {
  width: var(--ba-frame-width, 100vw);
  max-width: none;
}

.ba-slider__tag {
  position: absolute;
  top: 16px;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 100px;
  pointer-events: none;
  z-index: 3;
}

.ba-slider__tag--before {
  left: 16px;
}

.ba-slider__tag--after {
  right: 16px;
}

.ba-slider__handle {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  pointer-events: none;
}

.ba-slider__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.ba-slider__button {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.ba-slider__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;