/*
 Theme Name:   Storefront Child
 Theme URI:    https://example.com/
 Description:  Tema hijo de Storefront
 Author:       Tu Nombre
 Author URI:   https://example.com/
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront-child
*/
/* Corrige visibilidad de sugerencias de productos (miniaturas) */
/* ====== Storefront: navegación producto anterior/siguiente ====== */
/* ====== Sugerencia lateral (Storefront product pagination) ====== */
/* Fondo: mantenemos tu fucsia; ajusta si querés otro */
body.single-product .storefront-product-pagination a{
  background:#ff33b5 !important;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  border:1px solid #ffb7dd;
}

/* Fuerza TEXTO BLANCO en todo lo que aparezca dentro */
body.single-product .storefront-product-pagination a,
body.single-product .storefront-product-pagination a *,
body.single-product .storefront-product-pagination .title,
body.single-product .storefront-product-pagination .nav-title,
body.single-product .storefront-product-pagination .pagination-title,
body.single-product .storefront-product-pagination .meta-nav {
  color:#fff !important;
  fill:#fff !important;
  text-shadow:0 1px 2px rgba(0,0,0,.25);
}

/* Flecha/icono (si es SVG) en blanco también */
body.single-product .storefront-product-pagination a svg,
body.single-product .storefront-product-pagination a svg *{
  stroke:#fff !important;
  fill:#fff !important;
}

/* Miniatura con bordes suaves */
body.single-product .storefront-product-pagination a img{
  border-radius:8px;
  box-shadow:0 4px 12px rgba(0,0,0,.1);
}
