/* HOLOVAULT_V299_MOBILE_HEADER_FLAG_CLEAN_CSS */
@media (max-width: 760px){
  /* Keep the language selector left of the mobile cart, but remove the round button/circle around the flag. */
  .goc-mobile-toolbar-right .goc-mobile-header-language{
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-wrap{
    width:34px!important;
    min-width:34px!important;
    max-width:34px!important;
    display:block!important;
    position:relative!important;
    z-index:100000!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-btn{
    width:34px!important;
    min-width:34px!important;
    max-width:34px!important;
    height:32px!important;
    min-height:32px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    outline:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    overflow:visible!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-btn::before,
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-btn::after{
    display:none!important;
    content:none!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-current,
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-arrow,
  .goc-mobile-toolbar-right .goc-mobile-header-language .goc-mobile-bottom-lead{
    display:none!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-flag{
    width:30px!important;
    height:20px!important;
    flex:0 0 30px!important;
    margin:0!important;
    border-radius:3px!important;
    box-shadow:0 0 0 1px rgba(255,255,255,.26),0 1px 2px rgba(0,0,0,.25)!important;
  }

  /* Keep the dropdown usable and readable after tapping the flag. */
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-menu{
    top:calc(100% + 10px)!important;
    right:0!important;
    left:auto!important;
    width:max-content!important;
    min-width:190px!important;
    max-width:calc(100vw - 32px)!important;
    z-index:100001!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-item span:not(.hvc-v217-flag){
    display:inline!important;
  }
}
