/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




.twr-inline-list-fix{
    display: block;
}
.variation-Eingeschrnktauf {
    float: none !important;
}


.sold-out {
   /* filter: grayscale(40%);
    opacity: 0.5;*/
}

.sold-out img {
	opacity: 0.6;
}

.sold-out img {
  width: 100%; /* Adjust this as needed */
  display: block; /* Removes any extra space below the image */
}

.sold-out::after {
  content: "Nicht verfügbar"; /* Text content for the banner */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the banner */
  background-color: rgba(255, 0, 0, 0.7); /* Semi-transparent red background */
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  z-index: 1; /* Ensures the banner is on top of the image */
}