We offer free returns within 45 days and a full refund!
Ordering is 100% Safe and Secure
Your personal details are never shared, sold or rented.
24/7 Customer Service
We're here 24/7 in order to give a high quality service.
document.addEventListener('DOMContentLoaded', function() {
// Check if the current URL matches the specific URL
if (window.location.href === "https://diamonds-painting.us/collections/animals/products/colorful-elephant-1") {
// If it matches, find the block you want to hide and add the 'hide-element' class
var blockToHide = document.querySelector('.dbtfy.dbtfy-product_tabs');
if (blockToHide) {
blockToHide.classList.add('hide-element');
}
}
});