”,
‘type’ => ‘tincture’, // ‘tincture’ or ‘extract’
‘hero_title’ => ‘Premium RSO Extract – Lab Tested’,
‘hero_subtitle’ => ‘Full-spectrum • Made in Amsterdam • Ships Worldwide’,
‘urgency_text’ => ‘Only 8 units left at this price’,
‘discount_code’ => ‘FIRST15’,
‘discount_percent’ => ’15’
), $atts);

// Get WooCommerce product
$product = wc_get_product($atts[‘product_id’]);

if (!$product) {
return ‘

Product not found. Please check product ID.

‘;
}

ob_start();
?>

★★★★★
4.7 from 150+ customers

Lab Tested & EU Certified
Discreet Shipping Worldwide
Secure Payment (PayPal/Cards)
14-Day Money-Back Guarantee

get_image(‘large’); ?>

get_name(); ?>

★★★★★
4.7 (127 reviews)

get_price_html(); ?>
is_on_sale()): ?>
get_regular_price()); ?>

is_on_sale()): ?>
SALE

⚠️

Low Stock Alert:

🎉 First-Time Customer Offer
Use code at checkout
Save % on your first order → Pay only
get_price() * (1 – $atts[‘discount_percent’]/100), 2); ?>


  • Suggested use: , 30-60 minutes before bed
  • Full-spectrum plant extract, crafted in Amsterdam
  • Third-party lab tested for quality and purity
  • Discreet packaging, trackable shipping worldwide
  • 14-day money-back guarantee

Disclaimer: This product is not intended to diagnose, treat, cure, or prevent any disease.
Educational information only; not medical advice.



✓ Our 14-Day Money-Back Guarantee

Try our product risk-free for 14 days. If you’re not completely satisfied, we’ll refund your purchase—no questions asked.

Premium RSO
get_price_html(); ?>

Frequently Asked Questions

Start with a low amount (3-5 drops for tincture, ~0.2ml for extract) taken 30-60 minutes before bed.
Adjust gradually over several days based on your personal response. Always consult with your healthcare provider
before starting any new supplement regimen.

We ship from the Netherlands to all EU countries, the UK, USA, and Canada. All packages are sent discreetly
with tracking via UPS Express. Delivery typically takes 3-7 business days depending on your location.

Our products are hemp-derived with less than 0.3% THC, making them legal in most countries we ship to.
However, hemp laws vary by location. Please check your local regulations before ordering. We cannot ship
to locations where our products are not legal.

Some people explore natural extracts for comfort and wellness during challenging times. We provide general
educational information only and strongly encourage discussing any supplement use with your healthcare provider.
This is not medical advice, and our products are not intended to diagnose, treat, cure, or prevent any disease.

We offer a 14-day money-back guarantee. If you’re not satisfied with your purchase, contact us within 14 days
of receiving your order for a full refund. The product must be unopened and in its original packaging.

Yes! All our products are third-party lab tested. We can provide Certificates of Analysis (COAs) upon request.
Contact us via email or WhatsApp and we’ll send you the latest lab results for the batch you’re interested in.

post_content, ‘rso_product_landing’)) {

// Enqueue WooCommerce scripts if not already loaded
if (class_exists(‘WooCommerce’)) {
wp_enqueue_script(‘wc-add-to-cart’);
wp_enqueue_script(‘wc-cart-fragments’);
}

// Custom FAQ JavaScript
wp_add_inline_script(‘jquery’, ”
jQuery(document).ready(function($) {
$(‘.rso-faq-question’).click(function() {
$(this).parent(‘.rso-faq-item’).toggleClass(‘active’);
$(this).parent().siblings().removeClass(‘active’);
});

// Sticky CTA
$(window).scroll(function() {
if ($(window).scrollTop() > 600) {
$(‘.rso-sticky-cta’).slideDown(200);
} else {
$(‘.rso-sticky-cta’).slideUp(200);
}
});

// Copy coupon code
$(‘.rso-offer-code’).click(function() {
var code = $(this).text();
if (navigator.clipboard) {
navigator.clipboard.writeText(code).then(function() {
var msg = $(‘‘).text(‘ ✓ Copied!’).css(‘color’, ‘#059669’);
$(‘.rso-offer-code’).append(msg);
setTimeout(function() { msg.remove(); }, 2000);
});
}
});
});
“);
}
}
add_action(‘wp_enqueue_scripts’, ‘rso_landing_enqueue_scripts’);

?>