/*
 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
*/

a{
	transition: 0.3s all;
}

a:hover{
	transition: 0.3s all;
}

.product-card__property-name{
	font-weight: 500;
}

body.bricks-is-frontend :focus{
	outline: none !important;
}