/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/
@media only screen and (max-width: 749px) {
  /* ESCULTURA - Subcategorias sem produtos */
  a[href*="/collections/bronze"],
  a[href*="/collections/clay"],
  a[href*="/collections/glass"],
  a[href*="/collections/metals"],
  a[href*="/collections/plastic"],
  a[href*="/collections/stone"],
  a[href*="/collections/wood"] {
    display: none !important;
  }
}
/* PAINTING - Subcategorias sem produtos */
  a[href*="/collections/aquarell"],
  a[href*="/collections/digital"],
  a[href*="/collections/gouache"],
  a[href*="/collections/oil"],
  a[href*="/collections/pastel"],
  a[href*="/collections/spray-paint"],
  a[href*="/collections/pixel-art"] {
    display: none !important;
  }
/* PHOTOGRAPHY - Categoria e subcategorias sem produtos */
  a[href*="/collections/photography"],
  a[href*="/collections/all"],
  a[href*="/collections/abstract"],
  a[href*="/collections/architecture"],
  a[href*="/collections/black-white"],
  a[href*="/collections/colour"],
  a[href*="/collections/fashion"],
  a[href*="/collections/landscape"],
  a[href*="/collections/macro-photography"],
  a[href*="/collections/portrait"],
  a[href*="/collections/sepia"],
  a[href*="/collections/street"],
  a[href*="/collections/wildlife"] {
    display: none !important;
  }
}


@media only screen and (max-width: 749px) {
  details.menu-drawer__menu-item:nth-of-type(6) {
    display: none !important;
  }
}