/** Shopify CDN: Minification failed

Line 218:0 Unexpected "}"

**/
/* ============================================================
   bushnell-content-slider.css — static rules only
   Dynamic values injected via scoped <style> block in liquid.
   ============================================================ */

.bushnell-csl {
  width: 100%;
  position: relative;
}

/* ── Embla core ── */
.bushnell-csl__embla {
  position: relative;
  overflow: hidden;
}

.bushnell-csl__track {
  display: flex;
}

/* ── Each slide ── */
.bushnell-csl__slide {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: flex;
}

/* ── Slide background image ── */
.bushnell-csl__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

/* ── Overlay ── */
.bushnell-csl__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ── Content wrapper ── */
.bushnell-csl__content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
}

.bushnell-csl__content-wrap--left   { justify-content: flex-start; }
.bushnell-csl__content-wrap--center { justify-content: center;     }
.bushnell-csl__content-wrap--right  { justify-content: flex-end;   }

.bushnell-csl__content-wrap--top    { align-items: flex-start; }
.bushnell-csl__content-wrap--middle { align-items: center;     }
.bushnell-csl__content-wrap--bottom { align-items: flex-end;   }

/* ── Content box ── */
.bushnell-csl__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Text elements ── */
.bushnell-csl__heading,
.bushnell-csl__subheading {
  margin: 0;
  line-height: 1.15;
}

.bushnell-csl__body {
  margin: 0;
  line-height: 1.65;
}

.bushnell-csl__body p { margin: 0; }

/* ── CTA row ── */
.bushnell-csl__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bushnell-csl__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border: 2px solid transparent;
  white-space: nowrap;
}

.bushnell-csl__btn:hover { opacity: 0.85; }

/* ── Arrows ── */
.bushnell-csl__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bushnell-csl__arrow:hover { background: rgba(0, 0, 0, 0.7); }

.bushnell-csl--arrows-inside  .bushnell-csl__arrow--prev { left: 16px;  }
.bushnell-csl--arrows-inside  .bushnell-csl__arrow--next { right: 16px; }
.bushnell-csl--arrows-outside .bushnell-csl__arrow--prev { left: -56px;  }
.bushnell-csl--arrows-outside .bushnell-csl__arrow--next { right: -56px; }

/* ── Dots ── */
.bushnell-csl__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.bushnell-csl__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.bushnell-csl__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

/* ── Info slide (two-column layout) ── */
.bushnell-csl__slide--info {
  display: grid;
}

.bushnell-csl__info-media {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.bushnell-csl__info-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bushnell-csl__info-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

/* ── Responsive ── */
@media screen and (max-width: 749px) {
  .bushnell-csl__slide--info {
    grid-template-columns: 1fr !important;
    grid-template-areas: 'media' 'content' !important;
    height: auto !important;
    min-height: 400px;
  }

  .bushnell-csl__info-media {
    min-height: 220px;
  }
}
  .bushnell-csl--arrows-outside .bushnell-csl__arrow--prev { left: 8px;  }
  .bushnell-csl--arrows-outside .bushnell-csl__arrow--next { right: 8px; }

  .bushnell-csl__content-wrap--left,
  .bushnell-csl__content-wrap--right {
    justify-content: center;
  }
}
