/* =====###=====###=====### _categories =====###=====###=====### */
._categories {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 15px;
}

._categories .__categories_title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}

._categories .__category_item {
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
  padding: 0.5rem;
  margin-bottom: 15px;
}

.__category_item a {
  display: block;
  text-decoration: none;
  color: #333e48;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.__category_item a img {
  width: 60%;
  transition: all 0.2s;
  margin-bottom: 10px;
}

.__category_item a:hover img {
  transform: scale(1.05);
}

/* =====###=====###=====### products =====###=====###=====### */
.__products {
  padding: 30px 0;
  background: #fff;
  margin-bottom: 15px;
}

.__products .__products_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.__products .__products_title h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0px;
}

.__products .__products_title a {
  text-decoration: none;
  color: #333e48;
}
