.sdcc-carousel,
.sdcc-carousel * {
  box-sizing: border-box;
}

.sdcc-carousel {
  --sdcc-speed: 450ms;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 14px 45px 8px;
  overflow: hidden;
  overflow: clip;
  color: #54263a;
  background: #fff0f5;
  border: 1px solid #f1cedb;
  border-radius: 14px;
  font-family: inherit;
  isolation: isolate;
}

.sdcc-carousel button {
  margin: 0 !important;
  font-family: inherit !important;
  text-transform: none !important;
  box-shadow: none;
}

.sdcc-viewport {
  width: 100%;
  overflow: hidden;
  overflow: clip;
}

.sdcc-track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform var(--sdcc-speed) ease;
  will-change: transform;
}

.sdcc-slide {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 8px;
  text-align: center;
}

.sdcc-offer-label {
  display: inline-block;
  margin: 0 0 4px;
  color: #c14f7a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sdcc-heading {
  max-width: 100%;
  margin: 0 0 9px;
  color: #54263a;
  font-family: inherit;
  font-size: clamp(20px, 3vw, 27px);
  font-weight: 700;
  line-height: 1.18;
}

.sdcc-copy {
  appearance: none;
  width: min(100%, 390px) !important;
  max-width: 390px;
  min-height: 52px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
  padding: 8px 12px 8px 17px;
  color: #54263a;
  background: #fff;
  border: 1.5px dashed #c76b8d;
  border-radius: 10px;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.sdcc-copy:hover {
  background: #fffafd;
  border-color: #8f3659;
}

.sdcc-copy:active {
  transform: translateY(1px);
}

.sdcc-code-content {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.sdcc-code-title {
  color: #997181;
  font-size: 10px;
  line-height: 1.1;
}

.sdcc-code {
  display: block;
  overflow: hidden;
  color: #54263a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdcc-copy-text {
  min-width: 72px;
  padding: 10px 12px;
  color: #fff;
  background: #a83f67;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.15;
  text-align: center;
  transition: color .2s ease, background-color .2s ease;
}

.sdcc-copy:hover .sdcc-copy-text {
  background: #8f3659;
}

.sdcc-copy.is-copied {
  background: #f4fff8;
  border-color: #3e8a61;
}

.sdcc-copy.is-copied .sdcc-copy-text {
  background: #357653;
}

.sdcc-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 22px;
}

.sdcc-arrow {
  appearance: none;
  display: grid !important;
  place-items: center !important;
  width: 20px;
  min-width: 20px;
  height: 20px;
  padding: 0 !important;
  color: #79304e;
  background: transparent;
  border: 1px solid #dfabc0;
  border-radius: 50%;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.sdcc-arrow:hover:not(:disabled) {
  color: #fff;
  background: #a83f67;
  border-color: #a83f67;
  transform: translateY(-1px);
}

.sdcc-arrow:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.sdcc-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1;
}

.sdcc-arrow-icon i,
.sdcc-arrow-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sdcc-dots {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  width: auto !important;
  min-width: 0 !important;
  min-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

/* Strong reset so Woodmart/Elementor/global button styles cannot turn dots into large buttons. */
.sdcc-carousel .sdcc-dot,
.sdcc-carousel button.sdcc-dot {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 6px !important;
  min-width: 6px !important;
  max-width: 6px !important;
  height: 6px !important;
  min-height: 6px !important;
  max-height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  background: #ddb2c3;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  outline-offset: 3px;
  cursor: pointer;
  transform: none;
  transition: width .2s ease, min-width .2s ease, max-width .2s ease, background-color .2s ease, opacity .2s ease !important;
}

.sdcc-carousel .sdcc-dot:hover,
.sdcc-carousel button.sdcc-dot:hover {
  opacity: .82;
  transform: none !important;
}

.sdcc-carousel .sdcc-dot.is-active,
.sdcc-carousel button.sdcc-dot.is-active {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 6px !important;
  min-height: 6px !important;
  max-height: 6px !important;
  background: #a83f67;
  opacity: 1;
}

.sdcc-copy:focus-visible,
.sdcc-arrow:focus-visible,
.sdcc-dot:focus-visible,
.sdcc-carousel:focus-visible {
  outline: 3px solid rgba(168, 63, 103, .25);
  outline-offset: 2px;
}

.sdcc-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.sdcc-carousel.sdcc-single .sdcc-controls {
  display: none !important;
}

@media (max-width: 600px) {
  .sdcc-carousel {
    padding: 9px 10px 6px;
    border-radius: 10px;
  }

  .sdcc-slide {
    min-height: 128px;
    padding: 1px 0 5px;
  }

  .sdcc-offer-label {
    margin-bottom: 3px;
    font-size: 9px;
  }

  .sdcc-heading {
    max-width: 330px;
    margin-bottom: 7px;
    font-size: clamp(17px, 5.2vw, 21px);
  }

  .sdcc-copy {
    width: 100% !important;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 7px 5px 11px;
    column-gap: 10px;
  }

  .sdcc-code {
    font-size: 15px;
  }

  .sdcc-copy-text {
    min-width: 62px;
    padding: 7px;
    font-size: 10px;
  }

  .sdcc-controls {
    min-height: 20px;
  }

  .sdcc-arrow {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sdcc-track,
  .sdcc-copy,
  .sdcc-copy-text,
  .sdcc-arrow,
  .sdcc-dot {
    transition: none !important;
  }
}
