.xcart-home-head {
    display: flex;
    background: #66ccff;
    padding: 1em;
    align-items: center;
    outline: 0;
    border: none;
    -moz-outline-style: none;
    box-shadow: none;
}

a.xcart-home-head:active, 
a.xcart-home-head:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
    box-shadow: none;

}

.xcart-home-head__txt {
    font-family: 'SF Lifehack', sans-serif;
    color: #fff;
    padding-left: 1em;
    font-size: 28px;
    line-height: 1.1;
}

.xcart-home-head__logo {
    display: inline-block;
}

@media (min-width: 768px) {
    .xcart-home-head {
        padding: 1em 2em;
    }

    .xcart-home-head__txt {
        font-size: 2.4em;
    }
}

@media (min-width: 1024px) {
    .xcart-home-head {
        padding: 14px 48px;
    }

    .xcart-home-head__txt {
        flex-shrink: 0;
        text-transform: uppercase;
    }
}
