{"product_id":"pemsof-peppermint-oil-digestive-relief","title":"Elate’s Pemsof Peppermint Oil Softgels","description":"\u003cstyle\u003e\n  \/* PEMSOF THEME: Fresh Mint Green \u0026 Teal *\/\n  \n  .pemsof-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(to bottom, #e0f2f1, #ffffff); \/* Mint Fade *\/\n    color: #004d40; \/* Dark Teal Text *\/\n    line-height: 1.6;\n    max-width: 950px;\n    margin: 0 auto;\n    padding: 24px;\n    border-radius: 24px;\n    box-shadow: 0 10px 40px rgba(0, 150, 136, 0.15);\n  }\n\n  .pemsof-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 26px;\n    border: 1px solid rgba(0, 150, 136, 0.15); \/* Teal Border *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    opacity: 0; \n    animation: pemsofSlideUp 0.7s ease-out forwards;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  \/* Animation Stagger *\/\n  .pemsof-section:nth-child(1) { animation-delay: 0.1s; }\n  .pemsof-section:nth-child(2) { animation-delay: 0.2s; }\n  .pemsof-section:nth-child(3) { animation-delay: 0.3s; }\n  .pemsof-section:nth-child(4) { animation-delay: 0.4s; }\n  .pemsof-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .pemsof-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 25px rgba(0, 150, 136, 0.15);\n    border-color: #26a69a; \/* Brighter Teal on Hover *\/\n  }\n\n  .pemsof-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .pemsof-brand {\n    font-size: 1rem;\n    color: #00695c; \/* Teal *\/\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 5px;\n    display: block;\n  }\n\n  .pemsof-title {\n    font-size: 2.4rem;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #00796b; \/* Deep Mint *\/\n    line-height: 1.2;\n  }\n\n  .pemsof-subtitle {\n    font-size: 1.05rem;\n    color: #004d40;\n    max-width: 650px;\n    margin: 0 auto 20px;\n  }\n\n  .pemsof-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .pemsof-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .pemsof-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #00695c; \/* Teal *\/\n    margin-bottom: 16px;\n    border-bottom: 2px solid #b2dfdb;\n    padding-bottom: 10px;\n  }\n\n  .pemsof-icon-box {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #4db6ac, #009688); \/* Mint Gradient *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 4px 10px rgba(0, 150, 136, 0.3);\n  }\n\n  .pemsof-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .pemsof-list li {\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n    color: #004d40;\n  }\n\n  .pemsof-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: #26a69a; \/* Mint Checkmark *\/\n    font-weight: 900;\n    font-size: 1.1rem;\n  }\n\n  .pemsof-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 15px;\n  }\n\n  .pemsof-badge {\n    background: #e0f2f1; \/* Light Mint *\/\n    color: #00695c; \/* Dark Teal Text *\/\n    border: 1px solid #00695c;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .pemsof-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin-top: 10px;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #b2dfdb;\n  }\n\n  .pemsof-table th, .pemsof-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid #e0f2f1;\n  }\n\n  .pemsof-table th {\n    background: #e0f2f1;\n    color: #00796b;\n    font-weight: 700;\n  }\n  \n  .pemsof-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .pemsof-note {\n    font-size: 0.9rem;\n    background: #f1f8e9; \/* Light Green *\/\n    color: #33691e;\n    padding: 14px;\n    border-radius: 8px;\n    border-left: 5px solid #689f38;\n    margin-top: 16px;\n    font-weight: 500;\n  }\n\n  \/* FAQ Styling *\/\n  .pemsof-faq-item {\n    border-bottom: 1px dashed #26a69a;\n    padding: 14px 0;\n  }\n  .pemsof-faq-item:last-child { border-bottom: none; }\n   \n  .pemsof-faq-q {\n    font-weight: 700;\n    color: #00796b; \n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n   \n  .pemsof-faq-a {\n    font-size: 0.95rem;\n    color: #546e7a;\n    line-height: 1.6;\n    padding-left: 20px;\n  }\n\n  @keyframes pemsofSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pemsof-wrapper\"\u003e\n\u003cdiv class=\"pemsof-section\"\u003e\n\u003cdiv class=\"pemsof-header\"\u003e\n\u003cspan class=\"pemsof-brand\"\u003eElate's\u003c\/span\u003e\n\u003ch2 class=\"pemsof-title\"\u003ePemsof \u003cbr\u003e\u003cspan style=\"font-size: 0.6em; color: #8bc34a;\"\u003ePeppermint Oil Softgels\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pemsof-subtitle\"\u003eNatural Digestive Support for \u003cspan style=\"font-weight: bold; color: #00796b;\"\u003eBloating \u0026amp; Comfort\u003c\/span\u003e.\u003c\/p\u003e\n\u003cdiv class=\"pemsof-badge-container\"\u003e\n\u003cspan class=\"pemsof-badge\"\u003eDigestive Calm\u003c\/span\u003e \u003cspan class=\"pemsof-badge\"\u003eBloating Support\u003c\/span\u003e \u003cspan class=\"pemsof-badge\"\u003eNatural Relief\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-grid\"\u003e\n\u003cdiv class=\"pemsof-section\"\u003e\n\u003cdiv class=\"pemsof-card-heading\"\u003e\n\u003cdiv class=\"pemsof-icon-box\"\u003e🍃\u003c\/div\u003e\nWhy Pemsof?\u003c\/div\u003e\n\u003cp style=\"color: #004d40;\"\u003ePemsof harnesses the natural power of \u003cstrong\u003ePeppermint Oil\u003c\/strong\u003e to support a calm and happy gut. It is designed to help relax the digestive system naturally, making it an excellent choice for easing feelings of fullness, gas, and daily abdominal discomfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-section\"\u003e\n\u003cdiv class=\"pemsof-card-heading\"\u003e\n\u003cdiv class=\"pemsof-icon-box\"\u003e✨\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"pemsof-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoothes the Stomach:\u003c\/strong\u003e Helps promote a feeling of calm in the digestive tract.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBloating Support:\u003c\/strong\u003e Aids in reducing the sensation of trapped gas and pressure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGut Harmony:\u003c\/strong\u003e Supports comfort for those with sensitive digestion.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural \u0026amp; Gentle:\u003c\/strong\u003e A drug-free formula for daily peace of mind.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-section\"\u003e\n\u003cdiv class=\"pemsof-card-heading\"\u003e\n\u003cdiv class=\"pemsof-icon-box\"\u003e🧪\u003c\/div\u003e\nSupplement Facts\u003c\/div\u003e\n\u003ctable class=\"pemsof-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\u003cth\u003ePer Softgel\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePeppermint Oil\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e400 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 0.85rem; color: #78909c; margin-top: 10px;\"\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Easy-to-swallow softgels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-grid\"\u003e\n\u003cdiv class=\"pemsof-section\"\u003e\n\u003cdiv class=\"pemsof-card-heading\"\u003e\n\u003cdiv class=\"pemsof-icon-box\"\u003e💊\u003c\/div\u003e\nUsage Guide\u003c\/div\u003e\n\u003cul class=\"pemsof-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDaily Dose:\u003c\/strong\u003e Take 1 softgel daily, or as needed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBest Time:\u003c\/strong\u003e Take 30-60 minutes \u003cstrong\u003ebefore a meal\u003c\/strong\u003e with water.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConsistency:\u003c\/strong\u003e Use consistently for best digestive support.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pemsof-note\"\u003e\n\u003cstrong\u003ePro Tip:\u003c\/strong\u003e Taking it before a meal helps prepare your digestion for food, reducing the chance of bloating later.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-section\"\u003e\n\u003cdiv class=\"pemsof-card-heading\"\u003e\n\u003cdiv class=\"pemsof-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"pemsof-list\"\u003e\n\u003cli\u003eIndividuals experiencing regular bloating or gas.\u003c\/li\u003e\n\u003cli\u003eThose with sensitive stomachs seeking natural comfort.\u003c\/li\u003e\n\u003cli\u003eAnyone looking for non-drug digestive support.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-section\"\u003e\n\u003cdiv class=\"pemsof-card-heading\"\u003e\n\u003cdiv class=\"pemsof-icon-box\"\u003e❓\u003c\/div\u003e\nCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-item\"\u003e\n\u003cdiv class=\"pemsof-faq-q\"\u003eQ: Will this help with bloating?\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-a\"\u003eA: Yes, Peppermint Oil is widely used to help relax the digestive tract, which can assist in passing trapped gas and reducing the feeling of bloating.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-item\"\u003e\n\u003cdiv class=\"pemsof-faq-q\"\u003eQ: Does it have a strong taste?\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-a\"\u003eA: Pemsof comes in softgels that are designed to minimize the strong taste of peppermint oil while delivering the benefits straight to your gut.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-item\"\u003e\n\u003cdiv class=\"pemsof-faq-q\"\u003eQ: How fast is shipping?\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-a\"\u003eA: We process orders within 24 hours. Delivery takes 3-5 working days via our courier partners.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-item\"\u003e\n\u003cdiv class=\"pemsof-faq-q\"\u003eQ: Is it safe for daily use?\u003c\/div\u003e\n\u003cdiv class=\"pemsof-faq-a\"\u003eA: Yes, Pemsof is derived from natural peppermint plants and is suitable for daily use to maintain digestive comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-size: 0.8rem; color: #b0bec5; margin-top: 10px;\"\u003eDisclaimer: Food Supplement. Not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Elate Pharma","offers":[{"title":"Default Title","offer_id":43660566954031,"sku":"ELATE2013","price":1375.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/Pemsoft_F.webp?v=1762027135","url":"https:\/\/elatepharma.com\/products\/pemsof-peppermint-oil-digestive-relief","provider":"Elate Pharma","version":"1.0","type":"link"}