/*

Theme Name: 	Autusin Child Theme

Theme Uri:  	http://demo.wpthemego.com/themes/sw_autusin/

Description:  	A child theme of SW Autusin

Author:     	magentech

Author Uri: 	https://themeforest.net/user/magentech/

Template:   	autusin

Version:    	2.0.5

License:    	GNU General Public License v2 or later

*/

/* Badge "Sin stock" en grid */
.tmb-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;

  background: #d32f2f;
  color: #fff;

  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;

  border-radius: 3px;
}

/* Asegurar que la card sea referencia de posición */
.woocommerce ul.products li.product {
  position: relative;
}
