/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-out-of-stock {
	display:none ! important;
}
/* Badge "Vendu !" overlay */
.op-sold-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* centre horizontalement et verticalement */
  z-index: 99999999999;
  display: inline-block;
  padding: 16px 28px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 24px; /* plus gros */
  text-transform: uppercase;
  background: rgba(220, 53, 69, 0.9); /* rouge semi-transparent */
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  text-align: center;
}


/* S’assure que le conteneur image est positionné */
.fusion-product-image,
.product .product-images,
.woocommerce-LoopProduct-link,
.fusion-image-wrapper,
.fusion-product-content .image,
.products .product .product-thumbnail {
  position:relative;
}
