a.ui-state-active {
    background: #007le3 !important;
}

.wp-block-image .wp-caption-text,
.wp-block-image figcaption {
  display: none;
}


/* ==============================================
   DISEÑO DEL CARRITO PRO (ENVÍO Y COMPLEMENTOS)
   ============================================== */

/* 1. Barra de progreso */
.happy-cart-progress { margin: 20px 0; background: #F9FAFB; padding: 15px; border-radius: 12px; border: 1px solid #E5E7EB; }
.happy-cart-progress p { margin: 0 0 10px 0; font-size: 13px; color: #111827; text-align: center; font-family: "SF-Pro", -apple-system, sans-serif;}
.happy-cart-progress p span { color: #e9633f; font-weight: 800; }
.happy-progress-bar { width: 100%; height: 6px; background: #E5E7EB; border-radius: 10px; overflow: hidden; }
.happy-progress-fill { height: 100%; background: #e9633f; transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1); }

/* 2. Sección de complementos */
.happy-cart-upsells { margin: 25px 0; }
.happy-cart-upsells h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #111827; margin-bottom: 15px; font-family: "SF-Pro", sans-serif; font-weight: 800;}

/* Carrusel deslizable */
.happy-upsells-grid { 
    display: flex; gap: 12px; overflow-x: auto; padding-bottom: 10px; 
    scrollbar-width: none; /* Oculta scroll en Firefox */
}
.happy-upsells-grid::-webkit-scrollbar { display: none; } /* Oculta scroll en Chrome/Safari */

/* Tarjeta del complemento */
.happy-upsell-item { 
    min-width: 130px; background: #fff; border: 1px solid #E5E7EB; 
    border-radius: 12px; padding: 10px; text-align: center; 
    display: flex; flex-direction: column; justify-content: space-between; 
}
.upsell-img img { width: 100%; height: auto; border-radius: 8px; aspect-ratio: 1/1; object-fit: cover; margin-bottom: 10px; }
.upsell-info h5 { font-size: 12px; font-weight: 700; margin: 0 0 5px 0; color: #111827; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-family: "SF-Pro", sans-serif;}
.upsell-price { font-size: 13px; font-weight: 700; color: #e9633f; display: block; margin-bottom: 12px; }

/* Botón de añadir pequeño */
.happy-add-btn { 
    background: #111827; color: #fff; padding: 6px 12px; border-radius: 30px; 
    font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px;
    text-decoration: none; transition: 0.3s ease; display: inline-block; cursor: pointer; border: none; font-family: "SF-Pro", sans-serif;
}
.happy-add-btn:hover { background: #e9633f; color: #fff; transform: translateY(-2px);}
.happy-add-btn.loading { opacity: 0.5; pointer-events: none; }