/*
 Theme Name:   WEPSHOP Child
 Theme URI:    https://wepshop.com
 Description:  WEPSHOP Premium RTL Child Theme – built on GeneratePress
 Author:       WEPSHOP Dev Team
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  wepshop-child
*/

/* Override GP body padding that can break our sticky header */
body { padding-top: 0 !important; }

/* Remove default GP navigation bar if it leaks through */
.main-navigation { display: none !important; }

/* Ensure our sticky header sits cleanly above everything */
.wep-header-sticky,
.wep-mobile-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}
