/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Skip linkleri sadece odakta görünür olsun */
.skip-link,
.screen-reader-shortcut,
a[href="#content"], a[href="#navigation"] {
  position: absolute !important;
  top: -1000px !important;
  left: -1000px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

/* Klavye ile odaklanınca erişilebilir şekilde görünür */
.skip-link:focus,
.screen-reader-shortcut:focus,
a[href="#content"]:focus, a[href="#navigation"]:focus {
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  clip: auto !important;
}