/* Smithtron 3D Coverflow v2.2 - premium industrial visual polish */
.s3dc {
  --s3dc-section-bg: #F5F7FA;
  --s3dc-eyebrow: #00A3A3;
  --s3dc-heading: #0F2747;
  --s3dc-intro: #334155;
  --s3dc-card-bg: #F8FAFC;
  --s3dc-product-name: #FFFFFF;
  --s3dc-button-bg: #1E5AA8;
  --s3dc-button-text: #FFFFFF;
  --s3dc-dot-active: #1E5AA8;
  --s3dc-dot-inactive: #CBD5E1;
  --s3dc-radius: 8px;
  --s3dc-transition: 640ms;
  --s3dc-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --s3dc-depth-shadow: rgba(15, 39, 71, 0.21);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow-x: clip;
  box-sizing: border-box;
  color: var(--s3dc-heading);
  background:
    radial-gradient(circle at 50% 48%, rgba(30, 90, 168, 0.10), rgba(0, 163, 163, 0.038) 32%, rgba(245, 247, 250, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 250, 0.98)),
    var(--s3dc-section-bg);
}

.s3dc,
.s3dc * {
  box-sizing: border-box;
}

.s3dc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(15, 39, 71, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 39, 71, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.62;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.s3dc-header {
  position: relative;
  z-index: 3;
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.s3dc-eyebrow {
  margin: 0 0 12px;
  color: var(--s3dc-eyebrow);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.s3dc-heading {
  margin: 0 0 14px;
  color: var(--s3dc-heading);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.s3dc-intro {
  margin: 0;
  color: var(--s3dc-intro);
  font-size: 18px;
  line-height: 1.65;
}

.s3dc-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  min-height: 526px;
  margin: 0 auto;
  overflow: visible;
  perspective: 1550px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.s3dc-stage {
  position: relative;
  width: 100%;
  min-height: 472px;
  overflow: visible;
  perspective: 1550px;
  transform-style: preserve-3d;
  touch-action: pan-y;
}

.s3dc-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 206px);
  z-index: 0;
  width: min(390px, 50vw);
  height: 38px;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(15, 39, 71, 0.18) 0%, rgba(15, 39, 71, 0.065) 50%, rgba(15, 39, 71, 0) 78%);
  filter: blur(11px);
}

.s3dc-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 358px;
  height: 420px;
  aspect-ratio: auto;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  border: 1px solid rgba(190, 205, 222, 0.48);
  border-radius: var(--s3dc-radius);
  outline: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), var(--s3dc-card-bg));
  opacity: 0;
  filter: grayscale(100%);
  transform: translateX(-50%) translateY(-50%) scale(0.44) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity, filter, box-shadow;
  transition:
    transform var(--s3dc-transition) var(--s3dc-ease),
    opacity 480ms ease,
    filter 480ms ease,
    box-shadow 420ms ease,
    border-color 240ms ease;
}

.s3dc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(15, 39, 71, 0.045);
}

.s3dc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15, 39, 71, 0.18), rgba(15, 39, 71, 0.018) 34%, rgba(15, 39, 71, 0.018) 66%, rgba(15, 39, 71, 0.18));
  opacity: 0;
  transition: opacity 320ms ease;
}

.s3dc-card:not(.is-active)::after {
  opacity: 0.46;
}

.s3dc-card:focus-visible {
  outline: 3px solid rgba(30, 90, 168, 0.42);
  outline-offset: 4px;
}

.s3dc-card-surface {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.98), rgba(239, 246, 252, 0.74) 52%, rgba(211, 222, 235, 0.95)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96) 46%, rgba(226, 232, 240, 0.98)),
    var(--s3dc-card-bg);
}

.s3dc-image-wrap {
  position: absolute;
  inset: 14px 14px 112px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 22px;
  border-radius: max(4px, calc(var(--s3dc-radius) - 1px));
  background:
    radial-gradient(circle at 50% 38%, #FFFFFF 0%, #F7FAFD 44%, #E7EEF6 100%),
    #F8FAFC;
  box-shadow:
    inset 0 0 0 1px rgba(203, 213, 225, 0.34),
    inset 0 -18px 36px rgba(15, 39, 71, 0.035);
}

.s3dc-image-wrap img,
.s3dc-placeholder {
  transform: scale(1);
  transform-origin: center center;
  transition:
    transform 380ms var(--s3dc-ease),
    filter 300ms ease,
    opacity 240ms ease;
}

.s3dc-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
}

.s3dc-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #334155;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.s3dc-gradient {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 39, 71, 0.92), rgba(15, 39, 71, 0.62) 25%, rgba(30, 90, 168, 0.10) 52%, rgba(15, 39, 71, 0) 76%);
}

