Shop A Bee's is a unique, AI-powered shopping platform made for lighthearted, cheerful, carefree vibes—an easygoing space where you can relax, smile, and enjoy browsing without the anxiety, seriousness, or heavy mood. ABOUT
(function () {function setHeaderOffset() {
const header =
document.querySelector('#masthead') ||
document.querySelector('header.site-header') ||
document.querySelector('header');
if (!header) return;
const h = Math.ceil(header.getBoundingClientRect().height);
document.documentElement.style.setProperty('--header-h', h + 'px');
}
window.addEventListener('load', setHeaderOffset);
window.addEventListener('resize', setHeaderOffset);
setHeaderOffset();
})();
body { padding-top: var(--header-h, 215px) !important; }
.admin-bar body { padding-top: calc(var(--header-h, 215px) + 32px) !important; }
.woocommerce-result-count {
display: none !important;
}
add_shortcode('about_link', function() {
// Get the URL of the page with the slug 'about'
$about_page = get_page_by_path('about');
$url = $about_page ? get_permalink($about_page->ID) : home_url('/about');
return 'About Us';
});
Skip to content