.cc_7mrfchfr_xAbKcSaio7 .isp {
  width: 100%;
  padding: 44px 0 52px;
  overflow: hidden;
  font-family: inherit;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-head {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 0 20px;
  text-align: center;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-sub {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.75;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-empty {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
}

/* ---------- carousel ---------- */

.cc_7mrfchfr_xAbKcSaio7 .isp-viewport {
  position: relative;
  width: 100%;
}

/* A real scroll container with snap points: dragging and inertia stay on the
   compositor instead of a JS drag loop. Slide width lives in CSS so the first
   server-rendered paint is already correct on every breakpoint. */
.cc_7mrfchfr_xAbKcSaio7 .isp-rail {
  position: relative;
  display: flex;
  width: 100%;
  --isp-sw: var(--isp-sw-m, 80%);
  padding: 6px 0 26px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-rail::-webkit-scrollbar {
  display: none;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-slide {
  flex: 0 0 var(--isp-sw);
  width: var(--isp-sw);
  min-width: 0;
  box-sizing: border-box;
  padding: 0 5px;
  scroll-snap-align: center;
  -webkit-touch-callout: none;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-slide.is-empty {
  pointer-events: none;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-card {
  position: relative;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: var(--isp-card, #ffffff);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  opacity: var(--isp-inactive, 0.55);
  transform: scale(0.94);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-slide.is-active .isp-card {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.cc_7mrfchfr_xAbKcSaio7 .isp-slot {
  display: block;
  height: 100%;
}

/* Without hover, tapping a side card recentres the carousel instead of
   following the Instagram / product link underneath it. */
.cc_7mrfchfr_xAbKcSaio7 .isp--touch .isp-slide:not(.is-active) a {
  pointer-events: none;
}

/* ---------- arrows ---------- */

.cc_7mrfchfr_xAbKcSaio7 .isp-arrow {
  position: absolute;
  top: 38%;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #1a1a1a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-arrow svg {
  width: 19px;
  height: 19px;
  display: block;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-arrow:hover {
  background: #ffffff;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-arrow--prev {
  left: 10px;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-arrow--next {
  right: 10px;
}

/* ---------- dots ---------- */

.cc_7mrfchfr_xAbKcSaio7 .isp-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.cc_7mrfchfr_xAbKcSaio7 .isp-dot.is-active {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.3);
}

/* ---------- responsive ---------- */

@media (min-width: 768px) {
  .cc_7mrfchfr_xAbKcSaio7 .isp {
    padding: 56px 0 64px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-rail {
    --isp-sw: var(--isp-sw-t, 33.3333%);
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-title {
    font-size: 30px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-slide {
    padding: 0 7px;
  }
}

@media (min-width: 1200px) {
  .cc_7mrfchfr_xAbKcSaio7 .isp {
    padding: 68px 0 76px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-rail {
    --isp-sw: var(--isp-sw-d, 20%);
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-title {
    font-size: 34px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-slide {
    padding: 0 9px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-arrow {
    width: 46px;
    height: 46px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-arrow svg {
    width: 21px;
    height: 21px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-arrow--prev {
    left: 22px;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-arrow--next {
    right: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_7mrfchfr_xAbKcSaio7 .isp-rail {
    scroll-behavior: auto;
  }

  .cc_7mrfchfr_xAbKcSaio7 .isp-card {
    transition: none !important;
  }
}
