/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.filtro-marcas-az {
  padding: 10px;
  background: #fff;
  font-size: 14px;
  max-width: 300px;
}

.filtro-marcas-az strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.filtro-marcas-az .grid-az {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  gap: 8px 10px;
  margin-bottom: 10px;
  text-align: center;
}

.filtro-marcas-az .item-letra {
  text-decoration: none;
  color: #000;
  font-weight: normal;
  transition: 0.2s ease;
}

.filtro-marcas-az .item-letra:hover,
.filtro-marcas-az .item-letra.active {
  color: #ff6600;
  font-weight: bold;
}

.filtro-marcas-az .ver-todo a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 5px;
  color: #000;
  font-size: 13px;
}




/* Estilos para el bloque de Marcas A-Z */
.filtro-marcas-az .grid-az {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 10px 15px;
  justify-items: center;
  padding: 20px 10px;
  text-align: center;
}

/* Estilo para cada letra (enlaces A-Z) */
.filtro-marcas-az .item-letra {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 10px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* Hover */
.filtro-marcas-az .item-letra:hover {
  background-color: #eeeeee;
  color: #000;
}



/* Ocultar pestaña Shipping and Delivery en producto */
li#tab-title-shipping-and-delivery,
li.shipping-and-delivery_tab {
    display: none !important;
}
