{"id":14,"date":"2025-05-26T00:58:14","date_gmt":"2025-05-26T00:58:14","guid":{"rendered":"https:\/\/well.ness.it.com\/?page_id=14"},"modified":"2025-06-07T07:32:56","modified_gmt":"2025-06-07T07:32:56","slug":"wellnessnest","status":"publish","type":"page","link":"https:\/\/well.ness.it.com\/","title":{"rendered":"Wellness Nest &#8211; Shilajit Essential Extract"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14\" class=\"elementor elementor-14\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2932813 e-flex e-con-boxed e-con e-parent\" data-id=\"2932813\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7767198 elementor-widget elementor-widget-html\" data-id=\"7767198\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Pure Himalayan Essence - Premium Superfood | WellnessNest<\/title>\n    <meta name=\"description\" content=\"Discover WellnessNest's Pure Himalayan Essence, a potent high-altitude concentrate. Lab-tested, 100% pure for energy, cognitive enhancement, and vitality.\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        html {\n            scroll-behavior: smooth; \/* For smooth scrolling from menu *\/\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            background: linear-gradient(135deg, #0f0c29 0%, #24243e 50%, #313862 100%);\n            min-height: 100vh;\n            color: #333;\n            overflow-x: hidden; \/* Prevent horizontal scroll globally *\/\n            padding-top: 70px; \/* Add padding for fixed nav bar *\/\n        }\n\n        .site-nav {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            background: rgba(25, 28, 58, 0.9);\n            backdrop-filter: blur(10px);\n            padding: 10px 20px;\n            z-index: 1001;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.2);\n            display: flex;\n            justify-content: space-between; \/* Align logo and menu *\/\n            align-items: center;\n        }\n\n        .nav-logo img {\n            height: 40px; \/* Smaller logo for nav *\/\n            max-width: 150px;\n            object-fit: contain;\n        }\n        \n        .site-nav ul {\n            list-style: none;\n            display: flex;\n            justify-content: center;\n            gap: 10px; \/* Reduced gap for more items *\/\n        }\n        \n        .site-nav ul li a {\n            color: #f0f0f0;\n            text-decoration: none;\n            padding: 8px 12px; \/* Slightly reduced padding *\/\n            border-radius: 6px;\n            font-size: 0.85rem; \/* Smaller font for nav *\/\n            font-weight: 500;\n            transition: background-color 0.3s ease, color 0.3s ease;\n        }\n        \n        .site-nav ul li a:hover, .site-nav ul li a.active {\n            background-color: #CD853F;\n            color: white;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .header {\n            background: rgba(255, 255, 255, 0.98);\n            backdrop-filter: blur(20px);\n            border-radius: 24px;\n            padding: 60px 40px;\n            margin-bottom: 40px;\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(45deg, rgba(139, 69, 19, 0.05) 0%, rgba(205, 133, 63, 0.05) 100%);\n            animation: shimmer 8s ease-in-out infinite;\n        }\n        \n        @keyframes shimmer {\n            0%, 100% { opacity: 0.5; }\n            50% { opacity: 1; }\n        }\n        \n        .header-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .brand-logo {\n            width: 200px; \n            height: auto; \n            min-height: 70px; \n            margin: 0 auto 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n        }\n        \n        .brand-logo img {\n            max-width: 100%; \n            max-height: 100px; \n            object-fit: contain;\n        }\n                \n        .tagline {\n            font-size: 1.4rem;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            letter-spacing: 0.5px;\n        }\n        \n        .hero-section {\n            display: grid;\n            grid-template-columns: 1fr 1.2fr;\n            gap: 60px;\n            align-items: center;\n            margin: 50px 0;\n        }\n        \n        .product-visual {\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-image-main {\n            width: 380px;\n            height: 420px;\n            margin: 0 auto;\n            position: relative;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);\n            background: linear-gradient(145deg, #ffffff, #f8f9fa);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            animation: productFloat 4s ease-in-out infinite;\n            border: 3px solid #DEB887;\n        }\n        \n        .product-image-main img {\n            width: 85%;\n            height: 85%;\n            object-fit: contain;\n            filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));\n        }\n        \n        .product-thumbnails {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 20px;\n            flex-wrap: wrap; \/* Allow thumbnails to wrap on smaller screens *\/\n        }\n        \n        .thumbnail {\n            width: 90px;\n            height: 90px;\n            border-radius: 12px;\n            background: linear-gradient(145deg, #f8f9fa, #e9ecef);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            border: 3px solid transparent;\n            overflow: hidden;\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n        \n        .thumbnail img {\n            width: 80%;\n            height: 80%;\n            object-fit: contain;\n        }\n        \n        .thumbnail:hover {\n            border-color: #8B4513;\n            transform: scale(1.05);\n        }\n        \n        .authenticity-badges {\n            display: flex;\n            justify-content: center;\n            gap: 10px; \/* Reduced gap *\/\n            margin-top: 25px; \/* Reduced margin *\/\n            flex-wrap: wrap; \/* Allow badges to wrap *\/\n        }\n        \n        .badge {\n            background: linear-gradient(45deg, #228B22, #32CD32);\n            color: white;\n            padding: 7px 14px; \/* Slightly reduced padding *\/\n            border-radius: 20px;\n            font-size: 0.8rem; \/* Slightly reduced font size *\/\n            font-weight: 600;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n            margin-bottom: 5px; \/* Add margin for wrapped items *\/\n        }\n        \n        .product-details {\n            text-align: left;\n        }\n        \n        .product-title {\n            font-size: 3.2rem;\n            font-weight: 800;\n            background: linear-gradient(45deg, #8B4513, #CD853F);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 20px;\n            line-height: 1.1;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #8B4513;\n            margin-bottom: 25px;\n            font-weight: 500;\n        }\n        \n        .quick-order-btn {\n            display: inline-block;\n            background: linear-gradient(45deg, #FF6B6B, #FF8E53);\n            color: white;\n            padding: 15px 30px;\n            text-decoration: none;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            transition: all 0.3s ease;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.02); }\n        }\n\n        @keyframes productFloat {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .quick-order-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(255, 107, 107, 0.3);\n        }\n        \n        .key-features {\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 16px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 5px solid #CD853F;\n        }\n        \n        .key-features h4 {\n            color: #8B4513;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n            font-weight: 600;\n        }\n        \n        .features-list {\n            list-style: none;\n        }\n        \n        .features-list li {\n            padding: 5px 0;\n            color: #555;\n            position: relative;\n            padding-left: 25px;\n            font-size: 0.95rem; \/* Consistent font size *\/\n        }\n        \n        .features-list li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: #228B22;\n            font-weight: bold;\n        }\n        \n        .page-section { \/* Common class for all main sections *\/\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 20px;\n            padding: 40px;\n            margin: 30px 0; \n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\n            scroll-margin-top: 80px; \/* Offset for fixed nav *\/\n        }\n        \n        .section-title {\n            font-size: 2.2rem;\n            color: #8B4513;\n            text-align: center;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .section-subtitle {\n            text-align: center;\n            color: #666;\n            margin-bottom: 30px; \n            font-size: 1.1rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-bottom: 30px; \n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #8B4513, #A0522D);\n            color: white;\n            padding: 25px 20px; \n            border-radius: 16px;\n            text-align: center;\n            transform: translateY(0);\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n            transition: left 0.5s;\n        }\n        \n        .benefit-card:hover::before {\n            left: 100%;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-8px) scale(1.02);\n            box-shadow: 0 20px 40px rgba(139, 69, 19, 0.3);\n        }\n        \n        .benefit-icon {\n            font-size: 2.2rem; \n            margin-bottom: 10px;\n            display: block;\n        }\n        \n        .benefit-title {\n            font-size: 1.15rem; \n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-description {\n            font-size: 0.9rem; \n            opacity: 0.9;\n            line-height: 1.5;\n        }\n                \n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); \n            gap: 15px; \n            margin-top: 25px; \n        }\n        \n        .gallery-item {\n            height: 230px;  \n            background: #fff; \n            border-radius: 16px;\n            display: flex;\n            flex-direction: column; \n            align-items: center;\n            justify-content: flex-start; \n            color: #8B4513;\n            font-weight: 600;\n            text-align: center;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: 2px solid rgba(139, 69, 19, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 100%; \n            object-fit: cover; \n            border-radius: 16px; \n        }\n        \n        .gallery-label {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            padding: 8px 5px;\n            font-size: 0.8rem; \n            color: white;\n            background-color: rgba(0, 0, 0, 0.6); \n            font-weight: 600;\n            border-radius: 0 0 14px 14px; \n            box-sizing: border-box;\n            transition: opacity 0.3s ease;\n        }\n        \n        .gallery-item:hover .gallery-label {\n            opacity: 0.9;\n        }\n        \n        .gallery-item:hover {\n            transform: scale(1.05);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .usage-steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); \n            gap: 20px; \n            margin-top: 25px; \n        }\n        \n        .step {\n            text-align: center;\n            padding: 20px; \n            border-radius: 12px;\n            background: linear-gradient(135deg, #F5DEB3, #DEB887);\n            position: relative;\n        }\n        .step h4 {\n            font-size: 1.05rem;\n        }\n        .step p {\n            font-size: 0.9rem;\n        }\n        \n        .step-number {\n            background: #8B4513;\n            color: white;\n            width: 35px; \n            height: 35px; \n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 10px; \n            font-weight: bold;\n            font-size: 1rem; \n        }\n        \n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); \n            gap: 25px; \n            margin-top: 30px; \n        }\n        \n        .testimonial {\n            background: #F8F9FA;\n            padding: 25px; \n            border-radius: 16px;\n            border-left: 4px solid #CD853F;\n        }\n        \n        .stars {\n            color: #FFD700;\n            font-size: 1.3rem; \n            margin-bottom: 10px; \n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            color: #555;\n            margin-bottom: 10px; \n            line-height: 1.5;\n            font-size: 0.9rem;\n        }\n        \n        .testimonial-author {\n            font-weight: 600;\n            color: #8B4513;\n            font-size: 0.9rem;\n        }\n        \n        .limited-offer {\n            background: linear-gradient(45deg, #FF6B6B, #FF8E53);\n            color: white;\n            padding: 10px 20px; \n            border-radius: 25px;\n            font-weight: 600;\n            margin-bottom: 25px; \n            display: inline-block;\n            animation: pulse 2s infinite;\n            font-size: 0.9rem;\n        }\n        \n        .price-container {\n            margin-bottom: 30px; \n        }\n        \n        .original-price {\n            font-size: 1.6rem; \n            color: #999;\n            text-decoration: line-through;\n            margin-right: 10px; \n        }\n        \n        .current-price {\n            font-size: 3rem; \n            color: #8B4513;\n            font-weight: 800;\n            margin-bottom: 8px; \n        }\n        \n        .savings {\n            color: #228B22;\n            font-size: 1.1rem; \n            font-weight: 600;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(45deg, #8B4513, #CD853F);\n            color: white;\n            padding: 18px 40px; \n            text-decoration: none;\n            border-radius: 50px;\n            font-size: 1.2rem; \n            font-weight: 700;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: 0 15px 30px rgba(139, 69, 19, 0.3);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin: 8px; \n            width: auto;\n            max-width: 90%; \n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 20px 40px rgba(139, 69, 19, 0.4);\n        }\n        \n        .cta-button.secondary {\n            background: linear-gradient(45deg, #228B22, #32CD32);\n        }\n        \n        .guarantees {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); \n            gap: 15px; \n            margin-top: 30px; \n        }\n        \n        .guarantee-item {\n            background: rgba(34, 139, 34, 0.1);\n            padding: 15px; \n            border-radius: 12px;\n            text-align: center;\n            border: 2px solid rgba(34, 139, 34, 0.2);\n        }\n        \n        .guarantee-icon {\n            font-size: 1.8rem; \n            margin-bottom: 8px; \n        }\n        \n        .guarantee-text {\n            color: #228B22;\n            font-weight: 600;\n            font-size: 0.9rem; \n        }\n\n        \/* FAQ Section Styling *\/\n        .faq-item {\n            background: #f9f9f9;\n            margin-bottom: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #CD853F;\n        }\n        .faq-question {\n            padding: 15px 20px;\n            font-weight: 600;\n            color: #8B4513;\n            cursor: pointer;\n            position: relative;\n            font-size: 1.05rem;\n        }\n        .faq-question::after {\n            content: '+';\n            position: absolute;\n            right: 20px;\n            font-size: 1.5em;\n            transition: transform 0.3s ease;\n        }\n        .faq-item.active .faq-question::after {\n            transform: rotate(45deg);\n        }\n        .faq-answer {\n            padding: 0 20px 15px;\n            color: #555;\n            font-size: 0.9rem;\n            line-height: 1.6;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out, padding 0.4s ease-out;\n        }\n        .faq-item.active .faq-answer {\n            max-height: 300px; \/* Adjust as needed *\/\n            padding-top: 10px;\n            padding-bottom: 15px;\n        }\n\n        \/* Sourcing Promise Section *\/\n        .promise-content p, .promise-content ul li {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            margin-bottom: 10px;\n        }\n        .promise-content ul {\n            list-style: disc;\n            padding-left: 20px;\n        }\n        .promise-content strong {\n            color: #8B4513;\n        }\n        \n        .sticky-buy-bar {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            padding: 10px 15px; \n            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);\n            z-index: 1000;\n            display: none;\n            align-items: center;\n            justify-content: space-between;\n        }\n        \n        .sticky-buy-bar.show {\n            display: flex;\n        }\n        \n        .sticky-price {\n            font-size: 1.3rem; \n            color: #8B4513;\n            font-weight: 700;\n        }\n        \n        .sticky-btn {\n            background: linear-gradient(45deg, #8B4513, #CD853F);\n            color: white;\n            padding: 10px 25px; \n            border: none;\n            border-radius: 25px;\n            font-weight: 600;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            font-size: 0.95rem; \n        }\n\n        .nav-toggle { \/* Hamburger menu for mobile *\/\n            display: none;\n            font-size: 1.8rem;\n            color: #f0f0f0;\n            background: none;\n            border: none;\n            cursor: pointer;\n        }\n\n\n        \/* Responsive Styles *\/\n        @media (max-width: 1024px) {\n            .hero-section {\n                grid-template-columns: 1fr;\n                gap: 40px;\n                text-align: center;\n            }\n            .product-details {\n                text-align: center; \n            }\n            .page-section {\n                padding: 30px 25px;\n            }\n            .site-nav ul {\n                gap: 5px;\n            }\n            .site-nav ul li a {\n                padding: 8px 8px;\n                font-size: 0.8rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            body {\n                padding-top: 60px; \/* Adjust for potentially taller mobile nav *\/\n            }\n            .site-nav {\n                padding: 10px 15px;\n                flex-wrap: wrap; \/* Allow wrapping if menu is too long *\/\n            }\n            .site-nav .nav-logo {\n                flex-basis: 100%; \/* Logo takes full width on one line *\/\n                text-align: center; \/* Center logo *\/\n                margin-bottom: 10px; \/* Space below logo if menu wraps *\/\n            }\n            .site-nav ul {\n                display: none; \/* Hide menu by default *\/\n                flex-direction: column;\n                width: 100%;\n                background: rgba(25, 28, 58, 0.95);\n                position: absolute;\n                top: 60px; \/* Position below nav bar *\/\n                left: 0;\n                padding: 10px 0;\n            }\n            .site-nav ul.active {\n                display: flex; \/* Show when active *\/\n            }\n            .site-nav ul li {\n                width: 100%;\n                text-align: center;\n            }\n            .site-nav ul li a {\n                display: block;\n                padding: 12px 15px;\n                font-size: 1rem;\n            }\n            .nav-toggle {\n                display: block; \/* Show hamburger *\/\n                position: absolute; \/* Position it relative to nav *\/\n                right: 15px;\n                top: 15px;\n            }\n            .nav-logo { \/* Adjust logo position when hamburger is present *\/\n                margin-right: 50px; \/* Make space for hamburger *\/\n            }\n\n\n            .container {\n                padding: 10px; \n            }\n            \n            .header {\n                padding: 30px 15px; \n                margin-bottom: 20px;\n            }\n            .brand-logo img {\n                max-height: 80px;\n            }\n            .tagline {\n                font-size: 1.1rem; \n                margin-bottom: 20px;\n            }\n            \n            .hero-section {\n                gap: 20px; \n                margin: 20px 0;\n            }\n            .product-image-main {\n                width: 90%; \n                max-width: 300px; \n                height: auto;\n                aspect-ratio: 380 \/ 420; \n            }\n             .product-thumbnails {\n                gap: 8px;\n            }\n            .thumbnail {\n                width: 70px;\n                height: 70px;\n            }\n\n            .product-title {\n                font-size: 2rem; \n                margin-bottom: 10px;\n            }\n            .product-subtitle {\n                font-size: 1rem; \n                margin-bottom: 15px;\n            }\n            .quick-order-btn {\n                padding: 12px 25px;\n                font-size: 1rem;\n                margin-bottom: 20px;\n            }\n            .key-features {\n                padding: 15px;\n                margin-bottom: 20px;\n            }\n            .key-features h4 {\n                font-size: 1rem;\n            }\n            .features-list li {\n                font-size: 0.9rem;\n                padding-left: 20px;\n            }\n\n            .page-section {\n                padding: 25px 15px; \n                margin: 20px 0;\n            }\n            .section-title {\n                font-size: 1.8rem; \n            }\n            .section-subtitle {\n                font-size: 0.95rem; \n                margin-bottom: 20px;\n            }\n\n            .benefits-grid, .usage-steps, .testimonials-grid, .guarantees {\n                grid-template-columns: 1fr; \n                gap: 15px;\n            }\n            .benefit-card { padding: 20px 15px; }\n            .benefit-icon { font-size: 2rem; }\n            .benefit-title { font-size: 1.1rem; }\n            .benefit-description { font-size: 0.85rem; }\n\n            .gallery-grid {\n                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); \n            }\n            .gallery-item {\n                height: 180px; \n            }\n            .gallery-label { font-size: 0.75rem; }\n            \n            .step { padding: 15px; }\n            .step h4 { font-size: 1rem; }\n            .step p { font-size: 0.85rem; }\n\n            .testimonial { padding: 20px; }\n            .stars { font-size: 1.2rem; }\n            .testimonial-text, .testimonial-author { font-size: 0.85rem; }\n            \n            .current-price {\n                font-size: 2.5rem; \n            }\n            .original-price { font-size: 1.4rem; }\n            .savings { font-size: 1rem; }\n\n            .cta-button {\n                padding: 15px 30px; \n                font-size: 1rem; \n                width: 100%; \n                max-width: 320px; \n                margin: 10px auto; \n                display: block;\n            }\n            \n            .sticky-buy-bar {\n                padding: 8px 10px; \n                flex-direction: column; \n                gap: 5px;\n                text-align: center;\n            }\n            .sticky-price {\n                font-size: 1.1rem; \n            }\n             .sticky-price span { font-size: 0.8rem; }\n            .sticky-btn {\n                padding: 8px 18px; \n                width: 80%; \n                margin: 0 auto;\n                font-size: 0.9rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n             .site-nav {\n                padding: 8px 10px;\n             }\n             .nav-logo img {\n                height: 35px;\n             }\n             .nav-toggle {\n                font-size: 1.6rem;\n                top: 12px;\n                right: 10px;\n             }\n             .site-nav ul {\n                top: 55px; \/* Adjust if nav height changes *\/\n             }\n             .site-nav .nav-logo { \/* Adjust logo position when hamburger is present *\/\n                margin-right: 40px; \/* Make space for hamburger *\/\n                margin-bottom: 0; \/* Reset margin if nav is not wrapping *\/\n            }\n             .site-nav { \/* Prevent wrapping on very small screens, rely on hamburger *\/\n                flex-wrap: nowrap;\n            }\n\n\n            .container {\n                padding: 10px 5px; \n            }\n            .header {\n                padding: 20px 10px;\n            }\n            .brand-logo img {\n                max-height: 60px;\n            }\n            .tagline {\n                font-size: 1rem;\n            }\n            .product-title {\n                font-size: 1.7rem;\n            }\n            .product-subtitle {\n                font-size: 0.9rem;\n            }\n            .quick-order-btn {\n                font-size: 0.9rem;\n                padding: 10px 20px;\n            }\n             .section-title {\n                font-size: 1.5rem; \n            }\n            .section-subtitle {\n                font-size: 0.85rem; \n            }\n            .gallery-grid {\n                 grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); \n            }\n            .gallery-item {\n                height: 150px;\n            }\n            .limited-offer {\n                font-size: 0.8rem;\n                padding: 8px 15px;\n            }\n            .current-price {\n                font-size: 2.2rem; \n            }\n            .original-price { font-size: 1.2rem; }\n            .savings { font-size: 0.9rem; }\n\n            .cta-button {\n                font-size: 0.9rem;\n                padding: 12px 25px;\n            }\n            .guarantee-text { font-size: 0.8rem; }\n            .guarantee-icon { font-size: 1.5rem; }\n        }\n\n    <\/style>\n<\/head>\n<body>\n    <nav class=\"site-nav\">\n        <div class=\"nav-logo\">\n            <a href=\"#\"><img decoding=\"async\" src=\"https:\/\/s3-eu-west-1.amazonaws.com\/tpd\/logos\/652e762cb3d9cddd796ad7d8\/0x0.png\" alt=\"WellnessNest Logo\"><\/a>\n        <\/div>\n        <button class=\"nav-toggle\" aria-label=\"Toggle navigation\" aria-expanded=\"false\">\n            \u2630 <!-- Hamburger Icon -->\n        <\/button>\n        <ul id=\"navMenu\">\n            <li><a href=\"#gallery\">Gallery<\/a><\/li>\n            <li><a href=\"#benefits\">Benefits<\/a><\/li>\n            <li><a href=\"#how-to-use\">How to Use<\/a><\/li>\n            <li><a href=\"#our-promise\">Our Promise<\/a><\/li>\n            <li><a href=\"#testimonials\">Reviews<\/a><\/li>\n            <li><a href=\"#faq\">FAQ<\/a><\/li>\n            <li><a href=\"#pricing\">Order<\/a><\/li>\n        <\/ul>\n    <\/nav>\n\n    <div class=\"container\">\n        <!-- Header Section -->\n        <div class=\"header\">\n            <div class=\"header-content\">\n                <!-- Brand logo -->\n                <div class=\"brand-logo\">\n                    <img decoding=\"async\" src=\"https:\/\/s3-eu-west-1.amazonaws.com\/tpd\/logos\/652e762cb3d9cddd796ad7d8\/0x0.png\" alt=\"WellnessNest Logo\">\n                <\/div>\n                <div class=\"tagline\">Premium Himalayan Wellness Solutions<\/div>\n                \n                <div class=\"hero-section\">\n                    <div class=\"product-visual\">\n                        <!-- Main product image -->\n                        <div class=\"product-image-main\">\n                            <img decoding=\"async\" src=\"https:\/\/images-na.ssl-images-amazon.com\/images\/I\/71S3BJMrdXL.jpg\" alt=\"Wellness Nest Gold Grade Pure Himalayan Resin Jar\">\n                        <\/div>\n                        \n                        <!-- Product thumbnails -->\n                        <div class=\"product-thumbnails\">\n                            <div class=\"thumbnail\">\n                                <img decoding=\"async\" src=\"https:\/\/images-na.ssl-images-amazon.com\/images\/I\/71S3BJMrdXL.jpg\" alt=\"Himalayan Resin Jar, Box, and Spoon\">\n                            <\/div>\n                            <div class=\"thumbnail\">\n                                <img decoding=\"async\" src=\"https:\/\/wellnessnest.co\/cdn\/shop\/files\/PACK_1_f7faa395-5b07-42b2-8d89-ddc479c8ed41.png?v=1744692317\" alt=\"Wellness Nest Essence Packaging\">\n                            <\/div>\n                            <div class=\"thumbnail\">\n                                <img decoding=\"async\" src=\"https:\/\/wellnessnest.co\/cdn\/shop\/files\/gempages_501444340413891578-3794f82c-b3ae-47cd-b4d1-f7a9754f5783.png?v=17282850559875038859\" alt=\"Dark Mineral Resin Texture Detail\">\n                            <\/div>\n                            <div class=\"thumbnail\">\n                               <img decoding=\"async\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71dmOwmGbeL.jpg\" alt=\"Mountain Essence Resin and Product Set\">\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"authenticity-badges\">\n                            <div class=\"badge\">Lab Tested<\/div>\n                            <div class=\"badge\">100% Pure<\/div>\n                            <div class=\"badge\">Third-Party Verified<\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"product-details\">\n                        <h1 class=\"product-title\">Pure Himalayan Essence<\/h1>\n                        <div class=\"product-subtitle\">Himalayan Gold - Nature's Most Potent Superfood<\/div>\n                        \n                        <a href=\"https:\/\/wellnessnest.co\/products\/pure-shilajit-essence?ref=xubkfopc\" class=\"quick-order-btn\" target=\"_blank\">\n                            \ud83d\udd25 ORDER NOW - Limited Stock\n                        <\/a>\n                        \n                        <div class=\"key-features\">\n                            <h4>\ud83c\udf1f Key Highlights<\/h4>\n                            <ul class=\"features-list\">\n                                <li>Sourced from 16,000+ ft altitude in pristine Himalayas<\/li>\n                                <li>85+ essential minerals and fulvic acid complex (>75% Fulvic Acid)<\/li>\n                                <li>Rigorously purified using traditional Ayurvedic methods<\/li>\n                                <li>Heavy metal tested and contaminant-free<\/li>\n                                <li>Third-party laboratory certified for purity & potency<\/li>\n                                <li>Rich, potent resin form for maximum bioavailability<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Product Image Gallery -->\n        <div id=\"gallery\" class=\"page-section image-gallery\">\n            <h2 class=\"section-title\">\ud83d\udcf8 Product Gallery<\/h2>\n            <p class=\"section-subtitle\">See our premium Himalayan Essence in detail<\/p>\n            \n            <div class=\"gallery-grid\">\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/wellnessnest.co\/cdn\/shop\/files\/gempages_501444340413891578-88d5922c-bbc4-4df7-902c-85169698ccab.png?v=8915816611009327899\" alt=\"Wellness Nest Meno Pure Gold Resin\">\n                    <div class=\"gallery-label\">Meno Pure Gold Resin<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/wellnessnest.co\/cdn\/shop\/files\/gempages_501444340413891578-3794f82c-b3ae-47cd-b4d1-f7a9754f5783.png?v=17282850559875038859\" alt=\"Wellness Nest Resin and Spoon\">\n                    <div class=\"gallery-label\">Pure Mountain Resin<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/www.heraldnet.com\/wp-content\/uploads\/2025\/04\/39157036_web1_M1-Wellness-Nest-Shilajit-Teaser.jpg\" alt=\"Wellness Nest Product - Lifestyle Image\">\n                    <div class=\"gallery-label\">Wellness Lifestyle<\/div>\n                <\/div>\n                 <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/images-na.ssl-images-amazon.com\/images\/I\/71S3BJMrdXL.jpg\" alt=\"Wellness Nest Gold Grade Resin\">\n                    <div class=\"gallery-label\">Gold Grade Quality<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/wellnessnest.co\/cdn\/shop\/files\/PACK_1_f7faa395-5b07-42b2-8d89-ddc479c8ed41.png?v=1744692317\" alt=\"Wellness Nest Concentrate - Box and Jar\">\n                    <div class=\"gallery-label\">Authentic Packaging<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Detailed Benefits Section -->\n        <div id=\"benefits\" class=\"page-section detailed-benefits\">\n            <h2 class=\"section-title\">\ud83d\udd25 Transform Your Health & Vitality<\/h2>\n            <p class=\"section-subtitle\">Experience the power of authentic Himalayan Essence - used for over 3,000 years in traditional wellness<\/p>\n            \n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\u26a1<\/span>\n                    <h3 class=\"benefit-title\">Explosive Energy Boost<\/h3>\n                    <p class=\"benefit-description\">Enhance mitochondrial function and ATP production for sustained energy without crashes or jitters using this natural resin.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\ud83e\udde0<\/span>\n                    <h3 class=\"benefit-title\">Cognitive Enhancement<\/h3>\n                    <p class=\"benefit-description\">Improve memory, focus, and mental clarity with powerful nootropic compounds and brain-protective antioxidants found in this Himalayan extract.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\ud83d\udcaa<\/span>\n                    <h3 class=\"benefit-title\">Peak Physical Performance<\/h3>\n                    <p class=\"benefit-description\">Boost strength, endurance, and recovery while supporting healthy hormone levels naturally with our Mountain Essence.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\ud83d\udee1\ufe0f<\/span>\n                    <h3 class=\"benefit-title\">Immune System Support<\/h3>\n                    <p class=\"benefit-description\">Strengthen your body's defense system with potent adaptogens and immune-modulating compounds in our high-altitude concentrate.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\ud83c\udf31<\/span>\n                    <h3 class=\"benefit-title\">Anti-Aging Properties<\/h3>\n                    <p class=\"benefit-description\">Combat cellular aging with powerful antioxidants and telomere-supporting nutrients from this ancient mineral pitch.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <span class=\"benefit-icon\">\u2764\ufe0f<\/span>\n                    <h3 class=\"benefit-title\">Heart Health Support<\/h3>\n                    <p class=\"benefit-description\">Promote cardiovascular wellness and healthy blood pressure with natural cardioprotective compounds present in our Pure Essence.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div style=\"text-align: center; margin-top: 30px;\">\n                <a href=\"https:\/\/wellnessnest.co\/products\/pure-shilajit-essence?ref=xubkfopc\" class=\"cta-button\" target=\"_blank\">\n                    \ud83d\uded2 Get Your Pure Himalayan Essence Now\n                <\/a>\n            <\/div>\n        <\/div>\n        \n        <!-- How to Use Section -->\n        <div id=\"how-to-use\" class=\"page-section how-to-use\">\n            <h2 class=\"section-title\">\ud83d\udccb How to Use Pure Himalayan Essence<\/h2>\n            <p class=\"section-subtitle\">Simple daily protocol for maximum benefits from this potent resin<\/p>\n            \n            <div class=\"usage-steps\">\n                <div class=\"step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h4>Morning Dose<\/h4>\n                    <p>Take a rice grain-sized portion (300-500mg) of the essence on an empty stomach<\/p>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h4>Dissolve & Drink<\/h4>\n                    <p>Mix the resin in warm water, milk, or herbal tea. Stir until completely dissolved<\/p>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h4>Wait & Absorb<\/h4>\n                    <p>Wait 30 minutes before eating for optimal absorption and bioavailability of the concentrate<\/p>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step-number\">4<\/div>\n                    <h4>Stay Consistent<\/h4>\n                    <p>Use daily for 4-6 weeks to experience full therapeutic benefits of this natural extract<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Our Sourcing & Purity Promise Section -->\n        <div id=\"our-promise\" class=\"page-section sourcing-promise\">\n            <h2 class=\"section-title\">\ud83c\udfd4\ufe0f Our Sourcing & Purity Promise<\/h2>\n            <p class=\"section-subtitle\">Committed to delivering the highest quality Himalayan Gold Extract<\/p>\n            <div class=\"promise-content\" style=\"max-width: 800px; margin: 0 auto; text-align: left;\">\n                <p>At WellnessNest, we believe that true wellness starts with nature's purest gifts. Our Himalayan Essence is a testament to this philosophy. We are dedicated to providing you with an authentic, potent, and safe product.<\/p>\n                <ul>\n                    <li><strong>Pristine Sourcing:<\/strong> Our mineral-rich resin is ethically sourced from remote, high-altitude regions of the Himalayas (above 16,000 feet), far from pollutants and human interference. This ensures the raw material is of the highest natural quality.<\/li>\n                    <li><strong>Traditional Purification:<\/strong> We employ time-honored Ayurvedic purification methods. This slow, meticulous process naturally removes impurities while preserving the vital minerals and bioactive compounds, including a high concentration of fulvic acid.<\/li>\n                    <li><strong>Rigorous Testing:<\/strong> Your safety and trust are paramount. Every batch of our Himalayan Essence undergoes stringent third-party laboratory testing for heavy metals (like lead, arsenic, mercury) and other potential contaminants. We ensure it meets and exceeds safety standards.<\/li>\n                    <li><strong>Potency Guaranteed:<\/strong> Our testing also verifies the rich fulvic acid content (typically >75%) and the broad spectrum of over 85 trace minerals, ensuring you receive a truly effective product.<\/li>\n                    <li><strong>Transparency:<\/strong> We believe in full transparency. Certificates of Analysis (CoA) are available to confirm the purity and potency of our high-altitude concentrate.<\/li>\n                <\/ul>\n                <p>Experience the difference that purity and dedication make. Choose WellnessNest for your journey towards enhanced vitality and well-being with our exceptional Mountain Essence.<\/p>\n            <\/div>\n        <\/div>\n        \n        <!-- Testimonials Section -->\n        <div id=\"testimonials\" class=\"page-section testimonials\">\n            <h2 class=\"section-title\">\ud83d\udcac What Our Customers Say<\/h2>\n            <p class=\"section-subtitle\">Real results from real people using our Himalayan Essence<\/p>\n            \n            <div class=\"testimonials-grid\">\n                <div class=\"testimonial\">\n                    <div class=\"stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n                    <p class=\"testimonial-text\">\"I've been using this Pure Himalayan Essence for 6 weeks now and the energy boost is incredible! No more afternoon crashes, and my workout performance has improved dramatically. The quality is exceptional - you can taste the purity.\"<\/p>\n                    <div class=\"testimonial-author\">- Marcus R., Fitness Enthusiast<\/div>\n                <\/div>\n                \n                <div class=\"testimonial\">\n                    <div class=\"stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n                    <p class=\"testimonial-text\">\"As a busy executive, I needed something natural to help with focus and stress. This Mountain Essence has been a game-changer. Mental clarity is through the roof, and I sleep better too. Worth every penny!\"<\/p>\n                    <div class=\"testimonial-author\">- Sarah M., CEO<\/div>\n                <\/div>\n                \n                <div class=\"testimonial\">\n                    <div class=\"stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n                    <p class=\"testimonial-text\">\"I've tried many similar resin products, but WellnessNest's quality is unmatched. The lab testing reports give me confidence, and the results speak for themselves. My recovery time has significantly improved.\"<\/p>\n                    <div class=\"testimonial-author\">- Dr. James L., Sports Medicine<\/div>\n                <\/div>\n                \n                <div class=\"testimonial\">\n                    <div class=\"stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n                    <p class=\"testimonial-text\">\"Started taking this high-altitude concentrate for anti-aging benefits. After 8 weeks, my skin looks better, energy levels are stable throughout the day, and overall vitality has improved. Highly recommend!\"<\/p>\n                    <div class=\"testimonial-author\">- Lisa K., Wellness Coach<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- FAQ Section -->\n        <div id=\"faq\" class=\"page-section faq-section\">\n            <h2 class=\"section-title\">\u2753 Frequently Asked Questions<\/h2>\n            <p class=\"section-subtitle\">Your questions about our Pure Himalayan Essence, answered.<\/p>\n            <div class=\"faq-container\" style=\"max-width: 800px; margin: 0 auto;\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">What is Himalayan Essence?<\/div>\n                    <div class=\"faq-answer\">\n                        <p>Himalayan Essence, also known as ancient mineral pitch, is a natural, tar-like substance found in high mountain ranges, especially the Himalayas. It's formed over centuries by the gradual decomposition of plants and is rich in fulvic acid and over 85 trace minerals. It has been used in traditional Ayurvedic practices for thousands of years for its rejuvenating and health-enhancing properties.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">How does this Mountain Essence benefit me?<\/div>\n                    <div class=\"faq-answer\">\n                        <p>Our Pure Himalayan Essence can offer a wide range of benefits. Users often report increased energy levels, improved cognitive function (focus, memory), enhanced physical performance and recovery, strengthened immune system, and support for healthy aging. Its rich mineral and fulvic acid content helps nourish the body at a cellular level.<\/p>\n                    <\/div>\n                <\/div>\n                 <div class=\"faq-item\">\n                    <div class=\"faq-question\">Is this product safe?<\/div>\n                    <div class=\"faq-answer\">\n                        <p>Yes, safety is our top priority. Our Himalayan Essence is ethically sourced and undergoes rigorous traditional purification processes. Furthermore, each batch is third-party lab tested for heavy metals and other contaminants to ensure it meets strict safety standards. We provide access to these lab reports for full transparency.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">How long until I see results from this high-altitude concentrate?<\/div>\n                    <div class=\"faq-answer\">\n                        <p>Results can vary from person to person. Some individuals may notice benefits like increased energy within a few days or weeks. For more comprehensive benefits, consistent daily use for 4-6 weeks is generally recommended. Long-term use often yields the most profound results as the body continually benefits from the rich nutrient profile.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Pricing Section -->\n        <div id=\"pricing\" class=\"page-section pricing-section\">\n            <div class=\"pricing-content\">\n                <div class=\"limited-offer\">\ud83d\udd25 LIMITED TIME OFFER - 40% OFF<\/div>\n                \n                <h2 style=\"font-size: 2.2rem; margin-bottom: 20px; color: #8B4513;\">Premium Pure Himalayan Essence<\/h2>\n                \n                <div class=\"price-container\">\n                    <span class=\"original-price\">$89.99<\/span>\n                    <div class=\"current-price\">$53.99<\/div>\n                    <div class=\"savings\">Save $36.00 - Best Value!<\/div>\n                <\/div>\n                \n                <div style=\"margin: 30px 0;\">\n                    <a href=\"https:\/\/wellnessnest.co\/products\/pure-shilajit-essence?ref=xubkfopc\" class=\"cta-button\" target=\"_blank\">\n                        \ud83d\uded2 BUY NOW - FREE SHIPPING\n                    <\/a>\n                    <br><br>\n                    <a href=\"https:\/\/wellnessnest.co\/pages\/contact\" class=\"cta-button secondary\" target=\"_blank\">\n                        \ud83d\udcde Contact for Bulk Orders\n                    <\/a>\n                <\/div>\n                \n                <div class=\"guarantees\">\n                    <div class=\"guarantee-item\">\n                        <div class=\"guarantee-icon\">\u2705<\/div>\n                        <div class=\"guarantee-text\">30-Day Money Back Guarantee<\/div>\n                    <\/div>\n                    <div class=\"guarantee-item\">\n                        <div class=\"guarantee-icon\">\ud83d\ude9a<\/div>\n                        <div class=\"guarantee-text\">Free Worldwide Shipping<\/div>\n                    <\/div>\n                    <div class=\"guarantee-item\">\n                        <div class=\"guarantee-icon\">\ud83d\udd12<\/div>\n                        <div class=\"guarantee-text\">Secure Payment Protected<\/div>\n                    <\/div>\n                    <div class=\"guarantee-item\">\n                        <div class=\"guarantee-icon\">\u26a1<\/div>\n                        <div class=\"guarantee-text\">Fast 24-48h Processing<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div style=\"margin-top: 30px; padding: 20px; background: rgba(34, 139, 34, 0.1); border-radius: 12px;\">\n                    <h4 style=\"color: #228B22; margin-bottom: 10px;\">\ud83c\udfaf What You Get:<\/h4>\n                    <ul style=\"text-align: left; max-width: 400px; margin: 0 auto; list-style-position: inside; padding-left: 10px;\">\n                        <li>\u2713 1 jar of Pure Himalayan Essence (30g or 50g - check site, typically 1-2 month supply)<\/li>\n                        <li>\u2713 Measuring spoon for accurate dosage<\/li>\n                        <li>\u2713 Detailed usage guide and dosage instructions<\/li>\n                        <li>\u2713 Certificate of authenticity and lab test results access<\/li>\n                        <li>\u2713 Premium, eco-friendly packaging<\/li>\n                        <li>\u2713 24\/7 customer support<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Sticky Buy Bar -->\n        <div class=\"sticky-buy-bar\" id=\"stickyBar\">\n            <div>\n                <div class=\"sticky-price\">$53.99 <span style=\"text-decoration: line-through; color: #999; font-size: 1rem;\">$89.99<\/span><\/div>\n                <div style=\"font-size: 0.9rem; color: #666;\">Pure Himalayan Essence<\/div>\n            <\/div>\n            <a href=\"https:\/\/wellnessnest.co\/products\/pure-shilajit-essence?ref=xubkfopc\" class=\"sticky-btn\" target=\"_blank\">\n                BUY NOW\n            <\/a>\n        <\/div>\n    <\/div>\n    \n    <script>\n        \/\/ Enhanced interactive features\n        \n        \/\/ Thumbnail click to update main image\n        const mainProductImage = document.querySelector('.product-image-main img');\n        const thumbnails = document.querySelectorAll('.thumbnail img');\n\n        if (mainProductImage && thumbnails.length > 0) {\n            thumbnails.forEach(thumbImg => {\n                thumbImg.parentElement.addEventListener('click', () => {\n                    mainProductImage.src = thumbImg.src; \n                    mainProductImage.alt = thumbImg.alt; \n\n                    document.querySelectorAll('.thumbnail').forEach(t => t.style.borderColor = 'transparent');\n                    thumbImg.parentElement.style.borderColor = '#8B4513';\n                });\n            });\n        }\n        \n        \/\/ Gallery hover effects\n        document.querySelectorAll('.gallery-item').forEach(item => {\n            item.addEventListener('mouseenter', function() {\n                this.style.transform = 'scale(1.05) translateY(-5px)';\n                this.style.boxShadow = '0 15px 30px rgba(139, 69, 19, 0.2)';\n            });\n            \n            item.addEventListener('mouseleave', function() {\n                this.style.transform = 'scale(1) translateY(0)';\n                this.style.boxShadow = '0 10px 20px rgba(0, 0, 0, 0.1)'; \n            });\n        });\n        \n        \/\/ Sticky buy bar functionality\n        const stickyBar = document.getElementById('stickyBar');\n        const pricingSection = document.querySelector('.pricing-section');\n        \n        if (stickyBar && pricingSection) {\n            const observerStickyBar = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    const heroSection = document.querySelector('.hero-section');\n                    let heroSectionBottom = 0;\n                    if (heroSection) {\n                         heroSectionBottom = heroSection.offsetTop + heroSection.offsetHeight;\n                    }\n\n                    if (!entry.isIntersecting && window.scrollY > heroSectionBottom) { \n                        stickyBar.classList.add('show');\n                    } else {\n                        stickyBar.classList.remove('show');\n                    }\n                });\n            }, {\n                threshold: 0, \n                rootMargin: \"0px 0px -100% 0px\" \n            });\n            observerStickyBar.observe(pricingSection);\n        }\n        \n        \/\/ Smooth scrolling for anchor links (already handled by CSS html { scroll-behavior: smooth; })\n        \/\/ but this JS version can be more reliable across browsers or for complex offsets.\n        \/\/ For this case, CSS is fine.\n\n        \/\/ FAQ Accordion\n        const faqItems = document.querySelectorAll('.faq-item');\n        faqItems.forEach(item => {\n            const question = item.querySelector('.faq-question');\n            question.addEventListener('click', () => {\n                const isActive = item.classList.contains('active');\n                faqItems.forEach(i => i.classList.remove('active')); \/\/ Close others\n                if (!isActive) {\n                    item.classList.add('active');\n                }\n            });\n        });\n        \n        \/\/ Enhanced hover effects for benefit cards\n        document.querySelectorAll('.benefit-card').forEach(card => {\n            card.addEventListener('mouseenter', function() {\n                this.style.transform = 'translateY(-8px) scale(1.02)';\n            });\n            \n            card.addEventListener('mouseleave', function() {\n                this.style.transform = 'translateY(0) scale(1)';\n            });\n        });\n        \n        \/\/ Gallery item click effects (optional enhancement)\n        document.querySelectorAll('.gallery-item').forEach(item => {\n            item.addEventListener('click', function() {\n                \/\/ Could implement a lightbox or modal here\n                this.style.transform = 'scale(1.1)'; \n                this.style.zIndex = '100'; \n                \n                setTimeout(() => {\n                    this.style.transform = 'scale(1.05)'; \n                    this.style.zIndex = 'auto';\n                }, 300);\n            });\n        });\n        \n        \/\/ Animate elements on scroll\n        document.addEventListener('DOMContentLoaded', function() {\n            const observerOptions = {\n                threshold: 0.1, \n                rootMargin: '0px 0px -30px 0px' \n            };\n            \n            const scrollObserver = new IntersectionObserver((entries, observer) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                        observer.unobserve(entry.target); \n                    }\n                });\n            }, observerOptions);\n            \n            document.querySelectorAll('.benefit-card, .testimonial, .step, .guarantee-item, .key-features, .gallery-item, .faq-item, .promise-content > *').forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(30px)';\n                el.style.transition = 'opacity 0.6s ease-out, transform 0.6s ease-out';\n                scrollObserver.observe(el);\n            });\n\n            \/\/ Mobile Navigation Toggle\n            const navToggle = document.querySelector('.nav-toggle');\n            const navMenu = document.getElementById('navMenu');\n\n            if (navToggle && navMenu) {\n                navToggle.addEventListener('click', () => {\n                    const isExpanded = navToggle.getAttribute('aria-expanded') === 'true' || false;\n                    navToggle.setAttribute('aria-expanded', !isExpanded);\n                    navMenu.classList.toggle('active');\n                });\n\n                \/\/ Close menu when a link is clicked (for SPA-like behavior on one-page sites)\n                navMenu.querySelectorAll('a').forEach(link => {\n                    link.addEventListener('click', () => {\n                        if (navMenu.classList.contains('active')) {\n                             navToggle.setAttribute('aria-expanded', 'false');\n                             navMenu.classList.remove('active');\n                        }\n                    });\n                });\n            }\n\n            \/\/ Active Nav Link Highlighting on Scroll\n            const sections = document.querySelectorAll('.page-section');\n            const navLinks = document.querySelectorAll('.site-nav ul li a');\n\n            function changeNavOnScroll() {\n                let currentSectionId = '';\n                sections.forEach(section => {\n                    const sectionTop = section.offsetTop;\n                    const sectionHeight = section.clientHeight;\n                    \/\/ Check if section is in viewport, considering fixed nav height\n                    if (pageYOffset >= (sectionTop - sectionHeight \/ 3 - 70)) { \n                        currentSectionId = section.getAttribute('id');\n                    }\n                });\n\n                navLinks.forEach(link => {\n                    link.classList.remove('active');\n                    if (link.getAttribute('href').substring(1) === currentSectionId) {\n                        link.classList.add('active');\n                    }\n                });\n            }\n            window.addEventListener('scroll', changeNavOnScroll);\n            changeNavOnScroll(); \/\/ Initial check\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Pure Himalayan Essence &#8211; Premium Superfood | WellnessNest \u2630 Gallery Benefits How to Use Our Promise Reviews FAQ Order Premium Himalayan Wellness Solutions Lab Tested 100% Pure Third-Party Verified Pure Himalayan Essence Himalayan Gold &#8211; Nature&#8217;s Most Potent Superfood \ud83d\udd25 ORDER NOW &#8211; Limited Stock \ud83c\udf1f Key Highlights Sourced from 16,000+ ft altitude in pristine [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/well.ness.it.com\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/well.ness.it.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/well.ness.it.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/well.ness.it.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/well.ness.it.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":17,"href":"https:\/\/well.ness.it.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":55,"href":"https:\/\/well.ness.it.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/55"}],"wp:attachment":[{"href":"https:\/\/well.ness.it.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}