/*
 Theme Name: Cavare Monster Pro Child
 Template: cavare-monster-PRO
 Author: Cavare Agency
*/

/* 1. TIPOGRAFÍA APPLE MUSIC STYLE */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Syne:wght@800&display=swap');

body { 
    background-color: var(--c-bg-light); 
    color: var(--c-text-body);
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Syne', sans-serif; /* Lo más parecido a Berlin Sans FB */
    font-weight: 800;
    letter-spacing: -0.04em !important; /* Estilo Apple Music compacto */
    color: var(--c-text-headings);
}

/* 2. REPRODUCTOR GLOBAL (Limpieza y Estilo Apple) */
#uan-global-player {
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(15px);
    border-top: 2px solid var(--c-primary) !important;
    border-radius: 20px 20px 0 0;
}

#g-player-title { color: var(--c-primary) !important; }
#g-time { color: var(--c-primary) !important; }

/* 3. TARJETAS DE CONTENIDO (Apple Music Style) */
.uan-set-card, .artist-card-pro, .club-card, .card {
    border: none !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04) !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.uan-set-card:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 20px 50px rgba(255, 0, 0, 0.1) !important; 
}

/* 4. BOTONES UNIFICADOS */
.btn-primary, .btn-danger, .button, #g-play-pause {
    background-color: var(--c-primary) !important;
    color: #ffffff !important;
    border-radius: 50px;
    border: none !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.d-block {
  display: block !important;
  margin: 0 auto;
  text-align: center;
}
/* 5. TIENDA WOOCOMMERCE (Limpieza de Grilla) */
html body .container.esteeslacajacarrito .cesar {
    display: flex;
    flex-wrap: wrap;
}

html body ul.products li.product {
    background: #ffffff;
    border-radius: 22px !important;
    padding: 20px !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
}

html body ul.products li.product .price {
    color: var(--c-primary) !important;
    font-weight: 800;
}

/* 6. ONDAS DE AUDIO (Tinte Rojo) */
.uan-archive-wave canvas { 
    filter: grayscale(1) brightness(0.5) sepia(1) hue-rotate(-50deg) saturate(10) !important; 
}

/* 7. FIX MENÚ MÓVIL vs REPRODUCTOR */
body.drawer-open #uan-global-player {
    opacity: 0;
    pointer-events: none;
}
/* Botones estilo Pill de Apple */
.btn, .button, button {
    border-radius: 3px !important;
    padding: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 11px !important;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.cavare-close-drawer{
    font-size: 23px !important;
    color: #000 !important;
}
.logomenumovil{
    background-color: var(--c-bg-light) !important;
    font-size: 23px !important;
}
.btn-main-control {
    background-color: !important;
    font-size: 23px !important;
    color: #000 !important;
}
.front-page-hero-section .hederanimacionderecha h1 {
    color: var(--c-bg-light) !important;
  font-size: 33px !important;
  font-weight: 600 !important;
}
.front-page-hero-section .hederanimacionderecha p {
    color: var(--c-bg-light) !important;
  font-size: 23px !important;
  font-weight: 300 !important;
}
#tab-perfil {
   margin-top:20px ;
}
.badge {
  display: inline-block;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  color: #fff !important;
  margin-top: 12px;
}
/* Fix Ojo Password WooCommerce */
.woocommerce-form-row .show-password-input {
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: block !important;
    visibility: visible !important;
    cursor: pointer;
    z-index: 10;
}
.woocommerce-form-row .show-password-input::after {
    content: "👁" !important;
    font-size: 18px;
}
