/* 4.8.23 — owner-approved Header accessibility hardening.
   Scope is intentionally narrow: touch-target geometry + icon/caption contrast.
   Navigation, logo, dropdown sizing and search placement remain owned by the
   locked approved baseline. */
#luxurylana-storefront .site-header .header-icons .icon-btn{
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  padding:0!important;
  align-items:center!important;
  justify-content:center!important;
  color:#8a6a55!important;
}
#luxurylana-storefront .site-header .header-icons .icon-btn .cap{
  color:#8a6a55!important;
}
#luxurylana-storefront .site-header .mobile-menu{
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  color:#8a6a55!important;
}
#luxurylana-storefront .site-header .header-icons .icon-btn:focus-visible,
#luxurylana-storefront .site-header .mobile-menu:focus-visible{
  outline:1px solid #8a6a55!important;
  outline-offset:2px!important;
}
