.header-title{
  font-size: 20px;
}
.swp_category {
  width: 1270px;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.swiper-slide > .chips {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
  background: var(--white);
  padding: 8px;
  color: var(--dark);
  font-weight: 600;
  text-wrap: nowrap;
  box-shadow: #0000000d 0px 6px 24px 0px, #00000014 0px 0px 0px 1px;
  text-decoration: none;
  transition: 0.2s ease;
}

.swiper-slide > .chips:hover {
  opacity: var(--opacity);
}
.container-category {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.header-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline:20px;
}
