<?php add_filter('woocommerce_thankyou_order_received_text','custom_thankyou_text');function custom_thankyou_text(){return 'Thank you for your order! Your journey to natural wellness starts here, and we’ll notify you as soon as your herbs are on their way.'}add_action('woocommerce_proceed_to_checkout','ourland_final_attempt_notice',5);add_action('woocommerce_before_checkout_form','ourland_final_attempt_notice',5);function ourland_final_attempt_notice(){if (is_admin() || !function_exists('WC') || is_null(WC()->cart)) return;$threshold=75;$current_total=WC()->cart->get_subtotal();if ($current_total>0 && $current_total < $threshold){$diff=$threshold - $current_total;$diff_formatted=wc_price($diff);echo '<div style="background: #fff3e0; border: 1px solid #ff9800; color: #e65100; padding: 12px; margin-bottom: 15px; text-align: center; border-radius: 4px; font-weight: bold; font-size: 15px; display: block; clear: both;">';echo '🎁 Add ' . $diff_formatted . ' more for FREE SHIPPING!';echo '</div>'}elseif ($current_total>=$threshold && $current_total>0){echo '<div style="background: #e8f5e9; border: 1px solid #2e7d32; color: #2e7d32; padding: 12px; margin-bottom: 15px; text-align: center; border-radius: 4px; font-weight: bold; font-size: 15px; display: block; clear: both;">';echo '✅ Your order qualifies for FREE SHIPPING!';echo '</div>'}}add_action('wp_head',function(){if (is_product() || is_shop()){echo '<style>
        .page-title-wrap::before, 
        .page-header-overlay::before, 
        .fitmeal-overlay::before, 
        .page-title-section::before,
        .inner-page-header::before,
        .ltx-breadcrumbs-wrapper::before,
        .ltx-overlay,
        .ltx-overlay-bg::before {
            display: none !important;
            background: none !important;
            opacity: 0 !important;
        }
        </style>'}},999);@font-face{font-family:'fitmeal-fontello';src:url(//ourlandherbs.com/wp-content/uploads/2018/02/ltx-fitmeal.eot?1.2.6.1713327359);src:url('//ourlandherbs.com/wp-content/uploads/2018/02/ltx-fitmeal.eot?1.2.6.1713327359#iefix') format('embedded-opentype'),url(//ourlandherbs.com/wp-content/uploads/2018/02/ltx-fitmeal.woff2?1.2.6.1713327359) format('woff2'),url(//ourlandherbs.com/wp-content/uploads/2018/02/ltx-fitmeal.woff?1.2.6.1713327359) format('woff'),url(//ourlandherbs.com/wp-content/uploads/2018/02/ltx-fitmeal.ttf?1.2.6.1713327359) format('truetype'),url('//ourlandherbs.com/wp-content/uploads/2018/02/ltx-fitmeal.svg?1.2.6.1713327359#ltx-fitmeal') format('svg');font-weight:400;font-style:normal}:root{--black:#292d35;--black-darker:#000003;--black-text:rgba(41,45,53,1);--black-light:rgba(41,45,53,.7);--gray:#f3f5ed;--gray-lighter:rgba(243,245,237,.5);--white:#FFFFFF;--white-text:rgba(255,255,255,.75);--main:#8ec038;--main-darker:#70a21a;--main-lighter:rgba(142,192,56,.5);--second:#da2424;--red:#da2424;--font-main:'Open Sans';--font-headers:'Fira Sans';--font-subheaders:'Sacramento'}.page-header{background-image:url(//ourlandherbs.com/wp-content/uploads/2019/10/herbs-and-spices.jpg)!important}.header-wrapper::before{display:none}.ltx-footer-wrapper{background-image:url(//ourlandherbs.com/wp-content/uploads/2019/10/footer-bg.png)!important}#nav-wrapper.navbar-layout-transparent nav.navbar.dark{background-color:rgb(247 247 247 / .06)!important}nav.navbar .logo img{max-height:50px!important}