/*
Theme Name: Tema Hijo
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759204307
Updated: 2025-09-30 03:51:47

*/
/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Tema hijo de Hello Elementor con cabecera personalizada
Author: Tu Nombre
Template: hello-elementor
Version: 1.0.0
*/

/* ===== Cabecera personalizada ===== */
.custom-header {
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #eee;
}

/* Barra superior */
.top-bar {
  background: linear-gradient(to right, #6bbd3f, #1c9c6d);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
}

.top-bar .search-box input {
  border-radius: 20px;
  border: none;
  padding: 6px 12px;
  width: 280px;
}

.top-bar .social-icons a {
  color: #fff;
  margin-left: 12px;
  font-size: 18px;
}

/* Barra inferior */
.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.logo a {
  font-size: 20px;
  font-weight: bold;
  color: #033;
  text-decoration: none;
}

/* Menú */
.nav-menu {
  display: flex;
  gap: 15px;
}

.nav-menu li a {
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 600;
  color: #033;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-menu li a:hover {
  background: rgba(0, 150, 100, 0.1);
}

/* Botón Ofertas */
.nav-menu li.ofertas a {
  background: linear-gradient(to right, #1ca2c7, #0077c2);
  color: #fff !important;
  border-radius: 25px;
  padding: 8px 18px;
}

/* Carrito */
.cart {
  position: relative;
  font-size: 22px;
  color: #1ca2c7;
}

.cart .count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #6bbd3f;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}

