.out-of-stock-listing {
  text-align: center;
  /* margin-top: 6px; */
  font-size: 12px;
  color: #E5AC48; 
  font-weight: bold;
  z-index: 2;
  position: absolute;
  /* top: -2px; */
  
}

.out-of-stock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
}

.woocommerce ul.products li.product {
  position: relative;
}

 .single-product .entry-summary p.stock.out-of-stock ,
p.stock.out-of-stock {
  color: #E5AC48 !important;
  font-weight: bold;
  padding: 0;
  border: 0;
}

body .woo-variation-gallery-wrapper .woo-variation-gallery-slider .out-of-stock-placeholder,
.out-of-stock-placeholder {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.woocommerce-product-gallery__image:has(.out-of-stock-placeholder) {
  aspect-ratio: 16 / 10;
}
