.elementor-kit-11{--e-global-color-primary:#FFF0F2;--e-global-color-secondary:#8DAEF2;--e-global-color-text:#494949;--e-global-color-accent:#61CE70;--e-global-color-09fb5c8:#F26A4B;--e-global-color-3375354:#B6ADAE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/wp-content/uploads/2025/09/Montserrat-Regular.woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}


.mi-header-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}
.mi-header-icons svg {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.mi-header-icons svg:hover {
  transform: scale(1.2);
}







.review-product img {
    width: 100%;      /* ocupar todo el ancho disponible */
    height: auto;     /* mantener proporción */
    display: block;   /* elimina espacios extra */
    border-radius: 0px; /* opcional */
}

.review-meta {
    display: flex;
    align-items: center;
    gap: 10px; /* espacio entre avatar y texto */
    margin-top: 30px;
}

.review-avatar img {
    border-radius: 50%; /* avatar circular */
}
.review-author {
    font-family: 'Baloo',normal;
    font-weight: 900;       /* peso fuerte */
    font-size: 20px;        /* ajusta a tu gusto */
    color: #F26A4B;            /* cambia el color según tu diseño */
    line-height: 1.2;       /* más compacto */
}

.review-date {
    font-family: 'Baloo', cursive;
    font-weight: 500; 
    font-size: 14px;       
    color: #AFA6A7;    
    line-height: 1.2;      
}


.review-content {
    padding-top: 0.5rem;
    font-family: 'Baloo', cursive;
    font-weight: 500; 
    font-size: 18px;       
    color: #AFA6A7;    
    line-height: 1.2;      
}


.review-rating {
    padding-top: 1rem;       /* separación superior */
    display: flex;           /* para que las estrellas se pongan en línea */
    gap: 4px;                /* espacio entre estrellas */
}

.review-star {
    width: 18px;             /* tamaño de la estrella (ajústalo si quieres más grande) */
    height: auto;
    display: inline-block;
}


.elementor-84 .elementor-element.elementor-element-c0d50c3 .elementor-field-group {
   
    margin-right: -80px;
}






span.yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

/* --- Contenedor del producto --- */
.elementor-loop-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

/* --- Posición del icono del corazón --- */
.yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

/* --- Botón base (corazón blanco con sombra) --- */
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  color: #ff4d4d;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

/* --- Efecto hover --- */
.yith-wcwl-add-button a.add_to_wishlist:hover {
  background-color: #ff4d4d;
  color: #fff;
}



/* --- Quitar texto y dejar solo el icono --- */
.yith-wcwl-add-button span,
.yith-wcwl-wishlistaddedbrowse span,
.yith-wcwl-wishlistexistsbrowse span {
  display: none;
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.yith-wcwl-add-to-wishlist-button {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.yith-wcwl-add-to-wishlist-button:hover {
    background-color: #ffe6eb;
    transform: scale(1.05);
}

.yith-wcwl-add-to-wishlist-button svg {
    width: 22px;
    height: 22px;
    color: #ff668a;
}

/* Oculta el texto si aún aparece */
span.yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #F26A4B;
}/* End custom CSS */