/*
Theme Name: TLI Reign Child
Theme URI:  https://tuloimportas.com
Description: Child theme para Reign Theme, optimizado para las páginas de marketplace (Amazon, eBay, Taobao, etc.) renderizadas por el plugin "TLI Marketplace Pages". Hereda todas las features de Reign (BuddyPress, Elementor, Theme Builder) y permite personalizaciones update-safe.
Author:      Tuloimportas
Author URI:  https://tuloimportas.com
Template:    reign-theme
Version:     1.0.0
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tli-reign-child
Tags:        one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, post-formats, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo, buddypress, elementor

=== SOBREVIVIR A UPDATES DE REIGN ===

Todas las personalizaciones viven en:
  - functions.php (este archivo + includes/)
  - tli-marketplace/overrides.css
  - tli-marketplace/overrides.js
  - template-parts/

Reign puede actualizarse sin perder estos cambios porque:
  1. Reign theme solo se actualiza si el parent (reign-theme)
  2. El child theme (este) NO se toca en updates
  3. Cualquier hook/filter de WP se mantiene retrocompatible
  4. El plugin TLI Marketplace Pages también es independiente
*/

/* FORCE GRADIENT */
.amazon-dynamic-title { background: linear-gradient(135deg, #ff6b9d 0%, #ffb88c 100%) !important; }

/* FORCE GRADIENT - OVERRIDE ELEMENTOR */
.amazon-dynamic-title,
.amazon-dynamic-title * {
    background: linear-gradient(135deg, #ff6b9d 0%, #ffb88c 100%) !important;
}
