/**
Theme Name: Stengel
Author: Webchaniker
Author URI: https://www.webchaniker.de
Description: Astra-Childtheme für Stengel Fussring
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stengel
Template: astra
*/

.no-results {
	display: none;
}

body.search-no-results .no-results {
	display: block !important;
}

body.search-no-results .hide-no-results {
	display: none !important;
}

#variation-info {
	top: -7.9rem;
	right: 0rem;
	background-color: var(--e-global-color-cf5fb84);
	width: max-content;
	margin: 0 0 0 auto;
	font-size: 21px;
	color: white;
	padding: 1rem 1.5rem 1rem 3rem;
	min-width: 15rem;
	text-align: right;
	border-radius: 0.5rem 0 0.5rem;
}

#variation-info.active {
	display: block;
}

#variation-info p {
	margin: 0;
}

#page .site-content {
	z-index: 0;
}