Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


Candice Purse

Candice is the perfect purse to carry all your things. Our innovative Fat Pocket with a faux gusset is great for bulky items: a tablet, eReader, journal or simply keep your papers in order.

The secure zip-top closure safely nestles 1″ from the top edge of the bag with our simple Dip-Down Zip-Top technique using a polyester all-purpose zipper.

The fantastic hold-everything slant front pocket is as easy to use as the pocket on a pair of jeans.

Finished size approx: 11″ x 11 1/2″ x 4 1/2″

window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));