.s3dc-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 124px;
  padding: 23px 22px 24px;
  gap: 12px;
  color: var(--s3dc-product-name);
  text-align: center;
}

.s3dc-card-title {
  max-width: 92%;
  margin: 0;
  color: var(--s3dc-product-name);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 14px rgba(15, 39, 71, 0.48);
  transform: translateY(0);
  transition: transform 360ms var(--s3dc-ease);
}

.s3dc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 148px;
  min-height: 42px;
  padding: 12px 21px;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px;
  outline: none !important;
  background: linear-gradient(135deg, var(--s3dc-button-bg), #00A3A3) !important;
  color: var(--s3dc-button-text) !important;
  box-shadow: 0 12px 26px rgba(30, 90, 168, 0.24);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  transition:
    opacity 260ms ease,
    visibility 260ms ease,
    transform 360ms var(--s3dc-ease),
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.s3dc-button::before,
.s3dc-button::after {
  content: none !important;
  display: none !important;
}

.s3dc-button:hover,
.s3dc-button:focus {
  color: var(--s3dc-button-text) !important;
  box-shadow: 0 18px 36px rgba(30, 90, 168, 0.36);
}

.s3dc-card:not(.is-active) .s3dc-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.s3dc-card:not(.is-active) .s3dc-card-title {
  opacity: 0.70;
  transform: translateY(3px);
}

.s3dc-card:not(.is-active) .s3dc-image-wrap img,
.s3dc-card:not(.is-active) .s3dc-placeholder {
  opacity: 0.82;
}

/* Coverflow states */
.s3dc-card.is-active {
  z-index: 100;
  opacity: 1;
  filter: grayscale(0%);
  border-color: rgba(30, 90, 168, 0.20);
  transform: translate3d(-50%, -50%, 70px) scale(1) rotateY(0deg);
  box-shadow:
    0 32px 82px var(--s3dc-depth-shadow),
    0 10px 24px rgba(15, 39, 71, 0.11),
    0 0 0 1px rgba(30, 90, 168, 0.09),
    0 0 34px rgba(0, 163, 163, 0.08);
}

.s3dc-card.is-prev {
  z-index: 40;
  width: 286px;
  height: 350px;
  opacity: 0.38;
  filter: grayscale(100%) saturate(0.38) contrast(1.02) brightness(0.76);
  transform: translate3d(calc(-50% - 292px), -50%, -150px) scale(0.78) rotateY(48deg);
  box-shadow: 0 22px 52px rgba(15, 39, 71, 0.15);
}

.s3dc-card.is-next {
  z-index: 40;
  width: 286px;
  height: 350px;
  opacity: 0.38;
  filter: grayscale(100%) saturate(0.38) contrast(1.02) brightness(0.76);
  transform: translate3d(calc(-50% + 292px), -50%, -150px) scale(0.78) rotateY(-48deg);
  box-shadow: 0 22px 52px rgba(15, 39, 71, 0.15);
}

.s3dc-card.is-far-prev {
  z-index: 20;
  width: 210px;
  height: 270px;
  opacity: 0.12;
  filter: grayscale(100%) saturate(0.25) brightness(0.70);
  transform: translate3d(calc(-50% - 500px), -50%, -300px) scale(0.58) rotateY(58deg);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.10);
}

.s3dc-card.is-far-next {
  z-index: 20;
  width: 210px;
  height: 270px;
  opacity: 0.12;
  filter: grayscale(100%) saturate(0.25) brightness(0.70);
  transform: translate3d(calc(-50% + 500px), -50%, -300px) scale(0.58) rotateY(-58deg);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.10);
}

.s3dc-card.is-hidden {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(0.44);
}

.s3dc-card.is-active,
.s3dc-card.is-prev,
.s3dc-card.is-next,
.s3dc-card.is-far-prev,
.s3dc-card.is-far-next {
  pointer-events: auto;
}

/* Hover/focus animation: active card only */
.s3dc-card.is-active:hover,
.s3dc-card.is-active:focus-within,
.s3dc-card.is-active.is-hovering {
  border-color: rgba(0, 163, 163, 0.52);
  box-shadow:
    0 34px 88px rgba(15, 39, 71, 0.24),
    0 0 34px rgba(30, 90, 168, 0.16),
    0 0 0 1px rgba(0, 163, 163, 0.24);
}

.s3dc-card.is-active:hover .s3dc-image-wrap img,
.s3dc-card.is-active:focus-within .s3dc-image-wrap img,
.s3dc-card.is-active.is-hovering .s3dc-image-wrap img,
.s3dc-card.is-active:hover .s3dc-placeholder,
.s3dc-card.is-active:focus-within .s3dc-placeholder,
.s3dc-card.is-active.is-hovering .s3dc-placeholder {
  transform: scale(1.06);
}

