.stc-carousel-wrap {
  --stc-bg-a: #f6faff;
  --stc-bg-b: #eaf2ff;
  --stc-bg-c: #dee9ff;
  --stc-surface: #f8fbff;
  --stc-surface-soft: #eef4ff;
  --stc-surface-deep: #e4edff;
  --stc-border: rgba(142, 172, 224, 0.44);
  --stc-border-strong: rgba(126, 160, 219, 0.7);
  --stc-highlight: rgba(255, 255, 255, 0.94);
  --stc-highlight-soft: rgba(255, 255, 255, 0.72);
  --stc-ink: #21334f;
  --stc-ink-muted: #55739d;
  --stc-accent: #5f8ee0;
  --stc-accent-soft: #7ba5ec;
  --stc-success: #1f9f77;
  --stc-danger: #c96e80;
  --stc-cta-text: #1d2a44;
  --stc-font-ui: "Plus Jakarta Sans", "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --stc-font-display: "Outfit", "Plus Jakarta Sans", "Manrope", "Avenir Next", sans-serif;
  --stc-shadow-raised:
    0 22px 46px rgba(114, 142, 190, 0.22),
    0 7px 16px rgba(118, 153, 209, 0.22),
    -6px -6px 18px rgba(255, 255, 255, 0.95);
  --stc-shadow-inset:
    inset 1px 1px 0 rgba(255, 255, 255, 0.92),
    inset -1px -1px 0 rgba(116, 144, 192, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  background: linear-gradient(160deg, var(--stc-bg-a) 0%, var(--stc-bg-b) 52%, var(--stc-bg-c) 100%);
  border: 1px solid rgba(153, 181, 229, 0.48);
  border-radius: 30px;
  box-shadow:
    var(--stc-shadow-raised),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: var(--stc-ink);
  font-family: var(--stc-font-ui);
  margin: 1.2rem auto;
  max-width: 1140px;
  overflow: hidden;
  padding: clamp(0.95rem, 1.9vw, 1.6rem);
  position: relative;
}

.stc-carousel-wrap::before,
.stc-carousel-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.stc-carousel-wrap::before {
  background: radial-gradient(circle, rgba(196, 224, 255, 0.82) 0%, rgba(196, 224, 255, 0) 70%);
  height: 420px;
  inset: -32% auto auto -24%;
  width: 420px;
}

.stc-carousel-wrap::after {
  background: radial-gradient(circle, rgba(161, 198, 255, 0.56) 0%, rgba(161, 198, 255, 0) 72%);
  height: 360px;
  inset: auto -18% -26% auto;
  width: 360px;
}

.stc-top-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.55rem;
  position: relative;
  z-index: 3;
}

