New Logo and Identity for Philocaly by Signifly
(Est. 2019) “Philocaly offers luxurious, ethically sourced, and stylist-approved hair extensions that set a new standard for quality. Discover our 100% Remy and cuticle in-tact human hair extensions, meticulously designed for seamless transformations. With seven versatile collections to choose from, we empower confidence in every strand, for every lifestyle.” /** * Stop all iframes or HTML5 's from playing */ var stopVideos = function () { var videos = document.querySelectorAll('iframe, video'); Array.prototype.forEach.call(videos, function (video) { if (video.tagName.toLowerCase() === 'video') { video.pause(); } else { var src = video.src; video.src = src; } }); }; .pausevideos { margin: 20px 0 30px; display: block; font-size: .8em; font-family: 'ABCSocial'; font-variation-set