/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Contenedor del texto brillante */
.sparkles-text {
    position: relative;
    display: inline-block; /* Hace que el área de las estrellas se ajuste al texto */
}

/* Estilo de la estrella generada */
.magic-sparkle {
    position: absolute;
    pointer-events: none; /* Para que no interfiera si el texto es un enlace */
    z-index: 10;
    transform-origin: center center;
    animation: magic-sparkle-anim 1s linear forwards;
}

.magic-sparkle svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Animación de la estrella */
@keyframes magic-sparkle-anim {
    0% {
        transform: translate(-50%, -50%) scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1) rotate(90deg);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(0) rotate(180deg);
        opacity: 0;
    }
}

/* ==========================================
   1. HEADER & NAVEGACIÓN
   ========================================== */
.site-header {
  position: absolute;
  width: 100%;
}

.ast-primary-header-bar {
  border-bottom: 2px solid;
}

.entry-header {
  padding-top: 60px;
}

.ast-single-entry-banner[data-post-type="product"] {
  padding-top: 150px;
  border-bottom: 2px solid var(--ast-global-color-6);
}

.content-area {
  margin-top: 85px !important;
  margin-bottom: 0px !important;
}

/* ==========================================
   2. WOOCOMMERCE & PRODUCTOS
   ========================================== */
.wp-block-woocommerce-product-collection {
  margin-bottom: 0;
}

.wp-block-woocommerce-product-collection h2 {
  font-size: 0.9em !important;
}

.wp-block-woocommerce-product-collection ul li {
  padding: 0px;
  border-radius: 12px;
  height: 100%;
  border: 0px solid;
}

.wp-block-woocommerce-product-collection ul li a {
  text-decoration: none !important;
}

.wp-block-woocommerce-product-collection ul li img {
  border-radius: 12px;
  border: 2px solid var(--ast-global-color-6);
}

/* ==========================================
   3. RESEÑAS (CR REVIEWS)
   ========================================== */
.cr-reviews-slider {
  border: 0;
  margin: 0 !important;
}

.cr-review-card * {
  font-size: 14px !important;
}

.cr-review-card .cr-review-card-inner {
  border: 2px solid var(--ast-global-color-6) !important;
  border-radius: 12px !important;
}

.cr-review-card-inner img {
  border-radius: 6px;
  margin-right: 8px;
}

.cr-review-card-inner .product-title a {
  font-size: 12px !important;
  line-height: 12px !important;
  text-decoration: none !important;
  text-wrap: balance;
  background-color: transparent;
}

.cr-review-card .top-row,
.cr-review-card .middle-row {
  border: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.review-product {
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.rating-row .rating {
  transform: scale(0.8) !important;
}

/* ==========================================
   4. ELEMENTOS MULTIMEDIA & ANIMACIONES
   ========================================== */
.gspb_marquee_content {
  display: flex;
  align-items: center;
}

.gs-video-overlay .gs-play-icon {
  width: 8px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gs-video-overlay .gs-play-icon span {
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
}

.play_button_pulse {
  background: var(--ast-global-color-6) !important;
  transform: scale(0.7);
}

.play_button_pulse:before,
.play_button_pulse:after {
  border-color: var(--ast-global-color-6) !important;
}

/* ==========================================
   5. FOOTER & REDES SOCIALES
   ========================================== */
footer .uagb-heading-text,
footer h6 {
  color: var(--ast-global-color-8) !important;
  text-align: left !important;
}

footer div.uagb-heading-text {
  color: var(--ast-global-color-5) !important;
  text-align: left !important;
}

footer ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
}

footer a {
  color: var(--ast-global-color-7);
}

footer a:hover {
  color: var(--ast-global-color-8);
}

footer .wp-block-social-links {
  justify-content: flex-start !important;
}

footer #block-9 p {
  display: none;
}

.wp-block-social-links {
  padding: 0 !important;
}

/* ==========================================
   6. FORMULARIOS E INPUTS
   ========================================== */
input,
textarea {
  border: 1px solid var(--ast-global-color-2) !important;
  margin-bottom: 10px;
}

input:focus,
textarea:focus {
  border: 1px solid var(--ast-global-color-1) !important;
  margin-bottom: 10px;
}