/**
Theme Name: Iruña Protección Child
Author: ANET
Author URI: https://anet.es
Description: Tema child de Iruña Protección
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
*/

/* menú categorías WooComerce */
.category-menu_container {
  width: 100%;
  max-width: 350px;
}
.category-menu_item {
  background-color: #5c61af;
}
.category-menu_header {
  display: flex;
  align-items: center;
  padding: 15px;
  line-height: 1.5em;
  word-break: normal;
  overflow-wrap: break-word;
}
.category-menu_header a::before {
  content: "▶";
  margin-right: 8px;
  transition: transform 0.2s ease;
}

details[open] .category-menu_header a::before {
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 0.75px;
}
.category-menu_content {
  background-color: #8b91d1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}
.category-menu_container a {
  color: #fff;
}
.category-menu_container a:hover,
.category-menu_container a:focus {
  color: #bddc4e;
}
.category-menu_active-link {
  font-weight: bold;
}
.category-menu_thumbnail {
  max-height: 40px;
  width: 40px;
  margin-right: 15px;
}
.category-menu_content a {
  color: #000;
}

/* galería WooComerce + Slick */
.producto-galeria-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slick-prev {
  left: 5px;
  z-index: 1;
}
.slick-next {
  right: 5px;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #5c61af;
}
