Description
Elica M Cream 30 GMElica-M cream is a combination of medium potency corticosteroid mometasone furoate andmiconazole nitrate, Elica-M is indicated for infections of skin by Candida spp. or dermatophytesPrescription is required
منتجات إليكا
body {
--button-color: #4CAF50;
--button-size: 1.2rem;
}
#products {
display: none;
position: absolute;
background-color: white;
padding: 10px;
animation: slide-in 0.5s forwards;
}
.product-image {
cursor: pointer;
}
.slide-in {
animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
0% {
transform: translateY(-50px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}