.sl-live-banner {
  --sl-infobox-mobile-inset: 20px;
  position: relative;
  font-family: inherit;
}
.sl-live-banner__slide {
  position: relative;
  border-radius: 16px;
}
.sl-live-banner__media {
  position: relative;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-color: #1a1a2e;
  border-radius: 16px;
  overflow: hidden;
}
.sl-live-banner__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: #1a1a2e;
}
.sl-live-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 1;
}
.sl-live-banner__info-container {
  position: absolute;
  bottom: 28px;
  right: 28px;
  background: #fff;
  border-radius: 16px;
  min-width: 380px;
  max-width: 480px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  z-index: 10;
  overflow: hidden;
}
.sl-live-banner__info-swiper {
  width: 100%;
  height: 100%;
}
.sl-live-banner__info-slide {
  display: flex;
  width: 100%;
}
.sl-live-banner__info {
  padding: 24px;
  display: flex;
  gap: 18px;
  align-items: stretch;
  width: 100%;
}
.sl-live-banner__info-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.sl-live-banner__thumb {
  width: 105px;
  height: 105px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.sl-live-banner__hls-wrap {
  width: 105px;
  height: 105px;
  border-radius: 12px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.sl-live-banner__hls-wrap .sl-live-banner__hls-poster,
.sl-live-banner__hls-wrap video,
.sl-live-banner__hls-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sl-live-banner__hls-poster {
  z-index: 1;
  transition: opacity 0.2s ease;
}
.sl-live-banner__hls-video {
  z-index: 2;
}
.sl-live-banner__hls-iframe {
  z-index: 2;
  background: #000;
}
.sl-live-banner__iframe-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
}
.sl-live-banner__info-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sl-live-banner__meta {
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sl-live-banner__meta i {
  font-size: 11px;
}
.sl-live-banner__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1.5px solid #e0e0e0;
  border-radius: 20px;
  padding: 3px 10px;
}
.sl-live-banner__meta-pill.sl-meta-pill-mobile {
  display: none;
}
.sl-live-banner__meta-live {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #ff2d55;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
}
.sl-live-banner__meta-live-label {
  background: #ff2d55;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sl-live-banner__meta-live-label i {
  font-size: 8px;
  animation: sl-pulse 1.6s infinite;
}
.sl-live-banner__meta-live-viewers {
  background: #fff;
  color: #ff2d55;
  padding: 5px 10px;
}
.sl-live-banner__title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-live-banner__buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
}
.sl-live-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.sl-live-banner__btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
.sl-live-banner__btn--primary {
  background: #E91E8C;
  color: #fff;
}
.sl-live-banner__btn--secondary {
  background: #FFE8F5;
  color: #E91E8C;
}
.sl-live-banner__btn .sl-notify-icon {
  display: none;
  line-height: 1;
}
.sl-live-banner__btn .sl-notify-icon i, .sl-live-banner__btn .sl-notify-icon svg {
  font-size: 16px;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sl-live-banner__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 0;
  border: 1px solid #ddd;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.sl-live-banner .sl-badge--live {
  background: #ff2d55;
  color: #fff;
  border-color: #ff2d55;
  animation: sl-pulse 1.6s infinite;
}
.sl-live-banner .sl-badge--upcoming {
  background: #fff;
  color: #555;
}
.sl-live-banner .sl-badge--recorded {
  background: #f0f0f0;
  color: #777;
}
.sl-live-banner__nav {
  position: absolute;
  bottom: 18px;
  left: 24px;
  display: flex;
  gap: 6px;
  z-index: 11;
}
.sl-live-banner__nav-prev, .sl-live-banner__nav-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #333;
  transition: background 0.2s, transform 0.15s;
}
.sl-live-banner__nav-prev:hover, .sl-live-banner__nav-next:hover {
  background: #e0e0e0;
  transform: scale(1.05);
}
.sl-live-banner__nav-prev:active, .sl-live-banner__nav-next:active {
  transform: scale(0.95);
}
.sl-live-banner__products {
  --sl-products-desktop: 2;
  --sl-products-tablet: 2;
  --sl-products-mobile: 1;
  --sl-products-gap: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  position: relative;
}
.sl-live-banner__products-swiper {
  flex: 1;
  overflow: hidden;
  /* Fallback for Elementor Editor before Swiper JS initializes */
}
.sl-live-banner__products-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: var(--sl-products-gap);
}
.sl-live-banner__products-swiper:not(.swiper-initialized) .swiper-slide {
  height: auto;
  flex-shrink: 0;
  width: calc((100% - var(--sl-products-gap) * (var(--sl-products-desktop) - 1)) / var(--sl-products-desktop));
}
@media (max-width: 1024px) {
  .sl-live-banner__products-swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - var(--sl-products-gap) * (var(--sl-products-tablet) - 1)) / var(--sl-products-tablet));
  }
}
@media (max-width: 767px) {
  .sl-live-banner__products-swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - var(--sl-products-gap) * (var(--sl-products-mobile) - 1)) / var(--sl-products-mobile));
  }
}
.sl-live-banner__product-card {
  background: #F8F8F8;
  border-radius: 14px;
  overflow: hidden;
}
.sl-live-banner__product-card.swiper-slide a,
.sl-live-banner__product-card a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  padding: 14px;
  background: transparent;
  border-radius: inherit;
  transition: opacity 0.2s;
  box-sizing: border-box;
}
.sl-live-banner__product-card.swiper-slide a:hover,
.sl-live-banner__product-card a:hover {
  opacity: 0.85;
}
.sl-live-banner__product-img-wrap {
  width: 100px;
  height: 100px;
  min-width: 100px;
  /* prevent squishing when text is long */
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sl-live-banner__product-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
}
.sl-live-banner__product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  /* allows text truncation within flex child */
  overflow: hidden;
}
.sl-live-banner__product-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  color: #FF9800;
  margin-bottom: 6px;
}
.sl-live-banner__product-rating .empty {
  color: #ccc;
}
.sl-live-banner__product-rating .rating-num {
  color: #888;
  font-size: 14px;
  margin-left: 6px;
  font-weight: 500;
}
.sl-live-banner__product-name {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 10px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-live-banner__product-brand {
  color: #E91E8C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sl-live-banner__product-pricing {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price {
  font-size: 16px;
  font-weight: 700;
  color: #F44336;
}
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price .woocommerce-Price-amount,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price .woocommerce-Price-amount bdi,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price ins,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price ins .woocommerce-Price-amount,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price ins .woocommerce-Price-amount bdi,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price span,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price span bdi,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price bdi,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price del,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price del .woocommerce-Price-amount,
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price del .woocommerce-Price-amount bdi {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  background: transparent;
}
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price.regular {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  font-weight: 400;
}
.sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price.sale, .sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price.sale .woocommerce-Price-amount, .sl-live-banner .sl-live-banner__product-card .sl-live-banner__product-info .sl-live-banner__product-pricing .sl-live-banner__product-price.sale .woocommerce-Price-amount bdi {
  color: #F44336;
  font-weight: 700;
}
.sl-live-banner__product-vat {
  display: none;
}
.sl-live-banner__prod-prev, .sl-live-banner__prod-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FFE8F5;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #E91E8C;
  transition: all 0.2s;
  flex-shrink: 0;
}
.sl-live-banner__prod-prev:hover, .sl-live-banner__prod-next:hover {
  background: #E91E8C;
  color: #fff;
}
.sl-live-banner-empty {
  padding: 32px;
  text-align: center;
  color: #999;
}
@media (max-width: 767px) {
  .sl-live-banner__info-container {
    left: var(--sl-infobox-mobile-inset);
    right: var(--sl-infobox-mobile-inset);
    bottom: var(--sl-infobox-mobile-inset);
    transform: none;
    width: auto;
    min-width: 0;
    max-width: calc(100% - var(--sl-infobox-mobile-inset) * 2);
  }
  .sl-live-banner__info {
    width: 100%;
  }
  .sl-live-banner.sl-mobile-merge .sl-live-banner__meta-pill.sl-meta-pill-desktop {
    display: none;
  }
  .sl-live-banner.sl-mobile-merge .sl-live-banner__meta-pill.sl-meta-pill-mobile {
    display: inline-flex;
  }
  .sl-live-banner__buttons {
    flex-wrap: nowrap;
  }
  .sl-live-banner__btn--primary {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
  .sl-live-banner__btn.sl-notify-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }
  .sl-live-banner__btn.sl-notify-btn .sl-notify-text {
    display: none;
  }
  .sl-live-banner__btn.sl-notify-btn .sl-notify-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@keyframes sl-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
}
.sl-notify-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.sl-notify-modal-backdrop.sl-open {
  display: flex;
}

.sl-notify-modal {
  background: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  max-width: 460px;
  width: 90%;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.22);
  position: relative;
  text-align: center;
}
.sl-notify-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #888;
  line-height: 1;
}
.sl-notify-modal h4 {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin: 0 0 22px;
  line-height: 1.5;
}
.sl-notify-modal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sl-notify-modal__cal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
  background: #fff;
}
.sl-notify-modal__cal-btn:hover {
  border-color: #E91E8C;
  background: #fff7fb;
  color: #E91E8C;
}