:root
{
    --color-primary: #931F3D;
}

body{
    color: #616161;
}

header h1.shop-logo {
    
    top : 20px;
}
    
header h1.shop-logo a img {

    height : 60px;
}

@media (min-width: 1200px) and (max-width: 1569px) {

    header h1.shop-logo a img { 
        
        height : 40px;
    }
  }

@media all and (max-width: 991px) {
    
    header h1.shop-logo {
        
        top : 10px;
    }

    header h1.shop-logo a img {

        height : 46px;
    }
}

@media all and (max-width: 379px) {
    
    header h1.shop-logo {

        top : 10px;
    }

    header h1.shop-logo a img {

        height : 20px;
    }
}
