.swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #000; }
  .swiper-button::after {
    content: none; }
  .swiper-button svg {
    width: 44px;
    height: 44px; }
  @media (max-width: 991px) {
    .swiper-button svg {
      width: 30px;
      height: 30px; } }

.swiper-flashsale-prev {
  left: 0; }
  .swiper-flashsale-prev svg {
    transform: rotate(180deg); }

.section-title {
  text-align: center;
  margin-bottom: 30px; }
  .section-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--shop-color-title);
    margin: 0; }

.swiper-flashsale-next {
  right: 0; }

.section-banner-slider {
  position: relative;
  width: 100%;
  z-index: 2; }
  .section-banner-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }
  .section-banner-slider .swiper-pagination-bullet-active {
    background: var(--shop-color-main); }

.banner-slider__swiper {
  width: 100%;
  height: calc(100vh - 32px); }
  .banner-slider__swiper .swiper-wrapper,
  .banner-slider__swiper .swiper-slide {
    height: 100%; }

.banner-slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .banner-slider__slide__media,
  .banner-slider__slide .banner-slider__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

.banner-slider__media {
  position: absolute;
  inset: 0;
  z-index: 0; }

.banner-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.banner-slider__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none; }

.banner-slider__controls {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 15px; }
  @media (max-width: 767px) {
    .banner-slider__controls {
      bottom: 20px;
      right: 16px;
      gap: 6px; } }
  .banner-slider__controls button {
    outline: none !important;
    box-shadow: none !important; }

.banner-slider__ctrl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  background: #fff;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  -webkit-tap-highlight-color: transparent; }
  .banner-slider__ctrl.js-banner-playpause {
    border-radius: 8px; }
  .banner-slider__ctrl:hover, .banner-slider__ctrl:focus {
    background: rgba(255, 255, 255, 0.55);
    border-color: #fff;
    outline: none; }
  .banner-slider__ctrl:active {
    transform: scale(0.93); }
  .banner-slider__ctrl svg {
    display: block; }
  @media (max-width: 767px) {
    .banner-slider__ctrl.js-banner-playpause {
      border-radius: 6px; } }

.section-home-collection {
  overflow: hidden; }
  .section-home-collection .list-product-slide {
    overflow: initial; }

@media (max-width: 991px) {
  .section-banner-slider-home2 {
    padding-bottom: 0; } }
