“Elite sliming collagen coffee” has been added to your cart. View cart
Sale




Sinocare Safe AQ Smart Glucometer + FREE 25 Strips & Lancets – 5 s Results, 10‑Memory, No Coding
Product Information
/* Vibrant Full Width Monthly Target Styles */ .mtarget-box { isolation: isolate; font-family: 'Noto Sans Bengali','Poppins','Segoe UI',-apple-system,BlinkMacSystemFont,sans-serif; padding: 18px 32px; margin: 0 0 24px 0; width: 100%; max-width: 100%; box-sizing: border-box; border-radius: 0px; position: relative; overflow: hidden; background: linear-gradient(to right, rgba(140, 56, 222, 0.1) 0%, rgba(255, 255, 255, 0.9) 50%); color: #1a1a2e; border-left: 5px solid #8c38de; border-right: 5px solid #8c38de; border-radius: 14px; box-shadow: 0 3px 12px rgba(140, 56, 222, 0.2); transition: all 0.3s cubic-bezier(0.25,0.8,0.25,1); } /* Title */ .mtarget-box h3 { margin-bottom: 10px; font-size: 18px; animation: slideIn 0.6s ease-out; } /* Progress Bar Container */ .mtarget-progress-bar { width: 100%; background: #f0f0f0; border-radius: 10px; overflow: hidden; height: 25px; margin-bottom: 10px; position: relative; box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); } /* Progress Fill */ .mtarget-progress-bar .mtarget-progress { background: linear-gradient(90deg,#4caf50,#8bc34a); height: 100%; width: 0; transition: width 1s ease-in-out; border-radius: 10px 0 0 10px; position: relative; box-shadow: 0 0 12px rgba(76,175,80,0.6); /* subtle glow */ overflow: hidden; } /* Smooth Shine / Highlight Effect */ .mtarget-progress-bar .mtarget-progress::after { content: ''; position: absolute; top: 0; left: -100%; width: 200%; /* double width for smooth fade */ height: 100%; background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 40%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.25) 60%, rgba(255,255,255,0) 100% ); animation: shinePower 2.5s linear infinite; } @keyframes shinePower { 0% { transform: translateX(-100%); } 50% { transform: translateX(0%); } 100% { transform: translateX(100%); } } /* Text Styling */ .mtarget-box p { margin: 0; font-size: 16px; line-height: 1.6; font-weight: 500; max-width: 1200px; position: relative; z-index: 2; } /* Hover Effects */ .mtarget-box:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(140, 56, 222, 0.3); } /* Responsive Design */ @media (max-width: 768px) { .mtarget-box { padding: 16px 20px; margin-bottom: 20px; background: linear-gradient(to right, rgba(140, 56, 222, 0.1) 0%, rgba(255, 255, 255, 0.95) 30%); } .mtarget-progress-bar { height: 20px; } .mtarget-box h3 { font-size: 16px; } .mtarget-box p { font-size: 15px; } } /* Slide-in Animation */ @keyframes slideIn { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }