/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 12:02:58 */
.htitle {

    animation: priceBlink 1.2s ease-in-out infinite;

}



@keyframes priceBlink {

    0%, 100% {

        opacity: 1;

    }

    50% {

        opacity: 0.5;

    }

}