.stc-account-btn {
  align-items: center;
  background: linear-gradient(154deg, #fdfefe 0%, #eaf2ff 56%, #dde9ff 100%);
  border: 1px solid rgba(126, 161, 218, 0.76);
  border-radius: 999px;
  box-shadow:
    -2px -2px 6px rgba(255, 255, 255, 0.98),
    6px 8px 16px rgba(116, 151, 203, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color: #2a4670;
  display: inline-flex;
  font-family: var(--stc-font-ui);
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.4rem;
  letter-spacing: 0.02em;
  min-height: 40px;
  min-width: 40px;
  padding: 0.45rem 0.72rem;
  text-decoration: none;
  transition: transform 120ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.stc-account-btn:hover,
.stc-account-btn:focus-visible {
  border-color: rgba(102, 146, 215, 0.92);
  box-shadow:
    -3px -3px 8px rgba(255, 255, 255, 1),
    8px 10px 18px rgba(111, 146, 200, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 0 0 3px rgba(96, 145, 224, 0.18);
  outline: 0;
  transform: translateY(-1px);
}

.stc-account-btn:active {
  box-shadow:
    inset 2px 3px 8px rgba(113, 145, 193, 0.24),
    inset -2px -2px 7px rgba(255, 255, 255, 0.92);
  transform: translateY(1px);
}

.stc-account-btn-icon {
  align-items: center;
  display: inline-flex;
  height: 1rem;
  justify-content: center;
  width: 1rem;
}

.stc-account-btn-icon svg {
  display: block;
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.stc-account-btn-text {
  line-height: 1;
  white-space: nowrap;
}

.stc-swiper {
  height: clamp(31rem, 84vh, 58rem);
  overflow: visible;
  padding: 0.25rem 0.2rem 0.65rem;
  position: relative;
  z-index: 2;
}

.stc-swiper .swiper-slide {
  opacity: 0.9;
  transition: opacity 240ms ease, transform 240ms ease;
}

.stc-swiper .swiper-slide-active {
  opacity: 1;
}

.stc-card {
  align-items: stretch;
  background: linear-gradient(158deg, var(--stc-surface) 0%, var(--stc-surface-soft) 64%, #edf4ff 100%);
  border: 1px solid var(--stc-border);
  border-radius: 22px;
  box-shadow:
    var(--stc-shadow-raised),
    var(--stc-shadow-inset);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(260px, 1.22fr) minmax(280px, 0.78fr);
  height: 100%;
  overflow: hidden;
  position: relative;
}

.stc-card::after {
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.stc-card:hover,
.stc-card:focus-within {
  transform: translateY(-2px);
  transition: transform 180ms ease;
}

.stc-image-link {
  align-items: center;
  background:
    radial-gradient(circle at 14% 15%, rgba(213, 232, 255, 0.85) 0%, rgba(213, 232, 255, 0) 46%),
    linear-gradient(150deg, #edf4ff 0%, #e6eeff 100%);
  border-right: 1px solid rgba(136, 168, 221, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -14px 28px rgba(129, 157, 204, 0.16);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.stc-image-link::before {
  border: 1px solid rgba(159, 187, 234, 0.42);
  border-radius: 14px;
  bottom: 10px;
  content: "";
  left: 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.stc-image {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.stc-card-body {
  align-content: start;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.8) 0%, rgba(234, 243, 255, 0.9) 70%, rgba(226, 237, 255, 0.95) 100%);
  border-left: 1px solid rgba(154, 183, 231, 0.36);
  display: grid;
  gap: 0.84rem;
  padding: 1rem 1rem 1.08rem;
  position: relative;
}

.stc-date-chip {
  align-items: center;
  background: linear-gradient(165deg, #f4f8ff 0%, #e5eeff 100%);
  border: 1px solid var(--stc-border-strong);
  border-radius: 999px;
  box-shadow:
    -3px -3px 8px rgba(255, 255, 255, 0.95),
    4px 5px 12px rgba(140, 169, 217, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: #2f4f7d;
  display: inline-flex;
  font-family: var(--stc-font-ui);
  font-size: 0.81rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0.34rem 0.74rem;
  text-transform: uppercase;
}

.stc-title {
  color: #1f3557;
  font-family: var(--stc-font-display);
  font-size: clamp(1.18rem, 2vw, 1.66rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0;
}

.stc-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.stc-price-now {
  color: var(--stc-success);
  font-family: var(--stc-font-ui);
  font-size: clamp(1.2rem, 1.85vw, 1.52rem);
  font-weight: 800;
}

.stc-price-was {
  color: var(--stc-danger);
  font-family: var(--stc-font-ui);
  font-weight: 600;
  opacity: 0.9;
  text-decoration: line-through;
}

.stc-cta {
  align-items: center;
  background: linear-gradient(154deg, #f8fbff 0%, #e4eefe 60%, #d7e4fa 100%);
  border: 1px solid rgba(137, 170, 223, 0.72);
  border-radius: 999px;
  box-shadow:
    -3px -3px 8px rgba(255, 255, 255, 0.95),
    8px 10px 20px rgba(119, 149, 198, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  color: var(--stc-cta-text);
  display: inline-flex;
  font-family: var(--stc-font-ui);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.01em;
  margin-top: 0.35rem;
  min-height: 46px;
  min-width: 148px;
  padding: 0.62rem 1.28rem;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: none;
  transition: transform 120ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  width: fit-content;
}

.stc-cta::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0));
  border-radius: 999px;
  content: "";
  height: 40%;
  left: 16%;
  pointer-events: none;
  position: absolute;
  right: 16%;
  top: 3px;
}

.stc-cta:hover,
.stc-cta:focus-visible {
  background: linear-gradient(154deg, #ffffff 0%, #ebf3ff 62%, #deebff 100%);
  border-color: rgba(108, 153, 223, 0.82);
  box-shadow:
    -4px -4px 10px rgba(255, 255, 255, 0.98),
    10px 12px 24px rgba(111, 145, 196, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 0 0 3px rgba(96, 145, 224, 0.2);
  outline: 0;
  transform: translateY(-1px);
}

.stc-cta:active {
  background: linear-gradient(154deg, #ecf3ff 0%, #e2ebfb 100%);
  box-shadow:
    inset 2px 3px 10px rgba(112, 144, 192, 0.24),
    inset -2px -2px 8px rgba(255, 255, 255, 0.9);
  transform: translateY(1px);
}

.stc-cta.loading,
.stc-cta[aria-disabled="true"] {
  cursor: progress;
  opacity: 0.88;
  pointer-events: none;
}

.stc-cta.stc-is-busy {
  cursor: progress;
  opacity: 0.9;
  pointer-events: none;
}

.stc-cta.added {
  background: linear-gradient(154deg, #e9fff7 0%, #d8f7eb 100%);
  border-color: rgba(69, 172, 136, 0.5);
  color: #21644d;
}

.stc-cta.added_to_cart {
  display: none;
}

.stc-cta-secondary {
  background: linear-gradient(154deg, #eef4ff 0%, #deebff 100%);
  border-color: rgba(123, 157, 213, 0.66);
  color: #2f4f84;
}

.stc-cta-secondary:hover,
.stc-cta-secondary:focus-visible {
  border-color: rgba(97, 139, 207, 0.84);
}

.stc-pagination {
  width: auto !important;
}

.stc-pagination .swiper-pagination-bullet {
  background: linear-gradient(180deg, #ffffff 0%, #dbe8ff 100%);
  border: 1px solid rgba(116, 148, 199, 0.45);
  box-shadow:
    -2px -2px 5px rgba(255, 255, 255, 0.95),
    3px 4px 8px rgba(132, 160, 206, 0.24);
  opacity: 1;
}

.stc-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #8cb2f1 0%, #5f8edf 100%);
  border-color: rgba(90, 131, 203, 0.88);
}

.stc-empty {
  background: linear-gradient(160deg, #f8fbff 0%, #edf4ff 100%);
  border: 1px solid rgba(145, 173, 220, 0.55);
  border-radius: 16px;
  box-shadow:
    -4px -4px 10px rgba(255, 255, 255, 0.95),
    10px 12px 24px rgba(120, 150, 198, 0.18);
  color: #3b557c;
  margin: 1rem auto;
  max-width: 860px;
  padding: 1rem 1.2rem;
}

/* Tickets Lab: keep legacy Elementor top/bottom sections hidden around shortcode area. */
body.page-id-7474 .elementor-element-dbddc600,
body.page-id-7474 .elementor-element-99fa3ab8 {
  display: none !important;
}

@media (max-width: 980px) {
  .stc-card {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .stc-image-link {
    border-right: 0;
    border-bottom: 1px solid rgba(136, 168, 221, 0.34);
    min-height: 0;
  }

  .stc-image {
    height: 100%;
    object-fit: contain;
    object-position: center top;
  }

  .stc-card-body {
    border-left: 0;
    padding: 0.9rem 1rem 1.05rem;
  }

  .stc-title {
    font-size: 1.34rem;
  }
}

@media (max-width: 640px) {
  .stc-carousel-wrap {
    border-radius: 18px;
    padding: 0.66rem;
  }

  .stc-top-actions {
    margin: 0;
    position: absolute;
    right: 0.66rem;
    top: 0.66rem;
    z-index: 6;
  }

  .stc-account-btn {
    border-radius: 12px;
    min-height: 40px;
    min-width: 40px;
    padding: 0.18rem;
  }

  .stc-account-btn-text {
    display: none;
  }

  .stc-swiper {
    height: min(88vh, 48rem);
    padding-top: 1.35rem;
    padding-bottom: 0.4rem;
  }

  .stc-card {
    border-radius: 18px;
  }

  .stc-image-link {
    border-radius: 14px 14px 0 0;
    max-height: 56vh;
  }

  .stc-image {
    max-height: 56vh;
  }

  .stc-title {
    font-size: 1.18rem;
    line-height: 1.22;
  }

  .stc-card-body {
    gap: 0.62rem;
    padding: 0.84rem 0.85rem 0.95rem;
  }

  .stc-date-chip {
    font-size: 0.73rem;
    justify-content: flex-start;
    padding: 0.3rem 0.66rem;
  }

  .stc-price-now {
    font-size: 1.26rem;
  }

  .stc-price-was {
    font-size: 1.06rem;
  }

  .stc-cta {
    min-height: 46px;
    min-width: 0;
    width: 100%;
  }
}
