/*
Theme Name: Amazonia Theme
Theme URI: https://example.com/amazonia
Author: DeepMind
Author URI: https://example.com
Description: A custom multi-vendor marketplace theme built for WooCommerce and WCFM.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amazonia-theme
*/

/* Add your custom styles below */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Ocultar la X nativa en inputs de búsqueda (para Chrome/Safari) */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
