Skip to content
Your cart is empty
Continue shopping
Have an account?
Log in
to check out faster.
Your cart
Loading...
Welcome To DAILY NEEDS PK
COMING SOON !
Home
Catalog
Log in
Facebook
Instagram
Home
Catalog
Search
Log in
Cart
Collection:
Products
No products found
Use fewer filters or
remove all
Choosing a selection results in a full page refresh.
Opens in a new window.
/* ===== PREMIUM WHATSAPP ICON ===== */ .premium-whatsapp { position: fixed !important; right: 20px !important; bottom: 20px !important; width: 62px !important; height: 62px !important; border-radius: 50% !important; background: #25D366 !important; display: flex !important; align-items: center !important; justify-content: center !important; z-index: 999999 !important; overflow: hidden !important; box-shadow: 0 0 8px rgba(37, 211, 102, .9), 0 0 20px rgba(37, 211, 102, .7), 0 0 40px rgba(37, 211, 102, .45) !important; animation: whatsappGlow 2s infinite ease-in-out !important; } /* WhatsApp logo */ .premium-whatsapp .wa-icon { width: 34px !important; height: 34px !important; fill: #fff !important; z-index: 3 !important; } /* Hide text */ .premium-whatsapp .wa-text { display: none !important; } /* Moving light / shine */ .premium-whatsapp .wa-light { position: absolute !important; top: -40% !important; left: -100% !important; width: 45% !important; height: 180% !important; background: linear-gradient( 90deg, transparent, rgba(255,255,255,.95), transparent ) !important; transform: rotate(25deg) !important; animation: whatsappShine 2.3s infinite !important; z-index: 5 !important; pointer-events: none !important; } /* Shine movement */ @keyframes whatsappShine { 0% { left: -100%; } 45%, 100% { left: 150%; } } /* Glow breathing effect */ @keyframes whatsappGlow { 0%, 100% { transform: scale(1); box-shadow: 0 0 8px rgba(37, 211, 102, .8), 0 0 20px rgba(37, 211, 102, .6), 0 0 40px rgba(37, 211, 102, .35); } 50% { transform: scale(1.06); box-shadow: 0 0 12px rgba(37, 211, 102, 1), 0 0 28px rgba(37, 211, 102, .8), 0 0 55px rgba(37, 211, 102, .5); } } /* Hover */ .premium-whatsapp:hover { transform: scale(1.12) !important; } /* Mobile */ @media screen and (max-width: 749px) { .premium-whatsapp { width: 56px !important; height: 56px !important; right: 14px !important; bottom: 14px !important; } .premium-whatsapp .wa-icon { width: 30px !important; height: 30px !important