\n\n
Terpenes: Caryophyllene, Pinene, Limonene
\n
Aroma: Herbal, Gas, Sweet
\n
Known For: Relaxing, Calming, Sleep
\n
Strain Classification: Indica Dominant Hybrid
\n
\n
\n\n\nBuy More & Save | \nPrice | \nSavings | \n
\n\nBuy 1 x 1/8 | \n\n for $50 \n | \n | \n
\n\nBuy 2 x 1/8's | \nfor $90 | \nSave $10 | \n
\n\nBuy 4 x 1/8's | \nfor $150 | \nsave $50 | \n
\n\nBuy eight 1/8's | \nfor $275 | \nsave $125 | \n
\n\n
","tags":[],"warranty":"","price":{"without_tax":{"formatted":"$20.00","value":20,"currency":"USD"},"tax_label":"Tax","price_range":{"min":{"without_tax":{"formatted":"$20.00","value":20,"currency":"USD"},"tax_label":"Tax"},"max":{"without_tax":{"formatted":"$50.00","value":50,"currency":"USD"},"tax_label":"Tax"}}},"detail_messages":"","availability":"","page_title":"Gorilla 41","cart_url":"https://eyespot.delivery/cart.php","max_purchase_quantity":0,"mpn":null,"upc":null,"options":[{"id":2242,"type":"Configurable_PickList_Set","display_name":"Size","required":true,"condition":true,"state":"variant_option","values":[{"label":"Gram","id":6630,"data":"Gram","selected":false},{"label":"1/8 oz","id":6625,"data":"1/8 oz","selected":false}],"partial":"set-select"}],"related_products":[{"id":2293,"sku":null,"name":"Atlas Seeds - Gelato 41","url":"https://eyespot.delivery/gelato-41-1/","availability":"","rating":0,"brand":{"name":"Atlas Seeds"},"category":["Garden","Garden/Seeds"],"summary":"A classic staple and predictable line, this variety is most well known for having some of the best feeling effects in cannabis.The flowers produce a nice balance of fuel, fruit and spice. The front...","image":{"data":"https://cdn11.bigcommerce.com/s-3lwd5tu3va/images/stencil/{:size}/products/2293/2093/IMG_9513__29869.1725649190.jpg?c=1","alt":"Atlas Seeds - Gelato 41"},"images":[{"data":"https://cdn11.bigcommerce.com/s-3lwd5tu3va/images/stencil/{:size}/products/2293/2088/9B278B79-D2A5-4740-8ED7-6FCCE53571BD__80709.1725649190.PNG?c=1","alt":"Atlas Seeds - Gelato 41"},{"data":"https://cdn11.bigcommerce.com/s-3lwd5tu3va/images/stencil/{:size}/products/2293/2093/IMG_9513__29869.1725649190.jpg?c=1","alt":"Atlas Seeds - Gelato 41"},{"data":"https://cdn11.bigcommerce.com/s-3lwd5tu3va/images/stencil/{:size}/products/2293/3495/atlasseeds_gelato41_plant__34488.1725649190.jpg?c=1","alt":"Atlas Seeds - Gelato 41"}],"date_added":"May 17th 2023","pre_order":false,"show_cart_action":true,"has_options":true,"stock_level":null,"low_stock_level":null,"qty_in_cart":0,"custom_fields":[{"id":111,"name":"LINEAGE","value":"Gelato 41 x Gelato 41"},{"id":112,"name":"FLOWERING TIME","value":"63+ days"},{"id":113,"name":"MOLD RESISTANCE","value":"Good"},{"id":114,"name":"SEED TYPE","value":"Feminized"}],"num_reviews":0,"weight":{"formatted":"1.00 Grams","value":1},"demo":false,"price":{"without_tax":{"currency":"USD","formatted":"$80.00","value":80},"tax_label":"Tax"},"add_to_wishlist_url":"/wishlist.php?action=add&product_id=2293"}],"shipping_messages":[],"rating":0,"reviews":{"messages":[],"captcha":"6LdWf8gSAAAAAI83aRectJhbwidegZKk8PzWBltH","total":0,"show_review_email":true,"recaptcha":{"enabled":1,"public_key":"6LdWf8gSAAAAAI83aRectJhbwidegZKk8PzWBltH","markup":"
"}},"bulk_discount_rates":[],"meta_keywords":"","show_quantity_input":1,"title":"Gorilla 41","gift_wrapping_available":false,"min_purchase_quantity":0,"customizations":[],"images":[{"data":"https://cdn11.bigcommerce.com/s-3lwd5tu3va/images/stencil/{:size}/products/3136/4151/Gorilla_41_Nug__51628.1748465234.jpg?c=1","alt":"Gorilla 41"},{"data":"https://cdn11.bigcommerce.com/s-3lwd5tu3va/images/stencil/{:size}/products/3136/4152/Gorilla_41_Group__53356.1748465234.jpg?c=1","alt":"Gorilla 41"}]};
if (customer) {
$(form)
.find('input[name="TICKET.name"]')
.val(customer.name)
.change();
$(form)
.find('input[name="TICKET.email"]')
.val(customer.email)
.change();
$(form)
.find('input[name="TICKET.product_id"]')
.val(product.id)
.change();
}
$(form).find("input[type='submit']").on("click", function(event) {
if(!IsValid){
event.preventDefault();
$("#prodRevErrMsg").html(`
Only customers who have purchased this item can review it.
`);
}
});
//validate Product form whenever email changes
checkForPrevOrders(form);
$(form).find("input[name='TICKET.email']").on("change", function(event) {
checkForPrevOrders(form);
});
},
onFormSubmitted: function(form, data){
window.location.reload();
}
});
function checkForPrevOrders(form) {
const email = $(form).find('input[name="TICKET.email"]').val();
if(email){
fetch("https://eyespot-connector.uk.r.appspot.com/review/validation?email="+email)
.then((response) => response.json())
.then((result) => {
IsValid = result.isPrevOrderExists;
})
}
}