Unlock Premium Content
This content is exclusive to premium subscribers.
Already a member? Restore Purchase
HTML Structure
<!-- Apply the .locked class to your premium container -->
<section class="locked">
<!-- Premium Content Goes Here -->
<!-- The Paywall Overlay Card -->
<article class="card glass">
<span class="axicon render" data-name="Lock" aria-hidden="true"></span>
<h3>Unlock Premium Content</h3>
<p>This content is exclusive to our premium subscribers. Join now to get full access!</p>
<menu class="actions">
<li><button class="primary">Subscribe Now</button></li>
<li><button class="outline">Log In</button></li>
</menu>
<p><small>Already a member? <a href="#">Restore Purchase</a></small></p>
</article>
</section>