/*
Theme Name: Natural Fruit Company
Theme URI: https://www.mangodeshidratado.org/
Author: Natural Fruit Company
Author URI: https://www.mangodeshidratado.org/
Description: Tema clasico de WordPress para Natural Fruit Company, migrado desde el frontend Astro y preparado para WooCommerce.
Version: 1.0.0
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: natural-fruit-company
Tags: ecommerce, food-and-drink, custom-logo, featured-images
*/

.wp-site-blocks,
body {
  margin: 0;
}

.nfc-wp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(51, 24, 85, 0.08);
  box-shadow: 0 4px 20px rgba(51, 24, 85, 0.05);
}

.nfc-wp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 20px;
}

.nfc-wp-header__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.nfc-wp-header__logo img {
  width: auto;
  height: 50px;
  filter: brightness(0) invert(13%) sepia(50%) saturate(3015%) hue-rotate(253deg) brightness(91%) contrast(105%);
}

.nfc-wp-header__nav {
  min-width: 0;
}

.nfc-wp-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nfc-wp-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #331855;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nfc-wp-menu a:hover,
.nfc-wp-menu .current-menu-item > a {
  background: rgba(51, 24, 85, 0.06);
  color: #3fb058;
}

.nfc-wp-content,
.nfc-woocommerce-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}

@media (max-width: 700px) {
  .nfc-wp-header__inner {
    align-items: flex-start;
    gap: 14px;
    padding: 10px 12px;
  }

  .nfc-wp-header__logo img {
    height: 40px;
  }

  .nfc-wp-menu {
    justify-content: flex-end;
    gap: 2px;
  }

  .nfc-wp-menu a {
    min-height: 32px;
    padding: 6px 7px;
    font-size: 12px;
  }

  .nfc-wp-content,
  .nfc-woocommerce-content {
    padding: 32px 14px 60px;
  }
}
