/*
Theme Name: AA Herkules
Author: Naturalni
Author URI: https://naturalni.online
Description: A default theme for AA Herkules website.
Version: 1.0.7be
Text Domain: aaherkules-theme
Domain Path: languages
*/
.mega-menu-products-navigation > ul.single-column {
	columns: auto;
	max-width: 24rem;
}

.search-input .rs-container .rs-pointer .rs-tooltip {
	display: none;
}

.search-input > .input-control.has\:range-slider {
	position: relative;
}

.search-input .range-slider-inline-value {
	position: absolute;
	left: 0;
	bottom: -10px;
	min-width: auto;
	height: auto;
	margin-left: -2px;
	color: rgb(var(--color-theme-foreground));
	font-family: Figtree, ui-system, sans-serif;
    font-size: clamp(.9375rem, .9143518519rem + .1234567901vw, 3.1875rem);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
	background: none;
	border: 0;
	white-space: nowrap;
	pointer-events: none;
}

.search-input .range-slider-inline-value[data-value="max"] {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -2px;
}

.product-card.is\:fully-clickable > .card-link {
	z-index: 2;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.product-card.is\:fully-clickable > .card-media,
.product-card.is\:fully-clickable > .card-caption,
.product-card.is\:fully-clickable > .card-caption .buttons .no-pointer-events {
	pointer-events: none;
}

.product-card.is\:fully-clickable > .card-caption .buttons {
	pointer-events: auto;
}

.product-card .card-caption .card-subheading + .card-heading {
	--flow-space: var(--space-4xs);
}
