| Server IP : 104.26.3.156 / Your IP : 216.73.216.185 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/bewellpeptide/public_html/wp-content/themes/bewell-theme/ |
Upload File : |
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php // ── Age Gate (only shown if cookie not set) ──────────────────────────── ?> <?php if ( ! isset( $_COOKIE['bewell_age'] ) ) : ?> <div id="bw-age-gate" class="bw-age-gate" role="dialog" aria-modal="true" aria-labelledby="age-gate-title"> <div class="bw-age-gate__overlay"></div> <div class="bw-age-gate__modal"> <div class="bw-eyebrow bw-eyebrow--orange" style="margin-bottom:10px;">Age Verification Required</div> <h2 id="age-gate-title" class="bw-age-gate__title">You must be <span>21 or older</span> to access this site.</h2> <p class="bw-age-gate__body">BeWell Lab sells research-grade compounds for laboratory use only. By entering you confirm you are 21+ and that all products will be used for research purposes only.</p> <div class="bw-age-gate__actions"> <button id="bw-age-confirm" class="bw-btn bw-btn--filled" data-nonce="<?php echo esc_attr( wp_create_nonce( 'bewell-nonce' ) ); ?>">I am 21 or older — Enter</button> <a href="https://www.google.com" class="bw-btn bw-btn--ghost">Exit</a> </div> <p class="bw-age-gate__legal"> By entering you agree to our <a href="<?php echo bewell_page_url( 'terms' ); ?>">Terms of Service</a> and <a href="<?php echo bewell_page_url( 'research-use' ); ?>">Research Use Policy</a>. </p> </div> </div> <?php endif; ?> <?php // ── Announcement Bar ─────────────────────────────────────────────────── ?> <div class="bw-announce"> <span>Free shipping on orders $200+ · Next day shipping available · All products for laboratory research use only</span> </div> <?php // ── Site Header ───────────────────────────────────────────────────────── ?> <header class="bw-header" id="bw-site-header"> <div class="bw-header__inner bw-container"> <?php // Logo ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="bw-header__logo" aria-label="<?php bloginfo( 'name' ); ?> home"> <?php if ( has_custom_logo() ) : the_custom_logo(); else : ?> <span class="bw-logo-text"><?php bloginfo( 'name' ); ?></span> <?php endif; ?> </a> <?php // Primary Navigation ?> <nav class="bw-nav" id="bw-primary-nav" aria-label="<?php esc_attr_e( 'Primary navigation', 'bewell' ); ?>"> <?php wp_nav_menu( [ 'theme_location' => 'primary', 'container' => false, 'menu_class' => 'bw-nav__list', 'fallback_cb' => 'bewell_fallback_nav', 'link_before' => '', 'link_after' => '', ] ); ?> </nav> <?php // Header Actions ?> <div class="bw-header__actions"> <?php if ( class_exists( 'WooCommerce' ) ) : ?> <a href="<?php echo esc_url( wc_get_account_url() ); ?>" class="bw-header__signin">Sign In</a> <a href="<?php echo esc_url( wc_get_cart_url() ); ?>" class="bw-header__cart" aria-label="<?php esc_attr_e( 'View cart', 'bewell' ); ?>"> <span><?php echo WC()->cart->get_cart_contents_count(); ?></span> </a> <?php else : ?> <a href="<?php echo esc_url( wp_login_url() ); ?>" class="bw-header__signin">Sign In</a> <?php endif; ?> <button class="bw-mobile-toggle" id="bw-mobile-toggle" aria-label="<?php esc_attr_e( 'Toggle navigation', 'bewell' ); ?>" aria-expanded="false" aria-controls="bw-primary-nav"> <span></span><span></span><span></span> </button> </div> </div> </header>