Your shopping cart is empty.

SALE
Free Hugs Hardcover Journal

Free Hugs Hardcover Journal

$14.00 $20.00

  • With the "Free Hugs" Journal from DesignWorks Ink, keeping up with your notes, goals, and lists is fun and fashionable! This softcover journal features a sassy sentiment in metallic gold lettering with a classic illustration art style to fit the Vintage Sass vibe. The interior of the cactus journal features lined pages, a header with subject and date, and a ribbon marker to keep you organized and on time with all your tasks and ideas. This journal makes the perfect gift for any plant lover in your life.

  • *Final Sale On All Sale Items!

    • 5.75" X 8.5" Soft Touch Cover
    • Gold Foil Accents
    • 240 Lined Pages
    • Informational Pages
    • Printed With Soy Ink On Acid-Free Paper
    • Hand-Sewn, Lay-Flat Binding
    • Ribbon Marker
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });