ul {
  list-style: none;
}

.gifts-content {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../assets/png/bg-garland.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.gifts-header {
  width: 426px;
  margin: 0px auto;
}

.categories {
  display: flex;
  width: 474px;
  justify-content: space-between;
  margin: 20px auto;
}

.category {
  padding: 13px 19px;
  transition: 0.5s;
}

.category__active {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  pointer-events: none;
}

.gifts-grid {
  display: grid;
  width: fit-content;
  margin: -1px auto 0px auto;
}
