.banner-grid .flickity-button {
  opacity: 1;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-grid .flickity-button path.arrow {
  display: none;
}
.banner-grid .flickity-button-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f3f3f3;
}
.banner-grid .flickity-prev-next-button svg {
  background-image: url("../../img/arrow-left.svg");
}
.banner-grid .flickity-prev-next-button.next svg {
  background-image: url("../../img/arrow-right.svg");
}

.section-home-2 .box-image {
  width: 80px;
  height: 80px;
}
.section-home-2 .box-category {
  display: flex;
  flex-direction: column;
  gap: 36px;
  height: 100%;
}
.section-home-2 .box-category .header-title {
  font-size: var(--fz-18);
  font-weight: 600;
  line-height: normal;
  color: var(--text-heading);
  margin-bottom: 8px;
}
.section-home-2 .box-category .header-title:hover {
  color: var(--primary-color);
}
.section-home-2 .box-category .count {
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: normal;
  color: var(--text-description);
  text-transform: uppercase;
}
.section-home-2 .box-category .box-text.text-center {
  padding: 0px;
}
.section-home-2 .flickity-viewport {
  overflow: visible;
}

.section-home-3 .wrap-box-sale {
  background-color: var(--primary-color);
  padding: 20px;
  border-radius: 16px;
}

.section-home-3 .wrap-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.section-home-3 .wrap-heading h2 {
  color: #ffff;
  margin-bottom: 0px;
}
.section-home-4 .col-right p {
  display: flex;
  margin-bottom: 0px;
}
.section-home-4 .text h2 {
  margin-bottom: 0px;
}
body .section-home-6 {
  padding-bottom: 50px !important;
}
.section-home-6 .list-logo-brand .swiper-wrapper {
  transition-timing-function: linear !important;
}
.section-home-6 .list-logo-brand .swiper-slide {
  width: auto !important;
}
.section-home-6 .list-logo-brand .swiper-slide img {
  width: 100%;
}
@media (min-width: 768px) {
  .section-home-3 .wrap-box-sale {
    padding: 32px;
  }
}

@media (min-width: 567px) {
  .section-home-4 .col-right p {
    justify-content: end;
  }
}

@media (max-width: 1024px) {
  body .section-home-3 {
    padding: 0 9.8px 19.6px;
  }
}

@media (max-width: 567px) {
  .section-home-4 .product-small .box-image img {
    height: 100%;
  }
}
