/*
Theme Name: Whitefox Native
Theme URI: https://whitefox2k.de/
Author: Neurobytes // Whitefox2k
Author URI: https://whitefox2k.de/
Description: Schlankes, eigenständiges Basis-Theme für den nativen Whitefox2k-Shop. Ohne Elementor, Werbung oder externe Theme-Abhängigkeiten.
Version: 1.2.13
Requires at least: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whitefox-native
Tags: e-commerce, custom-logo, custom-menu, featured-images, wide-blocks
*/

/*
 * Kleine, vorhersehbare Grundnormalisierung. Sämtliche weiteren öffentlichen
 * Design-Dateien liegen zentral unter assets/css/ dieses Themes.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[hidden] {
  display: none !important;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: #05060f;
  background: #f4f8ff;
}

/* Nur der Notfall-/Fallback-Bereich, falls der Exit-Renderer deaktiviert ist. */
.whitefox-native-fallback-header,
.whitefox-native-fallback-footer {
  color: #f4f8ff;
  background: #05060f;
}

.whitefox-native-fallback-bar,
.whitefox-native-fallback-main {
  width: min(calc(100% - 32px), 1400px);
  margin-inline: auto;
}

.whitefox-native-fallback-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding-block: 16px;
}

.whitefox-native-fallback-brand,
.whitefox-native-fallback-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}

.whitefox-native-fallback-brand {
  color: inherit;
  font-weight: 800;
}

.whitefox-native-fallback-brand a {
  color: inherit;
  text-decoration: none;
}

.whitefox-native-fallback-brand img {
  width: auto;
  max-height: 48px;
}

.whitefox-native-fallback-menu,
.whitefox-native-fallback-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.whitefox-native-fallback-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.whitefox-native-fallback-menu a {
  color: inherit;
  text-decoration: none;
}

.whitefox-native-fallback-main {
  min-height: 60vh;
  padding-block: 48px;
}

.whitefox-native-fallback-entry {
  overflow-wrap: anywhere;
}

.whitefox-native-fallback-footer .whitefox-native-fallback-bar {
  min-height: 64px;
  color: rgba(244, 248, 255, .72);
  border-top: 1px solid rgba(120, 170, 255, .18);
}

@media (max-width: 720px) {
  .whitefox-native-fallback-bar {
    align-items: flex-start;
    flex-direction: column;
  }
}
