/*
Theme Name: TuTienda WP
Theme URI: https://tusalon.online
Author: Félix
Author URI: https://tusalon.online
Description: Tema ligero de tienda para WordPress con cabecera sticky y botón de carrito.
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tutienda-wp
*/

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
}

.sticky-header {
  position: sticky;
  top: 0;
  background: #25d366;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-header.shrink {
  padding: 0.5rem;
}

nav a {
  margin: 0 1rem;
  text-decoration: none;
  color: white;
}

.producto {
  border: 1px solid #ddd;
  padding: 1rem;
  margin: 1rem;
  background: white;
  border-radius: 8px;
  text-align: center;
}
