/* line 1, ../sass/front.scss */
#home-products-tabs {
  margin-top: 15px;
}
/* line 3, ../sass/front.scss */
#home-products-tabs ul {
  display: flex;
}
/* line 5, ../sass/front.scss */
#home-products-tabs ul li {
  margin-right: 15px;
}
/* line 10, ../sass/front.scss */
#home-products-tabs .elements > div {
  display: none;
}
/* line 12, ../sass/front.scss */
#home-products-tabs .elements > div:first-child {
  display: block;
}
