/* 3840 / 2560 / 1920 */

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}


@media (max-width: 568px) {

#aside {
  display: none;
  /* width: 20%; */
  background-color: #ffdead;
}

#content {
  width: 100%;
}

#content .category-item {
  width: 50%;
}

#content .product-left {
  width: 100%;
}

#content .product-right {
  width: 100%;
}

#header {
  flex-direction: column;
}

.header-logo {
  width: 100%;
  padding-left: 10px;

}
.header-logo .logo-hamburger {
  display: inline;
}

.header-search {
  width: 100%;
}

.header-icons {
  display: none;
}

}