/*
 Theme Name:   Dog-Haus Theme
 Description:  Custom WordPress Theme for Dog-Haus - Hundezwinger & Hundehütten
 Author:       Dog-Haus
 Author URI:   https://dog-haus.de
 Template:     bootscore
 Version:      1.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  doghaus
*/

/*
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* Z-Index Fixes für Header-Dropdowns */
.dh-header {
  z-index: 99999 !important;
}
.dh-nav-item {
  z-index: 10000 !important;
}
.dh-dropdown {
  z-index: 100000 !important;
}
.dh-product-image-col {
  z-index: 1 !important;
}
