
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
/* Target TikTok link and inject icon */
a[href*="tiktok.com"]::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://dielifliesenpro.ch/wp-content/uploads/2026/01/tiktok.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}


a[href*="tiktok.com"] i {
  display: none;
}


.header-filter-button {
  display: none !important;
}