/**
 * Capçalera sticky.
 */
.site-header,
.ast-primary-header-bar,
.ast-main-header-wrap,
.ast-builder-grid-row-container,
#ast-desktop-header,
#ast-mobile-header {
	position: sticky !important;
	top: 0;
	z-index: 9990;
}

.ast-theme-transparent-header .site-header,
.ast-theme-transparent-header .ast-primary-header-bar {
	position: sticky !important;
	top: 0;
}

.site-header {
	background-color: rgba(250, 243, 224, 0.94) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 1px 0 rgba(35, 31, 32, 0.06);
}
