/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Анимация шапки */
#brx-header.x-header_sticky-active[data-x-scroll="0"] {
  transition: 0.3s;
}

/* Куки баннер */
#seopress-user-consent-close {
	display: none
}

.seopress-user-message p {
	font-size: var(--text-s) !important;
}

.seopress-user-message {
	gap: 1rem !important;
	padding: 1rem !important;
}

.seopress-user-consent button {
	border-radius: 0 !important;
	font-size: var(--text-s) !important;
}