Fibrodel Gel 50gm – Advanced Scar Treatment with Hyaluronic Acid & Triple Silicone Technology
Why Choose Fibrodel Gel 50gm at Magdy Farouk Pharmacy?
Important: Fibrodel Gel 50gm is for external use only. Results may vary depending on scar type, age, and individual response. For optimal results, use consistently for 2-3 months minimum. Consult a healthcare professional for severe scarring or keloids.
© Dr. Magdy Farouk Pharmacy – Hurghada’s trusted pharmacy with fixed Egyptian prices for tourists and residents
// Simple accordion function for Fibrodel Gel
function toggleAccordionFibrodel(element) {
const panel = element.nextElementSibling;
const icon = element.querySelector(‘.accordion-icon’);
if (panel.style.display === “block”) {
panel.style.display = “none”;
icon.textContent = “+”;
element.style.background = “white”;
element.style.border = “1px solid #e0e0e0”;
const h3 = element.querySelector(‘h3’);
if (h3) h3.style.color = “#333”;
icon.style.color = “#5abb15”;
} else {
panel.style.display = “block”;
icon.textContent = “−”;
element.style.background = “#5abb15”;
element.style.border = “none”;
const h3 = element.querySelector(‘h3’);
if (h3) h3.style.color = “white”;
icon.style.color = “white”;
}
}
/* Simple CSS for hover effects */
a[href^=”https://wa.me”],
a[href^=”https://maps.app.goo.gl”] {
transition: all 0.3s ease;
}
a[href^=”https://wa.me”]:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
a[href^=”https://maps.app.goo.gl”]:hover {
background: rgba(255,255,255,0.25) !important;
transform: translateY(-2px);
}
/* Tag hover effects */
.tags-container a {
transition: all 0.3s ease;
}
.tags-container a:hover {
background: #5abb15 !important;
color: white !important;
}
/* Responsive design */
@media (max-width: 768px) {
.product-header h1 { font-size: 24px !important; }
.quick-info { flex-direction: column; }
.accordion-title h3 { font-size: 16px !important; }
.cta-section h3 { font-size: 22px !important; }
.cta-section a { width: 100%; max-width: 280px; justify-content: center; }
}
@media (max-width: 480px) {
.product-header h1 { font-size: 20px !important; }
.accordion-title { padding: 15px !important; }
.accordion-panel { padding: 20px !important; }
.cta-section { padding: 25px 15px !important; }
}


