skin hair clips for kids

HU-1077

 400

*Shipping calculated at checkout
- +

4 in 1 Hair- pin set ( skin )

Reviews

There are no reviews yet.

Be the first to review “HU-1077”

Your email address will not be published. Required fields are marked *

WhatsApp
    0
    Cart
    Your cart is empty
    HU-1077HU-1077
     400
    - +
    /* ========================================= ASTRA PRIMARY HEADER - STICKY ON SCROLL WITH FOREST GREEN BACKGROUND ========================================= */ add_action('wp_head', function () { ?> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } );