/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/
.content-product .product-content-image{
    text-align:left!important;
}
.content-product .price{
    display:none!important;
}
.content-product{
    pointer-events:none!important;
}
.content-product .etiquetas-productos {
    pointer-events: auto !important;
}
.cat-parent > a {
    pointer-events:none!important;
}

.category-grid img{
    display:none!important;
}
.sale-wrapper{
	display:none!important;
}
.etiquetas-productos a {
    background: #ffffff; /* Mantiene el color dorado */
    padding: 2px 8px;
    color: #D4AF4B;
	border:1px solid #D4AF4B;
    font-weight: 500;
}

/* Estilo para etiqueta "Liquidación" */
.tag-liquidacion {
  
}

/* Estilo para etiqueta "Hot" */
.tag-hot {
 
}

/* Estilo para etiqueta "Nuevo" */
.tag-lo-nuevo {
 
}

/* Estilo para etiqueta "Próximamente Disponible" */
.tag-proximamente-disponible {
  
}