.s3dc-card.is-active:hover .s3dc-card-title,
.s3dc-card.is-active:focus-within .s3dc-card-title,
.s3dc-card.is-active.is-hovering .s3dc-card-title {
  transform: translateY(-15px);
}

/* Desktop: active button slides up from the bottom on hover/focus. */
@media (hover: hover) and (pointer: fine) {
  .s3dc-card.is-active .s3dc-button {
    position: absolute;
    left: 50%;
    bottom: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(28px);
  }

  .s3dc-card.is-active:hover .s3dc-button,
  .s3dc-card.is-active:focus-within .s3dc-button,
  .s3dc-card.is-active.is-hovering .s3dc-button {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

@media (hover: none), (pointer: coarse) {
  .s3dc-card.is-active .s3dc-button {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

.s3dc-card.is-prev:hover,
.s3dc-card.is-next:hover {
  opacity: 0.44;
  border-color: rgba(30, 90, 168, 0.32);
  box-shadow: 0 24px 56px rgba(15, 39, 71, 0.16);
}

/* Arrows: single centred SVG chevron in clean circular controls */
.s3dc-arrow {
  position: absolute;
  top: 50%;
  z-index: 260;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.98) !important;
  border-radius: 50% !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: transparent !important;
  box-shadow:
    0 14px 32px rgba(15, 39, 71, 0.14),
    0 0 0 5px rgba(255, 255, 255, 0.45);
  cursor: pointer;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  transform: translateY(-50%);
  transition:
    background-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.s3dc-arrow::before {
  content: "" !important;
  display: block;
  width: 19px;
  height: 19px;
  background: #0F2747;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4l6 6-6 6' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4l6 6-6 6' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: background-color 220ms ease;
}

.s3dc-arrow::after,
.s3dc-arrow span,
.s3dc-arrow i,
.s3dc-arrow svg {
  content: none !important;
  display: none !important;
}

.s3dc-arrow-prev::before {
  transform: rotate(180deg);
}

.s3dc-arrow:hover,
.s3dc-arrow:focus {
  background: #1E5AA8 !important;
  border-color: rgba(30, 90, 168, 0.98) !important;
  box-shadow:
    0 20px 44px rgba(30, 90, 168, 0.30),
    0 0 0 7px rgba(30, 90, 168, 0.11);
  transform: translateY(-50%) scale(1.06);
}

.s3dc-arrow:hover::before,
.s3dc-arrow:focus::before {
  background: #FFFFFF;
}

.s3dc-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.s3dc-arrow-prev {
  left: clamp(14px, 5vw, 78px);
}

.s3dc-arrow-next {
  right: clamp(14px, 5vw, 78px);
}

/* Dots: visible, clickable pill progress indicator */
.s3dc-dots {
  position: relative;
  left: 50%;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 14px auto 0;
  padding: 10px 13px;
  gap: 9px;
  border: 1px solid rgba(203, 213, 225, 0.90);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(15, 39, 71, 0.08);
  transform: translateX(-50%);
}

.s3dc-dot {
  display: inline-block !important;
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px;
  outline: none !important;
  background: var(--s3dc-dot-inactive) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 1px 2px rgba(15, 39, 71, 0.10) !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    width 260ms ease,
    background-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.s3dc-dot:hover,
.s3dc-dot:focus {
  background: rgba(30, 90, 168, 0.64) !important;
  transform: scale(1.14);
}

.s3dc-dot.is-active {
  width: 38px;
  background: linear-gradient(90deg, var(--s3dc-dot-active), #00A3A3) !important;
  box-shadow:
    0 8px 18px rgba(30, 90, 168, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42) !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .s3dc-header {
    margin-bottom: 44px;
  }

  .s3dc-heading {
    font-size: 36px;
    line-height: 1.16;
  }

  .s3dc-intro {
    font-size: 17px;
    line-height: 1.58;
  }

  .s3dc-shell {
    min-height: 474px;
    overflow: hidden;
    perspective: 1200px;
  }

  .s3dc-stage {
    min-height: 406px;
    overflow: hidden;
    perspective: 1200px;
  }

  .s3dc-card.is-active {
    width: min(48vw, 330px);
    height: min(58vw, 394px);
    opacity: 1;
    z-index: 100;
    transform: translate3d(-50%, -50%, 58px) scale(1) rotateY(0deg);
  }

  .s3dc-card.is-prev {
    width: min(34vw, 246px);
    height: min(44vw, 318px);
    opacity: 0.36;
    pointer-events: auto;
    z-index: 40;
    transform: translate3d(calc(-50% - clamp(220px, 31vw, 292px)), -50%, -130px) scale(0.78) rotateY(48deg);
  }

  .s3dc-card.is-next {
    width: min(34vw, 246px);
    height: min(44vw, 318px);
    opacity: 0.36;
    pointer-events: auto;
    z-index: 40;
    transform: translate3d(calc(-50% + clamp(220px, 31vw, 292px)), -50%, -130px) scale(0.78) rotateY(-48deg);
  }

  .s3dc-card.is-far-prev,
  .s3dc-card.is-far-next {
    opacity: 0;
    pointer-events: none;
  }

  .s3dc-card-title {
    font-size: 20px;
    line-height: 1.22;
  }

  .s3dc-button {
    min-height: 42px;
    padding: 12px 20px;
  }

  .s3dc-arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .s3dc-arrow::before {
    width: 17px;
    height: 17px;
  }

  .s3dc-arrow-prev {
    left: clamp(12px, 5vw, 42px);
  }

  .s3dc-arrow-next {
    right: clamp(12px, 5vw, 42px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .s3dc-header {
    margin-bottom: 32px;
  }

  .s3dc-eyebrow {
    font-size: 12px;
  }

  .s3dc-heading {
    font-size: 30px;
    line-height: 1.18;
  }

  .s3dc-intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .s3dc-shell {
    min-height: 404px;
    overflow: hidden;
    perspective: 920px;
  }

  .s3dc-stage {
    min-height: 336px;
    overflow: hidden;
    perspective: 920px;
  }

  .s3dc-stage::after {
    top: calc(50% + 158px);
    width: min(250px, 64vw);
    height: 34px;
    filter: blur(10px);
  }

  .s3dc-card.is-active {
    width: min(64vw, 254px);
    height: min(80vw, 324px);
    opacity: 1;
    z-index: 100;
    border-color: rgba(30, 90, 168, 0.24);
    transform: translate3d(-50%, -50%, 54px) scale(1) rotateY(0deg);
    box-shadow:
      0 26px 62px rgba(15, 39, 71, 0.22),
      0 9px 20px rgba(15, 39, 71, 0.11),
      0 0 0 1px rgba(30, 90, 168, 0.10);
  }

  .s3dc-card.is-prev {
    width: min(48vw, 190px);
    height: min(64vw, 252px);
    opacity: 0.42;
    pointer-events: auto;
    z-index: 40;
    transform: translate3d(calc(-50% - clamp(96px, 31vw, 122px)), -50%, -118px) scale(0.82) rotateY(56deg);
    box-shadow: 0 18px 38px rgba(15, 39, 71, 0.18);
  }

  .s3dc-card.is-next {
    width: min(48vw, 190px);
    height: min(64vw, 252px);
    opacity: 0.42;
    pointer-events: auto;
    z-index: 40;
    transform: translate3d(calc(-50% + clamp(96px, 31vw, 122px)), -50%, -118px) scale(0.82) rotateY(-56deg);
    box-shadow: 0 18px 38px rgba(15, 39, 71, 0.18);
  }

  .s3dc-card.is-far-prev,
  .s3dc-card.is-far-next {
    opacity: 0;
    pointer-events: none;
  }

  .s3dc-image-wrap {
    inset: 11px 11px 98px;
    padding: 16px;
  }

  .s3dc-card-content {
    min-height: 112px;
    padding: 16px 15px 17px;
    gap: 10px;
  }

  .s3dc-card-title {
    font-size: 18px;
    line-height: 1.22;
  }

  .s3dc-button {
    width: min(100%, 210px);
    min-height: 40px;
    padding: 11px 17px;
    font-size: 14px;
  }

  .s3dc-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    box-shadow:
      0 10px 24px rgba(15, 39, 71, 0.16),
      0 0 0 4px rgba(255, 255, 255, 0.52);
  }

  .s3dc-arrow::before {
    width: 16px;
    height: 16px;
  }

  .s3dc-arrow-prev {
    left: 8px;
  }

  .s3dc-arrow-next {
    right: 8px;
  }

  .s3dc-dots {
    max-width: calc(100% - 24px);
    margin-top: 12px;
    padding: 8px 10px;
    gap: 8px;
  }

  .s3dc-dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
  }

  .s3dc-dot.is-active {
    width: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s3dc-card,
  .s3dc-image-wrap img,
  .s3dc-placeholder,
  .s3dc-card-title,
  .s3dc-button,
  .s3dc-arrow,
  .s3dc-dot {
    transition: none !important;
  }
}
