.ott-card {
  background: var(--color-surface-default, #ffffff);
  border-radius: var(--border-radius-border-radius-xl, 24px);
  padding: var(--space-lg, 24px);
  box-shadow: 0 4px 20px rgba(16, 20, 20, 0.1);
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 390px;
  height: 100%;
}
.channel-ott-carousel-slider:not(:has(.channel-info-card-wrapper)) .ott-card {
  max-width: 500px;
}
.ott-card-logo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: var(--space-lg, 24px);
}
.ott-card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  margin-bottom: var(--space-lg, 24px);
}
.ott-price {
  display: flex;
  align-items: baseline;
  gap: var(--space-sm, 8px);
  justify-content: center;
  margin-bottom: var(--space-sm, 8px);
}
.ott-card-contents {
  flex: 1;
  text-align: left;
}
.ott-card-contents p {
  margin-bottom: 0;
}
.ott-price .discount-price {
  font-weight: var(--font-weight-font-weight-bold, 700);
  color: var(--color-foreground-strongest, #303031);
}
.ott-price .discount-price h4, .ott-price .original-price {
  color: var(--color-foreground-strongest, #303031);
}
.ott-card-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 4px);
  width: 100%;
}
.ott-card-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm, 8px);
}
.ott-card-button { 
  margin-top: var(--space-md, 16px);
}
.ott-card-button > div {
  text-align: center !important;
}
.ott-card-item svg {
  fill: var(--color-foreground-secondary-active, #E6007D);
}
.ott-card-item .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.channel-ott-carousel-slider .swiper-slide {
  height: auto;
  width: auto;
  padding: var(--space-md, 16px) var(--space-sm, 8px);
}
.channel-ott-carousel-slider .swiper-button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  filter: invert(1);
}
.channel-ott-carousel-wrap .swiper-carousel {
  padding: 0 36px;
  position: relative;
}
.channel-ott-carousel-wrap:has(.swiper-button-lock) .swiper-carousel {
  padding: 0;
}
.channel-ott-carousel-slider.swiper {
  position: unset;
}
.channel-ott-carousel-slider:has(.swiper-button-lock).swiper {
  position: relative;
}
.ott-card .description {
  margin-bottom: var(--space-sm, 8px);
}
.ott-card .description p {
  margin-bottom: 0;
}
@media only screen and (min-width: 961px) {
  .channel-ott-carousel-wrap:not(:has(.channel-info-card-wrapper)) .channel-ott-carousel-slider:has(.swiper-button-lock) .channel-ott-carousel-items {
    justify-content: center;
  }
}
@media only screen and (max-width: 960px) {
  .ott-card {
    padding: var(--space-md, 16px);
    width: 230px;
  }
  .channel-ott-carousel-slider .swiper-button {
    display: none;
  }
  .channel-ott-carousel-slider.swiper {
    padding-left: var(--space-xl, 32px);
    padding-right: var(--space-xl, 32px);
    position: relative;
  }
  .channel-ott-carousel-slider:not(:has(.channel-info-card-wrapper)) .ott-card {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .channel-ott-carousel-slider.swiper {
    padding-left: var(--space-lg, 24px);
    padding-right: var(--space-lg, 24px);
  }
}
@media only screen and (max-width: 640px) {
  .channel-ott-carousel-slider.swiper {
    padding-left: var(--space-md, 16px);
    padding-right: var(--space-md, 16px);
  }
}
