.o-bar{
position: relative;
z-index: 5;
padding: 15px 0;
background: white;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.o-bar__flex{
@include flex(space-between center);
}
.o-bar__title {
@include font(small);
font-weight: bold;
color: palette(primary, 900);
opacity: 0;
}