.banner-header-image {
  position: relative;
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.banner-header-image-scrollbar {
  position: absolute;
  bottom: 20px;
  left: 12px;
  right: 12px;
  height: 4px;
  display: flex;
  gap: 20px;
  align-items: center;
  z-index: 50;
}

.swiper-scrollbar {
  position: relative;
  --progress: 0;
  background: rgba(255, 255, 255, 0.2); /* nền scrollbar */
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
}

/* Tiến trình chạy nằm dưới thanh kéo (drag) */
.swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(var(--progress, 0) * 100%);
  background: white;
  z-index: 0; /* nằm dưới drag */
  transition: width 0.1s linear;
}

/* Thanh kéo (mặc định Swiper tạo) */
.swiper-scrollbar-drag {
  position: relative;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2); /* nền scrollbar */
  z-index: 1;
}

.banner-header-image-scrollbar-stop {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  color: #fff;
}
.banner-header-image-scrollbar-play-icon,
.banner-header-image-scrollbar-stop-icon {
  width: 100%;
  height: 100%;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static !important;
}

.banner-header-menu-list-wrapper-bottom {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 1;
  text-align: end;
}

.banner-header-menu-list-wrapper-bottom
  .banner-header-menu-list-wrapper-bottom-title {
  margin-bottom: 16px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.banner-header-menu-list-wrapper-bottom
  .banner-header-menu-list-wrapper-bottom-description {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.banner-header-menu-list-wrapper-bottom-button {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.banner-header-menu-list-wrapper
  .banner-header-menu-list-wrapper-bottom
  .banner-header-menu-list-wrapper-bottom-button-link {
  padding: 8px 16px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.banner-header-menu-list-wrapper-bottom-button-link:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.banner-header-menu-list-inner-logo {
  flex: 1;
}

.banner-header-account-link,
.banner-header-cart-icon {
  height: 24px;
  padding-left: 8px;
  position: relative;
}
.banner-header-menu-list-inner-menu-right-account svg,
.banner-header-menu-list-inner-menu-right-cart svg {
  color: #333;
}

.banner-header-menu-list-inner-menu-right-cart .cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .banner-header-menu-list-wrapper-bottom {
    bottom: 40px;
    left: 20px;
    right: 20px;
    text-align: start;
  }

  .banner-header-menu-list-wrapper .banner-header-menu-list-wrapper-bottom .banner-header-menu-list-wrapper-bottom-button-link{
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .banner-header-menu-list-wrapper-bottom-button{
   flex-direction: column;
  }
}
