/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Default checkmark = black */
.color-swatch .swatch-check {
  color: #000 !important;
}

/* Only for black swatch → white checkmark */
.color-swatch[style*="#000000"] .swatch-check {
  color: #fff !important;
}

/* Algemene override: vergroot menu-teksten en geef extra padding */
#_desktop_top_menu a,
.ps_mainmenu a,
.main-menu a,
.menu a,
nav.main-navigation a {
  font-size: 120% !important;
  padding: 10px 16px !important;
  line-height: 1 !important;
}
