<div class="nestedbiz-cta-container" style="text-align: center; margin: 25px 0; padding: 20px;">
<a href="https://nestedbiz.odoo.com/r/DAJ"
target="_blank"
class="nestedbiz-shop-btn"
style="background: linear-gradient(135deg, #2563eb, #3b82f6);
color: white;
padding: 14px 28px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
display: inline-block;
box-shadow: 0 3px 8px rgba(37, 99, 235, 0.3);
transition: all 0.3s ease;
letter-spacing: 0.5px;
min-width: 140px;">
Shop Now
</a>
</div>
<style>
.nestedbiz-shop-btn:hover {
transform: translateY(-1px);
box-shadow: 0 5px 15px rgba(37, 99, 235, 0.4);
background: linear-gradient(135deg, #1d4ed8, #2563eb);
}
</style>