https://nationalholistic.com/wp-includes/js/jquery/jquery.min.js
https://nationalholistic.com/wp-includes/js/jquery/jquery-migrate.min.js
var breeze_prefetch = {"local_url":"https://nationalholistic.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://nationalholistic.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://nationalholistic.com/wp-content/plugins/wp-cannasync/front-end/js/slick.min.js
https://nationalholistic.com/wp-content/plugins/wp-cannasync/front-end/js/jquery.mCustomScrollbar.concat.min.js
/*! LoadCSS. [c]2020 Filament Group, Inc. MIT License */
/* This file is meant as a standalone workflow for
- testing support for link[rel=preload]
- enabling async CSS loading in browsers that do not support rel=preload
- applying rel preload css once loaded, whether supported or not.
*/
(function(w){"use strict";var wpacuLoadCSS=function(href,before,media,attributes){var doc=w.document;var ss=doc.createElement('link');var ref;if(before){ref=before}else{var refs=(doc.body||doc.getElementsByTagName('head')[0]).childNodes;ref=refs[refs.length-1]}
var sheets=doc.styleSheets;if(attributes){for(var attributeName in attributes){if(attributes.hasOwnProperty(attributeName)){ss.setAttribute(attributeName,attributes[attributeName])}}}
ss.rel="stylesheet";ss.href=href;ss.media="only x";function ready(cb){if(doc.body){return cb()}
setTimeout(function(){ready(cb)})}
ready(function(){ref.parentNode.insertBefore(ss,(before?ref:ref.nextSibling))});var onwpaculoadcssdefined=function(cb){var resolvedHref=ss.href;var i=sheets.length;while(i--){if(sheets[i].href===resolvedHref){return cb()}}
setTimeout(function(){onwpaculoadcssdefined(cb)})};function wpacuLoadCB(){if(ss.addEventListener){ss.removeEventListener("load",wpacuLoadCB)}
ss.media=media||"all"}
if(ss.addEventListener){ss.addEventListener("load",wpacuLoadCB)}
ss.onwpaculoadcssdefined=onwpaculoadcssdefined;onwpaculoadcssdefined(wpacuLoadCB);return ss};if(typeof exports!=="undefined"){exports.wpacuLoadCSS=wpacuLoadCSS}else{w.wpacuLoadCSS=wpacuLoadCSS}}(typeof global!=="undefined"?global:this))
Skip to content
Calm
Loading...
Sort By
Popular Name: A-Z Name: Z-A Price: Low to High Price: High to Low Potency: Low to High Potency: High to Low
Grid View
List View
from $30.00
Alternative Solutions
HYBRID CBD: 2.64% - 2.89% THC: 79.17% - 79.26%
.5g 1g
from $30.00
Alternative Solutions
HYBRID CBD: 5.64% THC: 72.01% - 76.41%
.5g 1g
$30.00
Alternative Solutions
HYBRID CBD: 2.94% THC: 87.6%
.5g
$30.00
Alternative Solutions
HYBRID THC: 21.84%
2.1g
$30.00
Alternative Solutions
HYBRID THC: 22.96%
2.1g
$45.50
Alternative Solutions
HYBRID THC: 22.91%
1/8oz
$40.00
District Cannabis
HYBRID THC: 26.71%
1/8oz
from $10.40$13.00
20% off
Alternative Solutions
HYBRID THC: 22.27%
1g 1/8oz
$20.00
Molecular Farms
HYBRID THC: 15.7%
4.2g
$40.00
District Cannabis
HYBRID THC: 268.2mg
.25g
$40.00
District Cannabis
HYBRID THC: 210.6mg
.2g
$30.00
District Cannabis
HYBRID THC: 206.6mg
.2g
$45.00
District Cannabis
HYBRID THC: 17.28%
3g
$40.00
District Cannabis
HYBRID THC: 219.9mg
.2g
$75.00
District Cannabis
HYBRID THC: 592.8mg
.6g
$31.50
Alternative Solutions
HYBRID THC: 21.16%
1/8oz
from $30.00
District Cannabis
HYBRID THC: 18.4% - 22.88%
1/8oz 1/4oz
$40.00
Khalifa Kush
HYBRID THC: 18.13%
1/8oz
WARNING: Switching store locations will clear your cart. Are you sure you want to continue?
About National holistic healing center
National Holistic is a licensed provider located in Dupont Circle in Washington, DC. We provide a wide selection of legal products at affordable prices. We offer free delivery throughout the DC area.
1636 Connecticut Ave NW, Washington, D.C. 20009
© 2026 National Holistic Healing Center. All Rights Reserved.
WARNING: Switching store locations will clear your cart. Are you sure you want to continue?
1 Select store
Select your store:
Select Store
1636 Connecticut Ave NW, Washington
jQuery(document).ready(function() {
jQuery.ajax({
"url": "https://nationalholistic.com/wp-admin/admin-ajax.php",
"data": {
"action": "wp_cannasync_ajax_set_active_store_cookie",
"storeId": "0802a499-7abd-4dac-9cf1-20369ef4fef4"
},
"type": "POST",
"dataType": "JSON",
success: function() {}
})
})
jQuery(document).ready(function() {
/*Load cart data using ajax start*/
var storeID = "";
if(typeof dutchie_read_cookie === 'undefined'){
function dutchie_read_cookie(name) {
name += '=';
for (var ca = document.cookie.split(/;\s*/), i = ca.length - 1; i >= 0; i--)
if (!ca[i].indexOf(name))
return ca[i].replace(name, '');
}
}
var storeID = dutchie_read_cookie('wp-cannasync-active-store');
if(storeID == "" || storeID == undefined){
storeID = wp_cannasync_front_obj.storeID;
}
jQuery.ajax({
'url': wp_cannasync_front_obj.ajaxurl,
'type': "POST",
'dataType': "json",
"data": {
"action": "wp_cannasync_ajax_get_cart_data",
"shopUrl": wp_cannasync_front_obj.shopurl,
"storeID": storeID
},
beforeSend: function() {},
complete: function() {},
success(res) {
if (res.success) {
var cart = jQuery(res.cartHTML);
jQuery('.dutchie-cart-sidebar-wrap').html(cart.html());
jQuery(".dutchie-product-item .dutchie-add-to-cart a").attr('data-order-type', res.orderType);
jQuery('#dutchieCartBtn .cart-item-count').text(res.itemTotal);
} else {
var cart = jQuery(res.cartHTML);
jQuery('.dutchie-cart-sidebar-wrap').html(cart.html());
jQuery('#dutchieCartBtn .cart-item-count').text(0);
}
}
})
/*Load cart data using ajax end*/
/*Load store hours data using ajax start*/
jQuery.ajax({
'url': wp_cannasync_front_obj.ajaxurl,
'type': "POST",
'dataType': "json",
"data": {
"action": "wp_cannasync_ajax_get_store_hours_data",
"storeID": storeID
},
beforeSend: function() {},
complete: function() {},
success(res) {
if (res.success) {
jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label").text(res.isStoreOpenForOrder);
if (res.isStoreOpenForOrder == "Open") {
jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label").removeClass("closed")
} else {
jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label").addClass("closed")
}
if (res.isStoreOpenForOrder == "Open") {
if (res.orderTypeText != "" && res.orderTypeText != null) {
if (jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label + span").length) {
jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label + span").text(res.orderTypeText);
} else {
var constSpan = jQuery("<span>" + res.orderTypeText + "</span>");
constSpan.insertAfter(jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label"));
}
}
}
if (res.isStoreOpenForOrder == "Closed") {
if (res.availableForOrderText != "" && res.availableForOrderText != null) {
if (jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label + span").length) {
jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label + span").text(res.availableForOrderText);
} else {
var constSpan = jQuery("<span>" + res.availableForOrderText + "</span>");
constSpan.insertAfter(jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label"));
}
} else {
jQuery(".dutchie-shop-header .dutchie-header-wrap .dh-store-info.timing .store-info-text .store-info-label + span").remove();
}
}
if (jQuery(".store-info-sidebar-hours-today").length > 0) {
jQuery(".store-info-sidebar-hours-today").html(res.storeTimingHtml);
}
}
}
})
/*Load store hours using ajax end*/
})
jQuery(document).ready(function() {
if(typeof selectmenu !== 'undefined'){
jQuery("#dutchie-location-switcher-modal #select-store").selectmenu();
}
jQuery('.dutchie-location-switcher').click(function() {
showModal("#dutchie-location-switcher-modal");
});
jQuery('.set-home-store').click(function(e) {
e.preventDefault();
if (jQuery(this).closest('.step-body').find("#select-store").val() != "") {
setCookie('wp-cannasync-active-store', jQuery(this).closest('.step-body').find("#select-store").val(), 43200);
setCookie('wp-cannasync-home-store', jQuery(this).closest('.step-body').find("#select-store").val(), 525600);
location.reload();
}
});
});
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout","palette_key":""};
//# sourceURL=astra-theme-js-js-extra
https://nationalholistic.com/wp-content/themes/astra/assets/js/minified/frontend.min.js
https://nationalholistic.com/wp-content/uploads/bb-plugin/cache/401-layout.js
https://nationalholistic.com/wp-content/plugins/wp-cannasync/front-end/js/wp-cannasync-jquery-ui-front-end.js
var wp_cannasync_front_obj = {"ajaxurl":"https://nationalholistic.com/wp-admin/admin-ajax.php","pageurl":"https://nationalholistic.com/shop/","shopurl":"https://nationalholistic.com/shop/","storeID":"0802a499-7abd-4dac-9cf1-20369ef4fef4","priceSymbol":"$","openChangePass":"","showCartUpsell":"yes","spinner_url":"https://nationalholistic.com/wp-content/plugins/wp-cannasync/front-end/images/infinite-spinner.svg"};
//# sourceURL=wp-cannasync-main-js-js-extra
https://nationalholistic.com/wp-content/plugins/wp-cannasync/front-end/js/wp-cannasync-front-end.js
https://nationalholistic.com/wp-content/plugins/wp-cannasync/front-end/js/wp-cannasync-front-end-ajax-calls.js
https://nationalholistic.com/wp-content/plugins/wp-cannasync/front-end/js/chart.min.js
https://nationalholistic.com/wp-content/plugins/bb-plugin/js/libs/jquery.imagesloaded.min.js
https://nationalholistic.com/wp-content/plugins/bb-plugin/js/libs/jquery.ba-throttle-debounce.min.js
https://nationalholistic.com/wp-content/plugins/bb-plugin/js/libs/jquery.magnificpopup.min.js
https://nationalholistic.com/wp-content/uploads/bb-plugin/cache/6c6b964a27d32ec6d9c8e83846cd07ed-layout-bundle.js
https://nationalholistic.com/wp-includes/js/dist/dom-ready.min.js
var starter_templates_zip_preview = {"AstColorPaletteVarPrefix":"--ast-global-color-","AstEleColorPaletteVarPrefix":["ast-global-color-0","ast-global-color-1","ast-global-color-2","ast-global-color-3","ast-global-color-4","ast-global-color-5","ast-global-color-6","ast-global-color-7","ast-global-color-8"]};
//# sourceURL=starter-templates-zip-preview-js-extra
https://nationalholistic.com/wp-content/plugins/astra-pro-sites/inc/lib/onboarding/assets/dist/template-preview/main.js
var astraAddon = {"is_elementor_active":"","sticky_active":"","svgIconClose":"\u003Cspan class=\"ast-icon icon-close\"\u003E\u003C/span\u003E","hf_account_show_menu_on":"hover","hf_account_action_type":"link","hf_account_logout_action":"link","is_header_builder_active":"1"};
//# sourceURL=astra-addon-js-js-extra
https://nationalholistic.com/wp-content/uploads/astra-addon/astra-addon-6984c21a321e76-93623511.js
https://nationalholistic.com/wp-content/plugins/astra-addon/assets/js/minified/purify.min.js