/* HOLOVAULT_V298_MOBILE_HEADER_LANGUAGE_CSS */
@media (max-width: 760px){
  /* Place the mobile language selector in the header directly left of the cart icon. */
  .goc-mobile-toolbar-right{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language{
    order:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    position:relative!important;
    flex:0 0 auto!important;
    z-index:120!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-cart-btn{
    order:2!important;
    flex:0 0 auto!important;
  }

  /* Header language closed state: flag only, no text/name. */
  .goc-mobile-toolbar-right .goc-mobile-header-language .goc-mobile-bottom-lead,
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-current,
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-arrow{
    display:none!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-wrap{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    display:block!important;
    position:relative!important;
    z-index:100000!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-btn{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:7px!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    overflow:hidden!important;
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.24)!important;
    box-shadow:none!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-flag{
    margin:0!important;
    flex:0 0 28px!important;
  }

  /* Open dropdown still shows language names after tapping. */
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-menu{
    top:calc(100% + 8px)!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{
    gap:10px!important;
    justify-content:flex-start!important;
    white-space:nowrap!important;
  }
  .goc-mobile-toolbar-right .goc-mobile-header-language .hvc-v217-lang-item span:not(.hvc-v217-flag){
    display:inline!important;
    font-size:16px!important;
  }

  /* Language was moved to the header. Do not show the duplicate in the mobile menu bottom row. */
  .goc-mobile-menu-bottom .goc-mobile-bottom-language:not(.goc-mobile-header-language){
    display:none!important;
  }
}
