:root
{
    --color-primary: #1c478c;
}

header h1.shop-logo {
    
    top : 25px;
}
    
header h1.shop-logo a img {

    height : 70px;
}

@media all and (max-width: 991px) {
    
    header h1.shop-logo {
        
        top : 10px;
    }

    header h1.shop-logo a img {

        height : 50px;
    }
}

@media all and (max-width: 379px) {
    
    header h1.shop-logo {

        top : 10px;
    }

    header h1.shop-logo a img {

        height : 50px;
    }
}
